@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.2

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 (322) hide show
  1. package/aggregates/status-bar-template.directive.d.ts +1 -1
  2. package/aggregates/status-bar.component.d.ts +1 -1
  3. package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
  4. package/column-menu/column-chooser.component.d.ts +1 -1
  5. package/column-menu/column-list.component.d.ts +1 -1
  6. package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
  7. package/column-menu/column-menu-autosize.component.d.ts +1 -1
  8. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  9. package/column-menu/column-menu-container.component.d.ts +1 -1
  10. package/column-menu/column-menu-filter.component.d.ts +1 -1
  11. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  12. package/column-menu/column-menu-item.component.d.ts +1 -1
  13. package/column-menu/column-menu-item.directive.d.ts +1 -1
  14. package/column-menu/column-menu-lock.component.d.ts +1 -1
  15. package/column-menu/column-menu-position.component.d.ts +1 -1
  16. package/column-menu/column-menu-sort.component.d.ts +1 -1
  17. package/column-menu/column-menu-stick.component.d.ts +1 -1
  18. package/column-menu/column-menu-template.directive.d.ts +1 -1
  19. package/column-menu/column-menu.component.d.ts +1 -1
  20. package/column-resizing/column-handle.directive.d.ts +1 -1
  21. package/column-resizing/table.directive.d.ts +1 -1
  22. package/columns/checkbox-column.component.d.ts +1 -1
  23. package/columns/column-base.d.ts +1 -1
  24. package/columns/column-group.component.d.ts +1 -1
  25. package/columns/column.component.d.ts +1 -1
  26. package/columns/command-column.component.d.ts +1 -1
  27. package/columns/reorder-column.component.d.ts +1 -1
  28. package/columns/span-column.component.d.ts +1 -1
  29. package/common/cell-click-event-args.interface.d.ts +1 -1
  30. package/common/clipboard.directive.d.ts +1 -1
  31. package/databinding.directive.d.ts +1 -1
  32. package/directives.d.ts +260 -0
  33. package/dragdrop/draggable-column.directive.d.ts +1 -1
  34. package/dragdrop/drop-target.directive.d.ts +1 -1
  35. package/editing/add-command.directive.d.ts +1 -1
  36. package/editing/cancel-command.directive.d.ts +1 -1
  37. package/editing/edit-command.directive.d.ts +1 -1
  38. package/editing/edit-template.directive.d.ts +1 -1
  39. package/editing/remove-command.directive.d.ts +1 -1
  40. package/editing/save-command.directive.d.ts +1 -1
  41. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  42. package/editing-directives/reactive-editing.directive.d.ts +2 -2
  43. package/editing-directives/template-editing.directive.d.ts +1 -1
  44. package/esm2020/aggregates/status-bar-template.directive.mjs +3 -2
  45. package/esm2020/aggregates/status-bar.component.mjs +6 -4
  46. package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +5 -2
  47. package/esm2020/column-menu/column-chooser.component.mjs +5 -5
  48. package/esm2020/column-menu/column-list.component.mjs +6 -5
  49. package/esm2020/column-menu/column-menu-autosize-all.component.mjs +7 -5
  50. package/esm2020/column-menu/column-menu-autosize.component.mjs +7 -5
  51. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  52. package/esm2020/column-menu/column-menu-container.component.mjs +3 -2
  53. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  54. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  55. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  56. package/esm2020/column-menu/column-menu-item.directive.mjs +5 -2
  57. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  58. package/esm2020/column-menu/column-menu-position.component.mjs +10 -8
  59. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  60. package/esm2020/column-menu/column-menu-stick.component.mjs +6 -4
  61. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  62. package/esm2020/column-menu/column-menu.component.mjs +26 -19
  63. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  64. package/esm2020/column-resizing/table.directive.mjs +3 -2
  65. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  66. package/esm2020/columns/column-group.component.mjs +3 -2
  67. package/esm2020/columns/column.component.mjs +3 -2
  68. package/esm2020/columns/command-column.component.mjs +3 -2
  69. package/esm2020/columns/reorder-column.component.mjs +3 -2
  70. package/esm2020/columns/span-column.component.mjs +3 -2
  71. package/esm2020/common/clipboard.directive.mjs +3 -2
  72. package/esm2020/databinding.directive.mjs +3 -2
  73. package/esm2020/directives.mjs +479 -0
  74. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  75. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  76. package/esm2020/editing/add-command.directive.mjs +7 -5
  77. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  78. package/esm2020/editing/edit-command.directive.mjs +7 -5
  79. package/esm2020/editing/edit-template.directive.mjs +3 -2
  80. package/esm2020/editing/remove-command.directive.mjs +7 -5
  81. package/esm2020/editing/save-command.directive.mjs +7 -5
  82. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  83. package/esm2020/editing-directives/reactive-editing.directive.mjs +4 -3
  84. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  85. package/esm2020/excel/excel-command.directive.mjs +7 -5
  86. package/esm2020/excel/excel.component.mjs +3 -2
  87. package/esm2020/excel/excel.module.mjs +12 -10
  88. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +8 -6
  89. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  90. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  91. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  92. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  93. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  94. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  95. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  96. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  97. package/esm2020/filtering/cell/row-filtering.module.mjs +88 -57
  98. package/esm2020/filtering/cell/string-filter-cell.component.mjs +10 -7
  99. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  100. package/esm2020/filtering/filter-row.component.mjs +8 -6
  101. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +7 -6
  102. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +8 -6
  103. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  104. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  105. package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +5 -2
  106. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  107. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -5
  108. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  109. package/esm2020/filtering/menu/filter-menu.component.mjs +7 -5
  110. package/esm2020/filtering/menu/filter-menu.module.mjs +92 -70
  111. package/esm2020/filtering/menu/filter-radio-button.directive.mjs +5 -2
  112. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  113. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  114. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  115. package/esm2020/filtering/menu/string-filter-menu.component.mjs +9 -7
  116. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  117. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  118. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  119. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  120. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  121. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  122. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  123. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  124. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  125. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  126. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  127. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  128. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  129. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  130. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  131. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  132. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  133. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  134. package/esm2020/filtering/shared-filtering.module.mjs +78 -137
  135. package/esm2020/grid.component.mjs +31 -25
  136. package/esm2020/grid.module.mjs +180 -237
  137. package/esm2020/grouping/group-footer-template.directive.mjs +3 -2
  138. package/esm2020/grouping/group-header-column-template.directive.mjs +3 -2
  139. package/esm2020/grouping/group-header-template.directive.mjs +3 -2
  140. package/esm2020/grouping/group-header.component.mjs +10 -8
  141. package/esm2020/grouping/group-panel.component.mjs +11 -10
  142. package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -2
  143. package/esm2020/grouping/group.module.mjs +37 -37
  144. package/esm2020/index.mjs +1 -1
  145. package/esm2020/layout/resizable.directive.mjs +3 -2
  146. package/esm2020/localization/custom-messages.component.mjs +3 -2
  147. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  148. package/esm2020/navigation/focusable.directive.mjs +3 -2
  149. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  150. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  151. package/esm2020/package-metadata.mjs +2 -2
  152. package/esm2020/pager/pager-dropdown.directive.mjs +5 -2
  153. package/esm2020/pager/pager-info.component.mjs +3 -2
  154. package/esm2020/pager/pager-input.component.mjs +8 -8
  155. package/esm2020/pager/pager-input.directive.mjs +5 -2
  156. package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
  157. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  158. package/esm2020/pager/pager-page-sizes.component.mjs +10 -8
  159. package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
  160. package/esm2020/pager/pager-template.directive.mjs +3 -2
  161. package/esm2020/pager/pager.component.mjs +10 -11
  162. package/esm2020/pager/pager.module.mjs +35 -81
  163. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  164. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  165. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  166. package/esm2020/pdf/pdf.component.mjs +3 -2
  167. package/esm2020/pdf/pdf.module.mjs +13 -28
  168. package/esm2020/rendering/body.module.mjs +72 -109
  169. package/esm2020/rendering/cell-loading.template.directive.mjs +3 -2
  170. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  171. package/esm2020/rendering/cell.component.mjs +15 -11
  172. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  173. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  174. package/esm2020/rendering/common/loading.component.mjs +6 -4
  175. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  176. package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
  177. package/esm2020/rendering/details-expand.directive.mjs +3 -2
  178. package/esm2020/rendering/footer/footer-template.directive.mjs +3 -2
  179. package/esm2020/rendering/footer/footer.component.mjs +9 -7
  180. package/esm2020/rendering/footer/footer.module.mjs +24 -18
  181. package/esm2020/rendering/grid-table.directive.mjs +3 -2
  182. package/esm2020/rendering/groups-expand.directive.mjs +3 -2
  183. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  184. package/esm2020/rendering/header/header.component.mjs +19 -18
  185. package/esm2020/rendering/header/header.module.mjs +136 -47
  186. package/esm2020/rendering/list.component.mjs +12 -11
  187. package/esm2020/rendering/loading-template.directive.mjs +3 -2
  188. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  189. package/esm2020/rendering/table-body.component.mjs +15 -12
  190. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  191. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  192. package/esm2020/rendering/toolbar/toolbar.component.mjs +6 -4
  193. package/esm2020/selection/marquee.directive.mjs +3 -2
  194. package/esm2020/selection/selectall-checkbox.directive.mjs +4 -3
  195. package/esm2020/selection/selection-checkbox.directive.mjs +3 -2
  196. package/esm2020/selection/selection.directive.mjs +3 -2
  197. package/esm2020/shared.module.mjs +24 -80
  198. package/excel/excel-command.directive.d.ts +1 -1
  199. package/excel/excel.component.d.ts +1 -1
  200. package/excel/excel.module.d.ts +4 -4
  201. package/fesm2015/progress-kendo-angular-grid.mjs +23474 -23456
  202. package/fesm2020/progress-kendo-angular-grid.mjs +22569 -22551
  203. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  204. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  205. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  206. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  207. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  208. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  209. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  210. package/filtering/cell/filter-cell.component.d.ts +1 -1
  211. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  212. package/filtering/cell/row-filtering.module.d.ts +38 -3
  213. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  214. package/filtering/date-filter.component.d.ts +1 -1
  215. package/filtering/filter-input.directive.d.ts +1 -1
  216. package/filtering/filter-row.component.d.ts +1 -1
  217. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  218. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  219. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  220. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  221. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
  222. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  223. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  224. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  225. package/filtering/menu/filter-menu.component.d.ts +1 -1
  226. package/filtering/menu/filter-menu.module.d.ts +52 -17
  227. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  228. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  229. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  230. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  231. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  232. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  233. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  234. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  235. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  236. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  237. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  238. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  239. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  240. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  241. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  242. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  243. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  244. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  245. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  246. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  247. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  248. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  249. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  250. package/filtering/shared-filtering.module.d.ts +38 -30
  251. package/grid.component.d.ts +3 -3
  252. package/grid.module.d.ts +131 -116
  253. package/grouping/group-footer-template.directive.d.ts +1 -1
  254. package/grouping/group-header-column-template.directive.d.ts +1 -1
  255. package/grouping/group-header-template.directive.d.ts +1 -1
  256. package/grouping/group-header.component.d.ts +1 -1
  257. package/grouping/group-panel.component.d.ts +1 -1
  258. package/grouping/group-scroll-binding.directive.d.ts +1 -1
  259. package/grouping/group.module.d.ts +27 -12
  260. package/index.d.ts +1 -1
  261. package/layout/resizable.directive.d.ts +1 -1
  262. package/localization/custom-messages.component.d.ts +1 -1
  263. package/localization/localized-messages.directive.d.ts +1 -1
  264. package/navigation/focusable.directive.d.ts +1 -1
  265. package/navigation/logical-cell.directive.d.ts +1 -1
  266. package/navigation/logical-row.directive.d.ts +1 -1
  267. package/package.json +16 -16
  268. package/pager/pager-dropdown.directive.d.ts +1 -1
  269. package/pager/pager-info.component.d.ts +1 -1
  270. package/pager/pager-input.component.d.ts +1 -1
  271. package/pager/pager-input.directive.d.ts +1 -1
  272. package/pager/pager-next-buttons.component.d.ts +1 -1
  273. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  274. package/pager/pager-page-sizes.component.d.ts +2 -2
  275. package/pager/pager-prev-buttons.component.d.ts +1 -1
  276. package/pager/pager-settings.d.ts +2 -2
  277. package/pager/pager-template.directive.d.ts +1 -1
  278. package/pager/pager.component.d.ts +1 -1
  279. package/pager/pager.module.d.ts +26 -19
  280. package/pdf/pdf-command.directive.d.ts +1 -1
  281. package/pdf/pdf-margin.component.d.ts +1 -1
  282. package/pdf/pdf-template.directive.d.ts +1 -1
  283. package/pdf/pdf.component.d.ts +1 -1
  284. package/pdf/pdf.module.d.ts +6 -6
  285. package/rendering/body.module.d.ts +39 -25
  286. package/rendering/cell-loading.template.directive.d.ts +1 -1
  287. package/rendering/cell-template.directive.d.ts +1 -1
  288. package/rendering/cell.component.d.ts +1 -1
  289. package/rendering/common/col-group.component.d.ts +1 -1
  290. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  291. package/rendering/common/loading.component.d.ts +1 -1
  292. package/rendering/common/spacer.component.d.ts +1 -1
  293. package/rendering/details/detail-template.directive.d.ts +1 -1
  294. package/rendering/details-expand.directive.d.ts +1 -1
  295. package/rendering/footer/footer-template.directive.d.ts +1 -1
  296. package/rendering/footer/footer.component.d.ts +1 -1
  297. package/rendering/footer/footer.module.d.ts +19 -5
  298. package/rendering/grid-table.directive.d.ts +1 -1
  299. package/rendering/groups-expand.directive.d.ts +1 -1
  300. package/rendering/header/header-template.directive.d.ts +1 -1
  301. package/rendering/header/header.component.d.ts +1 -1
  302. package/rendering/header/header.module.d.ts +90 -13
  303. package/rendering/list.component.d.ts +1 -1
  304. package/rendering/loading-template.directive.d.ts +1 -1
  305. package/rendering/no-records-template.directive.d.ts +1 -1
  306. package/rendering/table-body.component.d.ts +1 -1
  307. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  308. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  309. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  310. package/schematics/ngAdd/index.js +4 -4
  311. package/scrolling/content-scroll-event.d.ts +1 -1
  312. package/selection/marquee.directive.d.ts +1 -1
  313. package/selection/selectall-checkbox.directive.d.ts +2 -2
  314. package/selection/selection-checkbox.directive.d.ts +1 -1
  315. package/selection/selection.directive.d.ts +1 -1
  316. package/shared.module.d.ts +4 -6
  317. package/column-menu/column-menu.module.d.ts +0 -35
  318. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  319. package/esm2020/column-menu/column-menu.module.mjs +0 -113
  320. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  321. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  322. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -6,9 +6,9 @@ import { Component, HostBinding, Input } from '@angular/core';
