@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
@@ -34,5 +34,5 @@ export declare class AutoCompleteFilterCellComponent extends BaseFilterCellCompo
34
34
  constructor(filterService: FilterService, column: ColumnComponent, ctx: ContextService, sizingOptionsService: SizingOptionsService);
35
35
  ngOnDestroy(): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteFilterCellComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteFilterCellComponent, "kendo-grid-autocomplete-filter-cell", never, { "showOperators": "showOperators"; "column": "column"; "filter": "filter"; "data": "data"; "valueField": "valueField"; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteFilterCellComponent, "kendo-grid-autocomplete-filter-cell", never, { "showOperators": "showOperators"; "column": "column"; "filter": "filter"; "data": "data"; "valueField": "valueField"; }, {}, never, never, true, never>;
38
38
  }
@@ -41,5 +41,5 @@ export declare class BooleanFilterCellComponent extends BooleanFilterComponent {
41
41
  */
42
42
  get columnLabel(): string;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterCellComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterCellComponent, "kendo-grid-boolean-filter-cell", never, {}, {}, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterCellComponent, "kendo-grid-boolean-filter-cell", never, {}, {}, never, never, true, never>;
45
45
  }
@@ -57,5 +57,5 @@ export declare class DateFilterCellComponent extends DateFilterComponent {
57
57
  */
58
58
  get columnLabel(): string;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterCellComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterCellComponent, "kendo-grid-date-filter-cell", never, { "showOperators": "showOperators"; }, {}, never, never, false, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterCellComponent, "kendo-grid-date-filter-cell", never, { "showOperators": "showOperators"; }, {}, never, never, true, never>;
61
61
  }
@@ -13,5 +13,5 @@ export declare class FilterCellHostDirective extends FilterHostDirective {
13
13
  constructor(host: ViewContainerRef, resolver: ComponentFactoryResolver);
14
14
  protected componentType(): Type<FilterComponent>;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellHostDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -110,5 +110,5 @@ export declare class FilterCellOperatorsComponent implements OnInit, OnDestroy {
110
110
  */
111
111
  get columnLabel(): string;
112
112
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellOperatorsComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellOperatorsComponent, "kendo-grid-filter-cell-operators", never, { "operators": "operators"; "showButton": "showButton"; "showOperators": "showOperators"; "value": "value"; "column": "column"; }, { "valueChange": "valueChange"; "clear": "clear"; }, never, never, false, never>;
113
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellOperatorsComponent, "kendo-grid-filter-cell-operators", never, { "operators": "operators"; "showButton": "showButton"; "showOperators": "showOperators"; "value": "value"; "column": "column"; }, { "valueChange": "valueChange"; "clear": "clear"; }, never, never, true, never>;
114
114
  }
@@ -29,5 +29,5 @@ export declare class FilterCellTemplateDirective {
29
29
  templateRef: TemplateRef<any>;
30
30
  constructor(templateRef: TemplateRef<any>);
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellTemplateDirective, [{ optional: true; }]>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoGridFilterCellTemplate]", never, {}, {}, never, never, false, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoGridFilterCellTemplate]", never, {}, {}, never, never, true, never>;
33
33
  }
@@ -17,5 +17,5 @@ export declare class FilterCellWrapperComponent extends FilterInputWrapperCompon
17
17
  constructor(filterService: FilterService);
18
18
  protected filterChange(filter: CompositeFilterDescriptor): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellWrapperComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-grid-filter-wrapper-cell", never, { "showOperators": "showOperators"; }, {}, never, ["*"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-grid-filter-wrapper-cell", never, { "showOperators": "showOperators"; }, {}, never, ["*"], true, never>;
21
21
  }
@@ -21,5 +21,5 @@ export declare class FilterCellComponent {
21
21
  get hasTemplate(): boolean;
22
22
  get isFilterable(): boolean;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoGridFilterCell]", never, { "column": "column"; "filter": "filter"; "size": "size"; }, {}, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoGridFilterCell]", never, { "column": "column"; "filter": "filter"; "size": "size"; }, {}, never, never, true, never>;
25
25
  }
