@progress/kendo-angular-grid 20.1.2-develop.1 → 21.0.0-develop.2

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 (227) hide show
  1. package/codemods/template-transformer/index.js +1 -2
  2. package/codemods/utils.js +2 -2
  3. package/codemods/v20/grid-kendogridgroupbinding.js +1 -1
  4. package/data/data-item.interface.d.ts +1 -1
  5. package/esm2022/adaptiveness/adaptive-renderer.component.mjs +4 -4
  6. package/esm2022/aggregates/selection-aggregate.service.mjs +4 -4
  7. package/esm2022/aggregates/status-bar-template.directive.mjs +4 -4
  8. package/esm2022/aggregates/status-bar.component.mjs +4 -4
  9. package/esm2022/column-menu/column-chooser-content.component.mjs +5 -5
  10. package/esm2022/column-menu/column-chooser.component.mjs +4 -4
  11. package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
  12. package/esm2022/column-menu/column-list.component.mjs +5 -5
  13. package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
  14. package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
  15. package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
  16. package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
  17. package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
  18. package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
  19. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
  20. package/esm2022/column-menu/column-menu-item.component.mjs +4 -4
  21. package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
  22. package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
  23. package/esm2022/column-menu/column-menu-position.component.mjs +4 -4
  24. package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
  25. package/esm2022/column-menu/column-menu-stick.component.mjs +4 -4
  26. package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
  27. package/esm2022/column-menu/column-menu.component.mjs +5 -5
  28. package/esm2022/column-menu/column-menu.service.mjs +4 -4
  29. package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
  30. package/esm2022/column-resizing/column-resizing.service.mjs +3 -3
  31. package/esm2022/column-resizing/table.directive.mjs +4 -4
  32. package/esm2022/columns/checkbox-column.component.mjs +5 -5
  33. package/esm2022/columns/column-base.mjs +4 -4
  34. package/esm2022/columns/column-group.component.mjs +5 -5
  35. package/esm2022/columns/column.component.mjs +5 -5
  36. package/esm2022/columns/command-column.component.mjs +5 -5
  37. package/esm2022/columns/reorder-column.component.mjs +5 -5
  38. package/esm2022/columns/span-column.component.mjs +5 -5
  39. package/esm2022/common/adaptiveness.service.mjs +4 -4
  40. package/esm2022/common/clipboard.directive.mjs +4 -4
  41. package/esm2022/common/clipboard.service.mjs +4 -4
  42. package/esm2022/common/column-info.service.mjs +3 -3
  43. package/esm2022/common/dom-events.service.mjs +3 -3
  44. package/esm2022/common/id.service.mjs +4 -4
  45. package/esm2022/common/provider.service.mjs +4 -4
  46. package/esm2022/common/single-popup.service.mjs +4 -4
  47. package/esm2022/common/toolbar-tool-base.directive.mjs +5 -5
  48. package/esm2022/data/change-notification.service.mjs +4 -4
  49. package/esm2022/data/data-mapping.service.mjs +4 -4
  50. package/esm2022/databinding.directive.mjs +4 -4
  51. package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
  52. package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
  53. package/esm2022/dragdrop/drag-hint.service.mjs +6 -5
  54. package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
  55. package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
  56. package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
  57. package/esm2022/editing/add-command-tool.directive.mjs +4 -4
  58. package/esm2022/editing/add-command.directive.mjs +4 -4
  59. package/esm2022/editing/cancel-command-tool.directive.mjs +4 -4
  60. package/esm2022/editing/cancel-command.directive.mjs +5 -5
  61. package/esm2022/editing/edit-command-tool.directive.mjs +4 -4
  62. package/esm2022/editing/edit-command.directive.mjs +5 -5
  63. package/esm2022/editing/edit-template.directive.mjs +5 -5
  64. package/esm2022/editing/edit.service.mjs +5 -5
  65. package/esm2022/editing/form/dialog-form.component.mjs +4 -4
  66. package/esm2022/editing/form/form-formfield.component.mjs +4 -4
  67. package/esm2022/editing/form/form.component.mjs +3 -3
  68. package/esm2022/editing/local-data-changes.service.mjs +3 -3
  69. package/esm2022/editing/remove-command-tool.directive.mjs +4 -4
  70. package/esm2022/editing/remove-command.directive.mjs +5 -5
  71. package/esm2022/editing/save-command-tool.directive.mjs +4 -4
  72. package/esm2022/editing/save-command.directive.mjs +5 -5
  73. package/esm2022/editing/toolbar-editing-tool-base.directive.mjs +5 -5
  74. package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
  75. package/esm2022/editing-directives/external-editing.directive.mjs +4 -4
  76. package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
  77. package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
  78. package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
  79. package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
  80. package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
  81. package/esm2022/excel/excel-command.directive.mjs +4 -4
  82. package/esm2022/excel/excel.component.mjs +4 -4
  83. package/esm2022/excel/excel.module.mjs +4 -4
  84. package/esm2022/excel/excel.service.mjs +3 -3
  85. package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
  86. package/esm2022/filtering/boolean-filter.component.mjs +4 -4
  87. package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
  88. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
  89. package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
  90. package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
  91. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
  92. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
  93. package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  94. package/esm2022/filtering/cell/filter-cell.component.mjs +3 -3
  95. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
  96. package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
  97. package/esm2022/filtering/date-filter.component.mjs +4 -4
  98. package/esm2022/filtering/filter-host.directive.mjs +4 -4
  99. package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
  100. package/esm2022/filtering/filter-input.directive.mjs +5 -5
  101. package/esm2022/filtering/filter-row.component.mjs +4 -4
  102. package/esm2022/filtering/filter.service.mjs +5 -5
  103. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  104. package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
  105. package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
  106. package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
  107. package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
  108. package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
  109. package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  110. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
  111. package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
  112. package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
  113. package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
  114. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
  115. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
  116. package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
  117. package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
  118. package/esm2022/filtering/multicheckbox-filter.component.mjs +4 -4
  119. package/esm2022/filtering/numeric-filter.component.mjs +4 -4
  120. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
  121. package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
  122. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
  123. package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
  124. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
  125. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
  126. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
  127. package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
  128. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
  129. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
  130. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
  131. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
  132. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
  133. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
  134. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
  135. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
  136. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
  137. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
  138. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
  139. package/esm2022/filtering/string-filter.component.mjs +4 -4
  140. package/esm2022/grid.component.mjs +4 -4
  141. package/esm2022/grid.module.mjs +4 -4
  142. package/esm2022/grouping/group-footer-template.directive.mjs +5 -5
  143. package/esm2022/grouping/group-header-column-template.directive.mjs +5 -5
  144. package/esm2022/grouping/group-header-template.directive.mjs +5 -5
  145. package/esm2022/grouping/group-header.component.mjs +4 -4
  146. package/esm2022/grouping/group-panel.component.mjs +4 -4
  147. package/esm2022/grouping/groups.service.mjs +3 -3
  148. package/esm2022/highlight/highlight.directive.mjs +4 -4
  149. package/esm2022/layout/browser-support.service.mjs +4 -4
  150. package/esm2022/layout/resizable.directive.mjs +4 -4
  151. package/esm2022/layout/resize.service.mjs +3 -3
  152. package/esm2022/layout/responsive.service.mjs +3 -3
  153. package/esm2022/layout/sizing-options.service.mjs +3 -3
  154. package/esm2022/localization/custom-messages.component.mjs +4 -4
  155. package/esm2022/localization/localized-messages.directive.mjs +4 -4
  156. package/esm2022/localization/messages.mjs +3 -3
  157. package/esm2022/navigation/focus-group.mjs +4 -4
  158. package/esm2022/navigation/focus-root.mjs +5 -5
  159. package/esm2022/navigation/focusable.directive.mjs +5 -5
  160. package/esm2022/navigation/logical-cell.directive.mjs +5 -5
  161. package/esm2022/navigation/logical-row.directive.mjs +4 -4
  162. package/esm2022/navigation/navigation.service.mjs +5 -5
  163. package/esm2022/package-metadata.mjs +2 -2
  164. package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
  165. package/esm2022/pdf/pdf-command.directive.mjs +4 -4
  166. package/esm2022/pdf/pdf-margin.component.mjs +3 -3
  167. package/esm2022/pdf/pdf-template.directive.mjs +5 -5
  168. package/esm2022/pdf/pdf.component.mjs +5 -5
  169. package/esm2022/pdf/pdf.module.mjs +4 -4
  170. package/esm2022/pdf/pdf.service.mjs +3 -3
  171. package/esm2022/rendering/cell-loading.template.directive.mjs +5 -5
  172. package/esm2022/rendering/cell-template.directive.mjs +5 -5
  173. package/esm2022/rendering/cell.component.mjs +5 -5
  174. package/esm2022/rendering/common/col-group.component.mjs +4 -4
  175. package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
  176. package/esm2022/rendering/common/format.pipe.mjs +4 -4
  177. package/esm2022/rendering/common/loading.component.mjs +4 -4
  178. package/esm2022/rendering/common/spacer.component.mjs +3 -3
  179. package/esm2022/rendering/details/detail-template.directive.mjs +5 -5
  180. package/esm2022/rendering/details/details.service.mjs +3 -3
  181. package/esm2022/rendering/details-expand.directive.mjs +4 -4
  182. package/esm2022/rendering/footer/footer-template.directive.mjs +5 -5
  183. package/esm2022/rendering/footer/footer.component.mjs +4 -4
  184. package/esm2022/rendering/grid-table.directive.mjs +4 -4
  185. package/esm2022/rendering/groups-expand.directive.mjs +4 -4
  186. package/esm2022/rendering/header/header-template.directive.mjs +5 -5
  187. package/esm2022/rendering/header/header.component.mjs +4 -4
  188. package/esm2022/rendering/list.component.mjs +5 -5
  189. package/esm2022/rendering/loading-template.directive.mjs +4 -4
  190. package/esm2022/rendering/no-records-template.directive.mjs +5 -5
  191. package/esm2022/rendering/table-body.component.mjs +4 -4
  192. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
  193. package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
  194. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
  195. package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
  196. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-assistant.component.mjs +4 -4
  197. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-tool.directive.mjs +4 -4
  198. package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +4 -4
  199. package/esm2022/rendering/toolbar/tools/filter-command-tool.directive.mjs +4 -4
  200. package/esm2022/rendering/toolbar/tools/filter-tool-wrapper.component.mjs +4 -4
  201. package/esm2022/rendering/toolbar/tools/filter-toolbar-tool.component.mjs +4 -4
  202. package/esm2022/rendering/toolbar/tools/group-command-tool.directive.mjs +4 -4
  203. package/esm2022/rendering/toolbar/tools/group-toolbar-tool.component.mjs +4 -4
  204. package/esm2022/rendering/toolbar/tools/select-all-command-tool.directive.mjs +4 -4
  205. package/esm2022/rendering/toolbar/tools/sort-command-tool.directive.mjs +4 -4
  206. package/esm2022/rendering/toolbar/tools/sort-toolbar-tool.component.mjs +4 -4
  207. package/esm2022/row-reordering/drag-handle-template.directive.mjs +5 -5
  208. package/esm2022/row-reordering/drag-hint-template.directive.mjs +5 -5
  209. package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
  210. package/esm2022/scrolling/scroll-request.service.mjs +3 -3
  211. package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
  212. package/esm2022/scrolling/suspend.service.mjs +3 -3
  213. package/esm2022/selection/cell-selection.service.mjs +4 -4
  214. package/esm2022/selection/marquee.directive.mjs +4 -4
  215. package/esm2022/selection/selectall-checkbox.directive.mjs +5 -5
  216. package/esm2022/selection/selection-checkbox.directive.mjs +5 -5
  217. package/esm2022/selection/selection-default.mjs +4 -4
  218. package/esm2022/selection/selection.directive.mjs +4 -4
  219. package/esm2022/selection/selection.service.mjs +4 -4
  220. package/esm2022/state-management/redo-command-tool.mjs +5 -5
  221. package/esm2022/state-management/undo-command-tool.mjs +5 -5
  222. package/esm2022/state-management/undo-redo.directive.mjs +4 -4
  223. package/esm2022/state-management/undo-redo.service.mjs +3 -3
  224. package/fesm2022/progress-kendo-angular-grid.mjs +904 -903
  225. package/filtering/filterable.d.ts +1 -1
  226. package/package.json +29 -26
  227. package/schematics/ngAdd/index.js +10 -5
