@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.10

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 (323) hide show
  1. package/NOTICE.txt +12 -19
  2. package/aggregates/status-bar-template.directive.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 +1 -1
  5. package/column-menu/column-chooser.component.d.ts +1 -1
  6. package/column-menu/column-list.component.d.ts +1 -1
  7. package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
  8. package/column-menu/column-menu-autosize.component.d.ts +1 -1
  9. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  10. package/column-menu/column-menu-container.component.d.ts +1 -1
  11. package/column-menu/column-menu-filter.component.d.ts +1 -1
  12. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu-item.component.d.ts +1 -1
  14. package/column-menu/column-menu-item.directive.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +1 -1
  16. package/column-menu/column-menu-position.component.d.ts +1 -1
  17. package/column-menu/column-menu-sort.component.d.ts +1 -1
  18. package/column-menu/column-menu-stick.component.d.ts +1 -1
  19. package/column-menu/column-menu-template.directive.d.ts +1 -1
  20. package/column-menu/column-menu.component.d.ts +1 -1
  21. package/column-resizing/column-handle.directive.d.ts +1 -1
  22. package/column-resizing/table.directive.d.ts +1 -1
  23. package/columns/checkbox-column.component.d.ts +1 -1
  24. package/columns/column-base.d.ts +1 -1
  25. package/columns/column-group.component.d.ts +1 -1
  26. package/columns/column.component.d.ts +1 -1
  27. package/columns/command-column.component.d.ts +1 -1
  28. package/columns/reorder-column.component.d.ts +1 -1
  29. package/columns/span-column.component.d.ts +1 -1
  30. package/common/cell-click-event-args.interface.d.ts +1 -1
  31. package/common/clipboard.directive.d.ts +1 -1
  32. package/databinding.directive.d.ts +1 -1
  33. package/directives.d.ts +260 -0
  34. package/dragdrop/draggable-column.directive.d.ts +1 -1
  35. package/dragdrop/drop-target.directive.d.ts +1 -1
  36. package/editing/add-command.directive.d.ts +1 -1
  37. package/editing/cancel-command.directive.d.ts +1 -1
  38. package/editing/edit-command.directive.d.ts +1 -1
  39. package/editing/edit-template.directive.d.ts +1 -1
  40. package/editing/remove-command.directive.d.ts +1 -1
  41. package/editing/save-command.directive.d.ts +1 -1
  42. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  43. package/editing-directives/reactive-editing.directive.d.ts +2 -2
  44. package/editing-directives/template-editing.directive.d.ts +1 -1
  45. package/esm2020/aggregates/status-bar-template.directive.mjs +3 -2
  46. package/esm2020/aggregates/status-bar.component.mjs +6 -4
  47. package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +5 -2
  48. package/esm2020/column-menu/column-chooser.component.mjs +5 -5
  49. package/esm2020/column-menu/column-list.component.mjs +6 -5
  50. package/esm2020/column-menu/column-menu-autosize-all.component.mjs +7 -5
  51. package/esm2020/column-menu/column-menu-autosize.component.mjs +7 -5
  52. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  53. package/esm2020/column-menu/column-menu-container.component.mjs +3 -2
  54. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  55. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  56. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  57. package/esm2020/column-menu/column-menu-item.directive.mjs +5 -2
  58. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  59. package/esm2020/column-menu/column-menu-position.component.mjs +10 -8
  60. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  61. package/esm2020/column-menu/column-menu-stick.component.mjs +6 -4
  62. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  63. package/esm2020/column-menu/column-menu.component.mjs +26 -19
  64. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  65. package/esm2020/column-resizing/table.directive.mjs +3 -2
  66. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  67. package/esm2020/columns/column-group.component.mjs +3 -2
  68. package/esm2020/columns/column.component.mjs +3 -2
  69. package/esm2020/columns/command-column.component.mjs +3 -2
  70. package/esm2020/columns/reorder-column.component.mjs +3 -2
  71. package/esm2020/columns/span-column.component.mjs +3 -2
  72. package/esm2020/common/clipboard.directive.mjs +3 -2
  73. package/esm2020/databinding.directive.mjs +3 -2
  74. package/esm2020/directives.mjs +475 -0
  75. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  76. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  77. package/esm2020/editing/add-command.directive.mjs +7 -5
  78. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  79. package/esm2020/editing/edit-command.directive.mjs +7 -5
  80. package/esm2020/editing/edit-template.directive.mjs +3 -2
  81. package/esm2020/editing/remove-command.directive.mjs +7 -5
  82. package/esm2020/editing/save-command.directive.mjs +7 -5
  83. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  84. package/esm2020/editing-directives/reactive-editing.directive.mjs +4 -3
  85. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  86. package/esm2020/excel/excel-command.directive.mjs +7 -5
  87. package/esm2020/excel/excel.component.mjs +3 -2
  88. package/esm2020/excel/excel.module.mjs +11 -9
  89. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +8 -6
  90. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  91. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  92. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  93. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  94. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  95. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  96. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  97. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  98. package/esm2020/filtering/cell/row-filtering.module.mjs +88 -57
  99. package/esm2020/filtering/cell/string-filter-cell.component.mjs +10 -7
  100. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  101. package/esm2020/filtering/filter-row.component.mjs +8 -6
  102. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +7 -6
  103. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +8 -6
  104. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  105. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  106. package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +5 -2
  107. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  108. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -5
  109. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  110. package/esm2020/filtering/menu/filter-menu.component.mjs +7 -5
  111. package/esm2020/filtering/menu/filter-menu.module.mjs +92 -70
  112. package/esm2020/filtering/menu/filter-radio-button.directive.mjs +5 -2
  113. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  114. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  115. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  116. package/esm2020/filtering/menu/string-filter-menu.component.mjs +9 -7
  117. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  118. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  119. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  120. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  121. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  122. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  123. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  124. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  125. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  126. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  127. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  128. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  129. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  130. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  131. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  132. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  133. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  134. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  135. package/esm2020/filtering/shared-filtering.module.mjs +78 -137
  136. package/esm2020/grid.component.mjs +31 -25
  137. package/esm2020/grid.module.mjs +180 -237
  138. package/esm2020/grouping/group-footer-template.directive.mjs +3 -2
  139. package/esm2020/grouping/group-header-column-template.directive.mjs +3 -2
  140. package/esm2020/grouping/group-header-template.directive.mjs +3 -2
  141. package/esm2020/grouping/group-header.component.mjs +10 -8
  142. package/esm2020/grouping/group-panel.component.mjs +11 -10
  143. package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -2
  144. package/esm2020/grouping/group.module.mjs +37 -37
  145. package/esm2020/index.mjs +1 -1
  146. package/esm2020/layout/resizable.directive.mjs +3 -2
  147. package/esm2020/localization/custom-messages.component.mjs +3 -2
  148. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  149. package/esm2020/navigation/focusable.directive.mjs +3 -2
  150. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  151. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  152. package/esm2020/package-metadata.mjs +2 -2
  153. package/esm2020/pager/pager-dropdown.directive.mjs +5 -2
  154. package/esm2020/pager/pager-info.component.mjs +3 -2
  155. package/esm2020/pager/pager-input.component.mjs +8 -8
  156. package/esm2020/pager/pager-input.directive.mjs +5 -2
  157. package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
  158. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  159. package/esm2020/pager/pager-page-sizes.component.mjs +10 -8
  160. package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
  161. package/esm2020/pager/pager-template.directive.mjs +3 -2
  162. package/esm2020/pager/pager.component.mjs +10 -11
  163. package/esm2020/pager/pager.module.mjs +35 -81
  164. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  165. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  166. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  167. package/esm2020/pdf/pdf.component.mjs +3 -2
  168. package/esm2020/pdf/pdf.module.mjs +13 -28
  169. package/esm2020/rendering/body.module.mjs +72 -109
  170. package/esm2020/rendering/cell-loading.template.directive.mjs +3 -2
  171. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  172. package/esm2020/rendering/cell.component.mjs +15 -11
  173. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  174. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  175. package/esm2020/rendering/common/loading.component.mjs +6 -4
  176. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  177. package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
  178. package/esm2020/rendering/details-expand.directive.mjs +3 -2
  179. package/esm2020/rendering/footer/footer-template.directive.mjs +3 -2
  180. package/esm2020/rendering/footer/footer.component.mjs +9 -7
  181. package/esm2020/rendering/footer/footer.module.mjs +24 -18
  182. package/esm2020/rendering/grid-table.directive.mjs +3 -2
  183. package/esm2020/rendering/groups-expand.directive.mjs +3 -2
  184. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  185. package/esm2020/rendering/header/header.component.mjs +19 -18
  186. package/esm2020/rendering/header/header.module.mjs +136 -47
  187. package/esm2020/rendering/list.component.mjs +12 -11
  188. package/esm2020/rendering/loading-template.directive.mjs +3 -2
  189. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  190. package/esm2020/rendering/table-body.component.mjs +15 -12
  191. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  192. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  193. package/esm2020/rendering/toolbar/toolbar.component.mjs +6 -4
  194. package/esm2020/selection/marquee.directive.mjs +3 -2
  195. package/esm2020/selection/selectall-checkbox.directive.mjs +4 -3
  196. package/esm2020/selection/selection-checkbox.directive.mjs +3 -2
  197. package/esm2020/selection/selection.directive.mjs +3 -2
  198. package/esm2020/shared.module.mjs +24 -79
  199. package/excel/excel-command.directive.d.ts +1 -1
  200. package/excel/excel.component.d.ts +1 -1
  201. package/excel/excel.module.d.ts +4 -4
  202. package/fesm2015/progress-kendo-angular-grid.mjs +23472 -23457
  203. package/fesm2020/progress-kendo-angular-grid.mjs +22566 -22551
  204. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  205. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  206. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  207. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  208. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  209. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  210. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  211. package/filtering/cell/filter-cell.component.d.ts +1 -1
  212. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  213. package/filtering/cell/row-filtering.module.d.ts +38 -3
  214. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  215. package/filtering/date-filter.component.d.ts +1 -1
  216. package/filtering/filter-input.directive.d.ts +1 -1
  217. package/filtering/filter-row.component.d.ts +1 -1
  218. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  219. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  220. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  221. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  222. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
  223. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  224. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  225. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  226. package/filtering/menu/filter-menu.component.d.ts +1 -1
  227. package/filtering/menu/filter-menu.module.d.ts +52 -17
  228. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  229. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  230. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  231. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  232. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  233. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  234. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  235. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  236. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  237. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  238. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  239. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  240. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  241. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  242. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  243. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  244. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  245. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  246. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  247. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  248. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  249. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  250. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  251. package/filtering/shared-filtering.module.d.ts +38 -30
  252. package/grid.component.d.ts +3 -3
  253. package/grid.module.d.ts +131 -116
  254. package/grouping/group-footer-template.directive.d.ts +1 -1
  255. package/grouping/group-header-column-template.directive.d.ts +1 -1
  256. package/grouping/group-header-template.directive.d.ts +1 -1
  257. package/grouping/group-header.component.d.ts +1 -1
  258. package/grouping/group-panel.component.d.ts +1 -1
  259. package/grouping/group-scroll-binding.directive.d.ts +1 -1
  260. package/grouping/group.module.d.ts +27 -12
  261. package/index.d.ts +1 -1
  262. package/layout/resizable.directive.d.ts +1 -1
  263. package/localization/custom-messages.component.d.ts +1 -1
  264. package/localization/localized-messages.directive.d.ts +1 -1
  265. package/navigation/focusable.directive.d.ts +1 -1
  266. package/navigation/logical-cell.directive.d.ts +1 -1
  267. package/navigation/logical-row.directive.d.ts +1 -1
  268. package/package.json +16 -16
  269. package/pager/pager-dropdown.directive.d.ts +1 -1
  270. package/pager/pager-info.component.d.ts +1 -1
  271. package/pager/pager-input.component.d.ts +1 -1
  272. package/pager/pager-input.directive.d.ts +1 -1
  273. package/pager/pager-next-buttons.component.d.ts +1 -1
  274. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  275. package/pager/pager-page-sizes.component.d.ts +2 -2
  276. package/pager/pager-prev-buttons.component.d.ts +1 -1
  277. package/pager/pager-settings.d.ts +2 -2
  278. package/pager/pager-template.directive.d.ts +1 -1
  279. package/pager/pager.component.d.ts +1 -1
  280. package/pager/pager.module.d.ts +26 -19
  281. package/pdf/pdf-command.directive.d.ts +1 -1
  282. package/pdf/pdf-margin.component.d.ts +1 -1
  283. package/pdf/pdf-template.directive.d.ts +1 -1
  284. package/pdf/pdf.component.d.ts +1 -1
  285. package/pdf/pdf.module.d.ts +6 -6
  286. package/rendering/body.module.d.ts +39 -25
  287. package/rendering/cell-loading.template.directive.d.ts +1 -1
  288. package/rendering/cell-template.directive.d.ts +1 -1
  289. package/rendering/cell.component.d.ts +1 -1
  290. package/rendering/common/col-group.component.d.ts +1 -1
  291. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  292. package/rendering/common/loading.component.d.ts +1 -1
  293. package/rendering/common/spacer.component.d.ts +1 -1
  294. package/rendering/details/detail-template.directive.d.ts +1 -1
  295. package/rendering/details-expand.directive.d.ts +1 -1
  296. package/rendering/footer/footer-template.directive.d.ts +1 -1
  297. package/rendering/footer/footer.component.d.ts +1 -1
  298. package/rendering/footer/footer.module.d.ts +19 -5
  299. package/rendering/grid-table.directive.d.ts +1 -1
  300. package/rendering/groups-expand.directive.d.ts +1 -1
  301. package/rendering/header/header-template.directive.d.ts +1 -1
  302. package/rendering/header/header.component.d.ts +1 -1
  303. package/rendering/header/header.module.d.ts +90 -13
  304. package/rendering/list.component.d.ts +1 -1
  305. package/rendering/loading-template.directive.d.ts +1 -1
  306. package/rendering/no-records-template.directive.d.ts +1 -1
  307. package/rendering/table-body.component.d.ts +1 -1
  308. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  309. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  310. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  311. package/schematics/ngAdd/index.js +4 -4
  312. package/scrolling/content-scroll-event.d.ts +1 -1
  313. package/selection/marquee.directive.d.ts +1 -1
  314. package/selection/selectall-checkbox.directive.d.ts +2 -2
  315. package/selection/selection-checkbox.directive.d.ts +1 -1
  316. package/selection/selection.directive.d.ts +1 -1
  317. package/shared.module.d.ts +4 -6
  318. package/column-menu/column-menu.module.d.ts +0 -35
  319. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  320. package/esm2020/column-menu/column-menu.module.mjs +0 -113
  321. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  322. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  323. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -3,152 +3,93 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { ReactiveFormsModule, FormsModule } from '@angular/forms';
