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

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 +6 -5
  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 +6 -6
  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 +6 -6
  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 +978 -905
  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
@@ -64,9 +64,9 @@ export class AdaptiveGridService {
64
64
  get windowSize() {
65
65
  return this.adaptiveService.size;
66
66
  }
67
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveGridService, deps: [{ token: i1.ContextService }, { token: i2.AdaptiveService }], target: i0.ɵɵFactoryTarget.Injectable });
68
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveGridService });
67
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdaptiveGridService, deps: [{ token: i1.ContextService }, { token: i2.AdaptiveService }], target: i0.ɵɵFactoryTarget.Injectable });
68
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdaptiveGridService });
69
69
  }
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveGridService, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdaptiveGridService, decorators: [{
71
71
  type: Injectable
72
- }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.AdaptiveService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.ContextService }, { type: i2.AdaptiveService }] });
@@ -177,10 +177,10 @@ export class GridClipboardDirective {
177
177
  const inHost = contains(this.host.wrapper.nativeElement, target);
178
178
  return target && inHost && inContentArea;
179
179
  };
180
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridClipboardDirective, deps: [{ token: i1.GridComponent }, { token: i2.ClipboardService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
181
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: GridClipboardDirective, isStandalone: true, selector: "[kendoGridClipboard]", inputs: { clipboardTarget: "clipboardTarget", clipboardSettings: "clipboardSettings" }, outputs: { clipboard: "clipboard" }, providers: [ClipboardService], exportAs: ["kendoGridClipboard"], ngImport: i0 });
180
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GridClipboardDirective, deps: [{ token: i1.GridComponent }, { token: i2.ClipboardService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
181
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GridClipboardDirective, isStandalone: true, selector: "[kendoGridClipboard]", inputs: { clipboardTarget: "clipboardTarget", clipboardSettings: "clipboardSettings" }, outputs: { clipboard: "clipboard" }, providers: [ClipboardService], exportAs: ["kendoGridClipboard"], ngImport: i0 });
182
182
  }
183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridClipboardDirective, decorators: [{
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GridClipboardDirective, decorators: [{
184
184
  type: Directive,
185
185
  args: [{
186
186
  selector: '[kendoGridClipboard]',
@@ -188,7 +188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
188
188
  providers: [ClipboardService],
189
189
  standalone: true
190
190
  }]
191
- }], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i2.ClipboardService }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { clipboardTarget: [{
191
+ }], ctorParameters: () => [{ type: i1.GridComponent }, { type: i2.ClipboardService }, { type: i0.Renderer2 }, { type: i0.NgZone }], propDecorators: { clipboardTarget: [{
192
192
  type: Input
193
193
  }], clipboardSettings: [{
194
194
  type: Input
@@ -213,9 +213,9 @@ export class ClipboardService {
213
213
  const headersRowData = cols.map(c => c.title || c.field).join(`\t`);
214
214
  return `${headersRowData}\r\n${initialData}`;
215
215
  }
216
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClipboardService, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Injectable });
217
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClipboardService });
216
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ClipboardService, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Injectable });
217
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ClipboardService });
218
218
  }
219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClipboardService, decorators: [{
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ClipboardService, decorators: [{
220
220
  type: Injectable
221
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; } });
221
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -84,9 +84,9 @@ export class ColumnInfoService {
84
84
  this.stickyColumns = null;
85
85
  this.stickyChange.emit(columns);
86
86
  }
87
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnInfoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
88
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnInfoService });
87
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnInfoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
88
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnInfoService });
89
89
  }
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnInfoService, decorators: [{
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnInfoService, decorators: [{
91
91
  type: Injectable
92
92
  }] });
@@ -19,9 +19,9 @@ export class DomEventsService {
19
19
  focusOut = new EventEmitter();
20
20
  windowBlur = new EventEmitter();
21
21
  paste = new EventEmitter();
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DomEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
23
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DomEventsService });
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DomEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
23
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DomEventsService });
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DomEventsService, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DomEventsService, decorators: [{
26
26
  type: Injectable
27
27
  }] });
