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

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 (229) 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/column-resizing/column-resizing.service.d.ts +1 -0
  5. package/data/data-item.interface.d.ts +1 -1
  6. package/esm2022/adaptiveness/adaptive-renderer.component.mjs +4 -4
  7. package/esm2022/aggregates/selection-aggregate.service.mjs +4 -4
  8. package/esm2022/aggregates/status-bar-template.directive.mjs +4 -4
  9. package/esm2022/aggregates/status-bar.component.mjs +4 -4
  10. package/esm2022/column-menu/column-chooser-content.component.mjs +5 -5
  11. package/esm2022/column-menu/column-chooser.component.mjs +4 -4
  12. package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
  13. package/esm2022/column-menu/column-list.component.mjs +5 -5
  14. package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
  15. package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
  16. package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
  17. package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
  18. package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
  19. package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
  20. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
  21. package/esm2022/column-menu/column-menu-item.component.mjs +4 -4
  22. package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
  23. package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
  24. package/esm2022/column-menu/column-menu-position.component.mjs +4 -4
  25. package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
  26. package/esm2022/column-menu/column-menu-stick.component.mjs +4 -4
  27. package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
  28. package/esm2022/column-menu/column-menu.component.mjs +5 -5
  29. package/esm2022/column-menu/column-menu.service.mjs +4 -4
  30. package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
  31. package/esm2022/column-resizing/column-resizing.service.mjs +58 -4
  32. package/esm2022/column-resizing/table.directive.mjs +4 -4
  33. package/esm2022/columns/checkbox-column.component.mjs +5 -5
  34. package/esm2022/columns/column-base.mjs +4 -4
  35. package/esm2022/columns/column-group.component.mjs +5 -5
  36. package/esm2022/columns/column.component.mjs +5 -5
  37. package/esm2022/columns/command-column.component.mjs +5 -5
  38. package/esm2022/columns/reorder-column.component.mjs +5 -5
  39. package/esm2022/columns/span-column.component.mjs +5 -5
  40. package/esm2022/common/adaptiveness.service.mjs +4 -4
  41. package/esm2022/common/clipboard.directive.mjs +4 -4
  42. package/esm2022/common/clipboard.service.mjs +4 -4
  43. package/esm2022/common/column-info.service.mjs +3 -3
  44. package/esm2022/common/dom-events.service.mjs +3 -3
  45. package/esm2022/common/id.service.mjs +4 -4
  46. package/esm2022/common/provider.service.mjs +4 -4
  47. package/esm2022/common/single-popup.service.mjs +4 -4
  48. package/esm2022/common/toolbar-tool-base.directive.mjs +5 -5
  49. package/esm2022/data/change-notification.service.mjs +4 -4
  50. package/esm2022/data/data-mapping.service.mjs +4 -4
  51. package/esm2022/databinding.directive.mjs +4 -4
  52. package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
  53. package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
  54. package/esm2022/dragdrop/drag-hint.service.mjs +4 -4
  55. package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
  56. package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
  57. package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
  58. package/esm2022/editing/add-command-tool.directive.mjs +4 -4
  59. package/esm2022/editing/add-command.directive.mjs +4 -4
  60. package/esm2022/editing/cancel-command-tool.directive.mjs +4 -4
  61. package/esm2022/editing/cancel-command.directive.mjs +5 -5
  62. package/esm2022/editing/edit-command-tool.directive.mjs +4 -4
  63. package/esm2022/editing/edit-command.directive.mjs +5 -5
  64. package/esm2022/editing/edit-template.directive.mjs +5 -5
  65. package/esm2022/editing/edit.service.mjs +5 -5
  66. package/esm2022/editing/form/dialog-form.component.mjs +4 -4
  67. package/esm2022/editing/form/form-formfield.component.mjs +4 -4
  68. package/esm2022/editing/form/form.component.mjs +3 -3
  69. package/esm2022/editing/local-data-changes.service.mjs +3 -3
  70. package/esm2022/editing/remove-command-tool.directive.mjs +4 -4
  71. package/esm2022/editing/remove-command.directive.mjs +5 -5
  72. package/esm2022/editing/save-command-tool.directive.mjs +4 -4
  73. package/esm2022/editing/save-command.directive.mjs +5 -5
  74. package/esm2022/editing/toolbar-editing-tool-base.directive.mjs +5 -5
  75. package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
  76. package/esm2022/editing-directives/external-editing.directive.mjs +4 -4
  77. package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
  78. package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
  79. package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
  80. package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
  81. package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
  82. package/esm2022/excel/excel-command.directive.mjs +4 -4
  83. package/esm2022/excel/excel.component.mjs +4 -4
  84. package/esm2022/excel/excel.module.mjs +4 -4
  85. package/esm2022/excel/excel.service.mjs +3 -3
  86. package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
  87. package/esm2022/filtering/boolean-filter.component.mjs +4 -4
  88. package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
  89. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
  90. package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
  91. package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
  92. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
  93. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
  94. package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  95. package/esm2022/filtering/cell/filter-cell.component.mjs +3 -3
  96. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
  97. package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
  98. package/esm2022/filtering/date-filter.component.mjs +4 -4
  99. package/esm2022/filtering/filter-host.directive.mjs +4 -4
  100. package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
  101. package/esm2022/filtering/filter-input.directive.mjs +5 -5
  102. package/esm2022/filtering/filter-row.component.mjs +4 -4
  103. package/esm2022/filtering/filter.service.mjs +5 -5
  104. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  105. package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
  106. package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
  107. package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
  108. package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
  109. package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
  110. package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  111. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
  112. package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
  113. package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
  114. package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
  115. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
  116. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
  117. package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
  118. package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
  119. package/esm2022/filtering/multicheckbox-filter.component.mjs +4 -4
  120. package/esm2022/filtering/numeric-filter.component.mjs +4 -4
  121. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
  122. package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
  123. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
  124. package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
  125. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
  126. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
  127. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
  128. package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
  129. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
  130. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
  131. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
  132. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
  133. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
  134. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
  135. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
  136. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
  137. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
  138. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
  139. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
  140. package/esm2022/filtering/string-filter.component.mjs +4 -4
  141. package/esm2022/grid.component.mjs +22 -4
  142. package/esm2022/grid.module.mjs +4 -4
  143. package/esm2022/grouping/group-footer-template.directive.mjs +5 -5
  144. package/esm2022/grouping/group-header-column-template.directive.mjs +5 -5
  145. package/esm2022/grouping/group-header-template.directive.mjs +5 -5
  146. package/esm2022/grouping/group-header.component.mjs +4 -4
  147. package/esm2022/grouping/group-panel.component.mjs +4 -4
  148. package/esm2022/grouping/groups.service.mjs +3 -3
  149. package/esm2022/highlight/highlight.directive.mjs +4 -4
  150. package/esm2022/layout/browser-support.service.mjs +4 -4
  151. package/esm2022/layout/resizable.directive.mjs +4 -4
  152. package/esm2022/layout/resize.service.mjs +3 -3
  153. package/esm2022/layout/responsive.service.mjs +3 -3
  154. package/esm2022/layout/sizing-options.service.mjs +3 -3
  155. package/esm2022/localization/custom-messages.component.mjs +4 -4
  156. package/esm2022/localization/localized-messages.directive.mjs +4 -4
  157. package/esm2022/localization/messages.mjs +3 -3
  158. package/esm2022/navigation/focus-group.mjs +4 -4
  159. package/esm2022/navigation/focus-root.mjs +5 -5
  160. package/esm2022/navigation/focusable.directive.mjs +5 -5
  161. package/esm2022/navigation/logical-cell.directive.mjs +5 -5
  162. package/esm2022/navigation/logical-row.directive.mjs +4 -4
  163. package/esm2022/navigation/navigation.service.mjs +5 -5
  164. package/esm2022/package-metadata.mjs +2 -2
  165. package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
  166. package/esm2022/pdf/pdf-command.directive.mjs +4 -4
  167. package/esm2022/pdf/pdf-margin.component.mjs +3 -3
  168. package/esm2022/pdf/pdf-template.directive.mjs +5 -5
  169. package/esm2022/pdf/pdf.component.mjs +5 -5
  170. package/esm2022/pdf/pdf.module.mjs +4 -4
  171. package/esm2022/pdf/pdf.service.mjs +3 -3
  172. package/esm2022/rendering/cell-loading.template.directive.mjs +5 -5
  173. package/esm2022/rendering/cell-template.directive.mjs +5 -5
  174. package/esm2022/rendering/cell.component.mjs +5 -5
  175. package/esm2022/rendering/common/col-group.component.mjs +4 -4
  176. package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
  177. package/esm2022/rendering/common/format.pipe.mjs +4 -4
  178. package/esm2022/rendering/common/loading.component.mjs +4 -4
  179. package/esm2022/rendering/common/spacer.component.mjs +3 -3
  180. package/esm2022/rendering/details/detail-template.directive.mjs +5 -5
  181. package/esm2022/rendering/details/details.service.mjs +3 -3
  182. package/esm2022/rendering/details-expand.directive.mjs +4 -4
  183. package/esm2022/rendering/footer/footer-template.directive.mjs +5 -5
  184. package/esm2022/rendering/footer/footer.component.mjs +4 -4
  185. package/esm2022/rendering/grid-table.directive.mjs +4 -4
  186. package/esm2022/rendering/groups-expand.directive.mjs +4 -4
  187. package/esm2022/rendering/header/header-template.directive.mjs +5 -5
  188. package/esm2022/rendering/header/header.component.mjs +4 -4
  189. package/esm2022/rendering/list.component.mjs +5 -5
  190. package/esm2022/rendering/loading-template.directive.mjs +4 -4
  191. package/esm2022/rendering/no-records-template.directive.mjs +5 -5
  192. package/esm2022/rendering/table-body.component.mjs +4 -4
  193. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
  194. package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
  195. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
  196. package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
  197. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-assistant.component.mjs +4 -4
  198. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-tool.directive.mjs +4 -4
  199. package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +4 -4
  200. package/esm2022/rendering/toolbar/tools/filter-command-tool.directive.mjs +4 -4
  201. package/esm2022/rendering/toolbar/tools/filter-tool-wrapper.component.mjs +4 -4
  202. package/esm2022/rendering/toolbar/tools/filter-toolbar-tool.component.mjs +4 -4
  203. package/esm2022/rendering/toolbar/tools/group-command-tool.directive.mjs +4 -4
  204. package/esm2022/rendering/toolbar/tools/group-toolbar-tool.component.mjs +4 -4
  205. package/esm2022/rendering/toolbar/tools/select-all-command-tool.directive.mjs +4 -4
  206. package/esm2022/rendering/toolbar/tools/sort-command-tool.directive.mjs +4 -4
  207. package/esm2022/rendering/toolbar/tools/sort-toolbar-tool.component.mjs +4 -4
  208. package/esm2022/row-reordering/drag-handle-template.directive.mjs +5 -5
  209. package/esm2022/row-reordering/drag-hint-template.directive.mjs +5 -5
  210. package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
  211. package/esm2022/scrolling/scroll-request.service.mjs +3 -3
  212. package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
  213. package/esm2022/scrolling/suspend.service.mjs +3 -3
  214. package/esm2022/selection/cell-selection.service.mjs +4 -4
  215. package/esm2022/selection/marquee.directive.mjs +4 -4
  216. package/esm2022/selection/selectall-checkbox.directive.mjs +5 -5
  217. package/esm2022/selection/selection-checkbox.directive.mjs +5 -5
  218. package/esm2022/selection/selection-default.mjs +4 -4
  219. package/esm2022/selection/selection.directive.mjs +4 -4
  220. package/esm2022/selection/selection.service.mjs +4 -4
  221. package/esm2022/state-management/redo-command-tool.mjs +5 -5
  222. package/esm2022/state-management/undo-command-tool.mjs +5 -5
  223. package/esm2022/state-management/undo-redo.directive.mjs +4 -4
  224. package/esm2022/state-management/undo-redo.service.mjs +3 -3
  225. package/fesm2022/progress-kendo-angular-grid.mjs +974 -902
  226. package/filtering/filterable.d.ts +1 -1
  227. package/grid.component.d.ts +8 -0
  228. package/package.json +29 -26
  229. package/schematics/ngAdd/index.js +10 -5