8
- import { DropDownListModule, AutoCompleteModule } from '@progress/kendo-angular-dropdowns';
9
- import { InputsModule } from '@progress/kendo-angular-inputs';
10
- import { DatePickerModule } from '@progress/kendo-angular-dateinputs';
11
- import { PopupModule } from "@progress/kendo-angular-popup";
12
- import { SharedModule } from '../shared.module';
13
- import { FilterCellOperatorsComponent } from './cell/filter-cell-operators.component';
14
- import { FilterInputDirective } from './filter-input.directive';
15
- import { ContainsFilterOperatorComponent } from './operators/contains-filter-operator.component';
16
- import { DoesNotContainFilterOperatorComponent } from './operators/not-contains-filter-operator.component';
17
- import { EndsWithFilterOperatorComponent } from './operators/ends-with-filter-operator.component';
18
- import { EqualFilterOperatorComponent } from './operators/eq-filter-operator.component';
19
- import { IsEmptyFilterOperatorComponent } from './operators/is-empty-filter-operator.component';
20
- import { IsNotEmptyFilterOperatorComponent } from './operators/is-not-empty-filter-operator.component';
21
- import { IsNotNullFilterOperatorComponent } from './operators/is-not-null-filter-operator.component';
22
- import { IsNullFilterOperatorComponent } from './operators/isnull-filter-operator.component';
23
- import { NotEqualFilterOperatorComponent } from './operators/neq-filter-operator.component';
24
- import { StartsWithFilterOperatorComponent } from './operators/starts-with-filter-operator.component';
25
- import { GreaterFilterOperatorComponent } from './operators/gt-filter-operator.component';
26
- import { GreaterOrEqualToFilterOperatorComponent } from './operators/gte-filter-operator.component';
27
- import { LessFilterOperatorComponent } from './operators/lt-filter-operator.component';
28
- import { LessOrEqualToFilterOperatorComponent } from './operators/lte-filter-operator.component';
29
- import { AfterFilterOperatorComponent } from './operators/after-filter-operator.component';
30
- import { AfterEqFilterOperatorComponent } from './operators/after-eq-filter-operator.component';
31
- import { BeforeEqFilterOperatorComponent } from './operators/before-eq-filter-operator.component';
32
- import { BeforeFilterOperatorComponent } from './operators/before-filter-operator.component';
33
- import { ButtonModule } from '@progress/kendo-angular-buttons';
6
+ import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
7
+ import { PopupService } from "@progress/kendo-angular-popup";
8
+ import { KENDO_GRID_FILTER_SHARED } from '../directives';
9
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
10
+ import { IconsService } from '@progress/kendo-angular-icons';
11
+ import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
34
12
  import * as i0 from "@angular/core";
