igniteui-angular 16.0.0-beta.3 → 16.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/directives/input/input.directive.mjs +11 -1
- package/esm2022/lib/grids/grid/grid.component.mjs +2 -3
- package/esm2022/lib/grids/tree-grid/public_api.mjs +4 -1
- package/esm2022/lib/grids/tree-grid/tree-grid.module.mjs +41 -40
- package/fesm2022/igniteui-angular.mjs +13 -3
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/directives/input/input.directive.d.ts +3 -0
- package/lib/grids/tree-grid/public_api.d.ts +3 -1
- package/lib/grids/tree-grid/tree-grid.module.d.ts +39 -38
- package/package.json +1 -1
|
@@ -3,51 +3,52 @@ import { IGX_TREE_GRID_DIRECTIVES } from './public_api';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./tree-grid.component";
|
|
5
5
|
import * as i2 from "../grouping/tree-grid-group-by-area.component";
|
|
6
|
-
import * as i3 from "
|
|
7
|
-
import * as i4 from "../
|
|
8
|
-
import * as i5 from "../grid
|
|
9
|
-
import * as i6 from "../
|
|
10
|
-
import * as i7 from "../
|
|
11
|
-
import * as i8 from "../
|
|
12
|
-
import * as i9 from "../
|
|
13
|
-
import * as i10 from "../
|
|
14
|
-
import * as i11 from "../headers/grid-header
|
|
15
|
-
import * as i12 from "../headers/grid-header-
|
|
16
|
-
import * as i13 from "../
|
|
17
|
-
import * as i14 from "../columns/
|
|
18
|
-
import * as i15 from "../columns/column
|
|
19
|
-
import * as i16 from "../columns/column-
|
|
20
|
-
import * as i17 from "../columns/
|
|
21
|
-
import * as i18 from "../
|
|
22
|
-
import * as i19 from "../column-actions/column-
|
|
23
|
-
import * as i20 from "../column-actions/column-
|
|
24
|
-
import * as i21 from "../
|
|
25
|
-
import * as i22 from "../
|
|
26
|
-
import * as i23 from "../toolbar/
|
|
27
|
-
import * as i24 from "../toolbar/grid-toolbar.component";
|
|
28
|
-
import * as i25 from "../toolbar/grid-toolbar
|
|
29
|
-
import * as i26 from "../toolbar/grid-toolbar-
|
|
30
|
-
import * as i27 from "../toolbar/grid-toolbar-
|
|
31
|
-
import * as i28 from "../
|
|
32
|
-
import * as i29 from "../filtering/excel-style/excel-style-
|
|
33
|
-
import * as i30 from "../filtering/excel-style/excel-style-
|
|
34
|
-
import * as i31 from "../filtering/excel-style/excel-style-
|
|
35
|
-
import * as i32 from "../filtering/excel-style/excel-style-
|
|
36
|
-
import * as i33 from "../filtering/excel-style/excel-style-
|
|
37
|
-
import * as i34 from "../filtering/excel-style/excel-style-
|
|
38
|
-
import * as i35 from "../filtering/excel-style/excel-style-
|
|
39
|
-
import * as i36 from "../filtering/excel-style/excel-style-
|
|
40
|
-
import * as i37 from "../filtering/excel-style/excel-style-
|
|
41
|
-
import * as i38 from "
|
|
42
|
-
import * as i39 from "../../paginator/paginator
|
|
6
|
+
import * as i3 from "./tree-grid.grouping.pipe";
|
|
7
|
+
import * as i4 from "../row.directive";
|
|
8
|
+
import * as i5 from "../grid.rowEdit.directive";
|
|
9
|
+
import * as i6 from "../grid-footer/grid-footer.component";
|
|
10
|
+
import * as i7 from "../filtering/advanced-filtering/advanced-filtering-dialog.component";
|
|
11
|
+
import * as i8 from "../grid/grid.directives";
|
|
12
|
+
import * as i9 from "../row-drag.directive";
|
|
13
|
+
import * as i10 from "../state.directive";
|
|
14
|
+
import * as i11 from "../headers/grid-header.component";
|
|
15
|
+
import * as i12 from "../headers/grid-header-group.component";
|
|
16
|
+
import * as i13 from "../headers/grid-header-row.component";
|
|
17
|
+
import * as i14 from "../columns/templates.directive";
|
|
18
|
+
import * as i15 from "../columns/column.component";
|
|
19
|
+
import * as i16 from "../columns/column-group.component";
|
|
20
|
+
import * as i17 from "../columns/column-layout.component";
|
|
21
|
+
import * as i18 from "../columns/validators.directive";
|
|
22
|
+
import * as i19 from "../column-actions/column-actions.component";
|
|
23
|
+
import * as i20 from "../column-actions/column-hiding.directive";
|
|
24
|
+
import * as i21 from "../column-actions/column-pinning.directive";
|
|
25
|
+
import * as i22 from "../selection/row-selectors";
|
|
26
|
+
import * as i23 from "../toolbar/common";
|
|
27
|
+
import * as i24 from "../toolbar/grid-toolbar-advanced-filtering.component";
|
|
28
|
+
import * as i25 from "../toolbar/grid-toolbar.component";
|
|
29
|
+
import * as i26 from "../toolbar/grid-toolbar-exporter.component";
|
|
30
|
+
import * as i27 from "../toolbar/grid-toolbar-hiding.component";
|
|
31
|
+
import * as i28 from "../toolbar/grid-toolbar-pinning.component";
|
|
32
|
+
import * as i29 from "../filtering/excel-style/excel-style-filtering.component";
|
|
33
|
+
import * as i30 from "../filtering/excel-style/excel-style-header.component";
|
|
34
|
+
import * as i31 from "../filtering/excel-style/excel-style-sorting.component";
|
|
35
|
+
import * as i32 from "../filtering/excel-style/excel-style-pinning.component";
|
|
36
|
+
import * as i33 from "../filtering/excel-style/excel-style-hiding.component";
|
|
37
|
+
import * as i34 from "../filtering/excel-style/excel-style-selecting.component";
|
|
38
|
+
import * as i35 from "../filtering/excel-style/excel-style-clear-filters.component";
|
|
39
|
+
import * as i36 from "../filtering/excel-style/excel-style-conditional-filter.component";
|
|
40
|
+
import * as i37 from "../filtering/excel-style/excel-style-moving.component";
|
|
41
|
+
import * as i38 from "../filtering/excel-style/excel-style-search.component";
|
|
42
|
+
import * as i39 from "../../paginator/paginator.component";
|
|
43
|
+
import * as i40 from "../../paginator/paginator-interfaces";
|
|
43
44
|
/**
|
|
44
45
|
* @hidden
|
|
45
46
|
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
|
|
46
47
|
*/
|
|
47
48
|
export class IgxTreeGridModule {
|
|
48
49
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
49
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, imports: [i1.IgxTreeGridComponent, i2.IgxTreeGridGroupByAreaComponent, i3.
|
|
50
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, imports: [i1.IgxTreeGridComponent,
|
|
50
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, imports: [i1.IgxTreeGridComponent, i2.IgxTreeGridGroupByAreaComponent, i3.IgxTreeGridGroupingPipe, i4.IgxRowDirective, i5.IgxRowAddTextDirective, i5.IgxRowEditActionsDirective, i5.IgxRowEditTextDirective, i5.IgxRowEditTabStopDirective, i6.IgxGridFooterComponent, i7.IgxAdvancedFilteringDialogComponent, i8.IgxRowExpandedIndicatorDirective, i8.IgxRowCollapsedIndicatorDirective, i8.IgxHeaderExpandIndicatorDirective, i8.IgxHeaderCollapseIndicatorDirective, i8.IgxExcelStyleHeaderIconDirective, i8.IgxSortAscendingHeaderIconDirective, i8.IgxSortDescendingHeaderIconDirective, i8.IgxSortHeaderIconDirective, i8.IgxGroupAreaDropDirective, i9.IgxDragIndicatorIconDirective, i9.IgxRowDragGhostDirective, i10.IgxGridStateDirective, i11.IgxGridHeaderComponent, i12.IgxGridHeaderGroupComponent, i13.IgxGridHeaderRowComponent, i14.IgxFilterCellTemplateDirective, i14.IgxSummaryTemplateDirective, i14.IgxCellTemplateDirective, i14.IgxCellValidationErrorDirective, i14.IgxCellHeaderTemplateDirective, i14.IgxCellFooterTemplateDirective, i14.IgxCellEditorTemplateDirective, i14.IgxCollapsibleIndicatorTemplateDirective, i15.IgxColumnComponent, i16.IgxColumnGroupComponent, i17.IgxColumnLayoutComponent, i18.IgxColumnRequiredValidatorDirective, i18.IgxColumnMinValidatorDirective, i18.IgxColumnMaxValidatorDirective, i18.IgxColumnEmailValidatorDirective, i18.IgxColumnMinLengthValidatorDirective, i18.IgxColumnMaxLengthValidatorDirective, i18.IgxColumPatternValidatorDirective, i19.IgxColumnActionsComponent, i20.IgxColumnHidingDirective, i21.IgxColumnPinningDirective, i22.IgxRowSelectorDirective, i22.IgxGroupByRowSelectorDirective, i22.IgxHeadSelectorDirective, i23.IgxCSVTextDirective, i23.IgxExcelTextDirective, i23.IgxGridToolbarActionsComponent, i24.IgxGridToolbarAdvancedFilteringComponent, i25.IgxGridToolbarComponent, i26.IgxGridToolbarExporterComponent, i27.IgxGridToolbarHidingComponent, i28.IgxGridToolbarPinningComponent, i23.IgxGridToolbarTitleComponent, i23.IgxGridToolbarDirective, i29.IgxGridExcelStyleFilteringComponent, i30.IgxExcelStyleHeaderComponent, i31.IgxExcelStyleSortingComponent, i32.IgxExcelStylePinningComponent, i33.IgxExcelStyleHidingComponent, i34.IgxExcelStyleSelectingComponent, i35.IgxExcelStyleClearFiltersComponent, i36.IgxExcelStyleConditionalFilterComponent, i37.IgxExcelStyleMovingComponent, i38.IgxExcelStyleSearchComponent, i29.IgxExcelStyleColumnOperationsTemplateDirective, i29.IgxExcelStyleFilterOperationsTemplateDirective, i38.IgxExcelStyleLoadingValuesTemplateDirective, i39.IgxPaginatorComponent, i39.IgxPageNavigationComponent, i39.IgxPageSizeSelectorComponent, i39.IgxPaginatorContentDirective, i40.IgxPaginatorDirective], exports: [i1.IgxTreeGridComponent, i2.IgxTreeGridGroupByAreaComponent, i3.IgxTreeGridGroupingPipe, i4.IgxRowDirective, i5.IgxRowAddTextDirective, i5.IgxRowEditActionsDirective, i5.IgxRowEditTextDirective, i5.IgxRowEditTabStopDirective, i6.IgxGridFooterComponent, i7.IgxAdvancedFilteringDialogComponent, i8.IgxRowExpandedIndicatorDirective, i8.IgxRowCollapsedIndicatorDirective, i8.IgxHeaderExpandIndicatorDirective, i8.IgxHeaderCollapseIndicatorDirective, i8.IgxExcelStyleHeaderIconDirective, i8.IgxSortAscendingHeaderIconDirective, i8.IgxSortDescendingHeaderIconDirective, i8.IgxSortHeaderIconDirective, i8.IgxGroupAreaDropDirective, i9.IgxDragIndicatorIconDirective, i9.IgxRowDragGhostDirective, i10.IgxGridStateDirective, i11.IgxGridHeaderComponent, i12.IgxGridHeaderGroupComponent, i13.IgxGridHeaderRowComponent, i14.IgxFilterCellTemplateDirective, i14.IgxSummaryTemplateDirective, i14.IgxCellTemplateDirective, i14.IgxCellValidationErrorDirective, i14.IgxCellHeaderTemplateDirective, i14.IgxCellFooterTemplateDirective, i14.IgxCellEditorTemplateDirective, i14.IgxCollapsibleIndicatorTemplateDirective, i15.IgxColumnComponent, i16.IgxColumnGroupComponent, i17.IgxColumnLayoutComponent, i18.IgxColumnRequiredValidatorDirective, i18.IgxColumnMinValidatorDirective, i18.IgxColumnMaxValidatorDirective, i18.IgxColumnEmailValidatorDirective, i18.IgxColumnMinLengthValidatorDirective, i18.IgxColumnMaxLengthValidatorDirective, i18.IgxColumPatternValidatorDirective, i19.IgxColumnActionsComponent, i20.IgxColumnHidingDirective, i21.IgxColumnPinningDirective, i22.IgxRowSelectorDirective, i22.IgxGroupByRowSelectorDirective, i22.IgxHeadSelectorDirective, i23.IgxCSVTextDirective, i23.IgxExcelTextDirective, i23.IgxGridToolbarActionsComponent, i24.IgxGridToolbarAdvancedFilteringComponent, i25.IgxGridToolbarComponent, i26.IgxGridToolbarExporterComponent, i27.IgxGridToolbarHidingComponent, i28.IgxGridToolbarPinningComponent, i23.IgxGridToolbarTitleComponent, i23.IgxGridToolbarDirective, i29.IgxGridExcelStyleFilteringComponent, i30.IgxExcelStyleHeaderComponent, i31.IgxExcelStyleSortingComponent, i32.IgxExcelStylePinningComponent, i33.IgxExcelStyleHidingComponent, i34.IgxExcelStyleSelectingComponent, i35.IgxExcelStyleClearFiltersComponent, i36.IgxExcelStyleConditionalFilterComponent, i37.IgxExcelStyleMovingComponent, i38.IgxExcelStyleSearchComponent, i29.IgxExcelStyleColumnOperationsTemplateDirective, i29.IgxExcelStyleFilterOperationsTemplateDirective, i38.IgxExcelStyleLoadingValuesTemplateDirective, i39.IgxPaginatorComponent, i39.IgxPageNavigationComponent, i39.IgxPageSizeSelectorComponent, i39.IgxPaginatorContentDirective, i40.IgxPaginatorDirective] }); }
|
|
51
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, imports: [i1.IgxTreeGridComponent, i7.IgxAdvancedFilteringDialogComponent, i19.IgxColumnActionsComponent, i27.IgxGridToolbarHidingComponent, i28.IgxGridToolbarPinningComponent, i29.IgxGridExcelStyleFilteringComponent, i36.IgxExcelStyleConditionalFilterComponent, i38.IgxExcelStyleSearchComponent, i39.IgxPaginatorComponent, i39.IgxPageSizeSelectorComponent] }); }
|
|
51
52
|
}
|
|
52
53
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, decorators: [{
|
|
53
54
|
type: NgModule,
|
|
@@ -60,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
|
60
61
|
]
|
|
61
62
|
}]
|
|
62
63
|
}] });
|
|
63
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
64
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJlZS1ncmlkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lnbml0ZXVpLWFuZ3VsYXIvc3JjL2xpYi9ncmlkcy90cmVlLWdyaWQvdHJlZS1ncmlkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGNBQWMsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXhEOzs7R0FHRztBQVNILE1BQU0sT0FBTyxpQkFBaUI7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUI7OzJGQUFqQixpQkFBaUI7a0JBUjdCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLEdBQUcsd0JBQXdCO3FCQUM5QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsR0FBRyx3QkFBd0I7cUJBQzlCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElHWF9UUkVFX0dSSURfRElSRUNUSVZFUyB9IGZyb20gJy4vcHVibGljX2FwaSc7XG5cbi8qKlxuICogQGhpZGRlblxuICogSU1QT1JUQU5UOiBUaGUgZm9sbG93aW5nIGlzIE5nTW9kdWxlIGV4cG9ydGVkIGZvciBiYWNrd2FyZHMtY29tcGF0aWJpbGl0eSBiZWZvcmUgc3RhbmRhbG9uZSBjb21wb25lbnRzXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICAuLi5JR1hfVFJFRV9HUklEX0RJUkVDVElWRVNcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgLi4uSUdYX1RSRUVfR1JJRF9ESVJFQ1RJVkVTXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBJZ3hUcmVlR3JpZE1vZHVsZSB7XG59XG4iXX0=
|
|
@@ -9223,6 +9223,7 @@ class IgxInputDirective {
|
|
|
9223
9223
|
}
|
|
9224
9224
|
if (this.ngControl) {
|
|
9225
9225
|
this._statusChanges$ = this.ngControl.statusChanges.subscribe(this.onStatusChanged.bind(this));
|
|
9226
|
+
this._valueChanges$ = this.ngControl.valueChanges.subscribe(this.onValueChanged.bind(this));
|
|
9226
9227
|
}
|
|
9227
9228
|
this.cdr.detectChanges();
|
|
9228
9229
|
}
|
|
@@ -9231,6 +9232,9 @@ class IgxInputDirective {
|
|
|
9231
9232
|
if (this._statusChanges$) {
|
|
9232
9233
|
this._statusChanges$.unsubscribe();
|
|
9233
9234
|
}
|
|
9235
|
+
if (this._valueChanges$) {
|
|
9236
|
+
this._valueChanges$.unsubscribe();
|
|
9237
|
+
}
|
|
9234
9238
|
}
|
|
9235
9239
|
/**
|
|
9236
9240
|
* Sets a focus on the igxInput.
|
|
@@ -9262,6 +9266,12 @@ class IgxInputDirective {
|
|
|
9262
9266
|
}
|
|
9263
9267
|
this.updateValidityState();
|
|
9264
9268
|
}
|
|
9269
|
+
/** @hidden @internal */
|
|
9270
|
+
onValueChanged() {
|
|
9271
|
+
if (this._fileNames && !this.value) {
|
|
9272
|
+
this._fileNames = '';
|
|
9273
|
+
}
|
|
9274
|
+
}
|
|
9265
9275
|
/**
|
|
9266
9276
|
* @hidden
|
|
9267
9277
|
* @internal
|
|
@@ -72417,9 +72427,8 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
72417
72427
|
*/
|
|
72418
72428
|
createRow(index, data) {
|
|
72419
72429
|
let row;
|
|
72420
|
-
let rec;
|
|
72421
72430
|
const dataIndex = this._getDataViewIndex(index);
|
|
72422
|
-
rec = data ?? this.dataView[dataIndex];
|
|
72431
|
+
const rec = data ?? this.dataView[dataIndex];
|
|
72423
72432
|
if (rec && this.isGroupByRecord(rec)) {
|
|
72424
72433
|
row = new IgxGroupByRow(this, index, rec);
|
|
72425
72434
|
}
|
|
@@ -79813,6 +79822,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
|
79813
79822
|
const IGX_TREE_GRID_DIRECTIVES = [
|
|
79814
79823
|
IgxTreeGridComponent,
|
|
79815
79824
|
IgxTreeGridGroupByAreaComponent,
|
|
79825
|
+
IgxTreeGridGroupingPipe,
|
|
79816
79826
|
...IGX_GRID_COMMON_DIRECTIVES
|
|
79817
79827
|
];
|
|
79818
79828
|
|
|
@@ -91223,7 +91233,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
|
91223
91233
|
*/
|
|
91224
91234
|
class IgxTreeGridModule {
|
|
91225
91235
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
91226
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, imports: [IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxRowDirective, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxRowEditTabStopDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHeaderCollapseIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGroupAreaDropDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumPatternValidatorDirective, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxGridExcelStyleFilteringComponent, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective, IgxPaginatorComponent, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective], exports: [IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxRowDirective, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxRowEditTabStopDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHeaderCollapseIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGroupAreaDropDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumPatternValidatorDirective, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxGridExcelStyleFilteringComponent, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective, IgxPaginatorComponent, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective] }); }
|
|
91236
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, imports: [IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxTreeGridGroupingPipe, IgxRowDirective, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxRowEditTabStopDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHeaderCollapseIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGroupAreaDropDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumPatternValidatorDirective, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxGridExcelStyleFilteringComponent, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective, IgxPaginatorComponent, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective], exports: [IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxTreeGridGroupingPipe, IgxRowDirective, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxRowEditTabStopDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHeaderCollapseIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGroupAreaDropDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumPatternValidatorDirective, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxGridExcelStyleFilteringComponent, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective, IgxPaginatorComponent, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective] }); }
|
|
91227
91237
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, imports: [IgxTreeGridComponent, IgxAdvancedFilteringDialogComponent, IgxColumnActionsComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridExcelStyleFilteringComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleSearchComponent, IgxPaginatorComponent, IgxPageSizeSelectorComponent] }); }
|
|
91228
91238
|
}
|
|
91229
91239
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: IgxTreeGridModule, decorators: [{
|