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

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
@@ -10,13 +10,14 @@ import { removeFilter, filtersByField } from "../base-filter-cell.component";
10
10
  import { isPresent, isNullOrEmptyString } from "../../utils";
11
11
  import { cloneFilters } from '../../common/filter-descriptor-differ';
12
12
  import { ContextService } from '../../common/provider.service';
13
+ import { FilterMenuHostDirective } from './filter-menu-host.directive';
14
+ import { NgSwitch, NgSwitchCase, NgIf, NgTemplateOutlet, NgClass } from '@angular/common';
15
+ import { FormsModule } from '@angular/forms';
13
16
  import * as i0 from "@angular/core";
14
17
  import * as i1 from "../filter.service";
15
18
  import * as i2 from "../../common/provider.service";
16
19
  import * as i3 from "./menu-tabbing.service";
17
- import * as i4 from "@angular/common";
18
- import * as i5 from "@angular/forms";
19
- import * as i6 from "./filter-menu-host.directive";
20
+ import * as i4 from "@angular/forms";
20
21
  const isNoValueOperator = operator => (operator === "isnull"
21
22
  || operator === "isnotnull"
22
23
  || operator === "isempty"
@@ -152,7 +153,7 @@ export class FilterMenuContainerComponent {
152
153
  }
153
154
  }
154
155
  FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: i1.FilterService, skipSelf: true }, { token: i1.FilterService }, { token: i2.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.MenuTabbingService }], target: i0.ɵɵFactoryTarget.Component });
155
- FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, selector: "kendo-grid-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
156
+ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-grid-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
156
157
  FilterService,
157
158
  MenuTabbingService
158
159
  ], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
@@ -192,7 +193,7 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
192
193
  </div>
193
194
  </div>
194
195
  </form>
195
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i5.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i5.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i5.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i6.FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService", "menuTabbingService"] }] });
196
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
196
197
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
197
198
  type: Component,
198
199
  args: [{
@@ -238,7 +239,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
238
239
  </div>
239
240
  </div>
240
241
  </form>
241
- `
242
+ `,
243
+ standalone: true,
244
+ imports: [FormsModule, NgSwitch, NgSwitchCase, FilterMenuHostDirective, NgIf, NgTemplateOutlet, NgClass]
242
245
  }]
243
246
  }], ctorParameters: function () { return [{ type: i1.FilterService, decorators: [{
244
247
  type: SkipSelf
@@ -30,10 +30,13 @@ export class FilterMenuDropDownListDirective {
30
30
  }
31
31
  }
32
32
  FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
33
- FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
33
+ FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuDropDownListDirective, isStandalone: true, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
35
35
  type: Directive,
36
- args: [{ selector: '[kendoFilterMenuDropDown]' }]
36
+ args: [{
37
+ selector: '[kendoFilterMenuDropDown]',
38
+ standalone: true
39
+ }]
37
40
  }], ctorParameters: function () { return [{ type: i1.DropDownListComponent }]; }, propDecorators: { filterMenuDropDownLabel: [{
38
41
  type: Input
39
42
  }] } });
@@ -30,11 +30,12 @@ export class FilterMenuHostDirective extends FilterHostDirective {
30
30
  }
31
31
  }
32
32
  FilterMenuHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
33
- FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
33
+ FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: '[kendoFilterMenuHost]'
37
+ selector: '[kendoFilterMenuHost]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { filterService: [{
40
41
  type: Input
@@ -9,10 +9,9 @@ import { FilterService } from '../filter.service';
9
9
  import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
10
10
  import { replaceMessagePlaceholder } from '../../utils';
11
11
  import { ContextService } from '../../common/provider.service';
12
+ import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
12
13
  import * as i0 from "@angular/core";
13
14
  import * as i1 from "../../common/provider.service";
14
- import * as i2 from "@progress/kendo-angular-dropdowns";
15
- import * as i3 from "./filter-menu-dropdownlist.directive";
16
15
  /**
17
16
  * @hidden
18
17
  */
@@ -82,7 +81,7 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
82
81
  }
83
82
  }