35
- const FILTER_OPERATORS = [
36
- FilterCellOperatorsComponent,
37
- ContainsFilterOperatorComponent,
38
- DoesNotContainFilterOperatorComponent,
39
- EndsWithFilterOperatorComponent,
40
- EqualFilterOperatorComponent,
41
- IsEmptyFilterOperatorComponent,
42
- IsNotEmptyFilterOperatorComponent,
43
- IsNotNullFilterOperatorComponent,
44
- IsNullFilterOperatorComponent,
45
- NotEqualFilterOperatorComponent,
46
- StartsWithFilterOperatorComponent,
47
- GreaterFilterOperatorComponent,
48
- GreaterOrEqualToFilterOperatorComponent,
49
- LessFilterOperatorComponent,
50
- LessOrEqualToFilterOperatorComponent,
51
- AfterFilterOperatorComponent,
52
- AfterEqFilterOperatorComponent,
53
- BeforeEqFilterOperatorComponent,
54
- BeforeFilterOperatorComponent
55
- ];
56
- const importedModules = [
57
- CommonModule,
58
- ReactiveFormsModule,
59
- FormsModule,
60
- DropDownListModule,
61
- AutoCompleteModule,
62
- InputsModule,
63
- DatePickerModule,
64
- PopupModule,
65
- SharedModule,
66
- ButtonModule,
67
- ];
68
- const COMPONENTS = [
69
- FilterInputDirective
70
- ];
13
+ import * as i1 from "../columns/column.component";
14
+ import * as i2 from "../columns/column-group.component";
15
+ import * as i3 from "../navigation/logical-cell.directive";
16
+ import * as i4 from "../navigation/logical-row.directive";
17
+ import * as i5 from "../navigation/focusable.directive";
18
+ import * as i6 from "../rendering/footer/footer-template.directive";
19
+ import * as i7 from "../rendering/common/col-group.component";
20
+ import * as i8 from "../layout/resizable.directive";
21
+ import * as i9 from "@progress/kendo-angular-common";
22
+ import * as i10 from "../rendering/common/field-accessor.pipe";
23
+ import * as i11 from "../rendering/details/detail-template.directive";
24
+ import * as i12 from "../columns/span-column.component";
25
+ import * as i13 from "../column-resizing/table.directive";
26
+ import * as i14 from "../rendering/common/loading.component";
27
+ import * as i15 from "../rendering/grid-table.directive";
28
+ import * as i16 from "./cell/filter-cell-operators.component";
29
+ import * as i17 from "./operators/contains-filter-operator.component";
30
+ import * as i18 from "./operators/not-contains-filter-operator.component";
31
+ import * as i19 from "./operators/ends-with-filter-operator.component";
32
+ import * as i20 from "./operators/eq-filter-operator.component";
33
+ import * as i21 from "./operators/is-empty-filter-operator.component";
34
+ import * as i22 from "./operators/is-not-empty-filter-operator.component";
35
+ import * as i23 from "./operators/is-not-null-filter-operator.component";
36
+ import * as i24 from "./operators/isnull-filter-operator.component";
37
+ import * as i25 from "./operators/neq-filter-operator.component";
38
+ import * as i26 from "./operators/starts-with-filter-operator.component";
39
+ import * as i27 from "./operators/gt-filter-operator.component";
40
+ import * as i28 from "./operators/gte-filter-operator.component";
41
+ import * as i29 from "./operators/lt-filter-operator.component";
42
+ import * as i30 from "./operators/lte-filter-operator.component";
43
+ import * as i31 from "./operators/after-filter-operator.component";
44
+ import * as i32 from "./operators/after-eq-filter-operator.component";
45
+ import * as i33 from "./operators/before-eq-filter-operator.component";
46
+ import * as i34 from "./operators/before-filter-operator.component";
47
+ import * as i35 from "./filter-input.directive";
71
48
  /**
72
49
  * @hidden
50
+ *
51
+ * This module is deprecated and will be removed in a future major version release.
73
52
  */
