@progress/kendo-angular-grid 17.0.0-develop.8 → 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
@@ -10,7 +10,7 @@ import { SortDescriptor, GroupDescriptor, CompositeFilterDescriptor } from '@pro
10
10
  import { DetailTemplateDirective } from './rendering/details/detail-template.directive';
11
11
  import { ScrollMode } from './scrolling/scrollmode';
12
12
  import { SortSettings } from './columns/sort-settings';
13
- import { PagerSettings } from './pager/pager-settings';
13
+ import { PagerSettings } from './common/pager-settings';
14
14
  import { BrowserSupportService } from './layout/browser-support.service';
15
15
  import { GridDataResult, DataCollection } from './data/data.collection';
16
16
  import { SelectionService } from './selection/selection.service';
@@ -28,7 +28,6 @@ import { NoRecordsTemplateDirective } from './rendering/no-records-template.dire
28
28
  import { ColumnBase } from './columns/column-base';
29
29
  import { LocalizationService } from '@progress/kendo-angular-l10n';
30
30
  import { FilterService } from './filtering/filter.service';
31
- import { PagerTemplateDirective } from './pager/pager-template.directive';
32
31
  import { PDFService } from './pdf/pdf.service';
33
32
  import { PDFExportEvent } from './pdf/pdf-export-event';
34
33
  import { ResponsiveService } from "./layout/responsive.service";