@@ -218,16 +218,16 @@ export class ColumnChooserToolbarDirective extends ToolbarToolBase {
218
218
  this.host.selected = false;
219
219
  focusAnchor && this.buttonElement?.focus({ preventScroll: true });
220
220
  }
221
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnChooserToolbarDirective, deps: [{ token: i0.Renderer2 }, { token: i1.PopupService }, { token: i2.ToolBarButtonComponent }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i2.RefreshService }, { token: i4.AdaptiveGridService }, { token: i5.ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
222
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ColumnChooserToolbarDirective, isStandalone: true, selector: "[kendoGridColumnChooserTool]", inputs: { autoSync: "autoSync", allowHideAll: "allowHideAll", filterable: "filterable", showSelectAll: "showSelectAll" }, usesInheritance: true, ngImport: i0 });
221
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnChooserToolbarDirective, deps: [{ token: i0.Renderer2 }, { token: i1.PopupService }, { token: i2.ToolBarButtonComponent }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i2.RefreshService }, { token: i4.AdaptiveGridService }, { token: i5.ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
222
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ColumnChooserToolbarDirective, isStandalone: true, selector: "[kendoGridColumnChooserTool]", inputs: { autoSync: "autoSync", allowHideAll: "allowHideAll", filterable: "filterable", showSelectAll: "showSelectAll" }, usesInheritance: true, ngImport: i0 });
223
223
  }