74
53
  export class SharedFilterModule {
75
- static exports() {
76
- return [
77
- ...FILTER_OPERATORS
78
- ];
79
- }
80
54
  }
81
55
  SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
82
- SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, declarations: [FilterCellOperatorsComponent,
83
- ContainsFilterOperatorComponent,
84
- DoesNotContainFilterOperatorComponent,
85
- EndsWithFilterOperatorComponent,
86
- EqualFilterOperatorComponent,
87
- IsEmptyFilterOperatorComponent,
88
- IsNotEmptyFilterOperatorComponent,
89
- IsNotNullFilterOperatorComponent,
90
- IsNullFilterOperatorComponent,
91
- NotEqualFilterOperatorComponent,
92
- StartsWithFilterOperatorComponent,
93
- GreaterFilterOperatorComponent,
94
- GreaterOrEqualToFilterOperatorComponent,
95
- LessFilterOperatorComponent,
96
- LessOrEqualToFilterOperatorComponent,
97
- AfterFilterOperatorComponent,
98
- AfterEqFilterOperatorComponent,
99
- BeforeEqFilterOperatorComponent,
100
- BeforeFilterOperatorComponent, FilterInputDirective], imports: [CommonModule,
101
- ReactiveFormsModule,
102
- FormsModule,
103
- DropDownListModule,
104
- AutoCompleteModule,
105
- InputsModule,
106
- DatePickerModule,
107
- PopupModule,
108
- SharedModule,
109
- ButtonModule], exports: [FilterCellOperatorsComponent,
110
- ContainsFilterOperatorComponent,
111
- DoesNotContainFilterOperatorComponent,
112
- EndsWithFilterOperatorComponent,
113
- EqualFilterOperatorComponent,
114
- IsEmptyFilterOperatorComponent,
115
- IsNotEmptyFilterOperatorComponent,
116
- IsNotNullFilterOperatorComponent,
117
- IsNullFilterOperatorComponent,
118
- NotEqualFilterOperatorComponent,
119
- StartsWithFilterOperatorComponent,
120
- GreaterFilterOperatorComponent,
121
- GreaterOrEqualToFilterOperatorComponent,
122
- LessFilterOperatorComponent,
123
- LessOrEqualToFilterOperatorComponent,
124
- AfterFilterOperatorComponent,
125
- AfterEqFilterOperatorComponent,
126
- BeforeEqFilterOperatorComponent,
127
- BeforeFilterOperatorComponent, CommonModule,
128
- ReactiveFormsModule,
129
- FormsModule,
130
- DropDownListModule,
131
- AutoCompleteModule,
132
- InputsModule,
133
- DatePickerModule,
134
- PopupModule,
135
- SharedModule,
136
- ButtonModule, FilterInputDirective] });
137
- SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [importedModules, CommonModule,
138
- ReactiveFormsModule,
139
- FormsModule,
140
- DropDownListModule,
141
- AutoCompleteModule,
142
- InputsModule,
143
- DatePickerModule,
144
- PopupModule,
145
- SharedModule,
146
- ButtonModule] });
56
+ SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective] });
57
+ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
58
+ PopupService,
59
+ ResizeBatchService,
60
+ IconsService,
61
+ DialogContainerService,
62
+ DialogService,
63
+ WindowService,
64
+ WindowContainerService,
65
+ CalendarDOMService,
66
+ CenturyViewService,
67
+ DecadeViewService,
68
+ MonthViewService,
69
+ YearViewService,
70
+ WeekNamesService,
71
+ NavigationService
72
+ ], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent] });
147
73
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
148
74
  type: NgModule,
