@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
@@ -6,11 +6,11 @@ import { Component, HostListener, HostBinding, ElementRef, Renderer2 as Renderer
6
6
  import { Button } from '@progress/kendo-angular-buttons';
7
7
  import { ContextService } from '../common/provider.service';
8
8
  import { EditService } from './edit.service';
9
+ import { NgIf, NgClass } from '@angular/common';
10
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./edit.service";
11
13
  import * as i2 from "../common/provider.service";
12
- import * as i3 from "@angular/common";
13
- import * as i4 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * Represents the command for adding a new item to the Grid. You can apply this directive to any
16
16
  * `button` element inside a [ToolbarTemplate]({% slug api_grid_commandcolumncomponent %}).
@@ -47,7 +47,7 @@ export class AddCommandDirective extends Button {
47
47
  }
48
48
  }
49
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, selector: "[kendoGridAddCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
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: `
51
51
  <kendo-icon-wrapper
52
52
  *ngIf="icon || svgIcon"
53
53
  innerCssClass="k-button-icon"
@@ -58,7 +58,7 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
58
58
  </span>
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
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
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
62
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, decorators: [{
63
63
  type: Component,
64
64
  args: [{
@@ -74,7 +74,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
74
74
  </span>
75
75
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
76
76
  <span class="k-button-text"><ng-content></ng-content></span>
77
- `
77
+ `,
78
+ standalone: true,
79
+ imports: [NgIf, IconWrapperComponent, NgClass]
78
80
  }]
79
81
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
80
82
  type: HostListener,
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
7
7
  import { EditService } from './edit.service';
8
8
  import { CELL_CONTEXT } from '../rendering/common/cell-context';
9
9
  import { ContextService } from '../common/provider.service';
10
+ import { NgIf, NgClass } from '@angular/common';
11
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./edit.service";
12
14
  import * as i2 from "../common/provider.service";
13
- import * as i3 from "@angular/common";
14
- import * as i4 from "@progress/kendo-angular-icons";
15
15
  /**
16
16
  * Represents the `cancel` command of the Grid. You can apply this directive to any `button`
17
17
  * element inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
@@ -66,7 +66,7 @@ export class CancelCommandDirective extends Button {
66
66
  }
67
67
  }
68
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, selector: "[kendoGridCancelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
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: `
70
70
  <kendo-icon-wrapper
71
71
  *ngIf="icon || svgIcon"
72
72
  innerCssClass="k-button-icon"
@@ -77,7 +77,7 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
77
77
  </span>
78
78
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
79
79
  <span class="k-button-text"><ng-content></ng-content></span>
80
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
80
+ `, 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
81
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, decorators: [{
82
82
  type: Component,
83
83
  args: [{
@@ -93,7 +93,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
93
93
  </span>
94
94
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
95
95
  <span class="k-button-text"><ng-content></ng-content></span>
96
- `
96
+ `,
97
+ standalone: true,
98
+ imports: [NgIf, IconWrapperComponent, NgClass]
97
99
  }]
98
100
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
99
101
  type: Inject,
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
7
7
  import { EditService } from './edit.service';
8
8
  import { CELL_CONTEXT } from '../rendering/common/cell-context';
9
9
  import { ContextService } from '../common/provider.service';
10
+ import { NgIf, NgClass } from '@angular/common';
11
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./edit.service";
12
14
  import * as i2 from "../common/provider.service";
13
- import * as i3 from "@angular/common";
14
- import * as i4 from "@progress/kendo-angular-icons";
15
15
  /**
16
16
  * Represents the `edit` command of the Grid. You can apply this directive to any `button`
17
17
  * element inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %}).
@@ -64,7 +64,7 @@ export class EditCommandDirective extends Button {
64
64
  }
65
65
  }
66
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, selector: "[kendoGridEditCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
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: `
68
68
  <kendo-icon-wrapper
69
69
  *ngIf="icon || svgIcon"
70
70
  innerCssClass="k-button-icon"
@@ -75,7 +75,7 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
75
75
  </span>
76
76
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
77
77
  <span class="k-button-text"><ng-content></ng-content></span>
