@progress/kendo-angular-grid 16.0.0-develop.1 → 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 (370) hide show
  1. package/aggregates/status-bar-template.directive.d.ts +1 -1
  2. package/aggregates/status-bar.component.d.ts +1 -1
  3. package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
  4. package/column-menu/column-chooser.component.d.ts +1 -1
  5. package/column-menu/column-list.component.d.ts +1 -1
  6. package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
  7. package/column-menu/column-menu-autosize.component.d.ts +1 -1
  8. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  9. package/column-menu/column-menu-container.component.d.ts +1 -1
  10. package/column-menu/column-menu-filter.component.d.ts +1 -1
  11. package/column-menu/column-menu-item-base.d.ts +1 -1
  12. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu-item.component.d.ts +1 -1
  14. package/column-menu/column-menu-item.directive.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +1 -1
  16. package/column-menu/column-menu-position.component.d.ts +1 -1
  17. package/column-menu/column-menu-sort.component.d.ts +1 -1
  18. package/column-menu/column-menu-stick.component.d.ts +1 -1
  19. package/column-menu/column-menu-template.directive.d.ts +1 -1
  20. package/column-menu/column-menu.component.d.ts +1 -1
  21. package/column-resizing/column-handle.directive.d.ts +1 -1
  22. package/column-resizing/table.directive.d.ts +1 -1
  23. package/columns/checkbox-column.component.d.ts +1 -1
  24. package/columns/column-base.d.ts +1 -1
  25. package/columns/column-group.component.d.ts +1 -1
  26. package/columns/column.component.d.ts +1 -1
  27. package/columns/command-column.component.d.ts +1 -1
  28. package/columns/reorder-column.component.d.ts +1 -1
  29. package/columns/span-column.component.d.ts +1 -1
  30. package/common/clipboard.directive.d.ts +1 -1
  31. package/databinding.directive.d.ts +1 -1
  32. package/dragdrop/draggable-column.directive.d.ts +1 -1
  33. package/dragdrop/drop-target.directive.d.ts +1 -1
  34. package/editing/add-command.directive.d.ts +1 -1
  35. package/editing/cancel-command.directive.d.ts +1 -1
  36. package/editing/edit-command.directive.d.ts +1 -1
  37. package/editing/edit-template.directive.d.ts +1 -1
  38. package/editing/remove-command.directive.d.ts +1 -1
  39. package/editing/save-command.directive.d.ts +1 -1
  40. package/editing-directives/editing-directive-base.d.ts +1 -1
  41. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  42. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  43. package/editing-directives/row-editing-directive-base.d.ts +1 -1
  44. package/editing-directives/template-editing.directive.d.ts +1 -1
  45. package/esm2020/aggregates/aggregate-types.mjs +0 -1
  46. package/esm2020/aggregates/selection-aggregate.service.mjs +3 -4
  47. package/esm2020/aggregates/status-bar-template.directive.mjs +3 -3
  48. package/esm2020/aggregates/status-bar.component.mjs +4 -4
  49. package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +3 -3
  50. package/esm2020/column-menu/column-chooser.component.mjs +4 -4
  51. package/esm2020/column-menu/column-list-kb-nav.service.mjs +3 -3
  52. package/esm2020/column-menu/column-list.component.mjs +4 -4
  53. package/esm2020/column-menu/column-menu-autosize-all.component.mjs +6 -6
  54. package/esm2020/column-menu/column-menu-autosize.component.mjs +6 -6
  55. package/esm2020/column-menu/column-menu-chooser.component.mjs +6 -6
  56. package/esm2020/column-menu/column-menu-container.component.mjs +3 -3
  57. package/esm2020/column-menu/column-menu-filter.component.mjs +6 -6
  58. package/esm2020/column-menu/column-menu-item-base.mjs +3 -3
  59. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -3
  60. package/esm2020/column-menu/column-menu-item.component.mjs +6 -6
  61. package/esm2020/column-menu/column-menu-item.directive.mjs +3 -3
  62. package/esm2020/column-menu/column-menu-lock.component.mjs +4 -4
  63. package/esm2020/column-menu/column-menu-position.component.mjs +9 -9
  64. package/esm2020/column-menu/column-menu-sort.component.mjs +4 -4
  65. package/esm2020/column-menu/column-menu-stick.component.mjs +4 -4
  66. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -3
  67. package/esm2020/column-menu/column-menu.component.mjs +19 -19
  68. package/esm2020/column-menu/column-menu.module.mjs +4 -4
  69. package/esm2020/column-menu/column-menu.service.mjs +3 -3
  70. package/esm2020/column-resizing/column-handle.directive.mjs +3 -3
  71. package/esm2020/column-resizing/column-resizing.service.mjs +3 -3
  72. package/esm2020/column-resizing/table.directive.mjs +3 -3
  73. package/esm2020/columns/checkbox-column.component.mjs +3 -3
  74. package/esm2020/columns/column-base.mjs +3 -3
  75. package/esm2020/columns/column-group.component.mjs +3 -3
  76. package/esm2020/columns/column.component.mjs +3 -3
  77. package/esm2020/columns/command-column.component.mjs +3 -3
  78. package/esm2020/columns/reorder-column.component.mjs +3 -3
  79. package/esm2020/columns/span-column.component.mjs +3 -3
  80. package/esm2020/common/clipboard.directive.mjs +3 -3
  81. package/esm2020/common/clipboard.service.mjs +3 -3
  82. package/esm2020/common/column-info.service.mjs +3 -3
  83. package/esm2020/common/dom-events.service.mjs +3 -3
  84. package/esm2020/common/id.service.mjs +3 -3
  85. package/esm2020/common/provider.service.mjs +3 -3
  86. package/esm2020/common/single-popup.service.mjs +3 -3
  87. package/esm2020/data/change-notification.service.mjs +3 -3
  88. package/esm2020/data/data.iterators.mjs +1 -1
  89. package/esm2020/databinding.directive.mjs +3 -3
  90. package/esm2020/dragdrop/column-reorder.service.mjs +3 -3
  91. package/esm2020/dragdrop/drag-and-drop.module.mjs +4 -4
  92. package/esm2020/dragdrop/drag-and-drop.service.mjs +3 -3
  93. package/esm2020/dragdrop/drag-hint.service.mjs +3 -3
  94. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -3
  95. package/esm2020/dragdrop/drop-cue.service.mjs +3 -3
  96. package/esm2020/dragdrop/drop-target.directive.mjs +3 -3
  97. package/esm2020/editing/add-command.directive.mjs +6 -6
  98. package/esm2020/editing/cancel-command.directive.mjs +6 -6
  99. package/esm2020/editing/edit-command.directive.mjs +6 -6
  100. package/esm2020/editing/edit-template.directive.mjs +3 -3
  101. package/esm2020/editing/edit.service.mjs +3 -3
  102. package/esm2020/editing/local-data-changes.service.mjs +3 -3
  103. package/esm2020/editing/remove-command.directive.mjs +6 -6
  104. package/esm2020/editing/save-command.directive.mjs +6 -6
  105. package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
  106. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -3
  107. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
  108. package/esm2020/editing-directives/row-editing-directive-base.mjs +3 -3
  109. package/esm2020/editing-directives/template-editing.directive.mjs +3 -3
  110. package/esm2020/excel/excel-command.directive.mjs +6 -6
  111. package/esm2020/excel/excel.component.mjs +3 -3
  112. package/esm2020/excel/excel.module.mjs +4 -4
  113. package/esm2020/excel/excel.service.mjs +3 -3
  114. package/esm2020/filtering/base-filter-cell.component.mjs +3 -3
  115. package/esm2020/filtering/boolean-filter.component.mjs +3 -3
  116. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +7 -7
  117. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +7 -7
  118. package/esm2020/filtering/cell/date-filter-cell.component.mjs +7 -7
  119. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -3
  120. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -8
  121. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -3
  122. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  123. package/esm2020/filtering/cell/filter-cell.component.mjs +4 -4
  124. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +8 -8
  125. package/esm2020/filtering/cell/row-filtering.module.mjs +4 -4
  126. package/esm2020/filtering/cell/string-filter-cell.component.mjs +6 -6
  127. package/esm2020/filtering/date-filter.component.mjs +3 -3
  128. package/esm2020/filtering/filter-host.directive.mjs +3 -3
  129. package/esm2020/filtering/filter-input-wrapper.component.mjs +3 -3
  130. package/esm2020/filtering/filter-input.directive.mjs +3 -3
  131. package/esm2020/filtering/filter-row.component.mjs +7 -7
  132. package/esm2020/filtering/filter.service.mjs +3 -3
  133. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  134. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +7 -7
  135. package/esm2020/filtering/menu/date-filter-menu.component.mjs +6 -6
  136. package/esm2020/filtering/menu/filter-menu-container.component.mjs +6 -6
  137. package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +3 -3
  138. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -3
  139. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  140. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -3
  141. package/esm2020/filtering/menu/filter-menu.component.mjs +4 -4
  142. package/esm2020/filtering/menu/filter-menu.module.mjs +4 -4
  143. package/esm2020/filtering/menu/filter-radio-button.directive.mjs +3 -3
  144. package/esm2020/filtering/menu/menu-tabbing.service.mjs +3 -3
  145. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +7 -7
  146. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +6 -6
  147. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +7 -7
  148. package/esm2020/filtering/menu/string-filter-menu.component.mjs +6 -6
  149. package/esm2020/filtering/numeric-filter.component.mjs +3 -3
  150. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -3
  151. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -3
  152. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -3
  153. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -3
  154. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -3
  155. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -3
  156. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -3
  157. package/esm2020/filtering/operators/filter-operator.base.mjs +3 -3
  158. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -3
  159. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -3
  160. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -3
  161. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -3
  162. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -3
  163. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -3
  164. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -3
  165. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -3
  166. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -3
  167. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -3
  168. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -3
  169. package/esm2020/filtering/shared-filtering.module.mjs +4 -4
  170. package/esm2020/filtering/string-filter.component.mjs +3 -3
  171. package/esm2020/grid.component.mjs +23 -24
  172. package/esm2020/grid.module.mjs +16 -18
  173. package/esm2020/grouping/group-footer-template.directive.mjs +3 -3
  174. package/esm2020/grouping/group-header-column-template.directive.mjs +3 -3
  175. package/esm2020/grouping/group-header-template.directive.mjs +3 -3
  176. package/esm2020/grouping/group-header.component.mjs +8 -8
  177. package/esm2020/grouping/group-panel.component.mjs +10 -10
  178. package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -3
  179. package/esm2020/grouping/group.module.mjs +4 -4
  180. package/esm2020/grouping/groups.service.mjs +3 -3
  181. package/esm2020/layout/browser-support.service.mjs +3 -3
  182. package/esm2020/layout/resizable.directive.mjs +3 -3
  183. package/esm2020/layout/resize.service.mjs +3 -3
  184. package/esm2020/layout/responsive.service.mjs +3 -3
  185. package/esm2020/layout/sizing-options.service.mjs +3 -3
  186. package/esm2020/localization/custom-messages.component.mjs +3 -3
  187. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  188. package/esm2020/localization/messages.mjs +3 -3
  189. package/esm2020/navigation/focus-group.mjs +3 -3
  190. package/esm2020/navigation/focus-root.mjs +3 -3
  191. package/esm2020/navigation/focusable.directive.mjs +3 -3
  192. package/esm2020/navigation/logical-cell.directive.mjs +3 -3
  193. package/esm2020/navigation/logical-row.directive.mjs +3 -3
  194. package/esm2020/navigation/navigation.service.mjs +28 -28
  195. package/esm2020/package-metadata.mjs +2 -2
  196. package/esm2020/pager/pager-dropdown.directive.mjs +3 -3
  197. package/esm2020/pager/pager-element.component.mjs +3 -3
  198. package/esm2020/pager/pager-info.component.mjs +3 -3
  199. package/esm2020/pager/pager-input.component.mjs +7 -7
  200. package/esm2020/pager/pager-input.directive.mjs +3 -3
  201. package/esm2020/pager/pager-next-buttons.component.mjs +4 -4
  202. package/esm2020/pager/pager-numeric-buttons.component.mjs +7 -7
  203. package/esm2020/pager/pager-page-sizes.component.mjs +8 -8
  204. package/esm2020/pager/pager-prev-buttons.component.mjs +4 -4
  205. package/esm2020/pager/pager-template.directive.mjs +3 -3
  206. package/esm2020/pager/pager.component.mjs +11 -12
  207. package/esm2020/pager/pager.module.mjs +4 -4
  208. package/esm2020/pdf/pdf-command.directive.mjs +6 -6
  209. package/esm2020/pdf/pdf-margin.component.mjs +3 -3
  210. package/esm2020/pdf/pdf-template.directive.mjs +3 -3
  211. package/esm2020/pdf/pdf.component.mjs +3 -3
  212. package/esm2020/pdf/pdf.module.mjs +4 -4
  213. package/esm2020/pdf/pdf.service.mjs +3 -3
  214. package/esm2020/rendering/body.module.mjs +4 -4
  215. package/esm2020/rendering/cell-loading.template.directive.mjs +3 -3
  216. package/esm2020/rendering/cell-template.directive.mjs +3 -3
  217. package/esm2020/rendering/cell.component.mjs +11 -11
  218. package/esm2020/rendering/common/col-group.component.mjs +4 -4
  219. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -3
  220. package/esm2020/rendering/common/loading.component.mjs +4 -4
  221. package/esm2020/rendering/common/spacer.component.mjs +3 -3
  222. package/esm2020/rendering/common/template-context.directive.mjs +3 -3
  223. package/esm2020/rendering/details/detail-template.directive.mjs +3 -3
  224. package/esm2020/rendering/details/details.service.mjs +3 -3
  225. package/esm2020/rendering/details-expand.directive.mjs +3 -3
  226. package/esm2020/rendering/footer/footer-template.directive.mjs +3 -3
  227. package/esm2020/rendering/footer/footer.component.mjs +7 -7
  228. package/esm2020/rendering/footer/footer.module.mjs +4 -4
  229. package/esm2020/rendering/grid-table.directive.mjs +3 -4
  230. package/esm2020/rendering/groups-expand.directive.mjs +3 -3
  231. package/esm2020/rendering/header/header-template.directive.mjs +3 -3
  232. package/esm2020/rendering/header/header.component.mjs +17 -17
  233. package/esm2020/rendering/header/header.module.mjs +4 -4
  234. package/esm2020/rendering/list.component.mjs +11 -11
  235. package/esm2020/rendering/loading-template.directive.mjs +3 -3
  236. package/esm2020/rendering/no-records-template.directive.mjs +3 -3
  237. package/esm2020/rendering/table-body.component.mjs +12 -12
  238. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -3
  239. package/esm2020/rendering/toolbar/toolbar-navigation.service.mjs +3 -3
  240. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -3
  241. package/esm2020/rendering/toolbar/toolbar.component.mjs +4 -6
  242. package/esm2020/row-reordering/row-reorder.service.mjs +3 -8
  243. package/esm2020/row-reordering/utils.mjs +0 -1
  244. package/esm2020/scrolling/scroll-request.service.mjs +3 -3
  245. package/esm2020/scrolling/scroll-sync.service.mjs +3 -3
  246. package/esm2020/scrolling/suspend.service.mjs +3 -3
  247. package/esm2020/selection/cell-selection.service.mjs +3 -3
  248. package/esm2020/selection/marquee.directive.mjs +3 -3
  249. package/esm2020/selection/selectall-checkbox.directive.mjs +3 -3
  250. package/esm2020/selection/selection-checkbox.directive.mjs +3 -3
  251. package/esm2020/selection/selection-default.mjs +3 -3
  252. package/esm2020/selection/selection.directive.mjs +3 -3
  253. package/esm2020/selection/selection.service.mjs +3 -3
  254. package/esm2020/shared.module.mjs +4 -4
  255. package/excel/excel-command.directive.d.ts +1 -1
  256. package/excel/excel.component.d.ts +1 -1
  257. package/fesm2015/progress-kendo-angular-grid.mjs +10944 -10958
  258. package/fesm2020/progress-kendo-angular-grid.mjs +10894 -10908
  259. package/filtering/base-filter-cell.component.d.ts +1 -1
  260. package/filtering/boolean-filter.component.d.ts +1 -1
  261. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  262. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  263. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  264. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  265. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  266. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  267. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  268. package/filtering/cell/filter-cell.component.d.ts +1 -1
  269. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  270. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  271. package/filtering/date-filter.component.d.ts +1 -1
  272. package/filtering/filter-host.directive.d.ts +1 -1
  273. package/filtering/filter-input-wrapper.component.d.ts +1 -1
  274. package/filtering/filter-input.directive.d.ts +1 -1
  275. package/filtering/filter-row.component.d.ts +1 -1
  276. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  277. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  278. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  279. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  280. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
  281. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  282. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  283. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  284. package/filtering/menu/filter-menu.component.d.ts +1 -1
  285. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  286. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  287. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  288. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  289. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  290. package/filtering/numeric-filter.component.d.ts +1 -1
  291. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  292. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  293. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  294. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  295. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  296. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  297. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  298. package/filtering/operators/filter-operator.base.d.ts +1 -1
  299. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  300. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  301. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  302. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  303. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  304. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  305. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  306. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  307. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  308. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  309. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  310. package/filtering/string-filter.component.d.ts +1 -1
  311. package/grid.component.d.ts +1 -1
  312. package/grouping/group-footer-template.directive.d.ts +1 -1
  313. package/grouping/group-header-column-template.directive.d.ts +1 -1
  314. package/grouping/group-header-template.directive.d.ts +1 -1
  315. package/grouping/group-header.component.d.ts +1 -1
  316. package/grouping/group-panel.component.d.ts +1 -1
  317. package/grouping/group-scroll-binding.directive.d.ts +1 -1
  318. package/layout/resizable.directive.d.ts +1 -1
  319. package/localization/custom-messages.component.d.ts +1 -1
  320. package/localization/localized-messages.directive.d.ts +1 -1
  321. package/localization/messages.d.ts +1 -1
  322. package/navigation/focusable.directive.d.ts +1 -1
  323. package/navigation/logical-cell.directive.d.ts +1 -1
  324. package/navigation/logical-row.directive.d.ts +1 -1
  325. package/package.json +24 -25
  326. package/pager/pager-dropdown.directive.d.ts +1 -1
  327. package/pager/pager-element.component.d.ts +1 -1
  328. package/pager/pager-info.component.d.ts +1 -1
  329. package/pager/pager-input.component.d.ts +1 -1
  330. package/pager/pager-input.directive.d.ts +1 -1
  331. package/pager/pager-next-buttons.component.d.ts +1 -1
  332. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  333. package/pager/pager-page-sizes.component.d.ts +1 -1
  334. package/pager/pager-prev-buttons.component.d.ts +1 -1
  335. package/pager/pager-template.directive.d.ts +1 -1
  336. package/pager/pager.component.d.ts +1 -1
  337. package/pdf/pdf-command.directive.d.ts +1 -1
  338. package/pdf/pdf-margin.component.d.ts +1 -1
  339. package/pdf/pdf-template.directive.d.ts +1 -1
  340. package/pdf/pdf.component.d.ts +1 -1
  341. package/rendering/cell-loading.template.directive.d.ts +1 -1
  342. package/rendering/cell-template.directive.d.ts +1 -1
  343. package/rendering/cell.component.d.ts +1 -1
  344. package/rendering/common/col-group.component.d.ts +1 -1
  345. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  346. package/rendering/common/loading.component.d.ts +1 -1
  347. package/rendering/common/spacer.component.d.ts +1 -1
  348. package/rendering/common/template-context.directive.d.ts +1 -1
  349. package/rendering/details/detail-template.directive.d.ts +1 -1
  350. package/rendering/details-expand.directive.d.ts +1 -1
  351. package/rendering/footer/footer-template.directive.d.ts +1 -1
  352. package/rendering/footer/footer.component.d.ts +1 -1
  353. package/rendering/grid-table.directive.d.ts +1 -1
  354. package/rendering/groups-expand.directive.d.ts +1 -1
  355. package/rendering/header/header-template.directive.d.ts +1 -1
  356. package/rendering/header/header.component.d.ts +1 -1
  357. package/rendering/list.component.d.ts +1 -1
  358. package/rendering/loading-template.directive.d.ts +1 -1
  359. package/rendering/no-records-template.directive.d.ts +1 -1
  360. package/rendering/table-body.component.d.ts +1 -1
  361. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  362. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  363. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  364. package/schematics/ngAdd/index.js +3 -3
  365. package/selection/marquee.directive.d.ts +1 -1
  366. package/selection/selectall-checkbox.directive.d.ts +1 -1
  367. package/selection/selection-checkbox.directive.d.ts +1 -1
  368. package/selection/selection-default.d.ts +1 -1
  369. package/selection/selection.directive.d.ts +1 -1
  370. package/progress-kendo-angular-grid.d.ts +0 -9
