@progress/kendo-angular-grid 17.0.0-develop.9 → 17.0.0

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 (464) hide show
  1. package/README.md +46 -36
  2. package/aggregates/aggregate-types.d.ts +1 -1
  3. package/aggregates/status-bar.component.d.ts +1 -1
  4. package/column-menu/column-chooser-item-checked.directive.d.ts +5 -4
  5. package/column-menu/column-chooser.component.d.ts +1 -1
  6. package/column-menu/column-list.component.d.ts +2 -2
  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-filter.component.d.ts +1 -1
  10. package/column-menu/column-menu-item-base.d.ts +1 -1
  11. package/column-menu/column-menu-item.component.d.ts +1 -1
  12. package/column-menu/column-menu-item.directive.d.ts +1 -1
  13. package/column-menu/column-menu-position.component.d.ts +1 -1
  14. package/column-menu/column-menu.component.d.ts +1 -1
  15. package/column-resizing/column-handle.directive.d.ts +1 -1
  16. package/column-resizing/column-resize.interface.d.ts +3 -3
  17. package/column-resizing/table.directive.d.ts +1 -1
  18. package/columns/checkbox-column.component.d.ts +1 -1
  19. package/columns/column-base.d.ts +1 -1
  20. package/columns/column.component.d.ts +1 -1
  21. package/columns/reorder-column.component.d.ts +1 -1
  22. package/columns/sort-settings.d.ts +2 -2
  23. package/columns/span-column.component.d.ts +1 -1
  24. package/common/clipboard-types.d.ts +2 -2
  25. package/common/clipboard.directive.d.ts +1 -1
  26. package/common/create-form-group.d.ts +1 -1
  27. package/common/fetch-data-callback.d.ts +1 -1
  28. package/{pager → common}/pager-settings.d.ts +15 -2
  29. package/common/remove-confirmation.d.ts +1 -1
  30. package/common/size-options.d.ts +1 -1
  31. package/data/data.iterators.d.ts +1 -1
  32. package/data/grid-item.interface.d.ts +1 -1
  33. package/databinding.directive.d.ts +1 -1
  34. package/directives.d.ts +8 -21
  35. package/dragdrop/context-types.d.ts +1 -1
  36. package/dragdrop/draggable-column.directive.d.ts +1 -1
  37. package/dragdrop/drop-target.directive.d.ts +1 -1
  38. package/editing/add-command-tool.directive.d.ts +39 -0
  39. package/editing/edit.service.d.ts +3 -3
  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/template-editing.directive.d.ts +1 -1
  44. package/{esm2020 → esm2022}/aggregates/selection-aggregate.service.mjs +20 -17
  45. package/{esm2020 → esm2022}/aggregates/status-bar-template.directive.mjs +4 -3
  46. package/{esm2020 → esm2022}/aggregates/status-bar.component.mjs +10 -8
  47. package/esm2022/column-menu/column-chooser-item-checked.directive.mjs +45 -0
  48. package/{esm2020 → esm2022}/column-menu/column-chooser.component.mjs +35 -23
  49. package/{esm2020 → esm2022}/column-menu/column-list-kb-nav.service.mjs +6 -4
  50. package/{esm2020 → esm2022}/column-menu/column-list.component.mjs +108 -96
  51. package/{esm2020 → esm2022}/column-menu/column-locked-change-event.mjs +4 -0
  52. package/{esm2020 → esm2022}/column-menu/column-menu-autosize-all.component.mjs +6 -5
  53. package/{esm2020 → esm2022}/column-menu/column-menu-autosize.component.mjs +10 -5
  54. package/{esm2020 → esm2022}/column-menu/column-menu-chooser.component.mjs +33 -29
  55. package/{esm2020 → esm2022}/column-menu/column-menu-container.component.mjs +8 -5
  56. package/{esm2020 → esm2022}/column-menu/column-menu-filter.component.mjs +28 -26
  57. package/{esm2020 → esm2022}/column-menu/column-menu-item-base.mjs +9 -6
  58. package/{esm2020 → esm2022}/column-menu/column-menu-item-content-template.directive.mjs +4 -3
  59. package/{esm2020 → esm2022}/column-menu/column-menu-item.component.mjs +73 -42
  60. package/{esm2020 → esm2022}/column-menu/column-menu-item.directive.mjs +38 -28
  61. package/{esm2020 → esm2022}/column-menu/column-menu-lock.component.mjs +9 -6
  62. package/{esm2020 → esm2022}/column-menu/column-menu-position.component.mjs +38 -28
  63. package/{esm2020 → esm2022}/column-menu/column-menu-sort.component.mjs +9 -6
  64. package/{esm2020 → esm2022}/column-menu/column-menu-stick.component.mjs +9 -6
  65. package/{esm2020 → esm2022}/column-menu/column-menu-template.directive.mjs +4 -3
  66. package/{esm2020 → esm2022}/column-menu/column-menu.component.mjs +97 -63
  67. package/{esm2020 → esm2022}/column-menu/column-menu.service.mjs +34 -10
  68. package/{esm2020 → esm2022}/column-menu/column-sticky-change-event.mjs +4 -0
  69. package/{esm2020 → esm2022}/column-menu/column-visibility-change-event.mjs +4 -0
  70. package/{esm2020 → esm2022}/column-resizing/column-handle.directive.mjs +23 -15
  71. package/{esm2020 → esm2022}/column-resizing/column-resizing.service.mjs +8 -8
  72. package/{esm2020 → esm2022}/column-resizing/table.directive.mjs +17 -8
  73. package/{esm2020 → esm2022}/columns/checkbox-column.component.mjs +24 -16
  74. package/{esm2020 → esm2022}/columns/column-base.mjs +188 -84
  75. package/{esm2020 → esm2022}/columns/column-group.component.mjs +29 -20
  76. package/{esm2020 → esm2022}/columns/column-list.mjs +4 -3
  77. package/{esm2020 → esm2022}/columns/column.component.mjs +62 -46
  78. package/{esm2020 → esm2022}/columns/columns-container.mjs +16 -15
  79. package/{esm2020 → esm2022}/columns/command-column.component.mjs +10 -8
  80. package/{esm2020 → esm2022}/columns/reorder-column.component.mjs +23 -12
  81. package/{esm2020 → esm2022}/columns/span-column.component.mjs +49 -29
  82. package/esm2022/common/clipboard.directive.mjs +190 -0
  83. package/{esm2020 → esm2022}/common/clipboard.service.mjs +12 -9
  84. package/{esm2020 → esm2022}/common/column-info.service.mjs +10 -10
  85. package/esm2022/common/dom-events.service.mjs +26 -0
  86. package/{esm2020 → esm2022}/common/error-messages.mjs +4 -1
  87. package/{esm2020 → esm2022}/common/event-emitter.mjs +1 -0
  88. package/{esm2020 → esm2022}/common/id.service.mjs +4 -3
  89. package/{esm2020 → esm2022}/common/preventable-event.mjs +1 -3
  90. package/{esm2020 → esm2022}/common/provider.service.mjs +10 -3
  91. package/{esm2020 → esm2022}/common/single-popup.service.mjs +21 -10
  92. package/{esm2020 → esm2022}/common/sort.service.mjs +1 -3
  93. package/{esm2020 → esm2022}/data/change-notification.service.mjs +6 -4
  94. package/{esm2020 → esm2022}/data/data.collection.mjs +5 -0
  95. package/{esm2020 → esm2022}/data/data.iterators.mjs +16 -1
  96. package/{esm2020 → esm2022}/databinding.directive.mjs +24 -16
  97. package/{esm2020 → esm2022}/directives.mjs +8 -30
  98. package/{esm2020 → esm2022}/dragdrop/column-reorder-event.mjs +14 -0
  99. package/{esm2020 → esm2022}/dragdrop/column-reorder.service.mjs +4 -6
  100. package/{esm2020 → esm2022}/dragdrop/drag-and-drop.service.mjs +6 -8
  101. package/{esm2020 → esm2022}/dragdrop/drag-hint.service.mjs +7 -4
  102. package/{esm2020 → esm2022}/dragdrop/draggable-column.directive.mjs +22 -13
  103. package/{esm2020 → esm2022}/dragdrop/drop-cue.service.mjs +4 -3
  104. package/{esm2020 → esm2022}/dragdrop/drop-target.directive.mjs +10 -8
  105. package/esm2022/editing/add-command-tool.directive.mjs +64 -0
  106. package/{esm2020 → esm2022}/editing/add-command.directive.mjs +9 -8
  107. package/{esm2020 → esm2022}/editing/cancel-command.directive.mjs +17 -13
  108. package/{esm2020 → esm2022}/editing/cell-close-event.mjs +21 -4
  109. package/{esm2020 → esm2022}/editing/edit-command.directive.mjs +17 -13
  110. package/{esm2020 → esm2022}/editing/edit-template.directive.mjs +4 -3
  111. package/{esm2020 → esm2022}/editing/edit.service.mjs +13 -8
  112. package/{esm2020 → esm2022}/editing/local-data-changes.service.mjs +5 -6
  113. package/{esm2020 → esm2022}/editing/remove-command.directive.mjs +17 -13
  114. package/{esm2020 → esm2022}/editing/save-command.directive.mjs +17 -13
  115. package/{esm2020 → esm2022}/editing-directives/editing-directive-base.mjs +17 -9
  116. package/{esm2020 → esm2022}/editing-directives/in-cell-editing.directive.mjs +10 -3
  117. package/{esm2020 → esm2022}/editing-directives/local-edit.service.mjs +2 -0
  118. package/{esm2020 → esm2022}/editing-directives/reactive-editing.directive.mjs +9 -3
  119. package/{esm2020 → esm2022}/editing-directives/row-editing-directive-base.mjs +4 -3
  120. package/{esm2020 → esm2022}/editing-directives/template-editing.directive.mjs +11 -3
  121. package/esm2022/excel/excel-command-tool.directive.mjs +66 -0
  122. package/{esm2020 → esm2022}/excel/excel-command.directive.mjs +11 -10
  123. package/{esm2020 → esm2022}/excel/excel-export-event.mjs +1 -0
  124. package/{esm2020 → esm2022}/excel/excel.component.mjs +66 -12
  125. package/{esm2020 → esm2022}/excel/excel.module.mjs +9 -7
  126. package/{esm2020 → esm2022}/excel/excel.service.mjs +5 -7
  127. package/{esm2020 → esm2022}/filtering/base-filter-cell.component.mjs +22 -11
  128. package/{esm2020 → esm2022}/filtering/boolean-filter.component.mjs +24 -32
  129. package/{esm2020 → esm2022}/filtering/cell/autocomplete-filter-cell.component.mjs +18 -15
  130. package/{esm2020 → esm2022}/filtering/cell/boolean-filter-cell.component.mjs +10 -8
  131. package/{esm2020 → esm2022}/filtering/cell/date-filter-cell.component.mjs +25 -23
  132. package/{esm2020 → esm2022}/filtering/cell/filter-cell-host.directive.mjs +3 -3
  133. package/{esm2020 → esm2022}/filtering/cell/filter-cell-operators.component.mjs +59 -38
  134. package/{esm2020 → esm2022}/filtering/cell/filter-cell-template.directive.mjs +4 -3
  135. package/{esm2020 → esm2022}/filtering/cell/filter-cell-wrapper.component.mjs +8 -8
  136. package/{esm2020 → esm2022}/filtering/cell/filter-cell.component.mjs +9 -9
  137. package/{esm2020 → esm2022}/filtering/cell/numeric-filter-cell.component.mjs +25 -18
  138. package/{esm2020 → esm2022}/filtering/cell/string-filter-cell.component.mjs +27 -19
  139. package/{esm2020 → esm2022}/filtering/date-filter.component.mjs +64 -38
  140. package/{esm2020 → esm2022}/filtering/filter-host.directive.mjs +8 -3
  141. package/{esm2020 → esm2022}/filtering/filter-input-wrapper.component.mjs +11 -8
  142. package/{esm2020 → esm2022}/filtering/filter-input.directive.mjs +20 -13
  143. package/{esm2020 → esm2022}/filtering/filter-row.component.mjs +17 -15
  144. package/{esm2020 → esm2022}/filtering/filter.service.mjs +14 -10
  145. package/{esm2020 → esm2022}/filtering/menu/boolean-filter-menu.component.mjs +33 -23
  146. package/{esm2020 → esm2022}/filtering/menu/date-filter-menu-input.component.mjs +24 -5
  147. package/{esm2020 → esm2022}/filtering/menu/date-filter-menu.component.mjs +26 -21
  148. package/{esm2020 → esm2022}/filtering/menu/filter-menu-container.component.mjs +46 -20
  149. package/{esm2020 → esm2022}/filtering/menu/filter-menu-dropdownlist.directive.mjs +11 -9
  150. package/{esm2020 → esm2022}/filtering/menu/filter-menu-host.directive.mjs +5 -3
  151. package/{esm2020 → esm2022}/filtering/menu/filter-menu-input-wrapper.component.mjs +14 -8
  152. package/{esm2020 → esm2022}/filtering/menu/filter-menu-template.directive.mjs +4 -3
  153. package/{esm2020 → esm2022}/filtering/menu/filter-menu.component.mjs +27 -6
  154. package/{esm2020 → esm2022}/filtering/menu/filter-radio-button.directive.mjs +7 -3
  155. package/{esm2020 → esm2022}/filtering/menu/menu-tabbing.service.mjs +9 -8
  156. package/{esm2020 → esm2022}/filtering/menu/numeric-filter-menu-input.component.mjs +51 -15
  157. package/{esm2020 → esm2022}/filtering/menu/numeric-filter-menu.component.mjs +42 -37
  158. package/{esm2020 → esm2022}/filtering/menu/string-filter-menu-input.component.mjs +25 -16
  159. package/{esm2020 → esm2022}/filtering/menu/string-filter-menu.component.mjs +36 -21
  160. package/{esm2020 → esm2022}/filtering/numeric-filter.component.mjs +51 -28
  161. package/{esm2020 → esm2022}/filtering/operators/after-eq-filter-operator.component.mjs +8 -8
  162. package/{esm2020 → esm2022}/filtering/operators/after-filter-operator.component.mjs +8 -8
  163. package/{esm2020 → esm2022}/filtering/operators/before-eq-filter-operator.component.mjs +8 -8
  164. package/{esm2020 → esm2022}/filtering/operators/before-filter-operator.component.mjs +8 -8
  165. package/{esm2020 → esm2022}/filtering/operators/contains-filter-operator.component.mjs +8 -8
  166. package/{esm2020 → esm2022}/filtering/operators/ends-with-filter-operator.component.mjs +8 -8
  167. package/{esm2020 → esm2022}/filtering/operators/eq-filter-operator.component.mjs +8 -8
  168. package/{esm2020 → esm2022}/filtering/operators/filter-operator.base.mjs +15 -10
  169. package/{esm2020 → esm2022}/filtering/operators/gt-filter-operator.component.mjs +8 -8
  170. package/{esm2020 → esm2022}/filtering/operators/gte-filter-operator.component.mjs +8 -8
  171. package/{esm2020 → esm2022}/filtering/operators/is-empty-filter-operator.component.mjs +8 -8
  172. package/{esm2020 → esm2022}/filtering/operators/is-not-empty-filter-operator.component.mjs +8 -8
  173. package/{esm2020 → esm2022}/filtering/operators/is-not-null-filter-operator.component.mjs +8 -8
  174. package/{esm2020 → esm2022}/filtering/operators/isnull-filter-operator.component.mjs +8 -8
  175. package/{esm2020 → esm2022}/filtering/operators/lt-filter-operator.component.mjs +8 -8
  176. package/{esm2020 → esm2022}/filtering/operators/lte-filter-operator.component.mjs +8 -8
  177. package/{esm2020 → esm2022}/filtering/operators/neq-filter-operator.component.mjs +8 -8
  178. package/{esm2020 → esm2022}/filtering/operators/not-contains-filter-operator.component.mjs +8 -8
  179. package/{esm2020 → esm2022}/filtering/operators/starts-with-filter-operator.component.mjs +8 -8
  180. package/{esm2020 → esm2022}/filtering/string-filter.component.mjs +20 -15
  181. package/{esm2020 → esm2022}/grid.component.mjs +648 -396
  182. package/esm2022/grid.module.mjs +216 -0
  183. package/{esm2020 → esm2022}/grouping/group-footer-template.directive.mjs +4 -3
  184. package/{esm2020 → esm2022}/grouping/group-header-column-template.directive.mjs +4 -3
  185. package/{esm2020 → esm2022}/grouping/group-header-template.directive.mjs +4 -3
  186. package/{esm2020 → esm2022}/grouping/group-header.component.mjs +25 -16
  187. package/{esm2020 → esm2022}/grouping/group-info.service.mjs +1 -3
  188. package/{esm2020 → esm2022}/grouping/group-panel.component.mjs +71 -53
  189. package/{esm2020 → esm2022}/grouping/group-scroll-binding.directive.mjs +11 -9
  190. package/{esm2020 → esm2022}/grouping/groups.service.mjs +6 -7
  191. package/{esm2020 → esm2022}/index.mjs +6 -24
  192. package/{esm2020 → esm2022}/layout/browser-support.service.mjs +7 -4
  193. package/{esm2020 → esm2022}/layout/resizable.directive.mjs +16 -10
  194. package/{esm2020 → esm2022}/layout/resize.service.mjs +6 -8
  195. package/{esm2020 → esm2022}/layout/responsive.service.mjs +7 -9
  196. package/{esm2020 → esm2022}/layout/sizing-options.service.mjs +4 -6
  197. package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +9 -8
  198. package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
  199. package/esm2022/localization/messages.mjs +591 -0
  200. package/{esm2020 → esm2022}/navigation/default-focusable-element.mjs +10 -6
  201. package/{esm2020 → esm2022}/navigation/focus-group.mjs +10 -9
  202. package/{esm2020 → esm2022}/navigation/focus-root.mjs +5 -4
  203. package/{esm2020 → esm2022}/navigation/focusable.directive.mjs +23 -17
  204. package/{esm2020 → esm2022}/navigation/grid-focusable-element.mjs +1 -0
  205. package/{esm2020 → esm2022}/navigation/item-map.mjs +2 -4
  206. package/{esm2020 → esm2022}/navigation/logical-cell.directive.mjs +38 -23
  207. package/{esm2020 → esm2022}/navigation/logical-row.directive.mjs +18 -12
  208. package/{esm2020 → esm2022}/navigation/navigation-cursor.mjs +10 -8
  209. package/{esm2020 → esm2022}/navigation/navigation-metadata.mjs +12 -4
  210. package/{esm2020 → esm2022}/navigation/navigation-model.mjs +1 -3
  211. package/{esm2020 → esm2022}/navigation/navigation.service.mjs +49 -29
  212. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  213. package/{esm2020 → esm2022}/pdf/grid-query.mjs +4 -0
  214. package/esm2022/pdf/pdf-command-tool.directive.mjs +66 -0
  215. package/{esm2020 → esm2022}/pdf/pdf-command.directive.mjs +10 -9
  216. package/{esm2020 → esm2022}/pdf/pdf-margin.component.mjs +3 -3
  217. package/{esm2020 → esm2022}/pdf/pdf-template.directive.mjs +3 -3
  218. package/{esm2020 → esm2022}/pdf/pdf.component.mjs +39 -12
  219. package/{esm2020 → esm2022}/pdf/pdf.module.mjs +5 -4
  220. package/{esm2020 → esm2022}/pdf/pdf.service.mjs +8 -9
  221. package/{esm2020 → esm2022}/rendering/cell-loading.template.directive.mjs +4 -3
  222. package/{esm2020 → esm2022}/rendering/cell-template.directive.mjs +4 -3
  223. package/{esm2020 → esm2022}/rendering/cell.component.mjs +64 -75
  224. package/{esm2020 → esm2022}/rendering/common/col-group.component.mjs +8 -9
  225. package/{esm2020 → esm2022}/rendering/common/field-accessor.pipe.mjs +4 -3
  226. package/{esm2020 → esm2022}/rendering/common/loading.component.mjs +10 -8
  227. package/{esm2020 → esm2022}/rendering/common/spacer.component.mjs +12 -7
  228. package/{esm2020 → esm2022}/rendering/details/detail-collapse-event.mjs +8 -0
  229. package/{esm2020 → esm2022}/rendering/details/detail-expand-event.mjs +8 -0
  230. package/{esm2020 → esm2022}/rendering/details/detail-template.directive.mjs +8 -7
  231. package/{esm2020 → esm2022}/rendering/details/details.service.mjs +6 -7
  232. package/{esm2020 → esm2022}/rendering/details-expand.directive.mjs +28 -25
  233. package/{esm2020 → esm2022}/rendering/footer/footer-template.directive.mjs +4 -3
  234. package/{esm2020 → esm2022}/rendering/footer/footer.component.mjs +19 -15
  235. package/{esm2020 → esm2022}/rendering/grid-table.directive.mjs +9 -8
  236. package/{esm2020 → esm2022}/rendering/groups-expand.directive.mjs +21 -18
  237. package/{esm2020 → esm2022}/rendering/header/header-template.directive.mjs +4 -3
  238. package/{esm2020 → esm2022}/rendering/header/header.component.mjs +78 -55
  239. package/{esm2020 → esm2022}/rendering/list.component.mjs +99 -52
  240. package/{esm2020 → esm2022}/rendering/loading-template.directive.mjs +4 -3
  241. package/{esm2020 → esm2022}/rendering/no-records-template.directive.mjs +4 -3
  242. package/{esm2020 → esm2022}/rendering/table-body.component.mjs +60 -29
  243. package/{esm2020 → esm2022}/rendering/toolbar/toolbar-focusable.directive.mjs +9 -7
  244. package/{esm2020 → esm2022}/rendering/toolbar/toolbar-navigation.service.mjs +9 -8
  245. package/{esm2020 → esm2022}/rendering/toolbar/toolbar-template.directive.mjs +8 -7
  246. package/{esm2020 → esm2022}/rendering/toolbar/toolbar.component.mjs +17 -13
  247. package/{esm2020 → esm2022}/row-reordering/row-reorder.service.mjs +14 -10
  248. package/{esm2020 → esm2022}/scrolling/row-height.service.mjs +5 -2
  249. package/{esm2020 → esm2022}/scrolling/scroll-request.service.mjs +4 -6
  250. package/{esm2020 → esm2022}/scrolling/scroll-sync.service.mjs +10 -8
  251. package/{esm2020 → esm2022}/scrolling/scroller.service.mjs +12 -1
  252. package/{esm2020 → esm2022}/scrolling/suspend.service.mjs +4 -6
  253. package/{esm2020 → esm2022}/selection/cell-selection.service.mjs +31 -20
  254. package/{esm2020 → esm2022}/selection/marquee.directive.mjs +16 -4
  255. package/{esm2020 → esm2022}/selection/pair-set.mjs +16 -16
  256. package/esm2022/selection/selectall-checkbox.directive.mjs +144 -0
  257. package/{esm2020 → esm2022}/selection/selection-checkbox.directive.mjs +36 -15
  258. package/{esm2020 → esm2022}/selection/selection-default.mjs +46 -25
  259. package/{esm2020 → esm2022}/selection/selection.directive.mjs +4 -3
  260. package/{esm2020 → esm2022}/selection/selection.service.mjs +31 -18
  261. package/excel/excel-command-tool.directive.d.ts +41 -0
  262. package/excel/excel-command.directive.d.ts +1 -1
  263. package/excel/excel.component.d.ts +1 -1
  264. package/excel/excel.module.d.ts +3 -2
  265. package/{fesm2020 → fesm2022}/progress-kendo-angular-grid.mjs +5338 -5029
  266. package/filtering/base-filter-cell.component.d.ts +5 -1
  267. package/filtering/boolean-filter.component.d.ts +2 -17
  268. package/filtering/cell/autocomplete-filter-cell.component.d.ts +2 -7
  269. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  270. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  271. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  272. package/filtering/cell/filter-cell.component.d.ts +1 -1
  273. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  274. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  275. package/filtering/date-filter.component.d.ts +2 -11
  276. package/filtering/filter-host.directive.d.ts +2 -2
  277. package/filtering/filter-input-wrapper.component.d.ts +1 -2
  278. package/filtering/filter-input.directive.d.ts +1 -1
  279. package/filtering/filter-row.component.d.ts +1 -1
  280. package/filtering/filterable.d.ts +1 -1
  281. package/filtering/menu/boolean-filter-menu.component.d.ts +3 -2
  282. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  283. package/filtering/menu/date-filter-menu.component.d.ts +1 -7
  284. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  285. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
  286. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  287. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  288. package/filtering/menu/filter-menu.component.d.ts +1 -1
  289. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  290. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  291. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -7
  292. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  293. package/filtering/menu/string-filter-menu.component.d.ts +1 -7
  294. package/filtering/numeric-filter.component.d.ts +2 -11
  295. package/filtering/operators/filter-operator.base.d.ts +1 -1
  296. package/filtering/string-filter.component.d.ts +2 -11
  297. package/grid.component.d.ts +5 -6
  298. package/grid.module.d.ts +94 -101
  299. package/grouping/group-header.component.d.ts +1 -1
  300. package/grouping/group-panel.component.d.ts +1 -1
  301. package/grouping/group-scroll-binding.directive.d.ts +1 -1
  302. package/index.d.ts +7 -27
  303. package/layout/resizable.directive.d.ts +1 -1
  304. package/localization/messages.d.ts +10 -6
  305. package/navigation/focusable.directive.d.ts +1 -1
  306. package/navigation/logical-cell.directive.d.ts +1 -1
  307. package/navigation/logical-row.directive.d.ts +1 -1
  308. package/navigation/navigable-settings.d.ts +2 -2
  309. package/navigation/navigation.service.d.ts +1 -1
  310. package/package.json +29 -33
  311. package/pdf/pdf-command-tool.directive.d.ts +41 -0
  312. package/pdf/pdf.component.d.ts +1 -1
  313. package/pdf/pdf.module.d.ts +2 -1
  314. package/rendering/cell.component.d.ts +1 -1
  315. package/rendering/common/cell-context.d.ts +1 -1
  316. package/rendering/common/col-group.component.d.ts +1 -1
  317. package/rendering/common/loading.component.d.ts +1 -1
  318. package/rendering/common/row-class.d.ts +4 -4
  319. package/rendering/common/spacer.component.d.ts +1 -1
  320. package/rendering/details/detail-template.directive.d.ts +2 -2
  321. package/rendering/details-expand.directive.d.ts +1 -1
  322. package/rendering/footer/footer.component.d.ts +1 -1
  323. package/rendering/grid-table.directive.d.ts +1 -1
  324. package/rendering/groups-expand.directive.d.ts +1 -1
  325. package/rendering/header/header.component.d.ts +1 -1
  326. package/rendering/list.component.d.ts +1 -1
  327. package/rendering/table-body.component.d.ts +1 -1
  328. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  329. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  330. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  331. package/row-reordering/types.d.ts +1 -1
  332. package/schematics/ngAdd/index.js +5 -5
  333. package/scrolling/scroll-sync.service.d.ts +1 -1
  334. package/scrolling/scroller.service.d.ts +1 -1
  335. package/scrolling/scrollmode.d.ts +1 -1
  336. package/selection/cell-selection.service.d.ts +1 -1
  337. package/selection/selectall-checkbox.directive.d.ts +9 -7
  338. package/selection/selection-checkbox.directive.d.ts +6 -5
  339. package/selection/selection-default.d.ts +1 -1
  340. package/selection/selection.service.d.ts +1 -1
  341. package/selection/types.d.ts +4 -4
  342. package/utils.d.ts +1 -1
  343. package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +0 -39
  344. package/esm2020/common/clipboard.directive.mjs +0 -186
  345. package/esm2020/common/dom-events.service.mjs +0 -28
  346. package/esm2020/filtering/cell/row-filtering.module.mjs +0 -112
  347. package/esm2020/filtering/menu/filter-menu.module.mjs +0 -116
  348. package/esm2020/filtering/shared-filtering.module.mjs +0 -92
  349. package/esm2020/grid.module.mjs +0 -219
  350. package/esm2020/grouping/group.module.mjs +0 -53
  351. package/esm2020/localization/messages.mjs +0 -187
  352. package/esm2020/pager/pager-context.service.mjs +0 -41
  353. package/esm2020/pager/pager-dropdown.directive.mjs +0 -39
  354. package/esm2020/pager/pager-element.component.mjs +0 -109
  355. package/esm2020/pager/pager-info.component.mjs +0 -76
  356. package/esm2020/pager/pager-input.component.mjs +0 -142
  357. package/esm2020/pager/pager-input.directive.mjs +0 -30
  358. package/esm2020/pager/pager-next-buttons.component.mjs +0 -114
  359. package/esm2020/pager/pager-numeric-buttons.component.mjs +0 -257
  360. package/esm2020/pager/pager-page-sizes.component.mjs +0 -145
  361. package/esm2020/pager/pager-prev-buttons.component.mjs +0 -116
  362. package/esm2020/pager/pager-template.directive.mjs +0 -48
  363. package/esm2020/pager/pager.component.mjs +0 -457
  364. package/esm2020/pager/pager.module.mjs +0 -51
  365. package/esm2020/pager/pagesize-item.interface.mjs +0 -5
  366. package/esm2020/rendering/body.module.mjs +0 -88
  367. package/esm2020/rendering/footer/footer.module.mjs +0 -41
  368. package/esm2020/rendering/header/header.module.mjs +0 -152
  369. package/esm2020/selection/selectall-checkbox.directive.mjs +0 -115
  370. package/esm2020/shared.module.mjs +0 -41
  371. package/fesm2015/progress-kendo-angular-grid.mjs +0 -28474
  372. package/filtering/cell/row-filtering.module.d.ts +0 -59
  373. package/filtering/menu/filter-menu.module.d.ts +0 -63
  374. package/filtering/shared-filtering.module.d.ts +0 -49
  375. package/grouping/group.module.d.ts +0 -38
  376. package/pager/pager-context.service.d.ts +0 -30
  377. package/pager/pager-dropdown.directive.d.ts +0 -18
  378. package/pager/pager-element.component.d.ts +0 -79
  379. package/pager/pager-info.component.d.ts +0 -43
  380. package/pager/pager-input.component.d.ts +0 -45
  381. package/pager/pager-input.directive.d.ts +0 -18
  382. package/pager/pager-next-buttons.component.d.ts +0 -28
  383. package/pager/pager-numeric-buttons.component.d.ts +0 -52
  384. package/pager/pager-page-sizes.component.d.ts +0 -49
  385. package/pager/pager-prev-buttons.component.d.ts +0 -28
  386. package/pager/pager-template.directive.d.ts +0 -38
  387. package/pager/pager.component.d.ts +0 -80
  388. package/pager/pager.module.d.ts +0 -37
  389. package/pager/pagesize-item.interface.d.ts +0 -14
  390. package/rendering/body.module.d.ts +0 -50
  391. package/rendering/footer/footer.module.d.ts +0 -30
  392. package/rendering/header/header.module.d.ts +0 -101
  393. package/shared.module.d.ts +0 -29
  394. /package/{esm2020 → esm2022}/aggregates/aggregate-types.mjs +0 -0
  395. /package/{esm2020 → esm2022}/column-menu/column-menu-expandable-item.interface.mjs +0 -0
  396. /package/{esm2020 → esm2022}/column-menu/column-menu-settings.interface.mjs +0 -0
  397. /package/{esm2020 → esm2022}/column-menu/utils.mjs +0 -0
  398. /package/{esm2020 → esm2022}/column-resizing/column-resize.interface.mjs +0 -0
  399. /package/{esm2020 → esm2022}/columns/column-common.mjs +0 -0
  400. /package/{esm2020 → esm2022}/columns/sort-settings.mjs +0 -0
  401. /package/{esm2020 → esm2022}/common/cell-click-event-args.interface.mjs +0 -0
  402. /package/{esm2020 → esm2022}/common/clipboard-types.mjs +0 -0
  403. /package/{esm2020 → esm2022}/common/create-form-group.mjs +0 -0
  404. /package/{esm2020 → esm2022}/common/default-track-by.mjs +0 -0
  405. /package/{esm2020 → esm2022}/common/fetch-data-callback.mjs +0 -0
  406. /package/{esm2020 → esm2022}/common/filter-descriptor-differ.mjs +0 -0
  407. /package/{esm2020 → esm2022}/common/filter-operator.interface.mjs +0 -0
  408. /package/{esm2020/pager → esm2022/common}/pager-settings.mjs +0 -0
  409. /package/{esm2020 → esm2022}/common/remove-confirmation.mjs +0 -0
  410. /package/{esm2020 → esm2022}/common/size-options.mjs +0 -0
  411. /package/{esm2020 → esm2022}/constants.mjs +0 -0
  412. /package/{esm2020 → esm2022}/data/change-event-args.interface.mjs +0 -0
  413. /package/{esm2020 → esm2022}/data/data-item.interface.mjs +0 -0
  414. /package/{esm2020 → esm2022}/data/grid-item.interface.mjs +0 -0
  415. /package/{esm2020 → esm2022}/data/group-footer-item.interface.mjs +0 -0
  416. /package/{esm2020 → esm2022}/data/group-item.interface.mjs +0 -0
  417. /package/{esm2020 → esm2022}/dragdrop/column-reorder-config.mjs +0 -0
  418. /package/{esm2020 → esm2022}/dragdrop/common.mjs +0 -0
  419. /package/{esm2020 → esm2022}/dragdrop/context-types.mjs +0 -0
  420. /package/{esm2020 → esm2022}/editing/add-event-args.interface.mjs +0 -0
  421. /package/{esm2020 → esm2022}/editing/cancel-event-args.interface.mjs +0 -0
  422. /package/{esm2020 → esm2022}/editing/edit-event-args.interface.mjs +0 -0
  423. /package/{esm2020 → esm2022}/editing/edit-row-options.interface.mjs +0 -0
  424. /package/{esm2020 → esm2022}/editing/remove-event-args.interface.mjs +0 -0
  425. /package/{esm2020 → esm2022}/editing/save-event-args.interface.mjs +0 -0
  426. /package/{esm2020 → esm2022}/editing-directives/create-form-group-args.interface.mjs +0 -0
  427. /package/{esm2020 → esm2022}/editing-directives/edit-service.interface.mjs +0 -0
  428. /package/{esm2020 → esm2022}/editing-directives/local-row-edit.service.mjs +0 -0
  429. /package/{esm2020 → esm2022}/editing-directives/utils.mjs +0 -0
  430. /package/{esm2020 → esm2022}/filtering/cell/filter-cell-component.factory.mjs +0 -0
  431. /package/{esm2020 → esm2022}/filtering/filter-component.interface.mjs +0 -0
  432. /package/{esm2020 → esm2022}/filtering/filterable.mjs +0 -0
  433. /package/{esm2020 → esm2022}/filtering/menu/filter-menu-component.factory.mjs +0 -0
  434. /package/{esm2020 → esm2022}/grouping/group-key.interface.mjs +0 -0
  435. /package/{esm2020 → esm2022}/grouping/group-rows-args.interface.mjs +0 -0
  436. /package/{esm2020 → esm2022}/grouping/group-settings.mjs +0 -0
  437. /package/{esm2020 → esm2022}/grouping/utils.mjs +0 -0
  438. /package/{esm2020 → esm2022}/grouping/virtual-group-result.interface.mjs +0 -0
  439. /package/{esm2020 → esm2022}/layout/row-sync.mjs +0 -0
  440. /package/{esm2020 → esm2022}/navigation/focusable-element.interface.mjs +0 -0
  441. /package/{esm2020 → esm2022}/navigation/logical-cell.interface.mjs +0 -0
  442. /package/{esm2020 → esm2022}/navigation/logical-row.interface.mjs +0 -0
  443. /package/{esm2020 → esm2022}/navigation/navigable-settings.mjs +0 -0
  444. /package/{esm2020 → esm2022}/navigation/navigation-cell.interface.mjs +0 -0
  445. /package/{esm2020 → esm2022}/navigation/navigation-change.interface.mjs +0 -0
  446. /package/{esm2020 → esm2022}/navigation/navigation-mode.mjs +0 -0
  447. /package/{esm2020 → esm2022}/navigation/navigation-row.interface.mjs +0 -0
  448. /package/{esm2020 → esm2022}/pdf/export-element.mjs +0 -0
  449. /package/{esm2020 → esm2022}/pdf/pdf-export-event.mjs +0 -0
  450. /package/{esm2020 → esm2022}/pdf/pdf-margin.interface.mjs +0 -0
  451. /package/{esm2020 → esm2022}/progress-kendo-angular-grid.mjs +0 -0
  452. /package/{esm2020 → esm2022}/rendering/common/cell-context.mjs +0 -0
  453. /package/{esm2020 → esm2022}/rendering/common/dom-queries.mjs +0 -0
  454. /package/{esm2020 → esm2022}/rendering/common/row-args.mjs +0 -0
  455. /package/{esm2020 → esm2022}/rendering/common/row-class.mjs +0 -0
  456. /package/{esm2020 → esm2022}/rendering/constants.mjs +0 -0
  457. /package/{esm2020 → esm2022}/rendering/toolbar/toolbar-position.mjs +0 -0
  458. /package/{esm2020 → esm2022}/row-reordering/types.mjs +0 -0
  459. /package/{esm2020 → esm2022}/row-reordering/utils.mjs +0 -0
  460. /package/{esm2020 → esm2022}/scrolling/content-scroll-event.mjs +0 -0
  461. /package/{esm2020 → esm2022}/scrolling/scroll-bottom-event.mjs +0 -0
  462. /package/{esm2020 → esm2022}/scrolling/scrollmode.mjs +0 -0
  463. /package/{esm2020 → esm2022}/selection/types.mjs +0 -0
  464. /package/{esm2020 → esm2022}/utils.mjs +0 -0
