@progress/kendo-angular-treelist 16.0.0-develop.1 → 16.0.0-develop.11

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
@@ -14,14 +14,14 @@ import * as i1 from "@progress/kendo-angular-l10n";
14
14
  export class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("isnotnull", localization); }
16
16
  }
17
- IsNotNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IsNotNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- IsNotNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IsNotNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
17
+ IsNotNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IsNotNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
+ IsNotNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: IsNotNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => IsNotNullFilterOperatorComponent)
22
22
  }
23
23
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IsNotNullFilterOperatorComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IsNotNullFilterOperatorComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  providers: [
@@ -14,14 +14,14 @@ import * as i1 from "@progress/kendo-angular-l10n";
14
14
  export class IsNullFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("isnull", localization); }
16
16
  }
17
- IsNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IsNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- IsNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IsNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnull-operator", providers: [
17
+ IsNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IsNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
+ IsNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: IsNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnull-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => IsNullFilterOperatorComponent)
22
22
  }
23
23
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IsNullFilterOperatorComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IsNullFilterOperatorComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  providers: [
@@ -14,14 +14,14 @@ import * as i1 from "@progress/kendo-angular-l10n";
14
14
  export class LessFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("lt", localization); }
16
16
  }
17
- LessFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- LessFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LessFilterOperatorComponent, selector: "kendo-treelist-filter-lt-operator", providers: [
17
+ LessFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
+ LessFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LessFilterOperatorComponent, selector: "kendo-treelist-filter-lt-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => LessFilterOperatorComponent)
22
22
  }
23
23
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LessFilterOperatorComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LessFilterOperatorComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  providers: [
@@ -14,14 +14,14 @@ import * as i1 from "@progress/kendo-angular-l10n";
14
14
  export class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("lte", localization); }
16
16
  }
17
- LessOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- LessOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LessOrEqualToFilterOperatorComponent, selector: "kendo-treelist-filter-lte-operator", providers: [
17
+ LessOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
+ LessOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LessOrEqualToFilterOperatorComponent, selector: "kendo-treelist-filter-lte-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => LessOrEqualToFilterOperatorComponent)
22
22
  }
23
23
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  providers: [
@@ -14,14 +14,14 @@ import * as i1 from "@progress/kendo-angular-l10n";
14
14
  export class NotEqualFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("neq", localization); }
16
16
  }
17
- NotEqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NotEqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- NotEqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NotEqualFilterOperatorComponent, selector: "kendo-treelist-filter-neq-operator", providers: [
17
+ NotEqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NotEqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
+ NotEqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: NotEqualFilterOperatorComponent, selector: "kendo-treelist-filter-neq-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => NotEqualFilterOperatorComponent)
22
22
  }
23
23
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NotEqualFilterOperatorComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NotEqualFilterOperatorComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  providers: [
@@ -14,14 +14,14 @@ import * as i1 from "@progress/kendo-angular-l10n";
14
14
  export class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("doesnotcontain", localization); }
16
16
  }
17
- DoesNotContainFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DoesNotContainFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- DoesNotContainFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DoesNotContainFilterOperatorComponent, selector: "kendo-treelist-filter-not-contains-operator", providers: [
17
+ DoesNotContainFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DoesNotContainFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
+ DoesNotContainFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DoesNotContainFilterOperatorComponent, selector: "kendo-treelist-filter-not-contains-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => DoesNotContainFilterOperatorComponent)
22
22
  }
23
23
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DoesNotContainFilterOperatorComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DoesNotContainFilterOperatorComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  providers: [
@@ -14,14 +14,14 @@ import * as i1 from "@progress/kendo-angular-l10n";
14
14
  export class StartsWithFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("startswith", localization); }
16
16
  }
17
- StartsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StartsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- StartsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: StartsWithFilterOperatorComponent, selector: "kendo-treelist-filter-startswith-operator", providers: [
17
+ StartsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StartsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
+ StartsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: StartsWithFilterOperatorComponent, selector: "kendo-treelist-filter-startswith-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => StartsWithFilterOperatorComponent)
22
22
  }