@@ -10,8 +10,8 @@ import { ContextService } from '../common/provider.service';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "./edit.service";
12
12
  import * as i2 from "../common/provider.service";
13
- import * as i3 from "@progress/kendo-angular-icons";
14
- import * as i4 from "@angular/common";
13
+ import * as i3 from "@angular/common";
14
+ import * as i4 from "@progress/kendo-angular-icons";
15
15
  /**
16
16
  * Represents the `remove` command of the Grid. You can apply this directive to any `button` element
17
17
  * inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
@@ -62,8 +62,8 @@ export class RemoveCommandDirective extends Button {
62
62
  }
63
63
  }
64
64
  }
65
- RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
66
- RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RemoveCommandDirective, selector: "[kendoGridRemoveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
65
+ RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
66
+ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RemoveCommandDirective, selector: "[kendoGridRemoveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
67
67
  <kendo-icon-wrapper
68
68
  *ngIf="icon || svgIcon"
69
69
  innerCssClass="k-button-icon"
@@ -74,8 +74,8 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
74
74
  </span>
75
75
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
76
76
  <span class="k-button-text"><ng-content></ng-content></span>
77
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RemoveCommandDirective, decorators: [{
77
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RemoveCommandDirective, decorators: [{
79
79
  type: Component,
80
80
  args: [{
81
81
  selector: '[kendoGridRemoveCommand]',
@@ -10,8 +10,8 @@ import { ContextService } from '../common/provider.service';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "./edit.service";
12
12
  import * as i2 from "../common/provider.service";
13
- import * as i3 from "@progress/kendo-angular-icons";
14
- import * as i4 from "@angular/common";
13
+ import * as i3 from "@angular/common";
14
+ import * as i4 from "@progress/kendo-angular-icons";
15
15
  /**
16
16
  * Represents the `save` command of the Grid. You can apply this directive to any `button`
17
17
  * element inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
@@ -65,8 +65,8 @@ export class SaveCommandDirective extends Button {
65
65
  }
66
66
  }
67
67
  }
68
- SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
69
- SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SaveCommandDirective, selector: "[kendoGridSaveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
68
+ SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
69
+ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SaveCommandDirective, selector: "[kendoGridSaveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
70
70
  <kendo-icon-wrapper
71
71
  *ngIf="icon || svgIcon"
72
72
  innerCssClass="k-button-icon"
@@ -77,8 +77,8 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
77
77
  </span>
78
78
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
79
79
  <span class="k-button-text"><ng-content></ng-content></span>
80
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SaveCommandDirective, decorators: [{
80
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SaveCommandDirective, decorators: [{
82
82
  type: Component,
83
83
  args: [{
84
84
  selector: '[kendoGridSaveCommand]',
@@ -98,9 +98,9 @@ export class EditingDirectiveBase {
98
98
  this.grid.closeRow(rowIndex);
99
99
  }
100
100
  }
101
- EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
102
- EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: EditingDirectiveBase, selector: "[kendoGridEditingDirectiveBase]", inputs: { editService: "editService", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditingDirectiveBase, decorators: [{
101
+ EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
102
+ EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EditingDirectiveBase, selector: "[kendoGridEditingDirectiveBase]", inputs: { editService: "editService", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditingDirectiveBase, decorators: [{
104
104
  type: Directive,
105
105
  args: [{
106
106
  selector: '[kendoGridEditingDirectiveBase]'
@@ -68,9 +68,9 @@ export class InCellEditingDirective extends EditingDirectiveBase {
68
68
  }
69
69
  }
70
70
  }
71
- InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
72
- InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: InCellEditingDirective, selector: "[kendoGridInCellEditing]", inputs: { createFormGroup: ["kendoGridInCellEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InCellEditingDirective, decorators: [{
71
+ InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
72
+ InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: InCellEditingDirective, selector: "[kendoGridInCellEditing]", inputs: { createFormGroup: ["kendoGridInCellEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InCellEditingDirective, decorators: [{
74
74
  type: Directive,
75
75
  args: [{
76
76
  selector: '[kendoGridInCellEditing]'
@@ -34,9 +34,9 @@ export class ReactiveEditingDirective extends RowEditingDirectiveBase {
34
34
  markAllAsTouched(formGroup);
35
35
  }
36
36
  }
37
- ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
38
- ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ReactiveEditingDirective, selector: "[kendoGridReactiveEditing]", inputs: { createFormGroup: ["kendoGridReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
37
+ ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
38
+ ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ReactiveEditingDirective, selector: "[kendoGridReactiveEditing]", inputs: { createFormGroup: ["kendoGridReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
42
42
  selector: '[kendoGridReactiveEditing]'
@@ -42,9 +42,9 @@ export class RowEditingDirectiveBase extends EditingDirectiveBase {
42
42
  delete this.rowIndex;
43
43
  }
44
44
  }
45
- RowEditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
46
- RowEditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: RowEditingDirectiveBase, selector: "[kendoGridRowEditingDirectiveBase]", usesInheritance: true, ngImport: i0 });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
45
+ RowEditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
46
+ RowEditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RowEditingDirectiveBase, selector: "[kendoGridRowEditingDirectiveBase]", usesInheritance: true, ngImport: i0 });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: '[kendoGridRowEditingDirectiveBase]'
@@ -44,9 +44,9 @@ export class TemplateEditingDirective extends RowEditingDirectiveBase {
44
44
  delete this.dataItem;
45
45
  }
46
46
  }
47
- TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
48
- TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TemplateEditingDirective, selector: "[kendoGridTemplateEditing]", inputs: { createNewItem: ["kendoGridTemplateEditing", "createNewItem"] }, usesInheritance: true, ngImport: i0 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TemplateEditingDirective, decorators: [{
47
+ TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
48
+ TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TemplateEditingDirective, selector: "[kendoGridTemplateEditing]", inputs: { createNewItem: ["kendoGridTemplateEditing", "createNewItem"] }, usesInheritance: true, ngImport: i0 });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplateEditingDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: '[kendoGridTemplateEditing]'
@@ -9,8 +9,8 @@ import { ExcelService } from './excel.service';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "./excel.service";
11
11
  import * as i2 from "../common/provider.service";
12
- import * as i3 from "@progress/kendo-angular-icons";
13
- import * as i4 from "@angular/common";
12
+ import * as i3 from "@angular/common";
13
+ import * as i4 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * Represents the `export-to-Excel` command of the Grid. You can apply this
16
16
  * directive to any `button` element inside a
@@ -50,8 +50,8 @@ export class ExcelCommandDirective extends Button {
50
50
  return true;
51
51
  }
52
52
  }
53
- ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
54
- ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ExcelCommandDirective, selector: "[kendoGridExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
53
+ ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
54
+ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ExcelCommandDirective, selector: "[kendoGridExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
55
55
  <kendo-icon-wrapper
56
56
  *ngIf="icon || svgIcon"
57
57
  innerCssClass="k-button-icon"
@@ -62,8 +62,8 @@ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
62
62
  </span>
63
63
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
64
64
  <span class="k-button-text"><ng-content></ng-content></span>
65
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelCommandDirective, decorators: [{
65
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelCommandDirective, decorators: [{
67
67
  type: Component,
68
68
  args: [{
69
69
  selector: '[kendoGridExcelCommand]',
@@ -124,9 +124,9 @@ export class ExcelComponent {
124
124
  });
125
125
  }
126
126
  }
127
- ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
128
- ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ExcelComponent, selector: "kendo-grid-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions", collapsible: "collapsible" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelComponent, decorators: [{
127
+ ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
128
+ ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ExcelComponent, selector: "kendo-grid-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions", collapsible: "collapsible" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{
132
132
  selector: 'kendo-grid-excel',
@@ -32,10 +32,10 @@ const declarations = [ExcelComponent, ExcelCommandDirective];
32
32
  */
