@progress/kendo-angular-grid 16.5.0 → 16.6.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 (323) hide show
  1. package/NOTICE.txt +12 -19
  2. package/aggregates/status-bar-template.directive.d.ts +1 -1
  3. package/aggregates/status-bar.component.d.ts +1 -1
  4. package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
  5. package/column-menu/column-chooser.component.d.ts +1 -1
  6. package/column-menu/column-list.component.d.ts +1 -1
  7. package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
  8. package/column-menu/column-menu-autosize.component.d.ts +1 -1
  9. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  10. package/column-menu/column-menu-container.component.d.ts +1 -1
  11. package/column-menu/column-menu-filter.component.d.ts +1 -1
  12. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu-item.component.d.ts +1 -1
  14. package/column-menu/column-menu-item.directive.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +1 -1
  16. package/column-menu/column-menu-position.component.d.ts +1 -1
  17. package/column-menu/column-menu-sort.component.d.ts +1 -1
  18. package/column-menu/column-menu-stick.component.d.ts +1 -1
  19. package/column-menu/column-menu-template.directive.d.ts +1 -1
  20. package/column-menu/column-menu.component.d.ts +1 -1
  21. package/column-resizing/column-handle.directive.d.ts +1 -1
  22. package/column-resizing/table.directive.d.ts +1 -1
  23. package/columns/checkbox-column.component.d.ts +1 -1
  24. package/columns/column-base.d.ts +1 -1
  25. package/columns/column-group.component.d.ts +1 -1
  26. package/columns/column.component.d.ts +1 -1
  27. package/columns/command-column.component.d.ts +1 -1
  28. package/columns/reorder-column.component.d.ts +1 -1
  29. package/columns/span-column.component.d.ts +1 -1
  30. package/common/cell-click-event-args.interface.d.ts +1 -1
  31. package/common/clipboard.directive.d.ts +1 -1
  32. package/databinding.directive.d.ts +1 -1
  33. package/directives.d.ts +260 -0
  34. package/dragdrop/draggable-column.directive.d.ts +1 -1
  35. package/dragdrop/drop-target.directive.d.ts +1 -1
  36. package/editing/add-command.directive.d.ts +1 -1
  37. package/editing/cancel-command.directive.d.ts +1 -1
  38. package/editing/edit-command.directive.d.ts +1 -1
  39. package/editing/edit-template.directive.d.ts +1 -1
  40. package/editing/remove-command.directive.d.ts +1 -1
  41. package/editing/save-command.directive.d.ts +1 -1
  42. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  43. package/editing-directives/reactive-editing.directive.d.ts +2 -2
  44. package/editing-directives/template-editing.directive.d.ts +1 -1
  45. package/esm2020/aggregates/status-bar-template.directive.mjs +3 -2
  46. package/esm2020/aggregates/status-bar.component.mjs +6 -4
  47. package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +5 -2
  48. package/esm2020/column-menu/column-chooser.component.mjs +5 -5
  49. package/esm2020/column-menu/column-list.component.mjs +6 -5
  50. package/esm2020/column-menu/column-menu-autosize-all.component.mjs +7 -5
  51. package/esm2020/column-menu/column-menu-autosize.component.mjs +7 -5
  52. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  53. package/esm2020/column-menu/column-menu-container.component.mjs +3 -2
  54. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  55. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  56. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  57. package/esm2020/column-menu/column-menu-item.directive.mjs +5 -2
  58. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  59. package/esm2020/column-menu/column-menu-position.component.mjs +10 -8
  60. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  61. package/esm2020/column-menu/column-menu-stick.component.mjs +6 -4
  62. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  63. package/esm2020/column-menu/column-menu.component.mjs +26 -19
  64. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  65. package/esm2020/column-resizing/table.directive.mjs +3 -2
  66. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  67. package/esm2020/columns/column-group.component.mjs +3 -2
  68. package/esm2020/columns/column.component.mjs +3 -2
  69. package/esm2020/columns/command-column.component.mjs +3 -2
  70. package/esm2020/columns/reorder-column.component.mjs +3 -2
  71. package/esm2020/columns/span-column.component.mjs +3 -2
  72. package/esm2020/common/clipboard.directive.mjs +3 -2
  73. package/esm2020/databinding.directive.mjs +3 -2
  74. package/esm2020/directives.mjs +475 -0
  75. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  76. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  77. package/esm2020/editing/add-command.directive.mjs +7 -5
  78. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  79. package/esm2020/editing/edit-command.directive.mjs +7 -5
  80. package/esm2020/editing/edit-template.directive.mjs +3 -2
  81. package/esm2020/editing/remove-command.directive.mjs +7 -5
  82. package/esm2020/editing/save-command.directive.mjs +7 -5
  83. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  84. package/esm2020/editing-directives/reactive-editing.directive.mjs +4 -3
  85. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  86. package/esm2020/excel/excel-command.directive.mjs +7 -5
  87. package/esm2020/excel/excel.component.mjs +3 -2
  88. package/esm2020/excel/excel.module.mjs +11 -9
  89. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +8 -6
  90. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  91. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  92. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  93. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  94. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  95. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  96. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  97. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  98. package/esm2020/filtering/cell/row-filtering.module.mjs +88 -57
  99. package/esm2020/filtering/cell/string-filter-cell.component.mjs +10 -7
  100. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  101. package/esm2020/filtering/filter-row.component.mjs +8 -6
  102. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +7 -6
  103. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +8 -6
  104. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  105. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  106. package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +5 -2
  107. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  108. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -5
  109. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  110. package/esm2020/filtering/menu/filter-menu.component.mjs +7 -5
  111. package/esm2020/filtering/menu/filter-menu.module.mjs +92 -70
  112. package/esm2020/filtering/menu/filter-radio-button.directive.mjs +5 -2
  113. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  114. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  115. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  116. package/esm2020/filtering/menu/string-filter-menu.component.mjs +9 -7
  117. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  118. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  119. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  120. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  121. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  122. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  123. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  124. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  125. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  126. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  127. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  128. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  129. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  130. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  131. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  132. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  133. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  134. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  135. package/esm2020/filtering/shared-filtering.module.mjs +78 -137
  136. package/esm2020/grid.component.mjs +31 -25
  137. package/esm2020/grid.module.mjs +180 -237
  138. package/esm2020/grouping/group-footer-template.directive.mjs +3 -2
  139. package/esm2020/grouping/group-header-column-template.directive.mjs +3 -2
  140. package/esm2020/grouping/group-header-template.directive.mjs +3 -2
  141. package/esm2020/grouping/group-header.component.mjs +10 -8
  142. package/esm2020/grouping/group-panel.component.mjs +11 -10
  143. package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -2
  144. package/esm2020/grouping/group.module.mjs +37 -37
  145. package/esm2020/index.mjs +1 -1
  146. package/esm2020/layout/resizable.directive.mjs +3 -2
  147. package/esm2020/localization/custom-messages.component.mjs +3 -2
  148. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  149. package/esm2020/navigation/focusable.directive.mjs +3 -2
  150. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  151. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  152. package/esm2020/package-metadata.mjs +2 -2
  153. package/esm2020/pager/pager-dropdown.directive.mjs +5 -2
  154. package/esm2020/pager/pager-info.component.mjs +3 -2
  155. package/esm2020/pager/pager-input.component.mjs +8 -8
  156. package/esm2020/pager/pager-input.directive.mjs +5 -2
  157. package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
  158. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  159. package/esm2020/pager/pager-page-sizes.component.mjs +10 -8
  160. package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
  161. package/esm2020/pager/pager-template.directive.mjs +3 -2
  162. package/esm2020/pager/pager.component.mjs +10 -11
  163. package/esm2020/pager/pager.module.mjs +35 -81
  164. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  165. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  166. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  167. package/esm2020/pdf/pdf.component.mjs +3 -2
  168. package/esm2020/pdf/pdf.module.mjs +13 -28
  169. package/esm2020/rendering/body.module.mjs +72 -109
  170. package/esm2020/rendering/cell-loading.template.directive.mjs +3 -2
  171. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  172. package/esm2020/rendering/cell.component.mjs +15 -11
  173. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  174. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  175. package/esm2020/rendering/common/loading.component.mjs +6 -4
  176. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  177. package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
  178. package/esm2020/rendering/details-expand.directive.mjs +3 -2
  179. package/esm2020/rendering/footer/footer-template.directive.mjs +3 -2
  180. package/esm2020/rendering/footer/footer.component.mjs +9 -7
  181. package/esm2020/rendering/footer/footer.module.mjs +24 -18
  182. package/esm2020/rendering/grid-table.directive.mjs +3 -2
  183. package/esm2020/rendering/groups-expand.directive.mjs +3 -2
  184. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  185. package/esm2020/rendering/header/header.component.mjs +19 -18
  186. package/esm2020/rendering/header/header.module.mjs +136 -47
  187. package/esm2020/rendering/list.component.mjs +12 -11
  188. package/esm2020/rendering/loading-template.directive.mjs +3 -2
  189. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  190. package/esm2020/rendering/table-body.component.mjs +15 -12
  191. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  192. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  193. package/esm2020/rendering/toolbar/toolbar.component.mjs +6 -4
  194. package/esm2020/selection/marquee.directive.mjs +3 -2
  195. package/esm2020/selection/selectall-checkbox.directive.mjs +4 -3
  196. package/esm2020/selection/selection-checkbox.directive.mjs +3 -2
  197. package/esm2020/selection/selection.directive.mjs +3 -2
  198. package/esm2020/shared.module.mjs +24 -79
  199. package/excel/excel-command.directive.d.ts +1 -1
  200. package/excel/excel.component.d.ts +1 -1
  201. package/excel/excel.module.d.ts +4 -4
  202. package/fesm2015/progress-kendo-angular-grid.mjs +23472 -23457
  203. package/fesm2020/progress-kendo-angular-grid.mjs +22566 -22551
  204. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  205. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  206. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  207. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  208. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  209. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  210. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  211. package/filtering/cell/filter-cell.component.d.ts +1 -1
  212. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  213. package/filtering/cell/row-filtering.module.d.ts +38 -3
  214. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  215. package/filtering/date-filter.component.d.ts +1 -1
  216. package/filtering/filter-input.directive.d.ts +1 -1
  217. package/filtering/filter-row.component.d.ts +1 -1
  218. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  219. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  220. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  221. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  222. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
  223. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  224. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  225. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  226. package/filtering/menu/filter-menu.component.d.ts +1 -1
  227. package/filtering/menu/filter-menu.module.d.ts +52 -17
  228. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  229. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  230. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  231. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  232. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  233. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  234. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  235. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  236. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  237. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  238. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  239. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  240. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  241. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  242. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  243. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  244. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  245. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  246. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  247. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  248. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  249. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  250. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  251. package/filtering/shared-filtering.module.d.ts +38 -30
  252. package/grid.component.d.ts +3 -3
  253. package/grid.module.d.ts +131 -116
  254. package/grouping/group-footer-template.directive.d.ts +1 -1
  255. package/grouping/group-header-column-template.directive.d.ts +1 -1
  256. package/grouping/group-header-template.directive.d.ts +1 -1
  257. package/grouping/group-header.component.d.ts +1 -1
  258. package/grouping/group-panel.component.d.ts +1 -1
  259. package/grouping/group-scroll-binding.directive.d.ts +1 -1
  260. package/grouping/group.module.d.ts +27 -12
  261. package/index.d.ts +1 -1
  262. package/layout/resizable.directive.d.ts +1 -1
  263. package/localization/custom-messages.component.d.ts +1 -1
  264. package/localization/localized-messages.directive.d.ts +1 -1
  265. package/navigation/focusable.directive.d.ts +1 -1
  266. package/navigation/logical-cell.directive.d.ts +1 -1
  267. package/navigation/logical-row.directive.d.ts +1 -1
  268. package/package.json +16 -16
  269. package/pager/pager-dropdown.directive.d.ts +1 -1
  270. package/pager/pager-info.component.d.ts +1 -1
  271. package/pager/pager-input.component.d.ts +1 -1
  272. package/pager/pager-input.directive.d.ts +1 -1
  273. package/pager/pager-next-buttons.component.d.ts +1 -1
  274. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  275. package/pager/pager-page-sizes.component.d.ts +2 -2
  276. package/pager/pager-prev-buttons.component.d.ts +1 -1
  277. package/pager/pager-settings.d.ts +2 -2
  278. package/pager/pager-template.directive.d.ts +1 -1
  279. package/pager/pager.component.d.ts +1 -1
  280. package/pager/pager.module.d.ts +26 -19
  281. package/pdf/pdf-command.directive.d.ts +1 -1
  282. package/pdf/pdf-margin.component.d.ts +1 -1
  283. package/pdf/pdf-template.directive.d.ts +1 -1
  284. package/pdf/pdf.component.d.ts +1 -1
  285. package/pdf/pdf.module.d.ts +6 -6
  286. package/rendering/body.module.d.ts +39 -25
  287. package/rendering/cell-loading.template.directive.d.ts +1 -1
  288. package/rendering/cell-template.directive.d.ts +1 -1
  289. package/rendering/cell.component.d.ts +1 -1
  290. package/rendering/common/col-group.component.d.ts +1 -1
  291. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  292. package/rendering/common/loading.component.d.ts +1 -1
  293. package/rendering/common/spacer.component.d.ts +1 -1
  294. package/rendering/details/detail-template.directive.d.ts +1 -1
  295. package/rendering/details-expand.directive.d.ts +1 -1
  296. package/rendering/footer/footer-template.directive.d.ts +1 -1
  297. package/rendering/footer/footer.component.d.ts +1 -1
  298. package/rendering/footer/footer.module.d.ts +19 -5
  299. package/rendering/grid-table.directive.d.ts +1 -1
  300. package/rendering/groups-expand.directive.d.ts +1 -1
  301. package/rendering/header/header-template.directive.d.ts +1 -1
  302. package/rendering/header/header.component.d.ts +1 -1
  303. package/rendering/header/header.module.d.ts +90 -13
  304. package/rendering/list.component.d.ts +1 -1
  305. package/rendering/loading-template.directive.d.ts +1 -1
  306. package/rendering/no-records-template.directive.d.ts +1 -1
  307. package/rendering/table-body.component.d.ts +1 -1
  308. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  309. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  310. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  311. package/schematics/ngAdd/index.js +4 -4
  312. package/scrolling/content-scroll-event.d.ts +1 -1
  313. package/selection/marquee.directive.d.ts +1 -1
  314. package/selection/selectall-checkbox.directive.d.ts +2 -2
  315. package/selection/selection-checkbox.directive.d.ts +1 -1
  316. package/selection/selection.directive.d.ts +1 -1
  317. package/shared.module.d.ts +4 -6
  318. package/column-menu/column-menu.module.d.ts +0 -35
  319. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  320. package/esm2020/column-menu/column-menu.module.mjs +0 -113
  321. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  322. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  323. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -29,11 +29,12 @@ export class CellLoadingTemplateDirective {
29
29
  }