23
23
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StartsWithFilterOperatorComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StartsWithFilterOperatorComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  providers: [
@@ -78,8 +78,8 @@ export class SharedFilterModule {
78
78
  ];
79
79
  }
80
80
  }
81
- SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
82
- SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedFilterModule, declarations: [FilterCellOperatorsComponent,
81
+ SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
82
+ SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedFilterModule, declarations: [FilterCellOperatorsComponent,
83
83
  ContainsFilterOperatorComponent,
84
84
  DoesNotContainFilterOperatorComponent,
85
85
  EndsWithFilterOperatorComponent,
@@ -134,7 +134,7 @@ SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", vers
134
134
  PopupModule,
135
135
  SharedModule,
136
136
  ButtonModule, FilterInputDirective] });
137
- SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedFilterModule, imports: [[...importedModules], CommonModule,
137
+ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedFilterModule, imports: [importedModules, CommonModule,
138
138
  ReactiveFormsModule,
139
139
  FormsModule,
140
140
  DropDownListModule,
@@ -144,7 +144,7 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
144
144
  PopupModule,
145
145
  SharedModule,
146
146
  ButtonModule] });
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedFilterModule, decorators: [{
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedFilterModule, decorators: [{
148
148
  type: NgModule,
149
149
  args: [{
150
150
  declarations: [FILTER_OPERATORS, COMPONENTS],
@@ -70,9 +70,9 @@ export class StringFilterComponent extends BaseFilterCellComponent {
70
70
  }
71
71
  }
72
72
  }
73
- StringFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StringFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
74
- StringFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StringFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator" }, usesInheritance: true, ngImport: i0 });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StringFilterComponent, decorators: [{
73
+ StringFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
74
+ StringFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: StringFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator" }, usesInheritance: true, ngImport: i0 });
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterComponent, decorators: [{
76
76
  type: Directive,
77
77
  args: [{}]
78
78
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { column: [{
@@ -75,8 +75,8 @@ export class BrowserSupportService {
75
75
  return rtlScrollLeft();
76
76
  }
77
77
  }
78
- BrowserSupportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BrowserSupportService, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
79
- BrowserSupportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BrowserSupportService });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BrowserSupportService, decorators: [{
78
+ BrowserSupportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BrowserSupportService, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
79
+ BrowserSupportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BrowserSupportService });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BrowserSupportService, decorators: [{
81
81
  type: Injectable
82
82
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
@@ -61,9 +61,9 @@ export class ResizableContainerDirective {
61
61
  }
62
62
  }
63
63
  }
64
- ResizableContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizableContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ResizeService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
65
- ResizableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizableContainerDirective, decorators: [{
64
+ ResizableContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizableContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ResizeService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
65
+ ResizableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizableContainerDirective, decorators: [{
67
67
  type: Directive,
68
68
  args: [{
69
69
  selector: '[kendoTreeListResizableContainer]'
@@ -24,8 +24,8 @@ export class ResizeService {
24
24
  }
25
25
  }
26
26
  }
27
- ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
- ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizeService });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizeService, decorators: [{
27
+ ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
+ ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeService });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeService, decorators: [{
30
30
  type: Injectable
31
31
  }] });
@@ -29,8 +29,8 @@ export class ResponsiveService {
29
29
  return !media || this.matchMedia(bootstrapToMedia(media));
30
30
  }
31
31
  }
32
- ResponsiveService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
33
- ResponsiveService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResponsiveService });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResponsiveService, decorators: [{
32
+ ResponsiveService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
33
+ ResponsiveService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResponsiveService });
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResponsiveService, decorators: [{
35
35
  type: Injectable
36
36
  }] });
@@ -20,14 +20,14 @@ export class CustomMessagesComponent extends Messages {
20
20
  return true;
21
21
  }
22
22
  }