33
33
  export class ExcelModule {
34
34
  }
35
- ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
- ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, declarations: [ExcelComponent, ExcelCommandDirective], imports: [IconsModule], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
37
- ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, imports: [[IconsModule], ExcelExportModule] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, decorators: [{
35
+ ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
+ ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, declarations: [ExcelComponent, ExcelCommandDirective], imports: [IconsModule], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
37
+ ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, imports: [IconsModule, ExcelExportModule] });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  declarations: [declarations],
@@ -24,8 +24,8 @@ export class ExcelService {
24
24
  }
25
25
  }
26
26
  }
27
- ExcelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
- ExcelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelService });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelService, decorators: [{
27
+ ExcelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
+ ExcelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelService });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelService, decorators: [{
30
30
  type: Injectable
31
31
  }] });
@@ -147,9 +147,9 @@ export class BaseFilterCellComponent {
147
147
  this.filterService.filter(filter);
148
148
  }
149
149
  }
150
- BaseFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
151
- BaseFilterCellComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseFilterCellComponent, inputs: { operators: "operators" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
150
+ BaseFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
151
+ BaseFilterCellComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseFilterCellComponent, inputs: { operators: "operators" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
153
153
  type: Directive,
154
154
  args: [{}]
155
155
  }], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
@@ -73,9 +73,9 @@ export class BooleanFilterComponent extends BaseFilterCellComponent {
73
73
  this.defaultItem = { text: this.ctx.localization.get("filterBooleanAll"), value: null };
74
74
  }