@@ -38,18 +38,18 @@ export class ToolbarTemplateDirective {
38
38
  constructor(templateRef) {
39
39
  this.templateRef = templateRef;
40
40
  }
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
42
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoGridToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
42
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoGridToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  selector: '[kendoGridToolbarTemplate]',
48
48
  standalone: true
49
49
  }]
50
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
50
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
51
51
  type: Optional
52
- }] }]; }, propDecorators: { position: [{
52
+ }] }], propDecorators: { position: [{
53
53
  type: Input,
54
54
  args: ["position"]
55
55
  }] } });
@@ -94,15 +94,15 @@ export class ToolbarComponent {
94
94
  this.navigationService.toolbarElement = this.wrapper.nativeElement;
95
95
  }
96
96
  }
97
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.ContextService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
98
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ToolbarComponent, isStandalone: true, selector: "kendo-grid-toolbar", inputs: { position: "position", size: "size", navigable: "navigable" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)", "keydown.home": "homeKeyListener($event)", "keydown.end": "endKeyListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar": "this.hostClasses", "class.k-grid-toolbar": "this.hostClasses", "class.k-toolbar-solid": "this.hostClasses", "class.k-toolbar-sm": "this.sizeSmallClass", "class.k-toolbar-md": "this.sizeMediumClass" } }, ngImport: i0, template: `
97
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.ContextService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
98
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ToolbarComponent, isStandalone: true, selector: "kendo-grid-toolbar", inputs: { position: "position", size: "size", navigable: "navigable" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)", "keydown.home": "homeKeyListener($event)", "keydown.end": "endKeyListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar": "this.hostClasses", "class.k-grid-toolbar": "this.hostClasses", "class.k-toolbar-solid": "this.hostClasses", "class.k-toolbar-sm": "this.sizeSmallClass", "class.k-toolbar-md": "this.sizeMediumClass" } }, ngImport: i0, template: `
99
99
  <ng-template