149
75
  args: [{
150
- declarations: [FILTER_OPERATORS, COMPONENTS],
151
- exports: [FILTER_OPERATORS, importedModules, COMPONENTS],
152
- imports: [...importedModules]
76
+ exports: [...KENDO_GRID_FILTER_SHARED],
77
+ imports: [...KENDO_GRID_FILTER_SHARED],
78
+ providers: [
79
+ PopupService,
80
+ ResizeBatchService,
81
+ IconsService,
82
+ DialogContainerService,
83
+ DialogService,
84
+ WindowService,
85
+ WindowContainerService,
86
+ CalendarDOMService,
87
+ CenturyViewService,
88
+ DecadeViewService,
89
+ MonthViewService,
90
+ YearViewService,
91
+ WeekNamesService,
92
+ NavigationService
93
+ ]
153
94
  }]
154
95
  }] });
@@ -72,13 +72,30 @@ import { CellLoadingTemplateDirective } from './rendering/cell-loading.template.
72
72
  import { ContextService } from './common/provider.service';
73
73
  import { LoadingTemplateDirective } from './rendering/loading-template.directive';
74
74
  import { SizingOptionsService } from './layout/sizing-options.service';
75
- import { guid, shouldShowValidationUI } from '@progress/kendo-angular-common';
75
+ import { DraggableDirective, WatermarkOverlayComponent, guid, shouldShowValidationUI } from '@progress/kendo-angular-common';
76
76
  import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
