@progress/kendo-angular-treelist 15.5.0 → 16.0.0-develop.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. package/binding-directives/base-binding.directive.d.ts +1 -1
  2. package/binding-directives/flat-binding.directive.d.ts +1 -1
  3. package/binding-directives/hierarchy-binding.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-chooser.component.d.ts +1 -1
  7. package/column-menu/column-menu-filter.component.d.ts +1 -1
  8. package/column-menu/column-menu-item-base.d.ts +1 -1
  9. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  10. package/column-menu/column-menu-item.component.d.ts +1 -1
  11. package/column-menu/column-menu-lock.component.d.ts +1 -1
  12. package/column-menu/column-menu-sort.component.d.ts +1 -1
  13. package/column-menu/column-menu-template.directive.d.ts +1 -1
  14. package/column-menu/column-menu.component.d.ts +1 -1
  15. package/column-resizing/column-handle.directive.d.ts +1 -1
  16. package/column-resizing/table.directive.d.ts +1 -1
  17. package/columns/checkbox-column.component.d.ts +1 -1
  18. package/columns/column-base.d.ts +1 -1
  19. package/columns/column-group.component.d.ts +1 -1
  20. package/columns/column.component.d.ts +1 -1
  21. package/columns/command-column.component.d.ts +1 -1
  22. package/columns/rowreorder-column.component.d.ts +1 -1
  23. package/columns/span-column.component.d.ts +1 -1
  24. package/dragdrop/draggable-column.directive.d.ts +1 -1
  25. package/dragdrop/drop-target.directive.d.ts +1 -1
  26. package/editing/add-command.directive.d.ts +1 -1
  27. package/editing/base-command.directive.d.ts +1 -1
  28. package/editing/cancel-command.directive.d.ts +1 -1
  29. package/editing/edit-command.directive.d.ts +1 -1
  30. package/editing/edit-template.directive.d.ts +1 -1
  31. package/editing/remove-command.directive.d.ts +1 -1
  32. package/editing/save-command.directive.d.ts +1 -1
  33. package/editing-directives/editing-directive-base.d.ts +1 -1
  34. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  35. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  36. package/editing-directives/row-editing-directive-base.d.ts +1 -1
  37. package/editing-directives/template-editing.directive.d.ts +1 -1
  38. package/esm2020/binding-directives/base-binding.directive.mjs +3 -3
  39. package/esm2020/binding-directives/data-bound-tree-component.mjs +3 -3
  40. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -3
  41. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -3
  42. package/esm2020/column-menu/column-chooser.component.mjs +4 -4
  43. package/esm2020/column-menu/column-list.component.mjs +4 -4
  44. package/esm2020/column-menu/column-menu-chooser.component.mjs +6 -6
  45. package/esm2020/column-menu/column-menu-filter.component.mjs +6 -6
  46. package/esm2020/column-menu/column-menu-item-base.mjs +3 -3
  47. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -3
  48. package/esm2020/column-menu/column-menu-item.component.mjs +6 -6
  49. package/esm2020/column-menu/column-menu-lock.component.mjs +4 -4
  50. package/esm2020/column-menu/column-menu-sort.component.mjs +4 -4
  51. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -3
  52. package/esm2020/column-menu/column-menu.component.mjs +10 -10
  53. package/esm2020/column-menu/column-menu.module.mjs +4 -4
  54. package/esm2020/column-menu/column-menu.service.mjs +3 -3
  55. package/esm2020/column-resizing/column-handle.directive.mjs +3 -3
  56. package/esm2020/column-resizing/column-resizing.service.mjs +3 -3
  57. package/esm2020/column-resizing/table.directive.mjs +3 -3
  58. package/esm2020/columns/checkbox-column.component.mjs +3 -3
  59. package/esm2020/columns/column-base.mjs +3 -3
  60. package/esm2020/columns/column-group.component.mjs +3 -3
  61. package/esm2020/columns/column.component.mjs +3 -3
  62. package/esm2020/columns/command-column.component.mjs +3 -3
  63. package/esm2020/columns/rowreorder-column.component.mjs +3 -3
  64. package/esm2020/columns/span-column.component.mjs +3 -3
  65. package/esm2020/common/column-info.service.mjs +3 -3
  66. package/esm2020/common/dom-events.service.mjs +3 -3
  67. package/esm2020/common/id.service.mjs +3 -3
  68. package/esm2020/common/option-changes.service.mjs +3 -3
  69. package/esm2020/common/provider.service.mjs +3 -3
  70. package/esm2020/common/single-popup.service.mjs +3 -3
  71. package/esm2020/data/change-notification.service.mjs +3 -3
  72. package/esm2020/dragdrop/column-reorder.service.mjs +3 -3
  73. package/esm2020/dragdrop/drag-and-drop.module.mjs +4 -4
  74. package/esm2020/dragdrop/drag-and-drop.service.mjs +3 -3
  75. package/esm2020/dragdrop/drag-hint.service.mjs +3 -3
  76. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -3
  77. package/esm2020/dragdrop/drop-cue.service.mjs +3 -3
  78. package/esm2020/dragdrop/drop-target.directive.mjs +3 -3
  79. package/esm2020/editing/add-command.directive.mjs +6 -6
  80. package/esm2020/editing/base-command.directive.mjs +6 -6
  81. package/esm2020/editing/cancel-command.directive.mjs +6 -6
  82. package/esm2020/editing/edit-command.directive.mjs +6 -6
  83. package/esm2020/editing/edit-template.directive.mjs +3 -3
  84. package/esm2020/editing/edit.service.mjs +3 -3
  85. package/esm2020/editing/remove-command.directive.mjs +6 -6
  86. package/esm2020/editing/save-command.directive.mjs +6 -6
  87. package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
  88. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -3
  89. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
  90. package/esm2020/editing-directives/row-editing-directive-base.mjs +3 -3
  91. package/esm2020/editing-directives/template-editing.directive.mjs +3 -3
  92. package/esm2020/excel/excel-command.directive.mjs +6 -6
  93. package/esm2020/excel/excel.component.mjs +3 -3
  94. package/esm2020/excel/excel.module.mjs +4 -4
  95. package/esm2020/excel/excel.service.mjs +3 -3
  96. package/esm2020/expand-state/expand-state.service.mjs +3 -3
  97. package/esm2020/expand-state/expandable-tree-component.mjs +3 -3
  98. package/esm2020/expand-state/expandable.directive.mjs +3 -3
  99. package/esm2020/filtering/base-filter-cell.component.mjs +3 -3
  100. package/esm2020/filtering/boolean-filter.component.mjs +3 -3
  101. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +7 -7
  102. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +7 -7
  103. package/esm2020/filtering/cell/date-filter-cell.component.mjs +7 -7
  104. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -3
  105. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -8
  106. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -3
  107. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  108. package/esm2020/filtering/cell/filter-cell.component.mjs +4 -4
  109. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +8 -8
  110. package/esm2020/filtering/cell/row-filtering.module.mjs +4 -4
  111. package/esm2020/filtering/cell/string-filter-cell.component.mjs +8 -8
  112. package/esm2020/filtering/date-filter.component.mjs +3 -3
  113. package/esm2020/filtering/filter-host.directive.mjs +3 -3
  114. package/esm2020/filtering/filter-input-wrapper.component.mjs +3 -3
  115. package/esm2020/filtering/filter-input.directive.mjs +3 -3
  116. package/esm2020/filtering/filter-row.component.mjs +7 -7
  117. package/esm2020/filtering/filter.service.mjs +3 -3
  118. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  119. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +7 -7
  120. package/esm2020/filtering/menu/date-filter-menu.component.mjs +6 -6
  121. package/esm2020/filtering/menu/filter-menu-container.component.mjs +6 -6
  122. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -3
  123. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  124. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -3
  125. package/esm2020/filtering/menu/filter-menu.component.mjs +4 -4
  126. package/esm2020/filtering/menu/filter-menu.module.mjs +4 -4
  127. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +7 -7
  128. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +6 -6
  129. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +7 -7
  130. package/esm2020/filtering/menu/string-filter-menu.component.mjs +6 -6
  131. package/esm2020/filtering/numeric-filter.component.mjs +3 -3
  132. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -3
  133. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -3
  134. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -3
  135. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -3
  136. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -3
  137. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -3
  138. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -3
  139. package/esm2020/filtering/operators/filter-operator.base.mjs +3 -3
  140. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -3
  141. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -3
  142. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -3
  143. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -3
  144. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -3
  145. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -3
  146. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -3
  147. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -3
  148. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -3
  149. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -3
  150. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -3
  151. package/esm2020/filtering/shared-filtering.module.mjs +4 -4
  152. package/esm2020/filtering/string-filter.component.mjs +3 -3
  153. package/esm2020/layout/browser-support.service.mjs +3 -3
  154. package/esm2020/layout/resizable.directive.mjs +3 -3
  155. package/esm2020/layout/resize.service.mjs +3 -3
  156. package/esm2020/layout/responsive.service.mjs +3 -3
  157. package/esm2020/localization/custom-messages.component.mjs +3 -3
  158. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  159. package/esm2020/localization/messages.mjs +3 -3
  160. package/esm2020/navigation/focus-group.mjs +3 -3
  161. package/esm2020/navigation/focus-root.mjs +3 -3
  162. package/esm2020/navigation/focusable.directive.mjs +3 -3
  163. package/esm2020/navigation/logical-cell.directive.mjs +3 -3
  164. package/esm2020/navigation/logical-row.directive.mjs +3 -3
  165. package/esm2020/navigation/navigation.service.mjs +27 -27
  166. package/esm2020/package-metadata.mjs +2 -2
  167. package/esm2020/pager/pager-element.component.mjs +3 -3
  168. package/esm2020/pager/pager-info.component.mjs +3 -3
  169. package/esm2020/pager/pager-input.component.mjs +7 -7
  170. package/esm2020/pager/pager-next-buttons.component.mjs +4 -4
  171. package/esm2020/pager/pager-numeric-buttons.component.mjs +7 -7
  172. package/esm2020/pager/pager-page-sizes.component.mjs +6 -6
  173. package/esm2020/pager/pager-prev-buttons.component.mjs +4 -4
  174. package/esm2020/pager/pager-template.directive.mjs +3 -3
  175. package/esm2020/pager/pager.component.mjs +11 -11
  176. package/esm2020/pager/pager.module.mjs +4 -4
  177. package/esm2020/pdf/pdf-command.directive.mjs +6 -6
  178. package/esm2020/pdf/pdf-margin.component.mjs +3 -3
  179. package/esm2020/pdf/pdf-template.directive.mjs +3 -3
  180. package/esm2020/pdf/pdf.component.mjs +3 -3
  181. package/esm2020/pdf/pdf.module.mjs +4 -4
  182. package/esm2020/pdf/pdf.service.mjs +3 -3
  183. package/esm2020/rendering/body.module.mjs +4 -4
  184. package/esm2020/rendering/cell-template.directive.mjs +3 -3
  185. package/esm2020/rendering/cell.component.mjs +12 -12
  186. package/esm2020/rendering/common/col-group.component.mjs +4 -4
  187. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -3
  188. package/esm2020/rendering/common/level-items.pipe.mjs +3 -3
  189. package/esm2020/rendering/common/loading.component.mjs +3 -3
  190. package/esm2020/rendering/common/spacer.component.mjs +3 -3
  191. package/esm2020/rendering/common/template-context.directive.mjs +3 -3
  192. package/esm2020/rendering/footer-template.directive.mjs +3 -3
  193. package/esm2020/rendering/header/header-template.directive.mjs +3 -3
  194. package/esm2020/rendering/header/header.component.mjs +15 -15
  195. package/esm2020/rendering/header/header.module.mjs +4 -4
  196. package/esm2020/rendering/list.component.mjs +11 -11
  197. package/esm2020/rendering/no-records-template.directive.mjs +3 -3
  198. package/esm2020/rendering/table-body.component.mjs +9 -9
  199. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -3
  200. package/esm2020/rendering/toolbar/toolbar-navigation.service.mjs +3 -3
  201. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -3
  202. package/esm2020/rendering/toolbar/toolbar.component.mjs +4 -4
  203. package/esm2020/row-reordering/flat-reorder.service.mjs +3 -3
  204. package/esm2020/row-reordering/hierarchical-reorder.service.mjs +3 -3
  205. package/esm2020/row-reordering/row-reorder.service.mjs +3 -5
  206. package/esm2020/row-reordering/utils.mjs +0 -1
  207. package/esm2020/scrolling/scroll-request.service.mjs +3 -3
  208. package/esm2020/scrolling/scroll-sync.service.mjs +3 -3
  209. package/esm2020/scrolling/suspend.service.mjs +3 -3
  210. package/esm2020/selection/marquee.directive.mjs +3 -3
  211. package/esm2020/selection/selectable.directive.mjs +3 -3
  212. package/esm2020/selection/selection.service.mjs +3 -3
  213. package/esm2020/shared.module.mjs +4 -4
  214. package/esm2020/treelist.component.mjs +18 -16
  215. package/esm2020/treelist.module.mjs +13 -15
  216. package/excel/excel-command.directive.d.ts +1 -1
  217. package/excel/excel.component.d.ts +1 -1
  218. package/expand-state/expandable.directive.d.ts +1 -1
  219. package/fesm2015/progress-kendo-angular-treelist.mjs +7950 -7953
  220. package/fesm2020/progress-kendo-angular-treelist.mjs +7960 -7963
  221. package/filtering/base-filter-cell.component.d.ts +1 -1
  222. package/filtering/boolean-filter.component.d.ts +1 -1
  223. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  224. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  225. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  226. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  227. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  228. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  229. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  230. package/filtering/cell/filter-cell.component.d.ts +1 -1
  231. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  232. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  233. package/filtering/date-filter.component.d.ts +1 -1
  234. package/filtering/filter-host.directive.d.ts +1 -1
  235. package/filtering/filter-input-wrapper.component.d.ts +1 -1
  236. package/filtering/filter-input.directive.d.ts +1 -1
  237. package/filtering/filter-row.component.d.ts +1 -1
  238. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  239. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  240. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  241. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  242. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  243. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  244. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  245. package/filtering/menu/filter-menu.component.d.ts +1 -1
  246. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  247. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  248. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  249. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  250. package/filtering/numeric-filter.component.d.ts +1 -1
  251. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  252. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  253. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  254. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  255. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  256. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  257. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  258. package/filtering/operators/filter-operator.base.d.ts +1 -1
  259. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  260. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  261. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  262. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  263. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  264. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  265. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  266. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  267. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  268. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  269. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  270. package/filtering/string-filter.component.d.ts +1 -1
  271. package/layout/resizable.directive.d.ts +1 -1
  272. package/localization/custom-messages.component.d.ts +1 -1
  273. package/localization/localized-messages.directive.d.ts +1 -1
  274. package/localization/messages.d.ts +1 -1
  275. package/navigation/focusable.directive.d.ts +1 -1
  276. package/navigation/logical-cell.directive.d.ts +1 -1
  277. package/navigation/logical-row.directive.d.ts +1 -1
  278. package/package.json +23 -24
  279. package/pager/pager-element.component.d.ts +1 -1
  280. package/pager/pager-info.component.d.ts +1 -1
  281. package/pager/pager-input.component.d.ts +1 -1
  282. package/pager/pager-next-buttons.component.d.ts +1 -1
  283. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  284. package/pager/pager-page-sizes.component.d.ts +1 -1
  285. package/pager/pager-prev-buttons.component.d.ts +1 -1
  286. package/pager/pager-template.directive.d.ts +1 -1
  287. package/pager/pager.component.d.ts +1 -1
  288. package/pdf/pdf-command.directive.d.ts +1 -1
  289. package/pdf/pdf-margin.component.d.ts +1 -1
  290. package/pdf/pdf-template.directive.d.ts +1 -1
  291. package/pdf/pdf.component.d.ts +1 -1
  292. package/rendering/cell-template.directive.d.ts +1 -1
  293. package/rendering/cell.component.d.ts +1 -1
  294. package/rendering/common/col-group.component.d.ts +1 -1
  295. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  296. package/rendering/common/level-items.pipe.d.ts +1 -1
  297. package/rendering/common/loading.component.d.ts +1 -1
  298. package/rendering/common/spacer.component.d.ts +1 -1
  299. package/rendering/common/template-context.directive.d.ts +1 -1
  300. package/rendering/footer-template.directive.d.ts +1 -1
  301. package/rendering/header/header-template.directive.d.ts +1 -1
  302. package/rendering/header/header.component.d.ts +1 -1
  303. package/rendering/list.component.d.ts +1 -1
  304. package/rendering/no-records-template.directive.d.ts +1 -1
  305. package/rendering/table-body.component.d.ts +1 -1
  306. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  307. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  308. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  309. package/schematics/ngAdd/index.js +3 -3
  310. package/selection/marquee.directive.d.ts +1 -1
  311. package/selection/selectable.directive.d.ts +1 -1
  312. package/treelist.component.d.ts +1 -1
  313. package/progress-kendo-angular-treelist.d.ts +0 -9
@@ -10,9 +10,9 @@ import { replaceMessagePlaceholder } from '../../utils';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "../filter.service";
12
12
  import * as i2 from "@progress/kendo-angular-l10n";
13
- import * as i3 from "./filter-cell-wrapper.component";
14
- import * as i4 from "@progress/kendo-angular-dropdowns";
15
- import * as i5 from "../filter-input.directive";
13
+ import * as i3 from "@progress/kendo-angular-dropdowns";
14
+ import * as i4 from "../filter-input.directive";
15
+ import * as i5 from "./filter-cell-wrapper.component";
16
16
  /**
17
17
  * Represents a Boolean filter-cell component.
18
18
  * [See example](slug:filter_row_treelist#toc-built-in-filter-row-components).
@@ -53,8 +53,8 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
53
53
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
54
54
  }
55
55
  }
56
- BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
57
- BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: BooleanFilterCellComponent, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
56
+ BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
57
+ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BooleanFilterCellComponent, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
58
58
  <kendo-treelist-filter-wrapper-cell
59
59
  [column]="column"
60
60
  [filter]="filter"
@@ -72,8 +72,8 @@ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
72
72
  [value]="currentFilter?.value">
73
73
  </kendo-dropdownlist>
74
74
  </kendo-treelist-filter-wrapper-cell>
75
- `, isInline: true, components: [{ type: i3.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
75
+ `, isInline: true, dependencies: [{ 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: "directive", type: i4.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i5.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }] });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{
79
79
  selector: 'kendo-treelist-boolean-filter-cell',
@@ -10,9 +10,9 @@ import { replaceMessagePlaceholder } from '../../utils';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "../filter.service";
12
12
  import * as i2 from "@progress/kendo-angular-l10n";
13
- import * as i3 from "./filter-cell-wrapper.component";
14
- import * as i4 from "@progress/kendo-angular-dateinputs";
15
- import * as i5 from "../filter-input.directive";
13
+ import * as i3 from "@progress/kendo-angular-dateinputs";
14
+ import * as i4 from "../filter-input.directive";
15
+ import * as i5 from "./filter-cell-wrapper.component";
16
16
  /**
17
17
  * Represents a date-filter cell component. [See example](slug:filter_row_treelist#toc-built-in-filter-row-components).
18
18
  *
@@ -49,8 +49,8 @@ export class DateFilterCellComponent extends DateFilterComponent {
49
49
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
50
50
  }
51
51
  }
52
- DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
53
- DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DateFilterCellComponent, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
52
+ DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
53
+ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateFilterCellComponent, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
54
54
  <kendo-treelist-filter-wrapper-cell
55
55
  [column]="column"
56
56
  [filter]="filter"
@@ -74,8 +74,8 @@ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
74
74
  >
75
75
  </kendo-datepicker>
76
76
  </kendo-treelist-filter-wrapper-cell>
77
- `, isInline: true, components: [{ type: i3.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterCellComponent, decorators: [{
77
+ `, isInline: true, dependencies: [{ kind: "component", type: i3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: i4.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i5.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }] });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterCellComponent, decorators: [{
79
79
  type: Component,
80
80
  args: [{
81
81
  selector: 'kendo-treelist-date-filter-cell',
@@ -22,9 +22,9 @@ export class FilterCellHostDirective extends FilterHostDirective {
22
22
  return StringFilterCellComponent;
23
23
  }
24
24
  }
25
- FilterCellHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
26
- FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellHostDirective, decorators: [{
25
+ FilterCellHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
26
+ FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellHostDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[kendoFilterCellHost]'
@@ -11,10 +11,10 @@ import { replaceMessagePlaceholder } from '../../utils';
11
11
  import { ColumnComponent } from '../../columns/column.component';
12
12
  import * as i0 from "@angular/core";
13
13
  import * as i1 from "@progress/kendo-angular-l10n";
14
- import * as i2 from "@progress/kendo-angular-dropdowns";
15
- import * as i3 from "@progress/kendo-angular-buttons";
16
- import * as i4 from "@angular/common";
17
- import * as i5 from "../../navigation/focusable.directive";
14
+ import * as i2 from "@angular/common";
15
+ import * as i3 from "@progress/kendo-angular-dropdowns";
16
+ import * as i4 from "../../navigation/focusable.directive";
17
+ import * as i5 from "@progress/kendo-angular-buttons";
18
18
  /**
19
19
  * Represents a component which accommodates the filter operators.
20
20
  *
@@ -124,8 +124,8 @@ export class FilterCellOperatorsComponent {
124
124
  return this.localization.get(token);
125
125
  }
126
126
  }
127
- FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
128
- FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
127
+ FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
128
+ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
129
129
  <kendo-dropdownlist
130
130
  #dropdown
131
131
  *ngIf="showOperators"
@@ -153,8 +153,8 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
153
153
  (click)="clearClick()"
154
154
  (keydown)="clearKeydown($event)">
155
155
  </button>
156
- `, isInline: true, components: [{ 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"] }, { type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }] });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
156
+ `, 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: "directive", type: i4.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
158
158
  type: Component,
159
159
  args: [{
160
160
  selector: 'kendo-treelist-filter-cell-operators',
@@ -17,9 +17,9 @@ export class FilterCellTemplateDirective {
17
17
  this.templateRef = templateRef;
18
18
  }
19
19
  }
20
- FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
- FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellTemplateDirective, selector: "[kendoTreeListFilterCellTemplate]", ngImport: i0 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
20
+ FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
+ FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellTemplateDirective, selector: "[kendoTreeListFilterCellTemplate]", ngImport: i0 });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[kendoTreeListFilterCellTemplate]'
@@ -33,8 +33,8 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
33
33
  this.applyFilter(filter);
34
34
  }
35
35
  }
36
- FilterCellWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
37
- FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
36
+ FilterCellWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
37
+ FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
38
38
  <ng-content></ng-content>
39
39
  <kendo-treelist-filter-cell-operators
40
40
  [showOperators]="showOperators"
@@ -44,8 +44,8 @@ FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
44
44
  [showButton]="showButton"
45
45
  [(value)]="currentOperator">
46
46
  </kendo-treelist-filter-cell-operators>
47
- `, isInline: true, components: [{ type: i2.FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
47
+ `, isInline: true, dependencies: [{ kind: "component", type: i2.FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'kendo-treelist-filter-wrapper-cell',
@@ -39,8 +39,8 @@ export class FilterCellComponent {
39
39
  return isPresent(this.column) && !isNullOrEmptyString(this.column.field) && this.column.filterable;
40
40
  }
41
41
  }
42
- FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellComponent, deps: [{ token: i1.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
43
- FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
42
+ FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellComponent, deps: [{ token: i1.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
43
+ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
44
44
  <ng-container *ngIf="isFilterable">
45
45
  <ng-container [ngSwitch]="hasTemplate">
46
46
  <ng-container *ngSwitchCase="false">
@@ -55,8 +55,8 @@ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
55
55
  </ng-container>
56
56
  </ng-container>
57
57
  </ng-container>
58
- `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3.FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellComponent, decorators: [{
58
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i3.FilterCellHostDirective, selector: "[kendoFilterCellHost]" }] });
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
62
62
  selector: '[kendoTreeListFilterCell]',
@@ -10,10 +10,10 @@ import { replaceMessagePlaceholder } from '../../utils';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "../filter.service";
12
12
  import * as i2 from "@progress/kendo-angular-l10n";
13
- import * as i3 from "./filter-cell-wrapper.component";
14
- import * as i4 from "@progress/kendo-angular-inputs";
15
- import * as i5 from "../../navigation/focusable.directive";
16
- import * as i6 from "../filter-input.directive";
13
+ import * as i3 from "@progress/kendo-angular-inputs";
14
+ import * as i4 from "../../navigation/focusable.directive";
15
+ import * as i5 from "../filter-input.directive";
16
+ import * as i6 from "./filter-cell-wrapper.component";
17
17
  /**
18
18
  * Represents a numeric filter cell. [See example](slug:filter_row_treelist#toc-built-in-filter-row-components).
19
19
  *
@@ -56,8 +56,8 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
56
56
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
57
57
  }
58
58
  }
59
- NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
60
- NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NumericFilterCellComponent, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
59
+ NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
60
+ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: NumericFilterCellComponent, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
61
61
  <kendo-treelist-filter-wrapper-cell
62
62
  [column]="column"
63
63
  [filter]="filter"
@@ -79,8 +79,8 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
79
79
  [step]="step">
80
80
  </kendo-numerictextbox>
81
81
  </kendo-treelist-filter-wrapper-cell>
82
- `, isInline: true, components: [{ type: i3.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i5.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
82
+ `, isInline: true, dependencies: [{ kind: "component", type: i3.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: i4.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i6.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }] });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'kendo-treelist-numeric-filter-cell',
@@ -53,8 +53,8 @@ export class RowFilterModule {
53
53
  ];
54
54
  }
55
55
  }
56
- RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
57
- RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowFilterModule, declarations: [FilterRowComponent,
56
+ RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
57
+ RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: RowFilterModule, declarations: [FilterRowComponent,
58
58
  FilterCellComponent,
59
59
  FilterCellTemplateDirective,
60
60
  StringFilterCellComponent,
@@ -73,8 +73,8 @@ RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
73
73
  FilterCellHostDirective,
74
74
  FilterCellWrapperComponent,
75
75
  DateFilterCellComponent, SharedFilterModule] });
76
- RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowFilterModule, imports: [[SharedFilterModule], SharedFilterModule] });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowFilterModule, decorators: [{
76
+ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowFilterModule, imports: [SharedFilterModule, SharedFilterModule] });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowFilterModule, decorators: [{
78
78
  type: NgModule,
79
79
  args: [{
80
80
  declarations: [INTERNAL_COMPONENTS],
@@ -10,10 +10,10 @@ import { replaceMessagePlaceholder } from '../../utils';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "../filter.service";
12
12
  import * as i2 from "@progress/kendo-angular-l10n";
13
- import * as i3 from "./filter-cell-wrapper.component";
14
- import * as i4 from "@angular/forms";
15
- import * as i5 from "../../navigation/focusable.directive";
16
- import * as i6 from "../filter-input.directive";
13
+ import * as i3 from "@angular/forms";
14
+ import * as i4 from "../../navigation/focusable.directive";
15
+ import * as i5 from "../filter-input.directive";
16
+ import * as i6 from "./filter-cell-wrapper.component";
17
17
  /**
18
18
  * Represents a string-filter cell component. [See example](slug:filter_row_treelist#toc-built-in-filter-row-components).
19
19
  *
@@ -57,8 +57,8 @@ export class StringFilterCellComponent extends StringFilterComponent {
57
57
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
58
58
  }
59
59
  }
60
- StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
61
- StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: StringFilterCellComponent, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
60
+ StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
61
+ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: StringFilterCellComponent, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
62
62
  <kendo-treelist-filter-wrapper-cell
63
63
  [column]="column"
64
64
  [filter]="filter"
@@ -73,8 +73,8 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
73
73
  [filterDelay]="filterDelay"
74
74
  [ngModel]="currentFilter?.value" />
75
75
  </kendo-treelist-filter-wrapper-cell>
76
- `, isInline: true, components: [{ type: i3.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }], directives: [{ type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i5.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StringFilterCellComponent, decorators: [{
76
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.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: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i6.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }] });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterCellComponent, decorators: [{
78
78
  type: Component,
79
79
  args: [{
80
80
  selector: 'kendo-treelist-string-filter-cell',
@@ -114,9 +114,9 @@ export class DateFilterComponent extends BaseFilterCellComponent {
114
114
  }
115
115
  }
116
116
  }
117
- DateFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
118
- DateFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator", format: "format", min: "min", max: "max", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, usesInheritance: true, ngImport: i0 });
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterComponent, decorators: [{
117
+ DateFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
118
+ DateFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator", format: "format", min: "min", max: "max", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, usesInheritance: true, ngImport: i0 });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterComponent, decorators: [{
120
120
  type: Directive,
121
121
  args: [{}]
122
122
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { column: [{
@@ -41,9 +41,9 @@ export class FilterHostDirective {
41
41
  instance.filter = filter;
42
42
  }
43
43
  }
44
- FilterHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
45
- FilterHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FilterHostDirective, inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterHostDirective, decorators: [{
44
+ FilterHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
45
+ FilterHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterHostDirective, inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterHostDirective, decorators: [{
47
47
  type: Directive,
48
48
  args: [{}]
49
49
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { column: [{
@@ -99,9 +99,9 @@ export class FilterInputWrapperComponent extends BaseFilterCellComponent {
99
99
  }
100
100
  }
101
101
  }
102
- FilterInputWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterInputWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
103
- FilterInputWrapperComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FilterInputWrapperComponent, inputs: { column: "column", filter: "filter", defaultOperator: "defaultOperator" }, queries: [{ propertyName: "input", first: true, predicate: FilterInputDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterInputWrapperComponent, decorators: [{
102
+ FilterInputWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterInputWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
103
+ FilterInputWrapperComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterInputWrapperComponent, inputs: { column: "column", filter: "filter", defaultOperator: "defaultOperator" }, queries: [{ propertyName: "input", first: true, predicate: FilterInputDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterInputWrapperComponent, decorators: [{
105
105
  type: Directive,
106
106
  args: [{}]
107
107
  }], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { column: [{
@@ -79,9 +79,9 @@ export class FilterInputDirective {
79
79
  }
80
80
  }
81
81
  }
82
- FilterInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
83
- FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", column: "column", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterInputDirective, decorators: [{
82
+ FilterInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
83
+ FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", column: "column", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterInputDirective, decorators: [{
85
85
  type: Directive,
86
86
  args: [{
87
87
  selector: '[kendoFilterInput]'
@@ -6,9 +6,9 @@ import { Component, HostBinding, Input } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  import * as i1 from "@progress/kendo-angular-l10n";
9
- import * as i2 from "./cell/filter-cell.component";
10
- import * as i3 from "@angular/common";
11
- import * as i4 from "../navigation/logical-cell.directive";
9
+ import * as i2 from "@angular/common";
10
+ import * as i3 from "../navigation/logical-cell.directive";
11
+ import * as i4 from "./cell/filter-cell.component";
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -23,8 +23,8 @@ export class FilterRowComponent {
23
23
  return column;
24
24
  }
25
25
  }
26
- FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
27
- FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
26
+ FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
27
+ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
28
28
  <td *ngFor="let column of columns; let columnIndex = index" role="gridcell"
29
29
  [attr.aria-label]="filterLabel"
30
30
  kendoTreeListFilterCell
@@ -37,8 +37,8 @@ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
37
37
  [column]="getColumnComponent(column)"
38
38
  [colIndex]="columnIndex"
39
39
  ></td>
40
- `, isInline: true, components: [{ type: i2.FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: ["column", "filter"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }] });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRowComponent, decorators: [{
40
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { kind: "component", type: i4.FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: ["column", "filter"] }] });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterRowComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{
44
44
  selector: '[kendoTreeListFilterRow]',
@@ -25,8 +25,8 @@ export class FilterService {
25
25
  this.changes.next(value);
26
26
  }
27
27
  }
28
- FilterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
29
- FilterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterService });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterService, decorators: [{
28
+ FilterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
29
+ FilterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterService });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterService, decorators: [{
31
31
  type: Injectable
32
32
  }] });
@@ -78,8 +78,8 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
78
78
  this.renderer.setAttribute(elem, 'aria-label', fullMessage);
79
79
  }
80
80
  }
81
- BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
82
- BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: BooleanFilterMenuComponent, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
81
+ BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
82
+ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BooleanFilterMenuComponent, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
83
83
  <ul class="k-radio-list k-reset">
84
84
  <li *ngFor="let item of items">
85
85
  <input #inputElem type="radio"
@@ -92,8 +92,8 @@ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
92
92
  <label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
93
93
  </li>
94
94
  </ul>
95
- `, isInline: true, directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }] });
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
95
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }] });
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
97
97
  type: Component,
98
98
  args: [{
99
99
  selector: 'kendo-treelist-boolean-filter-menu',
@@ -9,9 +9,9 @@ import { SinglePopupService } from '../../common/single-popup.service';
9
9
  import { filter } from 'rxjs/operators';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "../../common/single-popup.service";
12
- import * as i2 from "./filter-menu-input-wrapper.component";
13
- import * as i3 from "@progress/kendo-angular-dateinputs";
14
- import * as i4 from "../filter-input.directive";
12
+ import * as i2 from "@progress/kendo-angular-dateinputs";
13
+ import * as i3 from "../filter-input.directive";
14
+ import * as i4 from "./filter-menu-input-wrapper.component";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -31,8 +31,8 @@ export class DateFilterMenuInputComponent {
31
31
  }
32
32
  }
33
33
  }
34
- DateFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }], target: i0.ɵɵFactoryTarget.Component });
35
- DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, ngImport: i0, template: `
34
+ DateFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }], target: i0.ɵɵFactoryTarget.Component });
35
+ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, ngImport: i0, template: `
36
36
  <kendo-treelist-filter-menu-input-wrapper
37
37
  [column]="column"
38
38
  [filter]="filter"
@@ -59,8 +59,8 @@ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
59
59
  >
60
60
  </kendo-datepicker>
61
61
  </kendo-treelist-filter-menu-input-wrapper>
62
- `, isInline: true, components: [{ type: i2.FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "currentFilter"] }, { type: i3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i4.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
62
+ `, isInline: true, dependencies: [{ kind: "component", type: i2.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: i3.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i4.FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "currentFilter"] }] });
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
64
64
  type: Component,
65
65
  args: [{
66
66
  selector: 'kendo-treelist-date-filter-menu-input',
@@ -10,9 +10,9 @@ import { DateFilterComponent } from '../date-filter.component';
10
10
  import { setFilter, logicOperators } from '../base-filter-cell.component';
11
11
  import * as i0 from "@angular/core";
12
12
  import * as i1 from "@progress/kendo-angular-l10n";
13
- import * as i2 from "./date-filter-menu-input.component";
13
+ import * as i2 from "@angular/common";
14
14
  import * as i3 from "@progress/kendo-angular-dropdowns";
15
- import * as i4 from "@angular/common";
15
+ import * as i4 from "./date-filter-menu-input.component";
16
16
  /**
17
17
  * Represents a date-filter menu component. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
18
18
  *
@@ -64,8 +64,8 @@ export class DateFilterMenuComponent extends DateFilterComponent {
64
64
  super.localizationChange();
65
65
  }
66
66
  }
67
- DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
68
- DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DateFilterMenuComponent, selector: "kendo-treelist-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
67
+ DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
68
+ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateFilterMenuComponent, selector: "kendo-treelist-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
69
69
  <kendo-treelist-date-filter-menu-input
70
70
  [currentFilter]="firstFilter"
71
71
  [operators]="operators"
@@ -111,8 +111,8 @@ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
111
111
  [weekNumber]="weekNumber"
112
112
  >
113
113
  </kendo-treelist-date-filter-menu-input>
114
- `, isInline: true, components: [{ type: i2.DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber"] }, { 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"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
114
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "component", type: i4.DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber"] }] });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
116
116
  type: Component,
117
117
  args: [{
118
118
  selector: 'kendo-treelist-date-filter-menu',