6
6
  import { ColumnComponent } from '../../columns/column.component';
7
7
  import { isPresent, isNullOrEmptyString } from '../../utils';
8
8
  import { cloneFilters } from '../../common/filter-descriptor-differ';
9
+ import { FilterCellHostDirective } from './filter-cell-host.directive';
10
+ import { NgIf, NgSwitch, NgSwitchCase, NgTemplateOutlet } from '@angular/common';
9
11
  import * as i0 from "@angular/core";
10
- import * as i1 from "@angular/common";
11
- import * as i2 from "./filter-cell-host.directive";
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -38,7 +38,7 @@ export class FilterCellComponent {
38
38
  }
39
39
  }
40
40
  FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
41
- FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
41
+ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, isStandalone: true, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
42
42
  <ng-container *ngIf="isFilterable">
43
43
  <ng-container [ngSwitch]="hasTemplate">
44
44
  <ng-container *ngSwitchCase="false">
@@ -53,7 +53,7 @@ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
53
53
  </ng-container>
54
54
  </ng-container>
55
55
  </ng-container>
56
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i2.FilterCellHostDirective, selector: "[kendoFilterCellHost]" }] });
56
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
57
57
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{
@@ -73,7 +73,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
73
73
  </ng-container>
74
74
  </ng-container>
75
75
  </ng-container>
76
- `
76
+ `,
77
+ standalone: true,
78
+ imports: [NgIf, NgSwitch, NgSwitchCase, FilterCellHostDirective, NgTemplateOutlet]
77
79
  }]
