@progress/kendo-angular-grid 19.0.0-develop.10 → 19.0.0-develop.11

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.
Files changed (40) hide show
  1. package/column-menu/column-chooser-tool.directive.d.ts +6 -6
  2. package/common/toolbar-tool-base.directive.d.ts +26 -0
  3. package/directives.d.ts +7 -3
  4. package/editing/add-command-tool.directive.d.ts +7 -6
  5. package/editing/cancel-command-tool.directive.d.ts +38 -0
  6. package/editing/edit-command-tool.directive.d.ts +38 -0
  7. package/editing/edit.service.d.ts +1 -1
  8. package/editing/remove-command-tool.directive.d.ts +39 -0
  9. package/editing/save-command-tool.directive.d.ts +38 -0
  10. package/editing/toolbar-editing-tool-base.directive.d.ts +29 -0
  11. package/esm2022/column-menu/column-chooser-tool.directive.mjs +17 -30
  12. package/esm2022/common/toolbar-tool-base.directive.mjs +81 -0
  13. package/esm2022/directives.mjs +8 -0
  14. package/esm2022/editing/add-command-tool.directive.mjs +12 -15
  15. package/esm2022/editing/cancel-command-tool.directive.mjs +64 -0
  16. package/esm2022/editing/edit-command-tool.directive.mjs +59 -0
  17. package/esm2022/editing/remove-command-tool.directive.mjs +60 -0
  18. package/esm2022/editing/remove-command.directive.mjs +1 -0
  19. package/esm2022/editing/save-command-tool.directive.mjs +64 -0
  20. package/esm2022/editing/toolbar-editing-tool-base.directive.mjs +91 -0
  21. package/esm2022/excel/excel-command-tool.directive.mjs +12 -17
  22. package/esm2022/grid.component.mjs +51 -1
  23. package/esm2022/grid.module.mjs +104 -100
  24. package/esm2022/index.mjs +4 -0
  25. package/esm2022/localization/messages.mjs +43 -1
  26. package/esm2022/navigation/toolbar-tool-name.mjs +17 -0
  27. package/esm2022/package-metadata.mjs +2 -2
  28. package/esm2022/pdf/pdf-command-tool.directive.mjs +12 -15
  29. package/esm2022/selection/selection.service.mjs +11 -0
  30. package/excel/excel-command-tool.directive.d.ts +5 -5
  31. package/fesm2022/progress-kendo-angular-grid.mjs +502 -82
  32. package/grid.component.d.ts +7 -1
  33. package/grid.module.d.ts +104 -100
  34. package/index.d.ts +4 -0
  35. package/localization/messages.d.ts +29 -1
  36. package/navigation/toolbar-tool-name.d.ts +17 -0
  37. package/package.json +20 -20
  38. package/pdf/pdf-command-tool.directive.d.ts +6 -5
  39. package/schematics/ngAdd/index.js +4 -4
  40. package/selection/selection.service.d.ts +1 -0
@@ -391,6 +391,12 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
391
391
  * @default false
392
392
  */
393
393
  hideHeader: boolean;