@@ -51,5 +51,5 @@ export declare class NumericFilterCellComponent extends NumericFilterComponent {
51
51
  */
52
52
  get columnLabel(): string;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterCellComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-grid-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-grid-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, true, never>;
55
55
  }
@@ -13,13 +13,48 @@ import * as i7 from "./boolean-filter-cell.component";
13
13
  import * as i8 from "./filter-cell-host.directive";
14
14
  import * as i9 from "./filter-cell-wrapper.component";
15
15
  import * as i10 from "./date-filter-cell.component";
16
- import * as i11 from "../shared-filtering.module";
16
+ import * as i11 from "../../columns/column.component";
17
+ import * as i12 from "../../columns/column-group.component";
18
+ import * as i13 from "../../navigation/logical-cell.directive";
19
+ import * as i14 from "../../navigation/logical-row.directive";
20
+ import * as i15 from "../../navigation/focusable.directive";
21
+ import * as i16 from "../../rendering/footer/footer-template.directive";
22
+ import * as i17 from "../../rendering/common/col-group.component";
23
+ import * as i18 from "../../layout/resizable.directive";
24
+ import * as i19 from "@progress/kendo-angular-common";
25
+ import * as i20 from "../../rendering/common/field-accessor.pipe";
26
+ import * as i21 from "../../rendering/details/detail-template.directive";
27
+ import * as i22 from "../../columns/span-column.component";
28
+ import * as i23 from "../../column-resizing/table.directive";
29
+ import * as i24 from "../../rendering/common/loading.component";
30
+ import * as i25 from "../../rendering/grid-table.directive";
31
+ import * as i26 from "./filter-cell-operators.component";
32
+ import * as i27 from "../operators/contains-filter-operator.component";
33
+ import * as i28 from "../operators/not-contains-filter-operator.component";
34
+ import * as i29 from "../operators/ends-with-filter-operator.component";
35
+ import * as i30 from "../operators/eq-filter-operator.component";
36
+ import * as i31 from "../operators/is-empty-filter-operator.component";
37
+ import * as i32 from "../operators/is-not-empty-filter-operator.component";
38
+ import * as i33 from "../operators/is-not-null-filter-operator.component";
39
+ import * as i34 from "../operators/isnull-filter-operator.component";
40
+ import * as i35 from "../operators/neq-filter-operator.component";
41
+ import * as i36 from "../operators/starts-with-filter-operator.component";
42
+ import * as i37 from "../operators/gt-filter-operator.component";
43
+ import * as i38 from "../operators/gte-filter-operator.component";
44
+ import * as i39 from "../operators/lt-filter-operator.component";
45
+ import * as i40 from "../operators/lte-filter-operator.component";
46
+ import * as i41 from "../operators/after-filter-operator.component";
47
+ import * as i42 from "../operators/after-eq-filter-operator.component";
48
+ import * as i43 from "../operators/before-eq-filter-operator.component";
49
+ import * as i44 from "../operators/before-filter-operator.component";
50
+ import * as i45 from "../filter-input.directive";
17
51
  /**
18
52
  * @hidden
53
+ *
54
+ * This module is deprecated and will be removed in a future major version release.
19
55
  */
