@progress/kendo-angular-treelist 17.1.2-develop.4 → 17.2.0-develop.1
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 +5 -4
- package/esm2022/directives.mjs +15 -5
- package/esm2022/excel/excel.module.mjs +6 -6
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/pdf/pdf.module.mjs +3 -3
- package/esm2022/treelist.module.mjs +13 -4
- package/excel/excel.module.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-treelist.mjs +90 -81
- package/package.json +17 -17
- package/schematics/ngAdd/index.js +3 -3
- package/treelist.module.d.ts +13 -4
package/directives.d.ts
CHANGED
@@ -82,6 +82,8 @@ import { LoadingComponent } from './rendering/common/loading.component';
|
|
82
82
|
import { TemplateContextDirective } from '@progress/kendo-angular-common';
|
83
83
|
import { ExcelComponent } from './excel/excel.component';
|
84
84
|
import { ExcelCommandDirective } from './excel/excel-command.directive';
|
85
|
+
import { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
|
86
|
+
import { ColumnComponent as ExcelColumnComponent, ColumnGroupComponent as ExcelColumnGroupComponent, FooterTemplateDirective as ExcelFooterTemplateDirective, GroupFooterTemplateDirective as ExcelGroupFooterTemplateDirective, GroupHeaderTemplateDirective as ExcelGroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective as ExcelGroupHeaderColumnTemplateDirective } from '@progress/kendo-angular-excel-export';
|
85
87
|
import { FilterInputDirective } from './filtering/filter-input.directive';
|
86
88
|
import { FilterCellHostDirective } from './filtering/cell/filter-cell-host.directive';
|
87
89
|
import { FilterCellWrapperComponent } from './filtering/cell/filter-cell-wrapper.component';
|
@@ -101,7 +103,6 @@ import { ColumnHandleDirective } from './column-resizing/column-handle.directive
|
|
101
103
|
import { CellComponent } from './rendering/cell.component';
|
102
104
|
import { BooleanFilterRadioButtonDirective } from './filtering/menu/filter-radio-button.directive';
|
103
105
|
import { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
104
|
-
import { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
|
105
106
|
import { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
|
106
107
|
/**
|
107
108
|
* @hidden
|
@@ -142,13 +143,13 @@ export declare const COLUMN_MENU_EXPORTS: readonly [typeof ColumnChooserComponen
|
|
142
143
|
* @hidden
|
143
144
|
* Utility array that contains the Excel module exports
|
144
145
|
*/
|
145
|
-
export declare const
|
146
|
+
export declare const KENDO_TREELIST_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective];
|
146
147
|
/**
|
147
148
|
* @hidden
|
148
149
|
* Utility array that contains the PDF module exports
|
149
150
|
*/
|
150
|
-
export declare const
|
151
|
+
export declare const KENDO_TREELIST_PDF_EXPORT: readonly [typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
151
152
|
/**
|
152
153
|
* Utility array that contains all `@progress/kendo-angular-treelist` related components and directives
|
153
154
|
*/
|
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];
|
155
|
+
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, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
package/esm2022/directives.mjs
CHANGED
@@ -80,8 +80,11 @@ import { ResizableContainerDirective } from './layout/resizable.directive';
|
|
80
80
|
import { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
|
81
81
|
import { LoadingComponent } from './rendering/common/loading.component';
|
82
82
|
import { TemplateContextDirective } from '@progress/kendo-angular-common';
|
83
|
+
// Excel Export
|
83
84
|
import { ExcelComponent } from './excel/excel.component';
|
84
85
|
import { ExcelCommandDirective } from './excel/excel-command.directive';
|
86
|
+
import { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
|
87
|
+
import { ColumnComponent as ExcelColumnComponent, ColumnGroupComponent as ExcelColumnGroupComponent, FooterTemplateDirective as ExcelFooterTemplateDirective, GroupFooterTemplateDirective as ExcelGroupFooterTemplateDirective, GroupHeaderTemplateDirective as ExcelGroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective as ExcelGroupHeaderColumnTemplateDirective } from '@progress/kendo-angular-excel-export';
|
85
88
|
import { FilterInputDirective } from './filtering/filter-input.directive';
|
86
89
|
import { FilterCellHostDirective } from './filtering/cell/filter-cell-host.directive';
|
87
90
|
import { FilterCellWrapperComponent } from './filtering/cell/filter-cell-wrapper.component';
|
@@ -101,7 +104,6 @@ import { ColumnHandleDirective } from './column-resizing/column-handle.directive
|
|
101
104
|
import { CellComponent } from './rendering/cell.component';
|
102
105
|
import { BooleanFilterRadioButtonDirective } from './filtering/menu/filter-radio-button.directive';
|
103
106
|
import { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
104
|
-
import { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
|
105
107
|
import { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
|
106
108
|
/**
|
107
109
|
* @hidden
|
@@ -232,16 +234,22 @@ export const COLUMN_MENU_EXPORTS = [
|
|
232
234
|
* @hidden
|
233
235
|
* Utility array that contains the Excel module exports
|
234
236
|
*/
|
235
|
-
export const
|
237
|
+
export const KENDO_TREELIST_EXCEL_EXPORT = [
|
236
238
|
ExcelComponent,
|
237
239
|
ExcelCommandDirective,
|
238
|
-
ExcelCommandToolbarDirective
|
240
|
+
ExcelCommandToolbarDirective,
|
241
|
+
ExcelColumnComponent,
|
242
|
+
ExcelColumnGroupComponent,
|
243
|
+
ExcelFooterTemplateDirective,
|
244
|
+
ExcelGroupFooterTemplateDirective,
|
245
|
+
ExcelGroupHeaderColumnTemplateDirective,
|
246
|
+
ExcelGroupHeaderTemplateDirective
|
239
247
|
];
|
240
248
|
/**
|
241
249
|
* @hidden
|
242
250
|
* Utility array that contains the PDF module exports
|
243
251
|
*/
|
244
|
-
export const
|
252
|
+
export const KENDO_TREELIST_PDF_EXPORT = [
|
245
253
|
PDFComponent,
|
246
254
|
PDFMarginComponent,
|
247
255
|
PDFCommandDirective,
|
@@ -270,5 +278,7 @@ export const KENDO_TREELIST = [
|
|
270
278
|
...HEADER_EXPORTS,
|
271
279
|
...ROW_FILTER_EXPORTS,
|
272
280
|
...FILTER_MENU_EXPORTS,
|
273
|
-
...COLUMN_MENU_EXPORTS
|
281
|
+
...COLUMN_MENU_EXPORTS,
|
282
|
+
...KENDO_TREELIST_EXCEL_EXPORT,
|
283
|
+
...KENDO_TREELIST_PDF_EXPORT
|
274
284
|
];
|
@@ -4,12 +4,12 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { NgModule } from '@angular/core';
|
6
6
|
import { IconsService } from '@progress/kendo-angular-icons';
|
7
|
-
import {
|
8
|
-
import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
7
|
+
import { KENDO_TREELIST_EXCEL_EXPORT } from '../directives';
|
9
8
|
import * as i0 from "@angular/core";
|
10
9
|
import * as i1 from "./excel.component";
|
11
10
|
import * as i2 from "./excel-command.directive";
|
12
11
|
import * as i3 from "./excel-command-tool.directive";
|
12
|
+
import * as i4 from "@progress/kendo-angular-excel-export";
|
13
13
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
14
14
|
/**
|
15
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
@@ -32,14 +32,14 @@ import * as i3 from "./excel-command-tool.directive";
|
|
32
32
|
*/
|
33
33
|
export class ExcelModule {
|
34
34
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
35
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective], exports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective,
|
36
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [i2.ExcelCommandDirective,
|
35
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective], exports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective] });
|
36
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [i2.ExcelCommandDirective, i4.ColumnComponent, i4.ColumnGroupComponent] });
|
37
37
|
}
|
38
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, decorators: [{
|
39
39
|
type: NgModule,
|
40
40
|
args: [{
|
41
|
-
imports: [...
|
42
|
-
exports: [...
|
41
|
+
imports: [...KENDO_TREELIST_EXCEL_EXPORT],
|
42
|
+
exports: [...KENDO_TREELIST_EXCEL_EXPORT],
|
43
43
|
providers: [IconsService]
|
44
44
|
}]
|
45
45
|
}] });
|
@@ -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.
|
12
|
+
publishDate: 1734364554,
|
13
|
+
version: '17.2.0-develop.1',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { NgModule } from '@angular/core';
|
6
6
|
import { IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
7
|
-
import {
|
7
|
+
import { KENDO_TREELIST_PDF_EXPORT } from '../directives';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
import * as i1 from "./pdf.component";
|
10
10
|
import * as i2 from "./pdf-margin.component";
|
@@ -41,8 +41,8 @@ export class PDFModule {
|
|
41
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFModule, decorators: [{
|
42
42
|
type: NgModule,
|
43
43
|
args: [{
|
44
|
-
imports: [...
|
45
|
-
exports: [...
|
44
|
+
imports: [...KENDO_TREELIST_PDF_EXPORT, ...KENDO_ICONS],
|
45
|
+
exports: [...KENDO_TREELIST_PDF_EXPORT],
|
46
46
|
providers: [IconsService]
|
47
47
|
}]
|
48
48
|
}] });
|
@@ -106,8 +106,17 @@ import * as i90 from "./column-menu/column-menu-sort.component";
|
|
106
106
|
import * as i91 from "./column-menu/column-menu.component";
|
107
107
|
import * as i92 from "./column-menu/column-menu-lock.component";
|
108
108
|
import * as i93 from "./column-menu/column-menu-template.directive";
|
109
|
-
import * as i94 from "
|
110
|
-
import * as i95 from "
|
109
|
+
import * as i94 from "./excel/excel.component";
|
110
|
+
import * as i95 from "./excel/excel-command.directive";
|
111
|
+
import * as i96 from "./excel/excel-command-tool.directive";
|
112
|
+
import * as i97 from "@progress/kendo-angular-excel-export";
|
113
|
+
import * as i98 from "./pdf/pdf.component";
|
114
|
+
import * as i99 from "./pdf/pdf-margin.component";
|
115
|
+
import * as i100 from "./pdf/pdf-command.directive";
|
116
|
+
import * as i101 from "./pdf/pdf-template.directive";
|
117
|
+
import * as i102 from "./pdf/pdf-command-tool.directive";
|
118
|
+
import * as i103 from "@progress/kendo-angular-toolbar";
|
119
|
+
import * as i104 from "@progress/kendo-angular-pager";
|
111
120
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
112
121
|
/**
|
113
122
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
@@ -132,7 +141,7 @@ import * as i95 from "@progress/kendo-angular-pager";
|
|
132
141
|
*/
|
133
142
|
export class TreeListModule {
|
134
143
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
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,
|
144
|
+
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.ExcelComponent, i95.ExcelCommandDirective, i96.ExcelCommandToolbarDirective, i97.ColumnComponent, i97.ColumnGroupComponent, i97.FooterTemplateDirective, i97.GroupFooterTemplateDirective, i97.GroupHeaderColumnTemplateDirective, i97.GroupHeaderTemplateDirective, i98.PDFComponent, i99.PDFMarginComponent, i100.PDFCommandDirective, i101.PDFTemplateDirective, i102.PDFCommandToolbarDirective, i103.ToolBarComponent, i103.ToolbarCustomMessagesComponent, i103.ToolBarButtonComponent, i103.ToolBarButtonGroupComponent, i103.ToolBarDropDownButtonComponent, i103.ToolBarSeparatorComponent, i103.ToolBarSpacerComponent, i103.ToolBarSplitButtonComponent, i103.ToolBarToolComponent, i104.CustomMessagesComponent, i104.PagerFocusableDirective, i104.PagerInfoComponent, i104.PagerInputComponent, i104.PagerNextButtonsComponent, i104.PagerNumericButtonsComponent, i104.PagerPageSizesComponent, i104.PagerPrevButtonsComponent, i104.PagerTemplateDirective, i104.PagerComponent, i104.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.ExcelComponent, i95.ExcelCommandDirective, i96.ExcelCommandToolbarDirective, i97.ColumnComponent, i97.ColumnGroupComponent, i97.FooterTemplateDirective, i97.GroupFooterTemplateDirective, i97.GroupHeaderColumnTemplateDirective, i97.GroupHeaderTemplateDirective, i98.PDFComponent, i99.PDFMarginComponent, i100.PDFCommandDirective, i101.PDFTemplateDirective, i102.PDFCommandToolbarDirective, i103.ToolBarComponent, i103.ToolbarCustomMessagesComponent, i103.ToolBarButtonComponent, i103.ToolBarButtonGroupComponent, i103.ToolBarDropDownButtonComponent, i103.ToolBarSeparatorComponent, i103.ToolBarSpacerComponent, i103.ToolBarSplitButtonComponent, i103.ToolBarToolComponent, i104.CustomMessagesComponent, i104.PagerFocusableDirective, i104.PagerInfoComponent, i104.PagerInputComponent, i104.PagerNextButtonsComponent, i104.PagerNumericButtonsComponent, i104.PagerPageSizesComponent, i104.PagerPrevButtonsComponent, i104.PagerTemplateDirective, i104.PagerComponent, i104.PagerSpacerComponent] });
|
136
145
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, providers: [
|
137
146
|
IconsService,
|
138
147
|
ResizeBatchService,
|
@@ -147,7 +156,7 @@ export class TreeListModule {
|
|
147
156
|
DialogService,
|
148
157
|
WindowService,
|
149
158
|
WindowContainerService
|
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,
|
159
|
+
], 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, i95.ExcelCommandDirective, i97.ColumnComponent, i97.ColumnGroupComponent, i100.PDFCommandDirective, i103.ToolBarComponent, i103.ToolbarCustomMessagesComponent, i103.ToolBarButtonComponent, i103.ToolBarButtonGroupComponent, i103.ToolBarDropDownButtonComponent, i103.ToolBarSeparatorComponent, i103.ToolBarSpacerComponent, i103.ToolBarSplitButtonComponent, i104.CustomMessagesComponent, i104.PagerInfoComponent, i104.PagerInputComponent, i104.PagerNextButtonsComponent, i104.PagerNumericButtonsComponent, i104.PagerPageSizesComponent, i104.PagerPrevButtonsComponent, i104.PagerComponent, i104.PagerSpacerComponent] });
|
151
160
|
}
|
152
161
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, decorators: [{
|
153
162
|
type: NgModule,
|
package/excel/excel.module.d.ts
CHANGED
@@ -28,6 +28,6 @@ import * as i4 from "@progress/kendo-angular-excel-export";
|
|
28
28
|
*/
|
29
29
|
export declare class ExcelModule {
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelModule, never>;
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i3.ExcelCommandToolbarDirective], [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i3.ExcelCommandToolbarDirective, typeof i4.
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i3.ExcelCommandToolbarDirective, typeof i4.ColumnComponent, typeof i4.ColumnGroupComponent, typeof i4.FooterTemplateDirective, typeof i4.GroupFooterTemplateDirective, typeof i4.GroupHeaderColumnTemplateDirective, typeof i4.GroupHeaderTemplateDirective], [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i3.ExcelCommandToolbarDirective, typeof i4.ColumnComponent, typeof i4.ColumnGroupComponent, typeof i4.FooterTemplateDirective, typeof i4.GroupFooterTemplateDirective, typeof i4.GroupHeaderColumnTemplateDirective, typeof i4.GroupHeaderTemplateDirective]>;
|
32
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExcelModule>;
|
33
33
|
}
|
@@ -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 i104 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 * as i1$5 from '@progress/kendo-angular-inputs';
|
@@ -34,10 +34,11 @@ import { DropDownListComponent, AutoCompleteComponent } from '@progress/kendo-an
|
|
34
34
|
import { ButtonComponent, Button } from '@progress/kendo-angular-buttons';
|
35
35
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
36
36
|
import { saveAs } from '@progress/kendo-file-saver';
|
37
|
-
import
|
38
|
-
import {
|
39
|
-
import * as
|
37
|
+
import * as i97 from '@progress/kendo-angular-excel-export';
|
38
|
+
import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, ColumnComponent as ColumnComponent$1, ColumnGroupComponent as ColumnGroupComponent$1, FooterTemplateDirective as FooterTemplateDirective$1, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective } from '@progress/kendo-angular-excel-export';
|
39
|
+
import * as i103 from '@progress/kendo-angular-toolbar';
|
40
40
|
import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
|
41
|
+
import { PDFExportMarginComponent, PDFExportTemplateDirective, PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
41
42
|
|
42
43
|
/**
|
43
44
|
* @hidden
|
@@ -46,8 +47,8 @@ const packageMetadata = {
|
|
46
47
|
name: '@progress/kendo-angular-treelist',
|
47
48
|
productName: 'Kendo UI for Angular',
|
48
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
49
|
-
publishDate:
|
50
|
-
version: '17.
|
50
|
+
publishDate: 1734364554,
|
51
|
+
version: '17.2.0-develop.1',
|
51
52
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
52
53
|
};
|
53
54
|
|
@@ -5053,12 +5054,12 @@ class NavigationService {
|
|
5053
5054
|
this.leaveCell();
|
5054
5055
|
this.cursor.reset();
|
5055
5056
|
}
|
5056
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token:
|
5057
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i104.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 });
|
5057
5058
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService });
|
5058
5059
|
}
|
5059
5060
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, decorators: [{
|
5060
5061
|
type: Injectable
|
5061
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type:
|
5062
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type: i104.PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: FocusableDirective, decorators: [{
|
5062
5063
|
type: Optional
|
5063
5064
|
}] }]; } });
|
5064
5065
|
|
@@ -16808,7 +16809,7 @@ class TreeListComponent {
|
|
16808
16809
|
[pageNumberInputTitle]="messageFor('pagerPageNumberInputTitle')">
|
16809
16810
|
</kendo-pager-messages>
|
16810
16811
|
</ng-template>
|
16811
|
-
`, 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:
|
16812
|
+
`, 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: i104.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i104.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i104.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["size"] }, { kind: "component", type: i104.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i104.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i104.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["pageSizes", "size"] }, { kind: "component", type: i104.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i104.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i104.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 });
|
16812
16813
|
}
|
16813
16814
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListComponent, decorators: [{
|
16814
16815
|
type: Component,
|
@@ -20608,6 +20609,61 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
20608
20609
|
args: ['class.k-grid-excel']
|
20609
20610
|
}] } });
|
20610
20611
|
|
20612
|
+
/**
|
20613
|
+
* Represents the `export-to-Excel` toolbar tool of the TreeList.
|
20614
|
+
* You can apply this directive to any `kendo-toolbar-button` element inside a
|
20615
|
+
* ToolbarComponent used in the TreeList.
|
20616
|
+
*
|
20617
|
+
* When the user clicks a button associated with the directive, the
|
20618
|
+
* [excelExport]({% slug api_treelist_treelistcomponent %}#toc-excelexport) event
|
20619
|
+
* fires ([see example]({% slug excelexport_treelist %})).
|
20620
|
+
*
|
20621
|
+
* @example
|
20622
|
+
* ```html-no-run
|
20623
|
+
* <kendo-treelist>
|
20624
|
+
* <kendo-toolbar>
|
20625
|
+
* <kendo-toolbar-button text="Excel Export" kendoTreeListExcelTool></kendo-toolbar-button>
|
20626
|
+
* </kendo-toolbar>
|
20627
|
+
* <kendo-treelist-excel fileName="TreeList.xlsx">
|
20628
|
+
* </kendo-treelist-excel>
|
20629
|
+
* </kendo-treelist>
|
20630
|
+
* ```
|
20631
|
+
*/
|
20632
|
+
class ExcelCommandToolbarDirective {
|
20633
|
+
excelService;
|
20634
|
+
host;
|
20635
|
+
clickSub = new Subscription();
|
20636
|
+
constructor(excelService, host) {
|
20637
|
+
this.excelService = excelService;
|
20638
|
+
this.host = host;
|
20639
|
+
}
|
20640
|
+
ngOnInit() {
|
20641
|
+
this.clickSub = this.host.click.subscribe(e => this.onClick(e));
|
20642
|
+
this.host.className = 'k-grid-excel';
|
20643
|
+
this.host.svgIcon = fileExcelIcon;
|
20644
|
+
this.host.icon = 'file-excel';
|
20645
|
+
}
|
20646
|
+
ngOnDestroy() {
|
20647
|
+
this.clickSub.unsubscribe();
|
20648
|
+
}
|
20649
|
+
/**
|
20650
|
+
* @hidden
|
20651
|
+
*/
|
20652
|
+
onClick(e) {
|
20653
|
+
e.preventDefault();
|
20654
|
+
this.excelService.exportClick.emit();
|
20655
|
+
}
|
20656
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i103.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
20657
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
|
20658
|
+
}
|
20659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
|
20660
|
+
type: Directive,
|
20661
|
+
args: [{
|
20662
|
+
selector: '[kendoTreeListExcelTool]',
|
20663
|
+
standalone: true
|
20664
|
+
}]
|
20665
|
+
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i103.ToolBarButtonComponent }]; } });
|
20666
|
+
|
20611
20667
|
/**
|
20612
20668
|
* Represents the Kendo UI PDFMargin component for Angular.
|
20613
20669
|
* The supported units are:
|
@@ -21180,7 +21236,7 @@ class AddCommandToolbarDirective {
|
|
21180
21236
|
e.preventDefault();
|
21181
21237
|
this.editService.beginAdd();
|
21182
21238
|
}
|
21183
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
21239
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i103.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
21184
21240
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListAddTool]", ngImport: i0 });
|
21185
21241
|
}
|
21186
21242
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
|
@@ -21189,62 +21245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21189
21245
|
selector: '[kendoTreeListAddTool]',
|
21190
21246
|
standalone: true
|
21191
21247
|
}]
|
21192
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
21193
|
-
|
21194
|
-
/**
|
21195
|
-
* Represents the `export-to-Excel` toolbar tool of the TreeList.
|
21196
|
-
* You can apply this directive to any `kendo-toolbar-button` element inside a
|
21197
|
-
* ToolbarComponent used in the TreeList.
|
21198
|
-
*
|
21199
|
-
* When the user clicks a button associated with the directive, the
|
21200
|
-
* [excelExport]({% slug api_treelist_treelistcomponent %}#toc-excelexport) event
|
21201
|
-
* fires ([see example]({% slug excelexport_treelist %})).
|
21202
|
-
*
|
21203
|
-
* @example
|
21204
|
-
* ```html-no-run
|
21205
|
-
* <kendo-treelist>
|
21206
|
-
* <kendo-toolbar>
|
21207
|
-
* <kendo-toolbar-button text="Excel Export" kendoTreeListExcelTool></kendo-toolbar-button>
|
21208
|
-
* </kendo-toolbar>
|
21209
|
-
* <kendo-treelist-excel fileName="TreeList.xlsx">
|
21210
|
-
* </kendo-treelist-excel>
|
21211
|
-
* </kendo-treelist>
|
21212
|
-
* ```
|
21213
|
-
*/
|
21214
|
-
class ExcelCommandToolbarDirective {
|
21215
|
-
excelService;
|
21216
|
-
host;
|
21217
|
-
clickSub = new Subscription();
|
21218
|
-
constructor(excelService, host) {
|
21219
|
-
this.excelService = excelService;
|
21220
|
-
this.host = host;
|
21221
|
-
}
|
21222
|
-
ngOnInit() {
|
21223
|
-
this.clickSub = this.host.click.subscribe(e => this.onClick(e));
|
21224
|
-
this.host.className = 'k-grid-excel';
|
21225
|
-
this.host.svgIcon = fileExcelIcon;
|
21226
|
-
this.host.icon = 'file-excel';
|
21227
|
-
}
|
21228
|
-
ngOnDestroy() {
|
21229
|
-
this.clickSub.unsubscribe();
|
21230
|
-
}
|
21231
|
-
/**
|
21232
|
-
* @hidden
|
21233
|
-
*/
|
21234
|
-
onClick(e) {
|
21235
|
-
e.preventDefault();
|
21236
|
-
this.excelService.exportClick.emit();
|
21237
|
-
}
|
21238
|
-
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 });
|
21239
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
|
21240
|
-
}
|
21241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
|
21242
|
-
type: Directive,
|
21243
|
-
args: [{
|
21244
|
-
selector: '[kendoTreeListExcelTool]',
|
21245
|
-
standalone: true
|
21246
|
-
}]
|
21247
|
-
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i94.ToolBarButtonComponent }]; } });
|
21248
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i103.ToolBarButtonComponent }]; } });
|
21248
21249
|
|
21249
21250
|
/**
|
21250
21251
|
* Represents the `export-to-PDF` toolbar tool of the TreeList.
|
@@ -21290,7 +21291,7 @@ class PDFCommandToolbarDirective {
|
|
21290
21291
|
e.preventDefault();
|
21291
21292
|
this.pdfService.exportClick.emit();
|
21292
21293
|
}
|
21293
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token:
|
21294
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i103.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
21294
21295
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: PDFCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListPDFTool]", ngImport: i0 });
|
21295
21296
|
}
|
21296
21297
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, decorators: [{
|
@@ -21299,7 +21300,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21299
21300
|
selector: '[kendoTreeListPDFTool]',
|
21300
21301
|
standalone: true
|
21301
21302
|
}]
|
21302
|
-
}], ctorParameters: function () { return [{ type: PDFService }, { type:
|
21303
|
+
}], ctorParameters: function () { return [{ type: PDFService }, { type: i103.ToolBarButtonComponent }]; } });
|
21303
21304
|
|
21304
21305
|
/**
|
21305
21306
|
* @hidden
|
@@ -21430,16 +21431,22 @@ const COLUMN_MENU_EXPORTS = [
|
|
21430
21431
|
* @hidden
|
21431
21432
|
* Utility array that contains the Excel module exports
|
21432
21433
|
*/
|
21433
|
-
const
|
21434
|
+
const KENDO_TREELIST_EXCEL_EXPORT = [
|
21434
21435
|
ExcelComponent,
|
21435
21436
|
ExcelCommandDirective,
|
21436
|
-
ExcelCommandToolbarDirective
|
21437
|
+
ExcelCommandToolbarDirective,
|
21438
|
+
ColumnComponent$1,
|
21439
|
+
ColumnGroupComponent$1,
|
21440
|
+
FooterTemplateDirective$1,
|
21441
|
+
GroupFooterTemplateDirective,
|
21442
|
+
GroupHeaderColumnTemplateDirective,
|
21443
|
+
GroupHeaderTemplateDirective
|
21437
21444
|
];
|
21438
21445
|
/**
|
21439
21446
|
* @hidden
|
21440
21447
|
* Utility array that contains the PDF module exports
|
21441
21448
|
*/
|
21442
|
-
const
|
21449
|
+
const KENDO_TREELIST_PDF_EXPORT = [
|
21443
21450
|
PDFComponent,
|
21444
21451
|
PDFMarginComponent,
|
21445
21452
|
PDFCommandDirective,
|
@@ -21468,7 +21475,9 @@ const KENDO_TREELIST = [
|
|
21468
21475
|
...HEADER_EXPORTS,
|
21469
21476
|
...ROW_FILTER_EXPORTS,
|
21470
21477
|
...FILTER_MENU_EXPORTS,
|
21471
|
-
...COLUMN_MENU_EXPORTS
|
21478
|
+
...COLUMN_MENU_EXPORTS,
|
21479
|
+
...KENDO_TREELIST_EXCEL_EXPORT,
|
21480
|
+
...KENDO_TREELIST_PDF_EXPORT
|
21472
21481
|
];
|
21473
21482
|
|
21474
21483
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
@@ -21495,7 +21504,7 @@ const KENDO_TREELIST = [
|
|
21495
21504
|
*/
|
21496
21505
|
class TreeListModule {
|
21497
21506
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21498
|
-
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,
|
21507
|
+
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, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i97.ColumnComponent, i97.ColumnGroupComponent, i97.FooterTemplateDirective, i97.GroupFooterTemplateDirective, i97.GroupHeaderColumnTemplateDirective, i97.GroupHeaderTemplateDirective, PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i103.ToolBarComponent, i103.ToolbarCustomMessagesComponent, i103.ToolBarButtonComponent, i103.ToolBarButtonGroupComponent, i103.ToolBarDropDownButtonComponent, i103.ToolBarSeparatorComponent, i103.ToolBarSpacerComponent, i103.ToolBarSplitButtonComponent, i103.ToolBarToolComponent, i104.CustomMessagesComponent, i104.PagerFocusableDirective, i104.PagerInfoComponent, i104.PagerInputComponent, i104.PagerNextButtonsComponent, i104.PagerNumericButtonsComponent, i104.PagerPageSizesComponent, i104.PagerPrevButtonsComponent, i104.PagerTemplateDirective, i104.PagerComponent, i104.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, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i97.ColumnComponent, i97.ColumnGroupComponent, i97.FooterTemplateDirective, i97.GroupFooterTemplateDirective, i97.GroupHeaderColumnTemplateDirective, i97.GroupHeaderTemplateDirective, PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i103.ToolBarComponent, i103.ToolbarCustomMessagesComponent, i103.ToolBarButtonComponent, i103.ToolBarButtonGroupComponent, i103.ToolBarDropDownButtonComponent, i103.ToolBarSeparatorComponent, i103.ToolBarSpacerComponent, i103.ToolBarSplitButtonComponent, i103.ToolBarToolComponent, i104.CustomMessagesComponent, i104.PagerFocusableDirective, i104.PagerInfoComponent, i104.PagerInputComponent, i104.PagerNextButtonsComponent, i104.PagerNumericButtonsComponent, i104.PagerPageSizesComponent, i104.PagerPrevButtonsComponent, i104.PagerTemplateDirective, i104.PagerComponent, i104.PagerSpacerComponent] });
|
21499
21508
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, providers: [
|
21500
21509
|
IconsService,
|
21501
21510
|
ResizeBatchService,
|
@@ -21510,7 +21519,7 @@ class TreeListModule {
|
|
21510
21519
|
DialogService,
|
21511
21520
|
WindowService,
|
21512
21521
|
WindowContainerService
|
21513
|
-
], 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,
|
21522
|
+
], 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, ExcelCommandDirective, i97.ColumnComponent, i97.ColumnGroupComponent, PDFCommandDirective, i103.ToolBarComponent, i103.ToolbarCustomMessagesComponent, i103.ToolBarButtonComponent, i103.ToolBarButtonGroupComponent, i103.ToolBarDropDownButtonComponent, i103.ToolBarSeparatorComponent, i103.ToolBarSpacerComponent, i103.ToolBarSplitButtonComponent, i104.CustomMessagesComponent, i104.PagerInfoComponent, i104.PagerInputComponent, i104.PagerNextButtonsComponent, i104.PagerNumericButtonsComponent, i104.PagerPageSizesComponent, i104.PagerPrevButtonsComponent, i104.PagerComponent, i104.PagerSpacerComponent] });
|
21514
21523
|
}
|
21515
21524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, decorators: [{
|
21516
21525
|
type: NgModule,
|
@@ -21564,8 +21573,8 @@ class PDFModule {
|
|
21564
21573
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFModule, decorators: [{
|
21565
21574
|
type: NgModule,
|
21566
21575
|
args: [{
|
21567
|
-
imports: [...
|
21568
|
-
exports: [...
|
21576
|
+
imports: [...KENDO_TREELIST_PDF_EXPORT, ...KENDO_ICONS],
|
21577
|
+
exports: [...KENDO_TREELIST_PDF_EXPORT],
|
21569
21578
|
providers: [IconsService]
|
21570
21579
|
}]
|
21571
21580
|
}] });
|
@@ -21592,14 +21601,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21592
21601
|
*/
|
21593
21602
|
class ExcelModule {
|
21594
21603
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21595
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective,
|
21596
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [ExcelCommandDirective,
|
21604
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i97.ColumnComponent, i97.ColumnGroupComponent, i97.FooterTemplateDirective, i97.GroupFooterTemplateDirective, i97.GroupHeaderColumnTemplateDirective, i97.GroupHeaderTemplateDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i97.ColumnComponent, i97.ColumnGroupComponent, i97.FooterTemplateDirective, i97.GroupFooterTemplateDirective, i97.GroupHeaderColumnTemplateDirective, i97.GroupHeaderTemplateDirective] });
|
21605
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [ExcelCommandDirective, i97.ColumnComponent, i97.ColumnGroupComponent] });
|
21597
21606
|
}
|
21598
21607
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, decorators: [{
|
21599
21608
|
type: NgModule,
|
21600
21609
|
args: [{
|
21601
|
-
imports: [...
|
21602
|
-
exports: [...
|
21610
|
+
imports: [...KENDO_TREELIST_EXCEL_EXPORT],
|
21611
|
+
exports: [...KENDO_TREELIST_EXCEL_EXPORT],
|
21603
21612
|
providers: [IconsService]
|
21604
21613
|
}]
|
21605
21614
|
}] });
|
@@ -21608,5 +21617,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21608
21617
|
* Generated bundle index. Do not edit.
|
21609
21618
|
*/
|
21610
21619
|
|
21611
|
-
export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, COLUMN_MENU_EXPORTS, CancelCommandDirective, CellCloseEvent, CellComponent, CellTemplateDirective, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuLockComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnResizingService, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, CustomMessagesComponent, DataBoundTreeComponent, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DoesNotContainFilterOperatorComponent,
|
21620
|
+
export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, COLUMN_MENU_EXPORTS, CancelCommandDirective, CellCloseEvent, CellComponent, CellTemplateDirective, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuLockComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnResizingService, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, CustomMessagesComponent, DataBoundTreeComponent, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DoesNotContainFilterOperatorComponent, EditCommandDirective, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandEvent, ExpandableDirective, ExpandableTreeComponent, FILTER_MENU_EXPORTS, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FlatBindingDirective, FocusableDirective, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, HEADER_EXPORTS, HeaderComponent, HeaderTemplateDirective, HierarchyBindingDirective, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_TREELIST, KENDO_TREELIST_EXCEL_EXPORT, KENDO_TREELIST_PDF_EXPORT, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, LevelItemsPipe, ListComponent, LoadingComponent, LogicalCellDirective, LogicalRowDirective, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PopupCloseEvent, ROW_FILTER_EXPORTS, ReactiveEditingDirective, RemoveCommandDirective, ResizableContainerDirective, RowEditingDirectiveBase, RowReorderColumnComponent, RowReorderService, SHARED_EXPORTS, SHARED_FILTER_EXPORTS, SaveCommandDirective, SelectableDirective, SelectionChangeEvent, SinglePopupService, Skip, SpanColumnComponent, StartsWithFilterOperatorComponent, StringFilterCellComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, TreeListComponent, TreeListModule, TreeListSpacerComponent, TreeListToolbarFocusableDirective };
|
21612
21621
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "17.
|
3
|
+
"version": "17.2.0-develop.1",
|
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,26 +31,26 @@
|
|
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.
|
35
|
-
"@progress/kendo-angular-common": "17.
|
36
|
-
"@progress/kendo-angular-dateinputs": "17.
|
37
|
-
"@progress/kendo-angular-dropdowns": "17.
|
38
|
-
"@progress/kendo-angular-excel-export": "17.
|
39
|
-
"@progress/kendo-angular-icons": "17.
|
40
|
-
"@progress/kendo-angular-inputs": "17.
|
41
|
-
"@progress/kendo-angular-intl": "17.
|
42
|
-
"@progress/kendo-angular-l10n": "17.
|
43
|
-
"@progress/kendo-angular-label": "17.
|
44
|
-
"@progress/kendo-angular-pager": "17.
|
45
|
-
"@progress/kendo-angular-pdf-export": "17.
|
46
|
-
"@progress/kendo-angular-popup": "17.
|
47
|
-
"@progress/kendo-angular-toolbar": "17.
|
48
|
-
"@progress/kendo-angular-utils": "17.
|
34
|
+
"@progress/kendo-angular-buttons": "17.2.0-develop.1",
|
35
|
+
"@progress/kendo-angular-common": "17.2.0-develop.1",
|
36
|
+
"@progress/kendo-angular-dateinputs": "17.2.0-develop.1",
|
37
|
+
"@progress/kendo-angular-dropdowns": "17.2.0-develop.1",
|
38
|
+
"@progress/kendo-angular-excel-export": "17.2.0-develop.1",
|
39
|
+
"@progress/kendo-angular-icons": "17.2.0-develop.1",
|
40
|
+
"@progress/kendo-angular-inputs": "17.2.0-develop.1",
|
41
|
+
"@progress/kendo-angular-intl": "17.2.0-develop.1",
|
42
|
+
"@progress/kendo-angular-l10n": "17.2.0-develop.1",
|
43
|
+
"@progress/kendo-angular-label": "17.2.0-develop.1",
|
44
|
+
"@progress/kendo-angular-pager": "17.2.0-develop.1",
|
45
|
+
"@progress/kendo-angular-pdf-export": "17.2.0-develop.1",
|
46
|
+
"@progress/kendo-angular-popup": "17.2.0-develop.1",
|
47
|
+
"@progress/kendo-angular-toolbar": "17.2.0-develop.1",
|
48
|
+
"@progress/kendo-angular-utils": "17.2.0-develop.1",
|
49
49
|
"rxjs": "^6.5.3 || ^7.0.0"
|
50
50
|
},
|
51
51
|
"dependencies": {
|
52
52
|
"tslib": "^2.3.1",
|
53
|
-
"@progress/kendo-angular-schematics": "17.
|
53
|
+
"@progress/kendo-angular-schematics": "17.2.0-develop.1",
|
54
54
|
"@progress/kendo-common": "^1.0.1",
|
55
55
|
"@progress/kendo-file-saver": "^1.0.0"
|
56
56
|
},
|
@@ -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.
|
7
|
+
'@progress/kendo-angular-treeview': '17.2.0-develop.1',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '17.
|
9
|
+
'@progress/kendo-angular-dialog': '17.2.0-develop.1',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^4.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '17.
|
13
|
+
'@progress/kendo-angular-navigation': '17.2.0-develop.1',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|
package/treelist.module.d.ts
CHANGED
@@ -96,9 +96,18 @@ import * as i90 from "./column-menu/column-menu-sort.component";
|
|
96
96
|
import * as i91 from "./column-menu/column-menu.component";
|
97
97
|
import * as i92 from "./column-menu/column-menu-lock.component";
|
98
98
|
import * as i93 from "./column-menu/column-menu-template.directive";
|
99
|
-
import * as i94 from "
|
100
|
-
import * as i95 from "
|
101
|
-
import * as i96 from "./
|
99
|
+
import * as i94 from "./excel/excel.component";
|
100
|
+
import * as i95 from "./excel/excel-command.directive";
|
101
|
+
import * as i96 from "./excel/excel-command-tool.directive";
|
102
|
+
import * as i97 from "@progress/kendo-angular-excel-export";
|
103
|
+
import * as i98 from "./pdf/pdf.component";
|
104
|
+
import * as i99 from "./pdf/pdf-margin.component";
|
105
|
+
import * as i100 from "./pdf/pdf-command.directive";
|
106
|
+
import * as i101 from "./pdf/pdf-template.directive";
|
107
|
+
import * as i102 from "./pdf/pdf-command-tool.directive";
|
108
|
+
import * as i103 from "@progress/kendo-angular-toolbar";
|
109
|
+
import * as i104 from "@progress/kendo-angular-pager";
|
110
|
+
import * as i105 from "./column-resizing/table.directive";
|
102
111
|
/**
|
103
112
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
104
113
|
* definition for the TreeList component.
|
@@ -122,6 +131,6 @@ import * as i96 from "./column-resizing/table.directive";
|
|
122
131
|
*/
|
123
132
|
export declare class TreeListModule {
|
124
133
|
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.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]>;
|
134
|
+
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.ExcelComponent, typeof i95.ExcelCommandDirective, typeof i96.ExcelCommandToolbarDirective, typeof i97.ColumnComponent, typeof i97.ColumnGroupComponent, typeof i97.FooterTemplateDirective, typeof i97.GroupFooterTemplateDirective, typeof i97.GroupHeaderColumnTemplateDirective, typeof i97.GroupHeaderTemplateDirective, typeof i98.PDFComponent, typeof i99.PDFMarginComponent, typeof i100.PDFCommandDirective, typeof i101.PDFTemplateDirective, typeof i102.PDFCommandToolbarDirective, typeof i103.ToolBarComponent, typeof i103.ToolbarCustomMessagesComponent, typeof i103.ToolBarButtonComponent, typeof i103.ToolBarButtonGroupComponent, typeof i103.ToolBarDropDownButtonComponent, typeof i103.ToolBarSeparatorComponent, typeof i103.ToolBarSpacerComponent, typeof i103.ToolBarSplitButtonComponent, typeof i103.ToolBarToolComponent, typeof i104.CustomMessagesComponent, typeof i104.PagerFocusableDirective, typeof i104.PagerInfoComponent, typeof i104.PagerInputComponent, typeof i104.PagerNextButtonsComponent, typeof i104.PagerNumericButtonsComponent, typeof i104.PagerPageSizesComponent, typeof i104.PagerPrevButtonsComponent, typeof i104.PagerTemplateDirective, typeof i104.PagerComponent, typeof i104.PagerSpacerComponent, typeof i105.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.ExcelComponent, typeof i95.ExcelCommandDirective, typeof i96.ExcelCommandToolbarDirective, typeof i97.ColumnComponent, typeof i97.ColumnGroupComponent, typeof i97.FooterTemplateDirective, typeof i97.GroupFooterTemplateDirective, typeof i97.GroupHeaderColumnTemplateDirective, typeof i97.GroupHeaderTemplateDirective, typeof i98.PDFComponent, typeof i99.PDFMarginComponent, typeof i100.PDFCommandDirective, typeof i101.PDFTemplateDirective, typeof i102.PDFCommandToolbarDirective, typeof i103.ToolBarComponent, typeof i103.ToolbarCustomMessagesComponent, typeof i103.ToolBarButtonComponent, typeof i103.ToolBarButtonGroupComponent, typeof i103.ToolBarDropDownButtonComponent, typeof i103.ToolBarSeparatorComponent, typeof i103.ToolBarSpacerComponent, typeof i103.ToolBarSplitButtonComponent, typeof i103.ToolBarToolComponent, typeof i104.CustomMessagesComponent, typeof i104.PagerFocusableDirective, typeof i104.PagerInfoComponent, typeof i104.PagerInputComponent, typeof i104.PagerNextButtonsComponent, typeof i104.PagerNumericButtonsComponent, typeof i104.PagerPageSizesComponent, typeof i104.PagerPrevButtonsComponent, typeof i104.PagerTemplateDirective, typeof i104.PagerComponent, typeof i104.PagerSpacerComponent]>;
|
126
135
|
static ɵinj: i0.ɵɵInjectorDeclaration<TreeListModule>;
|
127
136
|
}
|