@progress/kendo-angular-treelist 16.0.0-develop.2 → 16.0.0-develop.4

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 +16 -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 +7935 -7940
  220. package/fesm2020/progress-kendo-angular-treelist.mjs +7959 -7964
  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
@@ -6,8 +6,8 @@ import { Component, Input, Output, EventEmitter, ContentChild } from '@angular/c
6
6
  import { trigger, transition, style, animate, state } from '@angular/animations';
7
7
  import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
8
8
  import * as i0 from "@angular/core";
9
- import * as i1 from "@progress/kendo-angular-icons";
10
- import * as i2 from "@angular/common";
9
+ import * as i1 from "@angular/common";
10
+ import * as i2 from "@progress/kendo-angular-icons";
11
11
  /**
12
12
  * Represents an item that can be placed inside a
13
13
  * [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive.
@@ -62,8 +62,8 @@ export class ColumnMenuItemComponent {
62
62
  this.contentState = this.expanded ? 'expanded' : 'collapsed';
63
63
  }
64
64
  }
65
- ColumnMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
66
- ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", disabled: "disabled", expanded: "expanded" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ColumnMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
65
+ ColumnMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
66
+ ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", disabled: "disabled", expanded: "expanded" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ColumnMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
67
67
  <div class="k-columnmenu-item" (click)="onClick($event)" [class.k-selected]="selected" [class.k-disabled]="disabled">
68
68
  <kendo-icon-wrapper
69
69
  [name]="icon"
@@ -74,7 +74,7 @@ ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
74
74
  <ng-container [ngTemplateOutlet]="contentTemplate.templateRef">
75
75
  </ng-container>
76
76
  <div>
77
- `, isInline: true, components: [{ type: i1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
77
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], animations: [
78
78
  trigger('state', [
79
79
  state('collapsed', style({ display: 'none' })),
80
80
  state('expanded', style({ display: 'block' })),
@@ -97,7 +97,7 @@ ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
97
97
  ])
98
98
  ])
99
99
  ] });
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuItemComponent, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuItemComponent, decorators: [{
101
101
  type: Component,
102
102
  args: [{
103
103
  animations: [
@@ -70,8 +70,8 @@ export class ColumnMenuLockComponent extends ColumnMenuItemBase {
70
70
  return this.service.column.locked;
71
71
  }
72
72
  }
73
- ColumnMenuLockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuLockComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
74
- ColumnMenuLockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock", usesInheritance: true, ngImport: i0, template: `
73
+ ColumnMenuLockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuLockComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
74
+ ColumnMenuLockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock", usesInheritance: true, ngImport: i0, template: `
75
75
  <kendo-treelist-columnmenu-item
76
76
  [text]="text"
77
77
  [icon]="icon"
@@ -79,8 +79,8 @@ ColumnMenuLockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
79
79
  (itemClick)="toggleColumn()"
80
80
  [disabled]="disabled">
81
81
  </kendo-treelist-columnmenu-item>
82
- `, isInline: true, components: [{ type: i3.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuLockComponent, decorators: [{
82
+ `, isInline: true, dependencies: [{ kind: "component", type: i3.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuLockComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'kendo-treelist-columnmenu-lock',
@@ -60,8 +60,8 @@ export class ColumnMenuSortComponent extends ColumnMenuItemBase {
60
60
  return [].concat(this.service.sort || []).find(s => s.field === this.service.column.field);
61
61
  }
62
62
  }
63
- ColumnMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuSortComponent, deps: [{ token: i1.LocalizationService }, { token: i2.SortService }], target: i0.ɵɵFactoryTarget.Component });
64
- ColumnMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort", usesInheritance: true, ngImport: i0, template: `
63
+ ColumnMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuSortComponent, deps: [{ token: i1.LocalizationService }, { token: i2.SortService }], target: i0.ɵɵFactoryTarget.Component });
64
+ ColumnMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort", usesInheritance: true, ngImport: i0, template: `
65
65
  <kendo-treelist-columnmenu-item
66
66
  [text]="localization.get('sortAscending')"
67
67
  icon="sort-asc-small"
@@ -76,8 +76,8 @@ ColumnMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
76
76
  (itemClick)="toggleSort('desc')"
77
77
  [selected]="sortedDesc">
78
78
  </kendo-treelist-columnmenu-item>
79
- `, isInline: true, components: [{ type: i3.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuSortComponent, decorators: [{
79
+ `, isInline: true, dependencies: [{ kind: "component", type: i3.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuSortComponent, decorators: [{
81
81
  type: Component,
82
82
  args: [{
83
83
  selector: 'kendo-treelist-columnmenu-sort',
@@ -35,9 +35,9 @@ export class ColumnMenuTemplateDirective {
35
35
  this.templateRef = templateRef;
36
36
  }
37
37
  }
38
- ColumnMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
- ColumnMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ColumnMenuTemplateDirective, selector: "[kendoTreeListColumnMenuTemplate]", ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuTemplateDirective, decorators: [{
38
+ ColumnMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
+ ColumnMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ColumnMenuTemplateDirective, selector: "[kendoTreeListColumnMenuTemplate]", ngImport: i0 });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuTemplateDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: '[kendoTreeListColumnMenuTemplate]'
@@ -13,12 +13,12 @@ import * as i0 from "@angular/core";
13
13
  import * as i1 from "../common/single-popup.service";
14
14
  import * as i2 from "@progress/kendo-angular-l10n";
15
15
  import * as i3 from "./column-menu.service";
16
- import * as i4 from "@progress/kendo-angular-icons";
17
- import * as i5 from "./column-menu-sort.component";
18
- import * as i6 from "./column-menu-lock.component";
19
- import * as i7 from "./column-menu-chooser.component";
20
- import * as i8 from "./column-menu-filter.component";
21
- import * as i9 from "@angular/common";
16
+ import * as i4 from "@angular/common";
17
+ import * as i5 from "@progress/kendo-angular-icons";
18
+ import * as i6 from "./column-menu-chooser.component";
19
+ import * as i7 from "./column-menu-filter.component";
20
+ import * as i8 from "./column-menu-sort.component";
21
+ import * as i9 from "./column-menu-lock.component";
22
22
  const POPUP_CLASSES = 'k-grid-columnmenu-popup k-column-menu';
23
23
  /**
24
24
  * Represents the [column menu]({% slug columnmenu_treelist %}) component of the TreeList.
@@ -123,8 +123,8 @@ export class ColumnMenuComponent {
123
123
  this.expandedColumns = false;
124
124
  }
125
125
  }
126
- ColumnMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.LocalizationService }, { token: i3.ColumnMenuService }], target: i0.ɵɵFactoryTarget.Component });
127
- ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: { standalone: "standalone", column: "column", settings: "settings", sort: "sort", filter: "filter", sortable: "sortable", columnMenuTemplate: "columnMenuTemplate" }, host: { properties: { "class.k-grid-column-menu-standalone": "this.standalone" } }, providers: [ColumnMenuService], usesOnChanges: true, ngImport: i0, template: `
126
+ ColumnMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.LocalizationService }, { token: i3.ColumnMenuService }], target: i0.ɵɵFactoryTarget.Component });
127
+ ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: { standalone: "standalone", column: "column", settings: "settings", sort: "sort", filter: "filter", sortable: "sortable", columnMenuTemplate: "columnMenuTemplate" }, host: { properties: { "class.k-grid-column-menu-standalone": "this.standalone" } }, providers: [ColumnMenuService], usesOnChanges: true, ngImport: i0, template: `
128
128
  <a #anchor
129
129
  class="k-grid-column-menu k-grid-header-menu"
130
130
  [ngClass]="{ 'k-active': isActive }"
@@ -153,8 +153,8 @@ ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
153
153
  [expanded]="expandedFilter" (expand)="onFilterExpand()">
154
154
  </kendo-treelist-columnmenu-filter>
155
155
  </ng-template>
156
- `, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i5.ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort" }, { type: i6.ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock" }, { type: i7.ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { type: i8.ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: ["expanded"], outputs: ["expand", "collapse"] }], directives: [{ type: i9.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i9.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuComponent, decorators: [{
156
+ `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i6.ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { kind: "component", type: i7.ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { kind: "component", type: i8.ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort" }, { kind: "component", type: i9.ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock" }] });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuComponent, decorators: [{
158
158
  type: Component,
159
159
  args: [{
160
160
  providers: [ColumnMenuService],
@@ -47,8 +47,8 @@ export class ColumnMenuModule {
47
47
  ];
48
48
  }
49
49
  }
50
- ColumnMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
- ColumnMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuModule, declarations: [ColumnListComponent,
50
+ ColumnMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
+ ColumnMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuModule, declarations: [ColumnListComponent,
52
52
  ColumnChooserComponent,
53
53
  ColumnMenuChooserComponent,
54
54
  ColumnMenuFilterComponent,
@@ -67,8 +67,8 @@ ColumnMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
67
67
  ColumnMenuComponent,
68
68
  ColumnMenuLockComponent,
69
69
  ColumnMenuTemplateDirective] });
70
- ColumnMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuModule, imports: [[CommonModule, FilterMenuModule, ButtonModule]] });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuModule, decorators: [{
70
+ ColumnMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuModule, imports: [CommonModule, FilterMenuModule, ButtonModule] });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuModule, decorators: [{
72
72
  type: NgModule,
73
73
  args: [{
74
74
  declarations: [COMPONENTS],
@@ -34,8 +34,8 @@ export class ColumnMenuService {
34
34
  this.closeMenu.emit();
35
35
  }
36
36
  }
37
- ColumnMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
- ColumnMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuService });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuService, decorators: [{
37
+ ColumnMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
+ ColumnMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuService });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnMenuService, decorators: [{
40
40
  type: Injectable
41
41
  }] });
@@ -190,9 +190,9 @@ export class ColumnHandleDirective {
190
190
  return columnsToRender(this.columns ? this.columns.filter(column => column.level === level) : []);
191
191
  }
192
192
  }
193
- ColumnHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnHandleDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i2.ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
194
- ColumnHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: { columns: "columns", column: "column" }, host: { listeners: { "dblclick": "autoFit()" }, properties: { "style.display": "this.visible", "style.left": "this.leftStyle", "style.right": "this.rightStyle" } }, ngImport: i0 });
195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnHandleDirective, decorators: [{
193
+ ColumnHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnHandleDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i2.ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
194
+ ColumnHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: { columns: "columns", column: "column" }, host: { listeners: { "dblclick": "autoFit()" }, properties: { "style.display": "this.visible", "style.left": "this.leftStyle", "style.right": "this.rightStyle" } }, ngImport: i0 });
195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnHandleDirective, decorators: [{
196
196
  type: Directive,
197
197
  args: [{
198
198
  selector: '[kendoTreeListColumnHandle]'
@@ -133,8 +133,8 @@ export class ColumnResizingService {
133
133
  this.batch = null;
134
134
  }
135
135
  }
136
- ColumnResizingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnResizingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
137
- ColumnResizingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnResizingService });
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnResizingService, decorators: [{
136
+ ColumnResizingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnResizingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
137
+ ColumnResizingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnResizingService });
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnResizingService, decorators: [{
139
139
  type: Injectable
140
140
  }] });
@@ -103,9 +103,9 @@ export class TableDirective {
103
103
  return Math.max(header, data);
104
104
  }
105
105
  }
106
- TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
107
- TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TableDirective, selector: "table", inputs: { locked: "locked", virtualColumns: "virtualColumns" }, host: { properties: { "style.min-width": "this.minWidth" } }, ngImport: i0 });
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TableDirective, decorators: [{
106
+ TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
107
+ TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TableDirective, selector: "table", inputs: { locked: "locked", virtualColumns: "virtualColumns" }, host: { properties: { "style.min-width": "this.minWidth" } }, ngImport: i0 });
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TableDirective, decorators: [{
109
109
  type: Directive,
110
110
  args: [{
111
111
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -23,14 +23,14 @@ export class CheckboxColumnComponent extends ColumnBase {
23
23
  return this.template ? this.template.templateRef : undefined;
24
24
  }
25
25
  }
26
- CheckboxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CheckboxColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
27
- CheckboxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CheckboxColumnComponent, selector: "kendo-treelist-checkbox-column", inputs: { showSelectAll: "showSelectAll", checkChildren: "checkChildren", expandable: "expandable" }, providers: [
26
+ CheckboxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckboxColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
27
+ CheckboxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CheckboxColumnComponent, selector: "kendo-treelist-checkbox-column", inputs: { showSelectAll: "showSelectAll", checkChildren: "checkChildren", expandable: "expandable" }, providers: [
28
28
  {
29
29
  provide: ColumnBase,
30
30
  useExisting: forwardRef(() => CheckboxColumnComponent)
31
31
  }
32
32
  ], queries: [{ propertyName: "template", first: true, predicate: CellTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CheckboxColumnComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckboxColumnComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{
36
36
  providers: [
@@ -199,9 +199,9 @@ export class ColumnBase {
199
199
  }
200
200
  }
201
201
  }
202
- ColumnBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnBase, deps: [{ token: ColumnBase }, { token: i1.OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
203
- ColumnBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ColumnBase, inputs: { resizable: "resizable", reorderable: "reorderable", minResizableWidth: "minResizableWidth", title: "title", width: "width", autoSize: "autoSize", locked: "locked", hidden: "hidden", media: "media", lockable: "lockable", columnMenu: "columnMenu", includeInChooser: "includeInChooser", tableCellsRole: "tableCellsRole", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, queries: [{ propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }, { propertyName: "headerTemplates", predicate: HeaderTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], usesOnChanges: true, ngImport: i0 });
204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnBase, decorators: [{
202
+ ColumnBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnBase, deps: [{ token: ColumnBase }, { token: i1.OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
203
+ ColumnBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ColumnBase, inputs: { resizable: "resizable", reorderable: "reorderable", minResizableWidth: "minResizableWidth", title: "title", width: "width", autoSize: "autoSize", locked: "locked", hidden: "hidden", media: "media", lockable: "lockable", columnMenu: "columnMenu", includeInChooser: "includeInChooser", tableCellsRole: "tableCellsRole", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, queries: [{ propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }, { propertyName: "headerTemplates", predicate: HeaderTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], usesOnChanges: true, ngImport: i0 });
204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnBase, decorators: [{
205
205
  type: Directive,
206
206
  args: [{}]
207
207
  }], ctorParameters: function () { return [{ type: ColumnBase }, { type: i1.OptionChangesService }]; }, propDecorators: { resizable: [{
@@ -80,14 +80,14 @@ export class ColumnGroupComponent extends ColumnBase {
80
80
  return this.children.find(column => column !== this);
81
81
  }
82
82
  }
83
- ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
84
- ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnGroupComponent, selector: "kendo-treelist-column-group", providers: [
83
+ ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
84
+ ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColumnGroupComponent, selector: "kendo-treelist-column-group", providers: [
85
85
  {
86
86
  provide: ColumnBase,
87
87
  useExisting: forwardRef(() => ColumnGroupComponent)
88
88
  }
89
89
  ], queries: [{ propertyName: "children", predicate: ColumnBase }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnGroupComponent, decorators: [{
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnGroupComponent, decorators: [{
91
91
  type: Component,
92
92
  args: [{
93
93
  providers: [
@@ -86,14 +86,14 @@ export class ColumnComponent extends ColumnBase {
86
86
  return this.editable !== false;
87
87
  }
88
88
  }
89
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
90
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnComponent, selector: "kendo-treelist-column", inputs: { expandable: "expandable", field: "field", format: "format", sortable: "sortable", editor: "editor", filter: "filter", filterable: "filterable", editable: "editable" }, providers: [
89
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
90
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColumnComponent, selector: "kendo-treelist-column", inputs: { expandable: "expandable", field: "field", format: "format", sortable: "sortable", editor: "editor", filter: "filter", filterable: "filterable", editable: "editable" }, providers: [
91
91
  {
92
92
  provide: ColumnBase,
93
93
  useExisting: forwardRef(() => ColumnComponent)
94
94
  }
95
95
  ], queries: [{ propertyName: "template", first: true, predicate: CellTemplateDirective, descendants: true }, { propertyName: "editTemplate", first: true, predicate: EditTemplateDirective, descendants: true }, { propertyName: "filterCellTemplate", first: true, predicate: FilterCellTemplateDirective, descendants: true }, { propertyName: "filterMenuTemplate", first: true, predicate: FilterMenuTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnComponent, decorators: [{
97
97
  type: Component,
98
98
  args: [{
99
99
  providers: [
@@ -44,14 +44,14 @@ export class CommandColumnComponent extends ColumnBase {
44
44
  return this.template ? this.template.templateRef : undefined;
45
45
  }
46
46
  }
47
- CommandColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CommandColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
48
- CommandColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CommandColumnComponent, selector: "kendo-treelist-command-column", providers: [
47
+ CommandColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CommandColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
48
+ CommandColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CommandColumnComponent, selector: "kendo-treelist-command-column", providers: [
49
49
  {
50
50
  provide: ColumnBase,
51
51
  useExisting: forwardRef(() => CommandColumnComponent)
52
52
  }
53
53
  ], queries: [{ propertyName: "template", first: true, predicate: CellTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CommandColumnComponent, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CommandColumnComponent, decorators: [{
55
55
  type: Component,
56
56
  args: [{
57
57
  providers: [
@@ -19,14 +19,14 @@ export class RowReorderColumnComponent extends ColumnBase {
19
19
  this.isRowReorderColumn = true;
20
20
  }
21
21
  }
22
- RowReorderColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowReorderColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
23
- RowReorderColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RowReorderColumnComponent, selector: "kendo-treelist-rowreorder-column", providers: [
22
+ RowReorderColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowReorderColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
23
+ RowReorderColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RowReorderColumnComponent, selector: "kendo-treelist-rowreorder-column", providers: [
24
24
  {
25
25
  provide: ColumnBase,
26
26
  useExisting: forwardRef(() => RowReorderColumnComponent)
27
27
  }
28
28
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowReorderColumnComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowReorderColumnComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  providers: [
@@ -127,14 +127,14 @@ export class SpanColumnComponent extends ColumnBase {
127
127
  return this.childColumns.length > 0;
128
128
  }
129
129
  }
130
- SpanColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpanColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
131
- SpanColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SpanColumnComponent, selector: "kendo-treelist-span-column", inputs: { expandable: "expandable", editable: "editable", locked: "locked" }, providers: [
130
+ SpanColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SpanColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
131
+ SpanColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SpanColumnComponent, selector: "kendo-treelist-span-column", inputs: { expandable: "expandable", editable: "editable", locked: "locked" }, providers: [
132
132
  {
133
133
  provide: ColumnBase,
134
134
  useExisting: forwardRef(() => SpanColumnComponent)
135
135
  }
136
136
  ], queries: [{ propertyName: "template", predicate: CellTemplateDirective }, { propertyName: "editTemplate", predicate: EditTemplateDirective }, { propertyName: "childColumns", predicate: ColumnComponent }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpanColumnComponent, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SpanColumnComponent, decorators: [{
138
138
  type: Component,
139
139
  args: [{
140
140
  providers: [
@@ -48,8 +48,8 @@ export class ColumnInfoService {
48
48
  this.lockedChange.emit(columns);
49
49
  }
50
50
  }
51
- ColumnInfoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnInfoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
52
- ColumnInfoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnInfoService });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnInfoService, decorators: [{
51
+ ColumnInfoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnInfoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
52
+ ColumnInfoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnInfoService });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnInfoService, decorators: [{
54
54
  type: Injectable
55
55
  }] });
@@ -19,8 +19,8 @@ export class DomEventsService {
19
19
  this.windowBlur = new EventEmitter();
20
20
  }
21
21
  }
22
- DomEventsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DomEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
23
- DomEventsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DomEventsService });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DomEventsService, decorators: [{
22
+ DomEventsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DomEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
23
+ DomEventsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DomEventsService });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DomEventsService, decorators: [{
25
25
  type: Injectable
26
26
  }] });
@@ -17,8 +17,8 @@ export class IdService {
17
17
  return `${this.prefix}-r${rowIndex}c${colIndex}`;
18
18
  }
19
19
  }
20
- IdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
- IdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IdService });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IdService, decorators: [{
20
+ IdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
+ IdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IdService });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IdService, decorators: [{
23
23
  type: Injectable
24
24
  }], ctorParameters: function () { return []; } });
@@ -19,8 +19,8 @@ export class OptionChangesService {
19
19
  this.columns.emit();
20
20
  }
21
21
  }
22
- OptionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OptionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
23
- OptionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OptionChangesService });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OptionChangesService, decorators: [{
22
+ OptionChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: OptionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
23
+ OptionChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: OptionChangesService });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: OptionChangesService, decorators: [{
25
25
  type: Injectable
26
26
  }] });
@@ -21,8 +21,8 @@ export class ContextService {
21
21
  this.bottomToolbarNavigation = new TreeListToolbarNavigationService(this.renderer);
22
22
  }
23
23
  }
24
- ContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ContextService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
25
- ContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ContextService });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ContextService, decorators: [{
24
+ ContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ContextService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
25
+ ContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ContextService });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ContextService, decorators: [{
27
27
  type: Injectable
28
28
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; } });
@@ -112,8 +112,8 @@ export class SinglePopupService {
112
112
  }));
113
113
  }
114
114
  }
115
- SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SinglePopupService, deps: [{ token: i1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i2.ScrollSyncService }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
116
- SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SinglePopupService });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SinglePopupService, decorators: [{
115
+ SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService, deps: [{ token: i1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i2.ScrollSyncService }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
116
+ SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService, decorators: [{
118
118
  type: Injectable
119
119
  }], ctorParameters: function () { return [{ type: i1.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i2.ScrollSyncService }, { type: i3.LocalizationService }]; } });
@@ -21,8 +21,8 @@ export class ChangeNotificationService {
21
21
  }
22
22
  }
23
23
  }
24
- ChangeNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangeNotificationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
25
- ChangeNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangeNotificationService });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangeNotificationService, decorators: [{
24
+ ChangeNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChangeNotificationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
25
+ ChangeNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChangeNotificationService });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChangeNotificationService, decorators: [{
27
27
  type: Injectable
28
28
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -15,8 +15,8 @@ export class ColumnReorderService {
15
15
  this.changes.emit(e);
16
16
  }
17
17
  }
18
- ColumnReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19
- ColumnReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnReorderService });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnReorderService, decorators: [{
18
+ ColumnReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19
+ ColumnReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnReorderService });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnReorderService, decorators: [{
21
21
  type: Injectable
22
22
  }] });
@@ -15,12 +15,12 @@ const exported = [
15
15
  */
