@progress/kendo-angular-treelist 17.0.0-develop.13 → 17.0.0-develop.14

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.
@@ -8,7 +8,7 @@ import * as i2$1 from '@progress/kendo-angular-common';
8
8
  import { isDocumentAvailable, isPresent as isPresent$1, hasClasses as hasClasses$1, Keys, EventsOutsideAngularDirective, anyChanged, ResizeSensorComponent, isChanged as isChanged$1, KendoInput, guid, DraggableDirective, TemplateContextDirective, hasObservers, ResizeBatchService, DraggableModule } from '@progress/kendo-angular-common';
9
9
  import * as i2 from '@progress/kendo-angular-icons';
10
10
  import { IconWrapperComponent, IconsService, IconsModule, KENDO_ICONS } from '@progress/kendo-angular-icons';
11
- import * as i14 from '@progress/kendo-angular-dateinputs';
11
+ import * as i15 from '@progress/kendo-angular-dateinputs';
12
12
  import { DatePickerComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService as NavigationService$1, KENDO_DATEPICKER, DatePickerModule } from '@progress/kendo-angular-dateinputs';
13
13
  import * as i1 from '@progress/kendo-angular-popup';
14
14
  import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
@@ -24,7 +24,7 @@ import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/k
24
24
  import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
25
25
  import { orderBy, isCompositeFilterDescriptor, process, aggregateBy } from '@progress/kendo-data-query';
26
26
  import * as i1$2 from '@angular/platform-browser';
27
- import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltLeftIcon, caretAltToLeftIcon, caretAltRightIcon, caretAltToRightIcon, caretAltDownIcon, reorderIcon, filterClearIcon, filterIcon, chevronUpIcon, chevronDownIcon, columnsIcon, sortAscSmallIcon, sortDescSmallIcon, moreVerticalIcon } from '@progress/kendo-svg-icons';
27
+ import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltLeftIcon, caretAltToLeftIcon, caretAltRightIcon, caretAltToRightIcon, caretAltDownIcon, reorderIcon, filterClearIcon, filterIcon, chevronUpIcon, chevronDownIcon, columnsIcon, sortAscSmallIcon, sortDescSmallIcon, moreVerticalIcon, fileExcelIcon, filePdfIcon } from '@progress/kendo-svg-icons';
28
28
  import { getter, setter } from '@progress/kendo-common';
29
29
  import * as i3$1 from '@progress/kendo-angular-label';
30
30
  import { LabelComponent, KENDO_LABEL } from '@progress/kendo-angular-label';
@@ -39,6 +39,8 @@ import { trigger, state, style, transition, animate } from '@angular/animations'
39
39
  import { saveAs } from '@progress/kendo-file-saver';
40
40
  import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, ExcelExportModule } from '@progress/kendo-angular-excel-export';
41
41
  import { PDFExportMarginComponent, PDFExportTemplateDirective, PDFExportComponent } from '@progress/kendo-angular-pdf-export';
42
+ import * as i2$2 from '@progress/kendo-angular-toolbar';
43
+ import { ToolBarModule } from '@progress/kendo-angular-toolbar';
42
44
 