78
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
78
+ `, 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
79
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, decorators: [{
80
80
  type: Component,
81
81
  args: [{
@@ -91,7 +91,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
91
91
  </span>
92
92
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
93
93
  <span class="k-button-text"><ng-content></ng-content></span>
94
- `
94
+ `,
95
+ standalone: true,
96
+ imports: [NgIf, IconWrapperComponent, NgClass]
95
97
  }]
96
98
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
97
99
  type: Inject,
@@ -22,11 +22,12 @@ export class EditTemplateDirective {
22
22
  }
23
23
  }
24
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, selector: "[kendoGridEditTemplate]", ngImport: i0 });
25
+ EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGridEditTemplate]", ngImport: i0 });
26
26
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
- selector: '[kendoGridEditTemplate]'
29
+ selector: '[kendoGridEditTemplate]',
30
+ standalone: true
30
31
  }]
31
32
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
32
33
  type: Optional
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
7
7
  import { EditService } from './edit.service';
8
8
  import { CELL_CONTEXT } from '../rendering/common/cell-context';
9
9
  import { ContextService } from '../common/provider.service';
10
+ import { NgIf, NgClass } from '@angular/common';
11
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./edit.service";
12
14
  import * as i2 from "../common/provider.service";
13
- import * as i3 from "@angular/common";
14
- import * as i4 from "@progress/kendo-angular-icons";
15
15
  /**
16
16
  * Represents the `remove` command of the Grid. You can apply this directive to any `button` element
17
17
  * inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
@@ -63,7 +63,7 @@ export class RemoveCommandDirective extends Button {
63
63
  }
64
64
  }
65
65
  RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
66
- RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, selector: "[kendoGridRemoveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
66
+ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoGridRemoveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
67
67
  <kendo-icon-wrapper
68
68
  *ngIf="icon || svgIcon"
69
69
  innerCssClass="k-button-icon"
@@ -74,7 +74,7 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
74
74
  </span>
75
75
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
76
76
  <span class="k-button-text"><ng-content></ng-content></span>
77
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
77
+ `, 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"] }] });
78
78
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, decorators: [{
79
79
  type: Component,
80
80
  args: [{
@@ -90,7 +90,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
90
90
  </span>
91
91
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
92
92
  <span class="k-button-text"><ng-content></ng-content></span>
93
- `
93
+ `,
94
+ standalone: true,
95
+ imports: [NgIf, IconWrapperComponent, NgClass]
94
96
  }]
95
97
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
96
98
  type: Inject,
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
7
7
  import { EditService } from './edit.service';
8
8
  import { CELL_CONTEXT } from '../rendering/common/cell-context';
9
9
  import { ContextService } from '../common/provider.service';
10
+ import { NgIf, NgClass } from '@angular/common';
11
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./edit.service";
12
14
  import * as i2 from "../common/provider.service";
13
- import * as i3 from "@angular/common";
14
- import * as i4 from "@progress/kendo-angular-icons";
15
15
  /**
16
16
  * Represents the `save` command of the Grid. You can apply this directive to any `button`
17
17
  * element inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
@@ -66,7 +66,7 @@ export class SaveCommandDirective extends Button {
66
66
  }
67
67
  }
68
68
  SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
69
- SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, selector: "[kendoGridSaveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
69
+ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, isStandalone: true, selector: "[kendoGridSaveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
70
70
  <kendo-icon-wrapper
71
71
  *ngIf="icon || svgIcon"
72
72
  innerCssClass="k-button-icon"
@@ -77,7 +77,7 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
77
77
  </span>
78
78
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
79
79
  <span class="k-button-text"><ng-content></ng-content></span>
80
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
80
+ `, 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
81
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, decorators: [{
82
82
  type: Component,
83
83
  args: [{
@@ -93,7 +93,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
93
93
  </span>
94
94
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
95
95
  <span class="k-button-text"><ng-content></ng-content></span>
96
- `
96
+ `,
97
+ standalone: true,
98
+ imports: [NgIf, IconWrapperComponent, NgClass]
97
99
  }]
98
100
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
99
101
  type: Inject,
@@ -69,11 +69,12 @@ export class InCellEditingDirective extends EditingDirectiveBase {
69
69
  }
70
70
  }
71
71
  InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
72
- InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: InCellEditingDirective, selector: "[kendoGridInCellEditing]", inputs: { createFormGroup: ["kendoGridInCellEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
72
+ InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: InCellEditingDirective, isStandalone: true, selector: "[kendoGridInCellEditing]", inputs: { createFormGroup: ["kendoGridInCellEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
73
73
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InCellEditingDirective, decorators: [{
74
74
  type: Directive,
75
75
  args: [{
76
- selector: '[kendoGridInCellEditing]'
76
+ selector: '[kendoGridInCellEditing]',
77
+ standalone: true
77
78
  }]
78
79
  }], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i2.LocalDataChangesService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { createFormGroup: [{
79
80
  type: Input,
@@ -12,7 +12,7 @@ import * as i1 from "../grid.component";
12
12
  import * as i2 from "../editing/local-data-changes.service";
13
13
  /**
14
14
  * A directive which encapsulates the editing operations of the Grid when using the
15
- * Reactive Forms ([see example]({% slug editing_directives_grid %}#toc-the-reactive-directive)).
15
+ * Reactive Forms ([see example](slug:editing_directives_grid#toc-reactive-editing-directive)).
16
16
  */
17
17
  export class ReactiveEditingDirective extends RowEditingDirectiveBase {
18
18
  constructor(grid, localDataChangesService) {
@@ -35,11 +35,12 @@ export class ReactiveEditingDirective extends RowEditingDirectiveBase {
35
35
  }
36
36
  }
37
37
  ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
38
- ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, selector: "[kendoGridReactiveEditing]", inputs: { createFormGroup: ["kendoGridReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
38
+ ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, isStandalone: true, selector: "[kendoGridReactiveEditing]", inputs: { createFormGroup: ["kendoGridReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
42
- selector: '[kendoGridReactiveEditing]'
42
+ selector: '[kendoGridReactiveEditing]',
43
+ standalone: true
43
44
  }]
44
45
  }], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i2.LocalDataChangesService }]; }, propDecorators: { createFormGroup: [{
45
46
  type: Input,
@@ -45,11 +45,12 @@ export class TemplateEditingDirective extends RowEditingDirectiveBase {
45
45
  }
46
46
  }
47
47
  TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
48
- TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateEditingDirective, selector: "[kendoGridTemplateEditing]", inputs: { createNewItem: ["kendoGridTemplateEditing", "createNewItem"] }, usesInheritance: true, ngImport: i0 });
48
+ TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateEditingDirective, isStandalone: true, selector: "[kendoGridTemplateEditing]", inputs: { createNewItem: ["kendoGridTemplateEditing", "createNewItem"] }, usesInheritance: true, ngImport: i0 });
49
49
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateEditingDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
- selector: '[kendoGridTemplateEditing]'
52
+ selector: '[kendoGridTemplateEditing]',
53
+ standalone: true
53
54
  }]