20
56
  export declare class RowFilterModule {
21
- static exports(): any[];
22
57
  static ɵfac: i0.ɵɵFactoryDeclaration<RowFilterModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<RowFilterModule, [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent], [typeof i11.SharedFilterModule], [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.SharedFilterModule]>;
58
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RowFilterModule, never, [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.ColumnComponent, typeof i12.ColumnGroupComponent, typeof i13.LogicalCellDirective, typeof i14.LogicalRowDirective, typeof i15.FocusableDirective, typeof i16.FooterTemplateDirective, typeof i17.ColGroupComponent, typeof i18.ResizableContainerDirective, typeof i19.TemplateContextDirective, typeof i20.FieldAccessorPipe, typeof i21.DetailTemplateDirective, typeof i22.SpanColumnComponent, typeof i23.TableDirective, typeof i24.LoadingComponent, typeof i25.GridTableDirective, typeof i19.DraggableDirective, typeof i26.FilterCellOperatorsComponent, typeof i27.ContainsFilterOperatorComponent, typeof i28.DoesNotContainFilterOperatorComponent, typeof i29.EndsWithFilterOperatorComponent, typeof i30.EqualFilterOperatorComponent, typeof i31.IsEmptyFilterOperatorComponent, typeof i32.IsNotEmptyFilterOperatorComponent, typeof i33.IsNotNullFilterOperatorComponent, typeof i34.IsNullFilterOperatorComponent, typeof i35.NotEqualFilterOperatorComponent, typeof i36.StartsWithFilterOperatorComponent, typeof i37.GreaterFilterOperatorComponent, typeof i38.GreaterOrEqualToFilterOperatorComponent, typeof i39.LessFilterOperatorComponent, typeof i40.LessOrEqualToFilterOperatorComponent, typeof i41.AfterFilterOperatorComponent, typeof i42.AfterEqFilterOperatorComponent, typeof i43.BeforeEqFilterOperatorComponent, typeof i44.BeforeFilterOperatorComponent, typeof i45.FilterInputDirective], [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.ColumnComponent, typeof i12.ColumnGroupComponent, typeof i13.LogicalCellDirective, typeof i14.LogicalRowDirective, typeof i15.FocusableDirective, typeof i16.FooterTemplateDirective, typeof i17.ColGroupComponent, typeof i18.ResizableContainerDirective, typeof i19.TemplateContextDirective, typeof i20.FieldAccessorPipe, typeof i21.DetailTemplateDirective, typeof i22.SpanColumnComponent, typeof i23.TableDirective, typeof i24.LoadingComponent, typeof i25.GridTableDirective, typeof i19.DraggableDirective, typeof i26.FilterCellOperatorsComponent, typeof i27.ContainsFilterOperatorComponent, typeof i28.DoesNotContainFilterOperatorComponent, typeof i29.EndsWithFilterOperatorComponent, typeof i30.EqualFilterOperatorComponent, typeof i31.IsEmptyFilterOperatorComponent, typeof i32.IsNotEmptyFilterOperatorComponent, typeof i33.IsNotNullFilterOperatorComponent, typeof i34.IsNullFilterOperatorComponent, typeof i35.NotEqualFilterOperatorComponent, typeof i36.StartsWithFilterOperatorComponent, typeof i37.GreaterFilterOperatorComponent, typeof i38.GreaterOrEqualToFilterOperatorComponent, typeof i39.LessFilterOperatorComponent, typeof i40.LessOrEqualToFilterOperatorComponent, typeof i41.AfterFilterOperatorComponent, typeof i42.AfterEqFilterOperatorComponent, typeof i43.BeforeEqFilterOperatorComponent, typeof i44.BeforeFilterOperatorComponent, typeof i45.FilterInputDirective]>;
24
59
  static ɵinj: i0.ɵɵInjectorDeclaration<RowFilterModule>;
25
60
  }
@@ -45,5 +45,5 @@ export declare class StringFilterCellComponent extends StringFilterComponent {
45
45
  */
46
46
  get columnLabel(): string;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterCellComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-grid-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-grid-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, true, never>;
49
49
  }
@@ -68,7 +68,7 @@ export declare class DateFilterComponent extends BaseFilterCellComponent impleme
68
68
  formatPlaceholder: DateInputFormatPlaceholder;
69
69
  /**
70
70
  * Specifies the hint that the component displays when its value is `null`.
71
- * [See example](slug:placeholders_datepicker#toc-text-hint).
71
+ * [See example](slug:placeholders_datepicker#toc-text-hints).
72
72
  */
73
73
  placeholder: string;