394
+ /**
395
+ * Specifies if the currently inactive toolbar tools will be visible. Applicable when the toolbar is configured using the <kendo-toolbar> component. By default, such tools are hidden.
396
+ *
397
+ * @default false
398
+ */
399
+ showInactiveTools: boolean;
394
400
  /**
395
401
  * Fires when the Grid filter is modified through the UI.
396
402
  * You have to handle the event yourself and filter the data.
@@ -940,5 +946,5 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
940
946
  private shouldResetSelection;
941
947
  private notifyReorderContainers;
942
948
  static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
943
- static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "gridResizable": { "alias": "gridResizable"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "navigatable": { "alias": "navigatable"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "rowSticky": { "alias": "rowSticky"; "required": false; }; "rowSelected": { "alias": "rowSelected"; "required": false; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; }; "cellSelected": { "alias": "cellSelected"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "isDetailExpanded": { "alias": "isDetailExpanded"; "required": false; }; "isGroupExpanded": { "alias": "isGroupExpanded"; "required": false; }; }, { "filterChange": "filterChange"; "pageChange": "pageChange"; "groupChange": "groupChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "rowReorder": "rowReorder"; "dataStateChange": "dataStateChange"; "groupExpand": "groupExpand"; "groupCollapse": "groupCollapse"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "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"; "columnStickyChange": "columnStickyChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; }, ["columns", "detailTemplateChildren", "cellLoadingTemplateChildren", "loadingTemplateChildren", "statusBarTemplateChildren", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
949
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "gridResizable": { "alias": "gridResizable"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "navigatable": { "alias": "navigatable"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "rowSticky": { "alias": "rowSticky"; "required": false; }; "rowSelected": { "alias": "rowSelected"; "required": false; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; }; "cellSelected": { "alias": "cellSelected"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showInactiveTools": { "alias": "showInactiveTools"; "required": false; }; "isDetailExpanded": { "alias": "isDetailExpanded"; "required": false; }; "isGroupExpanded": { "alias": "isGroupExpanded"; "required": false; }; }, { "filterChange": "filterChange"; "pageChange": "pageChange"; "groupChange": "groupChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "rowReorder": "rowReorder"; "dataStateChange": "dataStateChange"; "groupExpand": "groupExpand"; "groupCollapse": "groupCollapse"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "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"; "columnStickyChange": "columnStickyChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; }, ["columns", "detailTemplateChildren", "cellLoadingTemplateChildren", "loadingTemplateChildren", "statusBarTemplateChildren", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
944
950
  }
package/grid.module.d.ts CHANGED
@@ -38,105 +38,109 @@ import * as i32 from "./editing/save-command.directive";
38
38
  import * as i33 from "./editing/remove-command.directive";
39
39
  import * as i34 from "./editing/add-command.directive";
40
40
  import * as i35 from "./editing/add-command-tool.directive";
41
- import * as i36 from "./rendering/cell-loading.template.directive";
42
- import * as i37 from "./rendering/loading-template.directive";
43
- import * as i38 from "./columns/reorder-column.component";
44
- import * as i39 from "./rendering/toolbar/tools/sort-command-tool.directive";
45
- import * as i40 from "./rendering/toolbar/tools/filter-command-tool.directive";
46
- import * as i41 from "./rendering/header/header.component";
47
- import * as i42 from "./rendering/header/header-template.directive";
48
- import * as i43 from "./column-resizing/column-handle.directive";
49
- import * as i44 from "./selection/selectall-checkbox.directive";
50
- import * as i45 from "./rendering/footer/footer.component";
51
- import * as i46 from "@progress/kendo-angular-pager";
52
- import * as i47 from "@progress/kendo-angular-toolbar";
53
- import * as i48 from "./filtering/filter-row.component";
54
- import * as i49 from "./filtering/cell/filter-cell.component";
55
- import * as i50 from "./filtering/cell/filter-cell-template.directive";
56
- import * as i51 from "./filtering/cell/string-filter-cell.component";
57
- import * as i52 from "./filtering/cell/numeric-filter-cell.component";
58
- import * as i53 from "./filtering/cell/autocomplete-filter-cell.component";
59
- import * as i54 from "./filtering/cell/boolean-filter-cell.component";
60
- import * as i55 from "./filtering/cell/filter-cell-host.directive";
61
- import * as i56 from "./filtering/cell/filter-cell-wrapper.component";
62
- import * as i57 from "./filtering/cell/date-filter-cell.component";
63
- import * as i58 from "./filtering/cell/filter-cell-operators.component";
64
- import * as i59 from "./filtering/operators/contains-filter-operator.component";
65
- import * as i60 from "./filtering/operators/not-contains-filter-operator.component";
66
- import * as i61 from "./filtering/operators/ends-with-filter-operator.component";
67
- import * as i62 from "./filtering/operators/eq-filter-operator.component";
68
- import * as i63 from "./filtering/operators/is-empty-filter-operator.component";
69
- import * as i64 from "./filtering/operators/is-not-empty-filter-operator.component";
70
- import * as i65 from "./filtering/operators/is-not-null-filter-operator.component";
71
- import * as i66 from "./filtering/operators/isnull-filter-operator.component";
72
- import * as i67 from "./filtering/operators/neq-filter-operator.component";
73
- import * as i68 from "./filtering/operators/starts-with-filter-operator.component";
74
- import * as i69 from "./filtering/operators/gt-filter-operator.component";
75
- import * as i70 from "./filtering/operators/gte-filter-operator.component";
76
- import * as i71 from "./filtering/operators/lt-filter-operator.component";
77
- import * as i72 from "./filtering/operators/lte-filter-operator.component";
78
- import * as i73 from "./filtering/operators/after-filter-operator.component";
79
- import * as i74 from "./filtering/operators/after-eq-filter-operator.component";
80
- import * as i75 from "./filtering/operators/before-eq-filter-operator.component";
81
- import * as i76 from "./filtering/operators/before-filter-operator.component";
82
- import * as i77 from "./filtering/filter-input.directive";
83
- import * as i78 from "./filtering/menu/filter-menu.component";
84
- import * as i79 from "./filtering/menu/filter-menu-container.component";
85
- import * as i80 from "./filtering/menu/filter-menu-input-wrapper.component";
86
- import * as i81 from "./filtering/menu/string-filter-menu-input.component";
87
- import * as i82 from "./filtering/menu/string-filter-menu.component";
88
- import * as i83 from "./filtering/menu/filter-menu-template.directive";
89
- import * as i84 from "./filtering/menu/numeric-filter-menu.component";
90
- import * as i85 from "./filtering/menu/numeric-filter-menu-input.component";
91
- import * as i86 from "./filtering/menu/date-filter-menu-input.component";
92
- import * as i87 from "./filtering/menu/date-filter-menu.component";
93
- import * as i88 from "./filtering/menu/filter-menu-host.directive";
94
- import * as i89 from "./filtering/menu/boolean-filter-menu.component";
95
- import * as i90 from "./filtering/menu/filter-menu-dropdownlist.directive";
96
- import * as i91 from "./filtering/menu/filter-radio-button.directive";
97
- import * as i92 from "./column-menu/column-chooser-item-checked.directive";
98
- import * as i93 from "./column-menu/column-list.component";
99
- import * as i94 from "./column-menu/column-chooser.component";
100
- import * as i95 from "./column-menu/column-chooser-tool.directive";
101
- import * as i96 from "./column-menu/column-menu-chooser.component";
102
- import * as i97 from "./column-menu/column-menu-filter.component";
103
- import * as i98 from "./column-menu/column-menu-item.component";
104
- import * as i99 from "./column-menu/column-menu-item-content-template.directive";
105
- import * as i100 from "./column-menu/column-menu-sort.component";
106
- import * as i101 from "./column-menu/column-menu.component";
107
- import * as i102 from "./column-menu/column-menu-lock.component";
108
- import * as i103 from "./column-menu/column-menu-template.directive";
109
- import * as i104 from "./column-menu/column-menu-container.component";
110
- import * as i105 from "./column-menu/column-menu-item.directive";
111
- import * as i106 from "./column-menu/column-menu-stick.component";
112
- import * as i107 from "./column-menu/column-menu-position.component";
113
- import * as i108 from "./column-menu/column-menu-autosize.component";
114
- import * as i109 from "./column-menu/column-menu-autosize-all.component";
115
- import * as i110 from "./grid.component";
116
- import * as i111 from "./rendering/list.component";
117
- import * as i112 from "./rendering/toolbar/toolbar.component";
118
- import * as i113 from "./localization/localized-messages.directive";
119
- import * as i114 from "./localization/custom-messages.component";
120
- import * as i115 from "./databinding.directive";
121
- import * as i116 from "./rendering/toolbar/toolbar-template.directive";
122
- import * as i117 from "./selection/selection.directive";
123
- import * as i118 from "./editing-directives/template-editing.directive";
124
- import * as i119 from "./editing-directives/reactive-editing.directive";
125
- import * as i120 from "./editing-directives/in-cell-editing.directive";
126
- import * as i121 from "./editing-directives/external-editing.directive";
127
- import * as i122 from "./rendering/details-expand.directive";
128
- import * as i123 from "./rendering/groups-expand.directive";
129
- import * as i124 from "./grouping/group-scroll-binding.directive";
130
- import * as i125 from "./selection/marquee.directive";
131
- import * as i126 from "./rendering/common/spacer.component";
132
- import * as i127 from "./rendering/toolbar/toolbar-focusable.directive";
133
- import * as i128 from "./aggregates/status-bar.component";
134
- import * as i129 from "./aggregates/status-bar-template.directive";
135
- import * as i130 from "./common/clipboard.directive";
136
- import * as i131 from "./editing/form/form.component";
137
- import * as i132 from "./editing/form/dialog-form.component";
138
- import * as i133 from "./editing/form/form-formfield.component";
139
- import * as i134 from "./column-resizing/table.directive";
41
+ import * as i36 from "./editing/edit-command-tool.directive";
42
+ import * as i37 from "./editing/save-command-tool.directive";
43
+ import * as i38 from "./editing/remove-command-tool.directive";
44
+ import * as i39 from "./editing/cancel-command-tool.directive";
45
+ import * as i40 from "./rendering/cell-loading.template.directive";
46
+ import * as i41 from "./rendering/loading-template.directive";
47
+ import * as i42 from "./columns/reorder-column.component";
48
+ import * as i43 from "./rendering/toolbar/tools/sort-command-tool.directive";
49
+ import * as i44 from "./rendering/toolbar/tools/filter-command-tool.directive";
50
+ import * as i45 from "./rendering/header/header.component";
51
+ import * as i46 from "./rendering/header/header-template.directive";
52
+ import * as i47 from "./column-resizing/column-handle.directive";
53
+ import * as i48 from "./selection/selectall-checkbox.directive";
54
+ import * as i49 from "./rendering/footer/footer.component";
55
+ import * as i50 from "@progress/kendo-angular-pager";
56
+ import * as i51 from "@progress/kendo-angular-toolbar";
57
+ import * as i52 from "./filtering/filter-row.component";
58
+ import * as i53 from "./filtering/cell/filter-cell.component";
59
+ import * as i54 from "./filtering/cell/filter-cell-template.directive";
60
+ import * as i55 from "./filtering/cell/string-filter-cell.component";
61
+ import * as i56 from "./filtering/cell/numeric-filter-cell.component";
62
+ import * as i57 from "./filtering/cell/autocomplete-filter-cell.component";
63
+ import * as i58 from "./filtering/cell/boolean-filter-cell.component";
64
+ import * as i59 from "./filtering/cell/filter-cell-host.directive";
65
+ import * as i60 from "./filtering/cell/filter-cell-wrapper.component";
66
+ import * as i61 from "./filtering/cell/date-filter-cell.component";
67
+ import * as i62 from "./filtering/cell/filter-cell-operators.component";
68
+ import * as i63 from "./filtering/operators/contains-filter-operator.component";
69
+ import * as i64 from "./filtering/operators/not-contains-filter-operator.component";
70
+ import * as i65 from "./filtering/operators/ends-with-filter-operator.component";
71
+ import * as i66 from "./filtering/operators/eq-filter-operator.component";
72
+ import * as i67 from "./filtering/operators/is-empty-filter-operator.component";
73
+ import * as i68 from "./filtering/operators/is-not-empty-filter-operator.component";
74
+ import * as i69 from "./filtering/operators/is-not-null-filter-operator.component";
75
+ import * as i70 from "./filtering/operators/isnull-filter-operator.component";
76
+ import * as i71 from "./filtering/operators/neq-filter-operator.component";
77
+ import * as i72 from "./filtering/operators/starts-with-filter-operator.component";
78
+ import * as i73 from "./filtering/operators/gt-filter-operator.component";
79
+ import * as i74 from "./filtering/operators/gte-filter-operator.component";
80
+ import * as i75 from "./filtering/operators/lt-filter-operator.component";
81
+ import * as i76 from "./filtering/operators/lte-filter-operator.component";
82
+ import * as i77 from "./filtering/operators/after-filter-operator.component";
83
+ import * as i78 from "./filtering/operators/after-eq-filter-operator.component";
84
+ import * as i79 from "./filtering/operators/before-eq-filter-operator.component";
85
+ import * as i80 from "./filtering/operators/before-filter-operator.component";
86
+ import * as i81 from "./filtering/filter-input.directive";
87
+ import * as i82 from "./filtering/menu/filter-menu.component";
88
+ import * as i83 from "./filtering/menu/filter-menu-container.component";
89
+ import * as i84 from "./filtering/menu/filter-menu-input-wrapper.component";
90
+ import * as i85 from "./filtering/menu/string-filter-menu-input.component";
91
+ import * as i86 from "./filtering/menu/string-filter-menu.component";
92
+ import * as i87 from "./filtering/menu/filter-menu-template.directive";
93
+ import * as i88 from "./filtering/menu/numeric-filter-menu.component";
94
+ import * as i89 from "./filtering/menu/numeric-filter-menu-input.component";
95
+ import * as i90 from "./filtering/menu/date-filter-menu-input.component";
96
+ import * as i91 from "./filtering/menu/date-filter-menu.component";
97
+ import * as i92 from "./filtering/menu/filter-menu-host.directive";
98
+ import * as i93 from "./filtering/menu/boolean-filter-menu.component";
99
+ import * as i94 from "./filtering/menu/filter-menu-dropdownlist.directive";
100
+ import * as i95 from "./filtering/menu/filter-radio-button.directive";
101
+ import * as i96 from "./column-menu/column-chooser-item-checked.directive";
102
+ import * as i97 from "./column-menu/column-list.component";
103
+ import * as i98 from "./column-menu/column-chooser.component";
104
+ import * as i99 from "./column-menu/column-chooser-tool.directive";
105
+ import * as i100 from "./column-menu/column-menu-chooser.component";
106
+ import * as i101 from "./column-menu/column-menu-filter.component";
107
+ import * as i102 from "./column-menu/column-menu-item.component";
108
+ import * as i103 from "./column-menu/column-menu-item-content-template.directive";
109
+ import * as i104 from "./column-menu/column-menu-sort.component";
110
+ import * as i105 from "./column-menu/column-menu.component";
111
+ import * as i106 from "./column-menu/column-menu-lock.component";
112
+ import * as i107 from "./column-menu/column-menu-template.directive";
113
+ import * as i108 from "./column-menu/column-menu-container.component";
114
+ import * as i109 from "./column-menu/column-menu-item.directive";
115
+ import * as i110 from "./column-menu/column-menu-stick.component";
116
+ import * as i111 from "./column-menu/column-menu-position.component";
117
+ import * as i112 from "./column-menu/column-menu-autosize.component";
118
+ import * as i113 from "./column-menu/column-menu-autosize-all.component";
119
+ import * as i114 from "./grid.component";
120
+ import * as i115 from "./rendering/list.component";
121
+ import * as i116 from "./rendering/toolbar/toolbar.component";
122
+ import * as i117 from "./localization/localized-messages.directive";
123
+ import * as i118 from "./localization/custom-messages.component";
124
+ import * as i119 from "./databinding.directive";
125
+ import * as i120 from "./rendering/toolbar/toolbar-template.directive";
126
+ import * as i121 from "./selection/selection.directive";
127
+ import * as i122 from "./editing-directives/template-editing.directive";
128
+ import * as i123 from "./editing-directives/reactive-editing.directive";
129
+ import * as i124 from "./editing-directives/in-cell-editing.directive";
130
+ import * as i125 from "./editing-directives/external-editing.directive";
131
+ import * as i126 from "./rendering/details-expand.directive";
132
+ import * as i127 from "./rendering/groups-expand.directive";
133
+ import * as i128 from "./grouping/group-scroll-binding.directive";
134
+ import * as i129 from "./selection/marquee.directive";
135
+ import * as i130 from "./rendering/common/spacer.component";
136
+ import * as i131 from "./rendering/toolbar/toolbar-focusable.directive";
137
+ import * as i132 from "./aggregates/status-bar.component";
138
+ import * as i133 from "./aggregates/status-bar-template.directive";
139
+ import * as i134 from "./common/clipboard.directive";
140
+ import * as i135 from "./editing/form/form.component";
141
+ import * as i136 from "./editing/form/dialog-form.component";
142
+ import * as i137 from "./editing/form/form-formfield.component";
143
+ import * as i138 from "./column-resizing/table.directive";
140
144
  /**
141
145
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
142
146
  * definition for the Grid component.
@@ -160,6 +164,6 @@ import * as i134 from "./column-resizing/table.directive";
160
164
  */
