@progress/kendo-angular-grid 17.0.0-develop.21 → 17.0.0-develop.23

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 (433) hide show
  1. package/aggregates/aggregate-types.d.ts +1 -1
  2. package/aggregates/status-bar.component.d.ts +1 -1
  3. package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
  4. package/column-menu/column-chooser.component.d.ts +1 -1
  5. package/column-menu/column-list.component.d.ts +1 -1
  6. package/column-menu/column-menu-autosize.component.d.ts +1 -1
  7. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  8. package/column-menu/column-menu-filter.component.d.ts +1 -1
  9. package/column-menu/column-menu-item-base.d.ts +1 -1
  10. package/column-menu/column-menu-item.component.d.ts +1 -1
  11. package/column-menu/column-menu-item.directive.d.ts +1 -1
  12. package/column-menu/column-menu-position.component.d.ts +1 -1
  13. package/column-menu/column-menu.component.d.ts +1 -1
  14. package/column-resizing/column-handle.directive.d.ts +1 -1
  15. package/column-resizing/column-resize.interface.d.ts +3 -3
  16. package/column-resizing/table.directive.d.ts +1 -1
  17. package/columns/checkbox-column.component.d.ts +1 -1
  18. package/columns/column-base.d.ts +1 -1
  19. package/columns/column.component.d.ts +1 -1
  20. package/columns/reorder-column.component.d.ts +1 -1
  21. package/columns/sort-settings.d.ts +2 -2
  22. package/columns/span-column.component.d.ts +1 -1
  23. package/common/clipboard-types.d.ts +2 -2
  24. package/common/clipboard.directive.d.ts +1 -1
  25. package/common/create-form-group.d.ts +1 -1
  26. package/common/fetch-data-callback.d.ts +1 -1
  27. package/common/remove-confirmation.d.ts +1 -1
  28. package/common/size-options.d.ts +1 -1
  29. package/data/data.iterators.d.ts +1 -1
  30. package/data/grid-item.interface.d.ts +1 -1
  31. package/databinding.directive.d.ts +1 -1
  32. package/dragdrop/context-types.d.ts +1 -1
  33. package/dragdrop/draggable-column.directive.d.ts +1 -1
  34. package/dragdrop/drop-target.directive.d.ts +1 -1
  35. package/editing/edit.service.d.ts +3 -3
  36. package/editing-directives/editing-directive-base.d.ts +1 -1
  37. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  38. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  39. package/editing-directives/template-editing.directive.d.ts +1 -1
  40. package/{esm2020 → esm2022}/aggregates/selection-aggregate.service.mjs +20 -17
  41. package/{esm2020 → esm2022}/aggregates/status-bar-template.directive.mjs +4 -3
  42. package/{esm2020 → esm2022}/aggregates/status-bar.component.mjs +10 -8
  43. package/{esm2020 → esm2022}/column-menu/column-chooser-item-checked.directive.mjs +7 -4
  44. package/{esm2020 → esm2022}/column-menu/column-chooser.component.mjs +35 -23
  45. package/{esm2020 → esm2022}/column-menu/column-list-kb-nav.service.mjs +6 -4
  46. package/{esm2020 → esm2022}/column-menu/column-list.component.mjs +51 -32
  47. package/{esm2020 → esm2022}/column-menu/column-locked-change-event.mjs +4 -0
  48. package/{esm2020 → esm2022}/column-menu/column-menu-autosize-all.component.mjs +6 -5
  49. package/{esm2020 → esm2022}/column-menu/column-menu-autosize.component.mjs +10 -5
  50. package/{esm2020 → esm2022}/column-menu/column-menu-chooser.component.mjs +33 -29
  51. package/{esm2020 → esm2022}/column-menu/column-menu-container.component.mjs +8 -5
  52. package/{esm2020 → esm2022}/column-menu/column-menu-filter.component.mjs +28 -26
  53. package/{esm2020 → esm2022}/column-menu/column-menu-item-base.mjs +9 -6
  54. package/{esm2020 → esm2022}/column-menu/column-menu-item-content-template.directive.mjs +4 -3
  55. package/{esm2020 → esm2022}/column-menu/column-menu-item.component.mjs +73 -42
  56. package/{esm2020 → esm2022}/column-menu/column-menu-item.directive.mjs +38 -28
  57. package/{esm2020 → esm2022}/column-menu/column-menu-lock.component.mjs +9 -6
  58. package/{esm2020 → esm2022}/column-menu/column-menu-position.component.mjs +38 -28
  59. package/{esm2020 → esm2022}/column-menu/column-menu-sort.component.mjs +9 -6
  60. package/{esm2020 → esm2022}/column-menu/column-menu-stick.component.mjs +9 -6
  61. package/{esm2020 → esm2022}/column-menu/column-menu-template.directive.mjs +4 -3
  62. package/{esm2020 → esm2022}/column-menu/column-menu.component.mjs +97 -63
  63. package/{esm2020 → esm2022}/column-menu/column-menu.service.mjs +34 -10
  64. package/{esm2020 → esm2022}/column-menu/column-sticky-change-event.mjs +4 -0
  65. package/{esm2020 → esm2022}/column-menu/column-visibility-change-event.mjs +4 -0
  66. package/{esm2020 → esm2022}/column-resizing/column-handle.directive.mjs +23 -15
  67. package/{esm2020 → esm2022}/column-resizing/column-resizing.service.mjs +8 -8
  68. package/{esm2020 → esm2022}/column-resizing/table.directive.mjs +17 -8
  69. package/{esm2020 → esm2022}/columns/checkbox-column.component.mjs +24 -16
  70. package/{esm2020 → esm2022}/columns/column-base.mjs +188 -84
  71. package/{esm2020 → esm2022}/columns/column-group.component.mjs +29 -20
  72. package/{esm2020 → esm2022}/columns/column-list.mjs +4 -3
  73. package/{esm2020 → esm2022}/columns/column.component.mjs +62 -46
  74. package/{esm2020 → esm2022}/columns/columns-container.mjs +16 -15
  75. package/{esm2020 → esm2022}/columns/command-column.component.mjs +10 -8
  76. package/{esm2020 → esm2022}/columns/reorder-column.component.mjs +23 -12
  77. package/{esm2020 → esm2022}/columns/span-column.component.mjs +49 -29
  78. package/esm2022/common/clipboard.directive.mjs +190 -0
  79. package/{esm2020 → esm2022}/common/clipboard.service.mjs +12 -9
  80. package/{esm2020 → esm2022}/common/column-info.service.mjs +10 -10
  81. package/esm2022/common/dom-events.service.mjs +26 -0
  82. package/{esm2020 → esm2022}/common/event-emitter.mjs +1 -0
  83. package/{esm2020 → esm2022}/common/id.service.mjs +4 -3
  84. package/{esm2020 → esm2022}/common/preventable-event.mjs +1 -3
  85. package/{esm2020 → esm2022}/common/provider.service.mjs +10 -3
  86. package/{esm2020 → esm2022}/common/single-popup.service.mjs +21 -10
  87. package/{esm2020 → esm2022}/common/sort.service.mjs +1 -3
  88. package/{esm2020 → esm2022}/data/change-notification.service.mjs +6 -4
  89. package/{esm2020 → esm2022}/data/data.collection.mjs +5 -0
  90. package/{esm2020 → esm2022}/data/data.iterators.mjs +16 -1
  91. package/{esm2020 → esm2022}/databinding.directive.mjs +24 -16
  92. package/{esm2020 → esm2022}/dragdrop/column-reorder-event.mjs +14 -0
  93. package/{esm2020 → esm2022}/dragdrop/column-reorder.service.mjs +4 -6
  94. package/{esm2020 → esm2022}/dragdrop/drag-and-drop.service.mjs +6 -8
  95. package/{esm2020 → esm2022}/dragdrop/drag-hint.service.mjs +7 -4
  96. package/{esm2020 → esm2022}/dragdrop/draggable-column.directive.mjs +22 -13
  97. package/{esm2020 → esm2022}/dragdrop/drop-cue.service.mjs +4 -3
  98. package/{esm2020 → esm2022}/dragdrop/drop-target.directive.mjs +10 -8
  99. package/{esm2020 → esm2022}/editing/add-command-tool.directive.mjs +6 -4
  100. package/{esm2020 → esm2022}/editing/add-command.directive.mjs +9 -8
  101. package/{esm2020 → esm2022}/editing/cancel-command.directive.mjs +17 -13
  102. package/{esm2020 → esm2022}/editing/cell-close-event.mjs +21 -4
  103. package/{esm2020 → esm2022}/editing/edit-command.directive.mjs +17 -13
  104. package/{esm2020 → esm2022}/editing/edit-template.directive.mjs +4 -3
  105. package/{esm2020 → esm2022}/editing/edit.service.mjs +13 -8
  106. package/{esm2020 → esm2022}/editing/local-data-changes.service.mjs +5 -6
  107. package/{esm2020 → esm2022}/editing/remove-command.directive.mjs +17 -13
  108. package/{esm2020 → esm2022}/editing/save-command.directive.mjs +17 -13
  109. package/{esm2020 → esm2022}/editing-directives/editing-directive-base.mjs +17 -9
  110. package/{esm2020 → esm2022}/editing-directives/in-cell-editing.directive.mjs +10 -3
  111. package/{esm2020 → esm2022}/editing-directives/local-edit.service.mjs +2 -0
  112. package/{esm2020 → esm2022}/editing-directives/reactive-editing.directive.mjs +9 -3
  113. package/{esm2020 → esm2022}/editing-directives/row-editing-directive-base.mjs +4 -3
  114. package/{esm2020 → esm2022}/editing-directives/template-editing.directive.mjs +11 -3
  115. package/{esm2020 → esm2022}/excel/excel-command-tool.directive.mjs +6 -4
  116. package/{esm2020 → esm2022}/excel/excel-command.directive.mjs +10 -9
  117. package/{esm2020 → esm2022}/excel/excel-export-event.mjs +1 -0
  118. package/{esm2020 → esm2022}/excel/excel.component.mjs +66 -12
  119. package/{esm2020 → esm2022}/excel/excel.module.mjs +4 -4
  120. package/{esm2020 → esm2022}/excel/excel.service.mjs +5 -7
  121. package/{esm2020 → esm2022}/filtering/base-filter-cell.component.mjs +22 -11
  122. package/{esm2020 → esm2022}/filtering/boolean-filter.component.mjs +25 -24
  123. package/{esm2020 → esm2022}/filtering/cell/autocomplete-filter-cell.component.mjs +18 -15
  124. package/{esm2020 → esm2022}/filtering/cell/boolean-filter-cell.component.mjs +10 -8
  125. package/{esm2020 → esm2022}/filtering/cell/date-filter-cell.component.mjs +25 -23
  126. package/{esm2020 → esm2022}/filtering/cell/filter-cell-host.directive.mjs +3 -3
  127. package/{esm2020 → esm2022}/filtering/cell/filter-cell-operators.component.mjs +59 -38
  128. package/{esm2020 → esm2022}/filtering/cell/filter-cell-template.directive.mjs +4 -3
  129. package/{esm2020 → esm2022}/filtering/cell/filter-cell-wrapper.component.mjs +8 -8
  130. package/{esm2020 → esm2022}/filtering/cell/filter-cell.component.mjs +9 -9
  131. package/{esm2020 → esm2022}/filtering/cell/numeric-filter-cell.component.mjs +25 -18
  132. package/{esm2020 → esm2022}/filtering/cell/row-filtering.module.mjs +18 -18
  133. package/{esm2020 → esm2022}/filtering/cell/string-filter-cell.component.mjs +23 -17
  134. package/{esm2020 → esm2022}/filtering/date-filter.component.mjs +64 -38
  135. package/{esm2020 → esm2022}/filtering/filter-host.directive.mjs +8 -3
  136. package/{esm2020 → esm2022}/filtering/filter-input-wrapper.component.mjs +11 -8
  137. package/{esm2020 → esm2022}/filtering/filter-input.directive.mjs +20 -13
  138. package/{esm2020 → esm2022}/filtering/filter-row.component.mjs +13 -7
  139. package/{esm2020 → esm2022}/filtering/filter.service.mjs +14 -10
  140. package/{esm2020 → esm2022}/filtering/menu/boolean-filter-menu.component.mjs +25 -13
  141. package/{esm2020 → esm2022}/filtering/menu/date-filter-menu-input.component.mjs +24 -5
  142. package/{esm2020 → esm2022}/filtering/menu/date-filter-menu.component.mjs +26 -21
  143. package/{esm2020 → esm2022}/filtering/menu/filter-menu-container.component.mjs +46 -20
  144. package/{esm2020 → esm2022}/filtering/menu/filter-menu-dropdownlist.directive.mjs +11 -9
  145. package/{esm2020 → esm2022}/filtering/menu/filter-menu-host.directive.mjs +5 -3
  146. package/{esm2020 → esm2022}/filtering/menu/filter-menu-input-wrapper.component.mjs +14 -8
  147. package/{esm2020 → esm2022}/filtering/menu/filter-menu-template.directive.mjs +4 -3
  148. package/{esm2020 → esm2022}/filtering/menu/filter-menu.component.mjs +27 -6
  149. package/{esm2020 → esm2022}/filtering/menu/filter-menu.module.mjs +18 -18
  150. package/{esm2020 → esm2022}/filtering/menu/filter-radio-button.directive.mjs +7 -3
  151. package/{esm2020 → esm2022}/filtering/menu/menu-tabbing.service.mjs +9 -8
  152. package/{esm2020 → esm2022}/filtering/menu/numeric-filter-menu-input.component.mjs +51 -15
  153. package/{esm2020 → esm2022}/filtering/menu/numeric-filter-menu.component.mjs +42 -37
  154. package/{esm2020 → esm2022}/filtering/menu/string-filter-menu-input.component.mjs +14 -5
  155. package/{esm2020 → esm2022}/filtering/menu/string-filter-menu.component.mjs +36 -21
  156. package/{esm2020 → esm2022}/filtering/numeric-filter.component.mjs +51 -28
  157. package/{esm2020 → esm2022}/filtering/operators/after-eq-filter-operator.component.mjs +8 -8
  158. package/{esm2020 → esm2022}/filtering/operators/after-filter-operator.component.mjs +8 -8
  159. package/{esm2020 → esm2022}/filtering/operators/before-eq-filter-operator.component.mjs +8 -8
  160. package/{esm2020 → esm2022}/filtering/operators/before-filter-operator.component.mjs +8 -8
  161. package/{esm2020 → esm2022}/filtering/operators/contains-filter-operator.component.mjs +8 -8
  162. package/{esm2020 → esm2022}/filtering/operators/ends-with-filter-operator.component.mjs +8 -8
  163. package/{esm2020 → esm2022}/filtering/operators/eq-filter-operator.component.mjs +8 -8
  164. package/{esm2020 → esm2022}/filtering/operators/filter-operator.base.mjs +15 -10
  165. package/{esm2020 → esm2022}/filtering/operators/gt-filter-operator.component.mjs +8 -8
  166. package/{esm2020 → esm2022}/filtering/operators/gte-filter-operator.component.mjs +8 -8
  167. package/{esm2020 → esm2022}/filtering/operators/is-empty-filter-operator.component.mjs +8 -8
  168. package/{esm2020 → esm2022}/filtering/operators/is-not-empty-filter-operator.component.mjs +8 -8
  169. package/{esm2020 → esm2022}/filtering/operators/is-not-null-filter-operator.component.mjs +8 -8
  170. package/{esm2020 → esm2022}/filtering/operators/isnull-filter-operator.component.mjs +8 -8
  171. package/{esm2020 → esm2022}/filtering/operators/lt-filter-operator.component.mjs +8 -8
  172. package/{esm2020 → esm2022}/filtering/operators/lte-filter-operator.component.mjs +8 -8
  173. package/{esm2020 → esm2022}/filtering/operators/neq-filter-operator.component.mjs +8 -8
  174. package/{esm2020 → esm2022}/filtering/operators/not-contains-filter-operator.component.mjs +8 -8
  175. package/{esm2020 → esm2022}/filtering/operators/starts-with-filter-operator.component.mjs +8 -8
  176. package/{esm2020 → esm2022}/filtering/shared-filtering.module.mjs +18 -18
  177. package/{esm2020 → esm2022}/filtering/string-filter.component.mjs +20 -15
  178. package/{esm2020 → esm2022}/grid.component.mjs +466 -358
  179. package/{esm2020 → esm2022}/grid.module.mjs +18 -18
  180. package/{esm2020 → esm2022}/grouping/group-footer-template.directive.mjs +4 -3
  181. package/{esm2020 → esm2022}/grouping/group-header-column-template.directive.mjs +4 -3
  182. package/{esm2020 → esm2022}/grouping/group-header-template.directive.mjs +4 -3
  183. package/{esm2020 → esm2022}/grouping/group-header.component.mjs +23 -14
  184. package/{esm2020 → esm2022}/grouping/group-info.service.mjs +1 -3
  185. package/{esm2020 → esm2022}/grouping/group-panel.component.mjs +70 -52
  186. package/{esm2020 → esm2022}/grouping/group-scroll-binding.directive.mjs +11 -9
  187. package/{esm2020 → esm2022}/grouping/group.module.mjs +4 -4
  188. package/{esm2020 → esm2022}/grouping/groups.service.mjs +6 -7
  189. package/{esm2020 → esm2022}/layout/browser-support.service.mjs +7 -4
  190. package/{esm2020 → esm2022}/layout/resizable.directive.mjs +16 -10
  191. package/{esm2020 → esm2022}/layout/resize.service.mjs +6 -8
  192. package/{esm2020 → esm2022}/layout/responsive.service.mjs +7 -9
  193. package/{esm2020 → esm2022}/layout/sizing-options.service.mjs +4 -6
  194. package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +9 -8
  195. package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
  196. package/esm2022/localization/messages.mjs +585 -0
  197. package/{esm2020 → esm2022}/navigation/default-focusable-element.mjs +8 -5
  198. package/{esm2020 → esm2022}/navigation/focus-group.mjs +10 -9
  199. package/{esm2020 → esm2022}/navigation/focus-root.mjs +5 -4
  200. package/{esm2020 → esm2022}/navigation/focusable.directive.mjs +23 -17
  201. package/{esm2020 → esm2022}/navigation/grid-focusable-element.mjs +1 -0
  202. package/{esm2020 → esm2022}/navigation/item-map.mjs +2 -4
  203. package/{esm2020 → esm2022}/navigation/logical-cell.directive.mjs +38 -23
  204. package/{esm2020 → esm2022}/navigation/logical-row.directive.mjs +18 -12
  205. package/{esm2020 → esm2022}/navigation/navigation-cursor.mjs +10 -8
  206. package/{esm2020 → esm2022}/navigation/navigation-metadata.mjs +12 -4
  207. package/{esm2020 → esm2022}/navigation/navigation-model.mjs +1 -3
  208. package/{esm2020 → esm2022}/navigation/navigation.service.mjs +47 -27
  209. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  210. package/{esm2020 → esm2022}/pager/pager-context.service.mjs +5 -4
  211. package/{esm2020 → esm2022}/pager/pager-dropdown.directive.mjs +10 -9
  212. package/{esm2020 → esm2022}/pager/pager-element.component.mjs +27 -20
  213. package/{esm2020 → esm2022}/pager/pager-info.component.mjs +8 -7
  214. package/{esm2020 → esm2022}/pager/pager-input.component.mjs +43 -39
  215. package/{esm2020 → esm2022}/pager/pager-input.directive.mjs +5 -3
  216. package/{esm2020 → esm2022}/pager/pager-next-buttons.component.mjs +9 -8
  217. package/{esm2020 → esm2022}/pager/pager-numeric-buttons.component.mjs +18 -8
  218. package/{esm2020 → esm2022}/pager/pager-page-sizes.component.mjs +12 -10
  219. package/{esm2020 → esm2022}/pager/pager-prev-buttons.component.mjs +5 -4
  220. package/{esm2020 → esm2022}/pager/pager-template.directive.mjs +4 -3
  221. package/{esm2020 → esm2022}/pager/pager.component.mjs +82 -68
  222. package/{esm2020 → esm2022}/pager/pager.module.mjs +4 -4
  223. package/{esm2020 → esm2022}/pdf/grid-query.mjs +4 -0
  224. package/{esm2020 → esm2022}/pdf/pdf-command-tool.directive.mjs +6 -4
  225. package/{esm2020 → esm2022}/pdf/pdf-command.directive.mjs +10 -9
  226. package/{esm2020 → esm2022}/pdf/pdf-margin.component.mjs +3 -3
  227. package/{esm2020 → esm2022}/pdf/pdf-template.directive.mjs +3 -3
  228. package/{esm2020 → esm2022}/pdf/pdf.component.mjs +39 -12
  229. package/{esm2020 → esm2022}/pdf/pdf.module.mjs +4 -4
  230. package/{esm2020 → esm2022}/pdf/pdf.service.mjs +8 -9
  231. package/{esm2020 → esm2022}/rendering/body.module.mjs +14 -14
  232. package/{esm2020 → esm2022}/rendering/cell-loading.template.directive.mjs +4 -3
  233. package/{esm2020 → esm2022}/rendering/cell-template.directive.mjs +4 -3
  234. package/{esm2020 → esm2022}/rendering/cell.component.mjs +25 -16
  235. package/{esm2020 → esm2022}/rendering/common/col-group.component.mjs +8 -9
  236. package/{esm2020 → esm2022}/rendering/common/field-accessor.pipe.mjs +4 -3
  237. package/{esm2020 → esm2022}/rendering/common/loading.component.mjs +10 -8
  238. package/{esm2020 → esm2022}/rendering/common/spacer.component.mjs +11 -6
  239. package/{esm2020 → esm2022}/rendering/details/detail-collapse-event.mjs +8 -0
  240. package/{esm2020 → esm2022}/rendering/details/detail-expand-event.mjs +8 -0
  241. package/{esm2020 → esm2022}/rendering/details/detail-template.directive.mjs +8 -7
  242. package/{esm2020 → esm2022}/rendering/details/details.service.mjs +6 -7
  243. package/{esm2020 → esm2022}/rendering/details-expand.directive.mjs +28 -25
  244. package/{esm2020 → esm2022}/rendering/footer/footer-template.directive.mjs +4 -3
  245. package/{esm2020 → esm2022}/rendering/footer/footer.component.mjs +17 -13
  246. package/{esm2020 → esm2022}/rendering/footer/footer.module.mjs +4 -4
  247. package/{esm2020 → esm2022}/rendering/grid-table.directive.mjs +9 -8
  248. package/{esm2020 → esm2022}/rendering/groups-expand.directive.mjs +21 -18
  249. package/{esm2020 → esm2022}/rendering/header/header-template.directive.mjs +4 -3
  250. package/{esm2020 → esm2022}/rendering/header/header.component.mjs +61 -35
  251. package/{esm2020 → esm2022}/rendering/header/header.module.mjs +18 -18
  252. package/{esm2020 → esm2022}/rendering/list.component.mjs +95 -48
  253. package/{esm2020 → esm2022}/rendering/loading-template.directive.mjs +4 -3
  254. package/{esm2020 → esm2022}/rendering/no-records-template.directive.mjs +4 -3
  255. package/{esm2020 → esm2022}/rendering/table-body.component.mjs +50 -17
  256. package/{esm2020 → esm2022}/rendering/toolbar/toolbar-focusable.directive.mjs +9 -7
  257. package/{esm2020 → esm2022}/rendering/toolbar/toolbar-navigation.service.mjs +9 -8
  258. package/{esm2020 → esm2022}/rendering/toolbar/toolbar-template.directive.mjs +8 -7
  259. package/{esm2020 → esm2022}/rendering/toolbar/toolbar.component.mjs +17 -13
  260. package/{esm2020 → esm2022}/row-reordering/row-reorder.service.mjs +14 -10
  261. package/{esm2020 → esm2022}/scrolling/row-height.service.mjs +5 -2
  262. package/{esm2020 → esm2022}/scrolling/scroll-request.service.mjs +4 -6
  263. package/{esm2020 → esm2022}/scrolling/scroll-sync.service.mjs +10 -8
  264. package/{esm2020 → esm2022}/scrolling/scroller.service.mjs +12 -1
  265. package/{esm2020 → esm2022}/scrolling/suspend.service.mjs +4 -6
  266. package/{esm2020 → esm2022}/selection/cell-selection.service.mjs +31 -20
  267. package/{esm2020 → esm2022}/selection/marquee.directive.mjs +16 -4
  268. package/{esm2020 → esm2022}/selection/pair-set.mjs +16 -16
  269. package/{esm2020 → esm2022}/selection/selectall-checkbox.directive.mjs +26 -16
  270. package/{esm2020 → esm2022}/selection/selection-checkbox.directive.mjs +19 -7
  271. package/{esm2020 → esm2022}/selection/selection-default.mjs +46 -25
  272. package/{esm2020 → esm2022}/selection/selection.directive.mjs +4 -3
  273. package/{esm2020 → esm2022}/selection/selection.service.mjs +31 -18
  274. package/{esm2020 → esm2022}/shared.module.mjs +4 -4
  275. package/excel/excel.component.d.ts +1 -1
  276. package/{fesm2020 → fesm2022}/progress-kendo-angular-grid.mjs +4878 -3051
  277. package/filtering/base-filter-cell.component.d.ts +5 -1
  278. package/filtering/boolean-filter.component.d.ts +2 -13
  279. package/filtering/cell/autocomplete-filter-cell.component.d.ts +2 -7
  280. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  281. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  282. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  283. package/filtering/cell/filter-cell.component.d.ts +1 -1
  284. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  285. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  286. package/filtering/date-filter.component.d.ts +2 -11
  287. package/filtering/filter-host.directive.d.ts +2 -2
  288. package/filtering/filter-input-wrapper.component.d.ts +1 -2
  289. package/filtering/filter-input.directive.d.ts +1 -1
  290. package/filtering/filter-row.component.d.ts +1 -1
  291. package/filtering/filterable.d.ts +1 -1
  292. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  293. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  294. package/filtering/menu/date-filter-menu.component.d.ts +1 -7
  295. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  296. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
  297. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  298. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  299. package/filtering/menu/filter-menu.component.d.ts +1 -1
  300. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  301. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  302. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -7
  303. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  304. package/filtering/menu/string-filter-menu.component.d.ts +1 -7
  305. package/filtering/numeric-filter.component.d.ts +2 -11
  306. package/filtering/operators/filter-operator.base.d.ts +1 -1
  307. package/filtering/string-filter.component.d.ts +2 -11
  308. package/grid.component.d.ts +1 -1
  309. package/grouping/group-header.component.d.ts +1 -1
  310. package/grouping/group-panel.component.d.ts +1 -1
  311. package/grouping/group-scroll-binding.directive.d.ts +1 -1
  312. package/layout/resizable.directive.d.ts +1 -1
  313. package/localization/messages.d.ts +1 -1
  314. package/navigation/focusable.directive.d.ts +1 -1
  315. package/navigation/logical-cell.directive.d.ts +1 -1
  316. package/navigation/logical-row.directive.d.ts +1 -1
  317. package/navigation/navigable-settings.d.ts +2 -2
  318. package/package.json +26 -32
  319. package/pager/pager-context.service.d.ts +1 -1
  320. package/pager/pager-element.component.d.ts +1 -1
  321. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  322. package/pager/pager-page-sizes.component.d.ts +1 -1
  323. package/pager/pager-settings.d.ts +2 -2
  324. package/pager/pager.component.d.ts +1 -1
  325. package/pdf/pdf.component.d.ts +1 -1
  326. package/rendering/cell.component.d.ts +1 -1
  327. package/rendering/common/cell-context.d.ts +1 -1
  328. package/rendering/common/col-group.component.d.ts +1 -1
  329. package/rendering/common/loading.component.d.ts +1 -1
  330. package/rendering/common/row-class.d.ts +4 -4
  331. package/rendering/common/spacer.component.d.ts +1 -1
  332. package/rendering/details/detail-template.directive.d.ts +2 -2
  333. package/rendering/details-expand.directive.d.ts +1 -1
  334. package/rendering/footer/footer.component.d.ts +1 -1
  335. package/rendering/grid-table.directive.d.ts +1 -1
  336. package/rendering/groups-expand.directive.d.ts +1 -1
  337. package/rendering/header/header.component.d.ts +1 -1
  338. package/rendering/list.component.d.ts +1 -1
  339. package/rendering/table-body.component.d.ts +1 -1
  340. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  341. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  342. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  343. package/row-reordering/types.d.ts +1 -1
  344. package/schematics/ngAdd/index.js +4 -4
  345. package/scrolling/scroll-sync.service.d.ts +1 -1
  346. package/scrolling/scroller.service.d.ts +1 -1
  347. package/scrolling/scrollmode.d.ts +1 -1
  348. package/selection/cell-selection.service.d.ts +1 -1
  349. package/selection/selectall-checkbox.directive.d.ts +1 -1
  350. package/selection/selection-checkbox.directive.d.ts +1 -1
  351. package/selection/selection-default.d.ts +1 -1
  352. package/selection/selection.service.d.ts +1 -1
  353. package/selection/types.d.ts +4 -4
  354. package/utils.d.ts +1 -1
  355. package/esm2020/common/clipboard.directive.mjs +0 -186
  356. package/esm2020/common/dom-events.service.mjs +0 -28
  357. package/esm2020/localization/messages.mjs +0 -187
  358. package/fesm2015/progress-kendo-angular-grid.mjs +0 -28650
  359. /package/{esm2020 → esm2022}/aggregates/aggregate-types.mjs +0 -0
  360. /package/{esm2020 → esm2022}/column-menu/column-menu-expandable-item.interface.mjs +0 -0
  361. /package/{esm2020 → esm2022}/column-menu/column-menu-settings.interface.mjs +0 -0
  362. /package/{esm2020 → esm2022}/column-menu/utils.mjs +0 -0
  363. /package/{esm2020 → esm2022}/column-resizing/column-resize.interface.mjs +0 -0
  364. /package/{esm2020 → esm2022}/columns/column-common.mjs +0 -0
  365. /package/{esm2020 → esm2022}/columns/sort-settings.mjs +0 -0
  366. /package/{esm2020 → esm2022}/common/cell-click-event-args.interface.mjs +0 -0
  367. /package/{esm2020 → esm2022}/common/clipboard-types.mjs +0 -0
  368. /package/{esm2020 → esm2022}/common/create-form-group.mjs +0 -0
  369. /package/{esm2020 → esm2022}/common/default-track-by.mjs +0 -0
  370. /package/{esm2020 → esm2022}/common/error-messages.mjs +0 -0
  371. /package/{esm2020 → esm2022}/common/fetch-data-callback.mjs +0 -0
  372. /package/{esm2020 → esm2022}/common/filter-descriptor-differ.mjs +0 -0
  373. /package/{esm2020 → esm2022}/common/filter-operator.interface.mjs +0 -0
  374. /package/{esm2020 → esm2022}/common/remove-confirmation.mjs +0 -0
  375. /package/{esm2020 → esm2022}/common/size-options.mjs +0 -0
  376. /package/{esm2020 → esm2022}/constants.mjs +0 -0
  377. /package/{esm2020 → esm2022}/data/change-event-args.interface.mjs +0 -0
  378. /package/{esm2020 → esm2022}/data/data-item.interface.mjs +0 -0
  379. /package/{esm2020 → esm2022}/data/grid-item.interface.mjs +0 -0
  380. /package/{esm2020 → esm2022}/data/group-footer-item.interface.mjs +0 -0
  381. /package/{esm2020 → esm2022}/data/group-item.interface.mjs +0 -0
  382. /package/{esm2020 → esm2022}/directives.mjs +0 -0
  383. /package/{esm2020 → esm2022}/dragdrop/column-reorder-config.mjs +0 -0
  384. /package/{esm2020 → esm2022}/dragdrop/common.mjs +0 -0
  385. /package/{esm2020 → esm2022}/dragdrop/context-types.mjs +0 -0
  386. /package/{esm2020 → esm2022}/editing/add-event-args.interface.mjs +0 -0
  387. /package/{esm2020 → esm2022}/editing/cancel-event-args.interface.mjs +0 -0
  388. /package/{esm2020 → esm2022}/editing/edit-event-args.interface.mjs +0 -0
  389. /package/{esm2020 → esm2022}/editing/edit-row-options.interface.mjs +0 -0
  390. /package/{esm2020 → esm2022}/editing/remove-event-args.interface.mjs +0 -0
  391. /package/{esm2020 → esm2022}/editing/save-event-args.interface.mjs +0 -0
  392. /package/{esm2020 → esm2022}/editing-directives/create-form-group-args.interface.mjs +0 -0
  393. /package/{esm2020 → esm2022}/editing-directives/edit-service.interface.mjs +0 -0
  394. /package/{esm2020 → esm2022}/editing-directives/local-row-edit.service.mjs +0 -0
  395. /package/{esm2020 → esm2022}/editing-directives/utils.mjs +0 -0
  396. /package/{esm2020 → esm2022}/filtering/cell/filter-cell-component.factory.mjs +0 -0
  397. /package/{esm2020 → esm2022}/filtering/filter-component.interface.mjs +0 -0
  398. /package/{esm2020 → esm2022}/filtering/filterable.mjs +0 -0
  399. /package/{esm2020 → esm2022}/filtering/menu/filter-menu-component.factory.mjs +0 -0
  400. /package/{esm2020 → esm2022}/grouping/group-key.interface.mjs +0 -0
  401. /package/{esm2020 → esm2022}/grouping/group-rows-args.interface.mjs +0 -0
  402. /package/{esm2020 → esm2022}/grouping/group-settings.mjs +0 -0
  403. /package/{esm2020 → esm2022}/grouping/utils.mjs +0 -0
  404. /package/{esm2020 → esm2022}/grouping/virtual-group-result.interface.mjs +0 -0
  405. /package/{esm2020 → esm2022}/index.mjs +0 -0
  406. /package/{esm2020 → esm2022}/layout/row-sync.mjs +0 -0
  407. /package/{esm2020 → esm2022}/navigation/focusable-element.interface.mjs +0 -0
  408. /package/{esm2020 → esm2022}/navigation/logical-cell.interface.mjs +0 -0
  409. /package/{esm2020 → esm2022}/navigation/logical-row.interface.mjs +0 -0
  410. /package/{esm2020 → esm2022}/navigation/navigable-settings.mjs +0 -0
  411. /package/{esm2020 → esm2022}/navigation/navigation-cell.interface.mjs +0 -0
  412. /package/{esm2020 → esm2022}/navigation/navigation-change.interface.mjs +0 -0
  413. /package/{esm2020 → esm2022}/navigation/navigation-mode.mjs +0 -0
  414. /package/{esm2020 → esm2022}/navigation/navigation-row.interface.mjs +0 -0
  415. /package/{esm2020 → esm2022}/pager/pager-settings.mjs +0 -0
  416. /package/{esm2020 → esm2022}/pager/pagesize-item.interface.mjs +0 -0
  417. /package/{esm2020 → esm2022}/pdf/export-element.mjs +0 -0
  418. /package/{esm2020 → esm2022}/pdf/pdf-export-event.mjs +0 -0
  419. /package/{esm2020 → esm2022}/pdf/pdf-margin.interface.mjs +0 -0
  420. /package/{esm2020 → esm2022}/progress-kendo-angular-grid.mjs +0 -0
  421. /package/{esm2020 → esm2022}/rendering/common/cell-context.mjs +0 -0
  422. /package/{esm2020 → esm2022}/rendering/common/dom-queries.mjs +0 -0
  423. /package/{esm2020 → esm2022}/rendering/common/row-args.mjs +0 -0
  424. /package/{esm2020 → esm2022}/rendering/common/row-class.mjs +0 -0
  425. /package/{esm2020 → esm2022}/rendering/constants.mjs +0 -0
  426. /package/{esm2020 → esm2022}/rendering/toolbar/toolbar-position.mjs +0 -0
  427. /package/{esm2020 → esm2022}/row-reordering/types.mjs +0 -0
  428. /package/{esm2020 → esm2022}/row-reordering/utils.mjs +0 -0
  429. /package/{esm2020 → esm2022}/scrolling/content-scroll-event.mjs +0 -0
  430. /package/{esm2020 → esm2022}/scrolling/scroll-bottom-event.mjs +0 -0
  431. /package/{esm2020 → esm2022}/scrolling/scrollmode.mjs +0 -0
  432. /package/{esm2020 → esm2022}/selection/types.mjs +0 -0
  433. /package/{esm2020 → esm2022}/utils.mjs +0 -0
