@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,95 +3,40 @@
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 { ColumnComponent } from './columns/column.component';
8
- import { SpanColumnComponent } from './columns/span-column.component';
9
- import { ColumnGroupComponent } from './columns/column-group.component';
10
- import { FooterTemplateDirective } from './rendering/footer/footer-template.directive';
11
- import { ColGroupComponent } from './rendering/common/col-group.component';
12
- import { LoadingComponent } from './rendering/common/loading.component';
13
- import { ResizableContainerDirective } from './layout/resizable.directive';
14
- import { TemplateContextDirective } from './rendering/common/template-context.directive';
15
- import { DetailTemplateDirective } from './rendering/details/detail-template.directive';
6
+ import { IconsService } from '@progress/kendo-angular-icons';
7
+ import { KENDO_GRID_SHARED } from './directives';
16
8
  import { DraggableModule } from '@progress/kendo-angular-common';
17
- import { LogicalCellDirective } from './navigation/logical-cell.directive';
18
- import { LogicalRowDirective } from './navigation/logical-row.directive';
19
- import { FieldAccessorPipe } from "./rendering/common/field-accessor.pipe";
20
- import { TableDirective } from "./column-resizing/table.directive";
21
- import { FocusableDirective } from "./navigation/focusable.directive";
22
- import { EventsModule } from '@progress/kendo-angular-common';
23
- import { GridTableDirective } from './rendering/grid-table.directive';
24
- import { IconsModule } from '@progress/kendo-angular-icons';
25
9
  import * as i0 from "@angular/core";
26
- const exportedModules = [
27
- ColumnComponent,
28
- ColumnGroupComponent,
29
- LogicalCellDirective,
30
- LogicalRowDirective,
31
- FocusableDirective,
32
- FooterTemplateDirective,
33
- ColGroupComponent,
34
- ResizableContainerDirective,
35
- TemplateContextDirective,
36
- FieldAccessorPipe,
37
- DetailTemplateDirective,
38
- SpanColumnComponent,
39
- TableDirective,
40
- LoadingComponent,
41
- GridTableDirective
42
- ];
10
+ import * as i1 from "./columns/column.component";
11
+ import * as i2 from "./columns/column-group.component";
12
+ import * as i3 from "./navigation/logical-cell.directive";
13
+ import * as i4 from "./navigation/logical-row.directive";
14
+ import * as i5 from "./navigation/focusable.directive";
15
+ import * as i6 from "./rendering/footer/footer-template.directive";
16
+ import * as i7 from "./rendering/common/col-group.component";
17
+ import * as i8 from "./layout/resizable.directive";
18
+ import * as i9 from "@progress/kendo-angular-common";
19
+ import * as i10 from "./rendering/common/field-accessor.pipe";
20
+ import * as i11 from "./rendering/details/detail-template.directive";
21
+ import * as i12 from "./columns/span-column.component";
22
+ import * as i13 from "./column-resizing/table.directive";
23
+ import * as i14 from "./rendering/common/loading.component";
24
+ import * as i15 from "./rendering/grid-table.directive";
43
25
  /**
44
26
  * @hidden
27
+ *
28
+ * This module is deprecated and will be removed in a future major version release.
45
29
  */
46
30
  export class SharedModule {
47
- static exports() {
48
- return [
49
- ColumnComponent,
50
- SpanColumnComponent,
51
- ColumnGroupComponent,
52
- FooterTemplateDirective,
53
- DetailTemplateDirective,
54
- FocusableDirective,
55
- GridTableDirective
56
- ];
57
- }
58
31
  }
59
32
  SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
60
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, declarations: [ColumnComponent,
61
- ColumnGroupComponent,
62
- LogicalCellDirective,
63
- LogicalRowDirective,
64
- FocusableDirective,
65
- FooterTemplateDirective,
66
- ColGroupComponent,
67
- ResizableContainerDirective,
68
- TemplateContextDirective,
69
- FieldAccessorPipe,
70
- DetailTemplateDirective,
71
- SpanColumnComponent,
72
- TableDirective,
73
- LoadingComponent,
74
- GridTableDirective], imports: [CommonModule, IconsModule], exports: [ColumnComponent,
75
- ColumnGroupComponent,
76
- LogicalCellDirective,
77
- LogicalRowDirective,
78
- FocusableDirective,
79
- FooterTemplateDirective,
80
- ColGroupComponent,
81
- ResizableContainerDirective,
82
- TemplateContextDirective,
83
- FieldAccessorPipe,
84
- DetailTemplateDirective,
85
- SpanColumnComponent,
86
- TableDirective,
87
- LoadingComponent,
88
- GridTableDirective, DraggableModule, EventsModule, IconsModule] });
89
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [CommonModule, IconsModule, DraggableModule, EventsModule, IconsModule] });
33
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, 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], 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, DraggableModule] });
34
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, DraggableModule] });
90
35
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
91
36
  type: NgModule,
92
37
  args: [{
93
- declarations: [exportedModules],
94
- exports: [exportedModules, DraggableModule, EventsModule, IconsModule],
95
- imports: [CommonModule, IconsModule]
38
+ exports: [...KENDO_GRID_SHARED, DraggableModule],
39
+ imports: [...KENDO_GRID_SHARED],
40
+ providers: [IconsService]
96
41
  }]
97
42
  }] });
@@ -38,5 +38,5 @@ export declare class ExcelCommandDirective extends Button {
38
38
  get excelClass(): boolean;
39
39
  constructor(excelService: ExcelService, element: ElementRef, renderer: Renderer, ctx: ContextService, ngZone: NgZone);
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelCommandDirective, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoGridExcelCommand]", never, {}, {}, never, ["*"], false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoGridExcelCommand]", never, {}, {}, never, ["*"], true, never>;
42
42
  }
@@ -82,5 +82,5 @@ export declare class ExcelComponent implements OnDestroy {
82
82
  protected exportData(component: GridComponent, result: ExcelExportData): void;
83
83
  protected saveFile(options: any): void;
84
84
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelComponent, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-grid-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "paddingCellOptions": "paddingCellOptions"; "headerPaddingCellOptions": "headerPaddingCellOptions"; "collapsible": "collapsible"; }, {}, ["columns"], never, false, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-grid-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "paddingCellOptions": "paddingCellOptions"; "headerPaddingCellOptions": "headerPaddingCellOptions"; "collapsible": "collapsible"; }, {}, ["columns"], never, true, never>;
86
86
  }
@@ -3,9 +3,9 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "./excel.component";
7
- import * as i2 from "./excel-command.directive";
8
- import * as i3 from "@progress/kendo-angular-icons";
6
+ import * as i1 from "@progress/kendo-angular-icons";
7
+ import * as i2 from "./excel.component";
8
+ import * as i3 from "./excel-command.directive";
9
9
  import * as i4 from "@progress/kendo-angular-excel-export";
10
10
  /**
11
11
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -30,6 +30,6 @@ import * as i4 from "@progress/kendo-angular-excel-export";
30
30
  */
31
31
  export declare class ExcelModule {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective], [typeof i3.IconsModule], [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i4.ExcelExportModule]>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective], [typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective, typeof i4.ExcelExportModule]>;
34
34
  static ɵinj: i0.ɵɵInjectorDeclaration<ExcelModule>;
35
35
  }