74
74
  /**
@@ -30,5 +30,5 @@ export declare class FilterInputDirective implements AfterViewInit, OnDestroy, O
30
30
  private unsubscribeChanges;
31
31
  private addAriaAttributes;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputDirective, [{ self: true; }, null, null, null]>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[kendoFilterInput]", never, { "filterDelay": "filterDelay"; "columnLabel": "columnLabel"; "value": "value"; }, {}, ["kendoInput"], never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[kendoFilterInput]", never, { "filterDelay": "filterDelay"; "columnLabel": "columnLabel"; "value": "value"; }, {}, ["kendoInput"], never, true, never>;
34
34
  }
@@ -29,5 +29,5 @@ export declare class FilterRowComponent {
29
29
  filterLabel(column: ColumnComponent): string;
30
30
  getLogicalColIndex(columnIndex: number): number;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterRowComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterRowComponent, "[kendoGridFilterRow]", never, { "columns": "columns"; "filter": "filter"; "groups": "groups"; "detailTemplate": "detailTemplate"; "logicalRowIndex": "logicalRowIndex"; "lockedColumnsCount": "lockedColumnsCount"; }, {}, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterRowComponent, "[kendoGridFilterRow]", never, { "columns": "columns"; "filter": "filter"; "groups": "groups"; "detailTemplate": "detailTemplate"; "logicalRowIndex": "logicalRowIndex"; "lockedColumnsCount": "lockedColumnsCount"; }, {}, never, never, true, never>;
33
33
  }
@@ -71,5 +71,5 @@ export declare class BooleanFilterMenuComponent extends BooleanFilterComponent {
71
71
  */
72
72
  get columnLabel(): string;
73
73
  static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterMenuComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterMenuComponent, "kendo-grid-boolean-filter-menu", never, { "filter": "filter"; "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, false, never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterMenuComponent, "kendo-grid-boolean-filter-menu", never, { "filter": "filter"; "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
75
75
  }
@@ -45,5 +45,5 @@ export declare class DateFilterMenuInputComponent implements OnDestroy {
45
45
  messageFor(key: string): string;
46
46
  get columnLabel(): string;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterMenuInputComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuInputComponent, "kendo-grid-date-filter-menu-input", never, { "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"; }, {}, never, never, false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuInputComponent, "kendo-grid-date-filter-menu-input", never, { "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"; }, {}, never, never, true, never>;
49
49
  }
@@ -64,5 +64,5 @@ export declare class DateFilterMenuComponent extends DateFilterComponent {
64
64
  get filterMenuDropDownLabel(): string;
65
65
  protected localizationChange(): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterMenuComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuComponent, "kendo-grid-date-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuComponent, "kendo-grid-date-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
68
68
  }
@@ -65,5 +65,5 @@ export declare class FilterMenuContainerComponent implements OnInit, OnDestroy {
65
65
  get clearText(): string;
66
66
  get filterText(): string;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuContainerComponent, [{ skipSelf: true; }, null, null, null, null]>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-grid-filter-menu-container", never, { "column": "column"; "isLast": "isLast"; "isExpanded": "isExpanded"; "menuTabbingService": "menuTabbingService"; "filter": "filter"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never, false, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-grid-filter-menu-container", never, { "column": "column"; "isLast": "isLast"; "isExpanded": "isExpanded"; "menuTabbingService": "menuTabbingService"; "filter": "filter"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never, true, never>;
69
69
  }
@@ -15,5 +15,5 @@ export declare class FilterMenuDropDownListDirective {
15
15
  ngOnDestroy(): void;
16
16
  private keydownHandler;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuDropDownListDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuDropDownListDirective, "[kendoFilterMenuDropDown]", never, { "filterMenuDropDownLabel": "filterMenuDropDownLabel"; }, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuDropDownListDirective, "[kendoFilterMenuDropDown]", never, { "filterMenuDropDownLabel": "filterMenuDropDownLabel"; }, {}, never, never, true, never>;
19
19
  }
@@ -18,5 +18,5 @@ export declare class FilterMenuHostDirective extends FilterHostDirective {
18
18
  protected componentType(): Type<FilterComponent>;
19
19
  protected initComponent(ctx: Context): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuHostDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuHostDirective, "[kendoFilterMenuHost]", never, { "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuHostDirective, "[kendoFilterMenuHost]", never, { "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
22
22
  }
@@ -44,5 +44,5 @@ export declare class FilterMenuInputWrapperComponent extends FilterInputWrapperC
44
44
  onShiftTab(e: Event): void;
45
45
  get filterMenuDropDownLabel(): string;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuInputWrapperComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuInputWrapperComponent, "kendo-grid-filter-menu-input-wrapper", never, { "filterService": "filterService"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; "currentFilter": "currentFilter"; }, {}, never, ["*"], false, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuInputWrapperComponent, "kendo-grid-filter-menu-input-wrapper", never, { "filterService": "filterService"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; "currentFilter": "currentFilter"; }, {}, never, ["*"], true, never>;
48
48
  }
@@ -31,5 +31,5 @@ export declare class FilterMenuTemplateDirective {
31
31
  templateRef: TemplateRef<any>;
32
32
  constructor(templateRef: TemplateRef<any>);
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuTemplateDirective, [{ optional: true; }]>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoGridFilterMenuTemplate]", never, {}, {}, never, never, false, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoGridFilterMenuTemplate]", never, {}, {}, never, never, true, never>;
35
35
  }