100
100
  *ngIf="toolbarTemplateRef"
101
101
  [ngTemplateOutlet]="toolbarTemplateRef"
102
102
  [ngTemplateOutletContext]="context"></ng-template>
103
103
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarComponent, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarComponent, decorators: [{
106
106
  type: Component,
107
107
  args: [{
108
108
  selector: 'kendo-grid-toolbar',
@@ -115,7 +115,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
115
115
  standalone: true,
116
116
  imports: [NgIf, NgTemplateOutlet]
117
117
  }]
118
- }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i0.ElementRef }]; }, propDecorators: { role: [{
118
+ }], ctorParameters: () => [{ type: i1.ContextService }, { type: i0.ElementRef }], propDecorators: { role: [{
119
119
  type: HostBinding,
120
120
  args: ['attr.role']
121
121
  }], hostClasses: [{
@@ -212,8 +212,8 @@ export class AiAssistantComponent {
212
212
  this.ctx.grid.filterChange.next(mergedFilter);
213
213
  }
214
214
  }
215
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AiAssistantComponent, deps: [{ token: i1.HttpClient }, { token: i2.ContextService }, { token: i3.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
216
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AiAssistantComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "aiPrompt", first: true, predicate: AIPromptComponent, descendants: true }], ngImport: i0, template: `
215
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AiAssistantComponent, deps: [{ token: i1.HttpClient }, { token: i2.ContextService }, { token: i3.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
216
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AiAssistantComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "aiPrompt", first: true, predicate: AIPromptComponent, descendants: true }], ngImport: i0, template: `
217
217
  <kendo-aiprompt
218
218
  #aiPrompt
219
219
  [promptSuggestions]="aiPromptSettings?.promptSuggestions"
@@ -258,7 +258,7 @@ export class AiAssistantComponent {
258
258
  </kendo-aiprompt>
259
259
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: AIPromptComponent, selector: "kendo-aiprompt", inputs: ["activeView", "promptCommands", "promptSuggestions", "promptOutputs", "showOutputRating", "streaming", "speechToTextButton", "textAreaSettings", "generateButtonSVGIcon", "generateButtonIcon", "disabledGenerateButton"], outputs: ["activeViewChange", "promptRequest", "commandExecute", "outputCopy", "outputRatingChange", "promptRequestCancel"], exportAs: ["kendoAIPrompt"] }, { kind: "component", type: AIPromptCustomMessagesComponent, selector: "kendo-aiprompt-messages" }, { kind: "component", type: PromptViewComponent, selector: "kendo-aiprompt-prompt-view" }, { kind: "component", type: OutputViewComponent, selector: "kendo-aiprompt-output-view" }, { kind: "directive", type: AIPromptOutputTemplateDirective, selector: "[kendoAIPromptOutputTemplate]" }, { kind: "directive", type: AIPromptOutputBodyTemplateDirective, selector: "[kendoAIPromptOutputBodyTemplate]" }] });
260
260
  }