@@ -80,6 +79,7 @@ import { RowReorderEvent } from './row-reordering/types';
80
79
  import { DragTargetContainerDirective, DragTargetDataFn, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
81
80
  import { RowReorderService } from './row-reordering/row-reorder.service';
82
81
  import { StatusBarTemplateDirective } from './aggregates/status-bar-template.directive';
82
+ import { PagerTemplateDirective } from '@progress/kendo-angular-pager';
83
83
  import * as i0 from "@angular/core";
84
84
  /**
85
85
  * Represents the Kendo UI for Angular Data Grid component.
@@ -192,8 +192,6 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
192
192
  * The descriptors by which the data will be grouped ([see example]({% slug grouping_grid %})).
193
193
  */
194
194
  set group(value: Array<GroupDescriptor> | null | undefined);
195
- /**
196
- */
197
195
  get group(): Array<GroupDescriptor> | null | undefined;
198
196
  /**
199
197
  * If set to `true`, the grid will render only the columns in the current viewport.
@@ -259,6 +257,7 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
259
257
  * @default false
260
258
  */
261
259
  pageable: PagerSettings | boolean;
260
+ get normalizedPageableSettings(): any;
262
261
  /**
263
262
  * If set to `true`, the user can group the Grid by dragging the column header cells ([see example]({% slug grouping_grid %})).
264
263
  * @default false
@@ -712,7 +711,7 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
712
711
  /**
713
712
  * @hidden
714
713
  */
715
- messageFor(token: string): string;
714
+ messageFor: (token: string) => string;
716
715
  /**
717
716
  * Switches the specified table row in the edit mode ([see example]({% slug inline_editing_grid %}#toc-editing-records-1)).
718
717
  *
@@ -927,5 +926,5 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
927
926
  private shouldResetSelection;
928
927
  private notifyReorderContainers;
929
928
  static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
930
- static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": "data"; "pageSize": "pageSize"; "height": "height"; "rowHeight": "rowHeight"; "detailRowHeight": "detailRowHeight"; "skip": "skip"; "scrollable": "scrollable"; "selectable": "selectable"; "sort": "sort"; "size": "size"; "trackBy": "trackBy"; "filter": "filter"; "group": "group"; "virtualColumns": "virtualColumns"; "filterable": "filterable"; "sortable": "sortable"; "pageable": "pageable"; "groupable": "groupable"; "rowReorderable": "rowReorderable"; "navigable": "navigable"; "navigatable": "navigatable"; "autoSize": "autoSize"; "rowClass": "rowClass"; "rowSticky": "rowSticky"; "rowSelected": "rowSelected"; "isRowSelectable": "isRowSelectable"; "cellSelected": "cellSelected"; "resizable": "resizable"; "reorderable": "reorderable"; "loading": "loading"; "columnMenu": "columnMenu"; "hideHeader": "hideHeader"; "isDetailExpanded": "isDetailExpanded"; "isGroupExpanded": "isGroupExpanded"; }, { "filterChange": "filterChange"; "pageChange": "pageChange"; "groupChange": "groupChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "rowReorder": "rowReorder"; "dataStateChange": "dataStateChange"; "groupExpand": "groupExpand"; "groupCollapse": "groupCollapse"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "columnStickyChange": "columnStickyChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; }, ["columns", "detailTemplateChildren", "cellLoadingTemplateChildren", "loadingTemplateChildren", "statusBarTemplateChildren", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], never, true, never>;
929
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "navigatable": { "alias": "navigatable"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "rowSticky": { "alias": "rowSticky"; "required": false; }; "rowSelected": { "alias": "rowSelected"; "required": false; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; }; "cellSelected": { "alias": "cellSelected"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "isDetailExpanded": { "alias": "isDetailExpanded"; "required": false; }; "isGroupExpanded": { "alias": "isGroupExpanded"; "required": false; }; }, { "filterChange": "filterChange"; "pageChange": "pageChange"; "groupChange": "groupChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "rowReorder": "rowReorder"; "dataStateChange": "dataStateChange"; "groupExpand": "groupExpand"; "groupCollapse": "groupCollapse"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "columnStickyChange": "columnStickyChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; }, ["columns", "detailTemplateChildren", "cellLoadingTemplateChildren", "loadingTemplateChildren", "statusBarTemplateChildren", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
931
930
  }
package/grid.module.d.ts CHANGED
@@ -35,106 +35,99 @@ import * as i29 from "./editing/cancel-command.directive";
35
35
  import * as i30 from "./editing/save-command.directive";
36
36
  import * as i31 from "./editing/remove-command.directive";
37
37
  import * as i32 from "./editing/add-command.directive";
38
- import * as i33 from "./rendering/cell-loading.template.directive";
39
- import * as i34 from "./rendering/loading-template.directive";
40
- import * as i35 from "./columns/reorder-column.component";
41
- import * as i36 from "./rendering/header/header.component";
42
- import * as i37 from "./rendering/header/header-template.directive";
43
- import * as i38 from "./column-resizing/column-handle.directive";
44
- import * as i39 from "./selection/selectall-checkbox.directive";
45
- import * as i40 from "./rendering/footer/footer.component";
46
- import * as i41 from "./pager/pager.component";
47
- import * as i42 from "./pager/pager-prev-buttons.component";
48
- import * as i43 from "./pager/pager-next-buttons.component";
49
- import * as i44 from "./pager/pager-numeric-buttons.component";
50
- import * as i45 from "./pager/pager-input.component";
51
- import * as i46 from "./pager/pager-info.component";
52
- import * as i47 from "./pager/pager-page-sizes.component";
53
- import * as i48 from "./pager/pager-template.directive";
54
- import * as i49 from "./pager/pager-dropdown.directive";
55
- import * as i50 from "./pager/pager-input.directive";
56
- import * as i51 from "./filtering/filter-row.component";
57
- import * as i52 from "./filtering/cell/filter-cell.component";
58
- import * as i53 from "./filtering/cell/filter-cell-template.directive";
59
- import * as i54 from "./filtering/cell/string-filter-cell.component";
60
- import * as i55 from "./filtering/cell/numeric-filter-cell.component";
61
- import * as i56 from "./filtering/cell/autocomplete-filter-cell.component";
62
- import * as i57 from "./filtering/cell/boolean-filter-cell.component";
63
- import * as i58 from "./filtering/cell/filter-cell-host.directive";
64
- import * as i59 from "./filtering/cell/filter-cell-wrapper.component";
65
- import * as i60 from "./filtering/cell/date-filter-cell.component";
66
- import * as i61 from "./filtering/cell/filter-cell-operators.component";
67
- import * as i62 from "./filtering/operators/contains-filter-operator.component";
68
- import * as i63 from "./filtering/operators/not-contains-filter-operator.component";
69
- import * as i64 from "./filtering/operators/ends-with-filter-operator.component";
70
- import * as i65 from "./filtering/operators/eq-filter-operator.component";
71
- import * as i66 from "./filtering/operators/is-empty-filter-operator.component";
72
- import * as i67 from "./filtering/operators/is-not-empty-filter-operator.component";
73
- import * as i68 from "./filtering/operators/is-not-null-filter-operator.component";
74
- import * as i69 from "./filtering/operators/isnull-filter-operator.component";
75
- import * as i70 from "./filtering/operators/neq-filter-operator.component";
76
- import * as i71 from "./filtering/operators/starts-with-filter-operator.component";
77
- import * as i72 from "./filtering/operators/gt-filter-operator.component";
78
- import * as i73 from "./filtering/operators/gte-filter-operator.component";
79
- import * as i74 from "./filtering/operators/lt-filter-operator.component";
80
- import * as i75 from "./filtering/operators/lte-filter-operator.component";
81
- import * as i76 from "./filtering/operators/after-filter-operator.component";
82
- import * as i77 from "./filtering/operators/after-eq-filter-operator.component";
83
- import * as i78 from "./filtering/operators/before-eq-filter-operator.component";
84
- import * as i79 from "./filtering/operators/before-filter-operator.component";
85
- import * as i80 from "./filtering/filter-input.directive";
86
- import * as i81 from "./filtering/menu/filter-menu.component";
87
- import * as i82 from "./filtering/menu/filter-menu-container.component";
88
- import * as i83 from "./filtering/menu/filter-menu-input-wrapper.component";
89
- import * as i84 from "./filtering/menu/string-filter-menu-input.component";
90
- import * as i85 from "./filtering/menu/string-filter-menu.component";
91
- import * as i86 from "./filtering/menu/filter-menu-template.directive";
92
- import * as i87 from "./filtering/menu/numeric-filter-menu.component";
93
- import * as i88 from "./filtering/menu/numeric-filter-menu-input.component";
94
- import * as i89 from "./filtering/menu/date-filter-menu-input.component";
95
- import * as i90 from "./filtering/menu/date-filter-menu.component";
96
- import * as i91 from "./filtering/menu/filter-menu-host.directive";
97
- import * as i92 from "./filtering/menu/boolean-filter-menu.component";
98
- import * as i93 from "./filtering/menu/filter-menu-dropdownlist.directive";
99
- import * as i94 from "./filtering/menu/filter-radio-button.directive";
100
- import * as i95 from "./column-menu/column-chooser-item-checked.directive";
101
- import * as i96 from "./column-menu/column-list.component";
102
- import * as i97 from "./column-menu/column-chooser.component";
103
- import * as i98 from "./column-menu/column-menu-chooser.component";
104
- import * as i99 from "./column-menu/column-menu-filter.component";
105
- import * as i100 from "./column-menu/column-menu-item.component";
106
- import * as i101 from "./column-menu/column-menu-item-content-template.directive";
107
- import * as i102 from "./column-menu/column-menu-sort.component";
108
- import * as i103 from "./column-menu/column-menu.component";
109
- import * as i104 from "./column-menu/column-menu-lock.component";
110
- import * as i105 from "./column-menu/column-menu-template.directive";
111
- import * as i106 from "./column-menu/column-menu-container.component";
112
- import * as i107 from "./column-menu/column-menu-item.directive";
113
- import * as i108 from "./column-menu/column-menu-stick.component";
114
- import * as i109 from "./column-menu/column-menu-position.component";
115
- import * as i110 from "./column-menu/column-menu-autosize.component";
116
- import * as i111 from "./column-menu/column-menu-autosize-all.component";
117
- import * as i112 from "./grid.component";
118
- import * as i113 from "./rendering/list.component";
119
- import * as i114 from "./rendering/toolbar/toolbar.component";
120
- import * as i115 from "./localization/localized-messages.directive";
121
- import * as i116 from "./localization/custom-messages.component";
122
- import * as i117 from "./databinding.directive";
123
- import * as i118 from "./rendering/toolbar/toolbar-template.directive";
124
- import * as i119 from "./selection/selection.directive";
125
- import * as i120 from "./editing-directives/template-editing.directive";
126
- import * as i121 from "./editing-directives/reactive-editing.directive";
127
- import * as i122 from "./editing-directives/in-cell-editing.directive";
128
- import * as i123 from "./rendering/details-expand.directive";
129
- import * as i124 from "./rendering/groups-expand.directive";
130
- import * as i125 from "./grouping/group-scroll-binding.directive";
131
- import * as i126 from "./selection/marquee.directive";
132
- import * as i127 from "./rendering/common/spacer.component";
133
- import * as i128 from "./rendering/toolbar/toolbar-focusable.directive";
134
- import * as i129 from "./aggregates/status-bar.component";
135
- import * as i130 from "./aggregates/status-bar-template.directive";
136
- import * as i131 from "./common/clipboard.directive";
137
- import * as i132 from "./column-resizing/table.directive";
38
+ import * as i33 from "./editing/add-command-tool.directive";
39
+ import * as i34 from "./rendering/cell-loading.template.directive";
40
+ import * as i35 from "./rendering/loading-template.directive";
41
+ import * as i36 from "./columns/reorder-column.component";
42
+ import * as i37 from "./rendering/header/header.component";
43
+ import * as i38 from "./rendering/header/header-template.directive";
44
+ import * as i39 from "./column-resizing/column-handle.directive";
45
+ import * as i40 from "./selection/selectall-checkbox.directive";
46
+ import * as i41 from "./rendering/footer/footer.component";
47
+ import * as i42 from "@progress/kendo-angular-pager";
48
+ import * as i43 from "@progress/kendo-angular-toolbar";
49
+ import * as i44 from "./filtering/filter-row.component";
50
+ import * as i45 from "./filtering/cell/filter-cell.component";
51
+ import * as i46 from "./filtering/cell/filter-cell-template.directive";
52
+ import * as i47 from "./filtering/cell/string-filter-cell.component";
53
+ import * as i48 from "./filtering/cell/numeric-filter-cell.component";
54
+ import * as i49 from "./filtering/cell/autocomplete-filter-cell.component";
55
+ import * as i50 from "./filtering/cell/boolean-filter-cell.component";
56
+ import * as i51 from "./filtering/cell/filter-cell-host.directive";
57
+ import * as i52 from "./filtering/cell/filter-cell-wrapper.component";
58
+ import * as i53 from "./filtering/cell/date-filter-cell.component";
59
+ import * as i54 from "./filtering/cell/filter-cell-operators.component";
60
+ import * as i55 from "./filtering/operators/contains-filter-operator.component";
61
+ import * as i56 from "./filtering/operators/not-contains-filter-operator.component";
62
+ import * as i57 from "./filtering/operators/ends-with-filter-operator.component";
63
+ import * as i58 from "./filtering/operators/eq-filter-operator.component";
64
+ import * as i59 from "./filtering/operators/is-empty-filter-operator.component";
65
+ import * as i60 from "./filtering/operators/is-not-empty-filter-operator.component";
66
+ import * as i61 from "./filtering/operators/is-not-null-filter-operator.component";
67
+ import * as i62 from "./filtering/operators/isnull-filter-operator.component";
68
+ import * as i63 from "./filtering/operators/neq-filter-operator.component";
69
+ import * as i64 from "./filtering/operators/starts-with-filter-operator.component";
70
+ import * as i65 from "./filtering/operators/gt-filter-operator.component";
71
+ import * as i66 from "./filtering/operators/gte-filter-operator.component";
72
+ import * as i67 from "./filtering/operators/lt-filter-operator.component";
73
+ import * as i68 from "./filtering/operators/lte-filter-operator.component";
74
+ import * as i69 from "./filtering/operators/after-filter-operator.component";
75
+ import * as i70 from "./filtering/operators/after-eq-filter-operator.component";
76
+ import * as i71 from "./filtering/operators/before-eq-filter-operator.component";
77
+ import * as i72 from "./filtering/operators/before-filter-operator.component";
78
+ import * as i73 from "./filtering/filter-input.directive";
79
+ import * as i74 from "./filtering/menu/filter-menu.component";
80
+ import * as i75 from "./filtering/menu/filter-menu-container.component";
81
+ import * as i76 from "./filtering/menu/filter-menu-input-wrapper.component";
82
+ import * as i77 from "./filtering/menu/string-filter-menu-input.component";
83
+ import * as i78 from "./filtering/menu/string-filter-menu.component";
84
+ import * as i79 from "./filtering/menu/filter-menu-template.directive";
85
+ import * as i80 from "./filtering/menu/numeric-filter-menu.component";
86
+ import * as i81 from "./filtering/menu/numeric-filter-menu-input.component";
87
+ import * as i82 from "./filtering/menu/date-filter-menu-input.component";
88
+ import * as i83 from "./filtering/menu/date-filter-menu.component";
89
+ import * as i84 from "./filtering/menu/filter-menu-host.directive";
90
+ import * as i85 from "./filtering/menu/boolean-filter-menu.component";
91
+ import * as i86 from "./filtering/menu/filter-menu-dropdownlist.directive";
92
+ import * as i87 from "./filtering/menu/filter-radio-button.directive";
93
+ import * as i88 from "./column-menu/column-chooser-item-checked.directive";
94
+ import * as i89 from "./column-menu/column-list.component";
95
+ import * as i90 from "./column-menu/column-chooser.component";
96
+ import * as i91 from "./column-menu/column-menu-chooser.component";
97
+ import * as i92 from "./column-menu/column-menu-filter.component";
98
+ import * as i93 from "./column-menu/column-menu-item.component";
99
+ import * as i94 from "./column-menu/column-menu-item-content-template.directive";
100
+ import * as i95 from "./column-menu/column-menu-sort.component";
101
+ import * as i96 from "./column-menu/column-menu.component";
102
+ import * as i97 from "./column-menu/column-menu-lock.component";
103
+ import * as i98 from "./column-menu/column-menu-template.directive";
104
+ import * as i99 from "./column-menu/column-menu-container.component";
105
+ import * as i100 from "./column-menu/column-menu-item.directive";
106
+ import * as i101 from "./column-menu/column-menu-stick.component";
107
+ import * as i102 from "./column-menu/column-menu-position.component";
108
+ import * as i103 from "./column-menu/column-menu-autosize.component";
109
+ import * as i104 from "./column-menu/column-menu-autosize-all.component";
110
+ import * as i105 from "./grid.component";
111
+ import * as i106 from "./rendering/list.component";
112
+ import * as i107 from "./rendering/toolbar/toolbar.component";
113
+ import * as i108 from "./localization/localized-messages.directive";
114
+ import * as i109 from "./localization/custom-messages.component";
115
+ import * as i110 from "./databinding.directive";
116
+ import * as i111 from "./rendering/toolbar/toolbar-template.directive";
117
+ import * as i112 from "./selection/selection.directive";
118
+ import * as i113 from "./editing-directives/template-editing.directive";
119
+ import * as i114 from "./editing-directives/reactive-editing.directive";
120
+ import * as i115 from "./editing-directives/in-cell-editing.directive";
121
+ import * as i116 from "./rendering/details-expand.directive";
122
+ import * as i117 from "./rendering/groups-expand.directive";
123
+ import * as i118 from "./grouping/group-scroll-binding.directive";
124
+ import * as i119 from "./selection/marquee.directive";
125
+ import * as i120 from "./rendering/common/spacer.component";
126
+ import * as i121 from "./rendering/toolbar/toolbar-focusable.directive";
127
+ import * as i122 from "./aggregates/status-bar.component";
128
+ import * as i123 from "./aggregates/status-bar-template.directive";
129
+ import * as i124 from "./common/clipboard.directive";
130
+ import * as i125 from "./column-resizing/table.directive";
138
131
  /**
139
132
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
140
133
  * definition for the Grid component.
@@ -158,6 +151,6 @@ import * as i132 from "./column-resizing/table.directive";
158
151
  */
159
152
  export declare class GridModule {
160
153
  static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
161
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.TableBodyComponent, typeof i26.NoRecordsTemplateDirective, typeof i27.CellComponent, typeof i28.EditCommandDirective, typeof i29.CancelCommandDirective, typeof i30.SaveCommandDirective, typeof i31.RemoveCommandDirective, typeof i32.AddCommandDirective, typeof i33.CellLoadingTemplateDirective, typeof i34.LoadingTemplateDirective, typeof i35.RowReorderColumnComponent, typeof i36.HeaderComponent, typeof i37.HeaderTemplateDirective, typeof i38.ColumnHandleDirective, typeof i39.SelectAllCheckboxDirective, typeof i40.FooterComponent, typeof i41.PagerComponent, typeof i42.PagerPrevButtonsComponent, typeof i43.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i45.PagerInputComponent, typeof i46.PagerInfoComponent, typeof i47.PagerPageSizesComponent, typeof i48.PagerTemplateDirective, typeof i49.PagerDropDownListDirective, typeof i50.PagerInputDirective, typeof i51.FilterRowComponent, typeof i52.FilterCellComponent, typeof i53.FilterCellTemplateDirective, typeof i54.StringFilterCellComponent, typeof i55.NumericFilterCellComponent, typeof i56.AutoCompleteFilterCellComponent, typeof i57.BooleanFilterCellComponent, typeof i58.FilterCellHostDirective, typeof i59.FilterCellWrapperComponent, typeof i60.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i61.FilterCellOperatorsComponent, typeof i62.ContainsFilterOperatorComponent, typeof i63.DoesNotContainFilterOperatorComponent, typeof i64.EndsWithFilterOperatorComponent, typeof i65.EqualFilterOperatorComponent, typeof i66.IsEmptyFilterOperatorComponent, typeof i67.IsNotEmptyFilterOperatorComponent, typeof i68.IsNotNullFilterOperatorComponent, typeof i69.IsNullFilterOperatorComponent, typeof i70.NotEqualFilterOperatorComponent, typeof i71.StartsWithFilterOperatorComponent, typeof i72.GreaterFilterOperatorComponent, typeof i73.GreaterOrEqualToFilterOperatorComponent, typeof i74.LessFilterOperatorComponent, typeof i75.LessOrEqualToFilterOperatorComponent, typeof i76.AfterFilterOperatorComponent, typeof i77.AfterEqFilterOperatorComponent, typeof i78.BeforeEqFilterOperatorComponent, typeof i79.BeforeFilterOperatorComponent, typeof i80.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i61.FilterCellOperatorsComponent, typeof i62.ContainsFilterOperatorComponent, typeof i63.DoesNotContainFilterOperatorComponent, typeof i64.EndsWithFilterOperatorComponent, typeof i65.EqualFilterOperatorComponent, typeof i66.IsEmptyFilterOperatorComponent, typeof i67.IsNotEmptyFilterOperatorComponent, typeof i68.IsNotNullFilterOperatorComponent, typeof i69.IsNullFilterOperatorComponent, typeof i70.NotEqualFilterOperatorComponent, typeof i71.StartsWithFilterOperatorComponent, typeof i72.GreaterFilterOperatorComponent, typeof i73.GreaterOrEqualToFilterOperatorComponent, typeof i74.LessFilterOperatorComponent, typeof i75.LessOrEqualToFilterOperatorComponent, typeof i76.AfterFilterOperatorComponent, typeof i77.AfterEqFilterOperatorComponent, typeof i78.BeforeEqFilterOperatorComponent, typeof i79.BeforeFilterOperatorComponent, typeof i80.FilterInputDirective, typeof i81.FilterMenuComponent, typeof i82.FilterMenuContainerComponent, typeof i83.FilterMenuInputWrapperComponent, typeof i84.StringFilterMenuInputComponent, typeof i85.StringFilterMenuComponent, typeof i86.FilterMenuTemplateDirective, typeof i87.NumericFilterMenuComponent, typeof i88.NumericFilterMenuInputComponent, typeof i89.DateFilterMenuInputComponent, typeof i90.DateFilterMenuComponent, typeof i91.FilterMenuHostDirective, typeof i92.BooleanFilterMenuComponent, typeof i93.FilterMenuDropDownListDirective, typeof i94.BooleanFilterRadioButtonDirective, typeof i95.ColumnMenuChooserItemCheckedDirective, typeof i96.ColumnListComponent, typeof i97.ColumnChooserComponent, typeof i98.ColumnMenuChooserComponent, typeof i99.ColumnMenuFilterComponent, typeof i100.ColumnMenuItemComponent, typeof i101.ColumnMenuItemContentTemplateDirective, typeof i102.ColumnMenuSortComponent, typeof i103.ColumnMenuComponent, typeof i104.ColumnMenuLockComponent, typeof i105.ColumnMenuTemplateDirective, typeof i106.ColumnMenuContainerComponent, typeof i107.ColumnMenuItemDirective, typeof i108.ColumnMenuStickComponent, typeof i109.ColumnMenuPositionComponent, typeof i110.ColumnMenuAutoSizeColumnComponent, typeof i111.ColumnMenuAutoSizeAllColumnsComponent, typeof i112.GridComponent, typeof i113.ListComponent, typeof i114.ToolbarComponent, typeof i115.LocalizedMessagesDirective, typeof i116.CustomMessagesComponent, typeof i117.DataBindingDirective, typeof i118.ToolbarTemplateDirective, typeof i119.SelectionDirective, typeof i120.TemplateEditingDirective, typeof i121.ReactiveEditingDirective, typeof i122.InCellEditingDirective, typeof i123.ExpandDetailsDirective, typeof i124.ExpandGroupDirective, typeof i125.GroupBindingDirective, typeof i126.GridMarqueeDirective, typeof i127.GridSpacerComponent, typeof i128.GridToolbarFocusableDirective, typeof i129.StatusBarComponent, typeof i130.StatusBarTemplateDirective, typeof i131.GridClipboardDirective, typeof i132.TableDirective], [typeof i112.GridComponent, typeof i118.ToolbarTemplateDirective, typeof i114.ToolbarComponent, typeof i127.GridSpacerComponent, typeof i130.StatusBarTemplateDirective, typeof i117.DataBindingDirective, typeof i119.SelectionDirective, typeof i116.CustomMessagesComponent, typeof i125.GroupBindingDirective, typeof i120.TemplateEditingDirective, typeof i121.ReactiveEditingDirective, typeof i122.InCellEditingDirective, typeof i123.ExpandDetailsDirective, typeof i124.ExpandGroupDirective, typeof i128.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.TableBodyComponent, typeof i26.NoRecordsTemplateDirective, typeof i27.CellComponent, typeof i28.EditCommandDirective, typeof i29.CancelCommandDirective, typeof i30.SaveCommandDirective, typeof i31.RemoveCommandDirective, typeof i32.AddCommandDirective, typeof i33.CellLoadingTemplateDirective, typeof i34.LoadingTemplateDirective, typeof i35.RowReorderColumnComponent, typeof i36.HeaderComponent, typeof i37.HeaderTemplateDirective, typeof i38.ColumnHandleDirective, typeof i39.SelectAllCheckboxDirective, typeof i41.PagerComponent, typeof i42.PagerPrevButtonsComponent, typeof i43.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i45.PagerInputComponent, typeof i46.PagerInfoComponent, typeof i47.PagerPageSizesComponent, typeof i48.PagerTemplateDirective, typeof i49.PagerDropDownListDirective, typeof i50.PagerInputDirective, typeof i51.FilterRowComponent, typeof i52.FilterCellComponent, typeof i53.FilterCellTemplateDirective, typeof i54.StringFilterCellComponent, typeof i55.NumericFilterCellComponent, typeof i56.AutoCompleteFilterCellComponent, typeof i57.BooleanFilterCellComponent, typeof i58.FilterCellHostDirective, typeof i59.FilterCellWrapperComponent, typeof i60.DateFilterCellComponent, typeof i61.FilterCellOperatorsComponent, typeof i62.ContainsFilterOperatorComponent, typeof i63.DoesNotContainFilterOperatorComponent, typeof i64.EndsWithFilterOperatorComponent, typeof i65.EqualFilterOperatorComponent, typeof i66.IsEmptyFilterOperatorComponent, typeof i67.IsNotEmptyFilterOperatorComponent, typeof i68.IsNotNullFilterOperatorComponent, typeof i69.IsNullFilterOperatorComponent, typeof i70.NotEqualFilterOperatorComponent, typeof i71.StartsWithFilterOperatorComponent, typeof i72.GreaterFilterOperatorComponent, typeof i73.GreaterOrEqualToFilterOperatorComponent, typeof i74.LessFilterOperatorComponent, typeof i75.LessOrEqualToFilterOperatorComponent, typeof i76.AfterFilterOperatorComponent, typeof i77.AfterEqFilterOperatorComponent, typeof i78.BeforeEqFilterOperatorComponent, typeof i79.BeforeFilterOperatorComponent, typeof i81.FilterMenuComponent, typeof i82.FilterMenuContainerComponent, typeof i83.FilterMenuInputWrapperComponent, typeof i84.StringFilterMenuInputComponent, typeof i85.StringFilterMenuComponent, typeof i86.FilterMenuTemplateDirective, typeof i87.NumericFilterMenuComponent, typeof i88.NumericFilterMenuInputComponent, typeof i89.DateFilterMenuInputComponent, typeof i90.DateFilterMenuComponent, typeof i91.FilterMenuHostDirective, typeof i92.BooleanFilterMenuComponent, typeof i93.FilterMenuDropDownListDirective, typeof i94.BooleanFilterRadioButtonDirective, typeof i97.ColumnChooserComponent, typeof i99.ColumnMenuFilterComponent, typeof i100.ColumnMenuItemComponent, typeof i101.ColumnMenuItemContentTemplateDirective, typeof i102.ColumnMenuSortComponent, typeof i104.ColumnMenuLockComponent, typeof i108.ColumnMenuStickComponent, typeof i109.ColumnMenuPositionComponent, typeof i98.ColumnMenuChooserComponent, typeof i105.ColumnMenuTemplateDirective, typeof i106.ColumnMenuContainerComponent, typeof i107.ColumnMenuItemDirective, typeof i103.ColumnMenuComponent, typeof i110.ColumnMenuAutoSizeColumnComponent, typeof i111.ColumnMenuAutoSizeAllColumnsComponent, typeof i131.GridClipboardDirective]>;
154
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.TableBodyComponent, typeof i26.NoRecordsTemplateDirective, typeof i27.CellComponent, typeof i28.EditCommandDirective, typeof i29.CancelCommandDirective, typeof i30.SaveCommandDirective, typeof i31.RemoveCommandDirective, typeof i32.AddCommandDirective, typeof i33.AddCommandToolbarDirective, typeof i34.CellLoadingTemplateDirective, typeof i35.LoadingTemplateDirective, typeof i36.RowReorderColumnComponent, typeof i37.HeaderComponent, typeof i38.HeaderTemplateDirective, typeof i39.ColumnHandleDirective, typeof i40.SelectAllCheckboxDirective, typeof i41.FooterComponent, typeof i42.CustomMessagesComponent, typeof i42.PagerFocusableDirective, typeof i42.PagerInfoComponent, typeof i42.PagerInputComponent, typeof i42.PagerNextButtonsComponent, typeof i42.PagerNumericButtonsComponent, typeof i42.PagerPageSizesComponent, typeof i42.PagerPrevButtonsComponent, typeof i42.PagerTemplateDirective, typeof i42.PagerComponent, typeof i42.PagerSpacerComponent, typeof i43.ToolBarComponent, typeof i43.ToolbarCustomMessagesComponent, typeof i43.ToolBarButtonComponent, typeof i43.ToolBarButtonGroupComponent, typeof i43.ToolBarDropDownButtonComponent, typeof i43.ToolBarSeparatorComponent, typeof i43.ToolBarSpacerComponent, typeof i43.ToolBarSplitButtonComponent, typeof i43.ToolBarToolComponent, typeof i44.FilterRowComponent, typeof i45.FilterCellComponent, typeof i46.FilterCellTemplateDirective, typeof i47.StringFilterCellComponent, typeof i48.NumericFilterCellComponent, typeof i49.AutoCompleteFilterCellComponent, typeof i50.BooleanFilterCellComponent, typeof i51.FilterCellHostDirective, typeof i52.FilterCellWrapperComponent, typeof i53.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i54.FilterCellOperatorsComponent, typeof i55.ContainsFilterOperatorComponent, typeof i56.DoesNotContainFilterOperatorComponent, typeof i57.EndsWithFilterOperatorComponent, typeof i58.EqualFilterOperatorComponent, typeof i59.IsEmptyFilterOperatorComponent, typeof i60.IsNotEmptyFilterOperatorComponent, typeof i61.IsNotNullFilterOperatorComponent, typeof i62.IsNullFilterOperatorComponent, typeof i63.NotEqualFilterOperatorComponent, typeof i64.StartsWithFilterOperatorComponent, typeof i65.GreaterFilterOperatorComponent, typeof i66.GreaterOrEqualToFilterOperatorComponent, typeof i67.LessFilterOperatorComponent, typeof i68.LessOrEqualToFilterOperatorComponent, typeof i69.AfterFilterOperatorComponent, typeof i70.AfterEqFilterOperatorComponent, typeof i71.BeforeEqFilterOperatorComponent, typeof i72.BeforeFilterOperatorComponent, typeof i73.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i54.FilterCellOperatorsComponent, typeof i55.ContainsFilterOperatorComponent, typeof i56.DoesNotContainFilterOperatorComponent, typeof i57.EndsWithFilterOperatorComponent, typeof i58.EqualFilterOperatorComponent, typeof i59.IsEmptyFilterOperatorComponent, typeof i60.IsNotEmptyFilterOperatorComponent, typeof i61.IsNotNullFilterOperatorComponent, typeof i62.IsNullFilterOperatorComponent, typeof i63.NotEqualFilterOperatorComponent, typeof i64.StartsWithFilterOperatorComponent, typeof i65.GreaterFilterOperatorComponent, typeof i66.GreaterOrEqualToFilterOperatorComponent, typeof i67.LessFilterOperatorComponent, typeof i68.LessOrEqualToFilterOperatorComponent, typeof i69.AfterFilterOperatorComponent, typeof i70.AfterEqFilterOperatorComponent, typeof i71.BeforeEqFilterOperatorComponent, typeof i72.BeforeFilterOperatorComponent, typeof i73.FilterInputDirective, typeof i74.FilterMenuComponent, typeof i75.FilterMenuContainerComponent, typeof i76.FilterMenuInputWrapperComponent, typeof i77.StringFilterMenuInputComponent, typeof i78.StringFilterMenuComponent, typeof i79.FilterMenuTemplateDirective, typeof i80.NumericFilterMenuComponent, typeof i81.NumericFilterMenuInputComponent, typeof i82.DateFilterMenuInputComponent, typeof i83.DateFilterMenuComponent, typeof i84.FilterMenuHostDirective, typeof i85.BooleanFilterMenuComponent, typeof i86.FilterMenuDropDownListDirective, typeof i87.BooleanFilterRadioButtonDirective, typeof i88.ColumnMenuChooserItemCheckedDirective, typeof i89.ColumnListComponent, typeof i90.ColumnChooserComponent, typeof i91.ColumnMenuChooserComponent, typeof i92.ColumnMenuFilterComponent, typeof i93.ColumnMenuItemComponent, typeof i94.ColumnMenuItemContentTemplateDirective, typeof i95.ColumnMenuSortComponent, typeof i96.ColumnMenuComponent, typeof i97.ColumnMenuLockComponent, typeof i98.ColumnMenuTemplateDirective, typeof i99.ColumnMenuContainerComponent, typeof i100.ColumnMenuItemDirective, typeof i101.ColumnMenuStickComponent, typeof i102.ColumnMenuPositionComponent, typeof i103.ColumnMenuAutoSizeColumnComponent, typeof i104.ColumnMenuAutoSizeAllColumnsComponent, typeof i105.GridComponent, typeof i106.ListComponent, typeof i107.ToolbarComponent, typeof i108.LocalizedMessagesDirective, typeof i109.CustomMessagesComponent, typeof i110.DataBindingDirective, typeof i111.ToolbarTemplateDirective, typeof i112.SelectionDirective, typeof i113.TemplateEditingDirective, typeof i114.ReactiveEditingDirective, typeof i115.InCellEditingDirective, typeof i116.ExpandDetailsDirective, typeof i117.ExpandGroupDirective, typeof i118.GroupBindingDirective, typeof i119.GridMarqueeDirective, typeof i120.GridSpacerComponent, typeof i121.GridToolbarFocusableDirective, typeof i122.StatusBarComponent, typeof i123.StatusBarTemplateDirective, typeof i124.GridClipboardDirective, typeof i43.ToolBarComponent, typeof i43.ToolbarCustomMessagesComponent, typeof i43.ToolBarButtonComponent, typeof i43.ToolBarButtonGroupComponent, typeof i43.ToolBarDropDownButtonComponent, typeof i43.ToolBarSeparatorComponent, typeof i43.ToolBarSpacerComponent, typeof i43.ToolBarSplitButtonComponent, typeof i43.ToolBarToolComponent, typeof i125.TableDirective], [typeof i105.GridComponent, typeof i111.ToolbarTemplateDirective, typeof i107.ToolbarComponent, typeof i120.GridSpacerComponent, typeof i123.StatusBarTemplateDirective, typeof i110.DataBindingDirective, typeof i112.SelectionDirective, typeof i109.CustomMessagesComponent, typeof i118.GroupBindingDirective, typeof i113.TemplateEditingDirective, typeof i114.ReactiveEditingDirective, typeof i115.InCellEditingDirective, typeof i116.ExpandDetailsDirective, typeof i117.ExpandGroupDirective, typeof i121.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.TableBodyComponent, typeof i26.NoRecordsTemplateDirective, typeof i27.CellComponent, typeof i28.EditCommandDirective, typeof i29.CancelCommandDirective, typeof i30.SaveCommandDirective, typeof i31.RemoveCommandDirective, typeof i32.AddCommandDirective, typeof i33.AddCommandToolbarDirective, typeof i34.CellLoadingTemplateDirective, typeof i35.LoadingTemplateDirective, typeof i36.RowReorderColumnComponent, typeof i37.HeaderComponent, typeof i38.HeaderTemplateDirective, typeof i39.ColumnHandleDirective, typeof i40.SelectAllCheckboxDirective, typeof i44.FilterRowComponent, typeof i45.FilterCellComponent, typeof i46.FilterCellTemplateDirective, typeof i47.StringFilterCellComponent, typeof i48.NumericFilterCellComponent, typeof i49.AutoCompleteFilterCellComponent, typeof i50.BooleanFilterCellComponent, typeof i51.FilterCellHostDirective, typeof i52.FilterCellWrapperComponent, typeof i53.DateFilterCellComponent, typeof i54.FilterCellOperatorsComponent, typeof i55.ContainsFilterOperatorComponent, typeof i56.DoesNotContainFilterOperatorComponent, typeof i57.EndsWithFilterOperatorComponent, typeof i58.EqualFilterOperatorComponent, typeof i59.IsEmptyFilterOperatorComponent, typeof i60.IsNotEmptyFilterOperatorComponent, typeof i61.IsNotNullFilterOperatorComponent, typeof i62.IsNullFilterOperatorComponent, typeof i63.NotEqualFilterOperatorComponent, typeof i64.StartsWithFilterOperatorComponent, typeof i65.GreaterFilterOperatorComponent, typeof i66.GreaterOrEqualToFilterOperatorComponent, typeof i67.LessFilterOperatorComponent, typeof i68.LessOrEqualToFilterOperatorComponent, typeof i69.AfterFilterOperatorComponent, typeof i70.AfterEqFilterOperatorComponent, typeof i71.BeforeEqFilterOperatorComponent, typeof i72.BeforeFilterOperatorComponent, typeof i74.FilterMenuComponent, typeof i75.FilterMenuContainerComponent, typeof i76.FilterMenuInputWrapperComponent, typeof i77.StringFilterMenuInputComponent, typeof i78.StringFilterMenuComponent, typeof i79.FilterMenuTemplateDirective, typeof i80.NumericFilterMenuComponent, typeof i81.NumericFilterMenuInputComponent, typeof i82.DateFilterMenuInputComponent, typeof i83.DateFilterMenuComponent, typeof i84.FilterMenuHostDirective, typeof i85.BooleanFilterMenuComponent, typeof i86.FilterMenuDropDownListDirective, typeof i87.BooleanFilterRadioButtonDirective, typeof i90.ColumnChooserComponent, typeof i92.ColumnMenuFilterComponent, typeof i93.ColumnMenuItemComponent, typeof i94.ColumnMenuItemContentTemplateDirective, typeof i95.ColumnMenuSortComponent, typeof i97.ColumnMenuLockComponent, typeof i101.ColumnMenuStickComponent, typeof i102.ColumnMenuPositionComponent, typeof i91.ColumnMenuChooserComponent, typeof i98.ColumnMenuTemplateDirective, typeof i99.ColumnMenuContainerComponent, typeof i100.ColumnMenuItemDirective, typeof i96.ColumnMenuComponent, typeof i103.ColumnMenuAutoSizeColumnComponent, typeof i104.ColumnMenuAutoSizeAllColumnsComponent, typeof i124.GridClipboardDirective, typeof i43.ToolBarComponent, typeof i43.ToolbarCustomMessagesComponent, typeof i43.ToolBarButtonComponent, typeof i43.ToolBarButtonGroupComponent, typeof i43.ToolBarDropDownButtonComponent, typeof i43.ToolBarSeparatorComponent, typeof i43.ToolBarSpacerComponent, typeof i43.ToolBarSplitButtonComponent, typeof i43.ToolBarToolComponent, typeof i42.CustomMessagesComponent, typeof i42.PagerFocusableDirective, typeof i42.PagerInfoComponent, typeof i42.PagerInputComponent, typeof i42.PagerNextButtonsComponent, typeof i42.PagerNumericButtonsComponent, typeof i42.PagerPageSizesComponent, typeof i42.PagerPrevButtonsComponent, typeof i42.PagerTemplateDirective, typeof i42.PagerComponent, typeof i42.PagerSpacerComponent]>;
162
155
  static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