224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnChooserToolbarDirective, decorators: [{
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnChooserToolbarDirective, decorators: [{
225
225
  type: Directive,
226
226
  args: [{
227
227
  selector: '[kendoGridColumnChooserTool]',
228
228
  standalone: true
229
229
  }]
230
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.PopupService }, { type: i2.ToolBarButtonComponent }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i2.RefreshService }, { type: i4.AdaptiveGridService }, { type: i5.ColumnInfoService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { autoSync: [{
230
+ }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i1.PopupService }, { type: i2.ToolBarButtonComponent }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i2.RefreshService }, { type: i4.AdaptiveGridService }, { type: i5.ColumnInfoService }, { type: i0.ChangeDetectorRef }], propDecorators: { autoSync: [{
231
231
  type: Input
232
232
  }], allowHideAll: [{
233
233
  type: Input
@@ -207,13 +207,13 @@ export class FilterCommandToolbarDirective {
207
207
  get buttonElement() {
208
208
  return this.host.getButton();
209
209
  }
210
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCommandToolbarDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.PopupService }, { token: i3.ContextService }, { token: i4.FilterService }, { token: i5.ColumnInfoService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
211
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterCommandToolbarDirective, isStandalone: true, selector: "[kendoGridFilterTool]", ngImport: i0 });
210
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCommandToolbarDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.PopupService }, { token: i3.ContextService }, { token: i4.FilterService }, { token: i5.ColumnInfoService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
211
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterCommandToolbarDirective, isStandalone: true, selector: "[kendoGridFilterTool]", ngImport: i0 });
212
212
  }
213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCommandToolbarDirective, decorators: [{
213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCommandToolbarDirective, decorators: [{
214
214
  type: Directive,
215
215
  args: [{
216
216
  selector: '[kendoGridFilterTool]',
217
217
  standalone: true
218
218
  }]
219
- }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.PopupService }, { type: i3.ContextService }, { type: i4.FilterService }, { type: i5.ColumnInfoService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i6.AdaptiveGridService }]; } });
219
+ }], ctorParameters: () => [{ type: i1.ToolBarButtonComponent }, { type: i2.PopupService }, { type: i3.ContextService }, { type: i4.FilterService }, { type: i5.ColumnInfoService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i6.AdaptiveGridService }] });
@@ -100,8 +100,8 @@ export class FilterToolWrapperComponent {
100
100
  this.subscriptions.add(this.popupRef.instance.close.subscribe(() => this.close.emit()));
101
101
  }
102
102
  }