16
16
  export class DragAndDropModule {
17
17
  }
18
- DragAndDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- DragAndDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule, declarations: [DraggableColumnDirective,
18
+ DragAndDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ DragAndDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DragAndDropModule, declarations: [DraggableColumnDirective,
20
20
  DropTargetDirective], exports: [DraggableColumnDirective,
21
21
  DropTargetDirective] });
22
- DragAndDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule, decorators: [{
22
+ DragAndDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragAndDropModule });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragAndDropModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [exported],
@@ -55,8 +55,8 @@ export class DragAndDropService {
55
55
  return this.register.find(({ element: { nativeElement } }) => comparer(nativeElement));
56
56
  }
57
57
  }
58
- DragAndDropService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
59
- DragAndDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropService });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropService, decorators: [{
58
+ DragAndDropService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
59
+ DragAndDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragAndDropService });
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragAndDropService, decorators: [{
61
61
  type: Injectable
62
62
  }] });
@@ -119,8 +119,8 @@ export class DragHintService {
119
119
  return (this.iconsService.iconSettings?.type || this.iconsService.changes.value.type) === 'svg';
120
120
  }
121
121
  }
122
- DragHintService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHintService, deps: [{ token: i1.DomSanitizer }, { token: i2.IconsService }], target: i0.ɵɵFactoryTarget.Injectable });
123
- DragHintService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHintService });
124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHintService, decorators: [{
122
+ DragHintService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragHintService, deps: [{ token: i1.DomSanitizer }, { token: i2.IconsService }], target: i0.ɵɵFactoryTarget.Injectable });
123
+ DragHintService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragHintService });
124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragHintService, decorators: [{
125
125
  type: Injectable
126
126
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }, { type: i2.IconsService }]; } });
@@ -110,9 +110,9 @@ export class DraggableColumnDirective {
110
110
  this.renderer.setStyle(this.element.nativeElement, 'touch-action', this.enabled ? 'none' : '');
111
111
  }
112
112
  }
113
- DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
114
- DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DraggableColumnDirective, decorators: [{
113
+ DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
114
+ DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DraggableColumnDirective, decorators: [{
116
116
  type: Directive,
117
117
  args: [{
118
118
  selector: '[kendoDraggableColumn]'
@@ -38,8 +38,8 @@ export class DropCueService {
38
38
  this.dom.style.left = left - width + 'px';
39
39
  }
40
40
  }
41
- DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropCueService });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropCueService, decorators: [{
41
+ DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
+ DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, decorators: [{
44
44
  type: Injectable
45
45
  }] });