30
30
  }
31
31
  CellLoadingTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellLoadingTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
32
- CellLoadingTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellLoadingTemplateDirective, selector: "[kendoGridCellLoadingTemplate]", ngImport: i0 });
32
+ CellLoadingTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellLoadingTemplateDirective, isStandalone: true, selector: "[kendoGridCellLoadingTemplate]", ngImport: i0 });
33
33
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellLoadingTemplateDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
- selector: '[kendoGridCellLoadingTemplate]'
36
+ selector: '[kendoGridCellLoadingTemplate]',
37
+ standalone: true
37
38
  }]
38
39
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
39
40
  type: Optional
@@ -32,11 +32,12 @@ export class CellTemplateDirective {
32
32
  }
33
33
  }
34
34
  CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
- CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, selector: "[kendoGridCellTemplate]", ngImport: i0 });
35
+ CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, isStandalone: true, selector: "[kendoGridCellTemplate]", ngImport: i0 });
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
- selector: '[kendoGridCellTemplate]'
39
+ selector: '[kendoGridCellTemplate]',
40
+ standalone: true
40
41
  }]
41
42
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
42
43
  type: Optional
@@ -8,23 +8,24 @@ import { isSpanColumn, isCheckboxColumn, isRowReorderColumn } from '../columns/c
8
8
  import { CommandColumnComponent } from '../columns/command-column.component';