@@ -26,9 +26,9 @@ export class IdService {
26
26
  selectAllCheckboxId() {
27
27
  return `${this.prefix}-select-all`;
28
28
  }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IdService });
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IdService });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IdService, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IdService, decorators: [{
33
33
  type: Injectable
34
- }], ctorParameters: function () { return []; } });
34
+ }], ctorParameters: () => [] });
@@ -32,9 +32,9 @@ export class ContextService {
32
32
  this.topToolbarNavigation = new GridToolbarNavigationService(this.renderer);
33
33
  this.bottomToolbarNavigation = new GridToolbarNavigationService(this.renderer);
34
34
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContextService, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
36
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContextService });
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContextService, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
36
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContextService });
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContextService, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContextService, decorators: [{
39
39
  type: Injectable
40
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
40
+ }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i1.LocalizationService }] });
@@ -150,9 +150,9 @@ export class SinglePopupService {
150
150
  }));
151
151
  });
152
152
  }
153
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SinglePopupService, deps: [{ token: i1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i2.ScrollSyncService }, { token: i3.ContextService }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Injectable });
154
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SinglePopupService });
153
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SinglePopupService, deps: [{ token: i1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i2.ScrollSyncService }, { token: i3.ContextService }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Injectable });
154
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SinglePopupService });
155
155
  }
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SinglePopupService, decorators: [{
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SinglePopupService, decorators: [{
157
157
  type: Injectable
158
- }], ctorParameters: function () { return [{ type: i1.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i2.ScrollSyncService }, { type: i3.ContextService }, { type: i4.AdaptiveGridService }]; } });
158
+ }], ctorParameters: () => [{ type: i1.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i2.ScrollSyncService }, { type: i3.ContextService }, { type: i4.AdaptiveGridService }] });
@@ -73,13 +73,13 @@ export class ToolbarToolBase {
73
73
  get buttonElement() {
74
74
  return this.host.getButton();
75
75
  }
76
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarToolBase, deps: [{ token: i1.ToolBarButtonComponent }, { token: 'command' }, { token: i2.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
77
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ToolbarToolBase, ngImport: i0 });
76
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarToolBase, deps: [{ token: i1.ToolBarButtonComponent }, { token: 'command' }, { token: i2.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
77
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ToolbarToolBase, ngImport: i0 });
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarToolBase, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarToolBase, decorators: [{
80
80
  type: Directive,
81
81
  args: [{}]
82
- }], ctorParameters: function () { return [{ type: i1.ToolBarButtonComponent }, { type: undefined, decorators: [{
82
+ }], ctorParameters: () => [{ type: i1.ToolBarButtonComponent }, { type: undefined, decorators: [{
83
83
  type: Inject,
84
84
  args: ['command']
85
- }] }, { type: i2.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
85
+ }] }, { type: i2.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
@@ -22,9 +22,9 @@ export class ChangeNotificationService {
22
22
  .subscribe(() => this.changes.emit());
23
23
  }
24
24
  }
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChangeNotificationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
26
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChangeNotificationService });
25
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChangeNotificationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
26
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChangeNotificationService });
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChangeNotificationService, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChangeNotificationService, decorators: [{
29
29
  type: Injectable
30
- }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
30
+ }], ctorParameters: () => [{ type: i0.NgZone }] });
@@ -128,9 +128,9 @@ export class DataMappingService {
128
128
  }
129
129
  return rowspan;
130
130
  }
131
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataMappingService, deps: [{ token: i1.RowspanService }, { token: i2.GroupsService }, { token: i3.DetailsService }, { token: i4.ContextService }], target: i0.ɵɵFactoryTarget.Injectable });
132
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataMappingService });
131
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataMappingService, deps: [{ token: i1.RowspanService }, { token: i2.GroupsService }, { token: i3.DetailsService }, { token: i4.ContextService }], target: i0.ɵɵFactoryTarget.Injectable });
132
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataMappingService });
133
133
  }
134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataMappingService, decorators: [{
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataMappingService, decorators: [{
135
135
  type: Injectable
136
- }], ctorParameters: function () { return [{ type: i1.RowspanService }, { type: i2.GroupsService }, { type: i3.DetailsService }, { type: i4.ContextService }]; } });
136
+ }], ctorParameters: () => [{ type: i1.RowspanService }, { type: i2.GroupsService }, { type: i3.DetailsService }, { type: i4.ContextService }] });
@@ -197,17 +197,17 @@ export class DataBindingDirective {
197
197
  this.grid.updateNavigationMetadata();
198
198
  this.dataChanged = false;
199
199
  }