163
156
  }
@@ -47,5 +47,5 @@ export declare class GroupHeaderComponent implements DoCheck {
47
47
  get arrowIcon(): string;
48
48
  get arrowSVGIcon(): SVGIcon;
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupHeaderComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<GroupHeaderComponent, "[kendoGridGroupHeader]", never, { "rowIndex": "rowIndex"; "logicalRowIndex": "logicalRowIndex"; "item": "item"; "skipGroupDecoration": "skipGroupDecoration"; "hasDetails": "hasDetails"; "totalColumnsCount": "totalColumnsCount"; "hasGroupHeaderColumn": "hasGroupHeaderColumn"; "groupHeaderColumns": "groupHeaderColumns"; "columns": "columns"; "groups": "groups"; }, {}, never, never, true, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<GroupHeaderComponent, "[kendoGridGroupHeader]", never, { "rowIndex": { "alias": "rowIndex"; "required": false; }; "logicalRowIndex": { "alias": "logicalRowIndex"; "required": false; }; "item": { "alias": "item"; "required": false; }; "skipGroupDecoration": { "alias": "skipGroupDecoration"; "required": false; }; "hasDetails": { "alias": "hasDetails"; "required": false; }; "totalColumnsCount": { "alias": "totalColumnsCount"; "required": false; }; "hasGroupHeaderColumn": { "alias": "hasGroupHeaderColumn"; "required": false; }; "groupHeaderColumns": { "alias": "groupHeaderColumns"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; }, {}, never, never, true, never>;
51
51
  }
@@ -71,5 +71,5 @@ export declare class GroupPanelComponent implements OnDestroy, DoCheck {
71
71
  private activateMenuItem;
72
72
  private handleMenuClick;
73
73
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupPanelComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<GroupPanelComponent, "kendo-grid-group-panel", never, { "text": "text"; "navigable": "navigable"; "groups": "groups"; }, { "change": "change"; }, never, never, true, never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<GroupPanelComponent, "kendo-grid-group-panel", never, { "text": { "alias": "text"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
75
75
  }
@@ -79,5 +79,5 @@ export declare class GroupBindingDirective extends DataBindingDirective implemen
79
79
  protected dataResult(skip: number, take: number): GridDataResult;
80
80
  protected applyState({ skip, take, sort, group, filter }: State): void;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupBindingDirective, never>;
82
- static ɵdir: i0.ɵɵDirectiveDeclaration<GroupBindingDirective, "[kendoGridGroupBinding]", ["kendoGridGroupBinding"], { "kendoGridGroupBinding": "kendoGridGroupBinding"; "sort": "sort"; "filter": "filter"; "group": "group"; }, {}, never, never, true, never>;
82
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GroupBindingDirective, "[kendoGridGroupBinding]", ["kendoGridGroupBinding"], { "kendoGridGroupBinding": { "alias": "kendoGridGroupBinding"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; }, {}, never, never, true, never>;
83
83
  }
package/index.d.ts CHANGED
@@ -4,7 +4,6 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export * from './directives';
6
6
  export { GridModule } from './grid.module';
7
- export { SharedModule } from './shared.module';
8
7
  export { GridComponent } from './grid.component';
9
8
  export { ColumnsContainer } from './columns/columns-container';
10
9
  export { ColumnBase } from './columns/column-base';
@@ -23,7 +22,6 @@ export { CellLoadingTemplateDirective } from './rendering/cell-loading.template.
23
22
  export { LoadingTemplateDirective } from './rendering/loading-template.directive';
24
23
  export { HeaderTemplateDirective } from './rendering/header/header-template.directive';
25
24
  export { FooterTemplateDirective } from './rendering/footer/footer-template.directive';
26
- export { PagerTemplateDirective } from './pager/pager-template.directive';
27
25
  export { GridSpacerComponent } from './rendering/common/spacer.component';
28
26
  export { ExpandDetailsDirective } from './rendering/details-expand.directive';
29
27
  export { StatusBarTemplateDirective } from './aggregates/status-bar-template.directive';
@@ -51,7 +49,6 @@ export { ResizeService } from './layout/resize.service';
51
49
  export { ResponsiveService } from './layout/responsive.service';
52
50
  export { FocusRoot } from './navigation/focus-root';
53
51
  export { NavigationService } from './navigation/navigation.service';
54
- export { PagerContextService } from './pager/pager-context.service';
55
52
  export { CELL_CONTEXT } from './rendering/common/cell-context';
56
53
  export { DetailsService } from './rendering/details/details.service';
57
54
  export { DEFAULT_SCROLLER_FACTORY } from './rendering/list.component';
@@ -65,7 +62,7 @@ export { DetailCollapseEvent } from './rendering/details/detail-collapse-event';
65
62
  export { GroupHeaderTemplateDirective } from './grouping/group-header-template.directive';
66
63
  export { GroupHeaderColumnTemplateDirective } from './grouping/group-header-column-template.directive';
67
64
  export { GroupFooterTemplateDirective } from './grouping/group-footer-template.directive';
68
- export { PagerSettings } from './pager/pager-settings';
65
+ export { PagerSettings, PagerPosition, PagerType, PageSizeItem } from './common/pager-settings';
69
66
  export { GridDataResult } from './data/data.collection';
70
67
  export { PageChangeEvent, DataStateChangeEvent } from './data/change-event-args.interface';
71
68
  export { DataItem } from './data/data-item.interface';
@@ -116,23 +113,7 @@ export { GreaterFilterOperatorComponent } from './filtering/operators/gt-filter-
116
113
  export { GreaterOrEqualToFilterOperatorComponent } from './filtering/operators/gte-filter-operator.component';
117
114
  export { LessOrEqualToFilterOperatorComponent } from './filtering/operators/lte-filter-operator.component';
118
115
  export { LessFilterOperatorComponent } from './filtering/operators/lt-filter-operator.component';
119
- export { PagerPrevButtonsComponent } from './pager/pager-prev-buttons.component';
120
- export { PagerNextButtonsComponent } from './pager/pager-next-buttons.component';
121
- export { PagerNumericButtonsComponent } from './pager/pager-numeric-buttons.component';
122
- export { PagerInputComponent } from './pager/pager-input.component';
123
- export { PagerInfoComponent } from './pager/pager-info.component';
124
- export { PagerPageSizesComponent } from './pager/pager-page-sizes.component';
125
- export { PageSizeItem } from './pager/pagesize-item.interface';
126
116
  export * from './filtering/filterable';
127
- export { PagerPosition, PagerType } from './pager/pager-settings';
128
- export { PagerElementComponent } from './pager/pager-element.component';
129
- export { RowFilterModule } from './filtering/cell/row-filtering.module';
130
- export { FilterMenuModule } from './filtering/menu/filter-menu.module';
131
- export { BodyModule } from './rendering/body.module';
132
- export { GroupModule } from './grouping/group.module';
133
- export { HeaderModule } from './rendering/header/header.module';
134
- export { FooterModule } from './rendering/footer/footer.module';
135
- export { PagerModule } from './pager/pager.module';
136
117
  export { TemplateEditingDirective } from './editing-directives/template-editing.directive';
137
118
  export { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
138
119
  export { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
@@ -143,7 +124,6 @@ export { HeaderComponent } from './rendering/header/header.component';
143
124
  export { ListComponent } from './rendering/list.component';
144
125
  export { FooterComponent } from './rendering/footer/footer.component';
145
126
  export { TableBodyComponent } from './rendering/table-body.component';
146
- export { PagerComponent } from './pager/pager.component';
147
127
  export { CustomMessagesComponent } from './localization/custom-messages.component';
148
128
  export { LoadingComponent } from './rendering/common/loading.component';
149
129
  export { PDFModule } from './pdf/pdf.module';
@@ -151,11 +131,16 @@ export { PDFComponent } from './pdf/pdf.component';
151
131
  export { PDFMargin } from './pdf/pdf-margin.interface';
152
132
  export { PDFMarginComponent } from './pdf/pdf-margin.component';
153
133
  export { PDFService } from './pdf/pdf.service';
134
+ export { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
135
+ export { PDFTemplateDirective } from './pdf/pdf-template.directive';
136
+ export { PDFCommandDirective } from './pdf/pdf-command.directive';
154
137
  export { ExcelModule } from './excel/excel.module';
155
138
  export { ExcelComponent } from './excel/excel.component';
156
139
  export { ExcelService } from './excel/excel.service';
157
140
  export { ExcelExportEvent } from './excel/excel-export-event';
158
141
  export { FetchDataCallback } from './common/fetch-data-callback';
142
+ export { ExcelCommandDirective } from './excel/excel-command.directive';
143
+ export { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
159
144
  export { RowClassFn, RowClassArgs, RowSelectedFn, RowStickyFn, RowSelectableFn } from './rendering/common/row-class';
160
145
  export { RowArgs } from './rendering/common/row-args';
161
146
  export { EditEvent } from './editing/edit-event-args.interface';
@@ -200,11 +185,9 @@ export { CancelCommandDirective } from './editing/cancel-command.directive';
200
185
  export { SaveCommandDirective } from './editing/save-command.directive';
201
186
  export { RemoveCommandDirective } from './editing/remove-command.directive';
202
187
  export { AddCommandDirective } from './editing/add-command.directive';
188
+ export { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
203
189
  export { EditingDirectiveBase } from './editing-directives/editing-directive-base';
204
190
  export { RowEditingDirectiveBase } from './editing-directives/row-editing-directive-base';
205
- export { PDFTemplateDirective } from './pdf/pdf-template.directive';
206
- export { PDFCommandDirective } from './pdf/pdf-command.directive';
207
- export { ExcelCommandDirective } from './excel/excel-command.directive';
208
191
  export { CellComponent } from './rendering/cell.component';
209
192
  export { ColumnMenuItemDirective } from './column-menu/column-menu-item.directive';
210
193
  export { ColumnMenuContainerComponent } from './column-menu/column-menu-container.component';
@@ -235,7 +218,6 @@ export { BooleanFilterComponent } from './filtering/boolean-filter.component';
235
218
  export { BooleanFilterCellComponent } from './filtering/cell/boolean-filter-cell.component';
236
219
  export { DateFilterComponent } from './filtering/date-filter.component';
237
220
  export { FilterCellHostDirective } from './filtering/cell/filter-cell-host.directive';
238
- export { SharedFilterModule } from './filtering/shared-filtering.module';
239
221
  export { ColumnChooserComponent } from './column-menu/column-chooser.component';
240
222
  export { SelectionCheckboxDirective } from './selection/selection-checkbox.directive';
241
223
  export { SelectAllCheckboxDirective } from './selection/selectall-checkbox.directive';
@@ -245,8 +227,6 @@ export { LogicalCellDirective } from './navigation/logical-cell.directive';
245
227
  export { LogicalRowDirective } from './navigation/logical-row.directive';
246
228
  export { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
247
229
  export { TableDirective } from './column-resizing/table.directive';
248
- export { PagerInputDirective } from './pager/pager-input.directive';
249
- export { PagerDropDownListDirective } from './pager/pager-dropdown.directive';
250
230
  export { GroupHeaderComponent } from './grouping/group-header.component';
251
231
  export { GroupPanelComponent } from './grouping/group-panel.component';
252
232
  export { SizingOptionsService } from './layout/sizing-options.service';
@@ -24,5 +24,5 @@ export declare class ResizableContainerDirective implements OnDestroy {
24
24
  private attachResize;
25
25
  private resize;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizableContainerDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableContainerDirective, "[kendoGridResizableContainer]", never, { "lockedWidth": "lockedWidth"; "kendoGridResizableContainer": "kendoGridResizableContainer"; }, {}, never, never, true, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableContainerDirective, "[kendoGridResizableContainer]", never, { "lockedWidth": { "alias": "lockedWidth"; "required": false; }; "kendoGridResizableContainer": { "alias": "kendoGridResizableContainer"; "required": false; }; }, {}, never, never, true, never>;
28
28
  }
@@ -44,29 +44,33 @@ export declare class GridMessages extends ComponentMessages {
44
44
  */
45
45
  pagerNextPage: string;
46
46
  /**
47
- * The label displayed before the pager input.
47
+ * The text displayed before the pager input.
48
48
  */
49
49
  pagerPage: string;
50
50
  /**
51
- * The label displayed after the page-size selector.
51
+ * The text displayed after the page-size selector.
52
52
  */
53
53
  pagerItemsPerPage: string;
54
54
  /**
55
- * The label before the total-page number.
55
+ * The text displayed before the total-page number.
56
56
  */
57
57
  pagerOf: string;
58
58
  /**
59
- * The label after the total-page number.
59
+ * The text displayed after the total number of items.
60
60
  */
61
61
  pagerItems: string;
62
62
  /**
63
63
  * The title attribute of the page number input element.
64
64
  */
65
65
  pagerPageNumberInputTitle: string;
66
+ /**
67
+ * The text of the aria-label attribute applied to the page number input element.
68
+ */
69
+ pagerInputLabel: string;
66
70
  /**
67
71
  * The text of the title and `aria-label` attributes applied to the page chooser in the Grid Pager.
68
72
  */
69
- selectPage: string;
73
+ pagerSelectPage: string;
70
74
  /**
71
75
  * The label of the filter cell or icon.
72
76
  */
@@ -407,5 +411,5 @@ export declare class GridMessages extends ComponentMessages {
407
411
  */
408
412
  groupChipMenuNext: string;
409
413
  static ɵfac: i0.ɵɵFactoryDeclaration<GridMessages, never>;
410
- static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": "groupPanelEmpty"; "noRecords": "noRecords"; "pagerLabel": "pagerLabel"; "pagerFirstPage": "pagerFirstPage"; "pagerLastPage": "pagerLastPage"; "pagerPreviousPage": "pagerPreviousPage"; "pagerNextPage": "pagerNextPage"; "pagerPage": "pagerPage"; "pagerItemsPerPage": "pagerItemsPerPage"; "pagerOf": "pagerOf"; "pagerItems": "pagerItems"; "pagerPageNumberInputTitle": "pagerPageNumberInputTitle"; "selectPage": "selectPage"; "filter": "filter"; "filterInputLabel": "filterInputLabel"; "filterMenuTitle": "filterMenuTitle"; "filterMenuOperatorsDropDownLabel": "filterMenuOperatorsDropDownLabel"; "filterMenuLogicDropDownLabel": "filterMenuLogicDropDownLabel"; "filterCellOperatorLabel": "filterCellOperatorLabel"; "booleanFilterCellLabel": "booleanFilterCellLabel"; "filterEqOperator": "filterEqOperator"; "filterNotEqOperator": "filterNotEqOperator"; "filterIsNullOperator": "filterIsNullOperator"; "filterIsNotNullOperator": "filterIsNotNullOperator"; "filterIsEmptyOperator": "filterIsEmptyOperator"; "filterIsNotEmptyOperator": "filterIsNotEmptyOperator"; "filterStartsWithOperator": "filterStartsWithOperator"; "filterContainsOperator": "filterContainsOperator"; "filterNotContainsOperator": "filterNotContainsOperator"; "filterEndsWithOperator": "filterEndsWithOperator"; "filterGteOperator": "filterGteOperator"; "filterGtOperator": "filterGtOperator"; "filterLteOperator": "filterLteOperator"; "filterLtOperator": "filterLtOperator"; "filterIsTrue": "filterIsTrue"; "filterIsFalse": "filterIsFalse"; "filterBooleanAll": "filterBooleanAll"; "filterAfterOrEqualOperator": "filterAfterOrEqualOperator"; "filterAfterOperator": "filterAfterOperator"; "filterBeforeOperator": "filterBeforeOperator"; "filterBeforeOrEqualOperator": "filterBeforeOrEqualOperator"; "filterFilterButton": "filterFilterButton"; "filterClearButton": "filterClearButton"; "filterAndLogic": "filterAndLogic"; "filterOrLogic": "filterOrLogic"; "loading": "loading"; "gridLabel": "gridLabel"; "columnMenu": "columnMenu"; "setColumnPosition": "setColumnPosition"; "columns": "columns"; "lock": "lock"; "unlock": "unlock"; "stick": "stick"; "unstick": "unstick"; "sortable": "sortable"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "autosizeThisColumn": "autosizeThisColumn"; "autosizeAllColumns": "autosizeAllColumns"; "sortedAscending": "sortedAscending"; "sortedDescending": "sortedDescending"; "sortedDefault": "sortedDefault"; "columnsApply": "columnsApply"; "columnsReset": "columnsReset"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "filterDateToday": "filterDateToday"; "filterDateToggle": "filterDateToggle"; "filterNumericDecrement": "filterNumericDecrement"; "filterNumericIncrement": "filterNumericIncrement"; "selectionCheckboxLabel": "selectionCheckboxLabel"; "selectAllCheckboxLabel": "selectAllCheckboxLabel"; "groupCollapse": "groupCollapse"; "groupExpand": "groupExpand"; "topToolbarLabel": "topToolbarLabel"; "bottomToolbarLabel": "bottomToolbarLabel"; "groupPanelLabel": "groupPanelLabel"; "dragRowHandleLabel": "dragRowHandleLabel"; "columnMenuFilterTabTitle": "columnMenuFilterTabTitle"; "columnMenuGeneralTabTitle": "columnMenuGeneralTabTitle"; "columnMenuColumnsTabTitle": "columnMenuColumnsTabTitle"; "groupChipMenuPrevious": "groupChipMenuPrevious"; "groupChipMenuNext": "groupChipMenuNext"; }, {}, never, never, false, never>;
414
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerFirstPage": { "alias": "pagerFirstPage"; "required": false; }; "pagerLastPage": { "alias": "pagerLastPage"; "required": false; }; "pagerPreviousPage": { "alias": "pagerPreviousPage"; "required": false; }; "pagerNextPage": { "alias": "pagerNextPage"; "required": false; }; "pagerPage": { "alias": "pagerPage"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItems": { "alias": "pagerItems"; "required": false; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterMenuTitle": { "alias": "filterMenuTitle"; "required": false; }; "filterMenuOperatorsDropDownLabel": { "alias": "filterMenuOperatorsDropDownLabel"; "required": false; }; "filterMenuLogicDropDownLabel": { "alias": "filterMenuLogicDropDownLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "gridLabel": { "alias": "gridLabel"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "setColumnPosition": { "alias": "setColumnPosition"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "stick": { "alias": "stick"; "required": false; }; "unstick": { "alias": "unstick"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "autosizeThisColumn": { "alias": "autosizeThisColumn"; "required": false; }; "autosizeAllColumns": { "alias": "autosizeAllColumns"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "detailExpand": { "alias": "detailExpand"; "required": false; }; "detailCollapse": { "alias": "detailCollapse"; "required": false; }; "filterDateToday": { "alias": "filterDateToday"; "required": false; }; "filterDateToggle": { "alias": "filterDateToggle"; "required": false; }; "filterNumericDecrement": { "alias": "filterNumericDecrement"; "required": false; }; "filterNumericIncrement": { "alias": "filterNumericIncrement"; "required": false; }; "selectionCheckboxLabel": { "alias": "selectionCheckboxLabel"; "required": false; }; "selectAllCheckboxLabel": { "alias": "selectAllCheckboxLabel"; "required": false; }; "groupCollapse": { "alias": "groupCollapse"; "required": false; }; "groupExpand": { "alias": "groupExpand"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "groupPanelLabel": { "alias": "groupPanelLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "columnMenuFilterTabTitle": { "alias": "columnMenuFilterTabTitle"; "required": false; }; "columnMenuGeneralTabTitle": { "alias": "columnMenuGeneralTabTitle"; "required": false; }; "columnMenuColumnsTabTitle": { "alias": "columnMenuColumnsTabTitle"; "required": false; }; "groupChipMenuPrevious": { "alias": "groupChipMenuPrevious"; "required": false; }; "groupChipMenuNext": { "alias": "groupChipMenuNext"; "required": false; }; }, {}, never, never, false, never>;
411
415
  }
@@ -66,5 +66,5 @@ export declare class FocusableDirective implements FocusableElement, AfterViewIn
66
66
  */
67
67
  registerElement(element: FocusableElement): void;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<FocusableDirective, [{ optional: true; skipSelf: true; }, null, null, null]>;
69
- static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoGridFocusable], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridCancelCommand], [kendoGridSelectionCheckbox] ", never, { "enabled": "kendoGridFocusable"; }, {}, never, never, true, never>;
69
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoGridFocusable], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridCancelCommand], [kendoGridSelectionCheckbox] ", never, { "enabled": { "alias": "kendoGridFocusable"; "required": false; }; }, {}, never, never, true, never>;
70
70
  }