103
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterToolWrapperComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
104
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterToolWrapperComponent, isStandalone: true, selector: "kendo-filter-tool-wrapper", outputs: { close: "close" }, host: { listeners: { "keydown.escape": "onEscKeyDown($event)", "click": "onClick($event)" }, properties: { "class.k-column-menu": "this.wrapperClasses", "class.k-column-menu-md": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
103
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterToolWrapperComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
104
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterToolWrapperComponent, isStandalone: true, selector: "kendo-filter-tool-wrapper", outputs: { close: "close" }, host: { listeners: { "keydown.escape": "onEscKeyDown($event)", "click": "onClick($event)" }, properties: { "class.k-column-menu": "this.wrapperClasses", "class.k-column-menu-md": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
105
105
  <ng-container #container></ng-container>
106
106
  <div class="k-actions k-actions-stretched k-actions-horizontal k-column-menu-footer">
107
107
  <button kendoButton
@@ -113,7 +113,7 @@ export class FilterToolWrapperComponent {
113
113
  </div>
114
114
  `, isInline: true, dependencies: [{ kind: "component", type: i1.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
115
115
  }
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterToolWrapperComponent, decorators: [{
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterToolWrapperComponent, decorators: [{
117
117
  type: Component,
118
118
  args: [{
119
119
  selector: 'kendo-filter-tool-wrapper',
@@ -131,7 +131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
131
131
  standalone: true,
132
132
  imports: [KENDO_BUTTON]
133
133
  }]
134
- }], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { container: [{
134
+ }], ctorParameters: () => [{ type: i0.Injector }], propDecorators: { container: [{
135
135
  type: ViewChild,
136
136
  args: ['container', { read: ViewContainerRef, static: true }]
137
137
  }], wrapperClasses: [{
@@ -141,8 +141,8 @@ export class FilterToolbarToolComponent {
141
141
  menuItem.contentState = 'expanded';
142
142
  }
143
143
  }
144
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterToolbarToolComponent, deps: [{ token: i0.ElementRef }, { token: i1.FilterService }, { token: i2.ContextService }, { token: i3.ColumnInfoService }, { token: i0.NgZone }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Component });
145
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterToolbarToolComponent, isStandalone: true, selector: "kendo-filter-toolbar-tool", outputs: { close: "close" }, viewQueries: [{ propertyName: "filterItems", predicate: ["filterItem"], descendants: true, read: ElementRef }, { propertyName: "menuItems", predicate: ["filterItem"], descendants: true }, { propertyName: "filterContainers", predicate: ["filterContainer"], descendants: true }], ngImport: i0, template: `
144
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterToolbarToolComponent, deps: [{ token: i0.ElementRef }, { token: i1.FilterService }, { token: i2.ContextService }, { token: i3.ColumnInfoService }, { token: i0.NgZone }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Component });
145
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterToolbarToolComponent, isStandalone: true, selector: "kendo-filter-toolbar-tool", outputs: { close: "close" }, viewQueries: [{ propertyName: "filterItems", predicate: ["filterItem"], descendants: true, read: ElementRef }, { propertyName: "menuItems", predicate: ["filterItem"], descendants: true }, { propertyName: "filterContainers", predicate: ["filterContainer"], descendants: true }], ngImport: i0, template: `
146
146
  <div [style]="hostStyles">
147
147
  <kendo-grid-columnmenu-item *ngFor="let column of columns; let i = index"
148
148
  class="k-columnmenu-item-wrapper" #filterItem
@@ -171,7 +171,7 @@ export class FilterToolbarToolComponent {
171
171
  </div>
172
172
  `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-grid-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }, { kind: "component", type: ColumnMenuItemComponent, selector: "kendo-grid-columnmenu-item", inputs: ["icon", "svgIcon", "indicatorIcon", "text", "selected", "disabled", "expanded", "focused", "service", "column"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: ColumnMenuItemContentTemplateDirective, selector: "[kendoGridColumnMenuItemContentTemplate]" }] });
173
173
  }
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterToolbarToolComponent, decorators: [{
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterToolbarToolComponent, decorators: [{
175
175
  type: Component,
176
176
  args: [{
177
177
  selector: 'kendo-filter-toolbar-tool',
@@ -206,7 +206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
206
206
  standalone: true,
207
207
  imports: [NgFor, KENDO_BUTTON, FilterMenuContainerComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective]
208
208
  }]
209
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.FilterService }, { type: i2.ContextService }, { type: i3.ColumnInfoService }, { type: i0.NgZone }, { type: i4.AdaptiveGridService }]; }, propDecorators: { filterItems: [{
209
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FilterService }, { type: i2.ContextService }, { type: i3.ColumnInfoService }, { type: i0.NgZone }, { type: i4.AdaptiveGridService }], propDecorators: { filterItems: [{
210
210
  type: ViewChildren,
211
211
  args: ['filterItem', { read: ElementRef }]
212
212
  }], menuItems: [{
@@ -196,13 +196,13 @@ export class GroupCommandToolbarDirective {
196
196
  isGroupingApplied(group) {
197
197
  return isPresent(group) && group.length > 0;
198
198
  }
199
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GroupCommandToolbarDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.PopupService }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
200
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: GroupCommandToolbarDirective, isStandalone: true, selector: "[kendoGridGroupTool]", ngImport: i0 });
199
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupCommandToolbarDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.PopupService }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
200
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GroupCommandToolbarDirective, isStandalone: true, selector: "[kendoGridGroupTool]", ngImport: i0 });
201
201
  }
202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GroupCommandToolbarDirective, decorators: [{
202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupCommandToolbarDirective, decorators: [{
203
203
  type: Directive,
204
204
  args: [{
205
205
  selector: '[kendoGridGroupTool]',
206
206
  standalone: true
207
207
  }]
208
- }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.PopupService }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i4.AdaptiveGridService }]; } });
208
+ }], ctorParameters: () => [{ type: i1.ToolBarButtonComponent }, { type: i2.PopupService }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i4.AdaptiveGridService }] });
@@ -229,8 +229,8 @@ export class GroupToolbarToolComponent {
229
229
  this.groupItems.get(this.currentFocusedItemIndex).nativeElement.focus();
230
230
  }
231
231
  }
232
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GroupToolbarToolComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
233
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GroupToolbarToolComponent, isStandalone: true, selector: "kendo-group-toolbar-tool", inputs: { adaptive: "adaptive" }, outputs: { close: "close", groupClear: "groupClear" }, host: { listeners: { "keydown.escape": "onEscKeyDown($event)" }, properties: { "class.k-group-menu": "this.hostClass", "class.k-group-menu-lg": "this.lgClass", "class.k-group-menu-md": "this.mdClass" } }, viewQueries: [{ propertyName: "groupItems", predicate: ["groupItem"], descendants: true, read: ElementRef }], ngImport: i0, template: `
232
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupToolbarToolComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
233
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GroupToolbarToolComponent, isStandalone: true, selector: "kendo-group-toolbar-tool", inputs: { adaptive: "adaptive" }, outputs: { close: "close", groupClear: "groupClear" }, host: { listeners: { "keydown.escape": "onEscKeyDown($event)" }, properties: { "class.k-group-menu": "this.hostClass", "class.k-group-menu-lg": "this.lgClass", "class.k-group-menu-md": "this.mdClass" } }, viewQueries: [{ propertyName: "groupItems", predicate: ["groupItem"], descendants: true, read: ElementRef }], ngImport: i0, template: `
234
234
  <div *ngIf="groupedColumns.length" class="k-group-menu-item-wrap">
235
235
  <div *ngFor="let column of groupedColumns; let i = index"
236
236
  #groupItem
@@ -314,7 +314,7 @@ export class GroupToolbarToolComponent {
314
314
  </div>
315
315
  `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i1.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
316
316
  }
317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GroupToolbarToolComponent, decorators: [{
317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupToolbarToolComponent, decorators: [{
318
318
  type: Component,
319
319
  args: [{
320
320
  selector: 'kendo-group-toolbar-tool',
@@ -404,7 +404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
404
404
  standalone: true,
405
405
  imports: [NgFor, NgIf, IconWrapperComponent, KENDO_BUTTON]
406
406
  }]
407
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { hostClass: [{
407
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { hostClass: [{
408
408
  type: HostBinding,
409
409
  args: ['class.k-group-menu']
410
410
  }], lgClass: [{
@@ -46,8 +46,8 @@ export class SelectAllToolbarToolComponent extends ToolBarToolComponent {
46
46
  get selectAllCheckboxLabel() {
47
47
  return this.ctx.localization.get('selectAllCheckboxLabel');
48
48
  }
49
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectAllToolbarToolComponent, deps: [{ token: i1.IdService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
50
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SelectAllToolbarToolComponent, isStandalone: true, selector: "kendo-grid-select-all-tool", providers: [
49
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectAllToolbarToolComponent, deps: [{ token: i1.IdService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
50
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SelectAllToolbarToolComponent, isStandalone: true, selector: "kendo-grid-select-all-tool", providers: [
51
51
  {
52
52
  provide: ToolBarToolComponent,
53
53
  useExisting: forwardRef(() => SelectAllToolbarToolComponent)
@@ -65,7 +65,7 @@ export class SelectAllToolbarToolComponent extends ToolBarToolComponent {
65
65
  </ng-template>
66
66
  `, isInline: true, dependencies: [{ kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { kind: "directive", type: SelectAllCheckboxDirective, selector: "[kendoGridSelectAllCheckbox]", inputs: ["state"], outputs: ["selectAllChange"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectAllToolbarToolComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectAllToolbarToolComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{
71
71
  providers: [
@@ -90,4 +90,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
90
90
  standalone: true,
91
91
  imports: [CheckBoxComponent, SelectAllCheckboxDirective, FocusableDirective, LabelDirective]
92
92
  }]
93
- }], ctorParameters: function () { return [{ type: i1.IdService }, { type: i2.ContextService }]; } });
93
+ }], ctorParameters: () => [{ type: i1.IdService }, { type: i2.ContextService }] });
@@ -210,13 +210,13 @@ export class SortCommandToolbarDirective {
210
210
  get buttonElement() {
211
211
  return this.host.getButton();
212
212
  }
213
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortCommandToolbarDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.PopupService }, { token: i3.ContextService }, { token: i4.SortService }, { token: i5.ColumnInfoService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
214
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SortCommandToolbarDirective, isStandalone: true, selector: "[kendoGridSortTool]", ngImport: i0 });
213
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortCommandToolbarDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.PopupService }, { token: i3.ContextService }, { token: i4.SortService }, { token: i5.ColumnInfoService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
214
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SortCommandToolbarDirective, isStandalone: true, selector: "[kendoGridSortTool]", ngImport: i0 });
215
215
  }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortCommandToolbarDirective, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortCommandToolbarDirective, decorators: [{
217
217
  type: Directive,
218
218
  args: [{
219
219
  selector: '[kendoGridSortTool]',
220
220
  standalone: true
221
221
  }]
222
- }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: i2.PopupService }, { type: i3.ContextService }, { type: i4.SortService }, { type: i5.ColumnInfoService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i6.AdaptiveGridService }]; } });
222
+ }], ctorParameters: () => [{ type: i1.ToolBarButtonComponent }, { type: i2.PopupService }, { type: i3.ContextService }, { type: i4.SortService }, { type: i5.ColumnInfoService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i6.AdaptiveGridService }] });
@@ -136,8 +136,8 @@ export class SortToolbarToolComponent {
136
136
  this.sortService.sort([]);
137
137
  this.sortClear.emit();
138
138
  }
139
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortToolbarToolComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
140
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SortToolbarToolComponent, isStandalone: true, selector: "kendo-sort-toolbar-tool", outputs: { close: "close", sortClear: "sortClear" }, host: { listeners: { "keydown.escape": "onEscKeyDown($event)" }, properties: { "class.k-column-menu": "this.wrapperClasses", "class.k-column-menu-md": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "sortItems", predicate: ["sortItem"], descendants: true, read: ElementRef }], ngImport: i0, template: `
139
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortToolbarToolComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
140
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SortToolbarToolComponent, isStandalone: true, selector: "kendo-sort-toolbar-tool", outputs: { close: "close", sortClear: "sortClear" }, host: { listeners: { "keydown.escape": "onEscKeyDown($event)" }, properties: { "class.k-column-menu": "this.wrapperClasses", "class.k-column-menu-md": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "sortItems", predicate: ["sortItem"], descendants: true, read: ElementRef }], ngImport: i0, template: `
141
141
  <div