84
83
  FilterMenuInputWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
85
- FilterMenuInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
84
+ FilterMenuInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-grid-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
86
85
  <kendo-dropdownlist
87
86
  kendoFilterMenuDropDown
88
87
  [filterMenuDropDownLabel]="filterMenuDropDownLabel"
@@ -95,7 +94,7 @@ FilterMenuInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
95
94
  (keydown.shift.tab)="onShiftTab($event)">
96
95
  </kendo-dropdownlist>
97
96
  <ng-content></ng-content>
98
- `, isInline: true, dependencies: [{ kind: "component", type: i2.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: i3.FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
97
+ `, isInline: true, dependencies: [{ 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"] }] });
99
98
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
100
99
  type: Component,
101
100
  args: [{
@@ -113,7 +112,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
113
112
  (keydown.shift.tab)="onShiftTab($event)">
114
113
  </kendo-dropdownlist>
115
114
  <ng-content></ng-content>
116
- `
115
+ `,
116
+ standalone: true,
117
+ imports: [DropDownListComponent, FilterMenuDropDownListDirective]
117
118
  }]
118
119
  }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { filterService: [{
119
120
  type: Input
@@ -33,11 +33,12 @@ export class FilterMenuTemplateDirective {
33
33
  }
34
34
  }
35
35
  FilterMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
36
- FilterMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuTemplateDirective, selector: "[kendoGridFilterMenuTemplate]", ngImport: i0 });
36
+ FilterMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoGridFilterMenuTemplate]", ngImport: i0 });
37
37
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
- selector: '[kendoGridFilterMenuTemplate]'
40
+ selector: '[kendoGridFilterMenuTemplate]',
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
43
44
  type: Optional
@@ -13,14 +13,14 @@ import { filterIcon } from '@progress/kendo-svg-icons';
13
13
  import { ContextService } from '../../common/provider.service';
14
14
  import { IdService } from '../../common/id.service';
15
15
  import { take } from 'rxjs/operators';
16
+ import { FilterMenuContainerComponent } from './filter-menu-container.component';
17
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
16
18
  import * as i0 from "@angular/core";
17
19
  import * as i1 from "../filter.service";
18
20
  import * as i2 from "../../common/single-popup.service";
19
21
  import * as i3 from "../../common/provider.service";
20
22
  import * as i4 from "./../../navigation/navigation.service";
21
23
  import * as i5 from "../../common/id.service";
22
- import * as i6 from "@progress/kendo-angular-icons";
23
- import * as i7 from "./filter-menu-container.component";
24
24
  let id = 0;
25
25
  const getId = (gridId) => `${gridId}-filter-menu-${id++}`;