9
9
  import { isColumnComponent } from '../columns/column.component';
10
10
  import { columnsToRender } from "../columns/column-common";
11
+ import { ReactiveFormsModule } from '@angular/forms';
11
12
  import { isPresent, isNullOrEmptyString, extractFormat } from '../utils';
12
13
  import { CELL_CONTEXT } from './common/cell-context';
13
14
  import { IdService } from '../common/id.service';
14
15
  import { reorderIcon } from '@progress/kendo-svg-icons';
15
16
  import { ContextService } from '../common/provider.service';
17
+ import { FieldAccessorPipe } from './common/field-accessor.pipe';
18
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
19
+ import { SelectionCheckboxDirective } from '../selection/selection-checkbox.directive';
20
+ import { FocusableDirective } from '../navigation/focusable.directive';
21
+ import { NgSwitch, NgSwitchCase, NgIf, NgTemplateOutlet, NgFor, NgSwitchDefault } from '@angular/common';
22
+ import { NumericTextBoxComponent } from '@progress/kendo-angular-inputs';
23
+ import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
16
24
  import * as i0 from "@angular/core";
17
25
  import * as i1 from "../editing/edit.service";
18
26
  import * as i2 from "../common/id.service";
19
27
  import * as i3 from "../common/provider.service";
20
- import * as i4 from "@angular/common";
21
- import * as i5 from "@angular/forms";
22
- import * as i6 from "../navigation/focusable.directive";
23
- import * as i7 from "@progress/kendo-angular-icons";
24
- import * as i8 from "@progress/kendo-angular-inputs";
25
- import * as i9 from "@progress/kendo-angular-dateinputs";
26
- import * as i10 from "../selection/selection-checkbox.directive";
27
- import * as i11 from "./common/field-accessor.pipe";
28
+ import * as i4 from "@angular/forms";
28
29
  /**
29
30
  * @hidden
30
31
  */