@@ -23,19 +23,10 @@ import * as i3 from "./row-reordering/row-reorder.service";
23
23
  * ```
24
24
  */
25
25
  export class DataBindingDirective {
26
- constructor(grid, changeDetector, localDataChangesService, rowReorderService) {
27
- this.grid = grid;
28
- this.changeDetector = changeDetector;
29
- this.localDataChangesService = localDataChangesService;
30
- this.rowReorderService = rowReorderService;
31
- this.state = {
32
- skip: 0
33
- };
34
- this.originalData = [];
35
- if (localDataChangesService) {
36
- this.dataChangedSubscription = this.localDataChangesService.changes.subscribe(this.rebind.bind(this));
37
- }
38
- }
26
+ grid;
27
+ changeDetector;
28
+ localDataChangesService;
29
+ rowReorderService;
39
30
  /**
40
31
  * Defines the number of records that will be skipped by the pager.
41
32
  * @default 0
@@ -83,6 +74,23 @@ export class DataBindingDirective {
83
74
  }
84
75
  this.dataChanged = true;
85
76
  }
77
+ state = {
78
+ skip: 0
79
+ };
80
+ originalData = [];
81
+ dataChanged;
82
+ stateChangeSubscription;
83
+ dataChangedSubscription;
84
+ rowReorderSubscription;
85
+ constructor(grid, changeDetector, localDataChangesService, rowReorderService) {
86
+ this.grid = grid;
87
+ this.changeDetector = changeDetector;
88
+ this.localDataChangesService = localDataChangesService;
89
+ this.rowReorderService = rowReorderService;
90
+ if (localDataChangesService) {
91
+ this.dataChangedSubscription = this.localDataChangesService.changes.subscribe(this.rebind.bind(this));
92
+ }
93
+ }
86
94
  /**
87
95
  * @hidden
88
96
  */
@@ -170,10 +178,10 @@ export class DataBindingDirective {
170
178
  this.grid.updateNavigationMetadata();
171
179
  this.dataChanged = false;
172
180
  }
181
+ 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 }], target: i0.ɵɵFactoryTarget.Directive });
182
+ 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 });
173
183
  }
174
- DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DataBindingDirective, deps: [{ token: i1.GridComponent }, { token: i0.ChangeDetectorRef }, { token: i2.LocalDataChangesService }, { token: i3.RowReorderService }], target: i0.ɵɵFactoryTarget.Directive });
175
- DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DataBindingDirective, decorators: [{
184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataBindingDirective, decorators: [{
177
185
  type: Directive,
178
186
  args: [{
179
187
  selector: '[kendoGridBinding]',
@@ -7,6 +7,20 @@ import { PreventableEvent } from '../common/preventable-event';
7
7
  * Arguments for the `columnReorder` event.
8
8
  */
9
9
  export class ColumnReorderEvent extends PreventableEvent {
10
+ /**
11
+ * The reordered column.
12
+ */
13
+ column;
14
+ /**
15
+ * The new index of the column.
16
+ * Relative to the collection of columns.
17
+ */
18
+ newIndex;
19
+ /**
20
+ * The original index of the column before reordering.
21
+ * Relative to the collection of columns.
22
+ */
23
+ oldIndex;
10
24
  /**
11
25
  * @hidden
12
26
  */
@@ -8,15 +8,13 @@ import * as i0 from "@angular/core";
8
8
  * @hidden
9
9
  */
10
10
  export class ColumnReorderService {
11
- constructor() {
12
- this.changes = new EventEmitter();
13
- }
11
+ changes = new EventEmitter();
14
12
  reorder(e) {
15
13
  this.changes.emit(e);
16
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 });
17
17
  }
18
- ColumnReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19
- ColumnReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnReorderService });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnReorderService, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnReorderService, decorators: [{
21
19
  type: Injectable
22
20
  }] });
@@ -9,11 +9,9 @@ import * as i0 from "@angular/core";
9
9
  * @hidden
10
10
  */
11
11
  export class DragAndDropService {
12
- constructor() {
13
- this.changes = new EventEmitter();
14
- this.register = [];
15
- this.lastTarget = null;
16
- }
12
+ changes = new EventEmitter();
13
+ register = [];
14
+ lastTarget = null;
17
15
  add(target) {
18
16
  this.register.push(target);
19
17
  }
@@ -54,9 +52,9 @@ export class DragAndDropService {
54
52
  const comparer = contains.bind(null, element);
55
53
  return this.register.find(({ element: { nativeElement } }) => comparer(nativeElement));
56
54
  }
55
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
56
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropService });
57
57
  }
58
- DragAndDropService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
59
- DragAndDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropService });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropService, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropService, decorators: [{
61
59
  type: Injectable
62
60
  }] });
@@ -65,10 +65,13 @@ const fontIconsMarkup = (safeTitle) => `
65
65
  * @hidden