26
26
  /**
@@ -100,7 +100,7 @@ export class FilterMenuComponent {
100
100
  }
101
101
  }
102
102
  FilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuComponent, deps: [{ token: i1.FilterService }, { token: i2.SinglePopupService }, { token: i3.ContextService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i5.IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
103
- FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuComponent, selector: "kendo-grid-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
103
+ FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuComponent, isStandalone: true, selector: "kendo-grid-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
104
104
  <a #anchor
105
105
  class="k-grid-filter-menu k-grid-header-menu"
106
106
  [class.k-active]="hasFilters"
@@ -125,7 +125,7 @@ FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
125
125
  >
126
126
  </kendo-grid-filter-menu-container>
127
127
  </ng-template>
128
- `, isInline: true, dependencies: [{ kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i7.FilterMenuContainerComponent, selector: "kendo-grid-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
128
+ `, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-grid-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
129
129
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{
@@ -155,7 +155,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
155
155
  >
156
156
  </kendo-grid-filter-menu-container>
157
157
  </ng-template>
158
- `
158
+ `,
159
+ standalone: true,
160
+ imports: [IconWrapperComponent, FilterMenuContainerComponent]
159
161
  }]
160
162
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.SinglePopupService }, { type: i3.ContextService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i5.IdService, decorators: [{
161
163
  type: Optional
@@ -3,38 +3,66 @@
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 { FilterMenuComponent } from "./filter-menu.component";
7
- import { FilterMenuContainerComponent } from "./filter-menu-container.component";
8
- import { FilterMenuInputWrapperComponent } from "./filter-menu-input-wrapper.component";
9
- import { StringFilterMenuInputComponent } from "./string-filter-menu-input.component";
10
6
  import { StringFilterMenuComponent } from './string-filter-menu.component';
11
- import { SharedFilterModule } from '../shared-filtering.module';
12
- import { FilterMenuTemplateDirective } from './filter-menu-template.directive';
13
7
  import { NumericFilterMenuComponent } from './numeric-filter-menu.component';
14
- import { NumericFilterMenuInputComponent } from './numeric-filter-menu-input.component';
15
- import { FilterMenuHostDirective } from './filter-menu-host.directive';
16
- import { DateFilterMenuInputComponent } from './date-filter-menu-input.component';
17
8
  import { DateFilterMenuComponent } from './date-filter-menu.component';
18
9
  import { BooleanFilterMenuComponent } from './boolean-filter-menu.component';
19
- import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
20
- import { BooleanFilterRadioButtonDirective } from './filter-radio-button.directive';
10
+ import { KENDO_GRID_FILTER_MENU } from '../../directives';
11
+ import { PopupService } from '@progress/kendo-angular-popup';
12
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
13
+ import { IconsService } from '@progress/kendo-angular-icons';
14
+ import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
15
+ import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
21
16
  import * as i0 from "@angular/core";
22
- const INTERNAL_COMPONENTS = [
23
- FilterMenuComponent,
24
- FilterMenuContainerComponent,
25
- FilterMenuInputWrapperComponent,
26
- StringFilterMenuInputComponent,
27
- StringFilterMenuComponent,
28
- FilterMenuTemplateDirective,
29
- NumericFilterMenuComponent,
30
- NumericFilterMenuInputComponent,
31
- DateFilterMenuInputComponent,
32
- DateFilterMenuComponent,
33
- FilterMenuHostDirective,
34
- BooleanFilterMenuComponent,
35
- FilterMenuDropDownListDirective,
36
- BooleanFilterRadioButtonDirective
37
- ];
17
+ import * as i1 from "../../columns/column.component";
18
+ import * as i2 from "../../columns/column-group.component";
19
+ import * as i3 from "../../navigation/logical-cell.directive";
20
+ import * as i4 from "../../navigation/logical-row.directive";
21
+ import * as i5 from "../../navigation/focusable.directive";
22
+ import * as i6 from "../../rendering/footer/footer-template.directive";
23
+ import * as i7 from "../../rendering/common/col-group.component";
24
+ import * as i8 from "../../layout/resizable.directive";
25
+ import * as i9 from "@progress/kendo-angular-common";
26
+ import * as i10 from "../../rendering/common/field-accessor.pipe";
27
+ import * as i11 from "../../rendering/details/detail-template.directive";
28
+ import * as i12 from "../../columns/span-column.component";
29
+ import * as i13 from "../../column-resizing/table.directive";
30
+ import * as i14 from "../../rendering/common/loading.component";
31
+ import * as i15 from "../../rendering/grid-table.directive";
32
+ import * as i16 from "../cell/filter-cell-operators.component";
33
+ import * as i17 from "../operators/contains-filter-operator.component";
34
+ import * as i18 from "../operators/not-contains-filter-operator.component";
35
+ import * as i19 from "../operators/ends-with-filter-operator.component";
36
+ import * as i20 from "../operators/eq-filter-operator.component";
37
+ import * as i21 from "../operators/is-empty-filter-operator.component";
38
+ import * as i22 from "../operators/is-not-empty-filter-operator.component";
39
+ import * as i23 from "../operators/is-not-null-filter-operator.component";
40
+ import * as i24 from "../operators/isnull-filter-operator.component";
41
+ import * as i25 from "../operators/neq-filter-operator.component";
42
+ import * as i26 from "../operators/starts-with-filter-operator.component";
43
+ import * as i27 from "../operators/gt-filter-operator.component";
44
+ import * as i28 from "../operators/gte-filter-operator.component";
45
+ import * as i29 from "../operators/lt-filter-operator.component";
46
+ import * as i30 from "../operators/lte-filter-operator.component";
47
+ import * as i31 from "../operators/after-filter-operator.component";
48
+ import * as i32 from "../operators/after-eq-filter-operator.component";
49
+ import * as i33 from "../operators/before-eq-filter-operator.component";
50
+ import * as i34 from "../operators/before-filter-operator.component";
51
+ import * as i35 from "../filter-input.directive";
52
+ import * as i36 from "./filter-menu.component";
53
+ import * as i37 from "./filter-menu-container.component";
54
+ import * as i38 from "./filter-menu-input-wrapper.component";
55
+ import * as i39 from "./string-filter-menu-input.component";
56
+ import * as i40 from "./string-filter-menu.component";
57
+ import * as i41 from "./filter-menu-template.directive";
58
+ import * as i42 from "./numeric-filter-menu.component";
59
+ import * as i43 from "./numeric-filter-menu-input.component";
60
+ import * as i44 from "./date-filter-menu-input.component";
61
+ import * as i45 from "./date-filter-menu.component";
62
+ import * as i46 from "./filter-menu-host.directive";
63
+ import * as i47 from "./boolean-filter-menu.component";
64
+ import * as i48 from "./filter-menu-dropdownlist.directive";
65
+ import * as i49 from "./filter-radio-button.directive";
38
66
  const ENTRY_COMPONENTS = [
39
67
  StringFilterMenuComponent,
40
68
  NumericFilterMenuComponent,
@@ -43,56 +71,50 @@ const ENTRY_COMPONENTS = [
43
71
  ];
44
72
  /**
45
73
  * @hidden
74
+ *
75
+ * This module is deprecated and will be removed in a future major version release.
46
76
  */