78
80
  }], propDecorators: { hostRole: [{
79
81
  type: HostBinding,
@@ -8,14 +8,14 @@ import { NumericFilterComponent } from '../numeric-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 { FilterInputDirective } from '../filter-input.directive';
12
+ import { FocusableDirective } from '../../navigation/focusable.directive';
13
+ import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
14
+ import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent } from '@progress/kendo-angular-inputs';
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-inputs";
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 numeric filter-cell component.
21
21
  * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
@@ -71,7 +71,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
71
71
  }
72
72
  }
73
73
  NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
74
- NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
74
+ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
75
75
  <kendo-grid-filter-wrapper-cell
76
76
  [column]="column"
77
77
  [filter]="filter"
@@ -101,7 +101,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
101
101
  </kendo-numerictextbox-messages>
102
102
  </kendo-numerictextbox>
103
103
  </kendo-grid-filter-wrapper-cell>
104
- `, isInline: true, dependencies: [{ kind: "component", type: i4.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: i4.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-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"] }] });
104
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
105
105
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
106
106
  type: Component,
107
107
  args: [{
@@ -136,7 +136,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
136
136
  </kendo-numerictextbox-messages>
137
137
  </kendo-numerictextbox>
138
138
  </kendo-grid-filter-wrapper-cell>
139
- `
139
+ `,
140
+ standalone: true,
141
+ imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
140
142
  }]
141
143
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { filterDelay: [{
142
144
  type: Input
@@ -3,31 +3,62 @@
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 { FilterRowComponent } from '../filter-row.component';
7
- import { FilterCellComponent } from './filter-cell.component';
8
- import { FilterCellTemplateDirective } from './filter-cell-template.directive';
9
6
  import { NumericFilterCellComponent } from './numeric-filter-cell.component';
10
- import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
11
7
  import { StringFilterCellComponent } from './string-filter-cell.component';
12
- import { FilterCellOperatorsComponent } from './filter-cell-operators.component';
13
- import { AutoCompleteFilterCellComponent } from './autocomplete-filter-cell.component';
14
8
  import { BooleanFilterCellComponent } from './boolean-filter-cell.component';
15
9
  import { DateFilterCellComponent } from './date-filter-cell.component';
16
- import { SharedFilterModule } from '../shared-filtering.module';
17
- import { FilterCellHostDirective } from './filter-cell-host.directive';
10
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
11
+ import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, WeekNamesService, NavigationService } from '@progress/kendo-angular-dateinputs';
12
+ import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
13
+ import { IconsService } from '@progress/kendo-angular-icons';
14
+ import { PopupService } from '@progress/kendo-angular-popup';
15
+ import { KENDO_GRID_FILTER_ROW } from '../../directives';
18
16
  import * as i0 from "@angular/core";
19
- const INTERNAL_COMPONENTS = [
20
- FilterRowComponent,
21
- FilterCellComponent,
22
- FilterCellTemplateDirective,
23
- StringFilterCellComponent,
24
- NumericFilterCellComponent,
25
- AutoCompleteFilterCellComponent,
26
- BooleanFilterCellComponent,
27
- FilterCellHostDirective,
28
- FilterCellWrapperComponent,
29
- DateFilterCellComponent
30
- ];
17
+ import * as i1 from "../filter-row.component";
18
+ import * as i2 from "./filter-cell.component";
19
+ import * as i3 from "./filter-cell-template.directive";
20
+ import * as i4 from "./string-filter-cell.component";
21
+ import * as i5 from "./numeric-filter-cell.component";
22
+ import * as i6 from "./autocomplete-filter-cell.component";
23
+ import * as i7 from "./boolean-filter-cell.component";
24
+ import * as i8 from "./filter-cell-host.directive";
25
+ import * as i9 from "./filter-cell-wrapper.component";
26
+ import * as i10 from "./date-filter-cell.component";
27
+ import * as i11 from "../../columns/column.component";
28
+ import * as i12 from "../../columns/column-group.component";
29
+ import * as i13 from "../../navigation/logical-cell.directive";
30
+ import * as i14 from "../../navigation/logical-row.directive";
31
+ import * as i15 from "../../navigation/focusable.directive";
32
+ import * as i16 from "../../rendering/footer/footer-template.directive";
33
+ import * as i17 from "../../rendering/common/col-group.component";
34
+ import * as i18 from "../../layout/resizable.directive";
35
+ import * as i19 from "@progress/kendo-angular-common";
36
+ import * as i20 from "../../rendering/common/field-accessor.pipe";
37
+ import * as i21 from "../../rendering/details/detail-template.directive";
38
+ import * as i22 from "../../columns/span-column.component";
39
+ import * as i23 from "../../column-resizing/table.directive";
40
+ import * as i24 from "../../rendering/common/loading.component";
41
+ import * as i25 from "../../rendering/grid-table.directive";
42
+ import * as i26 from "./filter-cell-operators.component";
43
+ import * as i27 from "../operators/contains-filter-operator.component";
44
+ import * as i28 from "../operators/not-contains-filter-operator.component";
45
+ import * as i29 from "../operators/ends-with-filter-operator.component";
46
+ import * as i30 from "../operators/eq-filter-operator.component";
47
+ import * as i31 from "../operators/is-empty-filter-operator.component";
48
+ import * as i32 from "../operators/is-not-empty-filter-operator.component";
49
+ import * as i33 from "../operators/is-not-null-filter-operator.component";
50
+ import * as i34 from "../operators/isnull-filter-operator.component";
51
+ import * as i35 from "../operators/neq-filter-operator.component";
52
+ import * as i36 from "../operators/starts-with-filter-operator.component";
53
+ import * as i37 from "../operators/gt-filter-operator.component";
54
+ import * as i38 from "../operators/gte-filter-operator.component";
55
+ import * as i39 from "../operators/lt-filter-operator.component";
56
+ import * as i40 from "../operators/lte-filter-operator.component";
57
+ import * as i41 from "../operators/after-filter-operator.component";
58
+ import * as i42 from "../operators/after-eq-filter-operator.component";
59
+ import * as i43 from "../operators/before-eq-filter-operator.component";
60
+ import * as i44 from "../operators/before-filter-operator.component";
61
+ import * as i45 from "../filter-input.directive";
31
62
  const ENTRY_COMPONENTS = [
32
63
  StringFilterCellComponent,
33
64
  NumericFilterCellComponent,
@@ -36,50 +67,50 @@ const ENTRY_COMPONENTS = [
36
67
  ];
37
68
  /**
38
69
  * @hidden
70
+ *
71
+ * This module is deprecated and will be removed in a future major version release.
39
72
  */
40
73
  export class RowFilterModule {
41
- static exports() {
42
- return [
43
- FilterRowComponent,
44
- FilterCellComponent,
45
- FilterCellTemplateDirective,
46
- FilterCellOperatorsComponent,
47
- StringFilterCellComponent,
48
- NumericFilterCellComponent,
49
- AutoCompleteFilterCellComponent,
50
- BooleanFilterCellComponent,
51
- DateFilterCellComponent,
52
- SharedFilterModule.exports()
53
- ];
54
- }
55
74
  }
56
75
  RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
57
- RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, declarations: [FilterRowComponent,
58
- FilterCellComponent,
59
- FilterCellTemplateDirective,
60
- StringFilterCellComponent,
61
- NumericFilterCellComponent,
62
- AutoCompleteFilterCellComponent,
63
- BooleanFilterCellComponent,
64
- FilterCellHostDirective,
65
- FilterCellWrapperComponent,
66
- DateFilterCellComponent], imports: [SharedFilterModule], exports: [FilterRowComponent,
67
- FilterCellComponent,
68
- FilterCellTemplateDirective,
69
- StringFilterCellComponent,
70
- NumericFilterCellComponent,
71
- AutoCompleteFilterCellComponent,
72
- BooleanFilterCellComponent,
73
- FilterCellHostDirective,
74
- FilterCellWrapperComponent,
75
- DateFilterCellComponent, SharedFilterModule] });
76
- RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [SharedFilterModule, SharedFilterModule] });
76
+ RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.TableDirective, i24.LoadingComponent, i25.GridTableDirective, i19.DraggableDirective, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent, i45.FilterInputDirective], exports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.TableDirective, i24.LoadingComponent, i25.GridTableDirective, i19.DraggableDirective, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent, i45.FilterInputDirective] });
77
+ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, providers: [
78
+ PopupService,
79
+ ResizeBatchService,
80
+ IconsService,
81
+ DialogContainerService,
82
+ DialogService,
83
+ WindowService,
84
+ WindowContainerService,
85
+ CalendarDOMService,
86
+ CenturyViewService,
87
+ DecadeViewService,
88
+ MonthViewService,
89
+ YearViewService,
90
+ WeekNamesService,
91
+ NavigationService
92
+ ], imports: [i1.FilterRowComponent, i2.FilterCellComponent, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i17.ColGroupComponent, i22.SpanColumnComponent, i24.LoadingComponent, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent] });
77
93
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
78
94
  type: NgModule,
79
95
  args: [{
80
- declarations: [INTERNAL_COMPONENTS],
81
96
  entryComponents: ENTRY_COMPONENTS,
82
- exports: [INTERNAL_COMPONENTS, SharedFilterModule],
83
- imports: [SharedFilterModule]
97
+ exports: [...KENDO_GRID_FILTER_ROW],
98
+ imports: [...KENDO_GRID_FILTER_ROW],
99
+ providers: [
100
+ PopupService,
101
+ ResizeBatchService,
102
+ IconsService,
103
+ DialogContainerService,
104
+ DialogService,
105
+ WindowService,
106
+ WindowContainerService,
107
+ CalendarDOMService,
108
+ CenturyViewService,
109
+ DecadeViewService,
110
+ MonthViewService,
111
+ YearViewService,
112
+ WeekNamesService,
113
+ NavigationService
114
+ ]
84
115
  }]
85
116
  }] });
@@ -8,15 +8,16 @@ import { StringFilterComponent } from "../string-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 { FormsModule } from '@angular/forms';
12
+ import { FilterInputDirective } from '../filter-input.directive';
13
+ import { FocusableDirective } from '../../navigation/focusable.directive';
14
+ import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
15
+ import { TextBoxComponent } from '@progress/kendo-angular-inputs';
11
16
  import * as i0 from "@angular/core";
12
17
  import * as i1 from "../filter.service";
13
18
  import * as i2 from "../../common/provider.service";
14
19
  import * as i3 from "../../layout/sizing-options.service";
15
20
  import * as i4 from "@angular/forms";
16
- import * as i5 from "@progress/kendo-angular-inputs";
17
- import * as i6 from "../../navigation/focusable.directive";
18
- import * as i7 from "../filter-input.directive";
19
- import * as i8 from "./filter-cell-wrapper.component";
20
21
  /**
21
22
  * Represents a string filter-cell component
22
23
  * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
@@ -66,7 +67,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
66
67
  }
67
68
  }
68
69
  StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
69
- StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
70
+ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
70
71
  <kendo-grid-filter-wrapper-cell
71
72
  [column]="column"
72
73
  [filter]="filter"
@@ -82,7 +83,7 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
82
83
  [filterDelay]="filterDelay"
83
84
  [ngModel]="currentFilter?.value"></kendo-textbox>
84
85
  </kendo-grid-filter-wrapper-cell>
85
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i7.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i8.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }] });
86
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
86
87
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, decorators: [{
87
88
  type: Component,
88
89
  args: [{
@@ -103,7 +104,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
103
104
  [filterDelay]="filterDelay"
104
105
  [ngModel]="currentFilter?.value"></kendo-textbox>
105
106
  </kendo-grid-filter-wrapper-cell>
106
- `
107
+ `,
108
+ standalone: true,
109
+ imports: [FilterCellWrapperComponent, TextBoxComponent, FocusableDirective, FilterInputDirective, FormsModule]
107
110
  }]
108
111
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { filterDelay: [{
109
112
  type: Input
@@ -80,11 +80,12 @@ export class FilterInputDirective {
80
80
  }
81
81
  }
82
82
  FilterInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
83
- FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
83
+ FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
84
84
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, decorators: [{
85
85
  type: Directive,
86
86
  args: [{
87
- selector: '[kendoFilterInput]'
87
+ selector: '[kendoFilterInput]',
88
+ standalone: true
88
89
  }]
89
90
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
90
91
  type: Self
@@ -7,12 +7,12 @@ import { Component, Input, HostBinding } from '@angular/core';
7
7
  import { DetailTemplateDirective } from '../rendering/details/detail-template.directive';
8
8
  import { replaceMessagePlaceholder } from '../utils';
9
9
  import { ContextService } from '../common/provider.service';
10
+ import { LogicalCellDirective } from '../navigation/logical-cell.directive';
11
+ import { FilterCellComponent } from './cell/filter-cell.component';
12
+ import { NgFor, NgIf, NgStyle, NgClass } from '@angular/common';
10
13
  import * as i0 from "@angular/core";
11
14
  import * as i1 from "../common/provider.service";
12
15
  import * as i2 from "./../common/column-info.service";
13
- import * as i3 from "@angular/common";
14
- import * as i4 from "../navigation/logical-cell.directive";
15
- import * as i5 from "./cell/filter-cell.component";
16
16
  /**
17
17
  * @hidden
18
18
  */
@@ -39,7 +39,7 @@ export class FilterRowComponent {
39
39
  }
40
40
  }
41
41
  FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.ContextService }, { token: i2.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
42
- FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, selector: "[kendoGridFilterRow]", inputs: { columns: "columns", filter: "filter", groups: "groups", detailTemplate: "detailTemplate", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
42
+ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, isStandalone: true, selector: "[kendoGridFilterRow]", inputs: { columns: "columns", filter: "filter", groups: "groups", detailTemplate: "detailTemplate", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
43
43
  <td
44
44
  class="k-table-td"
45
45
  [class.k-group-cell]="true"
@@ -65,7 +65,7 @@ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
65
65
  [logicalRowIndex]="logicalRowIndex"
66
66
  [logicalColIndex]="getLogicalColIndex(columnIndex)"
67
67
  ></td>
68
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i4.LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "component", type: i5.FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: ["column", "filter", "size"] }] });
68
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: ["column", "filter", "size"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
69
69
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{
@@ -96,7 +96,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
96
96
  [logicalRowIndex]="logicalRowIndex"
97
97
  [logicalColIndex]="getLogicalColIndex(columnIndex)"
98
98
  ></td>
99
- `
99
+ `,
100
+ standalone: true,
101
+ imports: [NgFor, NgIf, FilterCellComponent, LogicalCellDirective, NgStyle, NgClass]
100
102
  }]
101
103
  }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.ColumnInfoService }]; }, propDecorators: { columns: [{
102
104
  type: Input
@@ -10,11 +10,10 @@ import { BooleanFilterRadioButtonDirective } from './filter-radio-button.directi
10
10
  import { replaceMessagePlaceholder } from '../../utils';
11
11
  import { MenuTabbingService } from './menu-tabbing.service';
12
12
  import { ContextService } from '../../common/provider.service';
13
+ import { NgFor } from '@angular/common';
14
+ import { RadioButtonDirective } from '@progress/kendo-angular-inputs';
13
15
  import * as i0 from "@angular/core";
14
16
  import * as i1 from "../../common/provider.service";
15
- import * as i2 from "@angular/common";
16
- import * as i3 from "@progress/kendo-angular-inputs";
17
- import * as i4 from "./filter-radio-button.directive";
18
17
  /**
19
18
  * Represents a Boolean-filter menu component. [See example](slug:filter_menu#toc-built-in-filter-menu-components)
20
19
  *
@@ -96,7 +95,7 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
96
95
  }
97
96
  }
98
97
  BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
99
- BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, selector: "kendo-grid-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
98
+ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-grid-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
100
99
  <ul class="k-radio-list k-reset">
101
100
  <li *ngFor="let item of items">
102
101
  <input type="radio"
@@ -113,7 +112,7 @@ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
113
112
  <label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
114
113
  </li>
115
114
  </ul>
116
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }, { kind: "directive", type: i4.BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: ["columnLabel"] }] });
115
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }, { kind: "directive", type: BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: ["columnLabel"] }] });
117
116
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
118
117
  type: Component,
119
118
  args: [{
@@ -135,7 +134,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
135
134
  <label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
136
135
  </li>
137
136
  </ul>
138
- `
137
+ `,
138
+ standalone: true,
139
+ imports: [NgFor, RadioButtonDirective, BooleanFilterRadioButtonDirective]
139
140
  }]
140
141
  }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
141
142
  type: HostBinding,
@@ -8,14 +8,14 @@ import { ColumnComponent } from "../../columns/column.component";
8
8
  import { FilterService } from '../filter.service';
9
9
  import { SinglePopupService } from '../../common/single-popup.service';
10
10
  import { filter } from 'rxjs/operators';
11
+ import { DatePickerComponent, DatePickerCustomMessagesComponent } from '@progress/kendo-angular-dateinputs';
11
12
  import { replaceMessagePlaceholder } from '../../utils';
12
13
  import { ContextService } from '../../common/provider.service';
14
+ import { FilterInputDirective } from '../filter-input.directive';
15
+ import { FilterMenuInputWrapperComponent } from './filter-menu-input-wrapper.component';
13
16
  import * as i0 from "@angular/core";
14
17
  import * as i1 from "../../common/single-popup.service";
15
18
  import * as i2 from "../../common/provider.service";
16
- import * as i3 from "@progress/kendo-angular-dateinputs";
17
- import * as i4 from "../filter-input.directive";
18
- import * as i5 from "./filter-menu-input-wrapper.component";
19
19
  /**
20
20
  * @hidden
21
21
  */
@@ -45,7 +45,7 @@ export class DateFilterMenuInputComponent {
45
45
  }
46
46
  }
47
47
  DateFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
48
- DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, selector: "kendo-grid-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
48
+ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
49
49
  <kendo-grid-filter-menu-input-wrapper
50
50
  [column]="column"
51
51
  [filter]="filter"
@@ -80,7 +80,7 @@ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
80
80
  </kendo-datepicker-messages>
81
81
  </kendo-datepicker>
82
82
  </kendo-grid-filter-menu-input-wrapper>
83
- `, isInline: true, dependencies: [{ kind: "component", type: i3.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: i3.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { kind: "directive", type: i4.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i5.FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }] });
83
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { 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: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
84
84
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
85
85
  type: Component,
86
86
  args: [{
@@ -120,7 +120,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
120
120
  </kendo-datepicker-messages>
121
121
  </kendo-datepicker>
122
122
  </kendo-grid-filter-menu-input-wrapper>
123
- `
123
+ `,
124
+ standalone: true,
125
+ imports: [FilterMenuInputWrapperComponent, DatePickerComponent, FilterInputDirective, DatePickerCustomMessagesComponent]
124
126
  }]
125
127
  }], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.ContextService }]; }, propDecorators: { operators: [{
126
128
  type: Input
@@ -10,12 +10,12 @@ import { DateFilterComponent } from '../date-filter.component';
10
10
  import { setFilter, logicOperators } from '../base-filter-cell.component';
11
11
  import { replaceMessagePlaceholder } from '../../utils';
12
12
  import { ContextService } from '../../common/provider.service';
13
+ import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
14
+ import { NgIf } from '@angular/common';
15
+ import { DateFilterMenuInputComponent } from './date-filter-menu-input.component';
16
+ import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
13
17
  import * as i0 from "@angular/core";
14
18
  import * as i1 from "../../common/provider.service";
15
- import * as i2 from "@angular/common";
16
- import * as i3 from "@progress/kendo-angular-dropdowns";
17
- import * as i4 from "./date-filter-menu-input.component";
18
- import * as i5 from "./filter-menu-dropdownlist.directive";
19
19
  /**
20
20
  * Represents a date filter-menu component.
21
21
  *
@@ -73,7 +73,7 @@ export class DateFilterMenuComponent extends DateFilterComponent {
73
73
  }
74
74
  }
75
75
  DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
76
- DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, selector: "kendo-grid-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
76
+ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
77
77
  <kendo-grid-date-filter-menu-input
78
78
  [currentFilter]="firstFilter"
79
79
  [operators]="operators"
@@ -124,7 +124,7 @@ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
124
124
  [menuTabbingService]="menuTabbingService"
125
125
  >
126
126
  </kendo-grid-date-filter-menu-input>
127
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.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: "component", type: i4.DateFilterMenuInputComponent, selector: "kendo-grid-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "menuTabbingService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber", "isFirstDropDown"] }, { kind: "directive", type: i5.FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
127
+ `, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-grid-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "menuTabbingService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber", "isFirstDropDown"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
128
128
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
129
129
  type: Component,
130
130
  args: [{
@@ -180,7 +180,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
180
180
  [menuTabbingService]="menuTabbingService"
181
181
  >
182
182
  </kendo-grid-date-filter-menu-input>
183
- `
183
+ `,
184
+ standalone: true,
185
+ imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
184
186
  }]
185
187
  }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
186
188
  type: HostBinding,