@@ -52,5 +52,5 @@ export declare class FilterMenuComponent {
52
52
  toggle(anchor: any, template: any): boolean;
53
53
  close(): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuComponent, [null, null, null, null, null, null, { optional: true; }]>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuComponent, "kendo-grid-filter-menu", never, { "column": "column"; "filter": "filter"; "tabIndex": "tabIndex"; }, {}, never, never, false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuComponent, "kendo-grid-filter-menu", never, { "column": "column"; "filter": "filter"; "tabIndex": "tabIndex"; }, {}, never, never, true, never>;
56
56
  }
@@ -3,27 +3,62 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "./filter-menu.component";
7
- import * as i2 from "./filter-menu-container.component";
8
- import * as i3 from "./filter-menu-input-wrapper.component";
9
- import * as i4 from "./string-filter-menu-input.component";
10
- import * as i5 from "./string-filter-menu.component";
11
- import * as i6 from "./filter-menu-template.directive";
12
- import * as i7 from "./numeric-filter-menu.component";
13
- import * as i8 from "./numeric-filter-menu-input.component";
14
- import * as i9 from "./date-filter-menu-input.component";
15
- import * as i10 from "./date-filter-menu.component";
16
- import * as i11 from "./filter-menu-host.directive";
17
- import * as i12 from "./boolean-filter-menu.component";
18
- import * as i13 from "./filter-menu-dropdownlist.directive";
19
- import * as i14 from "./filter-radio-button.directive";
20
- import * as i15 from "../shared-filtering.module";
6
+ import * as i1 from "../../columns/column.component";
7
+ import * as i2 from "../../columns/column-group.component";
8
+ import * as i3 from "../../navigation/logical-cell.directive";
9
+ import * as i4 from "../../navigation/logical-row.directive";
10
+ import * as i5 from "../../navigation/focusable.directive";
11
+ import * as i6 from "../../rendering/footer/footer-template.directive";
12
+ import * as i7 from "../../rendering/common/col-group.component";
13
+ import * as i8 from "../../layout/resizable.directive";
14
+ import * as i9 from "@progress/kendo-angular-common";
15
+ import * as i10 from "../../rendering/common/field-accessor.pipe";
16
+ import * as i11 from "../../rendering/details/detail-template.directive";
17
+ import * as i12 from "../../columns/span-column.component";
18
+ import * as i13 from "../../column-resizing/table.directive";
19
+ import * as i14 from "../../rendering/common/loading.component";
20
+ import * as i15 from "../../rendering/grid-table.directive";
21
+ import * as i16 from "../cell/filter-cell-operators.component";
22
+ import * as i17 from "../operators/contains-filter-operator.component";
23
+ import * as i18 from "../operators/not-contains-filter-operator.component";
24
+ import * as i19 from "../operators/ends-with-filter-operator.component";
25
+ import * as i20 from "../operators/eq-filter-operator.component";
26
+ import * as i21 from "../operators/is-empty-filter-operator.component";
27
+ import * as i22 from "../operators/is-not-empty-filter-operator.component";
28
+ import * as i23 from "../operators/is-not-null-filter-operator.component";
29
+ import * as i24 from "../operators/isnull-filter-operator.component";
30
+ import * as i25 from "../operators/neq-filter-operator.component";
31
+ import * as i26 from "../operators/starts-with-filter-operator.component";
32
+ import * as i27 from "../operators/gt-filter-operator.component";
33
+ import * as i28 from "../operators/gte-filter-operator.component";
34
+ import * as i29 from "../operators/lt-filter-operator.component";
35
+ import * as i30 from "../operators/lte-filter-operator.component";
36
+ import * as i31 from "../operators/after-filter-operator.component";
37
+ import * as i32 from "../operators/after-eq-filter-operator.component";
38
+ import * as i33 from "../operators/before-eq-filter-operator.component";
39
+ import * as i34 from "../operators/before-filter-operator.component";
40
+ import * as i35 from "../filter-input.directive";
41
+ import * as i36 from "./filter-menu.component";
42
+ import * as i37 from "./filter-menu-container.component";
43
+ import * as i38 from "./filter-menu-input-wrapper.component";
44
+ import * as i39 from "./string-filter-menu-input.component";
45
+ import * as i40 from "./string-filter-menu.component";
46
+ import * as i41 from "./filter-menu-template.directive";
47
+ import * as i42 from "./numeric-filter-menu.component";
48
+ import * as i43 from "./numeric-filter-menu-input.component";
49
+ import * as i44 from "./date-filter-menu-input.component";
50
+ import * as i45 from "./date-filter-menu.component";
51
+ import * as i46 from "./filter-menu-host.directive";
52
+ import * as i47 from "./boolean-filter-menu.component";
53
+ import * as i48 from "./filter-menu-dropdownlist.directive";
54
+ import * as i49 from "./filter-radio-button.directive";
21
55
  /**
22
56
  * @hidden
57
+ *
58
+ * This module is deprecated and will be removed in a future major version release.
23
59
  */