161
165
  export declare class GridModule {
162
166
  static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
163
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.CellLoadingTemplateDirective, typeof i37.LoadingTemplateDirective, typeof i38.RowReorderColumnComponent, typeof i39.SortCommandToolbarDirective, typeof i40.FilterCommandToolbarDirective, typeof i41.HeaderComponent, typeof i42.HeaderTemplateDirective, typeof i43.ColumnHandleDirective, typeof i44.SelectAllCheckboxDirective, typeof i45.FooterComponent, typeof i46.CustomMessagesComponent, typeof i46.PagerFocusableDirective, typeof i46.PagerInfoComponent, typeof i46.PagerInputComponent, typeof i46.PagerNextButtonsComponent, typeof i46.PagerNumericButtonsComponent, typeof i46.PagerPageSizesComponent, typeof i46.PagerPrevButtonsComponent, typeof i46.PagerTemplateDirective, typeof i46.PagerComponent, typeof i46.PagerSpacerComponent, typeof i47.ToolBarComponent, typeof i47.ToolbarCustomMessagesComponent, typeof i47.ToolBarButtonComponent, typeof i47.ToolBarButtonGroupComponent, typeof i47.ToolBarDropDownButtonComponent, typeof i47.ToolBarSeparatorComponent, typeof i47.ToolBarSpacerComponent, typeof i47.ToolBarSplitButtonComponent, typeof i47.ToolBarToolComponent, typeof i48.FilterRowComponent, typeof i49.FilterCellComponent, typeof i50.FilterCellTemplateDirective, typeof i51.StringFilterCellComponent, typeof i52.NumericFilterCellComponent, typeof i53.AutoCompleteFilterCellComponent, typeof i54.BooleanFilterCellComponent, typeof i55.FilterCellHostDirective, typeof i56.FilterCellWrapperComponent, typeof i57.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i58.FilterCellOperatorsComponent, typeof i59.ContainsFilterOperatorComponent, typeof i60.DoesNotContainFilterOperatorComponent, typeof i61.EndsWithFilterOperatorComponent, typeof i62.EqualFilterOperatorComponent, typeof i63.IsEmptyFilterOperatorComponent, typeof i64.IsNotEmptyFilterOperatorComponent, typeof i65.IsNotNullFilterOperatorComponent, typeof i66.IsNullFilterOperatorComponent, typeof i67.NotEqualFilterOperatorComponent, typeof i68.StartsWithFilterOperatorComponent, typeof i69.GreaterFilterOperatorComponent, typeof i70.GreaterOrEqualToFilterOperatorComponent, typeof i71.LessFilterOperatorComponent, typeof i72.LessOrEqualToFilterOperatorComponent, typeof i73.AfterFilterOperatorComponent, typeof i74.AfterEqFilterOperatorComponent, typeof i75.BeforeEqFilterOperatorComponent, typeof i76.BeforeFilterOperatorComponent, typeof i77.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i58.FilterCellOperatorsComponent, typeof i59.ContainsFilterOperatorComponent, typeof i60.DoesNotContainFilterOperatorComponent, typeof i61.EndsWithFilterOperatorComponent, typeof i62.EqualFilterOperatorComponent, typeof i63.IsEmptyFilterOperatorComponent, typeof i64.IsNotEmptyFilterOperatorComponent, typeof i65.IsNotNullFilterOperatorComponent, typeof i66.IsNullFilterOperatorComponent, typeof i67.NotEqualFilterOperatorComponent, typeof i68.StartsWithFilterOperatorComponent, typeof i69.GreaterFilterOperatorComponent, typeof i70.GreaterOrEqualToFilterOperatorComponent, typeof i71.LessFilterOperatorComponent, typeof i72.LessOrEqualToFilterOperatorComponent, typeof i73.AfterFilterOperatorComponent, typeof i74.AfterEqFilterOperatorComponent, typeof i75.BeforeEqFilterOperatorComponent, typeof i76.BeforeFilterOperatorComponent, typeof i77.FilterInputDirective, typeof i78.FilterMenuComponent, typeof i79.FilterMenuContainerComponent, typeof i80.FilterMenuInputWrapperComponent, typeof i81.StringFilterMenuInputComponent, typeof i82.StringFilterMenuComponent, typeof i83.FilterMenuTemplateDirective, typeof i84.NumericFilterMenuComponent, typeof i85.NumericFilterMenuInputComponent, typeof i86.DateFilterMenuInputComponent, typeof i87.DateFilterMenuComponent, typeof i88.FilterMenuHostDirective, typeof i89.BooleanFilterMenuComponent, typeof i90.FilterMenuDropDownListDirective, typeof i91.BooleanFilterRadioButtonDirective, typeof i92.ColumnMenuChooserItemCheckedDirective, typeof i93.ColumnListComponent, typeof i94.ColumnChooserComponent, typeof i95.ColumnChooserToolbarDirective, typeof i96.ColumnMenuChooserComponent, typeof i97.ColumnMenuFilterComponent, typeof i98.ColumnMenuItemComponent, typeof i99.ColumnMenuItemContentTemplateDirective, typeof i100.ColumnMenuSortComponent, typeof i101.ColumnMenuComponent, typeof i102.ColumnMenuLockComponent, typeof i103.ColumnMenuTemplateDirective, typeof i104.ColumnMenuContainerComponent, typeof i105.ColumnMenuItemDirective, typeof i106.ColumnMenuStickComponent, typeof i107.ColumnMenuPositionComponent, typeof i108.ColumnMenuAutoSizeColumnComponent, typeof i109.ColumnMenuAutoSizeAllColumnsComponent, typeof i110.GridComponent, typeof i111.ListComponent, typeof i112.ToolbarComponent, typeof i113.LocalizedMessagesDirective, typeof i114.CustomMessagesComponent, typeof i115.DataBindingDirective, typeof i116.ToolbarTemplateDirective, typeof i117.SelectionDirective, typeof i118.TemplateEditingDirective, typeof i119.ReactiveEditingDirective, typeof i120.InCellEditingDirective, typeof i121.ExternalEditingDirective, typeof i122.ExpandDetailsDirective, typeof i123.ExpandGroupDirective, typeof i124.GroupBindingDirective, typeof i125.GridMarqueeDirective, typeof i126.GridSpacerComponent, typeof i127.GridToolbarFocusableDirective, typeof i128.StatusBarComponent, typeof i129.StatusBarTemplateDirective, typeof i130.GridClipboardDirective, typeof i131.FormComponent, typeof i132.DialogFormComponent, typeof i133.FormFormFieldComponent, typeof i47.ToolBarComponent, typeof i47.ToolbarCustomMessagesComponent, typeof i47.ToolBarButtonComponent, typeof i47.ToolBarButtonGroupComponent, typeof i47.ToolBarDropDownButtonComponent, typeof i47.ToolBarSeparatorComponent, typeof i47.ToolBarSpacerComponent, typeof i47.ToolBarSplitButtonComponent, typeof i47.ToolBarToolComponent, typeof i134.TableDirective], [typeof i110.GridComponent, typeof i116.ToolbarTemplateDirective, typeof i112.ToolbarComponent, typeof i126.GridSpacerComponent, typeof i129.StatusBarTemplateDirective, typeof i115.DataBindingDirective, typeof i117.SelectionDirective, typeof i114.CustomMessagesComponent, typeof i124.GroupBindingDirective, typeof i118.TemplateEditingDirective, typeof i119.ReactiveEditingDirective, typeof i120.InCellEditingDirective, typeof i121.ExternalEditingDirective, typeof i122.ExpandDetailsDirective, typeof i123.ExpandGroupDirective, typeof i127.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.CellLoadingTemplateDirective, typeof i37.LoadingTemplateDirective, typeof i38.RowReorderColumnComponent, typeof i39.SortCommandToolbarDirective, typeof i40.FilterCommandToolbarDirective, typeof i41.HeaderComponent, typeof i42.HeaderTemplateDirective, typeof i43.ColumnHandleDirective, typeof i44.SelectAllCheckboxDirective, typeof i48.FilterRowComponent, typeof i49.FilterCellComponent, typeof i50.FilterCellTemplateDirective, typeof i51.StringFilterCellComponent, typeof i52.NumericFilterCellComponent, typeof i53.AutoCompleteFilterCellComponent, typeof i54.BooleanFilterCellComponent, typeof i55.FilterCellHostDirective, typeof i56.FilterCellWrapperComponent, typeof i57.DateFilterCellComponent, typeof i58.FilterCellOperatorsComponent, typeof i59.ContainsFilterOperatorComponent, typeof i60.DoesNotContainFilterOperatorComponent, typeof i61.EndsWithFilterOperatorComponent, typeof i62.EqualFilterOperatorComponent, typeof i63.IsEmptyFilterOperatorComponent, typeof i64.IsNotEmptyFilterOperatorComponent, typeof i65.IsNotNullFilterOperatorComponent, typeof i66.IsNullFilterOperatorComponent, typeof i67.NotEqualFilterOperatorComponent, typeof i68.StartsWithFilterOperatorComponent, typeof i69.GreaterFilterOperatorComponent, typeof i70.GreaterOrEqualToFilterOperatorComponent, typeof i71.LessFilterOperatorComponent, typeof i72.LessOrEqualToFilterOperatorComponent, typeof i73.AfterFilterOperatorComponent, typeof i74.AfterEqFilterOperatorComponent, typeof i75.BeforeEqFilterOperatorComponent, typeof i76.BeforeFilterOperatorComponent, typeof i78.FilterMenuComponent, typeof i79.FilterMenuContainerComponent, typeof i80.FilterMenuInputWrapperComponent, typeof i81.StringFilterMenuInputComponent, typeof i82.StringFilterMenuComponent, typeof i83.FilterMenuTemplateDirective, typeof i84.NumericFilterMenuComponent, typeof i85.NumericFilterMenuInputComponent, typeof i86.DateFilterMenuInputComponent, typeof i87.DateFilterMenuComponent, typeof i88.FilterMenuHostDirective, typeof i89.BooleanFilterMenuComponent, typeof i90.FilterMenuDropDownListDirective, typeof i91.BooleanFilterRadioButtonDirective, typeof i94.ColumnChooserComponent, typeof i95.ColumnChooserToolbarDirective, typeof i97.ColumnMenuFilterComponent, typeof i98.ColumnMenuItemComponent, typeof i99.ColumnMenuItemContentTemplateDirective, typeof i100.ColumnMenuSortComponent, typeof i102.ColumnMenuLockComponent, typeof i106.ColumnMenuStickComponent, typeof i107.ColumnMenuPositionComponent, typeof i96.ColumnMenuChooserComponent, typeof i103.ColumnMenuTemplateDirective, typeof i104.ColumnMenuContainerComponent, typeof i105.ColumnMenuItemDirective, typeof i101.ColumnMenuComponent, typeof i108.ColumnMenuAutoSizeColumnComponent, typeof i109.ColumnMenuAutoSizeAllColumnsComponent, typeof i130.GridClipboardDirective, typeof i47.ToolBarComponent, typeof i47.ToolbarCustomMessagesComponent, typeof i47.ToolBarButtonComponent, typeof i47.ToolBarButtonGroupComponent, typeof i47.ToolBarDropDownButtonComponent, typeof i47.ToolBarSeparatorComponent, typeof i47.ToolBarSpacerComponent, typeof i47.ToolBarSplitButtonComponent, typeof i47.ToolBarToolComponent, typeof i46.CustomMessagesComponent, typeof i46.PagerFocusableDirective, typeof i46.PagerInfoComponent, typeof i46.PagerInputComponent, typeof i46.PagerNextButtonsComponent, typeof i46.PagerNumericButtonsComponent, typeof i46.PagerPageSizesComponent, typeof i46.PagerPrevButtonsComponent, typeof i46.PagerTemplateDirective, typeof i46.PagerComponent, typeof i46.PagerSpacerComponent]>;
167
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.HeaderComponent, typeof i46.HeaderTemplateDirective, typeof i47.ColumnHandleDirective, typeof i48.SelectAllCheckboxDirective, typeof i49.FooterComponent, typeof i50.CustomMessagesComponent, typeof i50.PagerFocusableDirective, typeof i50.PagerInfoComponent, typeof i50.PagerInputComponent, typeof i50.PagerNextButtonsComponent, typeof i50.PagerNumericButtonsComponent, typeof i50.PagerPageSizesComponent, typeof i50.PagerPrevButtonsComponent, typeof i50.PagerTemplateDirective, typeof i50.PagerComponent, typeof i50.PagerSpacerComponent, typeof i51.ToolBarComponent, typeof i51.ToolbarCustomMessagesComponent, typeof i51.ToolBarButtonComponent, typeof i51.ToolBarButtonGroupComponent, typeof i51.ToolBarDropDownButtonComponent, typeof i51.ToolBarSeparatorComponent, typeof i51.ToolBarSpacerComponent, typeof i51.ToolBarSplitButtonComponent, typeof i51.ToolBarToolComponent, typeof i52.FilterRowComponent, typeof i53.FilterCellComponent, typeof i54.FilterCellTemplateDirective, typeof i55.StringFilterCellComponent, typeof i56.NumericFilterCellComponent, typeof i57.AutoCompleteFilterCellComponent, typeof i58.BooleanFilterCellComponent, typeof i59.FilterCellHostDirective, typeof i60.FilterCellWrapperComponent, typeof i61.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i62.FilterCellOperatorsComponent, typeof i63.ContainsFilterOperatorComponent, typeof i64.DoesNotContainFilterOperatorComponent, typeof i65.EndsWithFilterOperatorComponent, typeof i66.EqualFilterOperatorComponent, typeof i67.IsEmptyFilterOperatorComponent, typeof i68.IsNotEmptyFilterOperatorComponent, typeof i69.IsNotNullFilterOperatorComponent, typeof i70.IsNullFilterOperatorComponent, typeof i71.NotEqualFilterOperatorComponent, typeof i72.StartsWithFilterOperatorComponent, typeof i73.GreaterFilterOperatorComponent, typeof i74.GreaterOrEqualToFilterOperatorComponent, typeof i75.LessFilterOperatorComponent, typeof i76.LessOrEqualToFilterOperatorComponent, typeof i77.AfterFilterOperatorComponent, typeof i78.AfterEqFilterOperatorComponent, typeof i79.BeforeEqFilterOperatorComponent, typeof i80.BeforeFilterOperatorComponent, typeof i81.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i62.FilterCellOperatorsComponent, typeof i63.ContainsFilterOperatorComponent, typeof i64.DoesNotContainFilterOperatorComponent, typeof i65.EndsWithFilterOperatorComponent, typeof i66.EqualFilterOperatorComponent, typeof i67.IsEmptyFilterOperatorComponent, typeof i68.IsNotEmptyFilterOperatorComponent, typeof i69.IsNotNullFilterOperatorComponent, typeof i70.IsNullFilterOperatorComponent, typeof i71.NotEqualFilterOperatorComponent, typeof i72.StartsWithFilterOperatorComponent, typeof i73.GreaterFilterOperatorComponent, typeof i74.GreaterOrEqualToFilterOperatorComponent, typeof i75.LessFilterOperatorComponent, typeof i76.LessOrEqualToFilterOperatorComponent, typeof i77.AfterFilterOperatorComponent, typeof i78.AfterEqFilterOperatorComponent, typeof i79.BeforeEqFilterOperatorComponent, typeof i80.BeforeFilterOperatorComponent, typeof i81.FilterInputDirective, typeof i82.FilterMenuComponent, typeof i83.FilterMenuContainerComponent, typeof i84.FilterMenuInputWrapperComponent, typeof i85.StringFilterMenuInputComponent, typeof i86.StringFilterMenuComponent, typeof i87.FilterMenuTemplateDirective, typeof i88.NumericFilterMenuComponent, typeof i89.NumericFilterMenuInputComponent, typeof i90.DateFilterMenuInputComponent, typeof i91.DateFilterMenuComponent, typeof i92.FilterMenuHostDirective, typeof i93.BooleanFilterMenuComponent, typeof i94.FilterMenuDropDownListDirective, typeof i95.BooleanFilterRadioButtonDirective, typeof i96.ColumnMenuChooserItemCheckedDirective, typeof i97.ColumnListComponent, typeof i98.ColumnChooserComponent, typeof i99.ColumnChooserToolbarDirective, typeof i100.ColumnMenuChooserComponent, typeof i101.ColumnMenuFilterComponent, typeof i102.ColumnMenuItemComponent, typeof i103.ColumnMenuItemContentTemplateDirective, typeof i104.ColumnMenuSortComponent, typeof i105.ColumnMenuComponent, typeof i106.ColumnMenuLockComponent, typeof i107.ColumnMenuTemplateDirective, typeof i108.ColumnMenuContainerComponent, typeof i109.ColumnMenuItemDirective, typeof i110.ColumnMenuStickComponent, typeof i111.ColumnMenuPositionComponent, typeof i112.ColumnMenuAutoSizeColumnComponent, typeof i113.ColumnMenuAutoSizeAllColumnsComponent, typeof i114.GridComponent, typeof i115.ListComponent, typeof i116.ToolbarComponent, typeof i117.LocalizedMessagesDirective, typeof i118.CustomMessagesComponent, typeof i119.DataBindingDirective, typeof i120.ToolbarTemplateDirective, typeof i121.SelectionDirective, typeof i122.TemplateEditingDirective, typeof i123.ReactiveEditingDirective, typeof i124.InCellEditingDirective, typeof i125.ExternalEditingDirective, typeof i126.ExpandDetailsDirective, typeof i127.ExpandGroupDirective, typeof i128.GroupBindingDirective, typeof i129.GridMarqueeDirective, typeof i130.GridSpacerComponent, typeof i131.GridToolbarFocusableDirective, typeof i132.StatusBarComponent, typeof i133.StatusBarTemplateDirective, typeof i134.GridClipboardDirective, typeof i135.FormComponent, typeof i136.DialogFormComponent, typeof i137.FormFormFieldComponent, typeof i51.ToolBarComponent, typeof i51.ToolbarCustomMessagesComponent, typeof i51.ToolBarButtonComponent, typeof i51.ToolBarButtonGroupComponent, typeof i51.ToolBarDropDownButtonComponent, typeof i51.ToolBarSeparatorComponent, typeof i51.ToolBarSpacerComponent, typeof i51.ToolBarSplitButtonComponent, typeof i51.ToolBarToolComponent, typeof i138.TableDirective], [typeof i114.GridComponent, typeof i120.ToolbarTemplateDirective, typeof i116.ToolbarComponent, typeof i130.GridSpacerComponent, typeof i133.StatusBarTemplateDirective, typeof i119.DataBindingDirective, typeof i121.SelectionDirective, typeof i118.CustomMessagesComponent, typeof i128.GroupBindingDirective, typeof i122.TemplateEditingDirective, typeof i123.ReactiveEditingDirective, typeof i124.InCellEditingDirective, typeof i125.ExternalEditingDirective, typeof i126.ExpandDetailsDirective, typeof i127.ExpandGroupDirective, typeof i131.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.HeaderComponent, typeof i46.HeaderTemplateDirective, typeof i47.ColumnHandleDirective, typeof i48.SelectAllCheckboxDirective, typeof i52.FilterRowComponent, typeof i53.FilterCellComponent, typeof i54.FilterCellTemplateDirective, typeof i55.StringFilterCellComponent, typeof i56.NumericFilterCellComponent, typeof i57.AutoCompleteFilterCellComponent, typeof i58.BooleanFilterCellComponent, typeof i59.FilterCellHostDirective, typeof i60.FilterCellWrapperComponent, typeof i61.DateFilterCellComponent, typeof i62.FilterCellOperatorsComponent, typeof i63.ContainsFilterOperatorComponent, typeof i64.DoesNotContainFilterOperatorComponent, typeof i65.EndsWithFilterOperatorComponent, typeof i66.EqualFilterOperatorComponent, typeof i67.IsEmptyFilterOperatorComponent, typeof i68.IsNotEmptyFilterOperatorComponent, typeof i69.IsNotNullFilterOperatorComponent, typeof i70.IsNullFilterOperatorComponent, typeof i71.NotEqualFilterOperatorComponent, typeof i72.StartsWithFilterOperatorComponent, typeof i73.GreaterFilterOperatorComponent, typeof i74.GreaterOrEqualToFilterOperatorComponent, typeof i75.LessFilterOperatorComponent, typeof i76.LessOrEqualToFilterOperatorComponent, typeof i77.AfterFilterOperatorComponent, typeof i78.AfterEqFilterOperatorComponent, typeof i79.BeforeEqFilterOperatorComponent, typeof i80.BeforeFilterOperatorComponent, typeof i82.FilterMenuComponent, typeof i83.FilterMenuContainerComponent, typeof i84.FilterMenuInputWrapperComponent, typeof i85.StringFilterMenuInputComponent, typeof i86.StringFilterMenuComponent, typeof i87.FilterMenuTemplateDirective, typeof i88.NumericFilterMenuComponent, typeof i89.NumericFilterMenuInputComponent, typeof i90.DateFilterMenuInputComponent, typeof i91.DateFilterMenuComponent, typeof i92.FilterMenuHostDirective, typeof i93.BooleanFilterMenuComponent, typeof i94.FilterMenuDropDownListDirective, typeof i95.BooleanFilterRadioButtonDirective, typeof i98.ColumnChooserComponent, typeof i99.ColumnChooserToolbarDirective, typeof i101.ColumnMenuFilterComponent, typeof i102.ColumnMenuItemComponent, typeof i103.ColumnMenuItemContentTemplateDirective, typeof i104.ColumnMenuSortComponent, typeof i106.ColumnMenuLockComponent, typeof i110.ColumnMenuStickComponent, typeof i111.ColumnMenuPositionComponent, typeof i100.ColumnMenuChooserComponent, typeof i107.ColumnMenuTemplateDirective, typeof i108.ColumnMenuContainerComponent, typeof i109.ColumnMenuItemDirective, typeof i105.ColumnMenuComponent, typeof i112.ColumnMenuAutoSizeColumnComponent, typeof i113.ColumnMenuAutoSizeAllColumnsComponent, typeof i134.GridClipboardDirective, typeof i51.ToolBarComponent, typeof i51.ToolbarCustomMessagesComponent, typeof i51.ToolBarButtonComponent, typeof i51.ToolBarButtonGroupComponent, typeof i51.ToolBarDropDownButtonComponent, typeof i51.ToolBarSeparatorComponent, typeof i51.ToolBarSpacerComponent, typeof i51.ToolBarSplitButtonComponent, typeof i51.ToolBarToolComponent, typeof i50.CustomMessagesComponent, typeof i50.PagerFocusableDirective, typeof i50.PagerInfoComponent, typeof i50.PagerInputComponent, typeof i50.PagerNextButtonsComponent, typeof i50.PagerNumericButtonsComponent, typeof i50.PagerPageSizesComponent, typeof i50.PagerPrevButtonsComponent, typeof i50.PagerTemplateDirective, typeof i50.PagerComponent, typeof i50.PagerSpacerComponent]>;
164
168
  static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