package/README.md CHANGED
@@ -1,56 +1,66 @@
1
- <a href="https://www.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid" target="_blank">
1
+ <a href="https://www.telerik.com/kendo-angular-ui/components/grid" target="_blank">
2
2
  <img [width]="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg" alt="Kendo UI for Angular Data Grid">
3
3
  </a>
4
4
 
5
- ## Kendo UI for Angular Data Grid (Table) Component
5
+ ## Kendo UI for Angular Data Grid Component
6
6
 
7
- > **Important**
8
- > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;a commercial library.
9
- > * You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Angular My License page](https://www.telerik.com/kendo-angular-ui/my-license?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid).
10
- > * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid).
11
- > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
12
- >
13
- > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid) and speed up your development process!
7
+ > * This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)&mdash;a commercial UI library.
8
+ > * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
+ > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
14
10
 
15
- The [Kendo UI for Angular Data Grid](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid) includes a comprehensive set of ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, exporting to PDF and Excel, and accessibility support. This Data Grid Component (sometimes called a Data Table) is built on Angular from the ground up, by a company with a long history of making enterprise-ready Grids. This results in an Angular data grid that delivers lighting fast performance and is highly customizable.
11
+ The [Kendo UI for Angular Data Grid](https://www.telerik.com/kendo-angular-ui/components/grid) includes a comprehensive set of ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, exporting to PDF and Excel, and accessibility support. This Data Grid Component (sometimes called a Data Table) is built on Angular from the ground up, by a company with a long history of making enterprise-ready Grids. This results in an Angular data grid that delivers lighting fast performance and is highly customizable.
16
12
 
17
- ## Angular Data Grid
18
-
19
- <img src="https://www.telerik.com/sfimages/default-source/component-pages/common/grid/grid_live-data-sample-770x.gif" alt="Kendo UI for Angular Data Grid">
13
+ ## Key Features
20
14
 
21
15
  Among the many features which the Kendo UI for Angular Grid delivers are:
22
16
 
23
- * [Editing](https://www.telerik.com/kendo-angular-ui/components/grid/editing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Depending on your users' requirements, you can opt for the inline or the in-cell edit modes, provide editing from an external form or Reactive or Template-Driven Forms, and also further customize the Grid.
24
- * [Paging](https://www.telerik.com/kendo-angular-ui/components/grid/paging?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;You also have the option to add a pager for easier navigation.
25
- * [Sorting](https://www.telerik.com/kendo-angular-ui/components/grid/sorting?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Apart from the sorting and unsorting options of multiple columns, you can also pre-sort the data records of the Grid.
26
- * [Filtering](https://www.telerik.com/kendo-angular-ui/components/grid/filtering?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Including additional cell customization options.
27
- * [Grouping](https://www.telerik.com/kendo-angular-ui/components/grid/grouping?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Out of the box, you can apply dynamic grouping to the data Grid records, set grouping by aggregate values, and, in the same way as with the sorting functionality, pre-group the data.
28
- * Export to [PDF](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid) and [Excel](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;When implementing the Grid export to PDF, you can set the fonts, the exact portion and layout of the exported content, also customize the columns and other specifics of the output result. When exporting to Excel, you can export specific data and customize the exported columns.
29
- * [Detail row template](https://www.telerik.com/kendo-angular-ui/components/grid/advanced-features/detail-template?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;The detail row template of the Grid enables you to provide additional details about a particular row of table data by expanding or collapsing its content.
30
- * [Row selection](https://www.telerik.com/kendo-angular-ui/components/grid/selection/#toc-selection-modes-and-features?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Configure it by enabling or disabling the checkbox and single or multiple row selection options.
31
- * [Locked columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;When your Grid has to display large amounts of data, the frozen columns feature enables you to lock any of the Grid columns by just setting the locked column property.
32
- * [Column reordering](https://www.telerik.com/kendo-angular-ui/components/grid/columns/reordering?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Reordering can be enabled for any column and is seamlessly integrated with the available Grid features, including locked columns.
33
- * [Column resizing](https://www.telerik.com/kendo-angular-ui/components/grid/columns/resizing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Resizing takes place real-time but can also be controlled from the outside.
34
- * [Binding to Stream Data (or Live Loading)](https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/live-updating-data/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;Bind the Data Grid to streaming data for instant updates.
35
- * [Globalization](https://www.telerik.com/kendo-angular-ui/components/grid/globalization?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;By using the available globalization options in Kendo UI for Angular, you can translate the Grid messages by adapting them to specific culture locales.
36
- * [Accessibility](https://www.telerik.com/kendo-angular-ui/components/grid/accessibility?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)&mdash;The Grid is compliant with the Section 508 requirements. The Grid is accessible by screen readers and provides WAI-ARIA support.
17
+ * Data Binding&mdash;The Grid supports various binding methods to accommodate different requirements, including binding to an array of objects or a [GridDataResult](https://www.telerik.com/kendo-angular-ui/components/grid/api/griddataresult) object, as well as utilizing a server to fetch remote data for dynamic content. [Read more about the data binding functionality of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/basics)
18
+ * Editing&mdash;Depending on your users' requirements, you can opt for the inline or the in-cell edit modes using either the Template-Driven or Reactive forms. The Grid provides further customization options such as editing from an external form or Redux Form. [Read more about the editing feature of the Data Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/editing/basics)
19
+ * Paging&mdash;The Grid enables you to split its content into pages by adding a pager. The pager provides an extensive set of configuration options such as implementing a responsive behavior, customizing its appearance, defining the space between its elements, and more. [Read more about the pager options of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/paging/basics)
20
+ * Sorting&mdash;The Grid supports a number of sorting options. These options include the sorting and unsorting of single and multiple columns, pre-sorting data records, setting the sorting direction, and more. [Read more about the sorting options of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/basics)
21
+ * Filtering&mdash;The Grid provides options for displaying only those data records which meet specified criteria. The component also allows you to additionally customize its filtering behavior by using its built-in filter templates or reusable custom filter components. [Read more about filtering the Grid records...](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics)
22
+ * Grouping&mdash;Out of the box, you can apply dynamic grouping to the data Grid records, set grouping by aggregate values, and, in the same way as with the sorting functionality, pre-group the data. [Read more about grouping the records of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/basics)
23
+ * Exporting to PDF and Excel&mdash;When implementing the Grid export to PDF, you can set the fonts, the exact portion and layout of the exported content, also customize the columns and other elements of the output result. When exporting to Excel, you can export specific data and customize the exported columns. Read more on [exporting the Grid to PDF](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export) and [exporting the Grid to Excel](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export).
24
+ * Rows Options&mdash;The Data Grid provides an extensive collection of row configuration options, including:
25
+
26
+ - [Row selection](https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection)&mdash;Allows you to select rows through interaction with the row itself or a checkbox. Supports single and multiple row selection.
27
+ - [Sticky rows](https://www.telerik.com/kendo-angular-ui/components/grid/rows/sticky)&mdash;Allows you to display specific rows at all times even when user scrolls the data table.
28
+ - [Detail row template](https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/detail-template)&mdash;Allows you to render supplementary information about the data in a specific row. Supports [persisting the expanded state](https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/expanded-state) of the detail row.
29
+ - [Row reordering](https://www.telerik.com/kendo-angular-ui/components/grid/rows/reordering)&mdash;Allows you to reorder rows by dragging and dropping them.
30
+ - [Row styling](https://www.telerik.com/kendo-angular-ui/components/grid/styling/rows)&mdash;Allows you to style the rows of the Grid using a callback function.
31
+ * Columns Options&mdash;The Data Grid provides an extensive collection of column configuration options, including:
32
+
33
+ - [Hiding columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/hidden)&mdash;Allows you to show or hide columns.
34
+ - [Spanning columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/spanned)&mdash;Spanning of the row content over multiple cells of data.
35
+ - [Setting multi-column headers](https://www.telerik.com/kendo-angular-ui/components/grid/columns/headers)&mdash;Grouping columns under a common header.
36
+ - [Column menu for quick actions](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu)&mdash;You can show or hide columns, filter, sort, and group them.
37
+ - [Locking (freezing) columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked) or [sticking columns](slug:sticky_columns_grid)&mdash;Allows you to display specific column data at all times.
38
+ - [Reordering columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/reordering)&mdash;You can reorder any column and with any available Grid feature, including locked columns.
39
+ - [Resizing columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/resizing)&mdash;Allows you to resize columns in real-time by dragging the edges of the column headers.
40
+ - [Styling columns](https://www.telerik.com/kendo-angular-ui/components/grid/styling/columns)&mdash;Allows you to style the columns of the Grid using a callback function.
41
+ * Virtualization&mdash;The Data Grid supports a virtual scroll mode for its row data, which means that the component dynamically renders only a portion of the rows. This virtualization approach boosts the performance of the component when it has to display large data tables. [Read more about the virtualization feature of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual)
42
+ * Sizing&mdash;The Grid provides predefined options which allow you to set the different `padding` to the Grid building blocks. For more information, refer to the [sizing options of the Grid](https://www.telerik.com/kendo-angular-ui/components/grid/sizing).
43
+ * Styling&mdash;Our components are designed to look great out of the box, but we understand that every application is different. That's why the [Progress Design System Kit](https://www.telerik.com/design-system) provides resources to help you customize the look and feel of your Kendo UI for Angular Data Grid component. If time is of the essence, our [ThemeBuilder application](https://www.telerik.com/themebuilder) can help you quickly and seamlessly modify the component's appearance.
44
+ * Chart Integration&mdash;The Grid provides built-in options that allow you to quickly generate charts using its data thus visually represent trends, patterns, and more. [Read more about the Grid Chart integration...](https://www.telerik.com/kendo-angular-ui/components/grid/integration-with-chart)
45
+ * Globalization&mdash;The Kendo UI for Angular Data Grid supports globalization to ensure that it can fit well in any application, no matter what languages and locales need to be supported. Additionally, the Grid supports rendering in a right-to-left (RTL) direction. [Read more about the globalization of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/globalization)
46
+ * Accessibility&mdash;The Data Grid is [WCAG 2.2 AA](https://www.w3.org/TR/WCAG22/) and Section [508 compliant](https://www.section508.gov/), incorporating [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) best practices for modern web accessibility. The Grid is also tested against the popular screen readers, including JAWS and NVDA. [Read more about the accessibility of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/accessibility)
47
+ * Keyboard Navigation&mdash;The Data Grid supports a number of keyboard shortcuts which allow users to accomplish various commands. [Read more about the keyboard navigation of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/keyboard-navigation)
37
48
 
38
49
  ## Support Options
39
50
 
40
51
  For any issues you might encounter while working with the Kendo UI for Angular Grid, you have the following support channels available:
41
52
 
42
- * Industry-leading technical support&mdash;Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid).
43
- * Product forums&mdash;The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid) are part of the free support you can get from the community and from the Kendo UI for Angular team.
44
- * Feedback portal&mdash;The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid) is where you can request and vote for new features to be added.
53
+ * Industry-leading technical support&mdash;Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-center/contact-us/technical-support).
54
+ * Product forums&mdash;The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
55
+ * Feedback portal&mdash;The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
45
56
 
46
57
  ## Resources
47
58
 
48
- * [Get Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)
49
- * [Grid API reference](https://www.telerik.com/kendo-angular-ui/components/grid/api?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)
50
- * [Kendo UI for Angular roadmap](https://www.telerik.com/kendo-angular-ui/roadmap?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)
51
- * [Kendo UI for Angular Blog](https://www.telerik.com/blogs/tag/kendo-ui-for-angular?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)
52
- * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)
53
- * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-grid)
59
+ * [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
60
+ * [Getting Started with the Kendo UI for Angular Grid](https://www.telerik.com/kendo-angular-ui/components/grid/installation/getting-started)
61
+ * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
62
+ * [Blogs](http://www.telerik.com/blogs/kendo-ui)
63
+ * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
54
64
 
55
65
  *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
56
66
 
@@ -55,4 +55,4 @@ export interface SelectionAggregates {
55
55
  * Represents the available selection aggregate calculations.
56
56
  * Use in combination with [cellAggregates]({% slug api_grid_selectablesettings %}) to determine which aggregates will be calculated.
57
57
  */
58
- export declare type SelectionAggregate = 'sum' | 'min' | 'max' | 'average' | 'count' | 'earliest' | 'latest' | 'isTrue' | 'isFalse';
58
+ export type SelectionAggregate = 'sum' | 'min' | 'max' | 'average' | 'count' | 'earliest' | 'latest' | 'isTrue' | 'isFalse';
@@ -18,5 +18,5 @@ export declare class StatusBarComponent {
18
18
  ngOnInit(): void;
19
19
  get aggregates(): SelectionAggregates;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusBarComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<StatusBarComponent, "kendo-grid-status-bar", never, { "statusBarTemplate": "statusBarTemplate"; }, {}, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<StatusBarComponent, "kendo-grid-status-bar", never, { "statusBarTemplate": { "alias": "statusBarTemplate"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
@@ -2,19 +2,20 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { ElementRef, Renderer2 } from '@angular/core';
5
+ import { ElementRef } from '@angular/core';
6
+ import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
6
7
  import * as i0 from "@angular/core";
7
8
  /**
8
9
  * @hidden
9
10
  */
10
11
  export declare class ColumnMenuChooserItemCheckedDirective {
11
12
  host: ElementRef;
12
- private renderer;
13
13
  kendoColumnMenuChooserItemChecked: boolean;
14
+ checkbox: CheckBoxComponent;
14
15
  private checkedChangeSub;
15
- constructor(host: ElementRef, renderer: Renderer2);
16
+ constructor(host: ElementRef);
16
17
  ngAfterViewInit(): void;
17
18
  ngOnDestroy(): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuChooserItemCheckedDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuChooserItemCheckedDirective, "[kendoColumnMenuChooserItemChecked]", never, { "kendoColumnMenuChooserItemChecked": "kendoColumnMenuChooserItemChecked"; }, {}, never, never, true, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuChooserItemCheckedDirective, "[kendoColumnMenuChooserItemChecked]", never, { "kendoColumnMenuChooserItemChecked": { "alias": "kendoColumnMenuChooserItemChecked"; "required": false; }; }, {}, ["checkbox"], never, true, never>;
20
21
  }
@@ -75,5 +75,5 @@ export declare class ColumnChooserComponent implements OnDestroy {
75
75
  private close;
76
76
  private detachClose;
77
77
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChooserComponent, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChooserComponent, "kendo-grid-column-chooser", never, { "autoSync": "autoSync"; "allowHideAll": "allowHideAll"; }, {}, never, never, true, never>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChooserComponent, "kendo-grid-column-chooser", never, { "autoSync": { "alias": "autoSync"; "required": false; }; "allowHideAll": { "alias": "allowHideAll"; "required": false; }; }, {}, never, never, true, never>;
79
79
  }
@@ -33,6 +33,7 @@ export declare class ColumnListComponent implements OnInit, OnDestroy {
33
33
  resetButton: ElementRef;
34
34
  private applyButton;
35
35
  private options;
36
+ private checkboxes;
36
37
  private hasLocked;
37
38
  private hasVisibleLocked;
38
39
  private unlockedCount;
@@ -51,10 +52,9 @@ export declare class ColumnListComponent implements OnInit, OnDestroy {
51
52
  applyChanges(): void;
52
53
  onTab(e: Event): void;
53
54
  onKeydown: (e: KeyboardEvent) => void;
54
- private forEachCheckBox;
55
55
  private updateDisabled;
56
56
  private updateColumnState;
57
57
  private setDisabledState;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnListComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnListComponent, "kendo-grid-columnlist", never, { "columns": "columns"; "autoSync": "autoSync"; "ariaLabel": "ariaLabel"; "allowHideAll": "allowHideAll"; "applyText": "applyText"; "resetText": "resetText"; "actionsClass": "actionsClass"; "isLast": "isLast"; "isExpanded": "isExpanded"; "service": "service"; }, { "reset": "reset"; "apply": "apply"; "columnChange": "columnChange"; }, never, never, true, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnListComponent, "kendo-grid-columnlist", never, { "columns": { "alias": "columns"; "required": false; }; "autoSync": { "alias": "autoSync"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "allowHideAll": { "alias": "allowHideAll"; "required": false; }; "applyText": { "alias": "applyText"; "required": false; }; "resetText": { "alias": "resetText"; "required": false; }; "actionsClass": { "alias": "actionsClass"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "service": { "alias": "service"; "required": false; }; }, { "reset": "reset"; "apply": "apply"; "columnChange": "columnChange"; }, never, never, true, never>;
60
60
  }
@@ -40,5 +40,5 @@ export declare class ColumnMenuAutoSizeColumnComponent extends ColumnMenuItemBas
40
40
  */
41
41
  autoSizeColumn(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuAutoSizeColumnComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuAutoSizeColumnComponent, "kendo-grid-columnmenu-autosize-column", never, { "column": "column"; }, {}, never, never, true, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuAutoSizeColumnComponent, "kendo-grid-columnmenu-autosize-column", never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>;
44
44
  }
@@ -66,5 +66,5 @@ export declare class ColumnMenuChooserComponent extends ColumnMenuItemBase {
66
66
  */
67
67
  onExpand(): void;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuChooserComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuChooserComponent, "kendo-grid-columnmenu-chooser", never, { "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuChooserComponent, "kendo-grid-columnmenu-chooser", never, { "expanded": { "alias": "expanded"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
70
70
  }
@@ -59,5 +59,5 @@ export declare class ColumnMenuFilterComponent extends ColumnMenuItemBase {
59
59
  */
60
60
  onExpand(): void;
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuFilterComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuFilterComponent, "kendo-grid-columnmenu-filter", never, { "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuFilterComponent, "kendo-grid-columnmenu-filter", never, { "expanded": { "alias": "expanded"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
63
63
  }
@@ -21,5 +21,5 @@ export declare class ColumnMenuItemBase implements OnInit {
21
21
  */
22
22
  close(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemBase, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemBase, "kendo-grid-column-menu-item-base", never, { "service": "service"; }, {}, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemBase, "kendo-grid-column-menu-item-base", never, { "service": { "alias": "service"; "required": false; }; }, {}, never, never, false, never>;
25
25
  }
@@ -79,5 +79,5 @@ export declare class ColumnMenuItemComponent implements OnChanges {
79
79
  onClick(e: any): void;
80
80
  private updateContentState;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemComponent, "kendo-grid-columnmenu-item", never, { "icon": "icon"; "svgIcon": "svgIcon"; "text": "text"; "selected": "selected"; "disabled": "disabled"; "expanded": "expanded"; "service": "service"; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, true, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemComponent, "kendo-grid-columnmenu-item", never, { "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "service": { "alias": "service"; "required": false; }; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, true, never>;
83
83
  }
@@ -41,5 +41,5 @@ export declare class ColumnMenuItemDirective {
41
41
  private getLastColumnMenuItem;
42
42
  private isExpandableItem;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemDirective, never>;
44
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemDirective, "[kendoGridColumnMenuItem]", never, { "menuItemComponent": "kendoGridColumnMenuItem"; }, {}, never, never, true, never>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemDirective, "[kendoGridColumnMenuItem]", never, { "menuItemComponent": { "alias": "kendoGridColumnMenuItem"; "required": false; }; }, {}, never, never, true, never>;
45
45
  }
@@ -77,5 +77,5 @@ export declare class ColumnMenuPositionComponent extends ColumnMenuItemBase {
77
77
  onExpand(): void;
78
78
  private getLastFocusableItem;
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuPositionComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuPositionComponent, "kendo-grid-columnmenu-position", never, { "expanded": "expanded"; "showLock": "showLock"; "showStick": "showStick"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuPositionComponent, "kendo-grid-columnmenu-position", never, { "expanded": { "alias": "expanded"; "required": false; }; "showLock": { "alias": "showLock"; "required": false; }; "showStick": { "alias": "showStick"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
81
81
  }
@@ -176,5 +176,5 @@ export declare class ColumnMenuComponent implements AfterViewInit, OnChanges, On
176
176
  private getExpandedState;
177
177
  private updateAria;
178
178
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
179
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuComponent, "kendo-grid-column-menu", never, { "standalone": "standalone"; "column": "column"; "settings": "settings"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "columnMenuTemplate": "columnMenuTemplate"; "tabIndex": "tabIndex"; }, {}, never, never, true, never>;
179
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuComponent, "kendo-grid-column-menu", never, { "standalone": { "alias": "standalone"; "required": false; }; "column": { "alias": "column"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "columnMenuTemplate": { "alias": "columnMenuTemplate"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, never, true, never>;
180
180
  }
@@ -40,5 +40,5 @@ export declare class ColumnHandleDirective implements OnInit, OnDestroy {
40
40
  private columnsForLevel;
41
41
  private getTableDelta;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnHandleDirective, [{ host: true; }, null, null, null, null, null, null]>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHandleDirective, "[kendoGridColumnHandle]", never, { "columns": "columns"; "column": "column"; }, {}, never, never, true, never>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHandleDirective, "[kendoGridColumnHandle]", never, { "columns": { "alias": "columns"; "required": false; }; "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>;
44
44
  }
@@ -24,7 +24,7 @@ export interface ColumnResizeArgs {
24
24
  /**
25
25
  * @hidden
26
26
  */
27
- export declare type ActionType = 'start' | 'resizeColumn' | 'resizeTable' | 'end' | 'autoFitComplete' | 'triggerAutoFit';
27
+ export type ActionType = 'start' | 'resizeColumn' | 'resizeTable' | 'end' | 'autoFitComplete' | 'triggerAutoFit';
28
28
  /**
29
29
  * @hidden
30
30
  */
@@ -51,8 +51,8 @@ export interface AutoFitInfo {
51
51
  /**
52
52
  * @hidden
53
53
  */
54
- export declare type AutoFitObservable = Observable<Array<number>>;
54
+ export type AutoFitObservable = Observable<Array<number>>;
55
55
  /**
56
56
  * @hidden
57
57
  */
58
- export declare type AutoFitFn = (columns: Array<AutoFitInfo>) => AutoFitObservable;
58
+ export type AutoFitFn = (columns: Array<AutoFitInfo>) => AutoFitObservable;
@@ -29,5 +29,5 @@ export declare class TableDirective implements OnInit, OnDestroy {
29
29
  private autoFitObservable;
30
30
  private measureColumn;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "[kendoGridResizableTable]", never, { "locked": "locked"; "virtualColumns": "virtualColumns"; }, {}, never, never, true, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "[kendoGridResizableTable]", never, { "locked": { "alias": "locked"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; }, {}, never, never, true, never>;
33
33
  }
@@ -41,5 +41,5 @@ export declare class CheckboxColumnComponent extends ColumnBase {
41
41
  */
42
42
  rowSelectable(rowIdx: number): boolean;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnComponent, [null, null, { optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnComponent, "kendo-grid-checkbox-column", never, { "showSelectAll": "showSelectAll"; "showDisabledCheckbox": "showDisabledCheckbox"; }, {}, ["template"], never, true, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnComponent, "kendo-grid-checkbox-column", never, { "showSelectAll": { "alias": "showSelectAll"; "required": false; }; "showDisabledCheckbox": { "alias": "showDisabledCheckbox"; "required": false; }; }, {}, ["template"], never, true, never>;
45
45
  }
@@ -280,5 +280,5 @@ export declare class ColumnBase {
280
280
  */
281
281
  constructor(parent?: ColumnBase, idService?: IdService);
282
282
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnBase, never>;
283
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnBase, "kendo-grid-column-base", never, { "resizable": "resizable"; "reorderable": "reorderable"; "minResizableWidth": "minResizableWidth"; "maxResizableWidth": "maxResizableWidth"; "title": "title"; "width": "width"; "autoSize": "autoSize"; "locked": "locked"; "sticky": "sticky"; "hidden": "hidden"; "media": "media"; "lockable": "lockable"; "stickable": "stickable"; "columnMenu": "columnMenu"; "includeInChooser": "includeInChooser"; "tableCellsRole": "tableCellsRole"; "style": "style"; "headerStyle": "headerStyle"; "filterStyle": "filterStyle"; "footerStyle": "footerStyle"; "cssClass": "class"; "headerClass": "headerClass"; "filterClass": "filterClass"; "footerClass": "footerClass"; }, {}, ["footerTemplate", "headerTemplates", "columnMenuTemplates"], never, false, never>;
283
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnBase, "kendo-grid-column-base", never, { "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "minResizableWidth": { "alias": "minResizableWidth"; "required": false; }; "maxResizableWidth": { "alias": "maxResizableWidth"; "required": false; }; "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "media": { "alias": "media"; "required": false; }; "lockable": { "alias": "lockable"; "required": false; }; "stickable": { "alias": "stickable"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "includeInChooser": { "alias": "includeInChooser"; "required": false; }; "tableCellsRole": { "alias": "tableCellsRole"; "required": false; }; "style": { "alias": "style"; "required": false; }; "headerStyle": { "alias": "headerStyle"; "required": false; }; "filterStyle": { "alias": "filterStyle"; "required": false; }; "footerStyle": { "alias": "footerStyle"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "filterClass": { "alias": "filterClass"; "required": false; }; "footerClass": { "alias": "footerClass"; "required": false; }; }, {}, ["footerTemplate", "headerTemplates", "columnMenuTemplates"], never, false, never>;
284
284
  }
@@ -95,5 +95,5 @@ export declare class ColumnComponent extends ColumnBase {
95
95
  get filterMenuTemplateRef(): TemplateRef<any>;
96
96
  get displayTitle(): string;
97
97
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
98
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-grid-column", never, { "field": "field"; "format": "format"; "sortable": "sortable"; "groupable": "groupable"; "editor": "editor"; "filter": "filter"; "filterable": "filterable"; "editable": "editable"; }, {}, ["template", "groupHeaderTemplate", "groupHeaderColumnTemplate", "groupFooterTemplate", "editTemplate", "filterCellTemplate", "filterMenuTemplate"], never, true, never>;
98
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-grid-column", never, { "field": { "alias": "field"; "required": false; }; "format": { "alias": "format"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "editor": { "alias": "editor"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; }, {}, ["template", "groupHeaderTemplate", "groupHeaderColumnTemplate", "groupFooterTemplate", "editTemplate", "filterCellTemplate", "filterMenuTemplate"], never, true, never>;
99
99
  }
@@ -27,5 +27,5 @@ export declare class RowReorderColumnComponent extends ColumnBase {
27
27
  readonly isRowReorderColumn: boolean;
28
28
  constructor(parent?: ColumnBase, idService?: IdService);
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<RowReorderColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<RowReorderColumnComponent, "kendo-grid-rowreorder-column", never, { "dragHandleIcon": "dragHandleIcon"; "dragHandleSVGIcon": "dragHandleSVGIcon"; }, {}, never, never, true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<RowReorderColumnComponent, "kendo-grid-rowreorder-column", never, { "dragHandleIcon": { "alias": "dragHandleIcon"; "required": false; }; "dragHandleSVGIcon": { "alias": "dragHandleSVGIcon"; "required": false; }; }, {}, never, never, true, never>;
31
31
  }
@@ -37,7 +37,7 @@ export interface SingleSortSettings extends ColumnSortSettings {
37
37
  * </kendo-grid>
38
38
  * ```
39
39
  */
40
- export declare type ModifierKey = 'none' | 'ctrl' | 'shift' | 'alt';
40
+ export type ModifierKey = 'none' | 'ctrl' | 'shift' | 'alt';
41
41
  /**
42
42
  * Specifies settings for sorting by multiple columns. [See example](slug:multi_sort_grid).
43
43
  */
@@ -76,7 +76,7 @@ export interface MultipleSortSettings extends ColumnSortSettings {
76
76
  * <kendo-grid [sorting]="true"></kendo-grid>
77
77
  * ```
78
78
  */
79
- export declare type SortSettings = boolean | SingleSortSettings | MultipleSortSettings;
79
+ export type SortSettings = boolean | SingleSortSettings | MultipleSortSettings;
80
80
  /**
81
81
  * @hidden
82
82
  */
@@ -112,5 +112,5 @@ export declare class SpanColumnComponent extends ColumnBase {
112
112
  get childrenArray(): any[];
113
113
  get hasChildren(): boolean;
114
114
  static ɵfac: i0.ɵɵFactoryDeclaration<SpanColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
115
- static ɵcmp: i0.ɵɵComponentDeclaration<SpanColumnComponent, "kendo-grid-span-column", never, { "editable": "editable"; "locked": "locked"; }, {}, ["template", "editTemplate", "childColumns"], never, true, never>;
115
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpanColumnComponent, "kendo-grid-span-column", never, { "editable": { "alias": "editable"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; }, {}, ["template", "editTemplate", "childColumns"], never, true, never>;
116
116
  }
@@ -5,11 +5,11 @@
5
5
  /**
6
6
  * Represents the starting point (Grid cell) of the Grid clipboard operations.
7
7
  */
8
- export declare type GridClipboardTargetType = 'selection' | 'activeCell';
8
+ export type GridClipboardTargetType = 'selection' | 'activeCell';
9
9
  /**
10
10
  * The possible values of the Grid [`GridClipboardEvent`]({% slug api_grid_gridclipboardevent %}) `type` property.
11
11
  */
12
- export declare type GridClipboardEventType = 'copy' | 'cut' | 'paste';
12
+ export type GridClipboardEventType = 'copy' | 'cut' | 'paste';
13
13
  /**
14
14
  * The Grid data items and their respective fields, affected by the current clipboard operation.
15
15
  */
@@ -45,5 +45,5 @@ export declare class GridClipboardDirective implements AfterViewInit, OnDestroy
45
45
  private onClipboard;
46
46
  private inGrid;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<GridClipboardDirective, never>;
48
- static ɵdir: i0.ɵɵDirectiveDeclaration<GridClipboardDirective, "[kendoGridClipboard]", ["kendoGridClipboard"], { "clipboardTarget": "clipboardTarget"; "clipboardSettings": "clipboardSettings"; }, { "clipboard": "clipboard"; }, never, never, true, never>;
48
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GridClipboardDirective, "[kendoGridClipboard]", ["kendoGridClipboard"], { "clipboardTarget": { "alias": "clipboardTarget"; "required": false; }; "clipboardSettings": { "alias": "clipboardSettings"; "required": false; }; }, { "clipboard": "clipboard"; }, never, never, true, never>;
49
49
  }
@@ -7,4 +7,4 @@ import { CreateFormGroupArgs } from "../editing-directives/create-form-group-arg
7
7
  /**
8
8
  * The function that creates the `FormGroup` for the edited model.
9
9
  */
10
- export declare type CreateFormGroup = (args: CreateFormGroupArgs) => FormGroup;
10
+ export type CreateFormGroup = (args: CreateFormGroupArgs) => FormGroup;
@@ -9,4 +9,4 @@ import { GridComponent } from "../grid.component";
9
9
  * The function that is used to get the exported data options. By default, uses the current data and group of the Grid.
10
10
  * To export data that is different from the current Grid data, provide a custom function. [See example](slug:excelexport_grid#toc-exporting-specific-data)
11
11
  */
12
- export declare type FetchDataCallback = (component: GridComponent) => ExcelExportData | Promise<ExcelExportData> | Observable<ExcelExportData>;
12
+ export type FetchDataCallback = (component: GridComponent) => ExcelExportData | Promise<ExcelExportData> | Observable<ExcelExportData>;
@@ -17,7 +17,7 @@
17
17
  * </kendo-grid>
18
18
  * ```
19
19
  */
20
- export declare type PagerType = 'numeric' | 'input';
20
+ export type PagerType = 'numeric' | 'input';
21
21
  /**
22
22
  * The position of the Grid pager.
23
23
  *
@@ -34,7 +34,7 @@ export declare type PagerType = 'numeric' | 'input';
34
34
  * </kendo-grid>
35
35
  * ```
36
36
  */
37
- export declare type PagerPosition = 'top' | 'bottom' | 'both';
37
+ export type PagerPosition = 'top' | 'bottom' | 'both';
38
38
  /**
39
39
  * The pager settings of the Grid ([see example](slug:paging_grid_settings)).
40
40
  */
@@ -70,6 +70,19 @@ export interface PagerSettings {
70
70
  */
71
71
  position?: PagerPosition;
72
72
  }
73
+ /**
74
+ * The interface of the `PageSizeItem` options of the `PagerPageSizesComponent`.
75
+ */
76
+ export interface PageSizeItem {
77
+ /**
78
+ * The text that will be displayed for each option in the pager's PageSize selector.
79
+ */
80
+ text: string;
81
+ /**
82
+ * The value used as the page size. When set to `all`, the page size will be set to match the Grid data `total`.
83
+ */
84
+ value: number | 'all';
85
+ }
73
86
  /**
74
87
  * @hidden
75
88
  */
@@ -6,4 +6,4 @@ import { Observable } from "rxjs";
6
6
  /**
7
7
  * A function that is called to confirm if the `dataItem` will be removed.
8
8
  */
9
- export declare type RemoveConfirmationCallback = (dataItem: any) => Promise<boolean> | Observable<boolean> | boolean;
9
+ export type RemoveConfirmationCallback = (dataItem: any) => Promise<boolean> | Observable<boolean> | boolean;
@@ -5,4 +5,4 @@
5
5
  /**
6
6
  * Represents the possible size options of the Grid. [See example](slug:sizing_grid).
7
7
  */
8
- export declare type GridSize = 'small' | 'medium' | 'none';
8
+ export type GridSize = 'small' | 'medium' | 'none';
@@ -21,7 +21,7 @@ export interface IteratorResult<T> {
21
21
  /**
22
22
  * @hidden
23
23
  */
24
- export declare type IteratorState = {
24
+ export type IteratorState = {
25
25
  footers?: boolean;
26
26
  level?: number;
27
27
  dataIndex?: number;
@@ -13,4 +13,4 @@ import { GroupFooterItem } from './group-footer-item.interface';
13
13
  * * [`GroupItem`]({% slug api_grid_groupitem %}).
14
14
  * * [`GroupFooterItem`]({% slug api_grid_groupfooteritem %}).
15
15
  */
16
- export declare type GridItem = DataItem | GroupItem | GroupFooterItem;
16
+ export type GridItem = DataItem | GroupItem | GroupFooterItem;
@@ -93,5 +93,5 @@ export declare class DataBindingDirective implements OnInit, OnDestroy, DoCheck,
93
93
  protected applyState({ skip, take, sort, group, filter }: State): void;
94
94
  protected updateGridData(): void;
95
95
  static ɵfac: i0.ɵɵFactoryDeclaration<DataBindingDirective, never>;
96
- static ɵdir: i0.ɵɵDirectiveDeclaration<DataBindingDirective, "[kendoGridBinding]", ["kendoGridBinding"], { "skip": "skip"; "sort": "sort"; "filter": "filter"; "pageSize": "pageSize"; "group": "group"; "data": "kendoGridBinding"; }, {}, never, never, true, never>;
96
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DataBindingDirective, "[kendoGridBinding]", ["kendoGridBinding"], { "skip": { "alias": "skip"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "group": { "alias": "group"; "required": false; }; "data": { "alias": "kendoGridBinding"; "required": false; }; }, {}, never, never, true, never>;
97
97
  }