43
45
  /**
44
46
  * @hidden
@@ -47,8 +49,8 @@ const packageMetadata = {
47
49
  name: '@progress/kendo-angular-treelist',
48
50
  productName: 'Kendo UI for Angular',
49
51
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
50
- publishDate: 1729258148,
51
- version: '17.0.0-develop.13',
52
+ publishDate: 1729261140,
53
+ version: '17.0.0-develop.14',
52
54
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
55
  };
54
56
 
@@ -15627,6 +15629,10 @@ class TreeListComponent {
15627
15629
  this.updateNavigationMetadata();
15628
15630
  this.applyAutoSize();
15629
15631
  this.subscriptions.add(this.pagerTemplateChildren.changes.subscribe(() => this.changeDetectorRef.markForCheck()));
15632
+ const toolbarComponentWrapper = this.wrapper?.nativeElement?.querySelector('kendo-toolbar');
15633
+ if (toolbarComponentWrapper) {
15634
+ this.renderer.addClass(toolbarComponentWrapper, 'k-grid-toolbar');
15635
+ }
15630
15636
  }
15631
15637
  ngAfterContentChecked() {
15632
15638
  if (this.dataChanged) {
@@ -16186,6 +16192,10 @@ class TreeListComponent {
16186
16192
  if ((this.rowHeight) && !this.isVirtual) {
16187
16193
  throw new Error('Row height setting requires virtual scrolling mode to be enabled.');
16188
16194
  }
16195
+ if (this.wrapper?.nativeElement?.querySelector('kendo-toolbar') && this.toolbarTemplate) {
16196
+ console.warn(`Defining both a toolbar template and a ToolBarComponent within the TreeList is not supported.
16197
+ Please use either the ToolBarComponent or a custom template.`);
16198
+ }
16189
16199
  validateColumnsField(this.columnList);
16190
16200
  }
16191
16201
  }
@@ -16703,8 +16713,8 @@ TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
16703
16713
  [navigable]="navigable"
16704
16714
  class="k-toolbar k-grid-toolbar k-toolbar-md"
16705
16715
  [attr.aria-label]="messageFor('topToolbarLabel')"
16706
- [attr.aria-controls]="ariaRootId">
16707
- </kendo-treelist-toolbar>
16716
+ [attr.aria-controls]="ariaRootId"></kendo-treelist-toolbar>
16717
+ <ng-content select="kendo-toolbar"></ng-content>
16708
16718
  <div #ariaRoot
16709
16719
  class="k-grid-aria-root"
16710
16720
  role="treegrid"
@@ -17131,8 +17141,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
17131
17141
  [navigable]="navigable"
17132
17142
  class="k-toolbar k-grid-toolbar k-toolbar-md"
17133
17143
  [attr.aria-label]="messageFor('topToolbarLabel')"
17134
- [attr.aria-controls]="ariaRootId">
17135
- </kendo-treelist-toolbar>
17144
+ [attr.aria-controls]="ariaRootId"></kendo-treelist-toolbar>
17145
+ <ng-content select="kendo-toolbar"></ng-content>
17136
17146
  <div #ariaRoot
17137
17147
  class="k-grid-aria-root"
17138
17148
  role="treegrid"
@@ -20977,6 +20987,162 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
20977
20987
  args: ['class.k-grid-pdf']
20978
20988
  }] } });
20979
20989
 
20990
+ /**
20991
+ * Represents the command for adding a new item to the TreeList.
20992
+ * You can apply this directive to any `kendo-toolbar-button` element inside a
20993
+ * ToolbarComponent used in the TreeList.
20994
+ *
20995
+ * When the user clicks the toolbar button that is associated with the directive, the
20996
+ * [add]({% slug api_treelist_treelistcomponent %}#toc-add) event is triggered.
20997
+ *
20998
+ * @example
20999
+ * ```html-no-run
21000
+ * <kendo-grid>
21001
+ * <kendo-toolbar>
21002
+ * <kendo-toolbar-button text="Add new" kendoTreeListAddTool></kendo-toolbar-button>
21003
+ * </kendo-toolbar>
21004
+ * </kendo-grid>
21005
+ * ```
21006
+ */
21007
+ class AddCommandToolbarDirective {
21008
+ constructor(editService, host) {
21009
+ this.editService = editService;
21010
+ this.host = host;
21011
+ this.clickSub = new Subscription();
21012
+ }
21013
+ ngOnInit() {
21014
+ this.clickSub = this.host.click.subscribe(e => this.onClick(e));
21015
+ this.host.className = 'k-grid-add-command';
21016
+ this.host.svgIcon = plusIcon;
21017
+ this.host.icon = 'plus';
21018
+ }
21019
+ ngOnDestroy() {
21020
+ this.clickSub.unsubscribe();
21021
+ }
21022
+ /**
21023
+ * @hidden
21024
+ */
21025
+ onClick(e) {
21026
+ e.preventDefault();
21027
+ this.editService.beginAdd();
21028
+ }
21029
+ }
21030
+ AddCommandToolbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i2$2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
21031
+ AddCommandToolbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListAddTool]", ngImport: i0 });
21032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
21033
+ type: Directive,
21034
+ args: [{
21035
+ selector: '[kendoTreeListAddTool]',
21036
+ standalone: true
21037
+ }]
21038
+ }], ctorParameters: function () { return [{ type: EditService }, { type: i2$2.ToolBarButtonComponent }]; } });
21039
+
21040
+ /**
21041
+ * Represents the `export-to-Excel` toolbar tool of the TreeList.
21042
+ * You can apply this directive to any `kendo-toolbar-button` element inside a
21043
+ * ToolbarComponent used in the TreeList.
21044
+ *
21045
+ * When the user clicks a button associated with the directive, the
21046
+ * [excelExport]({% slug api_treelist_treelistcomponent %}#toc-excelexport) event
21047
+ * fires ([see example]({% slug excelexport_treelist %})).
21048
+ *
21049
+ * @example
21050
+ * ```html-no-run
21051
+ * <kendo-treelist>
21052
+ * <kendo-toolbar>
21053
+ * <kendo-toolbar-button text="Excel Export" kendoTreeListExcelTool></kendo-toolbar-button>
21054
+ * </kendo-toolbar>
21055
+ * <kendo-treelist-excel fileName="TreeList.xlsx">
21056
+ * </kendo-treelist-excel>
21057
+ * </kendo-treelist>
21058
+ * ```
21059
+ */
21060
+ class ExcelCommandToolbarDirective {
21061
+ constructor(excelService, host) {
21062
+ this.excelService = excelService;
21063
+ this.host = host;
21064
+ this.clickSub = new Subscription();
21065
+ }
21066
+ ngOnInit() {
21067
+ this.clickSub = this.host.click.subscribe(e => this.onClick(e));
21068
+ this.host.className = 'k-grid-excel';
21069
+ this.host.svgIcon = fileExcelIcon;
21070
+ this.host.icon = 'file-excel';
21071
+ }
21072
+ ngOnDestroy() {
21073
+ this.clickSub.unsubscribe();
21074
+ }
21075
+ /**
21076
+ * @hidden
21077
+ */
21078
+ onClick(e) {
21079
+ e.preventDefault();
21080
+ this.excelService.exportClick.emit();
21081
+ }
21082
+ }
21083
+ ExcelCommandToolbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i2$2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
21084
+ ExcelCommandToolbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
21085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
21086
+ type: Directive,
21087
+ args: [{
21088
+ selector: '[kendoTreeListExcelTool]',
21089
+ standalone: true
21090
+ }]
21091
+ }], ctorParameters: function () { return [{ type: ExcelService }, { type: i2$2.ToolBarButtonComponent }]; } });
21092
+
21093
+ /**
21094
+ * Represents the `export-to-PDF` toolbar tool of the TreeList.
21095
+ * You can apply this directive to any `kendo-toolbar-button` element inside a
21096
+ * ToolbarComponent used in the TreeList.
21097
+ *
21098
+ * When the user clicks the toolbar button that is associated with the directive, the
21099
+ * [pdfExport]({% slug api_treelist_treelistcomponent %}#toc-pdfexport) event
21100
+ * fires ([see example]({% slug pdfexport_treelist %})).
21101
+ *
21102
+ * @example
21103
+ * ```html-no-run
21104
+ * <kendo-treelist>
21105
+ * <kendo-toolbar>
21106
+ * <kendo-toolbar-button text="PDF Export" kendoTreeListPDFTool></kendo-toolbar-button>
21107
+ * </kendo-toolbar>
21108
+ * <kendo-treelist-pdf fileName="TreeList.pdf">
21109
+ * </kendo-treelist-pdf>
21110
+ * </kendo-treelist>
21111
+ * ```
21112
+ */
21113
+ class PDFCommandToolbarDirective {
21114
+ constructor(pdfService, host) {
21115
+ this.pdfService = pdfService;
21116
+ this.host = host;
21117
+ this.clickSub = new Subscription();
21118
+ }
21119
+ ngOnInit() {
21120
+ this.clickSub = this.host.click.subscribe(e => this.onClick(e));
21121
+ this.host.className = 'k-grid-pdf';
21122
+ this.host.svgIcon = filePdfIcon;
21123
+ this.host.icon = 'file-pdf';
21124
+ }
21125
+ ngOnDestroy() {
21126
+ this.clickSub.unsubscribe();
21127
+ }
21128
+ /**
21129
+ * @hidden
21130
+ */
21131
+ onClick(e) {
21132
+ e.preventDefault();
21133
+ this.pdfService.exportClick.emit();
21134
+ }
21135
+ }
21136
+ PDFCommandToolbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i2$2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
21137
+ PDFCommandToolbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PDFCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListPDFTool]", ngImport: i0 });
21138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandToolbarDirective, decorators: [{
21139
+ type: Directive,
21140
+ args: [{
21141
+ selector: '[kendoTreeListPDFTool]',
21142
+ standalone: true
21143
+ }]
21144
+ }], ctorParameters: function () { return [{ type: PDFService }, { type: i2$2.ToolBarButtonComponent }]; } });
21145
+
20980
21146
  /**
20981
21147
  * @hidden
20982
21148
  * Utility array that contains the former Shared module exports
@@ -21012,6 +21178,7 @@ const BODY_EXPORTS = [
21012
21178
  SaveCommandDirective,
21013
21179
  RemoveCommandDirective,
21014
21180
  AddCommandDirective,
21181
+ AddCommandToolbarDirective,
21015
21182
  FooterTemplateDirective
21016
21183
  ];
21017
21184
  /**
@@ -21121,7 +21288,8 @@ const COLUMN_MENU_EXPORTS = [
21121
21288
  */