54
55
  }], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i2.LocalDataChangesService }]; }, propDecorators: { createNewItem: [{
55
56
  type: Input,
@@ -6,11 +6,11 @@ import { Component, HostListener, HostBinding, ElementRef, Renderer2 as Renderer
6
6
  import { Button } from '@progress/kendo-angular-buttons';
7
7
  import { ContextService } from '../common/provider.service';
8
8
  import { ExcelService } from './excel.service';
9
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
10
+ import { NgIf, NgClass } from '@angular/common';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./excel.service";
11
13
  import * as i2 from "../common/provider.service";
12
- import * as i3 from "@angular/common";
13
- import * as i4 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * Represents the `export-to-Excel` command of the Grid. You can apply this
16
16
  * directive to any `button` element inside a
@@ -51,7 +51,7 @@ export class ExcelCommandDirective extends Button {
51
51
  }
52
52
  }
53
53
  ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
54
- ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandDirective, selector: "[kendoGridExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
54
+ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandDirective, isStandalone: true, selector: "[kendoGridExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
55
55
  <kendo-icon-wrapper
56
56
  *ngIf="icon || svgIcon"
57
57
  innerCssClass="k-button-icon"
@@ -62,7 +62,7 @@ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
62
62
  </span>
63
63
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
64
64
  <span class="k-button-text"><ng-content></ng-content></span>
65
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
65
+ `, 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"] }] });
66
66
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, decorators: [{
67
67
  type: Component,
68
68
  args: [{
@@ -78,7 +78,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
78
78
  </span>
79
79
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
80
80
  <span class="k-button-text"><ng-content></ng-content></span>
81
- `
81
+ `,
82
+ standalone: true,
83
+ imports: [NgIf, IconWrapperComponent, NgClass]
82
84
  }]
83
85
  }], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
84
86
  type: HostListener,
@@ -125,12 +125,13 @@ export class ExcelComponent {
125
125
  }
126
126
  }
127
127
  ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
128
- ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelComponent, selector: "kendo-grid-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions", collapsible: "collapsible" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
128
+ ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelComponent, isStandalone: true, selector: "kendo-grid-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions", collapsible: "collapsible" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
129
129
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{
132
132
  selector: 'kendo-grid-excel',
133
- template: ``
133
+ template: ``,
134
+ standalone: true
134
135
  }]
135
136
  }], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
136
137
  type: Input
@@ -3,12 +3,14 @@
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 { ExcelComponent } from './excel.component';
7
- import { ExcelCommandDirective } from './excel-command.directive';
6
+ import { IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
8
7
  import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
9
- import { IconsModule } from '@progress/kendo-angular-icons';
8
+ import { KENDO_GRID_EXCEL_EXPORT } from '../directives';
10
9
  import * as i0 from "@angular/core";
11
- const declarations = [ExcelComponent, ExcelCommandDirective];
10
+ import * as i1 from "@progress/kendo-angular-icons";
11
+ import * as i2 from "./excel.component";
12
+ import * as i3 from "./excel-command.directive";
13
+ // IMPORTANT: NgModule export kept for backwards compatibility
12
14
  /**
13
15
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
14
16
  * definition for the Excel component of the Grid.
@@ -33,13 +35,13 @@ const declarations = [ExcelComponent, ExcelCommandDirective];
33
35
  export class ExcelModule {
34
36
  }
35
37
  ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
- ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, declarations: [ExcelComponent, ExcelCommandDirective], imports: [IconsModule], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
37
- ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [IconsModule, ExcelExportModule] });
38
+ ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [i1.IconComponent, i1.SVGIconComponent, i2.ExcelComponent, i3.ExcelCommandDirective], exports: [i2.ExcelComponent, i3.ExcelCommandDirective, ExcelExportModule] });
39
+ ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS, KENDO_GRID_EXCEL_EXPORT, ExcelExportModule] });
38
40
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, decorators: [{
39
41
  type: NgModule,
40
42
  args: [{
41
- declarations: [declarations],
42
- imports: [IconsModule],
43
- exports: [declarations, ExcelExportModule]
43
+ imports: [...KENDO_ICONS, ...KENDO_GRID_EXCEL_EXPORT],
44
+ exports: [...KENDO_GRID_EXCEL_EXPORT, ExcelExportModule],
45
+ providers: [IconsService]
44
46
  }]
45
47
  }] });
@@ -9,14 +9,14 @@ import { FilterService } from '../filter.service';
9
9
  import { BaseFilterCellComponent, localizeOperators } from '../base-filter-cell.component';
10
10
  import { SizingOptionsService } from '../../layout/sizing-options.service';
11
11
  import { ContextService } from '../../common/provider.service';
12
+ import { FilterInputDirective } from '../filter-input.directive';
13
+ import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
14
+ import { AutoCompleteComponent } from '@progress/kendo-angular-dropdowns';
12
15
  import * as i0 from "@angular/core";
13
16
  import * as i1 from "../filter.service";
14
17
  import * as i2 from "../../columns/column.component";
15
18
  import * as i3 from "../../common/provider.service";
16
19
  import * as i4 from "../../layout/sizing-options.service";
17
- import * as i5 from "@progress/kendo-angular-dropdowns";
18
- import * as i6 from "../filter-input.directive";
19
- import * as i7 from "./filter-cell-wrapper.component";
20
20
  const stringOperators = localizeOperators({
21
21
  "filterContainsOperator": "contains",
22
22
  "filterNotContainsOperator": "doesnotcontain",
@@ -61,7 +61,7 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
61
61
  }
62
62
  }
63
63
  AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.ContextService }, { token: i4.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
64
- AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteFilterCellComponent, selector: "kendo-grid-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
64
+ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-grid-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
65
65
  <kendo-grid-filter-wrapper-cell
66
66
  [column]="column"
67
67
  [filter]="filter"
@@ -75,7 +75,7 @@ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
75
75
  [value]="currentFilter?.value">
76
76
  </kendo-autocomplete>
77
77
  </kendo-grid-filter-wrapper-cell>
78
- `, isInline: true, dependencies: [{ kind: "component", type: i5.AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i7.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }] });
78
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }] });
79
79
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{
@@ -94,7 +94,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
94
94
  [value]="currentFilter?.value">
95
95
  </kendo-autocomplete>
96
96
  </kendo-grid-filter-wrapper-cell>
97
- `
97
+ `,
98
+ standalone: true,
99
+ imports: [FilterCellWrapperComponent, AutoCompleteComponent, FilterInputDirective]
98
100
  }]
