@progress/kendo-angular-treelist 17.0.0-develop.40 → 17.0.0-develop.42
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/directives.d.ts +4 -4
- package/esm2022/directives.mjs +1 -3
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/rendering/list.component.mjs +1 -1
- package/esm2022/treelist.module.mjs +73 -72
- package/fesm2022/progress-kendo-angular-treelist.mjs +19 -20
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +3 -3
- package/treelist.module.d.ts +69 -69
package/directives.d.ts
CHANGED
@@ -107,7 +107,7 @@ import { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
|
|
107
107
|
* @hidden
|
108
108
|
* Utility array that contains the former Shared module exports
|
109
109
|
*/
|
110
|
-
export declare const SHARED_EXPORTS: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent
|
110
|
+
export declare const SHARED_EXPORTS: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent];
|
111
111
|
/**
|
112
112
|
* @hidden
|
113
113
|
* Utility array that contains the Body module exports
|
@@ -122,12 +122,12 @@ export declare const HEADER_EXPORTS: readonly [typeof HeaderComponent, typeof He
|
|
122
122
|
* @hidden
|
123
123
|
* Utility array that contains the former SharedFilter module exports
|
124
124
|
*/
|
125
|
-
export declare const SHARED_FILTER_EXPORTS: readonly [typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent
|
125
|
+
export declare const SHARED_FILTER_EXPORTS: readonly [typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent];
|
126
126
|
/**
|
127
127
|
* @hidden
|
128
128
|
* Utility array that contains the former ColumnMenu module exports
|
129
129
|
*/
|
130
|
-
export declare const ROW_FILTER_EXPORTS: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent
|
130
|
+
export declare const ROW_FILTER_EXPORTS: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent];
|
131
131
|
/**
|
132
132
|
* @hidden
|
133
133
|
* Utility array that contains the former FilterMenu module exports
|
@@ -151,4 +151,4 @@ export declare const PDF_EXPORTS: readonly [typeof PDFComponent, typeof PDFMargi
|
|
151
151
|
/**
|
152
152
|
* Utility array that contains all `@progress/kendo-angular-treelist` related components and directives
|
153
153
|
*/
|
154
|
-
export declare const KENDO_TREELIST: readonly [typeof TreeListComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof TreeListSpacerComponent, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof HierarchyBindingDirective, typeof FlatBindingDirective, typeof ExpandableDirective, typeof SelectableDirective, typeof TreeListToolbarFocusableDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof
|
154
|
+
export declare const KENDO_TREELIST: readonly [typeof TreeListComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof TreeListSpacerComponent, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof HierarchyBindingDirective, typeof FlatBindingDirective, typeof ExpandableDirective, typeof SelectableDirective, typeof TreeListToolbarFocusableDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof CommandColumnComponent, typeof CellTemplateDirective, typeof CellComponent, typeof NoRecordsTemplateDirective, typeof EditTemplateDirective, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof FooterTemplateDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective];
|
package/esm2022/directives.mjs
CHANGED
@@ -103,7 +103,6 @@ import { BooleanFilterRadioButtonDirective } from './filtering/menu/filter-radio
|
|
103
103
|
import { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
104
104
|
import { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
|
105
105
|
import { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
|
106
|
-
import { KENDO_PAGER } from '@progress/kendo-angular-pager';
|
107
106
|
/**
|
108
107
|
* @hidden
|
109
108
|
* Utility array that contains the former Shared module exports
|
@@ -122,8 +121,7 @@ export const SHARED_EXPORTS = [
|
|
122
121
|
LoadingComponent,
|
123
122
|
FilterCellOperatorsComponent,
|
124
123
|
CheckboxColumnComponent,
|
125
|
-
RowReorderColumnComponent
|
126
|
-
...KENDO_PAGER
|
124
|
+
RowReorderColumnComponent
|
127
125
|
];
|
128
126
|
/**
|
129
127
|
* @hidden
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-treelist',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '17.0.0-develop.
|
12
|
+
publishDate: 1730820988,
|
13
|
+
version: '17.0.0-develop.42',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -58,7 +58,7 @@ const elementAt = (index, elements, elementOffset) => {
|
|
58
58
|
elementIdx += offset;
|
59
59
|
}
|
60
60
|
};
|
61
|
-
const rowAt = (index, rows) => elementAt(index, rows, row => row.hasAttribute('data-
|
61
|
+
const rowAt = (index, rows) => elementAt(index, rows, row => row.hasAttribute('data-treelist-view-index') ? 1 : 0);
|
62
62
|
const cellAt = (index, cells) => elementAt(index, cells, cell => !hasClasses(cell, NON_DATA_CELL_CLASSES) ? parseInt(cell.getAttribute('colSpan'), 10) || 1 : 0);
|
63
63
|
const EMPTY_OBJECT = {};
|
64
64
|
/**
|
@@ -11,6 +11,7 @@ import { DialogContainerService, DialogService, WindowContainerService, WindowSe
|
|
11
11
|
import { KENDO_TREELIST } from './directives';
|
12
12
|
import { TableDirective } from './column-resizing/table.directive';
|
13
13
|
import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
|
14
|
+
import { KENDO_PAGER } from '@progress/kendo-angular-pager';
|
14
15
|
import * as i0 from "@angular/core";
|
15
16
|
import * as i1 from "./treelist.component";
|
16
17
|
import * as i2 from "./rendering/toolbar/toolbar-template.directive";
|
@@ -39,74 +40,74 @@ import * as i24 from "./rendering/common/loading.component";
|
|
39
40
|
import * as i25 from "./filtering/cell/filter-cell-operators.component";
|
40
41
|
import * as i26 from "./columns/checkbox-column.component";
|
41
42
|
import * as i27 from "./columns/rowreorder-column.component";
|
42
|
-
import * as i28 from "
|
43
|
-
import * as i29 from "./
|
44
|
-
import * as i30 from "./rendering/cell
|
45
|
-
import * as i31 from "./rendering/
|
46
|
-
import * as i32 from "./
|
47
|
-
import * as i33 from "./editing/edit-
|
48
|
-
import * as i34 from "./editing/
|
49
|
-
import * as i35 from "./editing/
|
50
|
-
import * as i36 from "./editing/
|
51
|
-
import * as i37 from "./editing/
|
52
|
-
import * as i38 from "./editing/add-command.directive";
|
53
|
-
import * as i39 from "./
|
54
|
-
import * as i40 from "./rendering/
|
55
|
-
import * as i41 from "./rendering/header/header.
|
56
|
-
import * as i42 from "./
|
57
|
-
import * as i43 from "./
|
58
|
-
import * as i44 from "./filtering/filter-
|
59
|
-
import * as i45 from "./filtering/cell/filter-cell.
|
60
|
-
import * as i46 from "./filtering/cell/filter-cell
|
61
|
-
import * as i47 from "./filtering/cell/
|
62
|
-
import * as i48 from "./filtering/cell/
|
63
|
-
import * as i49 from "./filtering/cell/
|
64
|
-
import * as i50 from "./filtering/cell/
|
65
|
-
import * as i51 from "./filtering/cell/filter-cell-
|
66
|
-
import * as i52 from "./filtering/cell/filter-cell
|
67
|
-
import * as i53 from "./filtering/
|
68
|
-
import * as i54 from "./filtering/operators/contains-filter-operator.component";
|
69
|
-
import * as i55 from "./filtering/operators/
|
70
|
-
import * as i56 from "./filtering/operators/
|
71
|
-
import * as i57 from "./filtering/operators/
|
72
|
-
import * as i58 from "./filtering/operators/is-empty-filter-operator.component";
|
73
|
-
import * as i59 from "./filtering/operators/is-not-
|
74
|
-
import * as i60 from "./filtering/operators/
|
75
|
-
import * as i61 from "./filtering/operators/
|
76
|
-
import * as i62 from "./filtering/operators/
|
77
|
-
import * as i63 from "./filtering/operators/
|
78
|
-
import * as i64 from "./filtering/operators/
|
79
|
-
import * as i65 from "./filtering/operators/
|
80
|
-
import * as i66 from "./filtering/operators/
|
81
|
-
import * as i67 from "./filtering/operators/
|
82
|
-
import * as i68 from "./filtering/operators/after-filter-operator.component";
|
83
|
-
import * as i69 from "./filtering/operators/
|
84
|
-
import * as i70 from "./filtering/operators/before-
|
85
|
-
import * as i71 from "./filtering/
|
86
|
-
import * as i72 from "./filtering/filter-
|
87
|
-
import * as i73 from "./filtering/menu/filter-menu.component";
|
88
|
-
import * as i74 from "./filtering/menu/filter-menu-
|
89
|
-
import * as i75 from "./filtering/menu/filter-menu-input
|
90
|
-
import * as i76 from "./filtering/menu/string-filter-menu
|
91
|
-
import * as i77 from "./filtering/menu/
|
92
|
-
import * as i78 from "./filtering/menu/filter-menu
|
93
|
-
import * as i79 from "./filtering/menu/numeric-filter-menu.component";
|
94
|
-
import * as i80 from "./filtering/menu/
|
95
|
-
import * as i81 from "./filtering/menu/date-filter-menu
|
96
|
-
import * as i82 from "./filtering/menu/
|
97
|
-
import * as i83 from "./filtering/menu/filter-menu
|
98
|
-
import * as i84 from "./filtering/menu/
|
99
|
-
import * as i85 from "./
|
100
|
-
import * as i86 from "./column-menu/column-chooser.component";
|
101
|
-
import * as i87 from "./column-menu/column-menu-
|
102
|
-
import * as i88 from "./column-menu/column-menu-
|
103
|
-
import * as i89 from "./column-menu/column-menu-item.
|
104
|
-
import * as i90 from "./column-menu/column-menu-
|
105
|
-
import * as i91 from "./column-menu/column-menu
|
106
|
-
import * as i92 from "./column-menu/column-menu.component";
|
107
|
-
import * as i93 from "./column-menu/column-menu-
|
108
|
-
import * as i94 from "
|
109
|
-
import * as i95 from "@progress/kendo-angular-
|
43
|
+
import * as i28 from "./columns/command-column.component";
|
44
|
+
import * as i29 from "./rendering/cell-template.directive";
|
45
|
+
import * as i30 from "./rendering/cell.component";
|
46
|
+
import * as i31 from "./rendering/no-records-template.directive";
|
47
|
+
import * as i32 from "./editing/edit-template.directive";
|
48
|
+
import * as i33 from "./editing/edit-command.directive";
|
49
|
+
import * as i34 from "./editing/cancel-command.directive";
|
50
|
+
import * as i35 from "./editing/save-command.directive";
|
51
|
+
import * as i36 from "./editing/remove-command.directive";
|
52
|
+
import * as i37 from "./editing/add-command.directive";
|
53
|
+
import * as i38 from "./editing/add-command-tool.directive";
|
54
|
+
import * as i39 from "./rendering/footer-template.directive";
|
55
|
+
import * as i40 from "./rendering/header/header.component";
|
56
|
+
import * as i41 from "./rendering/header/header-template.directive";
|
57
|
+
import * as i42 from "./column-resizing/column-handle.directive";
|
58
|
+
import * as i43 from "./filtering/filter-row.component";
|
59
|
+
import * as i44 from "./filtering/cell/filter-cell.component";
|
60
|
+
import * as i45 from "./filtering/cell/filter-cell-template.directive";
|
61
|
+
import * as i46 from "./filtering/cell/string-filter-cell.component";
|
62
|
+
import * as i47 from "./filtering/cell/numeric-filter-cell.component";
|
63
|
+
import * as i48 from "./filtering/cell/autocomplete-filter-cell.component";
|
64
|
+
import * as i49 from "./filtering/cell/boolean-filter-cell.component";
|
65
|
+
import * as i50 from "./filtering/cell/filter-cell-host.directive";
|
66
|
+
import * as i51 from "./filtering/cell/filter-cell-wrapper.component";
|
67
|
+
import * as i52 from "./filtering/cell/date-filter-cell.component";
|
68
|
+
import * as i53 from "./filtering/operators/contains-filter-operator.component";
|
69
|
+
import * as i54 from "./filtering/operators/not-contains-filter-operator.component";
|
70
|
+
import * as i55 from "./filtering/operators/ends-with-filter-operator.component";
|
71
|
+
import * as i56 from "./filtering/operators/eq-filter-operator.component";
|
72
|
+
import * as i57 from "./filtering/operators/is-empty-filter-operator.component";
|
73
|
+
import * as i58 from "./filtering/operators/is-not-empty-filter-operator.component";
|
74
|
+
import * as i59 from "./filtering/operators/is-not-null-filter-operator.component";
|
75
|
+
import * as i60 from "./filtering/operators/isnull-filter-operator.component";
|
76
|
+
import * as i61 from "./filtering/operators/neq-filter-operator.component";
|
77
|
+
import * as i62 from "./filtering/operators/starts-with-filter-operator.component";
|
78
|
+
import * as i63 from "./filtering/operators/gt-filter-operator.component";
|
79
|
+
import * as i64 from "./filtering/operators/gte-filter-operator.component";
|
80
|
+
import * as i65 from "./filtering/operators/lt-filter-operator.component";
|
81
|
+
import * as i66 from "./filtering/operators/lte-filter-operator.component";
|
82
|
+
import * as i67 from "./filtering/operators/after-filter-operator.component";
|
83
|
+
import * as i68 from "./filtering/operators/after-eq-filter-operator.component";
|
84
|
+
import * as i69 from "./filtering/operators/before-eq-filter-operator.component";
|
85
|
+
import * as i70 from "./filtering/operators/before-filter-operator.component";
|
86
|
+
import * as i71 from "./filtering/filter-input.directive";
|
87
|
+
import * as i72 from "./filtering/menu/filter-menu.component";
|
88
|
+
import * as i73 from "./filtering/menu/filter-menu-container.component";
|
89
|
+
import * as i74 from "./filtering/menu/filter-menu-input-wrapper.component";
|
90
|
+
import * as i75 from "./filtering/menu/string-filter-menu-input.component";
|
91
|
+
import * as i76 from "./filtering/menu/string-filter-menu.component";
|
92
|
+
import * as i77 from "./filtering/menu/filter-menu-template.directive";
|
93
|
+
import * as i78 from "./filtering/menu/numeric-filter-menu.component";
|
94
|
+
import * as i79 from "./filtering/menu/numeric-filter-menu-input.component";
|
95
|
+
import * as i80 from "./filtering/menu/date-filter-menu-input.component";
|
96
|
+
import * as i81 from "./filtering/menu/date-filter-menu.component";
|
97
|
+
import * as i82 from "./filtering/menu/filter-menu-host.directive";
|
98
|
+
import * as i83 from "./filtering/menu/boolean-filter-menu.component";
|
99
|
+
import * as i84 from "./filtering/menu/filter-radio-button.directive";
|
100
|
+
import * as i85 from "./column-menu/column-chooser.component";
|
101
|
+
import * as i86 from "./column-menu/column-menu-chooser.component";
|
102
|
+
import * as i87 from "./column-menu/column-menu-filter.component";
|
103
|
+
import * as i88 from "./column-menu/column-menu-item.component";
|
104
|
+
import * as i89 from "./column-menu/column-menu-item-content-template.directive";
|
105
|
+
import * as i90 from "./column-menu/column-menu-sort.component";
|
106
|
+
import * as i91 from "./column-menu/column-menu.component";
|
107
|
+
import * as i92 from "./column-menu/column-menu-lock.component";
|
108
|
+
import * as i93 from "./column-menu/column-menu-template.directive";
|
109
|
+
import * as i94 from "@progress/kendo-angular-toolbar";
|
110
|
+
import * as i95 from "@progress/kendo-angular-pager";
|
110
111
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
111
112
|
/**
|
112
113
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
@@ -131,7 +132,7 @@ import * as i95 from "@progress/kendo-angular-toolbar";
|
|
131
132
|
*/
|
132
133
|
export class TreeListModule {
|
133
134
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
134
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", 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.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.
|
135
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", 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.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.CommandColumnComponent, i29.CellTemplateDirective, i30.CellComponent, i31.NoRecordsTemplateDirective, i32.EditTemplateDirective, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i38.AddCommandToolbarDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.FilterRowComponent, i44.FilterCellComponent, i45.FilterCellTemplateDirective, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i50.FilterCellHostDirective, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i53.ContainsFilterOperatorComponent, i54.DoesNotContainFilterOperatorComponent, i55.EndsWithFilterOperatorComponent, i56.EqualFilterOperatorComponent, i57.IsEmptyFilterOperatorComponent, i58.IsNotEmptyFilterOperatorComponent, i59.IsNotNullFilterOperatorComponent, i60.IsNullFilterOperatorComponent, i61.NotEqualFilterOperatorComponent, i62.StartsWithFilterOperatorComponent, i63.GreaterFilterOperatorComponent, i64.GreaterOrEqualToFilterOperatorComponent, i65.LessFilterOperatorComponent, i66.LessOrEqualToFilterOperatorComponent, i67.AfterFilterOperatorComponent, i68.AfterEqFilterOperatorComponent, i69.BeforeEqFilterOperatorComponent, i70.BeforeFilterOperatorComponent, i71.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i77.FilterMenuTemplateDirective, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i82.FilterMenuHostDirective, i83.BooleanFilterMenuComponent, i84.BooleanFilterRadioButtonDirective, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i89.ColumnMenuItemContentTemplateDirective, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i93.ColumnMenuTemplateDirective, i94.ToolBarComponent, i94.ToolbarCustomMessagesComponent, i94.ToolBarButtonComponent, i94.ToolBarButtonGroupComponent, i94.ToolBarDropDownButtonComponent, i94.ToolBarSeparatorComponent, i94.ToolBarSpacerComponent, i94.ToolBarSplitButtonComponent, i94.ToolBarToolComponent, i95.CustomMessagesComponent, i95.PagerFocusableDirective, i95.PagerInfoComponent, i95.PagerInputComponent, i95.PagerNextButtonsComponent, i95.PagerNumericButtonsComponent, i95.PagerPageSizesComponent, i95.PagerPrevButtonsComponent, i95.PagerTemplateDirective, i95.PagerComponent, i95.PagerSpacerComponent, TableDirective], 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.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.CommandColumnComponent, i29.CellTemplateDirective, i30.CellComponent, i31.NoRecordsTemplateDirective, i32.EditTemplateDirective, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i38.AddCommandToolbarDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.FilterRowComponent, i44.FilterCellComponent, i45.FilterCellTemplateDirective, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i50.FilterCellHostDirective, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i53.ContainsFilterOperatorComponent, i54.DoesNotContainFilterOperatorComponent, i55.EndsWithFilterOperatorComponent, i56.EqualFilterOperatorComponent, i57.IsEmptyFilterOperatorComponent, i58.IsNotEmptyFilterOperatorComponent, i59.IsNotNullFilterOperatorComponent, i60.IsNullFilterOperatorComponent, i61.NotEqualFilterOperatorComponent, i62.StartsWithFilterOperatorComponent, i63.GreaterFilterOperatorComponent, i64.GreaterOrEqualToFilterOperatorComponent, i65.LessFilterOperatorComponent, i66.LessOrEqualToFilterOperatorComponent, i67.AfterFilterOperatorComponent, i68.AfterEqFilterOperatorComponent, i69.BeforeEqFilterOperatorComponent, i70.BeforeFilterOperatorComponent, i71.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i77.FilterMenuTemplateDirective, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i82.FilterMenuHostDirective, i83.BooleanFilterMenuComponent, i84.BooleanFilterRadioButtonDirective, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i89.ColumnMenuItemContentTemplateDirective, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i93.ColumnMenuTemplateDirective, i94.ToolBarComponent, i94.ToolbarCustomMessagesComponent, i94.ToolBarButtonComponent, i94.ToolBarButtonGroupComponent, i94.ToolBarDropDownButtonComponent, i94.ToolBarSeparatorComponent, i94.ToolBarSpacerComponent, i94.ToolBarSplitButtonComponent, i94.ToolBarToolComponent, i95.CustomMessagesComponent, i95.PagerFocusableDirective, i95.PagerInfoComponent, i95.PagerInputComponent, i95.PagerNextButtonsComponent, i95.PagerNumericButtonsComponent, i95.PagerPageSizesComponent, i95.PagerPrevButtonsComponent, i95.PagerTemplateDirective, i95.PagerComponent, i95.PagerSpacerComponent] });
|
135
136
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, providers: [
|
136
137
|
IconsService,
|
137
138
|
ResizeBatchService,
|
@@ -146,13 +147,13 @@ export class TreeListModule {
|
|
146
147
|
DialogService,
|
147
148
|
WindowService,
|
148
149
|
WindowContainerService
|
149
|
-
], imports: [i1.TreeListComponent, i25.FilterCellOperatorsComponent,
|
150
|
+
], imports: [i1.TreeListComponent, i25.FilterCellOperatorsComponent, i30.CellComponent, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i40.HeaderComponent, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i25.FilterCellOperatorsComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i83.BooleanFilterMenuComponent, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i94.ToolBarComponent, i94.ToolbarCustomMessagesComponent, i94.ToolBarButtonComponent, i94.ToolBarButtonGroupComponent, i94.ToolBarDropDownButtonComponent, i94.ToolBarSeparatorComponent, i94.ToolBarSpacerComponent, i94.ToolBarSplitButtonComponent, i95.CustomMessagesComponent, i95.PagerInfoComponent, i95.PagerInputComponent, i95.PagerNextButtonsComponent, i95.PagerNumericButtonsComponent, i95.PagerPageSizesComponent, i95.PagerPrevButtonsComponent, i95.PagerComponent, i95.PagerSpacerComponent] });
|
150
151
|
}
|
151
152
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, decorators: [{
|
152
153
|
type: NgModule,
|
153
154
|
args: [{
|
154
|
-
exports: [...KENDO_TREELIST, ...KENDO_TOOLBAR],
|
155
|
-
imports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, TableDirective],
|
155
|
+
exports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, ...KENDO_PAGER],
|
156
|
+
imports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, ...KENDO_PAGER, TableDirective],
|
156
157
|
providers: [
|
157
158
|
IconsService,
|
158
159
|
ResizeBatchService,
|
@@ -24,7 +24,7 @@ import { DragTargetContainerDirective, DropTargetContainerDirective } from '@pro
|
|
24
24
|
import { orderBy, isCompositeFilterDescriptor, process, aggregateBy } from '@progress/kendo-data-query';
|
25
25
|
import * as i1$2 from '@angular/platform-browser';
|
26
26
|
import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltDownIcon, caretAltRightIcon, caretAltLeftIcon, reorderIcon, filterClearIcon, filterIcon, chevronUpIcon, chevronDownIcon, columnsIcon, sortAscSmallIcon, sortDescSmallIcon, moreVerticalIcon, fileExcelIcon, filePdfIcon } from '@progress/kendo-svg-icons';
|
27
|
-
import * as
|
27
|
+
import * as i95 from '@progress/kendo-angular-pager';
|
28
28
|
import { PagerContextService, PagerNavigationService, PagerTemplateDirective, KENDO_PAGER } from '@progress/kendo-angular-pager';
|
29
29
|
import { getter, setter } from '@progress/kendo-common';
|
30
30
|
import { NumericTextBoxComponent, CheckBoxComponent, TextBoxComponent, RadioButtonComponent } from '@progress/kendo-angular-inputs';
|
@@ -35,7 +35,7 @@ import { trigger, state, style, transition, animate } from '@angular/animations'
|
|
35
35
|
import { saveAs } from '@progress/kendo-file-saver';
|
36
36
|
import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
37
37
|
import { PDFExportMarginComponent, PDFExportTemplateDirective, PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
38
|
-
import * as
|
38
|
+
import * as i94 from '@progress/kendo-angular-toolbar';
|
39
39
|
import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
|
40
40
|
|
41
41
|
/**
|
@@ -45,8 +45,8 @@ const packageMetadata = {
|
|
45
45
|
name: '@progress/kendo-angular-treelist',
|
46
46
|
productName: 'Kendo UI for Angular',
|
47
47
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
48
|
-
publishDate:
|
49
|
-
version: '17.0.0-develop.
|
48
|
+
publishDate: 1730820988,
|
49
|
+
version: '17.0.0-develop.42',
|
50
50
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
51
51
|
};
|
52
52
|
|
@@ -5052,12 +5052,12 @@ class NavigationService {
|
|
5052
5052
|
this.leaveCell();
|
5053
5053
|
this.cursor.reset();
|
5054
5054
|
}
|
5055
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token:
|
5055
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i95.PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1$1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
5056
5056
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService });
|
5057
5057
|
}
|
5058
5058
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, decorators: [{
|
5059
5059
|
type: Injectable
|
5060
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type:
|
5060
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type: i95.PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: FocusableDirective, decorators: [{
|
5061
5061
|
type: Optional
|
5062
5062
|
}] }]; } });
|
5063
5063
|
|
@@ -7665,7 +7665,7 @@ const elementAt = (index, elements, elementOffset) => {
|
|
7665
7665
|
elementIdx += offset;
|
7666
7666
|
}
|
7667
7667
|
};
|
7668
|
-
const rowAt = (index, rows) => elementAt(index, rows, row => row.hasAttribute('data-
|
7668
|
+
const rowAt = (index, rows) => elementAt(index, rows, row => row.hasAttribute('data-treelist-view-index') ? 1 : 0);
|
7669
7669
|
const cellAt = (index, cells) => elementAt(index, cells, cell => !hasClasses(cell, NON_DATA_CELL_CLASSES) ? parseInt(cell.getAttribute('colSpan'), 10) || 1 : 0);
|
7670
7670
|
const EMPTY_OBJECT = {};
|
7671
7671
|
/**
|
@@ -16739,7 +16739,7 @@ class TreeListComponent {
|
|
16739
16739
|
[pageNumberInputTitle]="messageFor('pagerPageNumberInputTitle')">
|
16740
16740
|
</kendo-pager-messages>
|
16741
16741
|
</ng-template>
|
16742
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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: "[kendoTreeListResizableTable]", 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:
|
16742
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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: "[kendoTreeListResizableTable]", 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: i95.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i95.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i95.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["size"] }, { kind: "component", type: i95.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i95.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i95.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["pageSizes", "size"] }, { kind: "component", type: i95.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i95.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i95.PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
16743
16743
|
}
|
16744
16744
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListComponent, decorators: [{
|
16745
16745
|
type: Component,
|
@@ -21109,7 +21109,7 @@ class AddCommandToolbarDirective {
|
|
21109
21109
|
e.preventDefault();
|
21110
21110
|
this.editService.beginAdd();
|
21111
21111
|
}
|
21112
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
21112
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i94.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
21113
21113
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListAddTool]", ngImport: i0 });
|
21114
21114
|
}
|
21115
21115
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
|
@@ -21118,7 +21118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21118
21118
|
selector: '[kendoTreeListAddTool]',
|
21119
21119
|
standalone: true
|
21120
21120
|
}]
|
21121
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
21121
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i94.ToolBarButtonComponent }]; } });
|
21122
21122
|
|
21123
21123
|
/**
|
21124
21124
|
* Represents the `export-to-Excel` toolbar tool of the TreeList.
|
@@ -21164,7 +21164,7 @@ class ExcelCommandToolbarDirective {
|
|
21164
21164
|
e.preventDefault();
|
21165
21165
|
this.excelService.exportClick.emit();
|
21166
21166
|
}
|
21167
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token:
|
21167
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i94.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
21168
21168
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
|
21169
21169
|
}
|
21170
21170
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
|
@@ -21173,7 +21173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21173
21173
|
selector: '[kendoTreeListExcelTool]',
|
21174
21174
|
standalone: true
|
21175
21175
|
}]
|
21176
|
-
}], ctorParameters: function () { return [{ type: ExcelService }, { type:
|
21176
|
+
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i94.ToolBarButtonComponent }]; } });
|
21177
21177
|
|
21178
21178
|
/**
|
21179
21179
|
* Represents the `export-to-PDF` toolbar tool of the TreeList.
|
@@ -21219,7 +21219,7 @@ class PDFCommandToolbarDirective {
|
|
21219
21219
|
e.preventDefault();
|
21220
21220
|
this.pdfService.exportClick.emit();
|
21221
21221
|
}
|
21222
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token:
|
21222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i94.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
21223
21223
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: PDFCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListPDFTool]", ngImport: i0 });
|
21224
21224
|
}
|
21225
21225
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, decorators: [{
|
@@ -21228,7 +21228,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21228
21228
|
selector: '[kendoTreeListPDFTool]',
|
21229
21229
|
standalone: true
|
21230
21230
|
}]
|
21231
|
-
}], ctorParameters: function () { return [{ type: PDFService }, { type:
|
21231
|
+
}], ctorParameters: function () { return [{ type: PDFService }, { type: i94.ToolBarButtonComponent }]; } });
|
21232
21232
|
|
21233
21233
|
/**
|
21234
21234
|
* @hidden
|
@@ -21248,8 +21248,7 @@ const SHARED_EXPORTS = [
|
|
21248
21248
|
LoadingComponent,
|
21249
21249
|
FilterCellOperatorsComponent,
|
21250
21250
|
CheckboxColumnComponent,
|
21251
|
-
RowReorderColumnComponent
|
21252
|
-
...KENDO_PAGER
|
21251
|
+
RowReorderColumnComponent
|
21253
21252
|
];
|
21254
21253
|
/**
|
21255
21254
|
* @hidden
|
@@ -21425,7 +21424,7 @@ const KENDO_TREELIST = [
|
|
21425
21424
|
*/
|
21426
21425
|
class TreeListModule {
|
21427
21426
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21428
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent,
|
21427
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, i94.ToolBarComponent, i94.ToolbarCustomMessagesComponent, i94.ToolBarButtonComponent, i94.ToolBarButtonGroupComponent, i94.ToolBarDropDownButtonComponent, i94.ToolBarSeparatorComponent, i94.ToolBarSpacerComponent, i94.ToolBarSplitButtonComponent, i94.ToolBarToolComponent, i95.CustomMessagesComponent, i95.PagerFocusableDirective, i95.PagerInfoComponent, i95.PagerInputComponent, i95.PagerNextButtonsComponent, i95.PagerNumericButtonsComponent, i95.PagerPageSizesComponent, i95.PagerPrevButtonsComponent, i95.PagerTemplateDirective, i95.PagerComponent, i95.PagerSpacerComponent, TableDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, i94.ToolBarComponent, i94.ToolbarCustomMessagesComponent, i94.ToolBarButtonComponent, i94.ToolBarButtonGroupComponent, i94.ToolBarDropDownButtonComponent, i94.ToolBarSeparatorComponent, i94.ToolBarSpacerComponent, i94.ToolBarSplitButtonComponent, i94.ToolBarToolComponent, i95.CustomMessagesComponent, i95.PagerFocusableDirective, i95.PagerInfoComponent, i95.PagerInputComponent, i95.PagerNextButtonsComponent, i95.PagerNumericButtonsComponent, i95.PagerPageSizesComponent, i95.PagerPrevButtonsComponent, i95.PagerTemplateDirective, i95.PagerComponent, i95.PagerSpacerComponent] });
|
21429
21428
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, providers: [
|
21430
21429
|
IconsService,
|
21431
21430
|
ResizeBatchService,
|
@@ -21440,13 +21439,13 @@ class TreeListModule {
|
|
21440
21439
|
DialogService,
|
21441
21440
|
WindowService,
|
21442
21441
|
WindowContainerService
|
21443
|
-
], imports: [TreeListComponent, FilterCellOperatorsComponent,
|
21442
|
+
], imports: [TreeListComponent, FilterCellOperatorsComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, i94.ToolBarComponent, i94.ToolbarCustomMessagesComponent, i94.ToolBarButtonComponent, i94.ToolBarButtonGroupComponent, i94.ToolBarDropDownButtonComponent, i94.ToolBarSeparatorComponent, i94.ToolBarSpacerComponent, i94.ToolBarSplitButtonComponent, i95.CustomMessagesComponent, i95.PagerInfoComponent, i95.PagerInputComponent, i95.PagerNextButtonsComponent, i95.PagerNumericButtonsComponent, i95.PagerPageSizesComponent, i95.PagerPrevButtonsComponent, i95.PagerComponent, i95.PagerSpacerComponent] });
|
21444
21443
|
}
|
21445
21444
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, decorators: [{
|
21446
21445
|
type: NgModule,
|
21447
21446
|
args: [{
|
21448
|
-
exports: [...KENDO_TREELIST, ...KENDO_TOOLBAR],
|
21449
|
-
imports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, TableDirective],
|
21447
|
+
exports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, ...KENDO_PAGER],
|
21448
|
+
imports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, ...KENDO_PAGER, TableDirective],
|
21450
21449
|
providers: [
|
21451
21450
|
IconsService,
|
21452
21451
|
ResizeBatchService,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "17.0.0-develop.
|
3
|
+
"version": "17.0.0-develop.42",
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -31,25 +31,25 @@
|
|
31
31
|
"@progress/kendo-data-query": "^1.0.0",
|
32
32
|
"@progress/kendo-drawing": "^1.21.0",
|
33
33
|
"@progress/kendo-licensing": "^1.0.2",
|
34
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
35
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
36
|
-
"@progress/kendo-angular-dateinputs": "17.0.0-develop.
|
37
|
-
"@progress/kendo-angular-dropdowns": "17.0.0-develop.
|
38
|
-
"@progress/kendo-angular-excel-export": "17.0.0-develop.
|
39
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
40
|
-
"@progress/kendo-angular-inputs": "17.0.0-develop.
|
41
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
42
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
43
|
-
"@progress/kendo-angular-label": "17.0.0-develop.
|
44
|
-
"@progress/kendo-angular-pdf-export": "17.0.0-develop.
|
45
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
46
|
-
"@progress/kendo-angular-toolbar": "17.0.0-develop.
|
47
|
-
"@progress/kendo-angular-utils": "17.0.0-develop.
|
34
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.42",
|
35
|
+
"@progress/kendo-angular-common": "17.0.0-develop.42",
|
36
|
+
"@progress/kendo-angular-dateinputs": "17.0.0-develop.42",
|
37
|
+
"@progress/kendo-angular-dropdowns": "17.0.0-develop.42",
|
38
|
+
"@progress/kendo-angular-excel-export": "17.0.0-develop.42",
|
39
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.42",
|
40
|
+
"@progress/kendo-angular-inputs": "17.0.0-develop.42",
|
41
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.42",
|
42
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.42",
|
43
|
+
"@progress/kendo-angular-label": "17.0.0-develop.42",
|
44
|
+
"@progress/kendo-angular-pdf-export": "17.0.0-develop.42",
|
45
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.42",
|
46
|
+
"@progress/kendo-angular-toolbar": "17.0.0-develop.42",
|
47
|
+
"@progress/kendo-angular-utils": "17.0.0-develop.42",
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
51
|
"tslib": "^2.3.1",
|
52
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
52
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.42",
|
53
53
|
"@progress/kendo-common": "^1.0.1",
|
54
54
|
"@progress/kendo-file-saver": "^1.0.0"
|
55
55
|
},
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
6
6
|
// peer dep of the dropdowns
|
7
|
-
'@progress/kendo-angular-treeview': '17.0.0-develop.
|
7
|
+
'@progress/kendo-angular-treeview': '17.0.0-develop.42',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '17.0.0-develop.
|
9
|
+
'@progress/kendo-angular-dialog': '17.0.0-develop.42',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^3.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '17.0.0-develop.
|
13
|
+
'@progress/kendo-angular-navigation': '17.0.0-develop.42',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|
package/treelist.module.d.ts
CHANGED
@@ -30,74 +30,74 @@ import * as i24 from "./rendering/common/loading.component";
|
|
30
30
|
import * as i25 from "./filtering/cell/filter-cell-operators.component";
|
31
31
|
import * as i26 from "./columns/checkbox-column.component";
|
32
32
|
import * as i27 from "./columns/rowreorder-column.component";
|
33
|
-
import * as i28 from "
|
34
|
-
import * as i29 from "./
|
35
|
-
import * as i30 from "./rendering/cell
|
36
|
-
import * as i31 from "./rendering/
|
37
|
-
import * as i32 from "./
|
38
|
-
import * as i33 from "./editing/edit-
|
39
|
-
import * as i34 from "./editing/
|
40
|
-
import * as i35 from "./editing/
|
41
|
-
import * as i36 from "./editing/
|
42
|
-
import * as i37 from "./editing/
|
43
|
-
import * as i38 from "./editing/add-command.directive";
|
44
|
-
import * as i39 from "./
|
45
|
-
import * as i40 from "./rendering/
|
46
|
-
import * as i41 from "./rendering/header/header.
|
47
|
-
import * as i42 from "./
|
48
|
-
import * as i43 from "./
|
49
|
-
import * as i44 from "./filtering/filter-
|
50
|
-
import * as i45 from "./filtering/cell/filter-cell.
|
51
|
-
import * as i46 from "./filtering/cell/filter-cell
|
52
|
-
import * as i47 from "./filtering/cell/
|
53
|
-
import * as i48 from "./filtering/cell/
|
54
|
-
import * as i49 from "./filtering/cell/
|
55
|
-
import * as i50 from "./filtering/cell/
|
56
|
-
import * as i51 from "./filtering/cell/filter-cell-
|
57
|
-
import * as i52 from "./filtering/cell/filter-cell
|
58
|
-
import * as i53 from "./filtering/
|
59
|
-
import * as i54 from "./filtering/operators/contains-filter-operator.component";
|
60
|
-
import * as i55 from "./filtering/operators/
|
61
|
-
import * as i56 from "./filtering/operators/
|
62
|
-
import * as i57 from "./filtering/operators/
|
63
|
-
import * as i58 from "./filtering/operators/is-empty-filter-operator.component";
|
64
|
-
import * as i59 from "./filtering/operators/is-not-
|
65
|
-
import * as i60 from "./filtering/operators/
|
66
|
-
import * as i61 from "./filtering/operators/
|
67
|
-
import * as i62 from "./filtering/operators/
|
68
|
-
import * as i63 from "./filtering/operators/
|
69
|
-
import * as i64 from "./filtering/operators/
|
70
|
-
import * as i65 from "./filtering/operators/
|
71
|
-
import * as i66 from "./filtering/operators/
|
72
|
-
import * as i67 from "./filtering/operators/
|
73
|
-
import * as i68 from "./filtering/operators/after-filter-operator.component";
|
74
|
-
import * as i69 from "./filtering/operators/
|
75
|
-
import * as i70 from "./filtering/operators/before-
|
76
|
-
import * as i71 from "./filtering/
|
77
|
-
import * as i72 from "./filtering/filter-
|
78
|
-
import * as i73 from "./filtering/menu/filter-menu.component";
|
79
|
-
import * as i74 from "./filtering/menu/filter-menu-
|
80
|
-
import * as i75 from "./filtering/menu/filter-menu-input
|
81
|
-
import * as i76 from "./filtering/menu/string-filter-menu
|
82
|
-
import * as i77 from "./filtering/menu/
|
83
|
-
import * as i78 from "./filtering/menu/filter-menu
|
84
|
-
import * as i79 from "./filtering/menu/numeric-filter-menu.component";
|
85
|
-
import * as i80 from "./filtering/menu/
|
86
|
-
import * as i81 from "./filtering/menu/date-filter-menu
|
87
|
-
import * as i82 from "./filtering/menu/
|
88
|
-
import * as i83 from "./filtering/menu/filter-menu
|
89
|
-
import * as i84 from "./filtering/menu/
|
90
|
-
import * as i85 from "./
|
91
|
-
import * as i86 from "./column-menu/column-chooser.component";
|
92
|
-
import * as i87 from "./column-menu/column-menu-
|
93
|
-
import * as i88 from "./column-menu/column-menu-
|
94
|
-
import * as i89 from "./column-menu/column-menu-item.
|
95
|
-
import * as i90 from "./column-menu/column-menu-
|
96
|
-
import * as i91 from "./column-menu/column-menu
|
97
|
-
import * as i92 from "./column-menu/column-menu.component";
|
98
|
-
import * as i93 from "./column-menu/column-menu-
|
99
|
-
import * as i94 from "
|
100
|
-
import * as i95 from "@progress/kendo-angular-
|
33
|
+
import * as i28 from "./columns/command-column.component";
|
34
|
+
import * as i29 from "./rendering/cell-template.directive";
|
35
|
+
import * as i30 from "./rendering/cell.component";
|
36
|
+
import * as i31 from "./rendering/no-records-template.directive";
|
37
|
+
import * as i32 from "./editing/edit-template.directive";
|
38
|
+
import * as i33 from "./editing/edit-command.directive";
|
39
|
+
import * as i34 from "./editing/cancel-command.directive";
|
40
|
+
import * as i35 from "./editing/save-command.directive";
|
41
|
+
import * as i36 from "./editing/remove-command.directive";
|
42
|
+
import * as i37 from "./editing/add-command.directive";
|
43
|
+
import * as i38 from "./editing/add-command-tool.directive";
|
44
|
+
import * as i39 from "./rendering/footer-template.directive";
|
45
|
+
import * as i40 from "./rendering/header/header.component";
|
46
|
+
import * as i41 from "./rendering/header/header-template.directive";
|
47
|
+
import * as i42 from "./column-resizing/column-handle.directive";
|
48
|
+
import * as i43 from "./filtering/filter-row.component";
|
49
|
+
import * as i44 from "./filtering/cell/filter-cell.component";
|
50
|
+
import * as i45 from "./filtering/cell/filter-cell-template.directive";
|
51
|
+
import * as i46 from "./filtering/cell/string-filter-cell.component";
|
52
|
+
import * as i47 from "./filtering/cell/numeric-filter-cell.component";
|
53
|
+
import * as i48 from "./filtering/cell/autocomplete-filter-cell.component";
|
54
|
+
import * as i49 from "./filtering/cell/boolean-filter-cell.component";
|
55
|
+
import * as i50 from "./filtering/cell/filter-cell-host.directive";
|
56
|
+
import * as i51 from "./filtering/cell/filter-cell-wrapper.component";
|
57
|
+
import * as i52 from "./filtering/cell/date-filter-cell.component";
|
58
|
+
import * as i53 from "./filtering/operators/contains-filter-operator.component";
|
59
|
+
import * as i54 from "./filtering/operators/not-contains-filter-operator.component";
|
60
|
+
import * as i55 from "./filtering/operators/ends-with-filter-operator.component";
|
61
|
+
import * as i56 from "./filtering/operators/eq-filter-operator.component";
|
62
|
+
import * as i57 from "./filtering/operators/is-empty-filter-operator.component";
|
63
|
+
import * as i58 from "./filtering/operators/is-not-empty-filter-operator.component";
|
64
|
+
import * as i59 from "./filtering/operators/is-not-null-filter-operator.component";
|
65
|
+
import * as i60 from "./filtering/operators/isnull-filter-operator.component";
|
66
|
+
import * as i61 from "./filtering/operators/neq-filter-operator.component";
|
67
|
+
import * as i62 from "./filtering/operators/starts-with-filter-operator.component";
|
68
|
+
import * as i63 from "./filtering/operators/gt-filter-operator.component";
|
69
|
+
import * as i64 from "./filtering/operators/gte-filter-operator.component";
|
70
|
+
import * as i65 from "./filtering/operators/lt-filter-operator.component";
|
71
|
+
import * as i66 from "./filtering/operators/lte-filter-operator.component";
|
72
|
+
import * as i67 from "./filtering/operators/after-filter-operator.component";
|
73
|
+
import * as i68 from "./filtering/operators/after-eq-filter-operator.component";
|
74
|
+
import * as i69 from "./filtering/operators/before-eq-filter-operator.component";
|
75
|
+
import * as i70 from "./filtering/operators/before-filter-operator.component";
|
76
|
+
import * as i71 from "./filtering/filter-input.directive";
|
77
|
+
import * as i72 from "./filtering/menu/filter-menu.component";
|
78
|
+
import * as i73 from "./filtering/menu/filter-menu-container.component";
|
79
|
+
import * as i74 from "./filtering/menu/filter-menu-input-wrapper.component";
|
80
|
+
import * as i75 from "./filtering/menu/string-filter-menu-input.component";
|
81
|
+
import * as i76 from "./filtering/menu/string-filter-menu.component";
|
82
|
+
import * as i77 from "./filtering/menu/filter-menu-template.directive";
|
83
|
+
import * as i78 from "./filtering/menu/numeric-filter-menu.component";
|
84
|
+
import * as i79 from "./filtering/menu/numeric-filter-menu-input.component";
|
85
|
+
import * as i80 from "./filtering/menu/date-filter-menu-input.component";
|
86
|
+
import * as i81 from "./filtering/menu/date-filter-menu.component";
|
87
|
+
import * as i82 from "./filtering/menu/filter-menu-host.directive";
|
88
|
+
import * as i83 from "./filtering/menu/boolean-filter-menu.component";
|
89
|
+
import * as i84 from "./filtering/menu/filter-radio-button.directive";
|
90
|
+
import * as i85 from "./column-menu/column-chooser.component";
|
91
|
+
import * as i86 from "./column-menu/column-menu-chooser.component";
|
92
|
+
import * as i87 from "./column-menu/column-menu-filter.component";
|
93
|
+
import * as i88 from "./column-menu/column-menu-item.component";
|
94
|
+
import * as i89 from "./column-menu/column-menu-item-content-template.directive";
|
95
|
+
import * as i90 from "./column-menu/column-menu-sort.component";
|
96
|
+
import * as i91 from "./column-menu/column-menu.component";
|
97
|
+
import * as i92 from "./column-menu/column-menu-lock.component";
|
98
|
+
import * as i93 from "./column-menu/column-menu-template.directive";
|
99
|
+
import * as i94 from "@progress/kendo-angular-toolbar";
|
100
|
+
import * as i95 from "@progress/kendo-angular-pager";
|
101
101
|
import * as i96 from "./column-resizing/table.directive";
|
102
102
|
/**
|
103
103
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
@@ -122,6 +122,6 @@ import * as i96 from "./column-resizing/table.directive";
|
|
122
122
|
*/
|
123
123
|
export declare class TreeListModule {
|
124
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListModule, never>;
|
125
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeListModule, never, [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CustomMessagesComponent, typeof i28.PagerFocusableDirective, typeof i28.PagerInfoComponent, typeof i28.PagerInputComponent, typeof i28.PagerNextButtonsComponent, typeof i28.PagerNumericButtonsComponent, typeof i28.PagerPageSizesComponent, typeof i28.PagerPrevButtonsComponent, typeof i28.PagerTemplateDirective, typeof i28.PagerComponent, typeof i28.PagerSpacerComponent, typeof i29.CommandColumnComponent, typeof i30.CellTemplateDirective, typeof i31.CellComponent, typeof i32.NoRecordsTemplateDirective, typeof i33.EditTemplateDirective, typeof i34.EditCommandDirective, typeof i35.CancelCommandDirective, typeof i36.SaveCommandDirective, typeof i37.RemoveCommandDirective, typeof i38.AddCommandDirective, typeof i39.AddCommandToolbarDirective, typeof i40.FooterTemplateDirective, typeof i41.HeaderComponent, typeof i42.HeaderTemplateDirective, typeof i43.ColumnHandleDirective, typeof i44.FilterRowComponent, typeof i45.FilterCellComponent, typeof i46.FilterCellTemplateDirective, typeof i47.StringFilterCellComponent, typeof i48.NumericFilterCellComponent, typeof i49.AutoCompleteFilterCellComponent, typeof i50.BooleanFilterCellComponent, typeof i51.FilterCellHostDirective, typeof i52.FilterCellWrapperComponent, typeof i53.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i54.ContainsFilterOperatorComponent, typeof i55.DoesNotContainFilterOperatorComponent, typeof i56.EndsWithFilterOperatorComponent, typeof i57.EqualFilterOperatorComponent, typeof i58.IsEmptyFilterOperatorComponent, typeof i59.IsNotEmptyFilterOperatorComponent, typeof i60.IsNotNullFilterOperatorComponent, typeof i61.IsNullFilterOperatorComponent, typeof i62.NotEqualFilterOperatorComponent, typeof i63.StartsWithFilterOperatorComponent, typeof i64.GreaterFilterOperatorComponent, typeof i65.GreaterOrEqualToFilterOperatorComponent, typeof i66.LessFilterOperatorComponent, typeof i67.LessOrEqualToFilterOperatorComponent, typeof i68.AfterFilterOperatorComponent, typeof i69.AfterEqFilterOperatorComponent, typeof i70.BeforeEqFilterOperatorComponent, typeof i71.BeforeFilterOperatorComponent, typeof i72.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CustomMessagesComponent, typeof i28.PagerFocusableDirective, typeof i28.PagerInfoComponent, typeof i28.PagerInputComponent, typeof i28.PagerNextButtonsComponent, typeof i28.PagerNumericButtonsComponent, typeof i28.PagerPageSizesComponent, typeof i28.PagerPrevButtonsComponent, typeof i28.PagerTemplateDirective, typeof i28.PagerComponent, typeof i28.PagerSpacerComponent, typeof i73.FilterMenuComponent, typeof i74.FilterMenuContainerComponent, typeof i75.FilterMenuInputWrapperComponent, typeof i76.StringFilterMenuInputComponent, typeof i77.StringFilterMenuComponent, typeof i78.FilterMenuTemplateDirective, typeof i79.NumericFilterMenuComponent, typeof i80.NumericFilterMenuInputComponent, typeof i81.DateFilterMenuInputComponent, typeof i82.DateFilterMenuComponent, typeof i83.FilterMenuHostDirective, typeof i84.BooleanFilterMenuComponent, typeof i85.BooleanFilterRadioButtonDirective, typeof i86.ColumnChooserComponent, typeof i87.ColumnMenuChooserComponent, typeof i88.ColumnMenuFilterComponent, typeof i89.ColumnMenuItemComponent, typeof i90.ColumnMenuItemContentTemplateDirective, typeof i91.ColumnMenuSortComponent, typeof i92.ColumnMenuComponent, typeof i93.ColumnMenuLockComponent, typeof i94.ColumnMenuTemplateDirective, typeof i95.ToolBarComponent, typeof i95.ToolbarCustomMessagesComponent, typeof i95.ToolBarButtonComponent, typeof i95.ToolBarButtonGroupComponent, typeof i95.ToolBarDropDownButtonComponent, typeof i95.ToolBarSeparatorComponent, typeof i95.ToolBarSpacerComponent, typeof i95.ToolBarSplitButtonComponent, typeof i95.ToolBarToolComponent, typeof i96.TableDirective], [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CustomMessagesComponent, typeof i28.PagerFocusableDirective, typeof i28.PagerInfoComponent, typeof i28.PagerInputComponent, typeof i28.PagerNextButtonsComponent, typeof i28.PagerNumericButtonsComponent, typeof i28.PagerPageSizesComponent, typeof i28.PagerPrevButtonsComponent, typeof i28.PagerTemplateDirective, typeof i28.PagerComponent, typeof i28.PagerSpacerComponent, typeof i29.CommandColumnComponent, typeof i30.CellTemplateDirective, typeof i31.CellComponent, typeof i32.NoRecordsTemplateDirective, typeof i33.EditTemplateDirective, typeof i34.EditCommandDirective, typeof i35.CancelCommandDirective, typeof i36.SaveCommandDirective, typeof i37.RemoveCommandDirective, typeof i38.AddCommandDirective, typeof i39.AddCommandToolbarDirective, typeof i40.FooterTemplateDirective, typeof i41.HeaderComponent, typeof i42.HeaderTemplateDirective, typeof i43.ColumnHandleDirective, typeof i44.FilterRowComponent, typeof i45.FilterCellComponent, typeof i46.FilterCellTemplateDirective, typeof i47.StringFilterCellComponent, typeof i48.NumericFilterCellComponent, typeof i49.AutoCompleteFilterCellComponent, typeof i50.BooleanFilterCellComponent, typeof i51.FilterCellHostDirective, typeof i52.FilterCellWrapperComponent, typeof i53.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i54.ContainsFilterOperatorComponent, typeof i55.DoesNotContainFilterOperatorComponent, typeof i56.EndsWithFilterOperatorComponent, typeof i57.EqualFilterOperatorComponent, typeof i58.IsEmptyFilterOperatorComponent, typeof i59.IsNotEmptyFilterOperatorComponent, typeof i60.IsNotNullFilterOperatorComponent, typeof i61.IsNullFilterOperatorComponent, typeof i62.NotEqualFilterOperatorComponent, typeof i63.StartsWithFilterOperatorComponent, typeof i64.GreaterFilterOperatorComponent, typeof i65.GreaterOrEqualToFilterOperatorComponent, typeof i66.LessFilterOperatorComponent, typeof i67.LessOrEqualToFilterOperatorComponent, typeof i68.AfterFilterOperatorComponent, typeof i69.AfterEqFilterOperatorComponent, typeof i70.BeforeEqFilterOperatorComponent, typeof i71.BeforeFilterOperatorComponent, typeof i72.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CustomMessagesComponent, typeof i28.PagerFocusableDirective, typeof i28.PagerInfoComponent, typeof i28.PagerInputComponent, typeof i28.PagerNextButtonsComponent, typeof i28.PagerNumericButtonsComponent, typeof i28.PagerPageSizesComponent, typeof i28.PagerPrevButtonsComponent, typeof i28.PagerTemplateDirective, typeof i28.PagerComponent, typeof i28.PagerSpacerComponent, typeof i73.FilterMenuComponent, typeof i74.FilterMenuContainerComponent, typeof i75.FilterMenuInputWrapperComponent, typeof i76.StringFilterMenuInputComponent, typeof i77.StringFilterMenuComponent, typeof i78.FilterMenuTemplateDirective, typeof i79.NumericFilterMenuComponent, typeof i80.NumericFilterMenuInputComponent, typeof i81.DateFilterMenuInputComponent, typeof i82.DateFilterMenuComponent, typeof i83.FilterMenuHostDirective, typeof i84.BooleanFilterMenuComponent, typeof i85.BooleanFilterRadioButtonDirective, typeof i86.ColumnChooserComponent, typeof i87.ColumnMenuChooserComponent, typeof i88.ColumnMenuFilterComponent, typeof i89.ColumnMenuItemComponent, typeof i90.ColumnMenuItemContentTemplateDirective, typeof i91.ColumnMenuSortComponent, typeof i92.ColumnMenuComponent, typeof i93.ColumnMenuLockComponent, typeof i94.ColumnMenuTemplateDirective, typeof i95.ToolBarComponent, typeof i95.ToolbarCustomMessagesComponent, typeof i95.ToolBarButtonComponent, typeof i95.ToolBarButtonGroupComponent, typeof i95.ToolBarDropDownButtonComponent, typeof i95.ToolBarSeparatorComponent, typeof i95.ToolBarSpacerComponent, typeof i95.ToolBarSplitButtonComponent, typeof i95.ToolBarToolComponent]>;
|
125
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeListModule, never, [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CommandColumnComponent, typeof i29.CellTemplateDirective, typeof i30.CellComponent, typeof i31.NoRecordsTemplateDirective, typeof i32.EditTemplateDirective, typeof i33.EditCommandDirective, typeof i34.CancelCommandDirective, typeof i35.SaveCommandDirective, typeof i36.RemoveCommandDirective, typeof i37.AddCommandDirective, typeof i38.AddCommandToolbarDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.FilterRowComponent, typeof i44.FilterCellComponent, typeof i45.FilterCellTemplateDirective, typeof i46.StringFilterCellComponent, typeof i47.NumericFilterCellComponent, typeof i48.AutoCompleteFilterCellComponent, typeof i49.BooleanFilterCellComponent, typeof i50.FilterCellHostDirective, typeof i51.FilterCellWrapperComponent, typeof i52.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i53.ContainsFilterOperatorComponent, typeof i54.DoesNotContainFilterOperatorComponent, typeof i55.EndsWithFilterOperatorComponent, typeof i56.EqualFilterOperatorComponent, typeof i57.IsEmptyFilterOperatorComponent, typeof i58.IsNotEmptyFilterOperatorComponent, typeof i59.IsNotNullFilterOperatorComponent, typeof i60.IsNullFilterOperatorComponent, typeof i61.NotEqualFilterOperatorComponent, typeof i62.StartsWithFilterOperatorComponent, typeof i63.GreaterFilterOperatorComponent, typeof i64.GreaterOrEqualToFilterOperatorComponent, typeof i65.LessFilterOperatorComponent, typeof i66.LessOrEqualToFilterOperatorComponent, typeof i67.AfterFilterOperatorComponent, typeof i68.AfterEqFilterOperatorComponent, typeof i69.BeforeEqFilterOperatorComponent, typeof i70.BeforeFilterOperatorComponent, typeof i71.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i72.FilterMenuComponent, typeof i73.FilterMenuContainerComponent, typeof i74.FilterMenuInputWrapperComponent, typeof i75.StringFilterMenuInputComponent, typeof i76.StringFilterMenuComponent, typeof i77.FilterMenuTemplateDirective, typeof i78.NumericFilterMenuComponent, typeof i79.NumericFilterMenuInputComponent, typeof i80.DateFilterMenuInputComponent, typeof i81.DateFilterMenuComponent, typeof i82.FilterMenuHostDirective, typeof i83.BooleanFilterMenuComponent, typeof i84.BooleanFilterRadioButtonDirective, typeof i85.ColumnChooserComponent, typeof i86.ColumnMenuChooserComponent, typeof i87.ColumnMenuFilterComponent, typeof i88.ColumnMenuItemComponent, typeof i89.ColumnMenuItemContentTemplateDirective, typeof i90.ColumnMenuSortComponent, typeof i91.ColumnMenuComponent, typeof i92.ColumnMenuLockComponent, typeof i93.ColumnMenuTemplateDirective, typeof i94.ToolBarComponent, typeof i94.ToolbarCustomMessagesComponent, typeof i94.ToolBarButtonComponent, typeof i94.ToolBarButtonGroupComponent, typeof i94.ToolBarDropDownButtonComponent, typeof i94.ToolBarSeparatorComponent, typeof i94.ToolBarSpacerComponent, typeof i94.ToolBarSplitButtonComponent, typeof i94.ToolBarToolComponent, typeof i95.CustomMessagesComponent, typeof i95.PagerFocusableDirective, typeof i95.PagerInfoComponent, typeof i95.PagerInputComponent, typeof i95.PagerNextButtonsComponent, typeof i95.PagerNumericButtonsComponent, typeof i95.PagerPageSizesComponent, typeof i95.PagerPrevButtonsComponent, typeof i95.PagerTemplateDirective, typeof i95.PagerComponent, typeof i95.PagerSpacerComponent, typeof i96.TableDirective], [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CommandColumnComponent, typeof i29.CellTemplateDirective, typeof i30.CellComponent, typeof i31.NoRecordsTemplateDirective, typeof i32.EditTemplateDirective, typeof i33.EditCommandDirective, typeof i34.CancelCommandDirective, typeof i35.SaveCommandDirective, typeof i36.RemoveCommandDirective, typeof i37.AddCommandDirective, typeof i38.AddCommandToolbarDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.FilterRowComponent, typeof i44.FilterCellComponent, typeof i45.FilterCellTemplateDirective, typeof i46.StringFilterCellComponent, typeof i47.NumericFilterCellComponent, typeof i48.AutoCompleteFilterCellComponent, typeof i49.BooleanFilterCellComponent, typeof i50.FilterCellHostDirective, typeof i51.FilterCellWrapperComponent, typeof i52.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i53.ContainsFilterOperatorComponent, typeof i54.DoesNotContainFilterOperatorComponent, typeof i55.EndsWithFilterOperatorComponent, typeof i56.EqualFilterOperatorComponent, typeof i57.IsEmptyFilterOperatorComponent, typeof i58.IsNotEmptyFilterOperatorComponent, typeof i59.IsNotNullFilterOperatorComponent, typeof i60.IsNullFilterOperatorComponent, typeof i61.NotEqualFilterOperatorComponent, typeof i62.StartsWithFilterOperatorComponent, typeof i63.GreaterFilterOperatorComponent, typeof i64.GreaterOrEqualToFilterOperatorComponent, typeof i65.LessFilterOperatorComponent, typeof i66.LessOrEqualToFilterOperatorComponent, typeof i67.AfterFilterOperatorComponent, typeof i68.AfterEqFilterOperatorComponent, typeof i69.BeforeEqFilterOperatorComponent, typeof i70.BeforeFilterOperatorComponent, typeof i71.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i72.FilterMenuComponent, typeof i73.FilterMenuContainerComponent, typeof i74.FilterMenuInputWrapperComponent, typeof i75.StringFilterMenuInputComponent, typeof i76.StringFilterMenuComponent, typeof i77.FilterMenuTemplateDirective, typeof i78.NumericFilterMenuComponent, typeof i79.NumericFilterMenuInputComponent, typeof i80.DateFilterMenuInputComponent, typeof i81.DateFilterMenuComponent, typeof i82.FilterMenuHostDirective, typeof i83.BooleanFilterMenuComponent, typeof i84.BooleanFilterRadioButtonDirective, typeof i85.ColumnChooserComponent, typeof i86.ColumnMenuChooserComponent, typeof i87.ColumnMenuFilterComponent, typeof i88.ColumnMenuItemComponent, typeof i89.ColumnMenuItemContentTemplateDirective, typeof i90.ColumnMenuSortComponent, typeof i91.ColumnMenuComponent, typeof i92.ColumnMenuLockComponent, typeof i93.ColumnMenuTemplateDirective, typeof i94.ToolBarComponent, typeof i94.ToolbarCustomMessagesComponent, typeof i94.ToolBarButtonComponent, typeof i94.ToolBarButtonGroupComponent, typeof i94.ToolBarDropDownButtonComponent, typeof i94.ToolBarSeparatorComponent, typeof i94.ToolBarSpacerComponent, typeof i94.ToolBarSplitButtonComponent, typeof i94.ToolBarToolComponent, typeof i95.CustomMessagesComponent, typeof i95.PagerFocusableDirective, typeof i95.PagerInfoComponent, typeof i95.PagerInputComponent, typeof i95.PagerNextButtonsComponent, typeof i95.PagerNumericButtonsComponent, typeof i95.PagerPageSizesComponent, typeof i95.PagerPrevButtonsComponent, typeof i95.PagerTemplateDirective, typeof i95.PagerComponent, typeof i95.PagerSpacerComponent]>;
|
126
126
|
static ɵinj: i0.ɵɵInjectorDeclaration<TreeListModule>;
|
127
127
|
}
|