165
169
  }
package/index.d.ts CHANGED
@@ -198,6 +198,10 @@ export { RemoveCommandDirective } from './editing/remove-command.directive';
198
198
  export { AddCommandDirective } from './editing/add-command.directive';
199
199
  export { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
200
200
  export { ColumnChooserToolbarDirective } from './column-menu/column-chooser-tool.directive';
201
+ export { SaveCommandToolbarDirective } from './editing/save-command-tool.directive';
202
+ export { EditCommandToolbarDirective } from './editing/edit-command-tool.directive';
203
+ export { RemoveCommandToolbarDirective } from './editing/remove-command-tool.directive';
204
+ export { CancelCommandToolbarDirective } from './editing/cancel-command-tool.directive';
201
205
  export { EditingDirectiveBase } from './editing-directives/editing-directive-base';
202
206
  export { RowEditingDirectiveBase } from './editing-directives/row-editing-directive-base';
203
207
  export { CellComponent } from './rendering/cell.component';
@@ -390,6 +390,34 @@ export declare class GridMessages extends ComponentMessages {
390
390
  * The label for the bottom toolbar.
391
391
  */
392
392
  bottomToolbarLabel: string;
393
+ /**
394
+ * The text for the Grid Edit toolbar tool.
395
+ */
396
+ editToolbarToolText: string;
397
+ /**
398
+ * The text for the Grid Save toolbar tool.
399
+ */
400
+ saveToolbarToolText: string;
401
+ /**
402
+ * The text for the Grid Add toolbar tool.
403
+ */
404
+ addToolbarToolText: string;
405
+ /**
406
+ * The text for the Grid Cancel toolbar tool.
407
+ */
408
+ cancelToolbarToolText: string;
409
+ /**
410
+ * The text for the Grid Remove toolbar tool.
411
+ */
412
+ removeToolbarToolText: string;
413
+ /**
414
+ * The text for the Grid Excel Export toolbar tool.
415
+ */
416
+ excelExportToolbarToolText: string;
417
+ /**
418
+ * The text for the Grid PDF Export toolbar tool.
419
+ */
420
+ pdfExportToolbarToolText: string;
393
421
  /**
394
422
  * The label for the group panel toolbar.
395
423
  */
@@ -464,5 +492,5 @@ export declare class GridMessages extends ComponentMessages {
464
492
  */
465
493
  externalEditingCancelText: string;
466
494
  static ɵfac: i0.ɵɵFactoryDeclaration<GridMessages, never>;
467
- static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerFirstPage": { "alias": "pagerFirstPage"; "required": false; }; "pagerLastPage": { "alias": "pagerLastPage"; "required": false; }; "pagerPreviousPage": { "alias": "pagerPreviousPage"; "required": false; }; "pagerNextPage": { "alias": "pagerNextPage"; "required": false; }; "pagerPage": { "alias": "pagerPage"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItems": { "alias": "pagerItems"; "required": false; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterMenuTitle": { "alias": "filterMenuTitle"; "required": false; }; "filterMenuOperatorsDropDownLabel": { "alias": "filterMenuOperatorsDropDownLabel"; "required": false; }; "filterMenuLogicDropDownLabel": { "alias": "filterMenuLogicDropDownLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterToolbarToolText": { "alias": "filterToolbarToolText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "gridLabel": { "alias": "gridLabel"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "setColumnPosition": { "alias": "setColumnPosition"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "stick": { "alias": "stick"; "required": false; }; "unstick": { "alias": "unstick"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "autosizeThisColumn": { "alias": "autosizeThisColumn"; "required": false; }; "autosizeAllColumns": { "alias": "autosizeAllColumns"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "sortToolbarToolText": { "alias": "sortToolbarToolText"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "detailExpand": { "alias": "detailExpand"; "required": false; }; "detailCollapse": { "alias": "detailCollapse"; "required": false; }; "filterDateToday": { "alias": "filterDateToday"; "required": false; }; "filterDateToggle": { "alias": "filterDateToggle"; "required": false; }; "filterNumericDecrement": { "alias": "filterNumericDecrement"; "required": false; }; "filterNumericIncrement": { "alias": "filterNumericIncrement"; "required": false; }; "selectionCheckboxLabel": { "alias": "selectionCheckboxLabel"; "required": false; }; "selectAllCheckboxLabel": { "alias": "selectAllCheckboxLabel"; "required": false; }; "groupCollapse": { "alias": "groupCollapse"; "required": false; }; "groupExpand": { "alias": "groupExpand"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "groupPanelLabel": { "alias": "groupPanelLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "columnMenuFilterTabTitle": { "alias": "columnMenuFilterTabTitle"; "required": false; }; "columnMenuGeneralTabTitle": { "alias": "columnMenuGeneralTabTitle"; "required": false; }; "columnMenuColumnsTabTitle": { "alias": "columnMenuColumnsTabTitle"; "required": false; }; "groupChipMenuPrevious": { "alias": "groupChipMenuPrevious"; "required": false; }; "groupChipMenuNext": { "alias": "groupChipMenuNext"; "required": false; }; "formValidationErrorText": { "alias": "formValidationErrorText"; "required": false; }; "removeConfirmationDialogTitle": { "alias": "removeConfirmationDialogTitle"; "required": false; }; "removeConfirmationDialogContent": { "alias": "removeConfirmationDialogContent"; "required": false; }; "removeConfirmationDialogConfirmText": { "alias": "removeConfirmationDialogConfirmText"; "required": false; }; "removeConfirmationDialogRejectText": { "alias": "removeConfirmationDialogRejectText"; "required": false; }; "externalEditingTitle": { "alias": "externalEditingTitle"; "required": false; }; "externalEditingSaveText": { "alias": "externalEditingSaveText"; "required": false; }; "externalEditingCancelText": { "alias": "externalEditingCancelText"; "required": false; }; }, {}, never, never, false, never>;
495
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerFirstPage": { "alias": "pagerFirstPage"; "required": false; }; "pagerLastPage": { "alias": "pagerLastPage"; "required": false; }; "pagerPreviousPage": { "alias": "pagerPreviousPage"; "required": false; }; "pagerNextPage": { "alias": "pagerNextPage"; "required": false; }; "pagerPage": { "alias": "pagerPage"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItems": { "alias": "pagerItems"; "required": false; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterMenuTitle": { "alias": "filterMenuTitle"; "required": false; }; "filterMenuOperatorsDropDownLabel": { "alias": "filterMenuOperatorsDropDownLabel"; "required": false; }; "filterMenuLogicDropDownLabel": { "alias": "filterMenuLogicDropDownLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterToolbarToolText": { "alias": "filterToolbarToolText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "gridLabel": { "alias": "gridLabel"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "setColumnPosition": { "alias": "setColumnPosition"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "stick": { "alias": "stick"; "required": false; }; "unstick": { "alias": "unstick"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "autosizeThisColumn": { "alias": "autosizeThisColumn"; "required": false; }; "autosizeAllColumns": { "alias": "autosizeAllColumns"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "sortToolbarToolText": { "alias": "sortToolbarToolText"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "detailExpand": { "alias": "detailExpand"; "required": false; }; "detailCollapse": { "alias": "detailCollapse"; "required": false; }; "filterDateToday": { "alias": "filterDateToday"; "required": false; }; "filterDateToggle": { "alias": "filterDateToggle"; "required": false; }; "filterNumericDecrement": { "alias": "filterNumericDecrement"; "required": false; }; "filterNumericIncrement": { "alias": "filterNumericIncrement"; "required": false; }; "selectionCheckboxLabel": { "alias": "selectionCheckboxLabel"; "required": false; }; "selectAllCheckboxLabel": { "alias": "selectAllCheckboxLabel"; "required": false; }; "groupCollapse": { "alias": "groupCollapse"; "required": false; }; "groupExpand": { "alias": "groupExpand"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "editToolbarToolText": { "alias": "editToolbarToolText"; "required": false; }; "saveToolbarToolText": { "alias": "saveToolbarToolText"; "required": false; }; "addToolbarToolText": { "alias": "addToolbarToolText"; "required": false; }; "cancelToolbarToolText": { "alias": "cancelToolbarToolText"; "required": false; }; "removeToolbarToolText": { "alias": "removeToolbarToolText"; "required": false; }; "excelExportToolbarToolText": { "alias": "excelExportToolbarToolText"; "required": false; }; "pdfExportToolbarToolText": { "alias": "pdfExportToolbarToolText"; "required": false; }; "groupPanelLabel": { "alias": "groupPanelLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "columnMenuFilterTabTitle": { "alias": "columnMenuFilterTabTitle"; "required": false; }; "columnMenuGeneralTabTitle": { "alias": "columnMenuGeneralTabTitle"; "required": false; }; "columnMenuColumnsTabTitle": { "alias": "columnMenuColumnsTabTitle"; "required": false; }; "groupChipMenuPrevious": { "alias": "groupChipMenuPrevious"; "required": false; }; "groupChipMenuNext": { "alias": "groupChipMenuNext"; "required": false; }; "formValidationErrorText": { "alias": "formValidationErrorText"; "required": false; }; "removeConfirmationDialogTitle": { "alias": "removeConfirmationDialogTitle"; "required": false; }; "removeConfirmationDialogContent": { "alias": "removeConfirmationDialogContent"; "required": false; }; "removeConfirmationDialogConfirmText": { "alias": "removeConfirmationDialogConfirmText"; "required": false; }; "removeConfirmationDialogRejectText": { "alias": "removeConfirmationDialogRejectText"; "required": false; }; "externalEditingTitle": { "alias": "externalEditingTitle"; "required": false; }; "externalEditingSaveText": { "alias": "externalEditingSaveText"; "required": false; }; "externalEditingCancelText": { "alias": "externalEditingCancelText"; "required": false; }; }, {}, never, never, false, never>;
468
496
  }
@@ -0,0 +1,17 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare const ToolbarToolName: {
9
+ edit: string;
10
+ save: string;
11
+ remove: string;
12
+ cancel: string;
13
+ add: string;
14
+ columns: string;
15
+ excelExport: string;
16
+ pdfExport: string;
17
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-grid",
3
- "version": "19.0.0-develop.10",
3
+ "version": "19.0.0-develop.11",
4
4
  "description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -26,7 +26,7 @@
26
26
  "package": {
27
27
  "productName": "Kendo UI for Angular",
28
28
  "productCode": "KENDOUIANGULAR",
29
- "publishDate": 1746795205,
29
+ "publishDate": 1746798571,
30
30
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
31
31
  }
32
32
  },
@@ -39,28 +39,28 @@
39
39
  "@progress/kendo-data-query": "^1.0.0",
40
40
  "@progress/kendo-drawing": "^1.21.0",
41
41
  "@progress/kendo-licensing": "^1.5.0",
42
- "@progress/kendo-angular-buttons": "19.0.0-develop.10",
43
- "@progress/kendo-angular-common": "19.0.0-develop.10",
44
- "@progress/kendo-angular-dateinputs": "19.0.0-develop.10",
45
- "@progress/kendo-angular-layout": "19.0.0-develop.10",
46
- "@progress/kendo-angular-dropdowns": "19.0.0-develop.10",
47
- "@progress/kendo-angular-excel-export": "19.0.0-develop.10",
48
- "@progress/kendo-angular-icons": "19.0.0-develop.10",
49
- "@progress/kendo-angular-inputs": "19.0.0-develop.10",
50
- "@progress/kendo-angular-indicators": "19.0.0-develop.10",
51
- "@progress/kendo-angular-intl": "19.0.0-develop.10",
52
- "@progress/kendo-angular-l10n": "19.0.0-develop.10",
53
- "@progress/kendo-angular-label": "19.0.0-develop.10",
54
- "@progress/kendo-angular-pager": "19.0.0-develop.10",
55
- "@progress/kendo-angular-pdf-export": "19.0.0-develop.10",
56
- "@progress/kendo-angular-popup": "19.0.0-develop.10",
57
- "@progress/kendo-angular-toolbar": "19.0.0-develop.10",
58
- "@progress/kendo-angular-utils": "19.0.0-develop.10",
42
+ "@progress/kendo-angular-buttons": "19.0.0-develop.11",
43
+ "@progress/kendo-angular-common": "19.0.0-develop.11",
44
+ "@progress/kendo-angular-dateinputs": "19.0.0-develop.11",
45
+ "@progress/kendo-angular-layout": "19.0.0-develop.11",
46
+ "@progress/kendo-angular-dropdowns": "19.0.0-develop.11",
47
+ "@progress/kendo-angular-excel-export": "19.0.0-develop.11",
48
+ "@progress/kendo-angular-icons": "19.0.0-develop.11",
49
+ "@progress/kendo-angular-inputs": "19.0.0-develop.11",
50
+ "@progress/kendo-angular-indicators": "19.0.0-develop.11",
51
+ "@progress/kendo-angular-intl": "19.0.0-develop.11",
52
+ "@progress/kendo-angular-l10n": "19.0.0-develop.11",
53
+ "@progress/kendo-angular-label": "19.0.0-develop.11",
54
+ "@progress/kendo-angular-pager": "19.0.0-develop.11",
55
+ "@progress/kendo-angular-pdf-export": "19.0.0-develop.11",
56
+ "@progress/kendo-angular-popup": "19.0.0-develop.11",
57
+ "@progress/kendo-angular-toolbar": "19.0.0-develop.11",
58
+ "@progress/kendo-angular-utils": "19.0.0-develop.11",
59
59
  "rxjs": "^6.5.3 || ^7.0.0"
60
60
  },
61
61
  "dependencies": {
62
62
  "tslib": "^2.3.1",
63
- "@progress/kendo-angular-schematics": "19.0.0-develop.10",
63
+ "@progress/kendo-angular-schematics": "19.0.0-develop.11",
64
64
  "@progress/kendo-common": "^1.0.1",
65
65
  "@progress/kendo-file-saver": "^1.0.0"
66
66
  },
@@ -2,8 +2,11 @@
2
2
  * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
+ import { ChangeDetectorRef, NgZone } from '@angular/core';
5
6
  import { PDFService } from './pdf.service';
6
7
  import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
8
+ import { ContextService } from '../common/provider.service';
9
+ import { ToolbarToolBase } from '../common/toolbar-tool-base.directive';
7
10
  import * as i0 from "@angular/core";
8
11
  /**
9
12
  * Represents the `export-to-PDF` toolbar tool of the Grid.
@@ -25,13 +28,11 @@ import * as i0 from "@angular/core";
25
28
  * </kendo-grid>
26
29
  * ```
27
30
  */
28
- export declare class PDFCommandToolbarDirective {
31
+ export declare class PDFCommandToolbarDirective extends ToolbarToolBase {
29
32
  private pdfService;
30
- private host;
31
- private clickSub;
32
- constructor(pdfService: PDFService, host: ToolBarButtonComponent);
33
+ host: ToolBarButtonComponent;
34
+ constructor(pdfService: PDFService, host: ToolBarButtonComponent, ctx: ContextService, zone: NgZone, cdr: ChangeDetectorRef);
33
35
  ngOnInit(): void;
34
- ngOnDestroy(): void;
35
36
  /**
36
37
  * @hidden
37
38
  */
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
6
6
  // peer deps of the dropdowns
7
- '@progress/kendo-angular-treeview': '19.0.0-develop.10',
8
- '@progress/kendo-angular-navigation': '19.0.0-develop.10',
7
+ '@progress/kendo-angular-treeview': '19.0.0-develop.11',
8
+ '@progress/kendo-angular-navigation': '19.0.0-develop.11',
9
9
  // peer dependency of kendo-angular-inputs
10
- '@progress/kendo-angular-dialog': '19.0.0-develop.10',
10
+ '@progress/kendo-angular-dialog': '19.0.0-develop.11',
11
11
  // peer dependency of kendo-angular-icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0',
13
13
  // peer dependency of kendo-angular-layout
14
- '@progress/kendo-angular-progressbar': '19.0.0-develop.10'
14
+ '@progress/kendo-angular-progressbar': '19.0.0-develop.11'
15
15
  } });
16
16
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
17
17
  }
@@ -70,6 +70,7 @@ export declare class SelectionService implements OnDestroy {
70
70
  addSubscriptions(): void;
71
71
  private getIterator;
72
72
  private removeSubscriptions;
73
+ private syncCurrentSelection;
73
74
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionService, never>;
74
75
  static ɵprov: i0.ɵɵInjectableDeclaration<SelectionService>;
75
76
  }