142
142
  class="k-column-menu-item-wrapper"
143
143
  [style.max-height.px]="200"
@@ -175,7 +175,7 @@ export class SortToolbarToolComponent {
175
175
  </div>
176
176
  `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i1.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
177
177
  }
178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortToolbarToolComponent, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortToolbarToolComponent, decorators: [{
179
179
  type: Component,
180
180
  args: [{
181
181
  selector: 'kendo-sort-toolbar-tool',
@@ -219,7 +219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
219
219
  standalone: true,
220
220
  imports: [NgFor, NgIf, IconWrapperComponent, KENDO_BUTTON]
221
221
  }]
222
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { sortItems: [{
222
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sortItems: [{
223
223
  type: ViewChildren,
224
224
  args: ['sortItem', { read: ElementRef }]
225
225
  }], wrapperClasses: [{
@@ -30,15 +30,15 @@ export class RowDragHandleTemplateDirective {
30
30
  constructor(templateRef) {
31
31
  this.templateRef = templateRef;
32
32
  }
33
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowDragHandleTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
34
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RowDragHandleTemplateDirective, isStandalone: true, selector: "[kendoGridRowDragHandleTemplate]", ngImport: i0 });
33
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHandleTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
34
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: RowDragHandleTemplateDirective, isStandalone: true, selector: "[kendoGridRowDragHandleTemplate]", ngImport: i0 });
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowDragHandleTemplateDirective, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHandleTemplateDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: '[kendoGridRowDragHandleTemplate]',
40
40
  standalone: true,
41
41
  }]
42
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
42
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
43
43
  type: Optional
44
- }] }]; } });
44
+ }] }] });
@@ -28,15 +28,15 @@ export class RowDragHintTemplateDirective {
28
28
  constructor(templateRef) {
29
29
  this.templateRef = templateRef;
30
30
  }
31
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowDragHintTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
32
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RowDragHintTemplateDirective, isStandalone: true, selector: "[kendoGridRowDragHintTemplate]", ngImport: i0 });
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHintTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
32
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: RowDragHintTemplateDirective, isStandalone: true, selector: "[kendoGridRowDragHintTemplate]", ngImport: i0 });
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowDragHintTemplateDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHintTemplateDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: '[kendoGridRowDragHintTemplate]',
38
38
  standalone: true,
39
39
  }]
40
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
40
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
41
41
  type: Optional
42
- }] }]; } });
42
+ }] }] });
@@ -242,11 +242,11 @@ export class RowReorderService {
242
242
  this.dropIndicator.style.display = '';
243
243
  }
244
244
  }
245
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
246
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService });
245
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
246
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowReorderService });
247
247
  }
248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService, decorators: [{
248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowReorderService, decorators: [{
249
249
  type: Injectable
250
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { rowReorder: [{
250
+ }], ctorParameters: () => [{ type: i0.Renderer2 }], propDecorators: { rowReorder: [{
251
251
  type: Output
252
252
  }] } });
@@ -16,9 +16,9 @@ export class ScrollRequestService {
16
16
  scrollToItem(request) {
17
17
  this.requests.next({ request });
18
18
  }
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollRequestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollRequestService });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollRequestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollRequestService });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollRequestService, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollRequestService, decorators: [{
23
23
  type: Injectable
24
24
  }] });
@@ -72,9 +72,9 @@ export class ScrollSyncService {
72
72
  this.elements.splice(index, 1);
73
73
  }
74
74
  }
75
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollSyncService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
76
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollSyncService });
75
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
76
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService });
77
77
  }
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollSyncService, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, decorators: [{
79
79
  type: Injectable
80
- }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
80
+ }], ctorParameters: () => [{ type: i0.NgZone }] });
@@ -9,9 +9,9 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class SuspendService {
11
11
  scroll = false;
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SuspendService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SuspendService });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SuspendService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SuspendService });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SuspendService, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SuspendService, decorators: [{
16
16
  type: Injectable
17
17
  }] });
@@ -341,9 +341,9 @@ export class CellSelectionService {
341
341
  this.dataChangedSubscription = null;
342
342
  }
343
343
  }
344
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CellSelectionService, deps: [{ token: i1.DomEventsService }, { token: i2.CellSelectionAggregateService }, { token: i3.LocalDataChangesService }, { token: i4.NavigationService }], target: i0.ɵɵFactoryTarget.Injectable });
345
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CellSelectionService });
344
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CellSelectionService, deps: [{ token: i1.DomEventsService }, { token: i2.CellSelectionAggregateService }, { token: i3.LocalDataChangesService }, { token: i4.NavigationService }], target: i0.ɵɵFactoryTarget.Injectable });
345
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CellSelectionService });
346
346
  }
347
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CellSelectionService, decorators: [{
347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CellSelectionService, decorators: [{
348
348
  type: Injectable
349
- }], ctorParameters: function () { return [{ type: i1.DomEventsService }, { type: i2.CellSelectionAggregateService }, { type: i3.LocalDataChangesService }, { type: i4.NavigationService }]; } });
349
+ }], ctorParameters: () => [{ type: i1.DomEventsService }, { type: i2.CellSelectionAggregateService }, { type: i3.LocalDataChangesService }, { type: i4.NavigationService }] });
@@ -176,13 +176,13 @@ export class GridMarqueeDirective {
176
176
  }
177
177
  return null;
178
178
  }
179
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridMarqueeDirective, deps: [{ token: i1.DraggableDirective }, { token: i2.SelectionService }, { token: i3.CellSelectionService }, { token: i4.DomEventsService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
180
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: GridMarqueeDirective, isStandalone: true, selector: "[kendoGridSelectionMarquee]", ngImport: i0 });
179
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GridMarqueeDirective, deps: [{ token: i1.DraggableDirective }, { token: i2.SelectionService }, { token: i3.CellSelectionService }, { token: i4.DomEventsService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
180
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GridMarqueeDirective, isStandalone: true, selector: "[kendoGridSelectionMarquee]", ngImport: i0 });
181
181
  }
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridMarqueeDirective, decorators: [{
182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GridMarqueeDirective, decorators: [{
183
183
  type: Directive,
184
184
  args: [{
185
185
  selector: '[kendoGridSelectionMarquee]',
186
186
  standalone: true
187
187
  }]
188
- }], ctorParameters: function () { return [{ type: i1.DraggableDirective }, { type: i2.SelectionService }, { type: i3.CellSelectionService }, { type: i4.DomEventsService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
188
+ }], ctorParameters: () => [{ type: i1.DraggableDirective }, { type: i2.SelectionService }, { type: i3.CellSelectionService }, { type: i4.DomEventsService }, { type: i0.ElementRef }, { type: i0.Renderer2 }] });
@@ -124,20 +124,20 @@ export class SelectAllCheckboxDirective {
124
124
  return undefined;
125
125
  }
126
126
  }
127
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectAllCheckboxDirective, deps: [{ token: i1.SelectionService }, { token: i2.CellSelectionService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i3.CheckBoxComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
128
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SelectAllCheckboxDirective, isStandalone: true, selector: "[kendoGridSelectAllCheckbox]", inputs: { state: "state" }, outputs: { selectAllChange: "selectAllChange" }, usesOnChanges: true, ngImport: i0 });
127
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectAllCheckboxDirective, deps: [{ token: i1.SelectionService }, { token: i2.CellSelectionService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i3.CheckBoxComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
128
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SelectAllCheckboxDirective, isStandalone: true, selector: "[kendoGridSelectAllCheckbox]", inputs: { state: "state" }, outputs: { selectAllChange: "selectAllChange" }, usesOnChanges: true, ngImport: i0 });
129
129
  }
130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectAllCheckboxDirective, decorators: [{
130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectAllCheckboxDirective, decorators: [{
131
131
  type: Directive,
132
132
  args: [{
133
133
  selector: '[kendoGridSelectAllCheckbox]',
134
134
  standalone: true
135
135
  }]
136
- }], ctorParameters: function () { return [{ type: i1.SelectionService }, { type: i2.CellSelectionService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i3.CheckBoxComponent, decorators: [{
136
+ }], ctorParameters: () => [{ type: i1.SelectionService }, { type: i2.CellSelectionService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i3.CheckBoxComponent, decorators: [{
137
137
  type: Host
138
138
  }, {
139
139
  type: Optional
140
- }] }]; }, propDecorators: { state: [{
140
+ }] }], propDecorators: { state: [{
141
141
  type: Input
142
142
  }], selectAllChange: [{
143
143
  type: Output
@@ -113,20 +113,20 @@ export class SelectionCheckboxDirective {
113
113
  this.renderer.setProperty(this.el.nativeElement, 'checked', isSelected);
114
114
  }
115
115
  }
116
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectionCheckboxDirective, deps: [{ token: i1.SelectionService }, { token: i2.CellSelectionService }, { token: i3.CellSelectionAggregateService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i4.CheckBoxComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
117
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SelectionCheckboxDirective, isStandalone: true, selector: "[kendoGridSelectionCheckbox]", inputs: { itemIndex: ["kendoGridSelectionCheckbox", "itemIndex"] }, ngImport: i0 });
116
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionCheckboxDirective, deps: [{ token: i1.SelectionService }, { token: i2.CellSelectionService }, { token: i3.CellSelectionAggregateService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i4.CheckBoxComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
117
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SelectionCheckboxDirective, isStandalone: true, selector: "[kendoGridSelectionCheckbox]", inputs: { itemIndex: ["kendoGridSelectionCheckbox", "itemIndex"] }, ngImport: i0 });
118
118
  }
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectionCheckboxDirective, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionCheckboxDirective, decorators: [{
120
120
  type: Directive,
121
121
  args: [{
122
122
  selector: '[kendoGridSelectionCheckbox]',
123
123
  standalone: true
124
124
  }]
125
- }], ctorParameters: function () { return [{ type: i1.SelectionService }, { type: i2.CellSelectionService }, { type: i3.CellSelectionAggregateService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i4.CheckBoxComponent, decorators: [{
125
+ }], ctorParameters: () => [{ type: i1.SelectionService }, { type: i2.CellSelectionService }, { type: i3.CellSelectionAggregateService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i4.CheckBoxComponent, decorators: [{
126
126
  type: Host
127
127
  }, {
128
128
  type: Optional
129
- }] }]; }, propDecorators: { itemIndex: [{
129
+ }] }], propDecorators: { itemIndex: [{
130
130
  type: Input,
131
131
  args: ['kendoGridSelectionCheckbox']
132
132
  }] } });
@@ -183,16 +183,16 @@ export class Selection {
183
183
  this.rowSelectionState = new Set(selectedKeys);
184
184
  }
185
185
  }
186
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Selection, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
187
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: Selection, selector: "kendo-grid-selection-base", inputs: { selectedKeys: "selectedKeys", rangeSelectionStartRow: "rangeSelectionStartRow", rangeSelectionStartColumnIndex: "rangeSelectionStartColumnIndex", selectionKey: ["kendoGridSelectBy", "selectionKey"], columnKey: "columnKey" }, outputs: { selectedKeysChange: "selectedKeysChange" }, usesOnChanges: true, ngImport: i0 });
186
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Selection, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
187
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Selection, selector: "kendo-grid-selection-base", inputs: { selectedKeys: "selectedKeys", rangeSelectionStartRow: "rangeSelectionStartRow", rangeSelectionStartColumnIndex: "rangeSelectionStartColumnIndex", selectionKey: ["kendoGridSelectBy", "selectionKey"], columnKey: "columnKey" }, outputs: { selectedKeysChange: "selectedKeysChange" }, usesOnChanges: true, ngImport: i0 });
188
188
  }
189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Selection, decorators: [{
189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Selection, decorators: [{
190
190
  type: Directive,
191
191
  args: [{
192
192
  // eslint-disable-next-line @angular-eslint/directive-selector
193
193
  selector: 'kendo-grid-selection-base'
194
194
  }]
195
- }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { selectedKeys: [{
195
+ }], ctorParameters: () => [{ type: i1.ContextService }, { type: i0.ChangeDetectorRef }], propDecorators: { selectedKeys: [{
196
196
  type: Input
197
197
  }], rangeSelectionStartRow: [{
198
198
  type: Input
@@ -41,13 +41,13 @@ export class SelectionDirective extends Selection {
41
41
  ngOnDestroy() {
42
42
  super.destroy();
43
43
  }
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectionDirective, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
45
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SelectionDirective, isStandalone: true, selector: "[kendoGridSelectBy]", usesInheritance: true, ngImport: i0 });
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionDirective, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
45
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SelectionDirective, isStandalone: true, selector: "[kendoGridSelectBy]", usesInheritance: true, ngImport: i0 });
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectionDirective, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionDirective, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: '[kendoGridSelectBy]',
51
51
  standalone: true
52
52
  }]
53
- }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i0.ChangeDetectorRef }]; } });
53
+ }], ctorParameters: () => [{ type: i1.ContextService }, { type: i0.ChangeDetectorRef }] });
@@ -458,9 +458,9 @@ export class SelectionService {
458
458
  this.currentSelection[row.index] = row;
459
459
  }
460
460
  }
461
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectionService, deps: [{ token: i1.DomEventsService }, { token: i2.CellSelectionAggregateService }, { token: i3.LocalDataChangesService }, { token: i4.NavigationService }, { token: i5.ContextService }], target: i0.ɵɵFactoryTarget.Injectable });
462
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectionService });
461
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, deps: [{ token: i1.DomEventsService }, { token: i2.CellSelectionAggregateService }, { token: i3.LocalDataChangesService }, { token: i4.NavigationService }, { token: i5.ContextService }], target: i0.ɵɵFactoryTarget.Injectable });
462
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService });
463
463
  }
464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectionService, decorators: [{
464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, decorators: [{
465
465
  type: Injectable
466
- }], ctorParameters: function () { return [{ type: i1.DomEventsService }, { type: i2.CellSelectionAggregateService }, { type: i3.LocalDataChangesService }, { type: i4.NavigationService }, { type: i5.ContextService }]; } });
466
+ }], ctorParameters: () => [{ type: i1.DomEventsService }, { type: i2.CellSelectionAggregateService }, { type: i3.LocalDataChangesService }, { type: i4.NavigationService }, { type: i5.ContextService }] });
@@ -60,15 +60,15 @@ export class RedoCommandToolbarDirective {
60
60
  */
61
61
  onClick(e) {
62
62
  e.preventDefault();
63
- this.undoRedoService.onRedo.next();
63
+ this.undoRedoService.onRedo.next(undefined);
64
64
  }
65
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RedoCommandToolbarDirective, deps: [{ token: i1.UndoRedoService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
66
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RedoCommandToolbarDirective, isStandalone: true, selector: "[kendoGridRedoTool]", ngImport: i0 });
65
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RedoCommandToolbarDirective, deps: [{ token: i1.UndoRedoService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
66
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: RedoCommandToolbarDirective, isStandalone: true, selector: "[kendoGridRedoTool]", ngImport: i0 });
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RedoCommandToolbarDirective, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RedoCommandToolbarDirective, decorators: [{
69
69
  type: Directive,
70
70
  args: [{
71
71
  selector: '[kendoGridRedoTool]',
72
72
  standalone: true,
73
73
  }]
74
- }], ctorParameters: function () { return [{ type: i1.UndoRedoService }, { type: i2.ToolBarButtonComponent }]; } });
74
+ }], ctorParameters: () => [{ type: i1.UndoRedoService }, { type: i2.ToolBarButtonComponent }] });
@@ -60,15 +60,15 @@ export class UndoCommandToolbarDirective {
60
60
  */
61
61
  onClick(e) {
62
62
  e.preventDefault();
63
- this.undoRedoService.onUndo.next();
63
+ this.undoRedoService.onUndo.next(undefined);
64
64
  }
65
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UndoCommandToolbarDirective, deps: [{ token: i1.UndoRedoService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
66
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: UndoCommandToolbarDirective, isStandalone: true, selector: "[kendoGridUndoTool]", ngImport: i0 });
65
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UndoCommandToolbarDirective, deps: [{ token: i1.UndoRedoService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
66
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: UndoCommandToolbarDirective, isStandalone: true, selector: "[kendoGridUndoTool]", ngImport: i0 });
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UndoCommandToolbarDirective, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UndoCommandToolbarDirective, decorators: [{
69
69
  type: Directive,
70
70
  args: [{
71
71
  selector: '[kendoGridUndoTool]',
72
72
  standalone: true,
73
73
  }]
74
- }], ctorParameters: function () { return [{ type: i1.UndoRedoService }, { type: i2.ToolBarButtonComponent }]; } });
74
+ }], ctorParameters: () => [{ type: i1.UndoRedoService }, { type: i2.ToolBarButtonComponent }] });