21122
21289
  const EXCEL_EXPORTS = [
21123
21290
  ExcelComponent,
21124
- ExcelCommandDirective
21291
+ ExcelCommandDirective,
21292
+ ExcelCommandToolbarDirective
21125
21293
  ];
21126
21294
  /**
21127
21295
  * @hidden
@@ -21131,7 +21299,8 @@ const PDF_EXPORTS = [
21131
21299
  PDFComponent,
21132
21300
  PDFMarginComponent,
21133
21301
  PDFCommandDirective,
21134
- PDFTemplateDirective
21302
+ PDFTemplateDirective,
21303
+ PDFCommandToolbarDirective
21135
21304
  ];
21136
21305
  /**
21137
21306
  * Utility array that contains all `@progress/kendo-angular-treelist` related components and directives
@@ -21184,7 +21353,7 @@ const KENDO_TREELIST = [
21184
21353
  class TreeListModule {
21185
21354
  }
21186
21355
  TreeListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21187
- TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective, 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, i2$1.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, TableDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective, 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, i2$1.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] });
21356
+ TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective, 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, i2$1.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, TableDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective, 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, i2$1.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, ToolBarModule] });
21188
21357
  TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, providers: [
21189
21358
  IconsService,
21190
21359
  ResizeBatchService,
@@ -21199,11 +21368,11 @@ TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
21199
21368
  DialogService,
21200
21369
  WindowService,
21201
21370
  WindowContainerService
21202
- ], imports: [TreeListComponent, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent] });
21371
+ ], imports: [TreeListComponent, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ToolBarModule] });
21203
21372
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, decorators: [{
21204
21373
  type: NgModule,
21205
21374
  args: [{
21206
- exports: [...KENDO_TREELIST],
21375
+ exports: [...KENDO_TREELIST, ToolBarModule],
21207
21376
  imports: [...KENDO_TREELIST, TableDirective],
21208
21377
  providers: [
21209
21378
  IconsService,
@@ -21298,8 +21467,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
21298
21467
  class BodyModule {
21299
21468
  }
21300
21469
  BodyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21301
- BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, FooterTemplateDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.PrefixTemplateDirective, i2$1.SuffixTemplateDirective, i2$1.SeparatorComponent, i14.DatePickerCustomMessagesComponent, i14.DatePickerComponent, i14.CellTemplateDirective, i14.CenturyCellTemplateDirective, i14.DecadeCellTemplateDirective, i14.FooterTemplateDirective, i14.HeaderTemplateDirective, i14.HeaderTitleTemplateDirective, i14.MonthCellTemplateDirective, i14.NavigationItemTemplateDirective, i14.WeekNumberCellTemplateDirective, i14.YearCellTemplateDirective, i14.NavigationItemTemplateDirective], exports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, FooterTemplateDirective] });
21302
- BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.SeparatorComponent, i14.DatePickerCustomMessagesComponent, i14.DatePickerComponent] });
21470
+ BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.PrefixTemplateDirective, i2$1.SuffixTemplateDirective, i2$1.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent, i15.CellTemplateDirective, i15.CenturyCellTemplateDirective, i15.DecadeCellTemplateDirective, i15.FooterTemplateDirective, i15.HeaderTemplateDirective, i15.HeaderTitleTemplateDirective, i15.MonthCellTemplateDirective, i15.NavigationItemTemplateDirective, i15.WeekNumberCellTemplateDirective, i15.YearCellTemplateDirective, i15.NavigationItemTemplateDirective], exports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective] });
21471
+ BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent] });
21303
21472
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, decorators: [{
21304
21473
  type: NgModule,
21305
21474
  args: [{
@@ -21369,7 +21538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
21369
21538
  class PDFModule {
21370
21539
  }
21371
21540
  PDFModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21372
- PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, i2.IconComponent, i2.SVGIconComponent], exports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective] });
21541
+ PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i2.IconComponent, i2.SVGIconComponent], exports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective] });
21373
21542
  PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, KENDO_ICONS] });
21374
21543
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, decorators: [{
21375
21544
  type: NgModule,
@@ -21403,8 +21572,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
21403
21572
  class ExcelModule {
21404
21573
  }
21405
21574
  ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21406
- ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
21407
- ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [EXCEL_EXPORTS, ExcelExportModule] });
21575
+ ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelExportModule] });
21576
+ ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
21408
21577
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, decorators: [{
21409
21578
  type: NgModule,
21410
21579
  args: [{
@@ -21465,5 +21634,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
21465
21634
  * Generated bundle index. Do not edit.
21466
21635
  */