@@ -155,7 +156,7 @@ export class CellComponent {
155
156
  }
156
157
  }
157
158
  CellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellComponent, deps: [{ token: i1.EditService }, { token: i2.IdService }, { token: i3.ContextService }, { token: CELL_CONTEXT, optional: true }], target: i0.ɵɵFactoryTarget.Component });
158
- CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CellComponent, selector: "[kendoGridCell]", inputs: { column: "column", columnIndex: "columnIndex", isNew: "isNew", isLoading: "isLoading", isVirtual: "isVirtual", loadingTemplate: "loadingTemplate", rowIndex: "rowIndex", dataItem: "dataItem" }, host: { properties: { "class.k-command-cell": "this.commandCellClass", "class.k-drag-cell": "this.dragHandleCellClass", "class.k-touch-action-none": "this.dragHandleCellClass", "attr.aria-label": "this.dragRowHandleLabel" } }, usesOnChanges: true, ngImport: i0, template: `
159
+ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CellComponent, isStandalone: true, selector: "[kendoGridCell]", inputs: { column: "column", columnIndex: "columnIndex", isNew: "isNew", isLoading: "isLoading", isVirtual: "isVirtual", loadingTemplate: "loadingTemplate", rowIndex: "rowIndex", dataItem: "dataItem" }, host: { properties: { "class.k-command-cell": "this.commandCellClass", "class.k-drag-cell": "this.dragHandleCellClass", "class.k-touch-action-none": "this.dragHandleCellClass", "attr.aria-label": "this.dragRowHandleLabel" } }, usesOnChanges: true, ngImport: i0, template: `
159
160
  <ng-container [ngSwitch]="isEdited">
160
161
  <ng-container *ngSwitchCase="false">
161
162
  <ng-container *ngIf="!showLoading; else loading">
@@ -235,7 +236,7 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
235
236
  </ng-container>
236
237
  </ng-container>
237
238
  </ng-container>
238
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i5.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "component", type: i7.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i8.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i9.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: i10.SelectionCheckboxDirective, selector: "[kendoGridSelectionCheckbox]", inputs: ["kendoGridSelectionCheckbox"] }, { kind: "pipe", type: i11.FieldAccessorPipe, name: "valueOf" }] });
239
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: SelectionCheckboxDirective, selector: "[kendoGridSelectionCheckbox]", inputs: ["kendoGridSelectionCheckbox"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "pipe", type: FieldAccessorPipe, name: "valueOf" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
239
240
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellComponent, decorators: [{
240
241
  type: Component,
241
242
  args: [{
@@ -320,7 +321,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
320
321
  </ng-container>
321
322
  </ng-container>
322
323
  </ng-container>
323
- `
324
+ `,
325
+ standalone: true,
326
+ imports: [NgSwitch, NgSwitchCase, NgIf, NgTemplateOutlet, NgFor, FocusableDirective, SelectionCheckboxDirective,
327
+ IconWrapperComponent, NumericTextBoxComponent, DatePickerComponent, NgSwitchDefault, FieldAccessorPipe, ReactiveFormsModule]
324
328
  }]
325
329
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i2.IdService }, { type: i3.ContextService }, { type: undefined, decorators: [{
326
330
  type: Optional
@@ -6,8 +6,8 @@ import { Component, Input } from '@angular/core';
6
6
  import { DetailTemplateDirective } from '../details/detail-template.directive';
7
7
  import { columnsToRender } from '../../columns/column-common';
8
8
  import { isNullOrEmptyString, isTruthy } from '../../utils';
9
+ import { NgFor, NgIf } from '@angular/common';
9
10
  import * as i0 from "@angular/core";
10
- import * as i1 from "@angular/common";
11
11
  /**
12
12
  * @hidden
13
13
  */
@@ -38,7 +38,7 @@ export class ColGroupComponent {
38
38
  }
39
39
  }
40
40
  ColGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
41
- ColGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: { columns: "columns", groups: "groups", detailTemplate: "detailTemplate", sort: "sort" }, ngImport: i0, template: `
41
+ ColGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColGroupComponent, isStandalone: true, selector: "[kendoGridColGroup]", inputs: { columns: "columns", groups: "groups", detailTemplate: "detailTemplate", sort: "sort" }, ngImport: i0, template: `
42
42
  <ng-container>
43
43
  <col [class.k-group-col]="true" *ngFor="let g of groups" />
44
44
  <col [class.k-hierarchy-col]="true" *ngIf="detailTemplate?.templateRef"/>
@@ -46,7 +46,7 @@ ColGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
46
46
  [style.width.px]="column.width"
47
47
  [class.k-sorted]="isSorted(getColumnComponent(column))"/>
48
48
  </ng-container>
49
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
49
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
50
50
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColGroupComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{
@@ -59,7 +59,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
59
59
  [style.width.px]="column.width"
60
60
  [class.k-sorted]="isSorted(getColumnComponent(column))"/>
61
61
  </ng-container>
62
- `
62
+ `,
63
+ standalone: true,
64
+ imports: [NgFor, NgIf]
63
65
  }]
64
66
  }], propDecorators: { columns: [{
65
67
  type: Input
@@ -35,12 +35,13 @@ export class FieldAccessorPipe {
35
35
  }
36
36
  }
37
37
  FieldAccessorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
38
- FieldAccessorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, name: "valueOf", pure: false });
38
+ FieldAccessorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, isStandalone: true, name: "valueOf", pure: false });
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, decorators: [{
40
40
  type: Pipe,
41
41
  args: [{
42
42
  // eslint-disable-next-line @angular-eslint/pipe-prefix
43
43
  name: 'valueOf',
44
- pure: false
44
+ pure: false,
45
+ standalone: true
45
46
  }]
46
47
  }], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