47
77
  export class FilterMenuModule {
48
- static exports() {
49
- return [
50
- StringFilterMenuComponent,
51
- FilterMenuTemplateDirective,
52
- NumericFilterMenuComponent,
53
- DateFilterMenuComponent,
54
- BooleanFilterMenuComponent,
55
- FilterMenuDropDownListDirective,
56
- BooleanFilterRadioButtonDirective,
57
- SharedFilterModule.exports()
58
- ];
59
- }
60
78
  }
61
79
  FilterMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
62
- FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, declarations: [FilterMenuComponent,
63
- FilterMenuContainerComponent,
64
- FilterMenuInputWrapperComponent,
65
- StringFilterMenuInputComponent,
66
- StringFilterMenuComponent,
67
- FilterMenuTemplateDirective,
68
- NumericFilterMenuComponent,
69
- NumericFilterMenuInputComponent,
70
- DateFilterMenuInputComponent,
71
- DateFilterMenuComponent,
72
- FilterMenuHostDirective,
73
- BooleanFilterMenuComponent,
74
- FilterMenuDropDownListDirective,
75
- BooleanFilterRadioButtonDirective], imports: [SharedFilterModule], exports: [FilterMenuComponent,
76
- FilterMenuContainerComponent,
77
- FilterMenuInputWrapperComponent,
78
- StringFilterMenuInputComponent,
79
- StringFilterMenuComponent,
80
- FilterMenuTemplateDirective,
81
- NumericFilterMenuComponent,
82
- NumericFilterMenuInputComponent,
83
- DateFilterMenuInputComponent,
84
- DateFilterMenuComponent,
85
- FilterMenuHostDirective,
86
- BooleanFilterMenuComponent,
87
- FilterMenuDropDownListDirective,
88
- BooleanFilterRadioButtonDirective, SharedFilterModule] });
89
- FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [SharedFilterModule, SharedFilterModule] });
80
+ FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i9.DraggableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i41.FilterMenuTemplateDirective, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i46.FilterMenuHostDirective, i47.BooleanFilterMenuComponent, i48.FilterMenuDropDownListDirective, i49.BooleanFilterRadioButtonDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i9.DraggableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i41.FilterMenuTemplateDirective, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i46.FilterMenuHostDirective, i47.BooleanFilterMenuComponent, i48.FilterMenuDropDownListDirective, i49.BooleanFilterRadioButtonDirective] });
81
+ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, providers: [
82
+ PopupService,
83
+ ResizeBatchService,
84
+ IconsService,
85
+ DialogContainerService,
86
+ DialogService,
87
+ WindowService,
88
+ WindowContainerService,
89
+ CalendarDOMService,
90
+ CenturyViewService,
91
+ DecadeViewService,
92
+ MonthViewService,
93
+ YearViewService,
94
+ WeekNamesService,
95
+ NavigationService
96
+ ], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i47.BooleanFilterMenuComponent] });
90
97
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
91
98
  type: NgModule,