200
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataBindingDirective, deps: [{ token: i1.GridComponent }, { token: i0.ChangeDetectorRef }, { token: i2.LocalDataChangesService }, { token: i3.RowReorderService }, { token: i4.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
201
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DataBindingDirective, isStandalone: true, selector: "[kendoGridBinding]", inputs: { skip: "skip", sort: "sort", filter: "filter", pageSize: "pageSize", group: "group", data: ["kendoGridBinding", "data"] }, exportAs: ["kendoGridBinding"], usesOnChanges: true, ngImport: i0 });
200
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBindingDirective, deps: [{ token: i1.GridComponent }, { token: i0.ChangeDetectorRef }, { token: i2.LocalDataChangesService }, { token: i3.RowReorderService }, { token: i4.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
201
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DataBindingDirective, isStandalone: true, selector: "[kendoGridBinding]", inputs: { skip: "skip", sort: "sort", filter: "filter", pageSize: "pageSize", group: "group", data: ["kendoGridBinding", "data"] }, exportAs: ["kendoGridBinding"], usesOnChanges: true, ngImport: i0 });
202
202
  }
203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataBindingDirective, decorators: [{
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBindingDirective, decorators: [{
204
204
  type: Directive,
205
205
  args: [{
206
206
  selector: '[kendoGridBinding]',
207
207
  exportAs: 'kendoGridBinding',
208
208
  standalone: true
209
209
  }]
210
- }], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i0.ChangeDetectorRef }, { type: i2.LocalDataChangesService }, { type: i3.RowReorderService }, { type: i4.ContextService }]; }, propDecorators: { skip: [{
210
+ }], ctorParameters: () => [{ type: i1.GridComponent }, { type: i0.ChangeDetectorRef }, { type: i2.LocalDataChangesService }, { type: i3.RowReorderService }, { type: i4.ContextService }], propDecorators: { skip: [{
211
211
  type: Input
212
212
  }], sort: [{
213
213
  type: Input
@@ -12,9 +12,9 @@ export class ColumnReorderService {
12
12
  reorder(e) {
13
13
  this.changes.emit(e);
14
14
  }
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnReorderService });
15
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnReorderService });
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnReorderService, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnReorderService, decorators: [{
19
19
  type: Injectable
20
20
  }] });
@@ -57,9 +57,9 @@ export class DragAndDropService {
57
57
  const comparer = contains.bind(null, element);
58
58
  return this.register.find(({ element: { nativeElement } }) => comparer(nativeElement));
59
59
  }
60
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropService });
60
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropService });
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropService, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropService, decorators: [{
64
64
  type: Injectable
65
65
  }] });
@@ -82,7 +82,8 @@ export class DragHintService {
82
82
  }
83
83
  this.dom = document.createElement("div");
84
84
  decorate(this.dom);
85
- const safeTitle = this.sanitizer.sanitize(SecurityContext.HTML, title);
85
+ const sanitized = this.sanitizer.sanitize(SecurityContext.HTML, title);
86
+ const safeTitle = sanitized?.replace(/<[^>]*>/g, '');
86
87
  const innerHtml = this.isSVG ?
87
88
  svgIconsMarkup(this.cancelIcon.viewBox, this.cancelIcon.content, safeTitle) :
88
89
  fontIconsMarkup(safeTitle);
@@ -124,9 +125,9 @@ export class DragHintService {
124
125
  get isSVG() {
125
126
  return (this.iconsService.iconSettings?.type || this.iconsService.changes.value.type) === 'svg';
126
127
  }
127
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragHintService, deps: [{ token: i1.DomSanitizer }, { token: i2.IconsService }], target: i0.ɵɵFactoryTarget.Injectable });
128
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragHintService });
128
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragHintService, deps: [{ token: i1.DomSanitizer }, { token: i2.IconsService }], target: i0.ɵɵFactoryTarget.Injectable });
129
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragHintService });
129
130
  }
130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragHintService, decorators: [{
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragHintService, decorators: [{
131
132
  type: Injectable
132
- }], ctorParameters: function () { return [{ type: i1.DomSanitizer }, { type: i2.IconsService }]; } });
133
+ }], ctorParameters: () => [{ type: i1.DomSanitizer }, { type: i2.IconsService }] });
@@ -117,18 +117,18 @@ export class DraggableColumnDirective {
117
117
  this.enabled ? this.renderer.addClass(this.element.nativeElement, 'k-touch-action-none') :
118
118
  this.renderer.removeClass(this.element.nativeElement, 'k-touch-action-none');
119
119
  }
120
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
121
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DraggableColumnDirective, isStandalone: true, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, ngImport: i0 });
120
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
121
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DraggableColumnDirective, isStandalone: true, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, ngImport: i0 });
122
122
  }
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableColumnDirective, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DraggableColumnDirective, decorators: [{
124
124
  type: Directive,
125
125
  args: [{
126
126
  selector: '[kendoDraggableColumn]',
127
127
  standalone: true
128
128
  }]
129
- }], ctorParameters: function () { return [{ type: i1.DraggableDirective, decorators: [{
129
+ }], ctorParameters: () => [{ type: i1.DraggableDirective, decorators: [{
130
130
  type: Host
131
- }] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i2.DragAndDropService }, { type: i3.DragHintService }, { type: i4.DropCueService }, { type: i5.NavigationService }, { type: i0.Renderer2 }]; }, propDecorators: { context: [{
131
+ }] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i2.DragAndDropService }, { type: i3.DragHintService }, { type: i4.DropCueService }, { type: i5.NavigationService }, { type: i0.Renderer2 }], propDecorators: { context: [{
132
132
  type: Input
133
133
  }], enableDrag: [{
134
134
  type: Input
@@ -38,9 +38,9 @@ export class DropCueService {
38
38
  const width = this.dom.offsetWidth / 2;
39
39
  this.dom.style.left = left - width + 'px';
40
40
  }
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropCueService });
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropCueService });
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropCueService, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropCueService, decorators: [{
45
45
  type: Injectable
46
46
  }] });
@@ -51,16 +51,16 @@ export class DropTargetDirective {
51
51
  draggable: e.draggable
52
52
  };
53
53
  }