77
77
  import { RowReorderService } from './row-reordering/row-reorder.service';
78
78
  import { StatusBarTemplateDirective } from './aggregates/status-bar-template.directive';
79
79
  import { CellSelectionAggregateService } from './aggregates/selection-aggregate.service';
80
80
  import { ClipboardService } from './common/clipboard.service';
81
81
  import { ColumnConfigurationErrorMessages, GridConfigurationErrorMessages } from './common/error-messages';
82
+ import { StatusBarComponent } from './aggregates/status-bar.component';
83
+ import { LoadingComponent } from './rendering/common/loading.component';
84
+ import { TableBodyComponent } from './rendering/table-body.component';
85
+ import { FooterComponent } from './rendering/footer/footer.component';
86
+ import { GridMarqueeDirective } from './selection/marquee.directive';
87
+ import { ListComponent } from './rendering/list.component';
88
+ import { ResizableContainerDirective } from './layout/resizable.directive';
89
+ import { HeaderComponent } from './rendering/header/header.component';
90
+ import { ColGroupComponent } from './rendering/common/col-group.component';
91
+ import { GridTableDirective } from './rendering/grid-table.directive';
92
+ import { TableDirective } from './column-resizing/table.directive';
93
+ import { GroupPanelComponent } from './grouping/group-panel.component';
94
+ import { PagerComponent } from './pager/pager.component';
95
+ import { ToolbarComponent } from './rendering/toolbar/toolbar.component';
96
+ import { NgIf } from '@angular/common';
97
+ import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
98
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
82
99
  import * as i0 from "@angular/core";