92
99
  args: [{
93
- declarations: [INTERNAL_COMPONENTS],
94
100
  entryComponents: ENTRY_COMPONENTS,
95
- exports: [INTERNAL_COMPONENTS, SharedFilterModule],
96
- imports: [SharedFilterModule]
101
+ exports: [...KENDO_GRID_FILTER_MENU],
102
+ imports: [...KENDO_GRID_FILTER_MENU],
103
+ providers: [
104
+ PopupService,
105
+ ResizeBatchService,
106
+ IconsService,
107
+ DialogContainerService,
108
+ DialogService,
109
+ WindowService,
110
+ WindowContainerService,
111
+ CalendarDOMService,
112
+ CenturyViewService,
113
+ DecadeViewService,
114
+ MonthViewService,
115
+ YearViewService,
116
+ WeekNamesService,
117
+ NavigationService
118
+ ]
97
119
  }]
98
120
  }] });
@@ -18,10 +18,13 @@ export class BooleanFilterRadioButtonDirective {
18
18
  }
19
19
  }
20
20
  BooleanFilterRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
21
- BooleanFilterRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
21
+ BooleanFilterRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterRadioButtonDirective, isStandalone: true, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
22
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterRadioButtonDirective, decorators: [{
23
23
  type: Directive,
24
- args: [{ selector: '[kendoFilterMenuRadioButton]' }]
24
+ args: [{
25
+ selector: '[kendoFilterMenuRadioButton]',
26
+ standalone: true
27
+ }]
25
28
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { columnLabel: [{
26
29
  type: Input
27
30
  }] } });
@@ -8,11 +8,11 @@ import { FilterService } from '../filter.service';
8
8
  import { replaceMessagePlaceholder } from '../../utils';
9
9
  import { MenuTabbingService } from './menu-tabbing.service';
10
10
  import { ContextService } from '../../common/provider.service';
11
+ import { FilterInputDirective } from '../filter-input.directive';
12
+ import { FilterMenuInputWrapperComponent } from './filter-menu-input-wrapper.component';
13
+ import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent } from '@progress/kendo-angular-inputs';
11
14
  import * as i0 from "@angular/core";
12
15
  import * as i1 from "../../common/provider.service";
13
- import * as i2 from "@progress/kendo-angular-inputs";
14
- import * as i3 from "../filter-input.directive";
15
- import * as i4 from "./filter-menu-input-wrapper.component";
16
16
  /**
17
17
  * @hidden
18
18
  */
@@ -44,7 +44,7 @@ export class NumericFilterMenuInputComponent {
44
44
  }
45
45
  }
46
46
  NumericFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
47
- NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
47
+ NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
48
48
  <kendo-grid-filter-menu-input-wrapper
49
49
  [column]="column"
50
50
  [filter]="filter"
@@ -75,7 +75,7 @@ NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
75
75
  </kendo-numerictextbox-messages>
76
76
  </kendo-numerictextbox>
77
77
  </kendo-grid-filter-menu-input-wrapper>