66
66
  */
67
67
  export class DragHintService {
68
+ santizer;
69
+ iconsService;
70
+ dom;
71
+ cancelIcon = cancelIcon;
68
72
  constructor(santizer, iconsService) {
69
73
  this.santizer = santizer;
70
74
  this.iconsService = iconsService;
71
- this.cancelIcon = cancelIcon;
72
75
  }
73
76
  create(title) {
74
77
  if (!isDocumentAvailable()) {
@@ -118,9 +121,9 @@ export class DragHintService {
118
121
  get isSVG() {
119
122
  return (this.iconsService.iconSettings?.type || this.iconsService.changes.value.type) === 'svg';
120
123
  }
124
+ 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 });
125
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragHintService });
121
126
  }
122
- DragHintService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragHintService, deps: [{ token: i1.DomSanitizer }, { token: i2.IconsService }], target: i0.ɵɵFactoryTarget.Injectable });
123
- DragHintService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragHintService });
124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragHintService, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragHintService, decorators: [{
125
128
  type: Injectable
126
129
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }, { type: i2.IconsService }]; } });
@@ -37,6 +37,25 @@ const hideThenShow = (element, cont) => {
37
37
  * @hidden
38
38
  */
39
39
  export class DraggableColumnDirective {
40
+ draggable;
41
+ element;
42
+ zone;
43
+ service;
44
+ hint;
45
+ cue;
46
+ nav;
47
+ renderer;
48
+ context = {};
49
+ set enableDrag(enabled) {
50
+ this.enabled = enabled;
51
+ this.updateTouchAction();
52
+ }
53
+ drag = new EventEmitter();
54
+ get hostClass() {
55
+ return this.enabled;
56
+ }
57
+ subscriptions = new Subscription();
58
+ enabled;
40
59
  constructor(draggable, element, zone, service, hint, cue, nav, renderer) {
41
60
  this.draggable = draggable;
42
61
  this.element = element;
@@ -46,16 +65,6 @@ export class DraggableColumnDirective {
46
65
  this.cue = cue;
47
66
  this.nav = nav;
48
67
  this.renderer = renderer;
49
- this.context = {};
50
- this.drag = new EventEmitter();
51
- this.subscriptions = new Subscription();
52
- }
53
- set enableDrag(enabled) {
54
- this.enabled = enabled;
55
- this.updateTouchAction();
56
- }
57
- get hostClass() {
58
- return this.enabled;
59
68
  }
60
69
  ngOnInit() {
61
70
  this.subscriptions.add(this.zone.runOutsideAngular(() => this.draggable.kendoPress.pipe(filter(_ => this.enabled), filter(({ originalEvent: { target } }) => target === this.element.nativeElement || skipButtons(target)), tap((e) => {
@@ -111,10 +120,10 @@ export class DraggableColumnDirective {
111
120
  this.enabled ? this.renderer.addClass(this.element.nativeElement, 'k-touch-action-none') :
112
121
  this.renderer.removeClass(this.element.nativeElement, 'k-touch-action-none');
113
122
  }
123
+ 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 });
124
+ 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" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
114
125
  }
115
- DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
116
- DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DraggableColumnDirective, isStandalone: true, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableColumnDirective, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableColumnDirective, decorators: [{
118
127
  type: Directive,
119
128
  args: [{
120
129
  selector: '[kendoDraggableColumn]',
@@ -10,6 +10,7 @@ import * as i0 from "@angular/core";
10
10
  * @hidden
11
11
  */
12
12
  export class DropCueService {
13
+ dom;
13
14
  create() {
14
15
  if (!isDocumentAvailable()) {
15
16
  return;
@@ -37,9 +38,9 @@ export class DropCueService {
37
38
  const width = this.dom.offsetWidth / 2;
38
39
  this.dom.style.left = left - width + 'px';
39
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 });
40
43
  }
41
- DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropCueService });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropCueService, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropCueService, decorators: [{
44
45
  type: Injectable
45
46
  }] });
@@ -12,14 +12,16 @@ import * as i1 from "./drag-and-drop.service";
12
12
  * @hidden
13
13
  */
14
14
  export class DropTargetDirective {
15
+ element;
16
+ service;
17
+ context = {};
18
+ enter = new EventEmitter();
19
+ leave = new EventEmitter();
20
+ drop = new EventEmitter();
21
+ subscriptions = new Subscription();
15
22
  constructor(element, service) {
16
23
  this.element = element;
17
24
  this.service = service;
18
- this.context = {};
19
- this.enter = new EventEmitter();
20
- this.leave = new EventEmitter();
21
- this.drop = new EventEmitter();
22
- this.subscriptions = new Subscription();
23
25
  }
24
26
  ngOnInit() {
25
27
  this.service.add(this);
@@ -49,10 +51,10 @@ export class DropTargetDirective {
49
51
  draggable: e.draggable
50
52
  };
51
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 });
52
56
  }
53
- DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
54
- DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropTargetDirective, decorators: [{
56
58
  type: Directive,
57
59
  args: [{
58
60
  selector: '[kendoDropTarget]',
@@ -29,10 +29,12 @@ import * as i2 from "@progress/kendo-angular-toolbar";
29
29
  * ```
30
30
  */
31
31
  export class AddCommandToolbarDirective {
32
+ editService;
33
+ host;
34
+ clickSub = new Subscription();
32
35
  constructor(editService, host) {
33
36
  this.editService = editService;
34
37
  this.host = host;
35
- this.clickSub = new Subscription();
36
38
  }
37
39
  ngOnInit() {
38
40
  this.clickSub = this.host.click.subscribe(e => this.onClick(e));
@@ -50,10 +52,10 @@ export class AddCommandToolbarDirective {
50
52
  e.preventDefault();
51
53
  this.editService.beginAdd();
52
54
  }
55
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
56
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoGridAddTool]", ngImport: i0 });
53
57
  }
54
- AddCommandToolbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: i1.EditService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
55
- AddCommandToolbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoGridAddTool]", ngImport: i0 });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
57
59
  type: Directive,
58
60
  args: [{
59
61
  selector: '[kendoGridAddTool]',
@@ -28,10 +28,7 @@ import * as i2 from "../common/provider.service";
28
28
  * ```
29
29
  */
30
30
  export class AddCommandDirective extends Button {
31
- constructor(editService, element, renderer, ctx, ngZone) {
32
- super(element, renderer, null, ctx.localization, ngZone);
33
- this.editService = editService;
34
- }
31
+ editService;
35
32
  /**
36
33
  * @hidden
37
34
  */
@@ -45,9 +42,12 @@ export class AddCommandDirective extends Button {
45
42
  get commandClass() {
46
43
  return true;
47
44
  }
48
- }
49
- AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
50
- AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandDirective, isStandalone: true, selector: "[kendoGridAddCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
45
+ constructor(editService, element, renderer, ctx, ngZone) {
46
+ super(element, renderer, null, ctx.localization, ngZone);
47
+ this.editService = editService;
48
+ }
49
+ 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 });
50
+ 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: `
51
51
  <kendo-icon-wrapper
52
52
  *ngIf="icon || svgIcon"
53
53
  innerCssClass="k-button-icon"
@@ -59,7 +59,8 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
59
59
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
60
60
  <span class="k-button-text"><ng-content></ng-content></span>
61
61
  `, 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"] }] });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, decorators: [{
62
+ }
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandDirective, decorators: [{
63
64
  type: Component,
64
65
  args: [{
65
66
  selector: '[kendoGridAddCommand]',
@@ -34,21 +34,20 @@ import * as i2 from "../common/provider.service";
34
34
  * ```
35
35
  */
36
36
  export class CancelCommandDirective extends Button {
37
- constructor(editService, cellContext, element, renderer, ctx, ngZone) {
38
- super(element, renderer, null, ctx.localization, ngZone);
39
- this.editService = editService;
40
- this.cellContext = cellContext;
41
- /**
42
- * @hidden
43
- */
44
- this.commandClass = true;
45
- }
37
+ editService;
38
+ cellContext;
39
+ rowIndex;
40
+ isEdited;
46
41
  /**
47
42
  * @hidden
48
43
  */
49
44
  get visible() {
50
45
  return !this.isEdited ? 'none' : '';
51
46
  }
47
+ /**
48
+ * @hidden
49
+ */
50
+ commandClass = true;
52
51
  /**
53
52
  * @hidden
54
53
  */
@@ -58,15 +57,19 @@ export class CancelCommandDirective extends Button {
58
57
  this.editService.endEdit(this.rowIndex);
59
58
  }
60
59
  }
60
+ constructor(editService, cellContext, element, renderer, ctx, ngZone) {
61
+ super(element, renderer, null, ctx.localization, ngZone);
62
+ this.editService = editService;
63
+ this.cellContext = cellContext;
64
+ }
61
65
  ngDoCheck() {
62
66
  if (this.cellContext) {
63
67
  this.rowIndex = this.cellContext.rowIndex;
64
68
  this.isEdited = this.editService.isEdited(this.rowIndex);
65
69
  }
66
70
  }
67
- }
68
- CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
69
- CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
71
+ 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 });
72
+ 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: `
70
73
  <kendo-icon-wrapper
71
74
  *ngIf="icon || svgIcon"
72
75
  innerCssClass="k-button-icon"
@@ -78,7 +81,8 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
78
81
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
79
82
  <span class="k-button-text"><ng-content></ng-content></span>
80
83
  `, 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"] }] });
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, decorators: [{
84
+ }
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandDirective, decorators: [{
82
86
  type: Component,
83
87
  args: [{
84
88
  selector: '[kendoGridCancelCommand]',
@@ -7,12 +7,29 @@ import { PreventableEvent } from '../common/preventable-event';
7
7
  * Arguments for the `cellClose` event.
8
8
  */
9
9
  export class CellCloseEvent extends PreventableEvent {
10
+ isNew;
11
+ dataItem;
12
+ rowIndex;
13
+ sender;
14
+ /**
15
+ * @hidden
16
+ */
17
+ action = 'cellClose';
18
+ /**
19
+ * The Grid column that will be closed.
20
+ */
21
+ column;
22
+ /**
23
+ * The [FormGroup](link:site.data.urls.angular['formgroupapi']) that is used to edit the cell which will be closed.
24
+ */
25
+ formGroup;
26
+ /**
27
+ * The DOM event that caused the `cellClose` event.
28
+ * May not be present if `cellClose` was caused by an API call.
29
+ */
30
+ originalEvent;
10
31
  constructor(options) {
11
32
  super();
12
- /**
13
- * @hidden
14
- */
15
- this.action = 'cellClose';
16
33
  Object.assign(this, options);
17
34
  }
18
35
  }
@@ -34,21 +34,20 @@ import * as i2 from "../common/provider.service";
34
34
  *
35
35
  */
36
36
  export class EditCommandDirective extends Button {
37
- constructor(editService, cellContext, element, renderer, ctx, ngZone) {
38
- super(element, renderer, null, ctx.localization, ngZone);
39
- this.editService = editService;
40
- this.cellContext = cellContext;
41
- /**
42
- * @hidden
43
- */
44
- this.commandClass = true;
45
- }
37
+ editService;
38
+ cellContext;
39
+ rowIndex;
40
+ isEdited;
46
41
  /**
47
42
  * @hidden
48
43
  */
49
44
  get visible() {
50
45
  return this.isEdited ? 'none' : '';
51
46
  }
47
+ /**
48
+ * @hidden
49
+ */
50
+ commandClass = true;
52
51
  /**
53
52
  * @hidden
54
53
  */
@@ -56,15 +55,19 @@ export class EditCommandDirective extends Button {
56
55
  e.preventDefault();
57
56
  this.editService.beginEdit(this.rowIndex);
58
57
  }
58
+ constructor(editService, cellContext, element, renderer, ctx, ngZone) {
59
+ super(element, renderer, null, ctx.localization, ngZone);
60
+ this.editService = editService;
61
+ this.cellContext = cellContext;
62
+ }
59
63
  ngDoCheck() {
60
64
  if (this.cellContext) {
61
65
  this.rowIndex = this.cellContext.rowIndex;
62
66
  this.isEdited = this.editService.isEdited(this.rowIndex);
63
67
  }
64
68
  }
65
- }
66
- EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
67
- EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: "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: `
68
71
  <kendo-icon-wrapper
69
72
  *ngIf="icon || svgIcon"
70
73
  innerCssClass="k-button-icon"
@@ -76,7 +79,8 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
76
79
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
77
80
  <span class="k-button-text"><ng-content></ng-content></span>
78
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"] }] });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, decorators: [{
82
+ }
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandDirective, decorators: [{
80
84
  type: Component,
81
85
  args: [{
82
86
  selector: '[kendoGridEditCommand]',
@@ -17,13 +17,14 @@ import * as i0 from "@angular/core";
17
17
  * - `isNew`&mdash;The state of the current item. Use it as an alias for a template variable by utilizing the `let-isNew="isNew"` syntax.
18
18
  */
19
19
  export class EditTemplateDirective {
20
+ templateRef;
20
21
  constructor(templateRef) {
21
22
  this.templateRef = templateRef;
22
23
  }
24
+ 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 });
25
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGridEditTemplate]", ngImport: i0 });
23
26
  }
24
- EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
25
- EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGridEditTemplate]", ngImport: i0 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditTemplateDirective, decorators: [{
27
28
  type: Directive,
28
29
  args: [{
29
30
  selector: '[kendoGridEditTemplate]',
@@ -24,13 +24,18 @@ const isNewRow = (index) => index === -1 || index === undefined;
24
24
  * @hidden
25
25
  */
26
26
  export class EditService {
27
+ ngZone;
28
+ changes = new EventEmitter();
29
+ changed;
30
+ editedIndices = [];
31
+ newItemGroup;
32
+ keepEditCell = false;
33
+ keepCellTimeout;
34
+ column;
35
+ closingCell = false;
36
+ changedSource = new Subject();
27
37
  constructor(ngZone) {
28
38
  this.ngZone = ngZone;
29
- this.changes = new EventEmitter();
30
- this.editedIndices = [];
31
- this.keepEditCell = false;
32
- this.closingCell = false;
33
- this.changedSource = new Subject();
34
39
  this.changed = this.changedSource.asObservable().pipe(switchMap(() => this.ngZone.onStable.asObservable().pipe(take(1))));
35
40
  }
36
41
  editRow(index, group = undefined) {
@@ -169,9 +174,9 @@ export class EditService {
169
174
  this.changedSource.next();
170
175
  });
171
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 });
172
179
  }
173
- EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
174
- EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService });
175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService, decorators: [{
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditService, decorators: [{
176
181
  type: Injectable
177
182
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -8,12 +8,11 @@ import * as i0 from "@angular/core";
8
8
  * @hidden
9
9
  */
10
10
  export class LocalDataChangesService {
11
- constructor() {
12
- this.changes = new EventEmitter();
13
- }
11
+ changes = new EventEmitter();
12
+ data;
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalDataChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalDataChangesService });
14
15
  }
15
- LocalDataChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalDataChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
- LocalDataChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalDataChangesService });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalDataChangesService, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalDataChangesService, decorators: [{
18
17
  type: Injectable
19
18
  }] });