24
60
  export declare class FilterMenuModule {
25
- static exports(): any[];
26
61
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<FilterMenuModule, [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.FilterMenuDropDownListDirective, typeof i14.BooleanFilterRadioButtonDirective], [typeof i15.SharedFilterModule], [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.FilterMenuDropDownListDirective, typeof i14.BooleanFilterRadioButtonDirective, typeof i15.SharedFilterModule]>;
62
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FilterMenuModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective, typeof i9.DraggableDirective, typeof i16.FilterCellOperatorsComponent, typeof i17.ContainsFilterOperatorComponent, typeof i18.DoesNotContainFilterOperatorComponent, typeof i19.EndsWithFilterOperatorComponent, typeof i20.EqualFilterOperatorComponent, typeof i21.IsEmptyFilterOperatorComponent, typeof i22.IsNotEmptyFilterOperatorComponent, typeof i23.IsNotNullFilterOperatorComponent, typeof i24.IsNullFilterOperatorComponent, typeof i25.NotEqualFilterOperatorComponent, typeof i26.StartsWithFilterOperatorComponent, typeof i27.GreaterFilterOperatorComponent, typeof i28.GreaterOrEqualToFilterOperatorComponent, typeof i29.LessFilterOperatorComponent, typeof i30.LessOrEqualToFilterOperatorComponent, typeof i31.AfterFilterOperatorComponent, typeof i32.AfterEqFilterOperatorComponent, typeof i33.BeforeEqFilterOperatorComponent, typeof i34.BeforeFilterOperatorComponent, typeof i35.FilterInputDirective, typeof i36.FilterMenuComponent, typeof i37.FilterMenuContainerComponent, typeof i38.FilterMenuInputWrapperComponent, typeof i39.StringFilterMenuInputComponent, typeof i40.StringFilterMenuComponent, typeof i41.FilterMenuTemplateDirective, typeof i42.NumericFilterMenuComponent, typeof i43.NumericFilterMenuInputComponent, typeof i44.DateFilterMenuInputComponent, typeof i45.DateFilterMenuComponent, typeof i46.FilterMenuHostDirective, typeof i47.BooleanFilterMenuComponent, typeof i48.FilterMenuDropDownListDirective, typeof i49.BooleanFilterRadioButtonDirective], [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective, typeof i9.DraggableDirective, typeof i16.FilterCellOperatorsComponent, typeof i17.ContainsFilterOperatorComponent, typeof i18.DoesNotContainFilterOperatorComponent, typeof i19.EndsWithFilterOperatorComponent, typeof i20.EqualFilterOperatorComponent, typeof i21.IsEmptyFilterOperatorComponent, typeof i22.IsNotEmptyFilterOperatorComponent, typeof i23.IsNotNullFilterOperatorComponent, typeof i24.IsNullFilterOperatorComponent, typeof i25.NotEqualFilterOperatorComponent, typeof i26.StartsWithFilterOperatorComponent, typeof i27.GreaterFilterOperatorComponent, typeof i28.GreaterOrEqualToFilterOperatorComponent, typeof i29.LessFilterOperatorComponent, typeof i30.LessOrEqualToFilterOperatorComponent, typeof i31.AfterFilterOperatorComponent, typeof i32.AfterEqFilterOperatorComponent, typeof i33.BeforeEqFilterOperatorComponent, typeof i34.BeforeFilterOperatorComponent, typeof i35.FilterInputDirective, typeof i36.FilterMenuComponent, typeof i37.FilterMenuContainerComponent, typeof i38.FilterMenuInputWrapperComponent, typeof i39.StringFilterMenuInputComponent, typeof i40.StringFilterMenuComponent, typeof i41.FilterMenuTemplateDirective, typeof i42.NumericFilterMenuComponent, typeof i43.NumericFilterMenuInputComponent, typeof i44.DateFilterMenuInputComponent, typeof i45.DateFilterMenuComponent, typeof i46.FilterMenuHostDirective, typeof i47.BooleanFilterMenuComponent, typeof i48.FilterMenuDropDownListDirective, typeof i49.BooleanFilterRadioButtonDirective]>;
28
63
  static ɵinj: i0.ɵɵInjectorDeclaration<FilterMenuModule>;