83
100
  import * as i1 from "./layout/browser-support.service";
84
101
  import * as i2 from "./selection/selection.service";
@@ -104,25 +121,6 @@ import * as i21 from "@progress/kendo-angular-l10n";
104
121
  import * as i22 from "./common/provider.service";
105
122
  import * as i23 from "./layout/sizing-options.service";
106
123
  import * as i24 from "./row-reordering/row-reorder.service";
107
- import * as i25 from "@angular/common";
108
- import * as i26 from "./grouping/group-panel.component";
109
- import * as i27 from "./rendering/common/col-group.component";
110
- import * as i28 from "./layout/resizable.directive";
111
- import * as i29 from "./column-resizing/table.directive";
112
- import * as i30 from "./rendering/common/loading.component";
113
- import * as i31 from "./rendering/grid-table.directive";
114
- import * as i32 from "@progress/kendo-angular-common";
115
- import * as i33 from "@progress/kendo-angular-icons";
116
- import * as i34 from "./rendering/table-body.component";
117
- import * as i35 from "./rendering/header/header.component";
118
- import * as i36 from "./rendering/footer/footer.component";
119
- import * as i37 from "./pager/pager.component";
120
- import * as i38 from "@progress/kendo-angular-utils";
121
- import * as i39 from "./rendering/list.component";
122
- import * as i40 from "./rendering/toolbar/toolbar.component";
123
- import * as i41 from "./localization/localized-messages.directive";
124
- import * as i42 from "./selection/marquee.directive";
125
- import * as i43 from "./aggregates/status-bar.component";
126
124
  const createControl = (source) => (acc, key) => {
127
125
  acc[key] = new FormControl(source[key]);
128
126
  return acc;
@@ -333,11 +331,11 @@ export class GridComponent {
333
331
  */
334
332
  this.add = new EventEmitter();
335
333
  /**
336
- * Fires when the user leaves an edited cell ([see example]({% slug editing_incell_grid %}#toc-basic-concepts)).
334
+ * Fires when the user leaves an edited cell ([see example](slug:editing_incell_grid)).
337
335
  */
338
336
  this.cellClose = new EventEmitter();
339
337
  /**
340
- * Fires when the user clicks a cell ([see example]({% slug editing_incell_grid %}#toc-basic-concepts)).
338
+ * Fires when the user clicks a cell ([see example](slug:editing_incell_grid)).
341
339
  */
342
340
  this.cellClick = new ZoneAwareEventEmitter(this.ngZone);
343
341
  /**
@@ -2003,7 +2001,7 @@ export class GridComponent {
2003
2001
  }
2004
2002
  }
2005
2003
  GridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridComponent, deps: [{ token: i1.BrowserSupportService }, { token: i2.SelectionService }, { token: i3.CellSelectionService }, { token: i0.ElementRef }, { token: i4.GroupInfoService }, { token: i5.GroupsService }, { token: i6.ChangeNotificationService }, { token: i7.DetailsService }, { token: i8.EditService }, { token: i9.FilterService }, { token: i10.PDFService }, { token: i11.ResponsiveService }, { token: i0.Renderer2 }, { token: i12.ExcelService }, { token: i0.NgZone }, { token: i13.ScrollSyncService }, { token: i14.DomEventsService }, { token: i15.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i16.ColumnReorderService }, { token: i17.ColumnInfoService }, { token: i18.NavigationService }, { token: i19.SortService }, { token: i20.ScrollRequestService }, { token: i21.LocalizationService }, { token: i22.ContextService }, { token: i23.SizingOptionsService }, { token: i24.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
2006
- GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridComponent, selector: "kendo-grid", inputs: { 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", cellSelected: "cellSelected", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", isDetailExpanded: "isDetailExpanded", isGroupExpanded: "isGroupExpanded" }, outputs: { 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" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClass", "class.k-grid-sm": "this.sizeSmallClass", "class.k-grid-md": "this.sizeMediumClass", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
2004
+ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridComponent, isStandalone: true, selector: "kendo-grid", inputs: { 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", cellSelected: "cellSelected", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", isDetailExpanded: "isDetailExpanded", isGroupExpanded: "isGroupExpanded" }, outputs: { 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" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClass", "class.k-grid-sm": "this.sizeSmallClass", "class.k-grid-md": "this.sizeMediumClass", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
2007
2005
  BrowserSupportService,
2008
2006
  LocalizationService,
2009
2007
  ColumnInfoService,
@@ -2627,7 +2625,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
2627
2625
  </ng-template>
2628
2626
 
2629
2627
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
2630
- `, isInline: true, dependencies: [{ kind: "directive", type: i25.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i26.GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { kind: "component", type: i27.ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { kind: "directive", type: i28.ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { kind: "directive", type: i29.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: i30.LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { kind: "directive", type: i31.GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { kind: "directive", type: i32.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i33.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i34.TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { kind: "component", type: i35.HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { kind: "component", type: i36.FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { kind: "component", type: i37.PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { kind: "directive", type: i38.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: i38.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "component", type: i32.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: i39.ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "component", type: i40.ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { kind: "directive", type: i41.LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { kind: "directive", type: i42.GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }, { kind: "component", type: i43.StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
2628
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { kind: "component", type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { kind: "component", type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { kind: "directive", type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "directive", type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { kind: "component", type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }, { kind: "component", type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { kind: "component", type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], encapsulation: i0.ViewEncapsulation.None });
2631
2629
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridComponent, decorators: [{
2632
2630
  type: Component,
2633
2631
  args: [{
@@ -3259,7 +3257,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3259
3257
  </ng-template>
3260
3258
 
3261
3259
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
3262
- `
3260
+ `,
3261
+ standalone: true,
3262
+ imports: [
3263
+ LocalizedMessagesDirective, NgIf, ToolbarComponent, PagerComponent, GroupPanelComponent,
3264
+ TableDirective, GridTableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective,
3265
+ ListComponent, DragTargetContainerDirective, DropTargetContainerDirective, DraggableDirective,
3266
+ GridMarqueeDirective, FooterComponent, TableBodyComponent, LoadingComponent, StatusBarComponent,
3267
+ IconWrapperComponent, WatermarkOverlayComponent
3268
+ ]
3263
3269
  }]
3264
3270
  }], ctorParameters: function () { return [{ type: i1.BrowserSupportService }, { type: i2.SelectionService }, { type: i3.CellSelectionService }, { type: i0.ElementRef }, { type: i4.GroupInfoService }, { type: i5.GroupsService }, { type: i6.ChangeNotificationService }, { type: i7.DetailsService }, { type: i8.EditService }, { type: i9.FilterService }, { type: i10.PDFService }, { type: i11.ResponsiveService }, { type: i0.Renderer2 }, { type: i12.ExcelService }, { type: i0.NgZone }, { type: i13.ScrollSyncService }, { type: i14.DomEventsService }, { type: i15.ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: i16.ColumnReorderService }, { type: i17.ColumnInfoService }, { type: i18.NavigationService }, { type: i19.SortService }, { type: i20.ScrollRequestService }, { type: i21.LocalizationService }, { type: i22.ContextService }, { type: i23.SizingOptionsService }, { type: i24.RowReorderService }]; }, propDecorators: { data: [{
3265
3271
  type: Input