75
75
  }
76
- BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
77
- BooleanFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: BooleanFilterComponent, selector: "kendo-grid-boolean-filter-base", inputs: { column: "column", filter: "filter" }, host: { properties: { "class.k-filtercell-boolean": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterComponent, decorators: [{
76
+ BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
77
+ BooleanFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BooleanFilterComponent, selector: "kendo-grid-boolean-filter-base", inputs: { column: "column", filter: "filter" }, host: { properties: { "class.k-filtercell-boolean": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterComponent, decorators: [{
79
79
  type: Component,
80
80
  args: [{
81
81
  selector: 'kendo-grid-boolean-filter-base',
@@ -14,9 +14,9 @@ import * as i1 from "../filter.service";
14
14
  import * as i2 from "../../columns/column.component";
15
15
  import * as i3 from "../../common/provider.service";
16
16
  import * as i4 from "../../layout/sizing-options.service";
17
- import * as i5 from "./filter-cell-wrapper.component";
18
- import * as i6 from "@progress/kendo-angular-dropdowns";
19
- import * as i7 from "../filter-input.directive";
17
+ import * as i5 from "@progress/kendo-angular-dropdowns";
18
+ import * as i6 from "../filter-input.directive";
19
+ import * as i7 from "./filter-cell-wrapper.component";
20
20
  const stringOperators = localizeOperators({
21
21
  "filterContainsOperator": "contains",
22
22
  "filterNotContainsOperator": "doesnotcontain",
@@ -60,8 +60,8 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
60
60
  }
61
61
  }
62
62
  }
63
- AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.ContextService }, { token: i4.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
64
- AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AutoCompleteFilterCellComponent, selector: "kendo-grid-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
63
+ AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.ContextService }, { token: i4.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
64
+ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AutoCompleteFilterCellComponent, selector: "kendo-grid-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
65
65
  <kendo-grid-filter-wrapper-cell
66
66
  [column]="column"
67
67
  [filter]="filter"
@@ -75,8 +75,8 @@ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
75
75
  [value]="currentFilter?.value">
76
76
  </kendo-autocomplete>
77
77
  </kendo-grid-filter-wrapper-cell>
78
- `, isInline: true, components: [{ type: i5.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i6.AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }], directives: [{ type: i7.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }] });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
78
+ `, isInline: true, dependencies: [{ kind: "component", type: i5.AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i7.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }] });
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{
82
82
  selector: 'kendo-grid-autocomplete-filter-cell',
@@ -12,10 +12,10 @@ import * as i0 from "@angular/core";
12
12
  import * as i1 from "../filter.service";
13
13
  import * as i2 from "../../common/provider.service";
14
14
  import * as i3 from "../../layout/sizing-options.service";
15
- import * as i4 from "./filter-cell-wrapper.component";
16
- import * as i5 from "@progress/kendo-angular-dropdowns";
15
+ import * as i4 from "@progress/kendo-angular-dropdowns";
16
+ import * as i5 from "../../navigation/focusable.directive";
17
17
  import * as i6 from "../filter-input.directive";
18
- import * as i7 from "../../navigation/focusable.directive";
18
+ import * as i7 from "./filter-cell-wrapper.component";
19
19
  /**
20
20
  * Represents a Boolean filter-cell component.
21
21
  * [See example](slug:filter_row#toc-built-in-filter-row-components).
@@ -59,8 +59,8 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
59
59
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
60
60
  }
61
61
  }
62
- BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
63
- BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: BooleanFilterCellComponent, selector: "kendo-grid-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
62
+ BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
63
+ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BooleanFilterCellComponent, selector: "kendo-grid-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
64
64
  <kendo-grid-filter-wrapper-cell
65
65
  [column]="column"
66
66
  [filter]="filter"
@@ -80,8 +80,8 @@ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
80
80
  [value]="currentFilter?.value">
81
81
  </kendo-dropdownlist>
82
82
  </kendo-grid-filter-wrapper-cell>
83
- `, isInline: true, components: [{ type: i4.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i5.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { type: i7.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }] });
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
83
+ `, isInline: true, dependencies: [{ kind: "component", type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i7.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }] });
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
85
85
  type: Component,
86
86
  args: [{
87
87
  selector: 'kendo-grid-boolean-filter-cell',
@@ -12,10 +12,10 @@ import * as i0 from "@angular/core";
12
12
  import * as i1 from "../filter.service";
13
13
  import * as i2 from "../../common/provider.service";
14
14
  import * as i3 from "../../layout/sizing-options.service";
15
- import * as i4 from "./filter-cell-wrapper.component";
16
- import * as i5 from "@progress/kendo-angular-dateinputs";
15
+ import * as i4 from "@progress/kendo-angular-dateinputs";
16
+ import * as i5 from "../../navigation/focusable.directive";
17
17
  import * as i6 from "../filter-input.directive";
18
- import * as i7 from "../../navigation/focusable.directive";
18
+ import * as i7 from "./filter-cell-wrapper.component";
19
19
  /**
20
20
  * Represents a [DatePicker](slug:overview_datepicker) filter-cell component.
21
21
  *
@@ -75,8 +75,8 @@ export class DateFilterCellComponent extends DateFilterComponent {
75
75
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
76
76
  }
77
77
  }
78
- DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
79
- DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DateFilterCellComponent, selector: "kendo-grid-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
78
+ DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
79
+ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateFilterCellComponent, selector: "kendo-grid-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
80
80
  <kendo-grid-filter-wrapper-cell
81
81
  [column]="column"
82
82
  [filter]="filter"
@@ -107,8 +107,8 @@ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
107
107
  </kendo-datepicker-messages>
108
108
  </kendo-datepicker>
109
109
  </kendo-grid-filter-wrapper-cell>
110
- `, isInline: true, components: [{ type: i4.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i5.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }], directives: [{ type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { type: i7.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }] });
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateFilterCellComponent, decorators: [{
110
+ `, isInline: true, dependencies: [{ kind: "component", type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { kind: "component", type: i4.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: i7.FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }] });
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateFilterCellComponent, decorators: [{
112
112
  type: Component,
113
113
  args: [{
114
114
  selector: 'kendo-grid-date-filter-cell',
@@ -22,9 +22,9 @@ export class FilterCellHostDirective extends FilterHostDirective {
22
22
  return StringFilterCellComponent;
23
23
  }
24
24
  }
25
- FilterCellHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
26
- FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellHostDirective, decorators: [{
25
+ FilterCellHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
26
+ FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellHostDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[kendoFilterCellHost]'
@@ -13,10 +13,10 @@ import { ColumnComponent } from '../../columns/column.component';
13
13
  import * as i0 from "@angular/core";
14
14
  import * as i1 from "../../common/provider.service";
15
15
  import * as i2 from "../../layout/sizing-options.service";
16
- import * as i3 from "@progress/kendo-angular-dropdowns";
17
- import * as i4 from "@progress/kendo-angular-buttons";
18
- import * as i5 from "@angular/common";
19
- import * as i6 from "../../navigation/focusable.directive";
16
+ import * as i3 from "@angular/common";
17
+ import * as i4 from "@progress/kendo-angular-dropdowns";
18
+ import * as i5 from "../../navigation/focusable.directive";
19
+ import * as i6 from "@progress/kendo-angular-buttons";
20
20
  /**
21
21
  * Represents a component which accommodates the filter operators.
22
22
  *
@@ -126,8 +126,8 @@ export class FilterCellOperatorsComponent {
126
126
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
127
127
  }
128
128
  }
129
- FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.ContextService }, { token: i2.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
130
- FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
129
+ FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.ContextService }, { token: i2.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
130
+ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
131
131
  <kendo-dropdownlist
132
132
  #dropdown
133
133
  *ngIf="showOperators"
@@ -156,8 +156,8 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
156
156
  [size]="size"
157
157
  (click)="clearClick()"
158
158
  (keydown)="clearKeydown($event)"></button>
159
- `, isInline: true, components: [{ type: i3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }] });
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
159
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "component", type: i6.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
161
161
  type: Component,
162
162
  args: [{
163
163
  selector: 'kendo-grid-filter-cell-operators',
@@ -30,9 +30,9 @@ export class FilterCellTemplateDirective {
30
30
  this.templateRef = templateRef;
31
31
  }
32
32
  }
33
- FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
34
- FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellTemplateDirective, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
33
+ FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
34
+ FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellTemplateDirective, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[kendoGridFilterCellTemplate]'
@@ -33,8 +33,8 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
33
33
  this.applyFilter(filter);
34
34
  }
35
35
  }
36
- FilterCellWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
37
- FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
36
+ FilterCellWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
37
+ FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
38
38
  <ng-content></ng-content>
39
39
  <kendo-grid-filter-cell-operators
40
40
  [showOperators]="showOperators"
@@ -44,8 +44,8 @@ FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
44
44
  [showButton]="showButton"
45
45
  [(value)]="currentOperator">
46
46
  </kendo-grid-filter-cell-operators>
47
- `, isInline: true, components: [{ type: i2.FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
47
+ `, isInline: true, dependencies: [{ kind: "component", type: i2.FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'kendo-grid-filter-wrapper-cell',
@@ -37,8 +37,8 @@ export class FilterCellComponent {
37
37
  return isPresent(this.column) && !isNullOrEmptyString(this.column.field) && this.column.filterable;
38
38
  }
39
39
  }
40
- FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
41
- FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
40
+ FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
41
+ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
42
42
  <ng-container *ngIf="isFilterable">
43
43
  <ng-container [ngSwitch]="hasTemplate">
44
44
  <ng-container *ngSwitchCase="false">
@@ -53,8 +53,8 @@ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
53
53
  </ng-container>
54
54
  </ng-container>
55
55
  </ng-container>
56
- `, isInline: true, directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i2.FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterCellComponent, decorators: [{
56
+ `, 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: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i2.FilterCellHostDirective, selector: "[kendoFilterCellHost]" }] });
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterCellComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{
60
60
  selector: '[kendoGridFilterCell]',