29
64
  }
@@ -15,5 +15,5 @@ export declare class BooleanFilterRadioButtonDirective {
15
15
  constructor(hostElement: ElementRef, renderer: Renderer2);
16
16
  ngAfterViewInit(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterRadioButtonDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanFilterRadioButtonDirective, "[kendoFilterMenuRadioButton]", never, { "columnLabel": "columnLabel"; }, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanFilterRadioButtonDirective, "[kendoFilterMenuRadioButton]", never, { "columnLabel": "columnLabel"; }, {}, never, never, true, never>;
19
19
  }
@@ -64,5 +64,5 @@ export declare class NumericFilterMenuInputComponent {
64
64
  */
65
65
  get columnLabel(): string;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuInputComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-grid-numeric-filter-menu-input", never, { "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"; }, {}, never, never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-grid-numeric-filter-menu-input", never, { "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"; }, {}, never, never, true, never>;
68
68
  }
@@ -70,5 +70,5 @@ export declare class NumericFilterMenuComponent extends NumericFilterComponent {
70
70
  get filterMenuDropDownLabel(): string;
71
71
  protected localizationChange(): void;
72
72
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-grid-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "filterDelay": "filterDelay"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, false, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-grid-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "filterDelay": "filterDelay"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
74
74
  }
@@ -27,5 +27,5 @@ export declare class StringFilterMenuInputComponent {
27
27
  constructor(ctx: ContextService);
28
28
  get columnLabel(): string;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuInputComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-grid-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-grid-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
31
31
  }
@@ -64,5 +64,5 @@ export declare class StringFilterMenuComponent extends StringFilterComponent {
64
64
  get filterMenuDropDownLabel(): string;
65
65
  protected localizationChange(): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-grid-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-grid-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
68
68
  }
@@ -19,5 +19,5 @@ export declare class AfterEqFilterOperatorComponent extends FilterOperatorBase {
19
19
  value: string;
20
20
  };
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AfterEqFilterOperatorComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<AfterEqFilterOperatorComponent, "kendo-filter-after-eq-operator", never, {}, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<AfterEqFilterOperatorComponent, "kendo-filter-after-eq-operator", never, {}, {}, never, never, true, never>;
23
23
  }
@@ -19,5 +19,5 @@ export declare class AfterFilterOperatorComponent extends FilterOperatorBase {
19
19
  value: string;
20
20
  };
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AfterFilterOperatorComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<AfterFilterOperatorComponent, "kendo-filter-after-operator", never, {}, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<AfterFilterOperatorComponent, "kendo-filter-after-operator", never, {}, {}, never, never, true, never>;
23
23
  }
