@progress/kendo-angular-grid 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 (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
@@ -37,9 +37,9 @@ export class FocusRoot {
37
37
  }
38
38
  }
39
39
  }
40
- FocusRoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusRoot, deps: [{ token: FOCUS_ROOT_ACTIVE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
41
- FocusRoot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusRoot });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusRoot, decorators: [{
40
+ FocusRoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot, deps: [{ token: FOCUS_ROOT_ACTIVE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
41
+ FocusRoot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot, decorators: [{
43
43
  type: Injectable
44
44
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
45
45
  type: Optional
@@ -115,9 +115,9 @@ export class FocusableDirective {
115
115
  this.element = element;
116
116
  }
117
117
  }
118
- FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusableDirective, deps: [{ token: CELL_CONTEXT, optional: true, skipSelf: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
119
- FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: { enabled: ["kendoGridFocusable", "enabled"] }, ngImport: i0 });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FocusableDirective, decorators: [{
118
+ FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, deps: [{ token: CELL_CONTEXT, optional: true, skipSelf: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
119
+ FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: { enabled: ["kendoGridFocusable", "enabled"] }, ngImport: i0 });
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, decorators: [{
121
121
  type: Directive,
122
122
  args: [{
123
123
  selector: '[kendoGridFocusable]' + `,
@@ -138,13 +138,13 @@ export class LogicalCellDirective {
138
138
  return this.navigationService.isCellFocused(this);
139
139
  }
140
140
  }
141
- LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CELL_CONTEXT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
142
- LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", groupItem: "groupItem", dataRowIndex: "dataRowIndex", dataItem: "dataItem", detailExpandCell: "detailExpandCell", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
141
+ LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CELL_CONTEXT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
142
+ LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", groupItem: "groupItem", dataRowIndex: "dataRowIndex", dataItem: "dataItem", detailExpandCell: "detailExpandCell", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
143
143
  provide: FocusGroup,
144
144
  deps: [FocusRoot],
145
145
  useClass: FocusGroup
146
146
  }], usesOnChanges: true, ngImport: i0 });
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalCellDirective, decorators: [{
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalCellDirective, decorators: [{
148
148
  type: Directive,
149
149
  args: [{
150
150
  providers: [{
@@ -85,9 +85,9 @@ export class LogicalRowDirective {
85
85
  return this.totalColumns?.allColumns.toArray() || [];
86
86
  }
87
87
  }
88
- LogicalRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalRowDirective, deps: [{ token: i1.IdService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
89
- LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-grid-row-index": "this.rowIndex", "class.k-table-row": "this.tableRowClass", "attr.aria-owns": "this.ariaOwns" } }, usesOnChanges: true, ngImport: i0 });
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LogicalRowDirective, decorators: [{
88
+ LogicalRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalRowDirective, deps: [{ token: i1.IdService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
89
+ LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-grid-row-index": "this.rowIndex", "class.k-table-row": "this.tableRowClass", "attr.aria-owns": "this.ariaOwns" } }, usesOnChanges: true, ngImport: i0 });
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalRowDirective, decorators: [{
91
91
  type: Directive,
92
92
  args: [{
93
93
  selector: '[kendoGridLogicalRow]'
@@ -100,7 +100,7 @@ export class NavigationService {
100
100
  this.activeRowIndex = 0;
101
101
  this.alive = false;
102
102
  this.active = true;
103
- this.mode = 0 /* Standby */;
103
+ this.mode = 0 /* NavigationMode.Standby */;
104
104
  this.model = new NavigationModel();
105
105
  this.cursor = new NavigationCursor(this.model);
106
106
  this.pagerIsNavigable = false;
@@ -128,12 +128,12 @@ export class NavigationService {
128
128
  return this.alive && this.toolbarIsNavigable;
129
129
  }
130
130
  get activeCell() {
131
- if (this.mode !== 0 /* Standby */) {
131
+ if (this.mode !== 0 /* NavigationMode.Standby */) {
132
132
  return this.cursor.cell;
133
133
  }
134
134
  }
135
135
  get activeRow() {
136
- if (this.mode !== 0 /* Standby */) {
136
+ if (this.mode !== 0 /* NavigationMode.Standby */) {
137
137
  return Object.assign({}, this.cursor.row, {
138
138
  cells: this.cursor.row.cells.toArray()
139
139
  });
@@ -155,20 +155,20 @@ export class NavigationService {
155
155
  this.subs.add(this.cursor.changes.subscribe(args => this.onCursorChanges(args)));
156
156
  this.subs.add(this.domEvents.focus.pipe(switchMap(onStable))
157
157
  .subscribe((args) => this.navigateTo(args.target)));
158
- this.subs.add(this.domEvents.focusOut.pipe(filter(() => this.mode !== 0 /* Standby */), switchMap(onStableSubscriber(takeUntil(this.domEvents.focus))))
158
+ this.subs.add(this.domEvents.focusOut.pipe(filter(() => this.mode !== 0 /* NavigationMode.Standby */), switchMap(onStableSubscriber(takeUntil(this.domEvents.focus))))
159
159
  .subscribe(args => this.onFocusOut(args)));
160
- this.subs.add(this.domEvents.windowBlur.pipe(filter(() => this.mode !== 0 /* Standby */))
160
+ this.subs.add(this.domEvents.windowBlur.pipe(filter(() => this.mode !== 0 /* NavigationMode.Standby */))
161
161
  .subscribe(() => this.onWindowBlur()));
162
162
  this.subs.add(
163
163
  // Closing the editor will not always trigger focusout in Firefox.
164
164
  // To get around this, we ensure that the cell is closed after editing.
165
- this.editService.changes.pipe(filter(e => e.action !== 'edit' && this.mode === 2 /* Content */), filter((e) => e.action === 'cellClose' && !e.prevented), switchMap(onStable))
165
+ this.editService.changes.pipe(filter(e => e.action !== 'edit' && this.mode === 2 /* NavigationMode.Content */), filter((e) => e.action === 'cellClose' && !e.prevented), switchMap(onStable))
166
166
  .subscribe(() => this.leaveCell()));
167
167
  this.subs.add(this.pagerContextService.pageChange
168
168
  .subscribe(() => this.cursor.reset(0, 0)));
169
169
  this.subs.add(this.domEvents.keydown
170
170
  .subscribe(args => this.onKeydown(args)));
171
- this.subs.add(this.domEvents.keydown.pipe(filter(args => args.keyCode === Keys.Tab && this.mode === 2 /* Content */), switchMapTo(this.domEvents.focusOut.pipe(takeUntil(
171
+ this.subs.add(this.domEvents.keydown.pipe(filter(args => args.keyCode === Keys.Tab && this.mode === 2 /* NavigationMode.Content */), switchMapTo(this.domEvents.focusOut.pipe(takeUntil(
172
172
  // Timeout if focusOut doesn't fire very soon
173
173
  interval(0).pipe(take(1))))))
174
174
  .subscribe(() => this.onTabout()));
@@ -210,7 +210,7 @@ export class NavigationService {
210
210
  unregisterRow(index, row) {
211
211
  this.model.unregisterRow(index, row);
212
212
  const lastRow = this.model.lastRow;
213
- if (lastRow && this.mode === 0 /* Standby */) {
213
+ if (lastRow && this.mode === 0 /* NavigationMode.Standby */) {
214
214
  const maxIndex = (this.needsViewport() && this.viewport) ? this.viewport.lastItemIndex : lastRow.index;
215
215
  if (this.activeRowIndex > maxIndex) {
216
216
  this.cursor.reset(0, 0);
@@ -220,11 +220,11 @@ export class NavigationService {
220
220
  isCellFocusable(cell) {
221
221
  return this.alive &&
222
222
  this.active &&
223
- this.mode !== 2 /* Content */ &&
223
+ this.mode !== 2 /* NavigationMode.Content */ &&
224
224
  this.cursor.isActive(cell.logicalRowIndex, cell.logicalColIndex);
225
225
  }
226
226
  isCellFocused(cell) {
227
- return this.mode === 1 /* Cursor */ && this.isCellFocusable(cell);
227
+ return this.mode === 1 /* NavigationMode.Cursor */ && this.isCellFocusable(cell);
228
228
  }
229
229
  navigateTo(el) {
230
230
  if (!this.alive || !isDocumentAvailable()) {
@@ -236,19 +236,19 @@ export class NavigationService {
236
236
  }
237
237
  const oldMode = this.mode;
238
238
  const focusInCell = contains(cell.element, document.activeElement);
239
- const focusInActiveRowContent = this.mode === 2 /* Content */ &&
239
+ const focusInActiveRowContent = this.mode === 2 /* NavigationMode.Content */ &&
240
240
  this.activeRowIndex === cell.rowIndex &&
241
241
  el !== cell.element;
242
242
  if (focusInCell) {
243
- this.mode = 2 /* Content */;
243
+ this.mode = 2 /* NavigationMode.Content */;
244
244
  this.cursor.reset(cell.rowIndex, cell.colIndex);
245
245
  this.activateRow();
246
246
  }
247
247
  else if (!focusInActiveRowContent) {
248
- this.mode = 1 /* Cursor */;
248
+ this.mode = 1 /* NavigationMode.Cursor */;
249
249
  this.deactivateElements();
250
250
  const alreadyActive = this.cursor.isActive(cell.rowIndex, cell.colIndex);
251
- const isCursor = oldMode === 1 /* Cursor */ && alreadyActive;
251
+ const isCursor = oldMode === 1 /* NavigationMode.Cursor */ && alreadyActive;
252
252
  if (!isCursor) {
253
253
  this.cursor.reset(cell.rowIndex, cell.colIndex);
254
254
  }
@@ -303,7 +303,7 @@ export class NavigationService {
303
303
  }
304
304
  }
305
305
  focusCell(rowIndex = undefined, colIndex = undefined) {
306
- this.mode = 1 /* Cursor */;
306
+ this.mode = 1 /* NavigationMode.Cursor */;
307
307
  this.cursor.reset(rowIndex, colIndex);
308
308
  return this.activeCell;
309
309
  }
@@ -324,7 +324,7 @@ export class NavigationService {
324
324
  this.cursor.announce();
325
325
  }
326
326
  hasFocus() {
327
- return this.mode === 1 /* Cursor */ || this.mode === 2 /* Content */;
327
+ return this.mode === 1 /* NavigationMode.Cursor */ || this.mode === 2 /* NavigationMode.Content */;
328
328
  }
329
329
  autoFocusCell(start, end) {
330
330
  return !this.meta.virtualColumns || end < this.meta.columns.lockedLeafColumns.length || this.columnViewport.intersects(start, end);
@@ -349,7 +349,7 @@ export class NavigationService {
349
349
  return this.activeCell;
350
350
  }
351
351
  else {
352
- this.mode = 0 /* Standby */;
352
+ this.mode = 0 /* NavigationMode.Standby */;
353
353
  this.cursor.announce();
354
354
  }
355
355
  return null;
@@ -361,7 +361,7 @@ export class NavigationService {
361
361
  }
362
362
  const group = cell.focusGroup;
363
363
  const focusable = group && group.canFocus();
364
- this.mode = focusable ? 2 /* Content */ : 1 /* Cursor */;
364
+ this.mode = focusable ? 2 /* NavigationMode.Content */ : 1 /* NavigationMode.Cursor */;
365
365
  this.cursor.announce();
366
366
  if (focusable) {
367
367
  this.activateRow();
@@ -378,7 +378,7 @@ export class NavigationService {
378
378
  if (!focusable) {
379
379
  this.deactivateElements();
380
380
  }
381
- this.mode = 1 /* Cursor */;
381
+ this.mode = 1 /* NavigationMode.Cursor */;
382
382
  this.cursor.announce();
383
383
  }
384
384
  activateElements() {
@@ -566,33 +566,33 @@ export class NavigationService {
566
566
  if (!cell) {
567
567
  this.virtualCell = true;
568
568
  }
569
- if ((!cell && this.mode !== 0 /* Standby */) || (cell && !this.columnViewport.intersects(start, end))) {
569
+ if ((!cell && this.mode !== 0 /* NavigationMode.Standby */) || (cell && !this.columnViewport.intersects(start, end))) {
570
570
  this.scrollRequestService.scrollTo({ column: args.colIndex - (this.metadata.hasDetailTemplate ? 1 : 0) });
571
571
  }
572
572
  }
573
573
  }
574
574
  onFocusOut(args) {
575
575
  if (isVisible(args.target)) {
576
- this.mode = 0 /* Standby */;
576
+ this.mode = 0 /* NavigationMode.Standby */;
577
577
  }
578
578
  else {
579
579
  // Focused target is no longer visible,
580
580
  // reset to cursor mode and recapture focus.
581
- this.mode = 1 /* Cursor */;
581
+ this.mode = 1 /* NavigationMode.Cursor */;
582
582
  }
583
583
  this.deactivateElements();
584
584
  this.cursor.announce();
585
585
  }
586
586
  onWindowBlur() {
587
- this.mode = 0 /* Standby */;
587
+ this.mode = 0 /* NavigationMode.Standby */;
588
588
  this.deactivateElements();
589
589
  this.cursor.announce();
590
590
  }
591
591
  onKeydown(args) {
592
- if (this.mode === 1 /* Cursor */) {
592
+ if (this.mode === 1 /* NavigationMode.Cursor */) {
593
593
  this.onCursorKeydown(args);
594
594
  }
595
- else if (this.mode === 2 /* Content */) {
595
+ else if (this.mode === 2 /* NavigationMode.Content */) {
596
596
  this.onContentKeydown(args);
597
597
  }
598
598
  }
@@ -608,9 +608,9 @@ export class NavigationService {
608
608
  this.cursor.reset();
609
609
  }
610
610
  }
611
- NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: i1.DomEventsService }, { token: i2.PagerContextService }, { token: i3.ScrollRequestService }, { token: i4.GroupsService }, { token: i5.DetailsService }, { token: i6.FocusRoot }, { token: i7.EditService }, { token: i0.ChangeDetectorRef }, { token: i8.ContextService }, { token: i9.FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
612
- NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService });
613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService, decorators: [{
611
+ NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: i1.DomEventsService }, { token: i2.PagerContextService }, { token: i3.ScrollRequestService }, { token: i4.GroupsService }, { token: i5.DetailsService }, { token: i6.FocusRoot }, { token: i7.EditService }, { token: i0.ChangeDetectorRef }, { token: i8.ContextService }, { token: i9.FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
612
+ NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService });
613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, decorators: [{
614
614
  type: Injectable
615
615
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.DomEventsService }, { type: i2.PagerContextService }, { type: i3.ScrollRequestService }, { type: i4.GroupsService }, { type: i5.DetailsService }, { type: i6.FocusRoot }, { type: i7.EditService }, { type: i0.ChangeDetectorRef }, { type: i8.ContextService }, { type: i9.FocusableDirective, decorators: [{
616
616
  type: Optional
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-grid',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1714067649,
13
- version: '16.0.0-develop.2',
12
+ publishDate: 1714109634,
13
+ version: '16.0.0-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -28,9 +28,9 @@ export class PagerDropDownListDirective {
28
28
  this.host.wrapper.nativeElement.removeEventListener('keydown', this.keydownHandler);
29
29
  }
30
30
  }
31
- PagerDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
32
- PagerDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PagerDropDownListDirective, selector: "[kendoGridPagerDropDown]", ngImport: i0 });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerDropDownListDirective, decorators: [{
31
+ PagerDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
32
+ PagerDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerDropDownListDirective, selector: "[kendoGridPagerDropDown]", ngImport: i0 });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerDropDownListDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{ selector: '[kendoGridPagerDropDown]' }]
36
36
  }], ctorParameters: function () { return [{ type: i1.DropDownListComponent }]; } });
@@ -99,9 +99,9 @@ export class PagerElementComponent {
99
99
  return !this.ctx.localization.rtl ? [this.caretAltRightIcon, this.caretAltToRightIcon] : [this.caretAltLeftIcon, this.caretAltToLeftIcon];
100
100
  }
101
101
  }
102
- PagerElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerElementComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
103
- PagerElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PagerElementComponent, inputs: { size: "size" }, ngImport: i0 });
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerElementComponent, decorators: [{
102
+ PagerElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerElementComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
103
+ PagerElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerElementComponent, inputs: { size: "size" }, ngImport: i0 });
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerElementComponent, decorators: [{
105
105
  type: Directive,
106
106
  args: [{}]
107
107
  }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.PagerContextService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { size: [{
@@ -57,9 +57,9 @@ export class PagerInfoComponent extends PagerElementComponent {
57
57
  this.cd.markForCheck();
58
58
  }
59
59
  }
60
- PagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerInfoComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
61
- PagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerInfoComponent, selector: "kendo-pager-info", host: { properties: { "class.k-pager-info": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `{{currentPageText}} - {{maxItems}} {{textFor('pagerOf')}} {{total}} {{textFor('pagerItems')}}`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerInfoComponent, decorators: [{
60
+ PagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInfoComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
61
+ PagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerInfoComponent, selector: "kendo-pager-info", host: { properties: { "class.k-pager-info": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `{{currentPageText}} - {{maxItems}} {{textFor('pagerOf')}} {{total}} {{textFor('pagerItems')}}`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInfoComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -13,10 +13,10 @@ import * as i0 from "@angular/core";
13
13
  import * as i1 from "../common/provider.service";
14
14
  import * as i2 from "./pager-context.service";
15
15
  import * as i3 from "./../navigation/navigation.service";
16
- import * as i4 from "@progress/kendo-angular-inputs";
17
- import * as i5 from "./pager-input.directive";
16
+ import * as i4 from "@progress/kendo-angular-common";
17
+ import * as i5 from "@progress/kendo-angular-inputs";
18
18
  import * as i6 from "../navigation/focusable.directive";
19
- import * as i7 from "@progress/kendo-angular-common";
19
+ import * as i7 from "./pager-input.directive";
20
20
  /**
21
21
  * Displays an input element which allows the typing and rendering of page numbers ([see example](slug:pager_template_grid#toc-using-built-in-pager-components)).
22
22
  */
@@ -80,8 +80,8 @@ export class PagerInputComponent extends PagerElementComponent {
80
80
  this.cd.markForCheck();
81
81
  }
82
82
  }
83
- PagerInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerInputComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.NgZone }, { token: i3.NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
84
- PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerInputComponent, selector: "kendo-pager-input", viewQueries: [{ propertyName: "numericInput", first: true, predicate: NumericTextBoxComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
83
+ PagerInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.NgZone }, { token: i3.NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
84
+ PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerInputComponent, selector: "kendo-pager-input", viewQueries: [{ propertyName: "numericInput", first: true, predicate: NumericTextBoxComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
85
85
  <span class="k-pager-input k-label">
86
86
  {{textFor('pagerPage')}}
87
87
  <kendo-numerictextbox
@@ -105,8 +105,8 @@ PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
105
105
  </kendo-numerictextbox>
106
106
  {{textFor('pagerOf')}} {{totalPages}}
107
107
  </span>
108
- `, isInline: true, components: [{ type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i5.PagerInputDirective, selector: "[kendoGridPagerInput]" }, { type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { type: i7.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerInputComponent, decorators: [{
108
+ `, isInline: true, dependencies: [{ kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i7.PagerInputDirective, selector: "[kendoGridPagerInput]" }] });
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputComponent, decorators: [{
110
110
  type: Component,
111
111
  args: [{
112
112
  selector: 'kendo-pager-input',
@@ -19,9 +19,9 @@ export class PagerInputDirective {
19
19
  this.renderer.addClass(inputElement, 'k-pager-nav');
20
20
  }
21
21
  }
22
- PagerInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerInputDirective, deps: [{ token: i1.NumericTextBoxComponent }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
23
- PagerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PagerInputDirective, selector: "[kendoGridPagerInput]", ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerInputDirective, decorators: [{
22
+ PagerInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputDirective, deps: [{ token: i1.NumericTextBoxComponent }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
23
+ PagerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerInputDirective, selector: "[kendoGridPagerInput]", ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{ selector: '[kendoGridPagerInput]' }]
27
27
  }], ctorParameters: function () { return [{ type: i1.NumericTextBoxComponent }, { type: i0.Renderer2 }]; } });
@@ -38,8 +38,8 @@ export class PagerNextButtonsComponent extends PagerElementComponent {
38
38
  this.cd.markForCheck();
39
39
  }
40
40
  }
41
- PagerNextButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNextButtonsComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
42
- PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerNextButtonsComponent, selector: "kendo-pager-next-buttons", usesInheritance: true, ngImport: i0, template: `
41
+ PagerNextButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNextButtonsComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
42
+ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerNextButtonsComponent, selector: "kendo-pager-next-buttons", usesInheritance: true, ngImport: i0, template: `
43
43
  <button
44
44
  kendoButton
45
45
  [kendoGridFocusable]="!disabled"
@@ -70,8 +70,8 @@ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
70
70
  [attr.aria-label]="textFor('pagerLastPage')"
71
71
  (click)="currentPage !== totalPages ? changePage(totalPages-1) : false">
72
72
  </button>
73
- `, isInline: true, components: [{ 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.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNextButtonsComponent, decorators: [{
73
+ `, isInline: true, dependencies: [{ kind: "component", 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"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNextButtonsComponent, decorators: [{
75
75
  type: Component,
76
76
  args: [{
77
77
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -9,9 +9,9 @@ import { PagerElementComponent } from './pager-element.component';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "../common/provider.service";
11
11
  import * as i2 from "./pager-context.service";
12
- import * as i3 from "@progress/kendo-angular-buttons";
13
- import * as i4 from "../navigation/focusable.directive";
14
- import * as i5 from "@angular/common";
12
+ import * as i3 from "@angular/common";
13
+ import * as i4 from "@progress/kendo-angular-buttons";
14
+ import * as i5 from "../navigation/focusable.directive";
15
15
  /**
16
16
  * Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_grid#toc-using-built-in-pager-components)).
17
17
  */
@@ -87,8 +87,8 @@ export class PagerNumericButtonsComponent extends PagerElementComponent {
87
87
  this.cd.markForCheck();
88
88
  }
89
89
  }
90
- PagerNumericButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNumericButtonsComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
91
- PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerNumericButtonsComponent, selector: "kendo-pager-numeric-buttons", inputs: { buttonCount: "buttonCount" }, viewQueries: [{ propertyName: "selectElement", first: true, predicate: ["select"], descendants: true, read: ElementRef }, { propertyName: "numbersElement", first: true, predicate: ["numbers"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
90
+ PagerNumericButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNumericButtonsComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
91
+ PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerNumericButtonsComponent, selector: "kendo-pager-numeric-buttons", inputs: { buttonCount: "buttonCount" }, viewQueries: [{ propertyName: "selectElement", first: true, predicate: ["select"], descendants: true, read: ElementRef }, { propertyName: "numbersElement", first: true, predicate: ["numbers"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
92
92
  <select
93
93
  #select
94
94
  class="k-dropdown-list k-dropdown k-picker k-picker-solid k-rounded-md"
@@ -162,8 +162,8 @@ PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
162
162
  [attr.title]="pageLabel(end + 1)"
163
163
  (click)="changePage(end)">...</button>
164
164
  </div>
165
- `, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNumericButtonsComponent, decorators: [{
165
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", 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"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNumericButtonsComponent, decorators: [{
167
167
  type: Component,
168
168
  args: [{
169
169
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -11,10 +11,10 @@ import * as i0 from "@angular/core";
11
11
  import * as i1 from "../common/provider.service";
12
12
  import * as i2 from "./pager-context.service";
13
13
  import * as i3 from "./../navigation/navigation.service";
14
- import * as i4 from "@progress/kendo-angular-dropdowns";
15
- import * as i5 from "@progress/kendo-angular-label";
16
- import * as i6 from "./pager-dropdown.directive";
17
- import * as i7 from "../navigation/focusable.directive";
14
+ import * as i4 from "@progress/kendo-angular-label";
15
+ import * as i5 from "@progress/kendo-angular-dropdowns";
16
+ import * as i6 from "../navigation/focusable.directive";
17
+ import * as i7 from "./pager-dropdown.directive";
18
18
  /**
19
19
  * Displays a drop-down list for the page size selection ([see example](slug:pager_template_grid#toc-using-built-in-pager-components)).
20
20
  */
@@ -93,8 +93,8 @@ export class PagerPageSizesComponent extends PagerElementComponent {
93
93
  this.cd.markForCheck();
94
94
  }
95
95
  }
96
- PagerPageSizesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerPageSizesComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
97
- PagerPageSizesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerPageSizesComponent, selector: "kendo-pager-page-sizes", inputs: { pageSizes: "pageSizes" }, host: { properties: { "class.k-pager-sizes": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `
96
+ PagerPageSizesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPageSizesComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
97
+ PagerPageSizesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerPageSizesComponent, selector: "kendo-pager-page-sizes", inputs: { pageSizes: "pageSizes" }, host: { properties: { "class.k-pager-sizes": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `
98
98
  <kendo-dropdownlist
99
99
  class="k-dropdown"
100
100
  #dropdownlist
@@ -109,8 +109,8 @@ PagerPageSizesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
109
109
  [value]="pageSize"
110
110
  (valueChange)="pageSizeChange($event)"></kendo-dropdownlist>
111
111
  <kendo-label [for]="dropdownlist" [text]="textFor('pagerItemsPerPage')"></kendo-label>
112
- `, isInline: true, components: [{ 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"] }, { type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }], directives: [{ type: i6.PagerDropDownListDirective, selector: "[kendoGridPagerDropDown]" }, { type: i7.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerPageSizesComponent, decorators: [{
112
+ `, isInline: true, dependencies: [{ kind: "component", type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", 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"] }, { kind: "directive", type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i7.PagerDropDownListDirective, selector: "[kendoGridPagerDropDown]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPageSizesComponent, decorators: [{
114
114
  type: Component,
115
115
  args: [{
116
116
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -38,8 +38,8 @@ export class PagerPrevButtonsComponent extends PagerElementComponent {
38
38
  this.cd.markForCheck();
39
39
  }
40
40
  }
41
- PagerPrevButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerPrevButtonsComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
42
- PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerPrevButtonsComponent, selector: "kendo-pager-prev-buttons", usesInheritance: true, ngImport: i0, template: `
41
+ PagerPrevButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPrevButtonsComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
42
+ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerPrevButtonsComponent, selector: "kendo-pager-prev-buttons", usesInheritance: true, ngImport: i0, template: `
43
43
  <button
44
44
  [kendoGridFocusable]="!disabled"
45
45
  kendoButton
@@ -71,8 +71,8 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
71
71
  [attr.aria-label]="textFor('pagerPreviousPage')"
72
72
  (click)="currentPage !== 1 ? changePage(currentPage-2) : false">
73
73
  </button>
74
- `, isInline: true, components: [{ 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.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
74
+ `, isInline: true, dependencies: [{ kind: "component", 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"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
76
76
  type: Component,
77
77
  args: [{
78
78
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -35,9 +35,9 @@ export class PagerTemplateDirective {
35
35
  this.templateRef = templateRef;
36
36
  }
37
37
  }
38
- PagerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
- PagerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PagerTemplateDirective, selector: "[kendoPagerTemplate]", ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerTemplateDirective, decorators: [{
38
+ PagerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
+ PagerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerTemplateDirective, selector: "[kendoPagerTemplate]", ngImport: i0 });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerTemplateDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: '[kendoPagerTemplate]'