Skip to content

Commit d956e29

Browse files
committed
Release 6.3.0-beta.1
1 parent 268ca70 commit d956e29

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

projects/netgrif-components-core/src/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export abstract class AbstractEnumerationAutocompleteSelectFieldComponent implem
4848
change() {
4949
if (this.text.nativeElement.value !== undefined) {
5050
this.filteredOptions = of(this._filter(this.text.nativeElement.value));
51-
console.log(of(this._filter(this.text.nativeElement.value)));
5251
}
5352
}
5453

projects/netgrif-components/src/lib/data-fields/data-fields.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
CovalentModule,
66
CurrencyModule,
77
CustomDateAdapter,
8-
DashboardPortalComponentRegistryService,
98
MaterialModule,
109
TranslateLibModule,
1110
} from '@netgrif/components-core';
@@ -94,8 +93,6 @@ import {
9493
import {
9594
DashboardPortalTextFieldComponent
9695
} from './text-field/dashboard-portal-text-field/dashboard-portal-text-field.component';
97-
import {ComponentPortal} from '@angular/cdk/portal';
98-
import {EmailSubmissionFormComponent} from '../forms/email-submission/email-submission-form.component';
9996
import {
10097
DashboardBarChartTextFieldComponent
10198
} from './text-field/dashboard-bar-chart-text-field/dashboard-bar-chart-text-field.component';

projects/netgrif-components/src/lib/data-fields/filter-field/tabbed-case-view-filter-content/tabbed-case-view-filter-content.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AfterViewInit, Component, Injector, Input, OnInit } from '@angular/core';
1+
import { AfterViewInit, Component, Injector, Input } from '@angular/core';
22
import { ComponentPortal } from '@angular/cdk/portal';
33
import {
44
DashboardPortalComponentRegistryService,

projects/netgrif-components/src/lib/filter-field-content/filter-field-tab-view/filter-field-tab-view.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { Component, Inject } from '@angular/core';
1+
import { Component } from '@angular/core';
22
import {
3-
BaseFilter,
4-
NAE_BASE_FILTER,
53
TabContent
64
} from '@netgrif/components-core';
75
import {

projects/netgrif-components/src/lib/filter-field-content/filter-field-tabbed-case-view/filter-field-tabbed-case-view.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { AfterViewInit, Component, Inject, OnInit, ViewChild } from '@angular/core';
1+
import { AfterViewInit, Component, Inject, ViewChild } from '@angular/core';
22
import {
33
AbstractTabbedCaseViewComponent, AllowedNetsService, AllowedNetsServiceFactory,
44
CaseViewService, CategoryFactory, defaultCaseSearchCategoriesFactory,
55
InjectedTabbedCaseViewData,
6-
LoggerService, NAE_BASE_FILTER, NAE_NEW_CASE_CONFIGURATION, NAE_SEARCH_CATEGORIES,
6+
LoggerService, NAE_NEW_CASE_CONFIGURATION, NAE_SEARCH_CATEGORIES,
77
NAE_TAB_DATA, OverflowService, SearchService, UserFilterConstants, ViewIdService
88
} from '@netgrif/components-core';
99
import { HeaderComponent } from '../../header/header.component';

0 commit comments

Comments
 (0)