@@ -5,9 +5,9 @@
5
5
  import { Component, HostBinding, Input } from '@angular/core';
6
6
  import { ContextService } from '../../common/provider.service';
7
7
  import { LoadingTemplateDirective } from '../loading-template.directive';
8
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
8
9
  import * as i0 from "@angular/core";
9
10
  import * as i1 from "../../common/provider.service";
10
- import * as i2 from "@angular/common";
11
11
  /**
12
12
  * @hidden
13
13
  */
@@ -21,7 +21,7 @@ export class LoadingComponent {
21
21
  }
22
22
  }
23
23
  LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
24
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingComponent, selector: "[kendoGridLoading]", inputs: { loadingTemplate: "loadingTemplate" }, host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
24
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingComponent, isStandalone: true, selector: "[kendoGridLoading]", inputs: { loadingTemplate: "loadingTemplate" }, host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
25
25
  <ng-container *ngIf="!loadingTemplate">
26
26
  <span class="k-loading-text">{{ loadingText }}</span>
27
27
  <div class="k-loading-image"></div>
@@ -29,7 +29,7 @@ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
29
29
  </ng-container>
30
30
  <ng-template *ngIf="loadingTemplate" [ngTemplateOutlet]="loadingTemplate?.templateRef">
31
31
  </ng-template>
32
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
32
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
33
33
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{
@@ -42,7 +42,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
42
42
  </ng-container>
43
43
  <ng-template *ngIf="loadingTemplate" [ngTemplateOutlet]="loadingTemplate?.templateRef">
44
44
  </ng-template>
45
- `
45
+ `,
46
+ standalone: true,
47
+ imports: [NgIf, NgTemplateOutlet]
46
48
  }]
47
49
  }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClass: [{
48
50
  type: HostBinding,
@@ -24,12 +24,13 @@ export class GridSpacerComponent {
24
24
  }
25
25
  }
26
26
  GridSpacerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- GridSpacerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridSpacerComponent, selector: "kendo-grid-spacer, kendo-pager-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
27
+ GridSpacerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridSpacerComponent, isStandalone: true, selector: "kendo-grid-spacer, kendo-pager-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
28
28
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridSpacerComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{
31
31
  selector: 'kendo-grid-spacer, kendo-pager-spacer',
32
- template: ``
32
+ template: ``,
33
+ standalone: true
33
34
  }]
34
35
  }], propDecorators: { hostClass: [{
35
36
  type: HostBinding,
@@ -42,11 +42,12 @@ export class DetailTemplateDirective {
42
42
  }
43
43
  }
44
44
  DetailTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DetailTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
45
- DetailTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DetailTemplateDirective, selector: "[kendoGridDetailTemplate]", inputs: { showIf: ["kendoGridDetailTemplateShowIf", "showIf"] }, ngImport: i0 });
45
+ DetailTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DetailTemplateDirective, isStandalone: true, selector: "[kendoGridDetailTemplate]", inputs: { showIf: ["kendoGridDetailTemplateShowIf", "showIf"] }, ngImport: i0 });
46
46
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DetailTemplateDirective, decorators: [{
47
47
  type: Directive,
48
48
  args: [{
49
- selector: '[kendoGridDetailTemplate]'
49
+ selector: '[kendoGridDetailTemplate]',
50
+ standalone: true
50
51
  }]
51
52
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
52
53
  type: Optional
@@ -98,12 +98,13 @@ export class ExpandDetailsDirective {
98
98
  }
99
99
  }
100
100
  ExpandDetailsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandDetailsDirective, deps: [{ token: i1.GridComponent }], target: i0.ɵɵFactoryTarget.Directive });
101
- ExpandDetailsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpandDetailsDirective, selector: "[kendoGridExpandDetailsBy]", inputs: { expandDetailsKey: ["kendoGridExpandDetailsBy", "expandDetailsKey"], expandDetailBy: "expandDetailBy", expandedDetailKeys: "expandedDetailKeys", initiallyExpanded: "initiallyExpanded" }, outputs: { expandedDetailKeysChange: "expandedDetailKeysChange" }, exportAs: ["kendoGridExpandDetailsBy"], usesOnChanges: true, ngImport: i0 });
101
+ ExpandDetailsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpandDetailsDirective, isStandalone: true, selector: "[kendoGridExpandDetailsBy]", inputs: { expandDetailsKey: ["kendoGridExpandDetailsBy", "expandDetailsKey"], expandDetailBy: "expandDetailBy", expandedDetailKeys: "expandedDetailKeys", initiallyExpanded: "initiallyExpanded" }, outputs: { expandedDetailKeysChange: "expandedDetailKeysChange" }, exportAs: ["kendoGridExpandDetailsBy"], usesOnChanges: true, ngImport: i0 });
102
102
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandDetailsDirective, decorators: [{
103
103
  type: Directive,
104
104
  args: [{
105
105
  selector: '[kendoGridExpandDetailsBy]',
106
- exportAs: 'kendoGridExpandDetailsBy'
106
+ exportAs: 'kendoGridExpandDetailsBy',
107
+ standalone: true
107
108
  }]
108
109
  }], ctorParameters: function () { return [{ type: i1.GridComponent }]; }, propDecorators: { expandedDetailKeysChange: [{
109
110
  type: Output
@@ -35,11 +35,12 @@ export class FooterTemplateDirective {
35
35
  }
36
36
  }
37
37
  FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
38
- FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoGridFooterTemplate]", ngImport: i0 });
38
+ FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoGridFooterTemplate]", ngImport: i0 });
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
42
- selector: '[kendoGridFooterTemplate]'
42
+ selector: '[kendoGridFooterTemplate]',
43
+ standalone: true
43
44
  }]