99
101
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ColumnComponent }, { type: i3.ContextService }, { type: i4.SizingOptionsService }]; }, propDecorators: { showOperators: [{
100
102
  type: Input
@@ -8,14 +8,14 @@ import { BooleanFilterComponent } from '../boolean-filter.component';
8
8
  import { replaceMessagePlaceholder } from '../../utils';
9
9
  import { SizingOptionsService } from '../../layout/sizing-options.service';
10
10
  import { ContextService } from '../../common/provider.service';
11
+ import { FocusableDirective } from '../../navigation/focusable.directive';
12
+ import { FilterInputDirective } from '../filter-input.directive';
13
+ import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
14
+ import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
11
15
  import * as i0 from "@angular/core";
12
16
  import * as i1 from "../filter.service";
13
17
  import * as i2 from "../../common/provider.service";
14
18
  import * as i3 from "../../layout/sizing-options.service";
15
- import * as i4 from "@progress/kendo-angular-dropdowns";
16
- import * as i5 from "../../navigation/focusable.directive";
17
- import * as i6 from "../filter-input.directive";
18
- import * as i7 from "./filter-cell-wrapper.component";
19
19
  /**
20
20
  * Represents a Boolean filter-cell component.
21
21
  * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
@@ -60,7 +60,7 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
60
60
  }
61
61
  }
62
62
  BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
63
- BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterCellComponent, selector: "kendo-grid-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
63
+ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-grid-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
64
64
  <kendo-grid-filter-wrapper-cell
65
65
  [column]="column"
66
66
  [filter]="filter"
@@ -80,7 +80,7 @@ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
80
80
  [value]="currentFilter?.value">
81
81
  </kendo-dropdownlist>
82
82
  </kendo-grid-filter-wrapper-cell>
83
- `, isInline: true, dependencies: [{ kind: "component", type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i7.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }] });
83
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }] });
84
84
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
85
85
  type: Component,
86
86
  args: [{
@@ -105,6 +105,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
105
105
  [value]="currentFilter?.value">
106
106
  </kendo-dropdownlist>
107
107
  </kendo-grid-filter-wrapper-cell>
108
- `
108
+ `,
109
+ standalone: true,
110
+ imports: [FilterCellWrapperComponent, DropDownListComponent, FilterInputDirective, FocusableDirective]
109
111
  }]
110
112
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i0.ChangeDetectorRef }, { type: i3.SizingOptionsService }]; } });
@@ -8,14 +8,14 @@ import { DateFilterComponent } from '../date-filter.component';
8
8
  import { replaceMessagePlaceholder } from '../../utils';
9
9
  import { SizingOptionsService } from '../../layout/sizing-options.service';
10
10
  import { ContextService } from '../../common/provider.service';
11
+ import { FocusableDirective } from '../../navigation/focusable.directive';
12
+ import { FilterInputDirective } from '../filter-input.directive';
13
+ import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
14
+ import { DatePickerComponent, DatePickerCustomMessagesComponent } from '@progress/kendo-angular-dateinputs';
11
15
  import * as i0 from "@angular/core";
12
16
  import * as i1 from "../filter.service";
13
17
  import * as i2 from "../../common/provider.service";
14
18
  import * as i3 from "../../layout/sizing-options.service";
15
- import * as i4 from "@progress/kendo-angular-dateinputs";
16
- import * as i5 from "../../navigation/focusable.directive";
17
- import * as i6 from "../filter-input.directive";
18
- import * as i7 from "./filter-cell-wrapper.component";
19
19
  /**
20
20
  * Represents a [DatePicker](slug:overview_datepicker) filter-cell component.
21
21
  * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
@@ -77,7 +77,7 @@ export class DateFilterCellComponent extends DateFilterComponent {
77
77
  }
78
78
  }
79
79
  DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
80
- DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterCellComponent, selector: "kendo-grid-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
80
+ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-grid-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
81
81
  <kendo-grid-filter-wrapper-cell
82
82
  [column]="column"
83
83
  [filter]="filter"
@@ -108,7 +108,7 @@ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
108
108
  </kendo-datepicker-messages>
109
109
  </kendo-datepicker>
110
110
  </kendo-grid-filter-wrapper-cell>
111
- `, isInline: true, dependencies: [{ kind: "component", type: i4.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: "component", type: i4.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i7.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }] });
111
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
112
112
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, decorators: [{
113
113
  type: Component,
114
114
  args: [{
@@ -144,7 +144,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
144
144
  </kendo-datepicker-messages>
145
145
  </kendo-datepicker>
146
146
  </kendo-grid-filter-wrapper-cell>
147
- `
147
+ `,
148
+ standalone: true,
149
+ imports: [FilterCellWrapperComponent, DatePickerComponent, FilterInputDirective, FocusableDirective, DatePickerCustomMessagesComponent]
148
150
  }]
149
151
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { showOperators: [{
150
152
  type: Input
@@ -23,10 +23,11 @@ export class FilterCellHostDirective extends FilterHostDirective {
23
23
  }
24
24
  }
25
25
  FilterCellHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
26
- FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
26
+ FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
27
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellHostDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
- selector: '[kendoFilterCellHost]'
30
+ selector: '[kendoFilterCellHost]',
31
+ standalone: true
31
32
  }]
32
33
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; } });