@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.10
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/NOTICE.txt +12 -19
- 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 +164 -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/column-resizing.service.mjs +5 -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 +291 -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 +10 -9
- 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 +51 -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 +53 -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 +78 -135
- 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 +77 -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 +24 -73
- package/esm2020/treelist.component.mjs +21 -21
- package/esm2020/treelist.module.mjs +144 -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 +13907 -14111
- package/fesm2020/progress-kendo-angular-treelist.mjs +13856 -14060
- 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 +36 -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 +36 -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 +21 -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 +69 -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 +79 -71
- 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
@@ -4,10 +4,15 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
6
6
|
import { Component, ContentChildren, ElementRef, EventEmitter, HostBinding, Input, Output, Renderer2, QueryList, ViewChild, isDevMode, NgZone, ViewChildren, ChangeDetectorRef, ViewEncapsulation, ChangeDetectionStrategy, forwardRef } from '@angular/core';
|
7
|
+
import { NgIf } from '@angular/common';
|
7
8
|
import { FormControl, FormGroup } from '@angular/forms';
|
8
9
|
import { Subscription, merge, isObservable } from 'rxjs';
|
9
10
|
import { map, tap, take, filter, switchMap, takeUntil } from 'rxjs/operators';
|
10
11
|
import { validatePackage } from '@progress/kendo-licensing';
|
12
|
+
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
13
|
+
import { guid, DraggableDirective } from '@progress/kendo-angular-common';
|
14
|
+
import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
|
15
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
11
16
|
import { packageMetadata } from './package-metadata';
|
12
17
|
import { ColumnComponent, isColumnComponent } from './columns/column.component';
|
13
18
|
import { isSpanColumnComponent } from './columns/span-column.component';
|
@@ -21,7 +26,6 @@ import { ChangeNotificationService } from './data/change-notification.service';
|
|
21
26
|
import { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
|
22
27
|
import { ColumnBase } from './columns/column-base';
|
23
28
|
import { syncRowsHeight } from './layout/row-sync';
|
24
|
-
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
25
29
|
import { FilterService } from './filtering/filter.service';
|
26
30
|
import { PagerTemplateDirective } from './pager/pager-template.directive';
|
27
31
|
import { PagerContextService } from "./pager/pager-context.service";
|
@@ -65,9 +69,18 @@ import { SelectionService } from './selection/selection.service';
|
|
65
69
|
import { DataBoundTreeComponent } from './binding-directives/data-bound-tree-component';
|
66
70
|
import { ExpandableTreeComponent } from './expand-state/expandable-tree-component';
|
67
71
|
import { ContextService } from './common/provider.service';
|
68
|
-
import { guid } from '@progress/kendo-angular-common';
|
69
72
|
import { RowReorderService } from './row-reordering/row-reorder.service';
|
70
|
-
import {
|
73
|
+
import { PagerComponent } from './pager/pager.component';
|
74
|
+
import { LoadingComponent } from './rendering/common/loading.component';
|
75
|
+
import { TableBodyComponent } from './rendering/table-body.component';
|
76
|
+
import { MarqueeDirective } from './selection/marquee.directive';
|
77
|
+
import { ListComponent } from './rendering/list.component';
|
78
|
+
import { ResizableContainerDirective } from './layout/resizable.directive';
|
79
|
+
import { HeaderComponent } from './rendering/header/header.component';
|
80
|
+
import { ColGroupComponent } from './rendering/common/col-group.component';
|
81
|
+
import { TableDirective } from './column-resizing/table.directive';
|
82
|
+
import { ToolbarComponent } from './rendering/toolbar/toolbar.component';
|
83
|
+
import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
71
84
|
import * as i0 from "@angular/core";
|
72
85
|
import * as i1 from "./layout/browser-support.service";
|
73
86
|
import * as i2 from "./data/change-notification.service";
|
@@ -90,21 +103,6 @@ import * as i18 from "./selection/selection.service";
|
|
90
103
|
import * as i19 from "@progress/kendo-angular-l10n";
|
91
104
|
import * as i20 from "./common/provider.service";
|
92
105
|
import * as i21 from "./row-reordering/row-reorder.service";
|
93
|
-
import * as i22 from "@angular/common";
|
94
|
-
import * as i23 from "./rendering/common/col-group.component";
|
95
|
-
import * as i24 from "./layout/resizable.directive";
|
96
|
-
import * as i25 from "./column-resizing/table.directive";
|
97
|
-
import * as i26 from "./rendering/common/loading.component";
|
98
|
-
import * as i27 from "@progress/kendo-angular-common";
|
99
|
-
import * as i28 from "@progress/kendo-angular-icons";
|
100
|
-
import * as i29 from "./rendering/table-body.component";
|
101
|
-
import * as i30 from "./rendering/header/header.component";
|
102
|
-
import * as i31 from "./pager/pager.component";
|
103
|
-
import * as i32 from "@progress/kendo-angular-utils";
|
104
|
-
import * as i33 from "./rendering/list.component";
|
105
|
-
import * as i34 from "./rendering/toolbar/toolbar.component";
|
106
|
-
import * as i35 from "./localization/localized-messages.directive";
|
107
|
-
import * as i36 from "./selection/marquee.directive";
|
108
106
|
const createControl = (source) => (acc, key) => {
|
109
107
|
acc[key] = new FormControl(source[key]);
|
110
108
|
return acc;
|
@@ -1699,7 +1697,7 @@ export class TreeListComponent {
|
|
1699
1697
|
}
|
1700
1698
|
}
|
1701
1699
|
TreeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListComponent, deps: [{ token: i1.BrowserSupportService }, { token: i0.ElementRef }, { token: i2.ChangeNotificationService }, { token: i3.EditService }, { token: i4.FilterService }, { token: i5.PDFService }, { token: i6.ResponsiveService }, { token: i0.Renderer2 }, { token: i7.ExcelService }, { token: i0.NgZone }, { token: i8.ScrollSyncService }, { token: i9.DomEventsService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.ColumnReorderService }, { token: i12.ColumnInfoService }, { token: i13.NavigationService }, { token: i14.SortService }, { token: i15.ScrollRequestService }, { token: i16.ExpandStateService }, { token: i17.OptionChangesService }, { token: i18.SelectionService }, { token: i19.LocalizationService }, { token: i20.ContextService }, { token: i21.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
1702
|
-
TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeListComponent, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", navigatable: "navigatable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { selectionChange: "selectionChange", filterChange: "filterChange", pageChange: "pageChange", sortChange: "sortChange", dataStateChange: "dataStateChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll", expandEvent: "expand", collapseEvent: "collapse", expandStateChange: "expandStateChange", rowReorder: "rowReorder" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
|
1700
|
+
TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeListComponent, isStandalone: true, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", navigatable: "navigatable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { selectionChange: "selectionChange", filterChange: "filterChange", pageChange: "pageChange", sortChange: "sortChange", dataStateChange: "dataStateChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll", expandEvent: "expand", collapseEvent: "collapse", expandStateChange: "expandStateChange", rowReorder: "rowReorder" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
|
1703
1701
|
BrowserSupportService,
|
1704
1702
|
LocalizationService,
|
1705
1703
|
ColumnInfoService,
|
@@ -2115,7 +2113,7 @@ TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
2115
2113
|
</kendo-icon-wrapper>
|
2116
2114
|
{{hintText}}
|
2117
2115
|
</ng-template>
|
2118
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
2116
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { 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: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
2119
2117
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListComponent, decorators: [{
|
2120
2118
|
type: Component,
|
2121
2119
|
args: [{
|
@@ -2540,7 +2538,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
2540
2538
|
</kendo-icon-wrapper>
|
2541
2539
|
{{hintText}}
|
2542
2540
|
</ng-template>
|
2543
|
-
|
2541
|
+
`,
|
2542
|
+
standalone: true,
|
2543
|
+
imports: [LocalizedMessagesDirective, NgIf, ToolbarComponent, DragTargetContainerDirective, DropTargetContainerDirective, TableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective, ListComponent, DraggableDirective, MarqueeDirective, TableBodyComponent, LoadingComponent, PagerComponent, IconWrapperComponent]
|
2544
2544
|
}]
|
2545
2545
|
}], ctorParameters: function () { return [{ type: i1.BrowserSupportService }, { type: i0.ElementRef }, { type: i2.ChangeNotificationService }, { type: i3.EditService }, { type: i4.FilterService }, { type: i5.PDFService }, { type: i6.ResponsiveService }, { type: i0.Renderer2 }, { type: i7.ExcelService }, { type: i0.NgZone }, { type: i8.ScrollSyncService }, { type: i9.DomEventsService }, { type: i10.ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: i11.ColumnReorderService }, { type: i12.ColumnInfoService }, { type: i13.NavigationService }, { type: i14.SortService }, { type: i15.ScrollRequestService }, { type: i16.ExpandStateService }, { type: i17.OptionChangesService }, { type: i18.SelectionService }, { type: i19.LocalizationService }, { type: i20.ContextService }, { type: i21.RowReorderService }]; }, propDecorators: { ariaLabel: [{
|
2546
2546
|
type: Input,
|
@@ -3,139 +3,115 @@
|
|
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 {
|
10
|
-
import {
|
11
|
-
import {
|
12
|
-
import {
|
13
|
-
import { HeaderModule } from "./rendering/header/header.module";
|
14
|
-
import { BodyModule } from "./rendering/body.module";
|
15
|
-
import { SharedModule } from './shared.module';
|
16
|
-
import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
|
17
|
-
import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
|
18
|
-
import { TreeListToolbarFocusableDirective } from './rendering/toolbar/toolbar-focusable.directive';
|
19
|
-
import { ResizeSensorModule } from '@progress/kendo-angular-common';
|
20
|
-
import { TemplateEditingDirective } from './editing-directives/template-editing.directive';
|
21
|
-
import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
|
22
|
-
import { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
|
23
|
-
import { FilterMenuModule } from "./filtering/menu/filter-menu.module";
|
24
|
-
import { ColumnMenuModule } from './column-menu/column-menu.module';
|
25
|
-
import { HierarchyBindingDirective } from './binding-directives/hierarchy-binding.directive';
|
26
|
-
import { FlatBindingDirective } from './binding-directives/flat-binding.directive';
|
27
|
-
import { ExpandableDirective } from './expand-state/expandable.directive';
|
28
|
-
import { SelectableDirective } from './selection/selectable.directive';
|
29
|
-
import { MarqueeDirective } from './selection/marquee.directive';
|
30
|
-
import { TreeListSpacerComponent } from './rendering/common/spacer.component';
|
31
|
-
import { DragAndDropModule } from '@progress/kendo-angular-utils';
|
6
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
7
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
8
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
9
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
10
|
+
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
11
|
+
import { KENDO_TREELIST } from './directives';
|
12
|
+
import { ColumnResizingService } from './column-resizing/column-resizing.service';
|
32
13
|
import * as i0 from "@angular/core";
|
33
|
-
import * as i1 from "./
|
34
|
-
import * as i2 from "./
|
35
|
-
import * as i3 from "./
|
36
|
-
import * as i4 from "./
|
37
|
-
import * as i5 from "./
|
38
|
-
import * as i6 from "./
|
39
|
-
import * as i7 from "./
|
40
|
-
import * as i8 from "./
|
41
|
-
import * as i9 from "./
|
42
|
-
import * as i10 from "./
|
43
|
-
import * as i11 from "./
|
44
|
-
import * as i12 from "./
|
45
|
-
import * as i13 from "./
|
46
|
-
import * as i14 from "./
|
47
|
-
import * as i15 from "./
|
48
|
-
import * as i16 from "./
|
49
|
-
import * as i17 from "./
|
50
|
-
import * as i18 from "./
|
51
|
-
import * as i19 from "./
|
52
|
-
import * as i20 from "./
|
53
|
-
import * as i21 from "
|
54
|
-
import * as i22 from "./
|
55
|
-
import * as i23 from "./
|
56
|
-
import * as i24 from "./
|
57
|
-
import * as i25 from "./
|
58
|
-
import * as i26 from "./filtering/filter-
|
59
|
-
import * as i27 from "./
|
60
|
-
import * as i28 from "./
|
61
|
-
import * as i29 from "./
|
62
|
-
import * as i30 from "./
|
63
|
-
import * as i31 from "./
|
64
|
-
import * as i32 from "./
|
65
|
-
import * as i33 from "./
|
66
|
-
import * as i34 from "./
|
67
|
-
import * as i35 from "./
|
68
|
-
import * as i36 from "./
|
69
|
-
import * as i37 from "./
|
70
|
-
import * as i38 from "./
|
71
|
-
import * as i39 from "./
|
72
|
-
import * as i40 from "./
|
73
|
-
import * as i41 from "./
|
74
|
-
import * as i42 from "./
|
75
|
-
import * as i43 from "./
|
76
|
-
import * as i44 from "./
|
77
|
-
import * as i45 from "./
|
78
|
-
import * as i46 from "./
|
79
|
-
import * as i47 from "./
|
80
|
-
import * as i48 from "./
|
81
|
-
import * as i49 from "./
|
82
|
-
import * as i50 from "./
|
83
|
-
import * as i51 from "./filtering/
|
84
|
-
import * as i52 from "./filtering/
|
85
|
-
import * as i53 from "./filtering/
|
86
|
-
import * as i54 from "./filtering/
|
87
|
-
import * as i55 from "./filtering/
|
88
|
-
import * as i56 from "./filtering/
|
89
|
-
import * as i57 from "./filtering/
|
90
|
-
import * as i58 from "./
|
91
|
-
import * as i59 from "./
|
92
|
-
import * as i60 from "./
|
93
|
-
import * as i61 from "./
|
94
|
-
import * as i62 from "./
|
95
|
-
import * as i63 from "./
|
96
|
-
import * as i64 from "./
|
97
|
-
import * as i65 from "./
|
98
|
-
import * as i66 from "./
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
SelectableDirective,
|
135
|
-
MarqueeDirective,
|
136
|
-
TreeListSpacerComponent,
|
137
|
-
TreeListToolbarFocusableDirective
|
138
|
-
];
|
14
|
+
import * as i1 from "./treelist.component";
|
15
|
+
import * as i2 from "./rendering/toolbar/toolbar-template.directive";
|
16
|
+
import * as i3 from "./rendering/toolbar/toolbar.component";
|
17
|
+
import * as i4 from "./rendering/common/spacer.component";
|
18
|
+
import * as i5 from "./localization/custom-messages.component";
|
19
|
+
import * as i6 from "./editing-directives/template-editing.directive";
|
20
|
+
import * as i7 from "./editing-directives/reactive-editing.directive";
|
21
|
+
import * as i8 from "./editing-directives/in-cell-editing.directive";
|
22
|
+
import * as i9 from "./binding-directives/hierarchy-binding.directive";
|
23
|
+
import * as i10 from "./binding-directives/flat-binding.directive";
|
24
|
+
import * as i11 from "./expand-state/expandable.directive";
|
25
|
+
import * as i12 from "./selection/selectable.directive";
|
26
|
+
import * as i13 from "./rendering/toolbar/toolbar-focusable.directive";
|
27
|
+
import * as i14 from "./columns/column.component";
|
28
|
+
import * as i15 from "./columns/column-group.component";
|
29
|
+
import * as i16 from "./navigation/logical-cell.directive";
|
30
|
+
import * as i17 from "./navigation/logical-row.directive";
|
31
|
+
import * as i18 from "./navigation/focusable.directive";
|
32
|
+
import * as i19 from "./rendering/common/col-group.component";
|
33
|
+
import * as i20 from "./layout/resizable.directive";
|
34
|
+
import * as i21 from "@progress/kendo-angular-common";
|
35
|
+
import * as i22 from "./rendering/common/field-accessor.pipe";
|
36
|
+
import * as i23 from "./columns/span-column.component";
|
37
|
+
import * as i24 from "./column-resizing/table.directive";
|
38
|
+
import * as i25 from "./rendering/common/loading.component";
|
39
|
+
import * as i26 from "./filtering/cell/filter-cell-operators.component";
|
40
|
+
import * as i27 from "./columns/checkbox-column.component";
|
41
|
+
import * as i28 from "./columns/rowreorder-column.component";
|
42
|
+
import * as i29 from "./columns/command-column.component";
|
43
|
+
import * as i30 from "./rendering/cell-template.directive";
|
44
|
+
import * as i31 from "./rendering/cell.component";
|
45
|
+
import * as i32 from "./rendering/no-records-template.directive";
|
46
|
+
import * as i33 from "./editing/edit-template.directive";
|
47
|
+
import * as i34 from "./editing/edit-command.directive";
|
48
|
+
import * as i35 from "./editing/cancel-command.directive";
|
49
|
+
import * as i36 from "./editing/save-command.directive";
|
50
|
+
import * as i37 from "./editing/remove-command.directive";
|
51
|
+
import * as i38 from "./editing/add-command.directive";
|
52
|
+
import * as i39 from "./rendering/footer-template.directive";
|
53
|
+
import * as i40 from "./rendering/header/header.component";
|
54
|
+
import * as i41 from "./rendering/header/header-template.directive";
|
55
|
+
import * as i42 from "./column-resizing/column-handle.directive";
|
56
|
+
import * as i43 from "./pager/pager.component";
|
57
|
+
import * as i44 from "./pager/pager-prev-buttons.component";
|
58
|
+
import * as i45 from "./pager/pager-next-buttons.component";
|
59
|
+
import * as i46 from "./pager/pager-numeric-buttons.component";
|
60
|
+
import * as i47 from "./pager/pager-input.component";
|
61
|
+
import * as i48 from "./pager/pager-info.component";
|
62
|
+
import * as i49 from "./pager/pager-page-sizes.component";
|
63
|
+
import * as i50 from "./pager/pager-template.directive";
|
64
|
+
import * as i51 from "./filtering/filter-row.component";
|
65
|
+
import * as i52 from "./filtering/cell/filter-cell.component";
|
66
|
+
import * as i53 from "./filtering/cell/filter-cell-template.directive";
|
67
|
+
import * as i54 from "./filtering/cell/string-filter-cell.component";
|
68
|
+
import * as i55 from "./filtering/cell/numeric-filter-cell.component";
|
69
|
+
import * as i56 from "./filtering/cell/autocomplete-filter-cell.component";
|
70
|
+
import * as i57 from "./filtering/cell/boolean-filter-cell.component";
|
71
|
+
import * as i58 from "./filtering/cell/filter-cell-host.directive";
|
72
|
+
import * as i59 from "./filtering/cell/filter-cell-wrapper.component";
|
73
|
+
import * as i60 from "./filtering/cell/date-filter-cell.component";
|
74
|
+
import * as i61 from "./filtering/operators/contains-filter-operator.component";
|
75
|
+
import * as i62 from "./filtering/operators/not-contains-filter-operator.component";
|
76
|
+
import * as i63 from "./filtering/operators/ends-with-filter-operator.component";
|
77
|
+
import * as i64 from "./filtering/operators/eq-filter-operator.component";
|
78
|
+
import * as i65 from "./filtering/operators/is-empty-filter-operator.component";
|
79
|
+
import * as i66 from "./filtering/operators/is-not-empty-filter-operator.component";
|
80
|
+
import * as i67 from "./filtering/operators/is-not-null-filter-operator.component";
|
81
|
+
import * as i68 from "./filtering/operators/isnull-filter-operator.component";
|
82
|
+
import * as i69 from "./filtering/operators/neq-filter-operator.component";
|
83
|
+
import * as i70 from "./filtering/operators/starts-with-filter-operator.component";
|
84
|
+
import * as i71 from "./filtering/operators/gt-filter-operator.component";
|
85
|
+
import * as i72 from "./filtering/operators/gte-filter-operator.component";
|
86
|
+
import * as i73 from "./filtering/operators/lt-filter-operator.component";
|
87
|
+
import * as i74 from "./filtering/operators/lte-filter-operator.component";
|
88
|
+
import * as i75 from "./filtering/operators/after-filter-operator.component";
|
89
|
+
import * as i76 from "./filtering/operators/after-eq-filter-operator.component";
|
90
|
+
import * as i77 from "./filtering/operators/before-eq-filter-operator.component";
|
91
|
+
import * as i78 from "./filtering/operators/before-filter-operator.component";
|
92
|
+
import * as i79 from "./filtering/filter-input.directive";
|
93
|
+
import * as i80 from "./filtering/menu/filter-menu.component";
|
94
|
+
import * as i81 from "./filtering/menu/filter-menu-container.component";
|
95
|
+
import * as i82 from "./filtering/menu/filter-menu-input-wrapper.component";
|
96
|
+
import * as i83 from "./filtering/menu/string-filter-menu-input.component";
|
97
|
+
import * as i84 from "./filtering/menu/string-filter-menu.component";
|
98
|
+
import * as i85 from "./filtering/menu/filter-menu-template.directive";
|
99
|
+
import * as i86 from "./filtering/menu/numeric-filter-menu.component";
|
100
|
+
import * as i87 from "./filtering/menu/numeric-filter-menu-input.component";
|
101
|
+
import * as i88 from "./filtering/menu/date-filter-menu-input.component";
|
102
|
+
import * as i89 from "./filtering/menu/date-filter-menu.component";
|
103
|
+
import * as i90 from "./filtering/menu/filter-menu-host.directive";
|
104
|
+
import * as i91 from "./filtering/menu/boolean-filter-menu.component";
|
105
|
+
import * as i92 from "./column-menu/column-chooser.component";
|
106
|
+
import * as i93 from "./column-menu/column-menu-chooser.component";
|
107
|
+
import * as i94 from "./column-menu/column-menu-filter.component";
|
108
|
+
import * as i95 from "./column-menu/column-menu-item.component";
|
109
|
+
import * as i96 from "./column-menu/column-menu-item-content-template.directive";
|
110
|
+
import * as i97 from "./column-menu/column-menu-sort.component";
|
111
|
+
import * as i98 from "./column-menu/column-menu.component";
|
112
|
+
import * as i99 from "./column-menu/column-menu-lock.component";
|
113
|
+
import * as i100 from "./column-menu/column-menu-template.directive";
|
114
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
139
115
|
/**
|
140
116
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
141
117
|
* definition for the TreeList component.
|
@@ -160,69 +136,45 @@ const declarations = [
|
|
160
136
|
export class TreeListModule {
|
161
137
|
}
|
162
138
|
TreeListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
163
|
-
TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule,
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
HeaderModule,
|
182
|
-
PagerModule,
|
183
|
-
RowFilterModule,
|
184
|
-
FilterMenuModule,
|
185
|
-
ResizeSensorModule,
|
186
|
-
ColumnMenuModule,
|
187
|
-
DragAndDropModule], exports: [TreeListComponent,
|
188
|
-
ToolbarTemplateDirective,
|
189
|
-
ToolbarComponent,
|
190
|
-
TreeListSpacerComponent,
|
191
|
-
CustomMessagesComponent,
|
192
|
-
TemplateEditingDirective,
|
193
|
-
ReactiveEditingDirective,
|
194
|
-
InCellEditingDirective,
|
195
|
-
HierarchyBindingDirective,
|
196
|
-
FlatBindingDirective,
|
197
|
-
ExpandableDirective,
|
198
|
-
SelectableDirective,
|
199
|
-
TreeListToolbarFocusableDirective, i1.ColumnComponent, i2.SpanColumnComponent, i3.CheckboxColumnComponent, i4.RowReorderColumnComponent, i5.ColumnGroupComponent, i6.FocusableDirective, i7.CommandColumnComponent, i8.CellTemplateDirective, i9.NoRecordsTemplateDirective, i10.EditTemplateDirective, i11.EditCommandDirective, i12.CancelCommandDirective, i13.SaveCommandDirective, i14.RemoveCommandDirective, i15.AddCommandDirective, i16.FooterTemplateDirective, i17.HeaderTemplateDirective, i18.PagerComponent, i19.PagerPrevButtonsComponent, i20.PagerNextButtonsComponent, i21.PagerNumericButtonsComponent, i22.PagerInputComponent, i23.PagerInfoComponent, i24.PagerPageSizesComponent, i25.PagerTemplateDirective, i26.FilterRowComponent, i27.FilterCellComponent, i28.FilterCellTemplateDirective, i29.FilterCellOperatorsComponent, i30.StringFilterCellComponent, i31.NumericFilterCellComponent, i32.AutoCompleteFilterCellComponent, i33.BooleanFilterCellComponent, i34.DateFilterCellComponent, i29.FilterCellOperatorsComponent, i35.ContainsFilterOperatorComponent, i36.DoesNotContainFilterOperatorComponent, i37.EndsWithFilterOperatorComponent, i38.EqualFilterOperatorComponent, i39.IsEmptyFilterOperatorComponent, i40.IsNotEmptyFilterOperatorComponent, i41.IsNotNullFilterOperatorComponent, i42.IsNullFilterOperatorComponent, i43.NotEqualFilterOperatorComponent, i44.StartsWithFilterOperatorComponent, i45.GreaterFilterOperatorComponent, i46.GreaterOrEqualToFilterOperatorComponent, i47.LessFilterOperatorComponent, i48.LessOrEqualToFilterOperatorComponent, i49.AfterFilterOperatorComponent, i50.AfterEqFilterOperatorComponent, i51.BeforeEqFilterOperatorComponent, i52.BeforeFilterOperatorComponent, i53.StringFilterMenuComponent, i54.FilterMenuTemplateDirective, i55.NumericFilterMenuComponent, i56.DateFilterMenuComponent, i57.BooleanFilterMenuComponent, i29.FilterCellOperatorsComponent, i35.ContainsFilterOperatorComponent, i36.DoesNotContainFilterOperatorComponent, i37.EndsWithFilterOperatorComponent, i38.EqualFilterOperatorComponent, i39.IsEmptyFilterOperatorComponent, i40.IsNotEmptyFilterOperatorComponent, i41.IsNotNullFilterOperatorComponent, i42.IsNullFilterOperatorComponent, i43.NotEqualFilterOperatorComponent, i44.StartsWithFilterOperatorComponent, i45.GreaterFilterOperatorComponent, i46.GreaterOrEqualToFilterOperatorComponent, i47.LessFilterOperatorComponent, i48.LessOrEqualToFilterOperatorComponent, i49.AfterFilterOperatorComponent, i50.AfterEqFilterOperatorComponent, i51.BeforeEqFilterOperatorComponent, i52.BeforeFilterOperatorComponent, i58.ColumnChooserComponent, i59.ColumnMenuFilterComponent, i60.ColumnMenuItemComponent, i61.ColumnMenuItemContentTemplateDirective, i62.ColumnMenuSortComponent, i63.ColumnMenuLockComponent, i64.ColumnMenuChooserComponent, i65.ColumnMenuTemplateDirective, i66.ColumnMenuComponent] });
|
200
|
-
TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, imports: [CommonModule,
|
201
|
-
SharedModule,
|
202
|
-
BodyModule,
|
203
|
-
HeaderModule,
|
204
|
-
PagerModule,
|
205
|
-
RowFilterModule,
|
206
|
-
FilterMenuModule,
|
207
|
-
ResizeSensorModule,
|
208
|
-
ColumnMenuModule,
|
209
|
-
DragAndDropModule] });
|
139
|
+
TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, imports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i29.CommandColumnComponent, i30.CellTemplateDirective, i31.CellComponent, i32.NoRecordsTemplateDirective, i33.EditTemplateDirective, i34.EditCommandDirective, i35.CancelCommandDirective, i36.SaveCommandDirective, i37.RemoveCommandDirective, i38.AddCommandDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.PagerComponent, i44.PagerPrevButtonsComponent, i45.PagerNextButtonsComponent, i46.PagerNumericButtonsComponent, i47.PagerInputComponent, i48.PagerInfoComponent, i49.PagerPageSizesComponent, i50.PagerTemplateDirective, i51.FilterRowComponent, i52.FilterCellComponent, i53.FilterCellTemplateDirective, i54.StringFilterCellComponent, i55.NumericFilterCellComponent, i56.AutoCompleteFilterCellComponent, i57.BooleanFilterCellComponent, i58.FilterCellHostDirective, i59.FilterCellWrapperComponent, i60.DateFilterCellComponent, i26.FilterCellOperatorsComponent, i61.ContainsFilterOperatorComponent, i62.DoesNotContainFilterOperatorComponent, i63.EndsWithFilterOperatorComponent, i64.EqualFilterOperatorComponent, i65.IsEmptyFilterOperatorComponent, i66.IsNotEmptyFilterOperatorComponent, i67.IsNotNullFilterOperatorComponent, i68.IsNullFilterOperatorComponent, i69.NotEqualFilterOperatorComponent, i70.StartsWithFilterOperatorComponent, i71.GreaterFilterOperatorComponent, i72.GreaterOrEqualToFilterOperatorComponent, i73.LessFilterOperatorComponent, i74.LessOrEqualToFilterOperatorComponent, i75.AfterFilterOperatorComponent, i76.AfterEqFilterOperatorComponent, i77.BeforeEqFilterOperatorComponent, i78.BeforeFilterOperatorComponent, i79.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i80.FilterMenuComponent, i81.FilterMenuContainerComponent, i82.FilterMenuInputWrapperComponent, i83.StringFilterMenuInputComponent, i84.StringFilterMenuComponent, i85.FilterMenuTemplateDirective, i86.NumericFilterMenuComponent, i87.NumericFilterMenuInputComponent, i88.DateFilterMenuInputComponent, i89.DateFilterMenuComponent, i90.FilterMenuHostDirective, i91.BooleanFilterMenuComponent, i92.ColumnChooserComponent, i93.ColumnMenuChooserComponent, i94.ColumnMenuFilterComponent, i95.ColumnMenuItemComponent, i96.ColumnMenuItemContentTemplateDirective, i97.ColumnMenuSortComponent, i98.ColumnMenuComponent, i99.ColumnMenuLockComponent, i100.ColumnMenuTemplateDirective], exports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i29.CommandColumnComponent, i30.CellTemplateDirective, i31.CellComponent, i32.NoRecordsTemplateDirective, i33.EditTemplateDirective, i34.EditCommandDirective, i35.CancelCommandDirective, i36.SaveCommandDirective, i37.RemoveCommandDirective, i38.AddCommandDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.PagerComponent, i44.PagerPrevButtonsComponent, i45.PagerNextButtonsComponent, i46.PagerNumericButtonsComponent, i47.PagerInputComponent, i48.PagerInfoComponent, i49.PagerPageSizesComponent, i50.PagerTemplateDirective, i51.FilterRowComponent, i52.FilterCellComponent, i53.FilterCellTemplateDirective, i54.StringFilterCellComponent, i55.NumericFilterCellComponent, i56.AutoCompleteFilterCellComponent, i57.BooleanFilterCellComponent, i58.FilterCellHostDirective, i59.FilterCellWrapperComponent, i60.DateFilterCellComponent, i26.FilterCellOperatorsComponent, i61.ContainsFilterOperatorComponent, i62.DoesNotContainFilterOperatorComponent, i63.EndsWithFilterOperatorComponent, i64.EqualFilterOperatorComponent, i65.IsEmptyFilterOperatorComponent, i66.IsNotEmptyFilterOperatorComponent, i67.IsNotNullFilterOperatorComponent, i68.IsNullFilterOperatorComponent, i69.NotEqualFilterOperatorComponent, i70.StartsWithFilterOperatorComponent, i71.GreaterFilterOperatorComponent, i72.GreaterOrEqualToFilterOperatorComponent, i73.LessFilterOperatorComponent, i74.LessOrEqualToFilterOperatorComponent, i75.AfterFilterOperatorComponent, i76.AfterEqFilterOperatorComponent, i77.BeforeEqFilterOperatorComponent, i78.BeforeFilterOperatorComponent, i79.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i80.FilterMenuComponent, i81.FilterMenuContainerComponent, i82.FilterMenuInputWrapperComponent, i83.StringFilterMenuInputComponent, i84.StringFilterMenuComponent, i85.FilterMenuTemplateDirective, i86.NumericFilterMenuComponent, i87.NumericFilterMenuInputComponent, i88.DateFilterMenuInputComponent, i89.DateFilterMenuComponent, i90.FilterMenuHostDirective, i91.BooleanFilterMenuComponent, i92.ColumnChooserComponent, i93.ColumnMenuChooserComponent, i94.ColumnMenuFilterComponent, i95.ColumnMenuItemComponent, i96.ColumnMenuItemContentTemplateDirective, i97.ColumnMenuSortComponent, i98.ColumnMenuComponent, i99.ColumnMenuLockComponent, i100.ColumnMenuTemplateDirective] });
|
140
|
+
TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, providers: [
|
141
|
+
IconsService,
|
142
|
+
ResizeBatchService,
|
143
|
+
CalendarDOMService,
|
144
|
+
CenturyViewService,
|
145
|
+
DecadeViewService,
|
146
|
+
MonthViewService,
|
147
|
+
YearViewService,
|
148
|
+
WeekNamesService,
|
149
|
+
PopupService,
|
150
|
+
NavigationService,
|
151
|
+
DialogContainerService,
|
152
|
+
DialogService,
|
153
|
+
WindowService,
|
154
|
+
WindowContainerService,
|
155
|
+
ColumnResizingService
|
156
|
+
], imports: [i1.TreeListComponent, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i14.ColumnComponent, i15.ColumnGroupComponent, i19.ColGroupComponent, i23.SpanColumnComponent, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i29.CommandColumnComponent, i31.CellComponent, i34.EditCommandDirective, i35.CancelCommandDirective, i36.SaveCommandDirective, i37.RemoveCommandDirective, i38.AddCommandDirective, i40.HeaderComponent, i43.PagerComponent, i44.PagerPrevButtonsComponent, i45.PagerNextButtonsComponent, i46.PagerNumericButtonsComponent, i47.PagerInputComponent, i48.PagerInfoComponent, i49.PagerPageSizesComponent, i51.FilterRowComponent, i52.FilterCellComponent, i54.StringFilterCellComponent, i55.NumericFilterCellComponent, i56.AutoCompleteFilterCellComponent, i57.BooleanFilterCellComponent, i59.FilterCellWrapperComponent, i60.DateFilterCellComponent, i26.FilterCellOperatorsComponent, i61.ContainsFilterOperatorComponent, i62.DoesNotContainFilterOperatorComponent, i63.EndsWithFilterOperatorComponent, i64.EqualFilterOperatorComponent, i65.IsEmptyFilterOperatorComponent, i66.IsNotEmptyFilterOperatorComponent, i67.IsNotNullFilterOperatorComponent, i68.IsNullFilterOperatorComponent, i69.NotEqualFilterOperatorComponent, i70.StartsWithFilterOperatorComponent, i71.GreaterFilterOperatorComponent, i72.GreaterOrEqualToFilterOperatorComponent, i73.LessFilterOperatorComponent, i74.LessOrEqualToFilterOperatorComponent, i75.AfterFilterOperatorComponent, i76.AfterEqFilterOperatorComponent, i77.BeforeEqFilterOperatorComponent, i78.BeforeFilterOperatorComponent, i14.ColumnComponent, i15.ColumnGroupComponent, i19.ColGroupComponent, i23.SpanColumnComponent, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i80.FilterMenuComponent, i81.FilterMenuContainerComponent, i82.FilterMenuInputWrapperComponent, i83.StringFilterMenuInputComponent, i84.StringFilterMenuComponent, i86.NumericFilterMenuComponent, i87.NumericFilterMenuInputComponent, i88.DateFilterMenuInputComponent, i89.DateFilterMenuComponent, i91.BooleanFilterMenuComponent, i92.ColumnChooserComponent, i93.ColumnMenuChooserComponent, i94.ColumnMenuFilterComponent, i95.ColumnMenuItemComponent, i97.ColumnMenuSortComponent, i98.ColumnMenuComponent, i99.ColumnMenuLockComponent] });
|
210
157
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, decorators: [{
|
211
158
|
type: NgModule,
|
212
159
|
args: [{
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
160
|
+
exports: [...KENDO_TREELIST],
|
161
|
+
imports: [...KENDO_TREELIST],
|
162
|
+
providers: [
|
163
|
+
IconsService,
|
164
|
+
ResizeBatchService,
|
165
|
+
CalendarDOMService,
|
166
|
+
CenturyViewService,
|
167
|
+
DecadeViewService,
|
168
|
+
MonthViewService,
|
169
|
+
YearViewService,
|
170
|
+
WeekNamesService,
|
171
|
+
PopupService,
|
172
|
+
NavigationService,
|
173
|
+
DialogContainerService,
|
174
|
+
DialogService,
|
175
|
+
WindowService,
|
176
|
+
WindowContainerService,
|
177
|
+
ColumnResizingService
|
226
178
|
]
|
227
179
|
}]
|
228
180
|
}] });
|
@@ -37,5 +37,5 @@ export declare class ExcelCommandDirective extends Button {
|
|
37
37
|
get excelClass(): boolean;
|
38
38
|
constructor(excelService: ExcelService, element: ElementRef, renderer: Renderer, localization: LocalizationService, ngZone: NgZone);
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelCommandDirective, never>;
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoTreeListExcelCommand]", never, {}, {}, never, ["*"],
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoTreeListExcelCommand]", never, {}, {}, never, ["*"], true, never>;
|
41
41
|
}
|
@@ -88,5 +88,5 @@ export declare class ExcelComponent implements OnDestroy {
|
|
88
88
|
protected saveFile(options: any): void;
|
89
89
|
protected componentViewOptions(component: any): any;
|
90
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelComponent, never>;
|
91
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-treelist-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "collapsible": "collapsible"; "allPages": "allPages"; "expandAll": "expandAll"; "paddingCellOptions": "paddingCellOptions"; }, {}, ["columns"], never,
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-treelist-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "collapsible": "collapsible"; "allPages": "allPages"; "expandAll": "expandAll"; "paddingCellOptions": "paddingCellOptions"; }, {}, ["columns"], never, true, never>;
|
92
92
|
}
|
package/excel/excel.module.d.ts
CHANGED
@@ -5,8 +5,7 @@
|
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
import * as i1 from "./excel.component";
|
7
7
|
import * as i2 from "./excel-command.directive";
|
8
|
-
import * as i3 from "@progress/kendo-angular-
|
9
|
-
import * as i4 from "@progress/kendo-angular-excel-export";
|
8
|
+
import * as i3 from "@progress/kendo-angular-excel-export";
|
10
9
|
/**
|
11
10
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
12
11
|
* definition for the Excel component of the TreeList.
|
@@ -28,6 +27,6 @@ import * as i4 from "@progress/kendo-angular-excel-export";
|
|
28
27
|
*/
|
29
28
|
export declare class ExcelModule {
|
30
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelModule, never>;
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective], [typeof
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective], [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i3.ExcelExportModule]>;
|
32
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExcelModule>;
|
33
32
|
}
|
@@ -51,5 +51,5 @@ export declare class ExpandableDirective implements OnDestroy {
|
|
51
51
|
ngOnDestroy(): void;
|
52
52
|
private toggleState;
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableDirective, never>;
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableDirective, "[kendoTreeListExpandable]", ["kendoTreeListExpandable"], { "expandedKeys": "expandedKeys"; "initiallyExpanded": "initiallyExpanded"; "expandBy": "expandBy"; }, { "expandedKeysChange": "expandedKeysChange"; }, never, never,
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableDirective, "[kendoTreeListExpandable]", ["kendoTreeListExpandable"], { "expandedKeys": "expandedKeys"; "initiallyExpanded": "initiallyExpanded"; "expandBy": "expandBy"; }, { "expandedKeysChange": "expandedKeysChange"; }, never, never, true, never>;
|
55
55
|
}
|