@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.2
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/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +2 -2
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +2 -2
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +2 -2
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/rowreorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/directives.d.ts +143 -0
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/base-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/column-menu/column-chooser.component.mjs +9 -7
- package/esm2020/column-menu/column-list.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +12 -10
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
- package/esm2020/column-resizing/table.directive.mjs +3 -2
- package/esm2020/columns/checkbox-column.component.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/command-column.component.mjs +3 -2
- package/esm2020/columns/rowreorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/directives.mjs +307 -0
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
- package/esm2020/editing/add-command.directive.mjs +7 -5
- package/esm2020/editing/base-command.directive.mjs +7 -5
- package/esm2020/editing/cancel-command.directive.mjs +7 -5
- package/esm2020/editing/edit-command.directive.mjs +7 -5
- package/esm2020/editing/edit-template.directive.mjs +3 -2
- package/esm2020/editing/remove-command.directive.mjs +7 -5
- package/esm2020/editing/save-command.directive.mjs +7 -5
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
- package/esm2020/excel/excel-command.directive.mjs +7 -5
- package/esm2020/excel/excel.component.mjs +3 -2
- package/esm2020/excel/excel.module.mjs +11 -10
- package/esm2020/expand-state/expandable.directive.mjs +3 -2
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/row-filtering.module.mjs +57 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
- package/esm2020/filtering/filter-input.directive.mjs +3 -2
- package/esm2020/filtering/filter-row.component.mjs +8 -6
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu.module.mjs +59 -60
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/shared-filtering.module.mjs +83 -137
- package/esm2020/index.mjs +2 -1
- package/esm2020/layout/resizable.directive.mjs +3 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/navigation/focusable.directive.mjs +3 -2
- package/esm2020/navigation/logical-cell.directive.mjs +3 -2
- package/esm2020/navigation/logical-row.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
- package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +11 -13
- package/esm2020/pager/pager.module.mjs +26 -74
- package/esm2020/pdf/pdf-command.directive.mjs +7 -5
- package/esm2020/pdf/pdf-margin.component.mjs +3 -2
- package/esm2020/pdf/pdf-template.directive.mjs +3 -2
- package/esm2020/pdf/pdf.component.mjs +3 -2
- package/esm2020/pdf/pdf.module.mjs +13 -28
- package/esm2020/rendering/body.module.mjs +23 -93
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +18 -13
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +3 -2
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +17 -18
- package/esm2020/rendering/header/header.module.mjs +83 -41
- package/esm2020/rendering/list.component.mjs +11 -10
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +11 -9
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectable.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +25 -74
- package/esm2020/treelist.component.mjs +21 -21
- package/esm2020/treelist.module.mjs +150 -192
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +2 -3
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +13899 -14096
- package/fesm2020/progress-kendo-angular-treelist.mjs +13786 -13983
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
- package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/row-filtering.module.d.ts +42 -3
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
- package/filtering/menu/date-filter-menu.component.d.ts +2 -2
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +4 -4
- package/filtering/menu/filter-menu.module.d.ts +42 -3
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +22 -10
- package/index.d.ts +2 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/package.json +15 -15
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +2 -2
- package/pager/pager-next-buttons.component.d.ts +2 -2
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +2 -2
- package/pager/pager-prev-buttons.component.d.ts +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +2 -2
- package/pager/pager.module.d.ts +15 -17
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +1 -1
- package/rendering/body.module.d.ts +14 -19
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +4 -4
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/level-items.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/footer-template.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +4 -4
- package/rendering/header/header.module.d.ts +75 -8
- package/rendering/list.component.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +3 -3
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/shared.module.d.ts +6 -7
- package/treelist.component.d.ts +3 -3
- package/treelist.module.d.ts +93 -79
- package/column-menu/column-menu.module.d.ts +0 -27
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -78
- package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
- package/esm2020/rendering/common/template-context.directive.mjs +0 -40
- package/rendering/common/template-context.directive.d.ts +0 -19
@@ -3,56 +3,98 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { NgModule } from '@angular/core';
|
6
|
-
import {
|
7
|
-
import {
|
8
|
-
import {
|
9
|
-
import { RowFilterModule } from '../../filtering/cell/row-filtering.module';
|
10
|
-
import { HeaderTemplateDirective } from "./header-template.directive";
|
11
|
-
import { ColumnHandleDirective } from './../../column-resizing/column-handle.directive';
|
12
|
-
import { FilterMenuModule } from '../../filtering/menu/filter-menu.module';
|
13
|
-
import { DragAndDropModule } from '../../dragdrop/drag-and-drop.module';
|
14
|
-
import { ColumnMenuModule } from '../../column-menu/column-menu.module';
|
6
|
+
import { COLUMN_MENU_EXPORTS, FILTER_MENU_EXPORTS, HEADER_EXPORTS, ROW_FILTER_EXPORTS, SHARED_EXPORTS } from '../../directives';
|
7
|
+
import { DraggableColumnDirective } from '../../dragdrop/draggable-column.directive';
|
8
|
+
import { DropTargetDirective } from '../../dragdrop/drop-target.directive';
|
15
9
|
import * as i0 from "@angular/core";
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
10
|
+
import * as i1 from "./header.component";
|
11
|
+
import * as i2 from "./header-template.directive";
|
12
|
+
import * as i3 from "../../column-resizing/column-handle.directive";
|
13
|
+
import * as i4 from "../../filtering/filter-row.component";
|
14
|
+
import * as i5 from "../../filtering/cell/filter-cell.component";
|
15
|
+
import * as i6 from "../../filtering/cell/filter-cell-template.directive";
|
16
|
+
import * as i7 from "../../filtering/cell/string-filter-cell.component";
|
17
|
+
import * as i8 from "../../filtering/cell/numeric-filter-cell.component";
|
18
|
+
import * as i9 from "../../filtering/cell/autocomplete-filter-cell.component";
|
19
|
+
import * as i10 from "../../filtering/cell/boolean-filter-cell.component";
|
20
|
+
import * as i11 from "../../filtering/cell/filter-cell-host.directive";
|
21
|
+
import * as i12 from "../../filtering/cell/filter-cell-wrapper.component";
|
22
|
+
import * as i13 from "../../filtering/cell/date-filter-cell.component";
|
23
|
+
import * as i14 from "../../filtering/cell/filter-cell-operators.component";
|
24
|
+
import * as i15 from "../../filtering/operators/contains-filter-operator.component";
|
25
|
+
import * as i16 from "../../filtering/operators/not-contains-filter-operator.component";
|
26
|
+
import * as i17 from "../../filtering/operators/ends-with-filter-operator.component";
|
27
|
+
import * as i18 from "../../filtering/operators/eq-filter-operator.component";
|
28
|
+
import * as i19 from "../../filtering/operators/is-empty-filter-operator.component";
|
29
|
+
import * as i20 from "../../filtering/operators/is-not-empty-filter-operator.component";
|
30
|
+
import * as i21 from "../../filtering/operators/is-not-null-filter-operator.component";
|
31
|
+
import * as i22 from "../../filtering/operators/isnull-filter-operator.component";
|
32
|
+
import * as i23 from "../../filtering/operators/neq-filter-operator.component";
|
33
|
+
import * as i24 from "../../filtering/operators/starts-with-filter-operator.component";
|
34
|
+
import * as i25 from "../../filtering/operators/gt-filter-operator.component";
|
35
|
+
import * as i26 from "../../filtering/operators/gte-filter-operator.component";
|
36
|
+
import * as i27 from "../../filtering/operators/lt-filter-operator.component";
|
37
|
+
import * as i28 from "../../filtering/operators/lte-filter-operator.component";
|
38
|
+
import * as i29 from "../../filtering/operators/after-filter-operator.component";
|
39
|
+
import * as i30 from "../../filtering/operators/after-eq-filter-operator.component";
|
40
|
+
import * as i31 from "../../filtering/operators/before-eq-filter-operator.component";
|
41
|
+
import * as i32 from "../../filtering/operators/before-filter-operator.component";
|
42
|
+
import * as i33 from "../../filtering/filter-input.directive";
|
43
|
+
import * as i34 from "@progress/kendo-angular-dropdowns";
|
44
|
+
import * as i35 from "@progress/kendo-angular-common";
|
45
|
+
import * as i36 from "@progress/kendo-angular-inputs";
|
46
|
+
import * as i37 from "@progress/kendo-angular-dateinputs";
|
47
|
+
import * as i38 from "@progress/kendo-angular-popup";
|
48
|
+
import * as i39 from "../../columns/column.component";
|
49
|
+
import * as i40 from "../../columns/column-group.component";
|
50
|
+
import * as i41 from "../../navigation/logical-cell.directive";
|
51
|
+
import * as i42 from "../../navigation/logical-row.directive";
|
52
|
+
import * as i43 from "../../navigation/focusable.directive";
|
53
|
+
import * as i44 from "../common/col-group.component";
|
54
|
+
import * as i45 from "../../layout/resizable.directive";
|
55
|
+
import * as i46 from "../common/field-accessor.pipe";
|
56
|
+
import * as i47 from "../../columns/span-column.component";
|
57
|
+
import * as i48 from "../../column-resizing/table.directive";
|
58
|
+
import * as i49 from "../common/loading.component";
|
59
|
+
import * as i50 from "../../columns/checkbox-column.component";
|
60
|
+
import * as i51 from "../../columns/rowreorder-column.component";
|
61
|
+
import * as i52 from "@progress/kendo-angular-icons";
|
62
|
+
import * as i53 from "@progress/kendo-angular-buttons";
|
63
|
+
import * as i54 from "../../filtering/menu/filter-menu.component";
|
64
|
+
import * as i55 from "../../filtering/menu/filter-menu-container.component";
|
65
|
+
import * as i56 from "../../filtering/menu/filter-menu-input-wrapper.component";
|
66
|
+
import * as i57 from "../../filtering/menu/string-filter-menu-input.component";
|
67
|
+
import * as i58 from "../../filtering/menu/string-filter-menu.component";
|
68
|
+
import * as i59 from "../../filtering/menu/filter-menu-template.directive";
|
69
|
+
import * as i60 from "../../filtering/menu/numeric-filter-menu.component";
|
70
|
+
import * as i61 from "../../filtering/menu/numeric-filter-menu-input.component";
|
71
|
+
import * as i62 from "../../filtering/menu/date-filter-menu-input.component";
|
72
|
+
import * as i63 from "../../filtering/menu/date-filter-menu.component";
|
73
|
+
import * as i64 from "../../filtering/menu/filter-menu-host.directive";
|
74
|
+
import * as i65 from "../../filtering/menu/boolean-filter-menu.component";
|
75
|
+
import * as i66 from "../../column-menu/column-chooser.component";
|
76
|
+
import * as i67 from "../../column-menu/column-menu-chooser.component";
|
77
|
+
import * as i68 from "../../column-menu/column-menu-filter.component";
|
78
|
+
import * as i69 from "../../column-menu/column-menu-item.component";
|
79
|
+
import * as i70 from "../../column-menu/column-menu-item-content-template.directive";
|
80
|
+
import * as i71 from "../../column-menu/column-menu-sort.component";
|
81
|
+
import * as i72 from "../../column-menu/column-menu.component";
|
82
|
+
import * as i73 from "../../column-menu/column-menu-lock.component";
|
83
|
+
import * as i74 from "../../column-menu/column-menu-template.directive";
|
84
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
29
85
|
/**
|
30
86
|
* @hidden
|
87
|
+
* @deprecated
|
31
88
|
*/
|
32
89
|
export class HeaderModule {
|
33
|
-
static exports() {
|
34
|
-
return [
|
35
|
-
HeaderTemplateDirective
|
36
|
-
];
|
37
|
-
}
|
38
90
|
}
|
39
91
|
HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
40
|
-
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule,
|
41
|
-
|
42
|
-
ColumnHandleDirective], imports: [CommonModule,
|
43
|
-
RowFilterModule,
|
44
|
-
FilterMenuModule,
|
45
|
-
SharedModule,
|
46
|
-
DragAndDropModule,
|
47
|
-
ColumnMenuModule], exports: [HeaderComponent,
|
48
|
-
HeaderTemplateDirective,
|
49
|
-
ColumnHandleDirective] });
|
50
|
-
HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [importedModules] });
|
92
|
+
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [i1.HeaderComponent, i2.HeaderTemplateDirective, i3.ColumnHandleDirective, i4.FilterRowComponent, i5.FilterCellComponent, i6.FilterCellTemplateDirective, i7.StringFilterCellComponent, i8.NumericFilterCellComponent, i9.AutoCompleteFilterCellComponent, i10.BooleanFilterCellComponent, i11.FilterCellHostDirective, i12.FilterCellWrapperComponent, i13.DateFilterCellComponent, i14.FilterCellOperatorsComponent, i15.ContainsFilterOperatorComponent, i16.DoesNotContainFilterOperatorComponent, i17.EndsWithFilterOperatorComponent, i18.EqualFilterOperatorComponent, i19.IsEmptyFilterOperatorComponent, i20.IsNotEmptyFilterOperatorComponent, i21.IsNotNullFilterOperatorComponent, i22.IsNullFilterOperatorComponent, i23.NotEqualFilterOperatorComponent, i24.StartsWithFilterOperatorComponent, i25.GreaterFilterOperatorComponent, i26.GreaterOrEqualToFilterOperatorComponent, i27.LessFilterOperatorComponent, i28.LessOrEqualToFilterOperatorComponent, i29.AfterFilterOperatorComponent, i30.AfterEqFilterOperatorComponent, i31.BeforeEqFilterOperatorComponent, i32.BeforeFilterOperatorComponent, i33.FilterInputDirective, i34.DropDownListComponent, i34.FixedGroupTemplateDirective, i34.FooterTemplateDirective, i34.GroupTemplateDirective, i34.HeaderTemplateDirective, i34.ItemTemplateDirective, i34.ValueTemplateDirective, i34.NoDataTemplateDirective, i34.FilterDirective, i34.CustomMessagesComponent, i34.AutoCompleteComponent, i34.FixedGroupTemplateDirective, i34.FooterTemplateDirective, i34.GroupTemplateDirective, i34.HeaderTemplateDirective, i34.ItemTemplateDirective, i34.NoDataTemplateDirective, i34.FilterDirective, i34.CustomMessagesComponent, i35.SuffixTemplateDirective, i35.PrefixTemplateDirective, i36.TextBoxDirective, i36.TextBoxComponent, i36.InputSeparatorComponent, i36.TextBoxSuffixTemplateDirective, i36.TextBoxPrefixTemplateDirective, i36.TextBoxCustomMessagesComponent, i36.NumericTextBoxComponent, i36.NumericTextBoxCustomMessagesComponent, i35.PrefixTemplateDirective, i35.SuffixTemplateDirective, i36.MaskedTextBoxComponent, i36.TextAreaComponent, i36.TextAreaDirective, i36.TextAreaPrefixComponent, i36.TextAreaSuffixComponent, i36.CheckBoxComponent, i36.CheckBoxDirective, i36.RadioButtonComponent, i36.RadioButtonDirective, i36.SwitchComponent, i36.SwitchCustomMessagesComponent, i36.FormFieldComponent, i36.HintComponent, i36.ErrorComponent, i36.SliderComponent, i36.SliderCustomMessagesComponent, i36.LabelTemplateDirective, i36.RangeSliderComponent, i36.RangeSliderCustomMessagesComponent, i36.LabelTemplateDirective, i36.RatingComponent, i36.RatingItemTemplateDirective, i36.RatingHoveredItemTemplateDirective, i36.RatingSelectedItemTemplateDirective, i36.SignatureComponent, i36.SignatureCustomMessagesComponent, i36.ColorPickerComponent, i36.ColorPickerCustomMessagesComponent, i36.FlatColorPickerComponent, i36.ColorPickerCustomMessagesComponent, i36.ColorGradientComponent, i36.ColorPickerCustomMessagesComponent, i36.ColorPaletteComponent, i36.ColorPickerCustomMessagesComponent, i37.DatePickerCustomMessagesComponent, i37.DatePickerComponent, i37.CellTemplateDirective, i37.CenturyCellTemplateDirective, i37.DecadeCellTemplateDirective, i37.FooterTemplateDirective, i37.HeaderTemplateDirective, i37.HeaderTitleTemplateDirective, i37.MonthCellTemplateDirective, i37.NavigationItemTemplateDirective, i37.WeekNumberCellTemplateDirective, i37.YearCellTemplateDirective, i37.NavigationItemTemplateDirective, i38.PopupComponent, i39.ColumnComponent, i40.ColumnGroupComponent, i41.LogicalCellDirective, i42.LogicalRowDirective, i43.FocusableDirective, i44.ColGroupComponent, i45.ResizableContainerDirective, i35.TemplateContextDirective, i46.FieldAccessorPipe, i47.SpanColumnComponent, i48.TableDirective, i49.LoadingComponent, i14.FilterCellOperatorsComponent, i50.CheckboxColumnComponent, i51.RowReorderColumnComponent, i35.DraggableDirective, i52.IconComponent, i52.SVGIconComponent, i53.ButtonComponent, i54.FilterMenuComponent, i55.FilterMenuContainerComponent, i56.FilterMenuInputWrapperComponent, i57.StringFilterMenuInputComponent, i58.StringFilterMenuComponent, i59.FilterMenuTemplateDirective, i60.NumericFilterMenuComponent, i61.NumericFilterMenuInputComponent, i62.DateFilterMenuInputComponent, i63.DateFilterMenuComponent, i64.FilterMenuHostDirective, i65.BooleanFilterMenuComponent, i39.ColumnComponent, i40.ColumnGroupComponent, i41.LogicalCellDirective, i42.LogicalRowDirective, i43.FocusableDirective, i44.ColGroupComponent, i45.ResizableContainerDirective, i35.TemplateContextDirective, i46.FieldAccessorPipe, i47.SpanColumnComponent, i48.TableDirective, i49.LoadingComponent, i14.FilterCellOperatorsComponent, i50.CheckboxColumnComponent, i51.RowReorderColumnComponent, i35.DraggableDirective, i52.IconComponent, i52.SVGIconComponent, i66.ColumnChooserComponent, i67.ColumnMenuChooserComponent, i68.ColumnMenuFilterComponent, i69.ColumnMenuItemComponent, i70.ColumnMenuItemContentTemplateDirective, i71.ColumnMenuSortComponent, i72.ColumnMenuComponent, i73.ColumnMenuLockComponent, i74.ColumnMenuTemplateDirective, DraggableColumnDirective, DropTargetDirective], exports: [i1.HeaderComponent, i2.HeaderTemplateDirective, i3.ColumnHandleDirective] });
|
93
|
+
HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [i1.HeaderComponent, i4.FilterRowComponent, i5.FilterCellComponent, i7.StringFilterCellComponent, i8.NumericFilterCellComponent, i9.AutoCompleteFilterCellComponent, i10.BooleanFilterCellComponent, i12.FilterCellWrapperComponent, i13.DateFilterCellComponent, i14.FilterCellOperatorsComponent, i15.ContainsFilterOperatorComponent, i16.DoesNotContainFilterOperatorComponent, i17.EndsWithFilterOperatorComponent, i18.EqualFilterOperatorComponent, i19.IsEmptyFilterOperatorComponent, i20.IsNotEmptyFilterOperatorComponent, i21.IsNotNullFilterOperatorComponent, i22.IsNullFilterOperatorComponent, i23.NotEqualFilterOperatorComponent, i24.StartsWithFilterOperatorComponent, i25.GreaterFilterOperatorComponent, i26.GreaterOrEqualToFilterOperatorComponent, i27.LessFilterOperatorComponent, i28.LessOrEqualToFilterOperatorComponent, i29.AfterFilterOperatorComponent, i30.AfterEqFilterOperatorComponent, i31.BeforeEqFilterOperatorComponent, i32.BeforeFilterOperatorComponent, i34.DropDownListComponent, i34.CustomMessagesComponent, i34.AutoCompleteComponent, i34.CustomMessagesComponent, i36.TextBoxComponent, i36.InputSeparatorComponent, i36.TextBoxCustomMessagesComponent, i36.NumericTextBoxComponent, i36.NumericTextBoxCustomMessagesComponent, i36.MaskedTextBoxComponent, i36.TextAreaComponent, i36.TextAreaPrefixComponent, i36.TextAreaSuffixComponent, i36.CheckBoxComponent, i36.RadioButtonComponent, i36.SwitchComponent, i36.SwitchCustomMessagesComponent, i36.FormFieldComponent, i36.HintComponent, i36.ErrorComponent, i36.SliderComponent, i36.SliderCustomMessagesComponent, i36.RangeSliderComponent, i36.RangeSliderCustomMessagesComponent, i36.RatingComponent, i36.SignatureComponent, i36.SignatureCustomMessagesComponent, i36.ColorPickerComponent, i36.ColorPickerCustomMessagesComponent, i36.FlatColorPickerComponent, i36.ColorPickerCustomMessagesComponent, i36.ColorGradientComponent, i36.ColorPickerCustomMessagesComponent, i36.ColorPaletteComponent, i36.ColorPickerCustomMessagesComponent, i37.DatePickerCustomMessagesComponent, i37.DatePickerComponent, i38.PopupComponent, i39.ColumnComponent, i40.ColumnGroupComponent, i44.ColGroupComponent, i47.SpanColumnComponent, i49.LoadingComponent, i14.FilterCellOperatorsComponent, i50.CheckboxColumnComponent, i51.RowReorderColumnComponent, i52.IconComponent, i52.SVGIconComponent, i53.ButtonComponent, i54.FilterMenuComponent, i55.FilterMenuContainerComponent, i56.FilterMenuInputWrapperComponent, i57.StringFilterMenuInputComponent, i58.StringFilterMenuComponent, i60.NumericFilterMenuComponent, i61.NumericFilterMenuInputComponent, i62.DateFilterMenuInputComponent, i63.DateFilterMenuComponent, i65.BooleanFilterMenuComponent, i39.ColumnComponent, i40.ColumnGroupComponent, i44.ColGroupComponent, i47.SpanColumnComponent, i49.LoadingComponent, i14.FilterCellOperatorsComponent, i50.CheckboxColumnComponent, i51.RowReorderColumnComponent, i52.IconComponent, i52.SVGIconComponent, i66.ColumnChooserComponent, i67.ColumnMenuChooserComponent, i68.ColumnMenuFilterComponent, i69.ColumnMenuItemComponent, i71.ColumnMenuSortComponent, i72.ColumnMenuComponent, i73.ColumnMenuLockComponent] });
|
51
94
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, decorators: [{
|
52
95
|
type: NgModule,
|
53
96
|
args: [{
|
54
|
-
|
55
|
-
|
56
|
-
imports: [...importedModules]
|
97
|
+
exports: [...HEADER_EXPORTS],
|
98
|
+
imports: [...HEADER_EXPORTS, ...ROW_FILTER_EXPORTS, ...FILTER_MENU_EXPORTS, ...SHARED_EXPORTS, ...COLUMN_MENU_EXPORTS, DraggableColumnDirective, DropTargetDirective]
|
57
99
|
}]
|
58
100
|
}] });
|
@@ -30,6 +30,12 @@ import { hasClasses, rtlScrollPosition } from './common/dom-queries';
|
|
30
30
|
import { PDFService } from '../pdf/pdf.service';
|
31
31
|
import { ColumnInfoService } from '../common/column-info.service';
|
32
32
|
import { NON_DATA_CELL_CLASSES } from './constants';
|
33
|
+
import { LoadingComponent } from './common/loading.component';
|
34
|
+
import { ResizableContainerDirective } from '../layout/resizable.directive';
|
35
|
+
import { TableBodyComponent } from './table-body.component';
|
36
|
+
import { ColGroupComponent } from './common/col-group.component';
|
37
|
+
import { TableDirective } from '../column-resizing/table.directive';
|
38
|
+
import { NgIf } from '@angular/common';
|
33
39
|
import * as i0 from "@angular/core";
|
34
40
|
import * as i1 from "../data/change-notification.service";
|
35
41
|
import * as i2 from "../scrolling/suspend.service";
|
@@ -43,13 +49,6 @@ import * as i9 from "@progress/kendo-angular-l10n";
|
|
43
49
|
import * as i10 from "../column-resizing/column-resizing.service";
|
44
50
|
import * as i11 from "../pdf/pdf.service";
|
45
51
|
import * as i12 from "../common/column-info.service";
|
46
|
-
import * as i13 from "@angular/common";
|
47
|
-
import * as i14 from "./common/col-group.component";
|
48
|
-
import * as i15 from "../layout/resizable.directive";
|
49
|
-
import * as i16 from "../column-resizing/table.directive";
|
50
|
-
import * as i17 from "./common/loading.component";
|
51
|
-
import * as i18 from "./table-body.component";
|
52
|
-
import * as i19 from "@progress/kendo-angular-common";
|
53
52
|
const elementAt = (index, elements, elementOffset) => {
|
54
53
|
for (let idx = 0, elementIdx = 0; idx < elements.length; idx++) {
|
55
54
|
const offset = elementOffset(elements[idx]);
|
@@ -509,7 +508,7 @@ export class ListComponent {
|
|
509
508
|
}
|
510
509
|
}
|
511
510
|
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i1.ChangeNotificationService }, { token: i2.SuspendService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i3.ScrollSyncService }, { token: i4.ResizeService }, { token: i5.EditService }, { token: i6.BrowserSupportService }, { token: i7.NavigationService }, { token: i8.ScrollRequestService }, { token: i9.LocalizationService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.PDFService }, { token: i12.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
|
512
|
-
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, selector: "kendo-treelist-list", inputs: { view: "view", total: "total", rowHeight: "rowHeight", take: "take", skip: "skip", columns: "columns", noRecordsTemplate: "noRecordsTemplate", filterable: "filterable", rowClass: "rowClass", loading: "loading", trackBy: "trackBy", virtualColumns: "virtualColumns", isVirtual: "isVirtual", expandIcons: "expandIcons" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
|
511
|
+
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, isStandalone: true, selector: "kendo-treelist-list", inputs: { view: "view", total: "total", rowHeight: "rowHeight", take: "take", skip: "skip", columns: "columns", noRecordsTemplate: "noRecordsTemplate", filterable: "filterable", rowClass: "rowClass", loading: "loading", trackBy: "trackBy", virtualColumns: "virtualColumns", isVirtual: "isVirtual", expandIcons: "expandIcons" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
|
513
512
|
{
|
514
513
|
provide: SCROLLER_FACTORY_TOKEN,
|
515
514
|
useValue: DEFAULT_SCROLLER_FACTORY
|
@@ -591,7 +590,7 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
591
590
|
</div>
|
592
591
|
<div *ngIf="loading" kendoTreeListLoading>
|
593
592
|
</div>
|
594
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
593
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }] });
|
595
594
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, decorators: [{
|
596
595
|
type: Component,
|
597
596
|
args: [{
|
@@ -679,7 +678,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
679
678
|
</div>
|
680
679
|
<div *ngIf="loading" kendoTreeListLoading>
|
681
680
|
</div>
|
682
|
-
|
681
|
+
`,
|
682
|
+
standalone: true,
|
683
|
+
imports: [NgIf, TableDirective, ColGroupComponent, TableBodyComponent, ResizeSensorComponent, ResizableContainerDirective, LoadingComponent]
|
683
684
|
}]
|
684
685
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
685
686
|
type: Inject,
|
@@ -27,11 +27,12 @@ export class NoRecordsTemplateDirective {
|
|
27
27
|
}
|
28
28
|
}
|
29
29
|
NoRecordsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoRecordsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
30
|
-
NoRecordsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoRecordsTemplateDirective, selector: "[kendoTreeListNoRecordsTemplate]", ngImport: i0 });
|
30
|
+
NoRecordsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoRecordsTemplateDirective, isStandalone: true, selector: "[kendoTreeListNoRecordsTemplate]", ngImport: i0 });
|
31
31
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoRecordsTemplateDirective, decorators: [{
|
32
32
|
type: Directive,
|
33
33
|
args: [{
|
34
|
-
selector: '[kendoTreeListNoRecordsTemplate]'
|
34
|
+
selector: '[kendoTreeListNoRecordsTemplate]',
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
37
38
|
type: Optional
|
@@ -20,6 +20,12 @@ import { ExpandStateService } from '../expand-state/expand-state.service';
|
|
20
20
|
import { SelectionService } from '../selection/selection.service';
|
21
21
|
import { NON_DATA_CELL_CLASSES, NON_DATA_ROW_CLASSES, IGNORE_CONTAINER_CLASSES, ICON_CLASS, EMPTY_ICON_CLASS, DRAG_HANDLE_CLASS } from './constants';
|
22
22
|
import { ColumnsContainer } from '../columns/columns-container';
|
23
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
24
|
+
import { LevelItemsPipe } from './common/level-items.pipe';
|
25
|
+
import { LogicalCellDirective } from '../navigation/logical-cell.directive';
|
26
|
+
import { CellComponent } from './cell.component';
|
27
|
+
import { LogicalRowDirective } from '../navigation/logical-row.directive';
|
28
|
+
import { NgIf, NgTemplateOutlet, NgFor, NgClass, NgStyle } from '@angular/common';
|
23
29
|
import * as i0 from "@angular/core";
|
24
30
|
import * as i1 from "../data/change-notification.service";
|
25
31
|
import * as i2 from "../editing/edit.service";
|
@@ -29,12 +35,6 @@ import * as i5 from "../common/column-info.service";
|
|
29
35
|
import * as i6 from "../navigation/navigation.service";
|
30
36
|
import * as i7 from "../expand-state/expand-state.service";
|
31
37
|
import * as i8 from "../selection/selection.service";
|
32
|
-
import * as i9 from "@angular/common";
|
33
|
-
import * as i10 from "../navigation/logical-cell.directive";
|
34
|
-
import * as i11 from "../navigation/logical-row.directive";
|
35
|
-
import * as i12 from "@progress/kendo-angular-icons";
|
36
|
-
import * as i13 from "./cell.component";
|
37
|
-
import * as i14 from "./common/level-items.pipe";
|
38
38
|
const columnCellIndex = (cell, cells) => {
|
39
39
|
for (let idx = 0; idx < cells.length; idx++) {
|
40
40
|
if (cells[idx] === cell) {
|
@@ -345,7 +345,7 @@ export class TableBodyComponent {
|
|
345
345
|
}
|
346
346
|
}
|
347
347
|
TableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableBodyComponent, deps: [{ token: i1.ChangeNotificationService }, { token: i2.EditService }, { token: i3.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i4.DomEventsService }, { token: i5.ColumnInfoService }, { token: i6.NavigationService }, { token: i7.ExpandStateService }, { token: i8.SelectionService }], target: i0.ɵɵFactoryTarget.Component });
|
348
|
-
TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: { columns: "columns", allColumns: "allColumns", noRecordsTemplate: "noRecordsTemplate", view: "view", skip: "skip", filterable: "filterable", noRecordsText: "noRecordsText", isLocked: "isLocked", lockedColumnsCount: "lockedColumnsCount", totalColumnsCount: "totalColumnsCount", virtualColumns: "virtualColumns", expandIcons: "expandIcons", trackBy: "trackBy", totalColumns: "totalColumns", rowClass: "rowClass" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
348
|
+
TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TableBodyComponent, isStandalone: true, selector: "[kendoTreeListTableBody]", inputs: { columns: "columns", allColumns: "allColumns", noRecordsTemplate: "noRecordsTemplate", view: "view", skip: "skip", filterable: "filterable", noRecordsText: "noRecordsText", isLocked: "isLocked", lockedColumnsCount: "lockedColumnsCount", totalColumnsCount: "totalColumnsCount", virtualColumns: "virtualColumns", expandIcons: "expandIcons", trackBy: "trackBy", totalColumns: "totalColumns", rowClass: "rowClass" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
349
349
|
<tr *ngIf="!hasData" class="k-grid-norecords">
|
350
350
|
<td [attr.colspan]="colSpan" class="k-table-td">
|
351
351
|
<ng-container *ngIf="noRecordsTemplate?.templateRef" [ngTemplateOutlet]="noRecordsTemplate.templateRef">
|
@@ -443,7 +443,7 @@ TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
443
443
|
</td>
|
444
444
|
</tr>
|
445
445
|
</ng-container>
|
446
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
446
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CellComponent, selector: "[kendoTreeListCell]", inputs: ["column", "columnIndex", "isNew", "level", "hasChildren", "isExpanded", "loading", "expandIcons", "selected", "dataItem", "viewItem"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "pipe", type: LevelItemsPipe, name: "levelItems" }] });
|
447
447
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableBodyComponent, decorators: [{
|
448
448
|
type: Component,
|
449
449
|
args: [{
|
@@ -546,7 +546,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
546
546
|
</td>
|
547
547
|
</tr>
|
548
548
|
</ng-container>
|
549
|
-
|
549
|
+
`,
|
550
|
+
standalone: true,
|
551
|
+
imports: [NgIf, NgTemplateOutlet, NgFor, LogicalRowDirective, NgClass, CellComponent, LogicalCellDirective, NgStyle, IconWrapperComponent, LevelItemsPipe]
|
550
552
|
}]
|
551
553
|
}], ctorParameters: function () { return [{ type: i1.ChangeNotificationService }, { type: i2.EditService }, { type: i3.LocalizationService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i4.DomEventsService }, { type: i5.ColumnInfoService }, { type: i6.NavigationService }, { type: i7.ExpandStateService }, { type: i8.SelectionService }]; }, propDecorators: { hostClass: [{
|
552
554
|
type: HostBinding,
|
@@ -45,7 +45,7 @@ export class TreeListToolbarFocusableDirective {
|
|
45
45
|
}
|
46
46
|
}
|
47
47
|
TreeListToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
48
|
-
TreeListToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TreeListToolbarFocusableDirective, selector: "\n [kendoTreeListToolbarFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListCancelCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListExcelCommand],\n [kendoTreeListPDFCommand]\n ", ngImport: i0 });
|
48
|
+
TreeListToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TreeListToolbarFocusableDirective, isStandalone: true, selector: "\n [kendoTreeListToolbarFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListCancelCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListExcelCommand],\n [kendoTreeListPDFCommand]\n ", ngImport: i0 });
|
49
49
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListToolbarFocusableDirective, decorators: [{
|
50
50
|
type: Directive,
|
51
51
|
args: [{
|
@@ -58,6 +58,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
58
58
|
[kendoTreeListSaveCommand],
|
59
59
|
[kendoTreeListExcelCommand],
|
60
60
|
[kendoTreeListPDFCommand]
|
61
|
-
|
61
|
+
`,
|
62
|
+
standalone: true
|
62
63
|
}]
|
63
64
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ContextService }]; } });
|
@@ -43,11 +43,12 @@ export class ToolbarTemplateDirective {
|
|
43
43
|
}
|
44
44
|
}
|
45
45
|
ToolbarTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }, { token: i1.OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
46
|
-
ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarTemplateDirective, selector: "[kendoTreeListToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
|
46
|
+
ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoTreeListToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
|
47
47
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
|
48
48
|
type: Directive,
|
49
49
|
args: [{
|
50
|
-
selector: '[kendoTreeListToolbarTemplate]'
|
50
|
+
selector: '[kendoTreeListToolbarTemplate]',
|
51
|
+
standalone: true
|
51
52
|
}]
|
52
53
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
53
54
|
type: Optional
|
@@ -4,12 +4,12 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/* eslint-disable @typescript-eslint/no-inferrable-types */
|
6
6
|
import { Component, Input, HostBinding, Renderer2, ElementRef } from '@angular/core';
|
7
|
-
import {
|
7
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
8
8
|
import { Subscription } from 'rxjs';
|
9
9
|
import { Keys, isDocumentAvailable } from '@progress/kendo-angular-common';
|
10
|
+
import { ContextService } from './../../common/provider.service';
|
10
11
|
import * as i0 from "@angular/core";
|
11
12
|
import * as i1 from "./../../common/provider.service";
|
12
|
-
import * as i2 from "@angular/common";
|
13
13
|
/**
|
14
14
|
* @hidden
|
15
15
|
*/
|
@@ -57,14 +57,14 @@ export class ToolbarComponent {
|
|
57
57
|
}
|
58
58
|
}
|
59
59
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
60
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
|
60
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
|
61
61
|
<ng-template
|
62
62
|
*ngIf="toolbarTemplateRef"
|
63
63
|
[ngTemplateOutlet]="toolbarTemplateRef"
|
64
64
|
[ngTemplateOutletContext]="context"
|
65
65
|
>
|
66
66
|
</ng-template>
|
67
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
67
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
68
68
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, decorators: [{
|
69
69
|
type: Component,
|
70
70
|
args: [{
|
@@ -76,7 +76,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
76
76
|
[ngTemplateOutletContext]="context"
|
77
77
|
>
|
78
78
|
</ng-template>
|
79
|
-
|
79
|
+
`,
|
80
|
+
standalone: true,
|
81
|
+
imports: [NgIf, NgTemplateOutlet]
|
80
82
|
}]
|
81
83
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ContextService }]; }, propDecorators: { hostRole: [{
|
82
84
|
type: HostBinding,
|
@@ -158,11 +158,12 @@ export class MarqueeDirective {
|
|
158
158
|
}
|
159
159
|
}
|
160
160
|
MarqueeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MarqueeDirective, deps: [{ token: i1.DraggableDirective }, { token: i2.SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
161
|
-
MarqueeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
|
161
|
+
MarqueeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MarqueeDirective, isStandalone: true, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
|
162
162
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MarqueeDirective, decorators: [{
|
163
163
|
type: Directive,
|
164
164
|
args: [{
|
165
|
-
selector: '[kendoTreeListSelectionMarquee]'
|
165
|
+
selector: '[kendoTreeListSelectionMarquee]',
|
166
|
+
standalone: true
|
166
167
|
}]
|
167
168
|
}], ctorParameters: function () { return [{ type: i1.DraggableDirective }, { type: i2.SelectionService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { userSelection: [{
|
168
169
|
type: HostBinding,
|
@@ -166,12 +166,13 @@ export class SelectableDirective {
|
|
166
166
|
}
|
167
167
|
}
|
168
168
|
SelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
169
|
-
SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectableDirective, selector: "[kendoTreeListSelectable]", inputs: { selectable: "selectable", selectedItems: "selectedItems", itemKey: "itemKey", columnKey: "columnKey" }, outputs: { selectedItemsChange: "selectedItemsChange" }, exportAs: ["kendoTreeListSelectable"], ngImport: i0 });
|
169
|
+
SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectableDirective, isStandalone: true, selector: "[kendoTreeListSelectable]", inputs: { selectable: "selectable", selectedItems: "selectedItems", itemKey: "itemKey", columnKey: "columnKey" }, outputs: { selectedItemsChange: "selectedItemsChange" }, exportAs: ["kendoTreeListSelectable"], ngImport: i0 });
|
170
170
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, decorators: [{
|
171
171
|
type: Directive,
|
172
172
|
args: [{
|
173
173
|
exportAs: 'kendoTreeListSelectable',
|
174
|
-
selector: '[kendoTreeListSelectable]'
|
174
|
+
selector: '[kendoTreeListSelectable]',
|
175
|
+
standalone: true
|
175
176
|
}]
|
176
177
|
}], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { selectable: [{
|
177
178
|
type: Input
|
@@ -3,89 +3,40 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { NgModule } from '@angular/core';
|
6
|
-
import {
|
7
|
-
import {
|
8
|
-
import { CheckboxColumnComponent } from './columns/checkbox-column.component';
|
9
|
-
import { SpanColumnComponent } from './columns/span-column.component';
|
10
|
-
import { ColumnGroupComponent } from './columns/column-group.component';
|
11
|
-
import { ColGroupComponent } from './rendering/common/col-group.component';
|
12
|
-
import { LoadingComponent } from './rendering/common/loading.component';
|
13
|
-
import { ResizableContainerDirective } from './layout/resizable.directive';
|
14
|
-
import { TemplateContextDirective } from './rendering/common/template-context.directive';
|
15
|
-
import { DraggableModule } from '@progress/kendo-angular-common';
|
16
|
-
import { LogicalCellDirective } from './navigation/logical-cell.directive';
|
17
|
-
import { LogicalRowDirective } from './navigation/logical-row.directive';
|
18
|
-
import { FieldAccessorPipe } from "./rendering/common/field-accessor.pipe";
|
19
|
-
import { TableDirective } from "./column-resizing/table.directive";
|
20
|
-
import { FocusableDirective } from "./navigation/focusable.directive";
|
21
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
22
|
-
import { RowReorderColumnComponent } from './columns/rowreorder-column.component';
|
6
|
+
import { SHARED_EXPORTS } from './directives';
|
7
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
23
8
|
import * as i0 from "@angular/core";
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
9
|
+
import * as i1 from "./columns/column.component";
|
10
|
+
import * as i2 from "./columns/column-group.component";
|
11
|
+
import * as i3 from "./navigation/logical-cell.directive";
|
12
|
+
import * as i4 from "./navigation/logical-row.directive";
|
13
|
+
import * as i5 from "./navigation/focusable.directive";
|
14
|
+
import * as i6 from "./rendering/common/col-group.component";
|
15
|
+
import * as i7 from "./layout/resizable.directive";
|
16
|
+
import * as i8 from "@progress/kendo-angular-common";
|
17
|
+
import * as i9 from "./rendering/common/field-accessor.pipe";
|
18
|
+
import * as i10 from "./columns/span-column.component";
|
19
|
+
import * as i11 from "./column-resizing/table.directive";
|
20
|
+
import * as i12 from "./rendering/common/loading.component";
|
21
|
+
import * as i13 from "./filtering/cell/filter-cell-operators.component";
|
22
|
+
import * as i14 from "./columns/checkbox-column.component";
|
23
|
+
import * as i15 from "./columns/rowreorder-column.component";
|
24
|
+
import * as i16 from "@progress/kendo-angular-icons";
|
25
|
+
// IMPORTANT: NgModule export kept for backwards compatibillity
|
40
26
|
/**
|
41
27
|
* @hidden
|
28
|
+
* @deprecated
|
42
29
|
*/
|
43
30
|
export class SharedModule {
|
44
|
-
static exports() {
|
45
|
-
return [
|
46
|
-
ColumnComponent,
|
47
|
-
SpanColumnComponent,
|
48
|
-
CheckboxColumnComponent,
|
49
|
-
RowReorderColumnComponent,
|
50
|
-
ColumnGroupComponent,
|
51
|
-
FocusableDirective
|
52
|
-
];
|
53
|
-
}
|
54
31
|
}
|
55
32
|
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
56
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule,
|
57
|
-
|
58
|
-
LogicalCellDirective,
|
59
|
-
LogicalRowDirective,
|
60
|
-
FocusableDirective,
|
61
|
-
ColGroupComponent,
|
62
|
-
ResizableContainerDirective,
|
63
|
-
TemplateContextDirective,
|
64
|
-
FieldAccessorPipe,
|
65
|
-
SpanColumnComponent,
|
66
|
-
TableDirective,
|
67
|
-
LoadingComponent,
|
68
|
-
CheckboxColumnComponent,
|
69
|
-
RowReorderColumnComponent], imports: [CommonModule, IconsModule], exports: [ColumnComponent,
|
70
|
-
ColumnGroupComponent,
|
71
|
-
LogicalCellDirective,
|
72
|
-
LogicalRowDirective,
|
73
|
-
FocusableDirective,
|
74
|
-
ColGroupComponent,
|
75
|
-
ResizableContainerDirective,
|
76
|
-
TemplateContextDirective,
|
77
|
-
FieldAccessorPipe,
|
78
|
-
SpanColumnComponent,
|
79
|
-
TableDirective,
|
80
|
-
LoadingComponent,
|
81
|
-
CheckboxColumnComponent,
|
82
|
-
RowReorderColumnComponent, DraggableModule, IconsModule] });
|
83
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [CommonModule, IconsModule, DraggableModule, IconsModule] });
|
33
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.ColGroupComponent, i7.ResizableContainerDirective, i8.TemplateContextDirective, i9.FieldAccessorPipe, i10.SpanColumnComponent, i11.TableDirective, i12.LoadingComponent, i13.FilterCellOperatorsComponent, i14.CheckboxColumnComponent, i15.RowReorderColumnComponent, i8.DraggableDirective, i16.IconComponent, i16.SVGIconComponent], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.ColGroupComponent, i7.ResizableContainerDirective, i8.TemplateContextDirective, i9.FieldAccessorPipe, i10.SpanColumnComponent, i11.TableDirective, i12.LoadingComponent, i13.FilterCellOperatorsComponent, i14.CheckboxColumnComponent, i15.RowReorderColumnComponent, i8.DraggableDirective, i16.IconComponent, i16.SVGIconComponent] });
|
34
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i6.ColGroupComponent, i10.SpanColumnComponent, i12.LoadingComponent, i13.FilterCellOperatorsComponent, i14.CheckboxColumnComponent, i15.RowReorderColumnComponent, i16.IconComponent, i16.SVGIconComponent] });
|
84
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
85
36
|
type: NgModule,
|
86
37
|
args: [{
|
87
|
-
|
88
|
-
|
89
|
-
|
38
|
+
exports: [...SHARED_EXPORTS],
|
39
|
+
imports: [...SHARED_EXPORTS],
|
40
|
+
providers: [IconsService]
|
90
41
|
}]
|
91
42
|
}] });
|