@@ -19,5 +19,5 @@ export declare class BeforeEqFilterOperatorComponent extends FilterOperatorBase
19
19
  value: string;
20
20
  };
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<BeforeEqFilterOperatorComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<BeforeEqFilterOperatorComponent, "kendo-filter-before-eq-operator", never, {}, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<BeforeEqFilterOperatorComponent, "kendo-filter-before-eq-operator", never, {}, {}, never, never, true, never>;
23
23
  }
@@ -19,5 +19,5 @@ export declare class BeforeFilterOperatorComponent extends FilterOperatorBase {
19
19
  value: string;
20
20
  };
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<BeforeFilterOperatorComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<BeforeFilterOperatorComponent, "kendo-filter-before-operator", never, {}, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<BeforeFilterOperatorComponent, "kendo-filter-before-operator", never, {}, {}, never, never, true, never>;
23
23
  }
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
12
12
  export declare class ContainsFilterOperatorComponent extends FilterOperatorBase {
13
13
  constructor(ctx: ContextService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ContainsFilterOperatorComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ContainsFilterOperatorComponent, "kendo-filter-contains-operator", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContainsFilterOperatorComponent, "kendo-filter-contains-operator", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class EndsWithFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<EndsWithFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<EndsWithFilterOperatorComponent, "kendo-filter-endswith-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<EndsWithFilterOperatorComponent, "kendo-filter-endswith-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class EqualFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<EqualFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<EqualFilterOperatorComponent, "kendo-filter-eq-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<EqualFilterOperatorComponent, "kendo-filter-eq-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
12
12
  export declare class GreaterFilterOperatorComponent extends FilterOperatorBase {
13
13
  constructor(ctx: ContextService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<GreaterFilterOperatorComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GreaterFilterOperatorComponent, "kendo-filter-gt-operator", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GreaterFilterOperatorComponent, "kendo-filter-gt-operator", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
12
12
  export declare class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
13
13
  constructor(ctx: ContextService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<GreaterOrEqualToFilterOperatorComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GreaterOrEqualToFilterOperatorComponent, "kendo-filter-gte-operator", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GreaterOrEqualToFilterOperatorComponent, "kendo-filter-gte-operator", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<IsEmptyFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<IsEmptyFilterOperatorComponent, "kendo-filter-isempty-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IsEmptyFilterOperatorComponent, "kendo-filter-isempty-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<IsNotEmptyFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<IsNotEmptyFilterOperatorComponent, "kendo-filter-isnotempty-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IsNotEmptyFilterOperatorComponent, "kendo-filter-isnotempty-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<IsNotNullFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<IsNotNullFilterOperatorComponent, "kendo-filter-isnotnull-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IsNotNullFilterOperatorComponent, "kendo-filter-isnotnull-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class IsNullFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<IsNullFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<IsNullFilterOperatorComponent, "kendo-filter-isnull-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IsNullFilterOperatorComponent, "kendo-filter-isnull-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class LessFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<LessFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LessFilterOperatorComponent, "kendo-filter-lt-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<LessFilterOperatorComponent, "kendo-filter-lt-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<LessOrEqualToFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LessOrEqualToFilterOperatorComponent, "kendo-filter-lte-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<LessOrEqualToFilterOperatorComponent, "kendo-filter-lte-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class NotEqualFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<NotEqualFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<NotEqualFilterOperatorComponent, "kendo-filter-neq-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotEqualFilterOperatorComponent, "kendo-filter-neq-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DoesNotContainFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DoesNotContainFilterOperatorComponent, "kendo-filter-not-contains-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DoesNotContainFilterOperatorComponent, "kendo-filter-not-contains-operator", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  export declare class StartsWithFilterOperatorComponent extends FilterOperatorBase {
14
14
  constructor(ctx: ContextService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<StartsWithFilterOperatorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<StartsWithFilterOperatorComponent, "kendo-filter-startswith-operator", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<StartsWithFilterOperatorComponent, "kendo-filter-startswith-operator", never, {}, {}, never, never, true, never>;
17
17
  }