21467
21636
 
21468
- export { AddCommandDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BodyModule, 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, EXCEL_EXPORTS, EditCommandDirective, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandEvent, ExpandableDirective, ExpandableTreeComponent, FILTER_MENU_EXPORTS, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuModule, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FlatBindingDirective, FocusableDirective, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, HEADER_EXPORTS, HeaderComponent, HeaderModule, HeaderTemplateDirective, HierarchyBindingDirective, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_TREELIST, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, LevelItemsPipe, ListComponent, LoadingComponent, LogicalCellDirective, LogicalRowDirective, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PAGER_EXPORTS, PDFCommandDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PDF_EXPORTS, PagerComponent, PagerInfoComponent, PagerInputComponent, PagerModule, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerPageSizesComponent, PagerPrevButtonsComponent, PagerTemplateDirective, PopupCloseEvent, ROW_FILTER_EXPORTS, ReactiveEditingDirective, RemoveCommandDirective, ResizableContainerDirective, RowEditingDirectiveBase, RowFilterModule, RowReorderColumnComponent, RowReorderService, SHARED_EXPORTS, SHARED_FILTER_EXPORTS, SaveCommandDirective, SelectableDirective, SelectionChangeEvent, SharedFilterModule, SharedModule, SinglePopupService, Skip, SpanColumnComponent, StartsWithFilterOperatorComponent, StringFilterCellComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, TreeListComponent, TreeListModule, TreeListSpacerComponent, TreeListToolbarFocusableDirective };
21637
+ export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BodyModule, 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, EXCEL_EXPORTS, 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, FilterMenuModule, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FlatBindingDirective, FocusableDirective, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, HEADER_EXPORTS, HeaderComponent, HeaderModule, HeaderTemplateDirective, HierarchyBindingDirective, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_TREELIST, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, LevelItemsPipe, ListComponent, LoadingComponent, LogicalCellDirective, LogicalRowDirective, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PAGER_EXPORTS, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PDF_EXPORTS, PagerComponent, PagerInfoComponent, PagerInputComponent, PagerModule, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerPageSizesComponent, PagerPrevButtonsComponent, PagerTemplateDirective, PopupCloseEvent, ROW_FILTER_EXPORTS, ReactiveEditingDirective, RemoveCommandDirective, ResizableContainerDirective, RowEditingDirectiveBase, RowFilterModule, RowReorderColumnComponent, RowReorderService, SHARED_EXPORTS, SHARED_FILTER_EXPORTS, SaveCommandDirective, SelectableDirective, SelectionChangeEvent, SharedFilterModule, SharedModule, SinglePopupService, Skip, SpanColumnComponent, StartsWithFilterOperatorComponent, StringFilterCellComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, TreeListComponent, TreeListModule, TreeListSpacerComponent, TreeListToolbarFocusableDirective };
21469
21638
 