44
45
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
45
46
  type: Optional
@@ -9,12 +9,12 @@ import { columnsToRender } from '../../columns/column-common';
9
9
  import { isPresent } from '../../utils';
10
10
  import { ColumnsContainer } from '../../columns/columns-container';
11
11
  import { isColumnGroupComponent } from '../../columns/column-group.component';
12
+ import { LogicalCellDirective } from '../../navigation/logical-cell.directive';
13
+ import { NgFor, NgIf, NgClass, NgStyle } from '@angular/common';
14
+ import { LogicalRowDirective } from '../../navigation/logical-row.directive';
15
+ import { TemplateContextDirective } from '@progress/kendo-angular-common';
12
16
  import * as i0 from "@angular/core";
13
17
  import * as i1 from "./../../common/column-info.service";
14
- import * as i2 from "@angular/common";
15
- import * as i3 from "../../navigation/logical-cell.directive";
16
- import * as i4 from "../../navigation/logical-row.directive";
17
- import * as i5 from "../common/template-context.directive";
18
18
  /**
19
19
  * @hidden
20
20
  */
@@ -53,7 +53,7 @@ export class FooterComponent {
53
53
  }
54
54
  }
55
55
  FooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterComponent, deps: [{ token: i1.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
56
- FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FooterComponent, selector: "[kendoGridFooter]", inputs: { columns: "columns", groups: "groups", detailTemplate: "detailTemplate", scrollable: "scrollable", lockedColumnsCount: "lockedColumnsCount", logicalRowIndex: "logicalRowIndex", totalColumns: "totalColumns" }, host: { properties: { "class.k-grid-footer": "this.footerClass", "class.k-table-tfoot": "this.hostClass", "attr.role": "this.hostRole" } }, ngImport: i0, template: `
56
+ FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FooterComponent, isStandalone: true, selector: "[kendoGridFooter]", inputs: { columns: "columns", groups: "groups", detailTemplate: "detailTemplate", scrollable: "scrollable", lockedColumnsCount: "lockedColumnsCount", logicalRowIndex: "logicalRowIndex", totalColumns: "totalColumns" }, host: { properties: { "class.k-grid-footer": "this.footerClass", "class.k-table-tfoot": "this.hostClass", "attr.role": "this.hostRole" } }, ngImport: i0, template: `
57
57
  <ng-container>
58
58
  <tr
59
59
  [class.k-footer-template]="true"
@@ -97,7 +97,7 @@ FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
97
97
  </ng-container>
98
98
  </tr>
99
99
  </ng-container>
100
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i3.LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "directive", type: i4.LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "totalColumns"] }, { kind: "directive", type: i5.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
100
+ `, isInline: true, dependencies: [{ kind: "directive", type: LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "totalColumns"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
101
101
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterComponent, decorators: [{
102
102
  type: Component,
103
103
  args: [{
@@ -146,7 +146,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
146
146
  </ng-container>
147
147
  </tr>
148
148
  </ng-container>
149
- `
149
+ `,
150
+ standalone: true,
151
+ imports: [LogicalRowDirective, NgFor, NgIf, LogicalCellDirective, NgClass, NgStyle, TemplateContextDirective]
150
152
  }]
151
153
  }], ctorParameters: function () { return [{ type: i1.ColumnInfoService }]; }, propDecorators: { columns: [{
152
154
  type: Input
@@ -3,34 +3,40 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { SharedModule } from "../../shared.module";
8
6
  import { FooterComponent } from "./footer.component";
7
+ import { IconsService } from '@progress/kendo-angular-icons';
8
+ import { KENDO_GRID_SHARED } from '../../directives';
9
9
  import * as i0 from "@angular/core";
10
- const exportedModules = [
11
- FooterComponent
12
- ];
13
- const importedModules = [
14
- CommonModule,
15
- SharedModule
16
- ];
10
+ import * as i1 from "../../columns/column.component";
11
+ import * as i2 from "../../columns/column-group.component";
12
+ import * as i3 from "../../navigation/logical-cell.directive";
13
+ import * as i4 from "../../navigation/logical-row.directive";
14
+ import * as i5 from "../../navigation/focusable.directive";
15
+ import * as i6 from "./footer-template.directive";
16
+ import * as i7 from "../common/col-group.component";
17
+ import * as i8 from "../../layout/resizable.directive";
18
+ import * as i9 from "@progress/kendo-angular-common";
19
+ import * as i10 from "../common/field-accessor.pipe";
20
+ import * as i11 from "../details/detail-template.directive";
21
+ import * as i12 from "../../columns/span-column.component";
22
+ import * as i13 from "../../column-resizing/table.directive";
23
+ import * as i14 from "../common/loading.component";
24
+ import * as i15 from "../grid-table.directive";
17
25
  /**
18
26
  * @hidden
27
+ *
28
+ * This module is deprecated and will be removed in a future major version release.
19
29
  */
20
30
  export class FooterModule {
21
- static exports() {
22
- return [];
23
- }
24
31
  }
25
32
  FooterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
- FooterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, declarations: [FooterComponent], imports: [CommonModule,
27
- SharedModule], exports: [FooterComponent] });
28
- FooterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, imports: [importedModules] });
33
+ FooterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, FooterComponent], exports: [FooterComponent] });
34
+ FooterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, providers: [IconsService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, FooterComponent] });
29
35
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, decorators: [{
30
36
  type: NgModule,
31
37
  args: [{
32
- declarations: [exportedModules],
33
- exports: [exportedModules],
34
- imports: [...importedModules]
38
+ exports: [FooterComponent],
39
+ imports: [...KENDO_GRID_SHARED, FooterComponent],
40
+ providers: [IconsService]
35
41
  }]
36
42
  }] });
@@ -30,11 +30,12 @@ export class GridTableDirective {
30
30
  }
31
31
  }
32
32
  GridTableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridTableDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
33
- GridTableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GridTableDirective, selector: "[kendoGridTable]", inputs: { size: "size" }, host: { properties: { "class.k-table": "this.hostClass", "class.k-table-sm": "this.sizeSmallClass", "class.k-table-md": "this.sizeMediumClass" } }, ngImport: i0 });
33
+ GridTableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GridTableDirective, isStandalone: true, selector: "[kendoGridTable]", inputs: { size: "size" }, host: { properties: { "class.k-table": "this.hostClass", "class.k-table-sm": "this.sizeSmallClass", "class.k-table-md": "this.sizeMediumClass" } }, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridTableDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: '[kendoGridTable]'
37
+ selector: '[kendoGridTable]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { hostClass: [{
40
41
  type: HostBinding,
@@ -116,12 +116,13 @@ export class ExpandGroupDirective {
116
116
  }
117
117
  }
118
118
  ExpandGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandGroupDirective, deps: [{ token: i1.GridComponent }], target: i0.ɵɵFactoryTarget.Directive });
119
- ExpandGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpandGroupDirective, selector: "[kendoGridExpandGroupBy]", inputs: { expandGroupBy: ["kendoGridExpandGroupBy", "expandGroupBy"], expandedGroupKeys: "expandedGroupKeys", groupsInitiallyExpanded: "groupsInitiallyExpanded" }, outputs: { expandedGroupKeysChange: "expandedGroupKeysChange" }, exportAs: ["kendoGridExpandGroupBy"], ngImport: i0 });
119
+ ExpandGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpandGroupDirective, isStandalone: true, selector: "[kendoGridExpandGroupBy]", inputs: { expandGroupBy: ["kendoGridExpandGroupBy", "expandGroupBy"], expandedGroupKeys: "expandedGroupKeys", groupsInitiallyExpanded: "groupsInitiallyExpanded" }, outputs: { expandedGroupKeysChange: "expandedGroupKeysChange" }, exportAs: ["kendoGridExpandGroupBy"], ngImport: i0 });
120
120
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandGroupDirective, decorators: [{
121
121
  type: Directive,
122
122
  args: [{
123
123
  selector: '[kendoGridExpandGroupBy]',
124
- exportAs: 'kendoGridExpandGroupBy'
124
+ exportAs: 'kendoGridExpandGroupBy',
125
+ standalone: true
125
126
  }]
126
127
  }], ctorParameters: function () { return [{ type: i1.GridComponent }]; }, propDecorators: { expandedGroupKeysChange: [{
127
128
  type: Output
@@ -32,11 +32,12 @@ export class HeaderTemplateDirective {
32
32
  }
33
33
  }
34
34
  HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
- HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoGridHeaderTemplate]", ngImport: i0 });
35
+ HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoGridHeaderTemplate]", ngImport: i0 });
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
- selector: '[kendoGridHeaderTemplate]'
39
+ selector: '[kendoGridHeaderTemplate]',
40
+ standalone: true
40
41
  }]
41
42
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
42
43
  type: Optional
@@ -16,8 +16,9 @@ import { columnsToRender, sortColumns, isInSpanColumn } from "../../columns/colu
16
16
  import { SinglePopupService } from '../../common/single-popup.service';
17
17
  import { hasFilterMenu, hasFilterRow } from '../../filtering/filterable';
18
18
  import { IdService } from '../../common/id.service';
19
- import { Keys } from '@progress/kendo-angular-common';
19
+ import { DraggableDirective, Keys, TemplateContextDirective } from '@progress/kendo-angular-common';
20
20
  import { DropTargetDirective } from '../../dragdrop/drop-target.directive';
21
+ import { DraggableColumnDirective } from '../../dragdrop/draggable-column.directive';
21
22
  import { DragHintService } from '../../dragdrop/drag-hint.service';
22
23
  import { DropCueService } from '../../dragdrop/drop-cue.service';
23
24
  import { ColumnReorderService } from '../../dragdrop/column-reorder.service';
@@ -32,6 +33,14 @@ import { ContextService } from '../../common/provider.service';
32
33
  import { ColumnReorderEvent } from '../../dragdrop/column-reorder-event';
33
34
  import { ColumnsContainer } from '../../columns/columns-container';
34
35
  import { NavigationService } from '../../navigation/navigation.service';
36
+ import { FilterRowComponent } from '../../filtering/filter-row.component';
37
+ import { ColumnHandleDirective } from '../../column-resizing/column-handle.directive';
38
+ import { FocusableDirective } from '../../navigation/focusable.directive';
39
+ import { SelectAllCheckboxDirective } from '../../selection/selectall-checkbox.directive';
40
+ import { LogicalCellDirective } from '../../navigation/logical-cell.directive';
41
+ import { LogicalRowDirective } from '../../navigation/logical-row.directive';
42
+ import { NgFor, NgIf, NgClass, NgStyle } from '@angular/common';
43
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
35
44
  import * as i0 from "@angular/core";
36
45
  import * as i1 from "../../common/single-popup.service";
37
46
  import * as i2 from "../../dragdrop/drag-hint.service";
@@ -42,20 +51,6 @@ import * as i6 from "../../common/sort.service";
42
51
  import * as i7 from "./../../common/column-info.service";
43
52
  import * as i8 from "../../common/provider.service";
44
53
  import * as i9 from "../../navigation/navigation.service";
45
- import * as i10 from "@angular/common";
46
- import * as i11 from "../../filtering/filter-row.component";
47
- import * as i12 from "../../navigation/logical-cell.directive";
48
- import * as i13 from "../../navigation/logical-row.directive";
49
- import * as i14 from "../../navigation/focusable.directive";
50
- import * as i15 from "../common/template-context.directive";
51
- import * as i16 from "@progress/kendo-angular-common";
52
- import * as i17 from "@progress/kendo-angular-icons";
53
- import * as i18 from "../../filtering/menu/filter-menu.component";
54
- import * as i19 from "../../dragdrop/draggable-column.directive";
55
- import * as i20 from "../../dragdrop/drop-target.directive";
56
- import * as i21 from "../../column-menu/column-menu.component";
57
- import * as i22 from "../../column-resizing/column-handle.directive";
58
- import * as i23 from "../../selection/selectall-checkbox.directive";
59
54
  const mergeObjects = (...args) => Object.assign.apply(null, [{}].concat(args));
60
55
  const directions = initialDirection => initialDirection === "asc" ? ["asc", "desc"] : ["desc", "asc"];
61
56
  /**
@@ -457,7 +452,7 @@ export class HeaderComponent {
457
452
  }
458
453
  }
459
454
  HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.DragHintService }, { token: i3.DropCueService }, { token: i4.ColumnReorderService }, { token: i5.IdService }, { token: i6.SortService }, { token: i7.ColumnInfoService }, { token: i0.ChangeDetectorRef }, { token: i8.ContextService }, { token: i9.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
460
- HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HeaderComponent, selector: "[kendoGridHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", groups: "groups", detailTemplate: "detailTemplate", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", groupable: "groupable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns", tabIndex: "tabIndex", size: "size" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }, { propertyName: "filterMenus", predicate: FilterMenuComponent, descendants: true }, { propertyName: "columnMenus", predicate: ColumnMenuComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
455
+ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HeaderComponent, isStandalone: true, selector: "[kendoGridHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", groups: "groups", detailTemplate: "detailTemplate", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", groupable: "groupable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns", tabIndex: "tabIndex", size: "size" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }, { propertyName: "filterMenus", predicate: FilterMenuComponent, descendants: true }, { propertyName: "columnMenus", predicate: ColumnMenuComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
461
456
  <ng-container>
462
457
  <tr *ngFor="let i of columnLevels; let levelIndex = index"
463
458
  kendoGridLogicalRow
@@ -678,7 +673,7 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
678
673
  [totalColumns]="totalColumns"
679
674
  ></tr>
680
675
  </ng-container>
681
- `, isInline: true, dependencies: [{ kind: "directive", type: i10.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i10.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i10.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i11.FilterRowComponent, selector: "[kendoGridFilterRow]", inputs: ["columns", "filter", "groups", "detailTemplate", "logicalRowIndex", "lockedColumnsCount"] }, { kind: "directive", type: i12.LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "directive", type: i13.LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "totalColumns"] }, { kind: "directive", type: i14.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i15.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: i16.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i17.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i18.FilterMenuComponent, selector: "kendo-grid-filter-menu", inputs: ["column", "filter", "tabIndex"] }, { kind: "directive", type: i19.DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { kind: "directive", type: i20.DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { kind: "component", type: i21.ColumnMenuComponent, selector: "kendo-grid-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate", "tabIndex"] }, { kind: "directive", type: i22.ColumnHandleDirective, selector: "[kendoGridColumnHandle]", inputs: ["columns", "column"] }, { kind: "directive", type: i23.SelectAllCheckboxDirective, selector: "[kendoGridSelectAllCheckbox]", inputs: ["state"], outputs: ["selectAllChange"] }] });
676
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "totalColumns"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "directive", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: FilterMenuComponent, selector: "kendo-grid-filter-menu", inputs: ["column", "filter", "tabIndex"] }, { kind: "component", type: ColumnMenuComponent, selector: "kendo-grid-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate", "tabIndex"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: SelectAllCheckboxDirective, selector: "[kendoGridSelectAllCheckbox]", inputs: ["state"], outputs: ["selectAllChange"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: ColumnHandleDirective, selector: "[kendoGridColumnHandle]", inputs: ["columns", "column"] }, { kind: "component", type: FilterRowComponent, selector: "[kendoGridFilterRow]", inputs: ["columns", "filter", "groups", "detailTemplate", "logicalRowIndex", "lockedColumnsCount"] }] });
682
677
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, decorators: [{
683
678
  type: Component,
684
679
  args: [{
@@ -904,7 +899,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
904
899
  [totalColumns]="totalColumns"
905
900
  ></tr>
906
901
  </ng-container>
907
- `
902
+ `,
903
+ standalone: true,
904
+ imports: [
905
+ NgFor, LogicalRowDirective, NgIf, LogicalCellDirective, DropTargetDirective, DraggableDirective, DraggableColumnDirective,
906
+ NgClass, NgStyle, TemplateContextDirective, FilterMenuComponent, ColumnMenuComponent, IconWrapperComponent, SelectAllCheckboxDirective,
907
+ FocusableDirective, ColumnHandleDirective, FilterRowComponent
908
+ ]
908
909
  }]
909
910
  }], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.DragHintService }, { type: i3.DropCueService }, { type: i4.ColumnReorderService }, { type: i5.IdService }, { type: i6.SortService }, { type: i7.ColumnInfoService }, { type: i0.ChangeDetectorRef }, { type: i8.ContextService }, { type: i9.NavigationService }]; }, propDecorators: { totalColumnLevels: [{
910
911
  type: Input