78
- `, isInline: true, dependencies: [{ kind: "component", type: i2.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: i2.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { kind: "directive", type: i3.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i4.FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }] });
78
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { 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: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
79
79
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{
@@ -111,7 +111,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
111
111
  </kendo-numerictextbox-messages>
112
112
  </kendo-numerictextbox>
113
113
  </kendo-grid-filter-menu-input-wrapper>
114
- `
114
+ `,
115
+ standalone: true,
116
+ imports: [FilterMenuInputWrapperComponent, NumericTextBoxComponent, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
115
117
  }]
116
118
  }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { operators: [{
117
119
  type: Input
@@ -10,12 +10,12 @@ import { setFilter, logicOperators } from '../base-filter-cell.component';
10
10
  import { replaceMessagePlaceholder } from '../../utils';
11
11
  import { MenuTabbingService } from './menu-tabbing.service';
12
12
  import { ContextService } from '../../common/provider.service';
13
+ import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
14
+ import { NgIf } from '@angular/common';
15
+ import { NumericFilterMenuInputComponent } from './numeric-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 "./numeric-filter-menu-input.component";
18
- import * as i5 from "./filter-menu-dropdownlist.directive";
19
19
  /**
20
20
  * Represents a numeric filter-menu component.
21
21
  *
@@ -79,7 +79,7 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
79
79
  }
80
80
  }
81
81
  NumericFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
82
- NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
82
+ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
83
83
  <kendo-grid-numeric-filter-menu-input
84
84
  [currentFilter]="firstFilter"
85
85
  [operators]="operators"
@@ -125,7 +125,7 @@ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
125
125
  [menuTabbingService]="menuTabbingService"
126
126
  >
127
127
  </kendo-grid-numeric-filter-menu-input>
128
- `, 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.NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format"] }, { kind: "directive", type: i5.FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
128
+ `, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format"] }, { 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"] }] });
129
129
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{
@@ -176,7 +176,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
176
176
  [menuTabbingService]="menuTabbingService"
177
177
  >
178
178
  </kendo-grid-numeric-filter-menu-input>
179
- `
179
+ `,
180
+ standalone: true,
181
+ imports: [NumericFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
180
182
  }]
181
183
  }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
182
184
  type: HostBinding,
@@ -8,12 +8,13 @@ import { FilterService } from '../filter.service';
8
8
  import { replaceMessagePlaceholder } from '../../utils';
9
9
  import { MenuTabbingService } from './menu-tabbing.service';
10
10
  import { ContextService } from '../../common/provider.service';
11
+ import { FilterInputDirective } from '../filter-input.directive';
12
+ import { FormsModule } from '@angular/forms';
13
+ import { FilterMenuInputWrapperComponent } from './filter-menu-input-wrapper.component';
14
+ import { TextBoxDirective } from '@progress/kendo-angular-inputs';
11
15
  import * as i0 from "@angular/core";
12
16
  import * as i1 from "../../common/provider.service";
13
17
  import * as i2 from "@angular/forms";
14
- import * as i3 from "@progress/kendo-angular-inputs";
15
- import * as i4 from "../filter-input.directive";
16
- import * as i5 from "./filter-menu-input-wrapper.component";
17
18
  /**
18
19
  * @hidden
19
20
  */
@@ -29,7 +30,7 @@ export class StringFilterMenuInputComponent {
29
30
  }
30
31
  }
31
32
  StringFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
32
- StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
33
+ StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
33
34
  <kendo-grid-filter-menu-input-wrapper
34
35
  [column]="column"
35
36
  [filter]="filter"
@@ -47,7 +48,7 @@ StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
47
48
  [filterDelay]="0"
48
49
  [ngModel]="currentFilter?.value" />
49
50
  </kendo-grid-filter-menu-input-wrapper>
50
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { 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"] }] });
51
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
51
52
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuInputComponent, decorators: [{
52
53
  type: Component,
53
54
  args: [{
@@ -70,7 +71,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
70
71
  [filterDelay]="0"
71
72
  [ngModel]="currentFilter?.value" />
72
73
  </kendo-grid-filter-menu-input-wrapper>
73
- `
74
+ `,
75
+ standalone: true,
76
+ imports: [FilterMenuInputWrapperComponent, TextBoxDirective, FilterInputDirective, FormsModule]
74
77
  }]
75
78
  }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { operators: [{
76
79
  type: Input