261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AiAssistantComponent, decorators: [{
261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AiAssistantComponent, decorators: [{
262
262
  type: Component,
263
263
  args: [{
264
264
  standalone: true,
@@ -308,7 +308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
308
308
  </kendo-aiprompt>
309
309
  `
310
310
  }]
311
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: i2.ContextService }, { type: i3.ColumnInfoService }]; }, propDecorators: { aiPrompt: [{
311
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: i2.ContextService }, { type: i3.ColumnInfoService }], propDecorators: { aiPrompt: [{
312
312
  type: ViewChild,
313
313
  args: [AIPromptComponent]
314
314
  }] } });
@@ -237,16 +237,16 @@ export class AIAssistantToolbarDirective extends ToolbarToolBase {
237
237
  this.host.selected = false;
238
238
  focusAnchor && this.buttonElement?.focus();
239
239
  }
240
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AIAssistantToolbarDirective, deps: [{ token: i1.WindowService }, { token: i2.ToolBarButtonComponent }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i2.RefreshService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
241
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AIAssistantToolbarDirective, isStandalone: true, selector: "[kendoGridAIAssistantTool]", inputs: { requestUrl: "requestUrl", requestOptions: "requestOptions", aiWindowSettings: "aiWindowSettings", aiPromptSettings: "aiPromptSettings", autoClose: "autoClose", keepOutputHistory: "keepOutputHistory" }, outputs: { promptRequest: "promptRequest", cancelRequest: "cancelRequest", responseSuccess: "responseSuccess", responseError: "responseError", close: "close", open: "open" }, usesInheritance: true, ngImport: i0 });
240
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AIAssistantToolbarDirective, deps: [{ token: i1.WindowService }, { token: i2.ToolBarButtonComponent }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i2.RefreshService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
241
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: AIAssistantToolbarDirective, isStandalone: true, selector: "[kendoGridAIAssistantTool]", inputs: { requestUrl: "requestUrl", requestOptions: "requestOptions", aiWindowSettings: "aiWindowSettings", aiPromptSettings: "aiPromptSettings", autoClose: "autoClose", keepOutputHistory: "keepOutputHistory" }, outputs: { promptRequest: "promptRequest", cancelRequest: "cancelRequest", responseSuccess: "responseSuccess", responseError: "responseError", close: "close", open: "open" }, usesInheritance: true, ngImport: i0 });
242
242
  }
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AIAssistantToolbarDirective, decorators: [{
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AIAssistantToolbarDirective, decorators: [{
244
244
  type: Directive,
245
245
  args: [{
246
246
  selector: '[kendoGridAIAssistantTool]',
247
247
  standalone: true
248
248
  }]
249
- }], ctorParameters: function () { return [{ type: i1.WindowService }, { type: i2.ToolBarButtonComponent }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i2.RefreshService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { requestUrl: [{
249
+ }], ctorParameters: () => [{ type: i1.WindowService }, { type: i2.ToolBarButtonComponent }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i2.RefreshService }, { type: i0.ChangeDetectorRef }], propDecorators: { requestUrl: [{
250
250
  type: Input
251
251
  }], requestOptions: [{
252
252
  type: Input
@@ -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
  }] } });