23
- CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CustomMessagesComponent, selector: "kendo-treelist-messages", providers: [
23
+ CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
+ CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CustomMessagesComponent, selector: "kendo-treelist-messages", providers: [
25
25
  {
26
26
  provide: Messages,
27
27
  useExisting: forwardRef(() => CustomMessagesComponent)
28
28
  }
29
29
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomMessagesComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{
33
33
  providers: [
@@ -16,14 +16,14 @@ export class LocalizedMessagesDirective extends Messages {
16
16
  this.service = service;
17
17
  }
18
18
  }
19
- LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]", providers: [
19
+ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedMessagesDirective)
24
24
  }
25
25
  ], usesInheritance: true, ngImport: i0 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  providers: [
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class Messages extends ComponentMessages {
12
12
  }
13
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItemsTotal: "pagerItemsTotal", selectPage: "selectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", dragRowHandleLabel: "dragRowHandleLabel", selectRowCheckboxLabel: "selectRowCheckboxLabel", selectAllRowsCheckboxLabel: "selectAllRowsCheckboxLabel" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
13
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItemsTotal: "pagerItemsTotal", selectPage: "selectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", dragRowHandleLabel: "dragRowHandleLabel", selectRowCheckboxLabel: "selectRowCheckboxLabel", selectAllRowsCheckboxLabel: "selectAllRowsCheckboxLabel" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{}]
18
18
  }], propDecorators: { groupPanelEmpty: [{
@@ -97,8 +97,8 @@ export class FocusGroup {
97
97
  }
98
98
  }
99
99
  }
100
- FocusGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusGroup, deps: [{ token: i1.FocusRoot }], target: i0.ɵɵFactoryTarget.Injectable });
101
- FocusGroup.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusGroup });
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusGroup, decorators: [{
100
+ FocusGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusGroup, deps: [{ token: i1.FocusRoot }], target: i0.ɵɵFactoryTarget.Injectable });
101
+ FocusGroup.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusGroup });
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusGroup, decorators: [{
103
103
  type: Injectable
104
104
  }], ctorParameters: function () { return [{ type: i1.FocusRoot }]; } });
@@ -37,9 +37,9 @@ export class FocusRoot {
37
37
  }
38
38
  }
39
39
  }