package/index.d.ts CHANGED
@@ -96,6 +96,7 @@ export { PDFMargin } from './pdf/pdf-margin.interface';
96
96
  export { PDFMarginComponent } from './pdf/pdf-margin.component';
97
97
  export { PDFService } from './pdf/pdf.service';
98
98
  export { PDFCommandDirective } from './pdf/pdf-command.directive';
99
+ export { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
99
100
  export { PDFTemplateDirective } from './pdf/pdf-template.directive';
100
101
  export { ExcelModule } from './excel/excel.module';
101
102
  export { ExcelComponent } from './excel/excel.component';
@@ -103,6 +104,7 @@ export { ExcelExportData } from './excel/excel-export-data.interface';
103
104
  export { ExcelService } from './excel/excel.service';
104
105
  export { ExcelExportEvent } from './excel/excel-export-event';
105
106
  export { ExcelCommandDirective } from './excel/excel-command.directive';
107
+ export { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
106
108
  export { RowClassFn, RowClassArgs, RowArgs } from './rendering/common/row-class';
107
109
  export { IsSelectedFn } from './selection/is-selected';
108
110
  export { SelectableSettings } from './selection/selectable-settings';
@@ -117,6 +119,7 @@ export { CellClickEvent } from './common/cell-click-event-args.interface';
117
119
  export { CellCloseEvent } from './editing/cell-close-event';
118
120
  export { CreateFormGroup } from './common/create-form-group';
119
121
  export { RemoveConfirmationCallback } from './common/remove-confirmation';
122
+ export { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
120
123
  export { ScrollBottomEvent } from './scrolling/scroll-bottom-event';
121
124
  export { ContentScrollEvent } from './scrolling/content-scroll-event';
122
125
  export { SuspendService } from './scrolling/suspend.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treelist",
3
- "version": "17.0.0-develop.13",
3
+ "version": "17.0.0-develop.14",
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,24 +31,25 @@
31
31
  "@progress/kendo-data-query": "^1.0.0",
32
32
  "@progress/kendo-drawing": "^1.20.4",
33
33
  "@progress/kendo-licensing": "^1.0.2",
34
- "@progress/kendo-angular-buttons": "17.0.0-develop.13",
35
- "@progress/kendo-angular-common": "17.0.0-develop.13",
36
- "@progress/kendo-angular-dateinputs": "17.0.0-develop.13",
37
- "@progress/kendo-angular-dropdowns": "17.0.0-develop.13",
38
- "@progress/kendo-angular-excel-export": "17.0.0-develop.13",
39
- "@progress/kendo-angular-icons": "17.0.0-develop.13",
40
- "@progress/kendo-angular-inputs": "17.0.0-develop.13",
41
- "@progress/kendo-angular-intl": "17.0.0-develop.13",
42
- "@progress/kendo-angular-l10n": "17.0.0-develop.13",
43
- "@progress/kendo-angular-label": "17.0.0-develop.13",
44
- "@progress/kendo-angular-pdf-export": "17.0.0-develop.13",
45
- "@progress/kendo-angular-popup": "17.0.0-develop.13",
46
- "@progress/kendo-angular-utils": "17.0.0-develop.13",
34
+ "@progress/kendo-angular-buttons": "17.0.0-develop.14",
35
+ "@progress/kendo-angular-common": "17.0.0-develop.14",
36
+ "@progress/kendo-angular-dateinputs": "17.0.0-develop.14",
37
+ "@progress/kendo-angular-dropdowns": "17.0.0-develop.14",
38
+ "@progress/kendo-angular-excel-export": "17.0.0-develop.14",
39
+ "@progress/kendo-angular-icons": "17.0.0-develop.14",
40
+ "@progress/kendo-angular-inputs": "17.0.0-develop.14",
41
+ "@progress/kendo-angular-intl": "17.0.0-develop.14",
42
+ "@progress/kendo-angular-l10n": "17.0.0-develop.14",
43
+ "@progress/kendo-angular-label": "17.0.0-develop.14",
44
+ "@progress/kendo-angular-pdf-export": "17.0.0-develop.14",
45
+ "@progress/kendo-angular-popup": "17.0.0-develop.14",
46
+ "@progress/kendo-angular-toolbar": "17.0.0-develop.14",
47
+ "@progress/kendo-angular-utils": "17.0.0-develop.14",
47
48
  "rxjs": "^6.5.3 || ^7.0.0"
48
49
  },
49
50
  "dependencies": {
50
51
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "17.0.0-develop.13",
52
+ "@progress/kendo-angular-schematics": "17.0.0-develop.14",
52
53
  "@progress/kendo-common": "^0.2.0",
53
54
  "@progress/kendo-file-saver": "^1.0.0"
54
55
  },
@@ -0,0 +1,41 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { PDFService } from './pdf.service';
6
+ import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * Represents the `export-to-PDF` toolbar tool of the TreeList.
10
+ * You can apply this directive to any `kendo-toolbar-button` element inside a
11
+ * ToolbarComponent used in the TreeList.
12
+ *
13
+ * When the user clicks the toolbar button that is associated with the directive, the
14
+ * [pdfExport]({% slug api_treelist_treelistcomponent %}#toc-pdfexport) event
15
+ * fires ([see example]({% slug pdfexport_treelist %})).
16
+ *
17
+ * @example
18
+ * ```html-no-run
19
+ * <kendo-treelist>
20
+ * <kendo-toolbar>
21
+ * <kendo-toolbar-button text="PDF Export" kendoTreeListPDFTool></kendo-toolbar-button>
22
+ * </kendo-toolbar>
23
+ * <kendo-treelist-pdf fileName="TreeList.pdf">
24
+ * </kendo-treelist-pdf>
25
+ * </kendo-treelist>
26
+ * ```
27
+ */
28
+ export declare class PDFCommandToolbarDirective {
29
+ private pdfService;
30
+ private host;
31
+ private clickSub;
32
+ constructor(pdfService: PDFService, host: ToolBarButtonComponent);
33
+ ngOnInit(): void;
34
+ ngOnDestroy(): void;
35
+ /**
36
+ * @hidden
37
+ */
38
+ onClick(e: any): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDFCommandToolbarDirective, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PDFCommandToolbarDirective, "[kendoTreeListPDFTool]", never, {}, {}, never, never, true, never>;
41
+ }
@@ -7,7 +7,8 @@ import * as i1 from "./pdf.component";
7
7
  import * as i2 from "./pdf-margin.component";
8
8
  import * as i3 from "./pdf-command.directive";
9
9
  import * as i4 from "./pdf-template.directive";
10
- import * as i5 from "@progress/kendo-angular-icons";
10
+ import * as i5 from "./pdf-command-tool.directive";
11
+ import * as i6 from "@progress/kendo-angular-icons";
11
12
  /**
12
13
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
13
14
  * definition for the TreeList PDF component.
@@ -30,6 +31,6 @@ import * as i5 from "@progress/kendo-angular-icons";
30
31
  */
31
32
  export declare class PDFModule {
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<PDFModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<PDFModule, never, [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective, typeof i5.IconComponent, typeof i5.SVGIconComponent], [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective]>;
34
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PDFModule, never, [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective, typeof i5.PDFCommandToolbarDirective, typeof i6.IconComponent, typeof i6.SVGIconComponent], [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective, typeof i5.PDFCommandToolbarDirective]>;
34
35
  static ɵinj: i0.ɵɵInjectorDeclaration<PDFModule>;
35
36
  }
@@ -13,16 +13,17 @@ import * as i7 from "../editing/cancel-command.directive";
13
13
  import * as i8 from "../editing/save-command.directive";
14
14
  import * as i9 from "../editing/remove-command.directive";
15
15
  import * as i10 from "../editing/add-command.directive";
16
- import * as i11 from "./footer-template.directive";
17
- import * as i12 from "@progress/kendo-angular-inputs";
18
- import * as i13 from "@progress/kendo-angular-common";
19
- import * as i14 from "@progress/kendo-angular-dateinputs";
16
+ import * as i11 from "../editing/add-command-tool.directive";
17
+ import * as i12 from "./footer-template.directive";
18
+ import * as i13 from "@progress/kendo-angular-inputs";
19
+ import * as i14 from "@progress/kendo-angular-common";
20
+ import * as i15 from "@progress/kendo-angular-dateinputs";
20
21
  /**
21
22
  * @hidden
22
23
  * @deprecated
23
24
  */
24
25
  export declare class BodyModule {
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<BodyModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<BodyModule, never, [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.CellComponent, typeof i4.NoRecordsTemplateDirective, typeof i5.EditTemplateDirective, typeof i6.EditCommandDirective, typeof i7.CancelCommandDirective, typeof i8.SaveCommandDirective, typeof i9.RemoveCommandDirective, typeof i10.AddCommandDirective, typeof i11.FooterTemplateDirective, typeof i12.NumericTextBoxComponent, typeof i12.NumericTextBoxCustomMessagesComponent, typeof i13.PrefixTemplateDirective, typeof i13.SuffixTemplateDirective, typeof i13.SeparatorComponent, typeof i14.DatePickerCustomMessagesComponent, typeof i14.DatePickerComponent, typeof i14.CellTemplateDirective, typeof i14.CenturyCellTemplateDirective, typeof i14.DecadeCellTemplateDirective, typeof i14.FooterTemplateDirective, typeof i14.HeaderTemplateDirective, typeof i14.HeaderTitleTemplateDirective, typeof i14.MonthCellTemplateDirective, typeof i14.NavigationItemTemplateDirective, typeof i14.WeekNumberCellTemplateDirective, typeof i14.YearCellTemplateDirective, typeof i14.NavigationItemTemplateDirective], [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.CellComponent, typeof i4.NoRecordsTemplateDirective, typeof i5.EditTemplateDirective, typeof i6.EditCommandDirective, typeof i7.CancelCommandDirective, typeof i8.SaveCommandDirective, typeof i9.RemoveCommandDirective, typeof i10.AddCommandDirective, typeof i11.FooterTemplateDirective]>;
27
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BodyModule, never, [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.CellComponent, typeof i4.NoRecordsTemplateDirective, typeof i5.EditTemplateDirective, typeof i6.EditCommandDirective, typeof i7.CancelCommandDirective, typeof i8.SaveCommandDirective, typeof i9.RemoveCommandDirective, typeof i10.AddCommandDirective, typeof i11.AddCommandToolbarDirective, typeof i12.FooterTemplateDirective, typeof i13.NumericTextBoxComponent, typeof i13.NumericTextBoxCustomMessagesComponent, typeof i14.PrefixTemplateDirective, typeof i14.SuffixTemplateDirective, typeof i14.SeparatorComponent, typeof i15.DatePickerCustomMessagesComponent, typeof i15.DatePickerComponent, typeof i15.CellTemplateDirective, typeof i15.CenturyCellTemplateDirective, typeof i15.DecadeCellTemplateDirective, typeof i15.FooterTemplateDirective, typeof i15.HeaderTemplateDirective, typeof i15.HeaderTitleTemplateDirective, typeof i15.MonthCellTemplateDirective, typeof i15.NavigationItemTemplateDirective, typeof i15.WeekNumberCellTemplateDirective, typeof i15.YearCellTemplateDirective, typeof i15.NavigationItemTemplateDirective], [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.CellComponent, typeof i4.NoRecordsTemplateDirective, typeof i5.EditTemplateDirective, typeof i6.EditCommandDirective, typeof i7.CancelCommandDirective, typeof i8.SaveCommandDirective, typeof i9.RemoveCommandDirective, typeof i10.AddCommandDirective, typeof i11.AddCommandToolbarDirective, typeof i12.FooterTemplateDirective]>;
27
28
  static ɵinj: i0.ɵɵInjectorDeclaration<BodyModule>;
28
29
  }
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '17.0.0-develop.13',
7
+ '@progress/kendo-angular-treeview': '17.0.0-develop.14',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '17.0.0-develop.13',
9
+ '@progress/kendo-angular-dialog': '17.0.0-develop.14',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^3.0.0',
12
12
  // peer dependency of kendo-angular-dateinputs
13
- '@progress/kendo-angular-navigation': '17.0.0-develop.13',
13
+ '@progress/kendo-angular-navigation': '17.0.0-develop.14',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }
@@ -756,5 +756,5 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
756
756
  private loadColumns;
757
757
  private notifyReorderContainers;
758
758
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeListComponent, never>;
759
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeListComponent, "kendo-treelist", ["kendoTreeList"], { "ariaLabel": "aria-label"; "data": "data"; "pageSize": "pageSize"; "height": "height"; "rowHeight": "rowHeight"; "skip": "skip"; "scrollable": "scrollable"; "sort": "sort"; "trackBy": "trackBy"; "filter": "filter"; "virtualColumns": "virtualColumns"; "filterable": "filterable"; "sortable": "sortable"; "pageable": "pageable"; "navigable": "navigable"; "navigatable": "navigatable"; "autoSize": "autoSize"; "rowClass": "rowClass"; "resizable": "resizable"; "reorderable": "reorderable"; "loading": "loading"; "columnMenu": "columnMenu"; "hideHeader": "hideHeader"; "idField": "idField"; "selectable": "selectable"; "isSelected": "isSelected"; "rowReorderable": "rowReorderable"; "columnsRef": "columns"; "fetchChildren": "fetchChildren"; "hasChildren": "hasChildren"; "isExpanded": "isExpanded"; }, { "selectionChange": "selectionChange"; "filterChange": "filterChange"; "pageChange": "pageChange"; "sortChange": "sortChange"; "dataStateChange": "dataStateChange"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; "expandEvent": "expand"; "collapseEvent": "collapse"; "expandStateChange": "expandStateChange"; "rowReorder": "rowReorder"; }, ["columns", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], never, true, never>;
759
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeListComponent, "kendo-treelist", ["kendoTreeList"], { "ariaLabel": "aria-label"; "data": "data"; "pageSize": "pageSize"; "height": "height"; "rowHeight": "rowHeight"; "skip": "skip"; "scrollable": "scrollable"; "sort": "sort"; "trackBy": "trackBy"; "filter": "filter"; "virtualColumns": "virtualColumns"; "filterable": "filterable"; "sortable": "sortable"; "pageable": "pageable"; "navigable": "navigable"; "navigatable": "navigatable"; "autoSize": "autoSize"; "rowClass": "rowClass"; "resizable": "resizable"; "reorderable": "reorderable"; "loading": "loading"; "columnMenu": "columnMenu"; "hideHeader": "hideHeader"; "idField": "idField"; "selectable": "selectable"; "isSelected": "isSelected"; "rowReorderable": "rowReorderable"; "columnsRef": "columns"; "fetchChildren": "fetchChildren"; "hasChildren": "hasChildren"; "isExpanded": "isExpanded"; }, { "selectionChange": "selectionChange"; "filterChange": "filterChange"; "pageChange": "pageChange"; "sortChange": "sortChange"; "dataStateChange": "dataStateChange"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; "expandEvent": "expand"; "collapseEvent": "collapse"; "expandStateChange": "expandStateChange"; "rowReorder": "rowReorder"; }, ["columns", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
760
760
  }