54
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
55
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
54
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
55
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropTargetDirective, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropTargetDirective, decorators: [{
58
58
  type: Directive,
59
59
  args: [{
60
60
  selector: '[kendoDropTarget]',
61
61
  standalone: true
62
62
  }]
63
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.DragAndDropService }]; }, propDecorators: { context: [{
63
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.DragAndDropService }], propDecorators: { context: [{
64
64
  type: Input
65
65
  }], enter: [{
66
66
  type: Output
@@ -47,13 +47,13 @@ export class AddCommandToolbarDirective extends ToolbarEditingToolBase {
47
47
  e.preventDefault();
48
48
  this.editService.beginAdd();
49
49
  }
50
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
51
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoGridAddTool]", usesInheritance: true, ngImport: i0 });
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }, { token: i3.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
51
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoGridAddTool]", usesInheritance: true, ngImport: i0 });
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
54
54
  type: Directive,
55
55
  args: [{
56
56
  selector: '[kendoGridAddTool]',
57
57
  standalone: true
58
58
  }]
59
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i2.ToolBarButtonComponent }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
59
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i2.ToolBarButtonComponent }, { type: i3.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
@@ -41,8 +41,8 @@ export class AddCommandDirective extends Button {
41
41
  super(element, renderer, null, ctx.localization, ngZone);
42
42
  this.editService = editService;
43
43
  }
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
45
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandDirective, isStandalone: true, selector: "[kendoGridAddCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
45
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AddCommandDirective, isStandalone: true, selector: "[kendoGridAddCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
46
46
  <kendo-icon-wrapper
47
47
  *ngIf="icon || svgIcon"
48
48
  innerCssClass="k-button-icon"
@@ -55,7 +55,7 @@ export class AddCommandDirective extends Button {
55
55
  <span class="k-button-text"><ng-content></ng-content></span>
56
56
  `, isInline: true, dependencies: [{ 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: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandDirective, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, decorators: [{
59
59
  type: Component,
60
60
  args: [{
61
61
  selector: '[kendoGridAddCommand]',
@@ -74,7 +74,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
74
74
  standalone: true,
75
75
  imports: [NgIf, IconWrapperComponent, NgClass]
76
76
  }]
77
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
77
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }], propDecorators: { onClick: [{
78
78
  type: HostListener,
79
79
  args: ['click', ['$event']]
80
80
  }], commandClass: [{
@@ -52,13 +52,13 @@ export class CancelCommandToolbarDirective extends ToolbarEditingToolBase {
52
52
  this.editService.editedIndices.forEach(i => this.editService.endEdit(i.index));
53
53
  }
54
54
  }
55
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }, { token: i3.SelectionService }, { token: i4.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
56
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CancelCommandToolbarDirective, isStandalone: true, selector: "[kendoGridCancelTool]", usesInheritance: true, ngImport: i0 });
55
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }, { token: i3.SelectionService }, { token: i4.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
56
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CancelCommandToolbarDirective, isStandalone: true, selector: "[kendoGridCancelTool]", usesInheritance: true, ngImport: i0 });
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandToolbarDirective, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandToolbarDirective, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  selector: '[kendoGridCancelTool]',
62
62
  standalone: true
63
63
  }]
64
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i2.ToolBarButtonComponent }, { type: i3.SelectionService }, { type: i4.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
64
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i2.ToolBarButtonComponent }, { type: i3.SelectionService }, { type: i4.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
@@ -69,8 +69,8 @@ export class CancelCommandDirective extends Button {
69
69
  this.isEdited = this.editService.isEdited(this.rowIndex);
70
70
  }
71
71
  }
72
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
73
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CancelCommandDirective, isStandalone: true, selector: "[kendoGridCancelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
72
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
73
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CancelCommandDirective, isStandalone: true, selector: "[kendoGridCancelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
74
74
  <kendo-icon-wrapper
75
75
  *ngIf="icon || svgIcon"
76
76
  innerCssClass="k-button-icon"
@@ -83,7 +83,7 @@ export class CancelCommandDirective extends Button {
83
83
  <span class="k-button-text"><ng-content></ng-content></span>
84
84
  `, isInline: true, dependencies: [{ 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: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandDirective, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, decorators: [{
87
87
  type: Component,
88
88
  args: [{
89
89
  selector: '[kendoGridCancelCommand]',
@@ -102,10 +102,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
102
102
  standalone: true,
103
103
  imports: [NgIf, IconWrapperComponent, NgClass]
104
104
  }]
105
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
105
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: undefined, decorators: [{
106
106
  type: Inject,
107
107
  args: [CELL_CONTEXT]
108
- }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { visible: [{
108
+ }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }], propDecorators: { visible: [{
109
109
  type: HostBinding,
110
110
  args: ['style.display']
111
111
  }], commandClass: [{
@@ -48,13 +48,13 @@ export class EditCommandToolbarDirective extends ToolbarEditingToolBase {
48
48
  }
49
49
  this.editService.beginEdit(this.lastSelectionIndex);
50
50
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }, { token: i3.SelectionService }, { token: i4.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
52
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditCommandToolbarDirective, isStandalone: true, selector: "[kendoGridEditTool]", usesInheritance: true, ngImport: i0 });
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }, { token: i3.SelectionService }, { token: i4.ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
52
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EditCommandToolbarDirective, isStandalone: true, selector: "[kendoGridEditTool]", usesInheritance: true, ngImport: i0 });
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandToolbarDirective, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandToolbarDirective, decorators: [{
55
55
  type: Directive,
56
56
  args: [{
57
57
  selector: '[kendoGridEditTool]',
58
58
  standalone: true
59
59
  }]
60
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i2.ToolBarButtonComponent }, { type: i3.SelectionService }, { type: i4.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
60
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i2.ToolBarButtonComponent }, { type: i3.SelectionService }, { type: i4.ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
@@ -66,8 +66,8 @@ export class EditCommandDirective extends Button {
66
66
  this.isEdited = this.editService.isEdited(this.rowIndex);
67
67
  }
68
68
  }
69
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
70
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EditCommandDirective, isStandalone: true, selector: "[kendoGridEditCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
69
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
70
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EditCommandDirective, isStandalone: true, selector: "[kendoGridEditCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
71
71
  <kendo-icon-wrapper
72
72
  *ngIf="icon || svgIcon"
73
73
  innerCssClass="k-button-icon"
@@ -80,7 +80,7 @@ export class EditCommandDirective extends Button {
80
80
  <span class="k-button-text"><ng-content></ng-content></span>
81
81
  `, isInline: true, dependencies: [{ 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: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandDirective, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: '[kendoGridEditCommand]',
@@ -99,10 +99,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
99
99
  standalone: true,
100
100
  imports: [NgIf, IconWrapperComponent, NgClass]
101
101
  }]
102
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
102
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: undefined, decorators: [{
103
103
  type: Inject,
104
104
  args: [CELL_CONTEXT]
105
- }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { visible: [{
105
+ }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }], propDecorators: { visible: [{
106
106
  type: HostBinding,
107
107
  args: ['style.display']
108
108
  }], commandClass: [{
@@ -29,15 +29,15 @@ export class EditTemplateDirective {
29
29
  constructor(templateRef) {
30
30
  this.templateRef = templateRef;
31
31
  }
32
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
33
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGridEditTemplate]", ngImport: i0 });
32
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
33
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGridEditTemplate]", ngImport: i0 });
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditTemplateDirective, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[kendoGridEditTemplate]',
39
39
  standalone: true
40
40
  }]
41
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
41
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
42
42
  type: Optional
43
- }] }]; } });
43
+ }] }] });
@@ -171,12 +171,12 @@ export class EditService {
171
171
  }
172
172
  onChanged() {
173
173
  this.ngZone.runOutsideAngular(() => {
174
- this.changedSource.next();
174
+ this.changedSource.next(undefined);
175
175
  });
176
176
  }
177
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
178
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditService });
177
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
178
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService });
179
179
  }
180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditService, decorators: [{
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, decorators: [{
181
181
  type: Injectable
182
- }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
182
+ }], ctorParameters: () => [{ type: i0.NgZone }] });
@@ -36,8 +36,8 @@ export class DialogFormComponent extends DialogContentBase {
36
36
  messageFor(key) {
37
37
  return this.localization.get(key);
38
38
  }
39
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DialogFormComponent, deps: [{ token: i1.DialogRef }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
40
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DialogFormComponent, isStandalone: true, selector: "kendo-grid-dialog-form", inputs: { controls: "controls", formGroup: "formGroup", formSettings: "formSettings" }, usesInheritance: true, ngImport: i0, template: `
39
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialogFormComponent, deps: [{ token: i1.DialogRef }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
40
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DialogFormComponent, isStandalone: true, selector: "kendo-grid-dialog-form", inputs: { controls: "controls", formGroup: "formGroup", formSettings: "formSettings" }, usesInheritance: true, ngImport: i0, template: `
41
41
  <kendo-grid-external-form
42
42
  [controls]="controls"
43
43
  [formGroup]="formGroup"
@@ -62,7 +62,7 @@ export class DialogFormComponent extends DialogContentBase {
62
62
  </kendo-dialog-actions>
63
63
  `, isInline: true, dependencies: [{ kind: "component", type: FormComponent, selector: "kendo-grid-external-form", inputs: ["controls", "formSettings", "formGroup", "actionButtons"], outputs: ["formSubmit"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: i3.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"] }] });
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DialogFormComponent, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialogFormComponent, decorators: [{
66
66
  type: Component,
67
67
  args: [{
68
68
  selector: 'kendo-grid-dialog-form',
@@ -93,7 +93,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
93
93
  </kendo-dialog-actions>
94
94
  `
95
95
  }]
96
- }], ctorParameters: function () { return [{ type: i1.DialogRef }, { type: i2.LocalizationService }]; }, propDecorators: { controls: [{
96
+ }], ctorParameters: () => [{ type: i1.DialogRef }, { type: i2.LocalizationService }], propDecorators: { controls: [{
97
97
  type: Input
98
98
  }], formGroup: [{
99
99
  type: Input