40
- FocusRoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusRoot, deps: [{ token: FOCUS_ROOT_ACTIVE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
41
- FocusRoot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusRoot });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusRoot, decorators: [{
40
+ FocusRoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot, deps: [{ token: FOCUS_ROOT_ACTIVE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
41
+ FocusRoot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot, decorators: [{
43
43
  type: Injectable
44
44
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
45
45
  type: Optional
@@ -127,9 +127,9 @@ export class FocusableDirective {
127
127
  this.element = element;
128
128
  }
129
129
  }
130
- FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.FocusGroup, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
131
- FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusableDirective, decorators: [{
130
+ FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.FocusGroup, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
131
+ FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, decorators: [{
133
133
  type: Directive,
134
134
  args: [{
135
135
  selector: '[kendoTreeListFocusable]' + `,
@@ -125,13 +125,13 @@ export class LogicalCellDirective {
125
125
  return this.navigationService.isCellFocused(this);
126
126
  }
127
127
  }
128
- LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
129
- LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
128
+ LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
129
+ LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
130
130
  provide: FocusGroup,
131
131
  deps: [FocusRoot],
132
132
  useClass: FocusGroup
133
133
  }], usesOnChanges: true, ngImport: i0 });
134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalCellDirective, decorators: [{
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalCellDirective, decorators: [{
135
135
  type: Directive,
136
136
  args: [{
137
137
  providers: [{
@@ -87,9 +87,9 @@ export class LogicalRowDirective {
87
87
  return this.totalColumns?.allColumns.toArray() || [];
88
88
  }
89
89
  }
90
- LogicalRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalRowDirective, deps: [{ token: i1.IdService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
91
- LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", isNew: "isNew", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-treelist-row-index": "this.rowIndex", "attr.aria-owns": "this.ariaOwns", "class.k-table-row": "this.tableRowClass" } }, usesOnChanges: true, ngImport: i0 });
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalRowDirective, decorators: [{
90
+ LogicalRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalRowDirective, deps: [{ token: i1.IdService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
91
+ LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", isNew: "isNew", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-treelist-row-index": "this.rowIndex", "attr.aria-owns": "this.ariaOwns", "class.k-table-row": "this.tableRowClass" } }, usesOnChanges: true, ngImport: i0 });
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalRowDirective, decorators: [{
93
93
  type: Directive,
94
94
  args: [{
95
95
  selector: '[kendoTreeListLogicalRow]'
@@ -100,7 +100,7 @@ export class NavigationService {
100
100
  this.activeRowIndex = 0;
101
101
  this.alive = false;
102
102
  this.active = true;
103
- this.mode = 0 /* Standby */;
103
+ this.mode = 0 /* NavigationMode.Standby */;
104
104
  this.model = new NavigationModel();
105
105
  this.cursor = new NavigationCursor(this.model);
106
106
  this.changes = this.cursor.changes;
@@ -116,12 +116,12 @@ export class NavigationService {
116
116
  return this.alive;
117
117
  }
118
118
  get activeCell() {
119
- if (this.mode !== 0 /* Standby */) {
119
+ if (this.mode !== 0 /* NavigationMode.Standby */) {
120
120
  return this.cursor.cell;
121
121
  }
122
122
  }
123
123
  get activeRow() {
124
- if (this.mode !== 0 /* Standby */) {
124
+ if (this.mode !== 0 /* NavigationMode.Standby */) {
125
125
  return Object.assign({}, this.cursor.row, {
126
126
  cells: this.cursor.row.cells.toArray()
127
127
  });
@@ -143,9 +143,9 @@ export class NavigationService {
143
143
  .subscribe(args => this.onCursorChanges(args)));
144
144
  this.subs.add(this.domEvents.focus.pipe(switchMap(onStable))
145
145
  .subscribe((args) => this.navigateTo(args.target)));
146
- this.subs.add(this.domEvents.focusOut.pipe(filter(() => this.mode !== 0 /* Standby */), switchMap(onStableSubscriber(takeUntil(this.domEvents.focus))))
146
+ this.subs.add(this.domEvents.focusOut.pipe(filter(() => this.mode !== 0 /* NavigationMode.Standby */), switchMap(onStableSubscriber(takeUntil(this.domEvents.focus))))
147
147
  .subscribe(args => this.onFocusOut(args)));
148
- this.subs.add(this.domEvents.windowBlur.pipe(filter(() => this.mode !== 0 /* Standby */))
148
+ this.subs.add(this.domEvents.windowBlur.pipe(filter(() => this.mode !== 0 /* NavigationMode.Standby */))
149
149
  .subscribe(() => this.onWindowBlur()));
150
150
  this.subs.add(
151
151
  // Closing the editor will not always trigger focusout in Firefox.
@@ -154,14 +154,14 @@ export class NavigationService {
154
154
  if (e instanceof CellCloseEvent) {
155
155
  return !e.isDefaultPrevented();
156
156
  }
157
- return e.action !== 'edit' && this.mode === 2 /* Content */;
157
+ return e.action !== 'edit' && this.mode === 2 /* NavigationMode.Content */;
158
158
  }), switchMap(onStable))
159
159
  .subscribe(() => this.leaveCell()));
160
160
  this.subs.add(this.pagerContextService.pageChange
161
161
  .subscribe(() => this.cursor.reset(0, 0)));
162
162
  this.subs.add(this.domEvents.keydown
163
163
  .subscribe(args => this.onKeydown(args)));
164
- this.subs.add(this.domEvents.keydown.pipe(filter(args => args.keyCode === Keys.Tab && this.mode === 2 /* Content */), switchMapTo(this.domEvents.focusOut.pipe(takeUntil(
164
+ this.subs.add(this.domEvents.keydown.pipe(filter(args => args.keyCode === Keys.Tab && this.mode === 2 /* NavigationMode.Content */), switchMapTo(this.domEvents.focusOut.pipe(takeUntil(
165
165
  // Timeout if focusOut doesn't fire very soon
166
166
  interval(0).pipe(take(1))))))
167
167
  .subscribe(() => this.onTabout()));
@@ -206,11 +206,11 @@ export class NavigationService {
206
206
  isCellFocusable(cell) {
207
207
  return this.alive &&
208
208
  this.active &&
209
- this.mode !== 2 /* Content */ &&
209
+ this.mode !== 2 /* NavigationMode.Content */ &&
210
210
  this.cursor.isActive(cell.logicalRowIndex, cell.logicalColIndex);
211
211
  }
212
212
  isCellFocused(cell) {
213
- return this.mode === 1 /* Cursor */ && this.isCellFocusable(cell);
213
+ return this.mode === 1 /* NavigationMode.Cursor */ && this.isCellFocusable(cell);
214
214
  }
215
215
  navigateTo(el) {
216
216
  if (!this.alive || !isDocumentAvailable()) {
@@ -222,19 +222,19 @@ export class NavigationService {
222
222
  }
223
223
  const oldMode = this.mode;
224
224
  const focusInCell = contains(cell.element, document.activeElement);
225
- const focusInActiveRowContent = this.mode === 2 /* Content */ &&
225
+ const focusInActiveRowContent = this.mode === 2 /* NavigationMode.Content */ &&
226
226
  this.activeRowIndex === cell.rowIndex &&
227
227
  el !== cell.element;
228
228
  if (focusInCell) {
229
- this.mode = 2 /* Content */;
229
+ this.mode = 2 /* NavigationMode.Content */;
230
230
  this.cursor.reset(cell.rowIndex, cell.colIndex);
231
231
  this.activateRow();
232
232
  }
233
233
  else if (!focusInActiveRowContent) {
234
- this.mode = 1 /* Cursor */;
234
+ this.mode = 1 /* NavigationMode.Cursor */;
235
235
  this.deactivateElements();
236
236
  const alreadyActive = this.cursor.isActive(cell.rowIndex, cell.colIndex);
237
- const isCursor = oldMode === 1 /* Cursor */ && alreadyActive;
237
+ const isCursor = oldMode === 1 /* NavigationMode.Cursor */ && alreadyActive;
238
238
  if (!isCursor) {
239
239
  this.cursor.reset(cell.rowIndex, cell.colIndex);
240
240
  }
@@ -278,7 +278,7 @@ export class NavigationService {
278
278
  this.columnViewport = new NavigationViewport(firstItemIndex, lastItemIndex);
279
279
  }
280
280
  focusCell(rowIndex = undefined, colIndex = undefined) {
281
- this.mode = 1 /* Cursor */;
281
+ this.mode = 1 /* NavigationMode.Cursor */;
282
282
  this.cursor.reset(rowIndex, colIndex);
283
283
  return this.activeCell;
284
284
  }
@@ -293,7 +293,7 @@ export class NavigationService {
293
293
  this.cursor.announce();
294
294
  }
295
295
  hasFocus() {
296
- return this.mode === 1 /* Cursor */ || this.mode === 2 /* Content */;
296
+ return this.mode === 1 /* NavigationMode.Cursor */ || this.mode === 2 /* NavigationMode.Content */;
297
297
  }
298
298
  autoFocusCell(start, end) {
299
299
  return !this.meta.virtualColumns || end < this.meta.columns.lockedLeafColumns.length || this.columnViewport.intersects(start, end);
@@ -313,7 +313,7 @@ export class NavigationService {
313
313
  return this.activeCell;
314
314
  }
315
315
  else {
316
- this.mode = 0 /* Standby */;
316
+ this.mode = 0 /* NavigationMode.Standby */;
317
317
  this.cursor.announce();
318
318
  }
319
319
  return null;
@@ -325,7 +325,7 @@ export class NavigationService {
325
325
  }
326
326
  const group = cell.focusGroup;
327
327
  const focusable = group && group.canFocus();
328
- this.mode = focusable ? 2 /* Content */ : 1 /* Cursor */;
328
+ this.mode = focusable ? 2 /* NavigationMode.Content */ : 1 /* NavigationMode.Cursor */;
329
329
  this.cursor.announce();
330
330
  if (focusable) {
331
331
  this.activateRow();
@@ -342,7 +342,7 @@ export class NavigationService {
342
342
  if (!focusable) {
343
343
  this.deactivateElements();
344
344
  }
345
- this.mode = 1 /* Cursor */;
345
+ this.mode = 1 /* NavigationMode.Cursor */;
346
346
  this.cursor.announce();
347
347
  }
348
348
  activateElements() {
@@ -567,33 +567,33 @@ export class NavigationService {
567
567
  if (!cell) {
568
568
  this.virtualCell = true;
569
569
  }
570
- if ((!cell && this.mode !== 0 /* Standby */) || (cell && !this.columnViewport.intersects(start, end))) {
570
+ if ((!cell && this.mode !== 0 /* NavigationMode.Standby */) || (cell && !this.columnViewport.intersects(start, end))) {
571
571
  this.scrollRequestService.scrollTo({ column: args.colIndex });
572
572
  }
573
573
  }
574
574
  }
575
575
  onFocusOut(args) {
576
576
  if (isVisible(args.target)) {
577
- this.mode = 0 /* Standby */;
577
+ this.mode = 0 /* NavigationMode.Standby */;
578
578
  }
579
579
  else {
580
580
  // Focused target is no longer visible,
581
581
  // reset to cursor mode and recapture focus.
582
- this.mode = 1 /* Cursor */;
582
+ this.mode = 1 /* NavigationMode.Cursor */;
583
583
  }
584
584
  this.deactivateElements();
585
585
  this.cursor.announce();
586
586
  }
587
587
  onWindowBlur() {
588
- this.mode = 0 /* Standby */;
588
+ this.mode = 0 /* NavigationMode.Standby */;
589
589
  this.deactivateElements();
590
590
  this.cursor.announce();
591
591
  }
592
592
  onKeydown(args) {
593
- if (this.mode === 1 /* Cursor */) {
593
+ if (this.mode === 1 /* NavigationMode.Cursor */) {
594
594
  this.onCursorKeydown(args);
595
595
  }
596
- else if (this.mode === 2 /* Content */) {
596
+ else if (this.mode === 2 /* NavigationMode.Content */) {
597
597
  this.onContentKeydown(args);
598
598
  }
599
599
  }
@@ -609,9 +609,9 @@ export class NavigationService {
609
609
  this.cursor.reset();
610
610
  }
611
611
  }
612
- NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: i1.DomEventsService }, { token: i2.PagerContextService }, { token: i3.ScrollRequestService }, { token: i4.FocusRoot }, { token: i5.EditService }, { token: i6.LocalizationService }, { token: i7.ExpandStateService }, { token: i8.SelectionService }, { token: i0.ChangeDetectorRef }, { token: i9.FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
613
- NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService });
614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService, decorators: [{
612
+ NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: i1.DomEventsService }, { token: i2.PagerContextService }, { token: i3.ScrollRequestService }, { token: i4.FocusRoot }, { token: i5.EditService }, { token: i6.LocalizationService }, { token: i7.ExpandStateService }, { token: i8.SelectionService }, { token: i0.ChangeDetectorRef }, { token: i9.FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
613
+ NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService });
614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, decorators: [{
615
615
  type: Injectable
616
616
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.DomEventsService }, { type: i2.PagerContextService }, { type: i3.ScrollRequestService }, { type: i4.FocusRoot }, { type: i5.EditService }, { type: i6.LocalizationService }, { type: i7.ExpandStateService }, { type: i8.SelectionService }, { type: i0.ChangeDetectorRef }, { type: i9.FocusableDirective, decorators: [{
617
617
  type: Optional
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-treelist',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1714061035,
13
- version: '16.0.0-develop.1',
12
+ publishDate: 1714403740,
13
+ version: '16.0.0-develop.11',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };