@progress/kendo-angular-grid 19.1.2-develop.4 → 19.1.2-develop.6

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 (322) hide show
  1. package/adaptiveness/adaptive-mode.d.ts +1 -5
  2. package/aggregates/aggregate-types.d.ts +6 -6
  3. package/aggregates/status-bar-template.directive.d.ts +6 -4
  4. package/column-menu/column-locked-change-event.d.ts +1 -1
  5. package/column-menu/column-menu-autosize-all.component.d.ts +11 -2
  6. package/column-menu/column-menu-autosize.component.d.ts +14 -6
  7. package/column-menu/column-menu-chooser.component.d.ts +13 -5
  8. package/column-menu/column-menu-expandable-item.interface.d.ts +3 -3
  9. package/column-menu/column-menu-filter.component.d.ts +18 -5
  10. package/column-menu/column-menu-item-base.d.ts +2 -2
  11. package/column-menu/column-menu-item-content-template.directive.d.ts +4 -4
  12. package/column-menu/column-menu-item.component.d.ts +14 -7
  13. package/column-menu/column-menu-item.directive.d.ts +29 -1
  14. package/column-menu/column-menu-lock.component.d.ts +11 -3
  15. package/column-menu/column-menu-position.component.d.ts +16 -8
  16. package/column-menu/column-menu-settings.interface.d.ts +5 -4
  17. package/column-menu/column-menu-sort.component.d.ts +11 -9
  18. package/column-menu/column-menu-stick.component.d.ts +13 -5
  19. package/column-menu/column-menu-template.directive.d.ts +5 -7
  20. package/column-menu/column-menu.component.d.ts +17 -7
  21. package/column-menu/column-menu.service.d.ts +8 -9
  22. package/column-resizing/column-resize.interface.d.ts +9 -8
  23. package/columns/cell-rowspan.d.ts +5 -1
  24. package/columns/checkbox-column.component.d.ts +7 -5
  25. package/columns/column-base.d.ts +38 -52
  26. package/columns/column-group.component.d.ts +3 -2
  27. package/columns/column.component.d.ts +17 -12
  28. package/columns/command-column.component.d.ts +6 -7
  29. package/columns/reorder-column.component.d.ts +10 -2
  30. package/columns/sort-settings.d.ts +15 -18
  31. package/columns/span-column.component.d.ts +11 -11
  32. package/common/adaptiveness.service.d.ts +2 -2
  33. package/common/cell-click-event-args.interface.d.ts +8 -6
  34. package/common/clipboard-types.d.ts +27 -31
  35. package/common/clipboard.directive.d.ts +12 -8
  36. package/common/create-form-group.d.ts +3 -1
  37. package/common/fetch-data-callback.d.ts +4 -2
  38. package/common/field-datatype.d.ts +2 -2
  39. package/common/pager-settings.d.ts +36 -20
  40. package/common/preventable-event.d.ts +3 -7
  41. package/common/remove-confirmation.d.ts +12 -0
  42. package/common/resizable-settings.d.ts +6 -5
  43. package/common/single-popup.service.d.ts +7 -4
  44. package/common/size-options.d.ts +2 -1
  45. package/data/change-event-args.interface.d.ts +7 -7
  46. package/data/data-item.interface.d.ts +6 -6
  47. package/data/data.collection.d.ts +1 -1
  48. package/data/grid-item.interface.d.ts +1 -1
  49. package/data/group-footer-item.interface.d.ts +6 -6
  50. package/data/group-item.interface.d.ts +5 -5
  51. package/databinding.directive.d.ts +20 -10
  52. package/directives.d.ts +10 -1
  53. package/dragdrop/column-reorder-config.d.ts +2 -2
  54. package/dragdrop/column-reorder-event.d.ts +4 -6
  55. package/editing/add-command-tool.directive.d.ts +5 -7
  56. package/editing/add-command.directive.d.ts +3 -8
  57. package/editing/add-event-args.interface.d.ts +1 -1
  58. package/editing/cancel-command-tool.directive.d.ts +5 -5
  59. package/editing/cancel-command.directive.d.ts +6 -5
  60. package/editing/cancel-event-args.interface.d.ts +7 -1
  61. package/editing/cell-close-event.d.ts +9 -6
  62. package/editing/edit-command-tool.directive.d.ts +10 -9
  63. package/editing/edit-command.directive.d.ts +1 -1
  64. package/editing/edit-event-args.interface.d.ts +3 -3
  65. package/editing/edit-row-options.interface.d.ts +10 -4
  66. package/editing/edit-template.directive.d.ts +17 -9
  67. package/editing/form/models.d.ts +55 -48
  68. package/editing/remove-command-tool.directive.d.ts +10 -9
  69. package/editing/remove-command.directive.d.ts +4 -5
  70. package/editing/remove-event-args.interface.d.ts +2 -1
  71. package/editing/save-command-tool.directive.d.ts +7 -6
  72. package/editing/save-command.directive.d.ts +5 -5
  73. package/editing/save-event-args.interface.d.ts +2 -1
  74. package/editing-directives/create-form-group-args.interface.d.ts +1 -1
  75. package/editing-directives/edit-service.interface.d.ts +13 -6
  76. package/editing-directives/external-editing.directive.d.ts +11 -4
  77. package/editing-directives/in-cell-editing.directive.d.ts +9 -3
  78. package/editing-directives/reactive-editing.directive.d.ts +9 -3
  79. package/editing-directives/template-editing.directive.d.ts +9 -3
  80. package/esm2022/aggregates/status-bar-template.directive.mjs +6 -4
  81. package/esm2022/column-menu/column-locked-change-event.mjs +1 -1
  82. package/esm2022/column-menu/column-menu-autosize-all.component.mjs +11 -2
  83. package/esm2022/column-menu/column-menu-autosize.component.mjs +14 -6
  84. package/esm2022/column-menu/column-menu-chooser.component.mjs +13 -5
  85. package/esm2022/column-menu/column-menu-filter.component.mjs +18 -5
  86. package/esm2022/column-menu/column-menu-item-base.mjs +2 -2
  87. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +4 -4
  88. package/esm2022/column-menu/column-menu-item.component.mjs +14 -7
  89. package/esm2022/column-menu/column-menu-item.directive.mjs +29 -1
  90. package/esm2022/column-menu/column-menu-lock.component.mjs +11 -3
  91. package/esm2022/column-menu/column-menu-position.component.mjs +16 -8
  92. package/esm2022/column-menu/column-menu-sort.component.mjs +11 -9
  93. package/esm2022/column-menu/column-menu-stick.component.mjs +13 -5
  94. package/esm2022/column-menu/column-menu-template.directive.mjs +5 -7
  95. package/esm2022/column-menu/column-menu.component.mjs +17 -7
  96. package/esm2022/column-menu/column-menu.service.mjs +8 -9
  97. package/esm2022/columns/checkbox-column.component.mjs +7 -5
  98. package/esm2022/columns/column-base.mjs +38 -52
  99. package/esm2022/columns/column-group.component.mjs +3 -2
  100. package/esm2022/columns/column.component.mjs +17 -12
  101. package/esm2022/columns/command-column.component.mjs +6 -7
  102. package/esm2022/columns/reorder-column.component.mjs +10 -2
  103. package/esm2022/columns/span-column.component.mjs +11 -11
  104. package/esm2022/common/adaptiveness.service.mjs +2 -2
  105. package/esm2022/common/clipboard.directive.mjs +12 -8
  106. package/esm2022/common/preventable-event.mjs +3 -7
  107. package/esm2022/common/resizable-settings.mjs +2 -1
  108. package/esm2022/common/single-popup.service.mjs +7 -4
  109. package/esm2022/databinding.directive.mjs +20 -10
  110. package/esm2022/directives.mjs +10 -1
  111. package/esm2022/dragdrop/column-reorder-event.mjs +4 -6
  112. package/esm2022/editing/add-command-tool.directive.mjs +5 -7
  113. package/esm2022/editing/add-command.directive.mjs +3 -8
  114. package/esm2022/editing/cancel-command-tool.directive.mjs +5 -5
  115. package/esm2022/editing/cancel-command.directive.mjs +6 -5
  116. package/esm2022/editing/cell-close-event.mjs +7 -4
  117. package/esm2022/editing/edit-command-tool.directive.mjs +10 -9
  118. package/esm2022/editing/edit-command.directive.mjs +1 -1
  119. package/esm2022/editing/edit-template.directive.mjs +17 -9
  120. package/esm2022/editing/remove-command-tool.directive.mjs +10 -9
  121. package/esm2022/editing/remove-command.directive.mjs +4 -5
  122. package/esm2022/editing/save-command-tool.directive.mjs +7 -6
  123. package/esm2022/editing/save-command.directive.mjs +5 -5
  124. package/esm2022/editing-directives/external-editing.directive.mjs +11 -4
  125. package/esm2022/editing-directives/in-cell-editing.directive.mjs +9 -3
  126. package/esm2022/editing-directives/reactive-editing.directive.mjs +9 -3
  127. package/esm2022/editing-directives/template-editing.directive.mjs +9 -3
  128. package/esm2022/excel/excel-command-tool.directive.mjs +10 -13
  129. package/esm2022/excel/excel-command.directive.mjs +7 -11
  130. package/esm2022/excel/excel-export-event.mjs +4 -1
  131. package/esm2022/excel/excel.component.mjs +24 -25
  132. package/esm2022/excel/excel.module.mjs +4 -7
  133. package/esm2022/filtering/boolean-filter.component.mjs +3 -3
  134. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +1 -2
  135. package/esm2022/filtering/cell/date-filter-cell.component.mjs +5 -2
  136. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +10 -7
  137. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +4 -2
  138. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +10 -9
  139. package/esm2022/filtering/cell/string-filter-cell.component.mjs +7 -5
  140. package/esm2022/filtering/date-filter.component.mjs +17 -19
  141. package/esm2022/filtering/filter.service.mjs +4 -4
  142. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +3 -3
  143. package/esm2022/filtering/menu/date-filter-menu.component.mjs +5 -3
  144. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +9 -7
  145. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +8 -8
  146. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +10 -6
  147. package/esm2022/filtering/menu/string-filter-menu.component.mjs +10 -5
  148. package/esm2022/filtering/numeric-filter.component.mjs +13 -13
  149. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +26 -0
  150. package/esm2022/filtering/operators/after-filter-operator.component.mjs +26 -0
  151. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +26 -0
  152. package/esm2022/filtering/operators/before-filter-operator.component.mjs +26 -0
  153. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +27 -1
  154. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +26 -1
  155. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +74 -1
  156. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +26 -0
  157. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +26 -0
  158. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +26 -1
  159. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +26 -1
  160. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +73 -1
  161. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +73 -1
  162. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +26 -1
  163. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +26 -1
  164. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +73 -1
  165. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +26 -1
  166. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +26 -1
  167. package/esm2022/filtering/string-filter.component.mjs +5 -4
  168. package/esm2022/grid.component.mjs +165 -173
  169. package/esm2022/grid.module.mjs +3 -2
  170. package/esm2022/grouping/group-footer-template.directive.mjs +5 -6
  171. package/esm2022/grouping/group-header-column-template.directive.mjs +5 -5
  172. package/esm2022/grouping/group-header-template.directive.mjs +5 -6
  173. package/esm2022/grouping/group-scroll-binding.directive.mjs +2 -0
  174. package/esm2022/localization/custom-messages.component.mjs +12 -2
  175. package/esm2022/localization/messages.mjs +154 -165
  176. package/esm2022/navigation/focus-group.mjs +2 -2
  177. package/esm2022/navigation/focusable.directive.mjs +5 -3
  178. package/esm2022/package-metadata.mjs +2 -2
  179. package/esm2022/pdf/pdf-command-tool.directive.mjs +8 -11
  180. package/esm2022/pdf/pdf-command.directive.mjs +5 -9
  181. package/esm2022/pdf/pdf-export-event.mjs +1 -1
  182. package/esm2022/pdf/pdf-margin.component.mjs +16 -6
  183. package/esm2022/pdf/pdf-template.directive.mjs +5 -5
  184. package/esm2022/pdf/pdf.component.mjs +15 -5
  185. package/esm2022/pdf/pdf.module.mjs +3 -6
  186. package/esm2022/rendering/cell-loading.template.directive.mjs +4 -7
  187. package/esm2022/rendering/cell-template.directive.mjs +7 -8
  188. package/esm2022/rendering/common/spacer.component.mjs +14 -3
  189. package/esm2022/rendering/details/detail-collapse-event.mjs +8 -3
  190. package/esm2022/rendering/details/detail-expand-event.mjs +8 -3
  191. package/esm2022/rendering/details/detail-template.directive.mjs +3 -2
  192. package/esm2022/rendering/details-expand.directive.mjs +18 -8
  193. package/esm2022/rendering/footer/footer-template.directive.mjs +7 -7
  194. package/esm2022/rendering/groups-expand.directive.mjs +15 -5
  195. package/esm2022/rendering/header/header-template.directive.mjs +11 -11
  196. package/esm2022/rendering/loading-template.directive.mjs +14 -3
  197. package/esm2022/rendering/no-records-template.directive.mjs +3 -5
  198. package/esm2022/rendering/table-body.component.mjs +3 -1
  199. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +10 -2
  200. package/esm2022/rendering/toolbar/toolbar-position.mjs +0 -17
  201. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +3 -3
  202. package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +6 -5
  203. package/esm2022/rendering/toolbar/tools/filter-command-tool.directive.mjs +5 -5
  204. package/esm2022/rendering/toolbar/tools/group-command-tool.directive.mjs +5 -3
  205. package/esm2022/rendering/toolbar/tools/sort-command-tool.directive.mjs +4 -4
  206. package/esm2022/row-reordering/drag-handle-template.directive.mjs +5 -6
  207. package/esm2022/row-reordering/drag-hint-template.directive.mjs +3 -5
  208. package/esm2022/selection/selectall-checkbox.directive.mjs +2 -2
  209. package/esm2022/selection/selection-checkbox.directive.mjs +9 -8
  210. package/esm2022/selection/selection-default.mjs +9 -8
  211. package/esm2022/selection/selection.directive.mjs +10 -1
  212. package/esm2022/state-management/grid-state.models.mjs +3 -3
  213. package/esm2022/state-management/redo-command-tool.mjs +17 -9
  214. package/esm2022/state-management/undo-command-tool.mjs +17 -9
  215. package/esm2022/state-management/undo-redo.directive.mjs +17 -6
  216. package/excel/excel-command-tool.directive.d.ts +10 -13
  217. package/excel/excel-command.directive.d.ts +7 -11
  218. package/excel/excel-export-event.d.ts +4 -1
  219. package/excel/excel.component.d.ts +24 -25
  220. package/excel/excel.module.d.ts +4 -7
  221. package/fesm2022/progress-kendo-angular-grid.mjs +1945 -1025
  222. package/filtering/boolean-filter.component.d.ts +3 -3
  223. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -2
  224. package/filtering/cell/date-filter-cell.component.d.ts +5 -2
  225. package/filtering/cell/filter-cell-operators.component.d.ts +10 -7
  226. package/filtering/cell/filter-cell-template.directive.d.ts +4 -2
  227. package/filtering/cell/numeric-filter-cell.component.d.ts +10 -9
  228. package/filtering/cell/string-filter-cell.component.d.ts +7 -5
  229. package/filtering/date-filter.component.d.ts +17 -19
  230. package/filtering/filter.service.d.ts +4 -4
  231. package/filtering/filterable.d.ts +5 -5
  232. package/filtering/menu/boolean-filter-menu.component.d.ts +3 -3
  233. package/filtering/menu/date-filter-menu.component.d.ts +5 -3
  234. package/filtering/menu/filter-menu-template.directive.d.ts +9 -7
  235. package/filtering/menu/numeric-filter-menu-input.component.d.ts +8 -8
  236. package/filtering/menu/numeric-filter-menu.component.d.ts +10 -6
  237. package/filtering/menu/string-filter-menu.component.d.ts +10 -5
  238. package/filtering/numeric-filter.component.d.ts +13 -13
  239. package/filtering/operators/after-eq-filter-operator.component.d.ts +26 -0
  240. package/filtering/operators/after-filter-operator.component.d.ts +26 -0
  241. package/filtering/operators/before-eq-filter-operator.component.d.ts +26 -0
  242. package/filtering/operators/before-filter-operator.component.d.ts +26 -0
  243. package/filtering/operators/contains-filter-operator.component.d.ts +27 -1
  244. package/filtering/operators/ends-with-filter-operator.component.d.ts +26 -1
  245. package/filtering/operators/eq-filter-operator.component.d.ts +74 -1
  246. package/filtering/operators/gt-filter-operator.component.d.ts +26 -0
  247. package/filtering/operators/gte-filter-operator.component.d.ts +26 -0
  248. package/filtering/operators/is-empty-filter-operator.component.d.ts +26 -1
  249. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +26 -1
  250. package/filtering/operators/is-not-null-filter-operator.component.d.ts +73 -1
  251. package/filtering/operators/isnull-filter-operator.component.d.ts +73 -1
  252. package/filtering/operators/lt-filter-operator.component.d.ts +26 -1
  253. package/filtering/operators/lte-filter-operator.component.d.ts +26 -1
  254. package/filtering/operators/neq-filter-operator.component.d.ts +73 -1
  255. package/filtering/operators/not-contains-filter-operator.component.d.ts +26 -1
  256. package/filtering/operators/starts-with-filter-operator.component.d.ts +26 -1
  257. package/filtering/string-filter.component.d.ts +5 -4
  258. package/grid.component.d.ts +159 -173
  259. package/grid.module.d.ts +3 -2
  260. package/grouping/group-footer-template.directive.d.ts +5 -6
  261. package/grouping/group-header-column-template.directive.d.ts +5 -5
  262. package/grouping/group-header-template.directive.d.ts +5 -6
  263. package/grouping/group-key.interface.d.ts +7 -7
  264. package/grouping/group-rows-args.interface.d.ts +5 -5
  265. package/grouping/group-scroll-binding.directive.d.ts +2 -0
  266. package/grouping/group-settings.d.ts +7 -7
  267. package/grouping/virtual-group-result.interface.d.ts +3 -3
  268. package/localization/custom-messages.component.d.ts +12 -2
  269. package/localization/messages.d.ts +154 -165
  270. package/navigation/focus-group.d.ts +2 -2
  271. package/navigation/focusable-element.interface.d.ts +8 -9
  272. package/navigation/focusable.directive.d.ts +5 -3
  273. package/navigation/navigable-settings.d.ts +10 -5
  274. package/navigation/navigation-cell.interface.d.ts +8 -8
  275. package/navigation/navigation-row.interface.d.ts +6 -7
  276. package/package.json +20 -20
  277. package/pdf/pdf-command-tool.directive.d.ts +8 -11
  278. package/pdf/pdf-command.directive.d.ts +5 -9
  279. package/pdf/pdf-export-event.d.ts +1 -1
  280. package/pdf/pdf-margin.component.d.ts +16 -6
  281. package/pdf/pdf-margin.interface.d.ts +2 -2
  282. package/pdf/pdf-template.directive.d.ts +5 -5
  283. package/pdf/pdf.component.d.ts +15 -5
  284. package/pdf/pdf.module.d.ts +3 -6
  285. package/rendering/cell-loading.template.directive.d.ts +4 -7
  286. package/rendering/cell-template.directive.d.ts +7 -8
  287. package/rendering/common/row-args.d.ts +2 -0
  288. package/rendering/common/row-class.d.ts +20 -21
  289. package/rendering/common/spacer.component.d.ts +14 -3
  290. package/rendering/details/detail-collapse-event.d.ts +8 -3
  291. package/rendering/details/detail-expand-event.d.ts +8 -3
  292. package/rendering/details/detail-template.directive.d.ts +8 -7
  293. package/rendering/details-expand.directive.d.ts +18 -8
  294. package/rendering/footer/footer-template.directive.d.ts +7 -7
  295. package/rendering/groups-expand.directive.d.ts +15 -5
  296. package/rendering/header/header-template.directive.d.ts +11 -11
  297. package/rendering/loading-template.directive.d.ts +14 -3
  298. package/rendering/no-records-template.directive.d.ts +3 -5
  299. package/rendering/toolbar/toolbar-focusable.directive.d.ts +10 -2
  300. package/rendering/toolbar/toolbar-position.d.ts +5 -5
  301. package/rendering/toolbar/toolbar-template.directive.d.ts +3 -3
  302. package/rendering/toolbar/tools/column-chooser-tool.directive.d.ts +6 -5
  303. package/rendering/toolbar/tools/filter-command-tool.directive.d.ts +5 -5
  304. package/rendering/toolbar/tools/group-command-tool.directive.d.ts +5 -3
  305. package/rendering/toolbar/tools/sort-command-tool.directive.d.ts +4 -4
  306. package/row-reordering/drag-handle-template.directive.d.ts +5 -6
  307. package/row-reordering/drag-hint-template.directive.d.ts +3 -5
  308. package/row-reordering/types.d.ts +10 -10
  309. package/schematics/ngAdd/index.js +4 -4
  310. package/scrolling/content-scroll-event.d.ts +11 -11
  311. package/scrolling/scroll-bottom-event.d.ts +2 -2
  312. package/scrolling/scroll-request.service.d.ts +6 -6
  313. package/scrolling/scrollmode.d.ts +3 -3
  314. package/selection/selectall-checkbox.directive.d.ts +2 -2
  315. package/selection/selection-checkbox.directive.d.ts +9 -8
  316. package/selection/selection-default.d.ts +9 -8
  317. package/selection/selection.directive.d.ts +10 -1
  318. package/selection/types.d.ts +41 -35
  319. package/state-management/grid-state.models.d.ts +16 -7
  320. package/state-management/redo-command-tool.d.ts +14 -6
  321. package/state-management/undo-command-tool.d.ts +14 -6
  322. package/state-management/undo-redo.directive.d.ts +17 -6
@@ -4,16 +4,21 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from '../../common/preventable-event';
6
6
  /**
7
- * Arguments for the `detailCollapse` event.
7
+ * Provides the arguments for the `detailCollapse` event.
8
+ *
9
+ * The event fires when a detail row collapses.
8
10
  */
9
11
  export declare class DetailCollapseEvent extends PreventableEvent {
10
12
  /**
11
- * The collapsed row `dataItem`.
13
+ * The `dataItem` for the collapsed row.
12
14
  */
13
15
  dataItem: any;
14
16
  /**
15
- * The collapsed row index.
17
+ * The index of the collapsed row.
16
18
  */
17
19
  index: number;
20
+ /**
21
+ * @hidden
22
+ */
18
23
  constructor(args: any);
19
24
  }
@@ -4,16 +4,21 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from '../../common/preventable-event';
6
6
  /**
7
- * Arguments for the `detailExpand` event.
7
+ * Provides the arguments for the `detailExpand` event.
8
+ *
9
+ * The event fires when a detail row expands.
8
10
  */
9
11
  export declare class DetailExpandEvent extends PreventableEvent {
10
12
  /**
11
- * The expanded row `dataItem`.
13
+ * Represents the `dataItem` for the expanded row.
12
14
  */
13
15
  dataItem: any;
14
16
  /**
15
- * The expanded row index.
17
+ * Represents the index of the expanded row.
16
18
  */
17
19
  index: number;
20
+ /**
21
+ * @hidden
22
+ */
18
23
  constructor(args: any);
19
24
  }
@@ -5,18 +5,18 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Represents the predicate that is used by the
9
- * [DetailTemplateDirective]({% slug api_grid_detailtemplatedirective %}) conditional rendering
10
- * ([see runnable example]({% slug detailrowtemplate_grid %}#toc-conditional-display)).
8
+ * Uses a predicate to control conditional rendering for the
9
+ * [`DetailTemplateDirective`]({% slug api_grid_detailtemplatedirective %}).
10
+ * Allows you to show or hide detail rows based on your logic. ([See example]({% slug detailrowtemplate_grid %}#toc-conditional-display)).
11
11
  *
12
- * ```ts-no-run
13
- * myCondition(dataItem: any, index: number) { return dataItem.CategoryID % 2 === 0; }
12
+ * ``typescript
13
+ * public myCondition(dataItem: any, index: number) { return dataItem.CategoryID % 2 === 0; }
14
14
  * ```
15
15
  */
16
16
  export type DetailTemplateShowIfFn = (dataItem: any, index: number) => boolean;
17
17
  /**
18
18
  * Represents the detail template of the Grid ([more information and examples]({% slug detailrowtemplate_grid %})).
19
- * To define the detail template, nest an `<ng-template>` tag with the `kendoGridDetailTemplate` directive inside a `<kendo-grid>` tag.
19
+ * Nest an `<ng-template>` tag with the `kendoGridDetailTemplate` directive inside a `<kendo-grid>` tag to define the detail template.
20
20
  *
21
21
  * @example
22
22
  * ```html
@@ -35,7 +35,8 @@ export type DetailTemplateShowIfFn = (dataItem: any, index: number) => boolean;
35
35
  export declare class DetailTemplateDirective {
36
36
  templateRef: TemplateRef<any>;
37
37
  /**
38
- * Defines the function that indicates if a given detail row and the associated **Expand** or **Collapse** button will be displayed.
38
+ * Sets a function to decide if the detail row and the **Expand** or **Collapse** button display for a data item.
39
+ * The function receives the data item and its index.
39
40
  */
40
41
  set showIf(fn: DetailTemplateShowIfFn);
41
42
  get showIf(): DetailTemplateShowIfFn;
@@ -8,34 +8,44 @@ import { Subscription } from 'rxjs';
8
8
  import { RowArgs } from './common/row-args';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * A directive which controls the expanded state of the master detail rows. ([see example](slug:master_detail_expanded_state_grid#toc-built-in-directive))
11
+ * Controls the expanded state of master detail rows in the Grid.
12
+ * Use this directive to manage which detail rows are expanded or collapsed.
13
+ * ([see example](slug:master_detail_expanded_state_grid#toc-built-in-directive))
14
+ *
15
+ * @example
16
+ * ```typescript
17
+ * <kendo-grid [kendoGridExpandDetailsBy]="expandDetailsKey" [expandedDetailKeys]="expandedDetailKeys"></kendo-grid>
18
+ * ```
19
+ * @remarks
20
+ * Applied to: {@link GridComponent}.
12
21
  */
13
22
  export declare class ExpandDetailsDirective implements OnChanges, OnDestroy {
14
23
  protected grid: GridComponent;
15
24
  /**
16
- * Fires when the expandedDetailKeys are changed.
25
+ * Fires when the `expandedDetailKeys` collection changes.
17
26
  */
18
27
  expandedDetailKeysChange: EventEmitter<any[]>;
19
28
  /**
20
- * Defines the item key that will be stored in the `expandedDetailKeys` collection ([see example]({% slug master_detail_expanded_state_grid %}#toc-built-in-directive)).
29
+ * Sets the item key stored in the `expandedDetailKeys` collection.
30
+ * Accepts a property name or a function that returns a unique key for each data item.
31
+ * ([See example]({% slug master_detail_expanded_state_grid %}#toc-built-in-directive)).
21
32
  */
22
33
  get expandDetailsKey(): string | ((dataItem: any) => any);
23
34
  set expandDetailsKey(key: string | ((dataItem: any) => any));
24
35
  /**
25
- *
26
36
  * @hidden
27
37
  * A deprecated alias for setting the `expandDetailsKey` property.
28
38
  */
29
39
  get expandDetailBy(): string | ((dataItem: any) => any);
30
40
  set expandDetailBy(key: string | ((dataItem: any) => any));
31
41
  /**
32
- * Defines the collection that will store the expanded keys.
42
+ * Holds the collection of expanded detail row keys.
43
+ * Set this property to control which detail rows are expanded.
33
44
  */
34
45
  expandedDetailKeys: any[];
35
46
  /**
36
- * Specifies if the items should be initially expanded.
37
- * When set to `true` items added to the `expandedDetailKeys` collection will be collapsed, and items that are not present in it will be expanded.
38
- *
47
+ * Specifies if detail rows are expanded by default.
48
+ * When set to `true`, items in the `expandedDetailKeys` collection are collapsed, and all others are expanded.
39
49
  * @default false
40
50
  */
41
51
  initiallyExpanded: boolean;
@@ -7,16 +7,16 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the column footer cell template of the Grid
9
9
  * ([more information and example]({% slug templates_columns_grid %}#toc-footer-template)).
10
- * Helps to customize the table footer cell for the column.
10
+ * Use this directive to customize the table footer cell for a column.
11
11
  * To define a footer template, nest an `<ng-template>` tag with the
12
- * [kendoGridFooterTemplate]({% slug api_grid_footertemplatedirective %}) directive inside the `<kendo-grid-column>` tag.
12
+ * [`kendoGridFooterTemplate`]({% slug api_grid_footertemplatedirective %}) directive inside the `<kendo-grid-column>` tag.
13
13
  *
14
- * The template context is set to the current column and the following additional fields are passed:
15
- * * `column`&mdash;Defines an instance of the [ColumnComponent]({% slug api_grid_columncomponent %}) option.
16
- * * `columnIndex`&mdash;Defines the current column index.
14
+ * The template context is set to the current column. The following additional fields are available:
15
+ * * `column`&mdash;An instance of the [`ColumnComponent`]({% slug api_grid_columncomponent %}) option.
16
+ * * `columnIndex`&mdash;The current column index.
17
17
  *
18
- * For more information on how to display aggregates in the footer of the Grid,
19
- * refer to the article on [aggregates]({% slug groupable_grid_with_aggregates %}).
18
+ * For more information about displaying aggregates in the footer of the Grid,
19
+ * see the article on [aggregates]({% slug groupable_grid_with_aggregates %}).
20
20
  *
21
21
  * @example
22
22
  * ```html
@@ -7,28 +7,38 @@ import { GridComponent } from '../grid.component';
7
7
  import { GroupRowArgs } from '../grouping/group-rows-args.interface';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * A directive which controls the expanded state of the group rows
10
+ * Controls the expanded state of group rows in the Grid.
11
+ * Use this directive to manage which group rows are expanded or collapsed
11
12
  * ([see example]({% slug groups_expanded_state_grid %}#toc-built-in-directive)).
13
+ *
14
+ * @example
15
+ * ```typescript
16
+ * <kendo-grid [kendoGridExpandGroupBy]="expandGroupBy" [expandedGroupKeys]="expandedGroupKeys"></kendo-grid>
17
+ * ```
18
+ * @remarks
19
+ * Applied to: {@link GridComponent}.
12
20
  */
13
21
  export declare class ExpandGroupDirective implements OnDestroy {
14
22
  protected grid: GridComponent;
15
23
  /**
16
- * Fires when the expandedGroupKeys are changed.
24
+ * Fires when the `expandedGroupKeys` collection changes.
17
25
  */
18
26
  expandedGroupKeysChange: EventEmitter<any[]>;
19
27
  /**
20
- * Defines the item format that will be stored in the `expandedGroupKeys`
28
+ * Sets the item format stored in the `expandedGroupKeys` collection.
29
+ * Accepts a property name or a function that returns a unique key for each group
21
30
  * ([see example]({% slug groups_expanded_state_grid %}#toc-custom-group-key-format)).
22
31
  */
23
32
  get expandGroupBy(): string | ((group: GroupRowArgs) => any);
24
33
  set expandGroupBy(key: string | ((group: GroupRowArgs) => any));
25
34
  /**
26
- * Defines the collection that will store the expanded group keys.
35
+ * Holds the collection of expanded group keys.
36
+ * Set this property to control which group rows are expanded.
27
37
  */
28
38
  get expandedGroupKeys(): any[];
29
39
  set expandedGroupKeys(expandedGroups: any[]);
30
40
  /**
31
- * Specifies if the group items should be initially expanded.
41
+ * Specifies if group items are expanded by default.
32
42
  * @default false
33
43
  */
34
44
  groupsInitiallyExpanded: boolean;
@@ -7,22 +7,22 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the column header cell template of the Grid
9
9
  * ([more information and example]({% slug templates_columns_grid %}#toc-header-template)).
10
- * Helps to customize the table header cell for the column.
10
+ * Use this directive to customize the table header cell for a column.
11
11
  * To define a header template, nest an `<ng-template>` tag with the
12
12
  * `kendoGridHeaderTemplate` directive inside the `<kendo-grid-column>` tag.
13
13
  *
14
- * The template context is set to the current column and then the following additional fields are passed:
15
- * * `column`&mdash;Defines an instance of the [ColumnComponent]({% slug api_grid_columncomponent %}) option.
16
- * * `columnIndex`&mdash;Defines the current column index.
14
+ * The template context is set to the current column. The following additional fields are available:
15
+ * * `column`&mdash;An instance of the [`ColumnComponent`]({% slug api_grid_columncomponent %}) option.
16
+ * * `columnIndex`&mdash;The current column index.
17
17
  *
18
18
  * @example
19
- * ```html
20
- * <kendo-grid [data]="gridData">
21
- * <kendo-grid-column field="ProductName">
22
- * <ng-template kendoGridHeaderTemplate let-column let-columnIndex="columnIndex">
23
- * {{column.field}}({{columnIndex}})
24
- * </ng-template>
25
- * </kendo-grid-column>
19
+ * ```typescript
20
+ * <kendo-grid>
21
+ * <kendo-grid-column field="ProductName" title="Product Name">
22
+ * <ng-template kendoGridHeaderTemplate let-column let-columnIndex="columnIndex">
23
+ * Header for {{ column.field }} (index: {{ columnIndex }})
24
+ * </ng-template>
25
+ * </kendo-grid-column>
26
26
  * </kendo-grid>
27
27
  * ```
28
28
  */
@@ -5,9 +5,20 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Creates a loading template that overrides the default loading indicator of the Grid Component.
9
- * To define a loading template, nest an `<ng-template>` tag with the `kendoGridLoadingTemplate` directive inside the `<kendo-grid>` tag
10
- * ([see example](slug:loadingtemplate_grid)).
8
+ * Lets you override the default loading indicator of the Grid.
9
+ * Place an `<ng-template>` tag with the `kendoGridLoadingTemplate` directive inside `<kendo-grid>` to define a loading template. ([See example](slug:loadingtemplate_grid)).
10
+ *
11
+ * @example
12
+ * ```html
13
+ * <kendo-grid [data]="gridData" [loading]="true">
14
+ * <ng-template kendoGridLoadingTemplate>
15
+ * <div class="custom-loading-indicator">
16
+ * Loading data, please wait...
17
+ * </div>
18
+ * </ng-template>
19
+ * <kendo-grid-column field="ProductName"></kendo-grid-column>
20
+ * <kendo-grid-column field="UnitPrice"></kendo-grid-column>
21
+ * </kendo-grid>
11
22
  */
12
23
  export declare class LoadingTemplateDirective {
13
24
  templateRef: TemplateRef<any>;
@@ -5,16 +5,14 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Represents the no-records template of the Grid. Provides an option to customize the
9
- * appearance of the item that is displayed when no data is present.
10
- * To define the no-records template, nest an `<ng-template>` tag with the `kendoGridNoRecordsTemplate`
11
- * directive inside `<kendo-grid>` [see example](slug:norecordtemplate_grid).
8
+ * Lets you customize the item shown when the Grid has no data.
9
+ * Place an `<ng-template>` tag with the `kendoGridNoRecordsTemplate` directive inside `<kendo-grid>` to define the no-records template. ([See example](slug:norecordtemplate_grid)).
12
10
  *
13
11
  * @example
14
12
  * ```html
15
13
  * <kendo-grid [data]="data">
16
14
  * <ng-template kendoGridNoRecordsTemplate>
17
- * There are not products. <a href="#" (click)="refresh()">Click here to refresh</a>.
15
+ * There are no products. <a href="#" (click)="refresh()">Click here to refresh.</a>
18
16
  * </ng-template>
19
17
  * <kendo-grid-column field="ProductID"></kendo-grid-column>
20
18
  * <kendo-grid-column field="ProductName"></kendo-grid-column>
@@ -7,8 +7,16 @@ import { ContextService } from '../../common/provider.service';
7
7
  import { ToolbarPosition } from './toolbar-position';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * A directive applied to all toolbar elements that need to be a part of the Grid
11
- * keyboard navigation.
10
+ * Adds keyboard navigation support to toolbar elements in the Grid.
11
+ *
12
+ * Apply this directive to toolbar elements that should be focusable and navigable with the keyboard.
13
+ *
14
+ * @example
15
+ * ```html
16
+ * <kendo-toolbar>
17
+ * <button kendoGridToolbarFocusable>Button</button>
18
+ * </kendo-toolbar>
19
+ * ```
12
20
  */
13
21
  export declare class GridToolbarFocusableDirective {
14
22
  private host;
@@ -3,16 +3,16 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Defines the settings for `position` property of the the Grid Toolbar Template. [See example](slug:toolbartemplate_grid#toc-setting-the-toolbar-position)
6
+ * Configures the `position` property for the Grid Toolbar Template. [See example](slug:toolbartemplate_grid#toc-setting-the-toolbar-position).
7
7
  *
8
8
  * The possible values are:
9
- * * `top`&mdash;Displays the Toolbar a the top of the Grid.
10
- * * `bottom`&mdash;Displays the Toolbar at the bottom of the Grid.
11
- * * `both`&mdash;Displays the Toolbar at the top and bottom of the Grid.
9
+ * * `top`&mdash;Shows the Toolbar at the top of the Grid.
10
+ * * `bottom`&mdash;Shows the Toolbar at the bottom of the Grid.
11
+ * * `both`&mdash;Shows the Toolbar at the top and bottom of the Grid.
12
12
  *
13
13
  * @example
14
14
  * ```html
15
- * <kendo-grid >
15
+ * <kendo-grid>
16
16
  * <ng-template kendoGridToolbarTemplate position="bottom" let-position="position">
17
17
  * <button (click)="onClick()">Custom action</button>
18
18
  * </ng-template>
@@ -7,8 +7,8 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the toolbar template of the Grid.
9
9
  *
10
- * The template context has the following field:
11
- * - `position`&mdash;The position at which the toolbar template is rendered. The possible values are `top`, `bottom`, and `both`.
10
+ * The template context provides:
11
+ * - `position`&mdash;The position where the toolbar template renders. Possible values: `top`, `bottom`, and `both`.
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -25,7 +25,7 @@ export declare class ToolbarTemplateDirective {
25
25
  templateRef: TemplateRef<any>;
26
26
  _position: 'top' | 'bottom' | 'both';
27
27
  /**
28
- * The position of the toolbar ([see example]({% slug toolbartemplate_grid %}#toc-setting-the-toolbar-position)).
28
+ * Sets the position of the toolbar. ([See example]({% slug toolbartemplate_grid %}#toc-setting-the-toolbar-position)).
29
29
  *
30
30
  * @default 'top'
31
31
  */
@@ -11,9 +11,8 @@ import { ColumnInfoService } from '../../../common/column-info.service';
11
11
  import { ToolbarToolBase } from '../../../common/toolbar-tool-base.directive';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Represents the `column-chooser` toolbar tool of the Grid.
15
- * You can apply this directive to any `kendo-toolbar-button` element inside a
16
- * ToolbarComponent used in the Grid.
14
+ * Represents a column chooser toolbar tool of the Grid.
15
+ * Use this directive on any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
17
16
  *
18
17
  * @example
19
18
  * ```html-no-run
@@ -23,6 +22,8 @@ import * as i0 from "@angular/core";
23
22
  * </kendo-toolbar>
24
23
  * </kendo-grid>
25
24
  * ```
25
+ * @remarks
26
+ * Applied to: {@link ToolBarButtonComponent}.
26
27
  */
27
28
  export declare class ColumnChooserToolbarDirective extends ToolbarToolBase implements OnInit, AfterViewInit, OnDestroy {
28
29
  private renderer;
@@ -34,13 +35,13 @@ export declare class ColumnChooserToolbarDirective extends ToolbarToolBase imple
34
35
  private adaptiveGridService;
35
36
  private columnInfoService;
36
37
  /**
37
- * Specifies if the changes in the visibility of the column will be immediately applied.
38
+ * When `true`, changes to column visibility apply immediately.
38
39
  *
39
40
  * @default false
40
41
  */
41
42
  autoSync: boolean;
42
43
  /**
43
- * Specifies if all columns can be hidden.
44
+ * When `true`, enables the hiding of all columns.
44
45
  *
45
46
  * @default true
46
47
  */
@@ -13,20 +13,20 @@ import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
15
  * Represents the toolbar tool for filtering columns of the Grid.
16
- * You can apply this directive to any `kendo-toolbar-button` element inside a
17
- * ToolbarComponent used in the Grid.
16
+ * Use this directive on any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
18
17
  *
19
- * When the user clicks the toolbar button that is associated with the directive, the
20
- * filter event is triggered.
18
+ * When you click the toolbar button with this directive, the `filter` event is triggered.
21
19
  *
22
20
  * @example
23
- * ```html-no-run
21
+ * ```html
24
22
  * <kendo-grid>
25
23
  * <kendo-toolbar>
26
24
  * <kendo-toolbar-button text="Filter" kendoGridFilterTool></kendo-toolbar-button>
27
25
  * </kendo-toolbar>
28
26
  * </kendo-grid>
29
27
  * ```
28
+ * @remarks
29
+ * Applied to: {@link ToolBarButtonComponent}.
30
30
  */
31
31
  export declare class FilterCommandToolbarDirective implements AfterViewInit, OnDestroy {
32
32
  private host;
@@ -10,17 +10,19 @@ import { AdaptiveGridService } from '../../../common/adaptiveness.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the toolbar tool for grouping columns of the Grid.
13
- * You can apply this directive to any `kendo-toolbar-button` element inside a
14
- * ToolbarComponent used in the Grid.
13
+ * Use this directive on any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
14
+ * When you click the toolbar button with this directive, the `group` event is triggered.
15
15
  *
16
16
  * @example
17
- * ```html-no-run
17
+ * ```html
18
18
  * <kendo-grid>
19
19
  * <kendo-toolbar>
20
20
  * <kendo-toolbar-button text="Group" kendoGridGroupTool></kendo-toolbar-button>
21
21
  * </kendo-toolbar>
22
22
  * </kendo-grid>
23
23
  * ```
24
+ * @remarks
25
+ * Applied to: {@link ToolBarButtonComponent}.
24
26
  */
25
27
  export declare class GroupCommandToolbarDirective implements AfterViewInit, OnDestroy {
26
28
  private host;
@@ -13,11 +13,9 @@ import { SortDescriptor } from '@progress/kendo-data-query';
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
15
  * Represents the toolbar tool for sorting columns of the Grid.
16
- * You can apply this directive to any `kendo-toolbar-button` element inside a
17
- * ToolbarComponent used in the Grid.
16
+ * Use this directive on any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
18
17
  *
19
- * When the user clicks the toolbar button that is associated with the directive, the
20
- * sort event is triggered.
18
+ * When you click the toolbar button with this directive, the `sort` event is triggered.
21
19
  *
22
20
  * @example
23
21
  * ```html-no-run
@@ -27,6 +25,8 @@ import * as i0 from "@angular/core";
27
25
  * </kendo-toolbar>
28
26
  * </kendo-grid>
29
27
  * ```
28
+ * @remarks
29
+ * Applied to: {@link ToolBarButtonComponent}.
30
30
  */
31
31
  export declare class SortCommandToolbarDirective implements AfterViewInit, OnDestroy {
32
32
  private host;
@@ -5,13 +5,12 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Represents the column row reorder cell template of the Grid.
9
- * Helps to customize the content of the drag handle cells. To define the cell template, nest an `<ng-template>`
10
- * tag with the `kendoGridRowDragHandleTemplate` directive inside the `<kendo-grid-rowreorder-column>` tag.
8
+ * The directive allows customizing the drag handle cell in the Grid row reorder column.
9
+ * Place an `<ng-template>` tag with the `kendoGridRowDragHandleTemplate` directive inside the `<kendo-grid-rowreorder-column>` tag to set the cell template.
11
10
  *
12
- * The template context is set to the current data item and the following additional fields are passed:
13
- * - `columnIndex`&mdash;The current column index. Use it as an alias for a template variable by utilizing the `let-columnIndex="columnIndex"` syntax.
14
- * - `rowIndex`&mdash;The provided data row index. Use it as an alias for a template variable by utilizing the `let-rowIndex="rowIndex"` syntax.
11
+ * The template context is the current data item. You also get access to the following additional fields:
12
+ * - `columnIndex`&mdash;The current column index. Use it as a template variable with `let-columnIndex="columnIndex"`.
13
+ * - `rowIndex`&mdash;The data row index. Use it as a template variable with `let-rowIndex="rowIndex"`.
15
14
  *
16
15
  * @example
17
16
  * ```html
@@ -5,12 +5,10 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Represents the drag hint template of the Grid.
9
- * Helps to customize the content of the hint during row reordering. To define the hint template, nest an `<ng-template>`
10
- * tag with the `kendoGridRowDragHintTemplate` directive inside the `<kendo-grid-rowreorder-column>` tag.
8
+ * The directive allows customizing the drag hint in the Grid row reorder column.
9
+ * Place an `<ng-template>` tag with the `kendoGridRowDragHintTemplate` directive inside the `<kendo-grid-rowreorder-column>` tag to set the hint template.
11
10
  *
12
- * The template context is set to the current data item.
13
- * The provided data row index is passed as an additional field. Use it as an alias for a template variable by utilizing the `let-rowIndex="rowIndex"` syntax.
11
+ * The template context is the current data item. You also get the data row index as an extra field. Use it as a template variable with `let-rowIndex="rowIndex"`.
14
12
  *
15
13
  * @example
16
14
  * ```html
@@ -8,15 +8,15 @@
8
8
  */
9
9
  export interface RowReorderEvent {
10
10
  /**
11
- * The rows that are currently dragged and the data associated with them.
11
+ * Represents the dragged rows and their data.
12
12
  */
13
13
  draggedRows: DragRow[];
14
14
  /**
15
- * The row over which the dragged rows are dropped.
15
+ * Represents the row where dragged rows are dropped.
16
16
  */
17
17
  dropTargetRow?: DragRow;
18
18
  /**
19
- * The exact dragged row position relative to the position of the drop target row.
19
+ * Represents the exact position of the dragged row compared to the drop target row.
20
20
  */
21
21
  dropPosition: DropPosition;
22
22
  }
@@ -25,24 +25,24 @@ export interface RowReorderEvent {
25
25
  */
26
26
  export interface DragRow {
27
27
  /**
28
- * The row data item.
28
+ * Represents the data item for the row.
29
29
  */
30
30
  dataItem: any;
31
31
  /**
32
- * The data row index.
32
+ * Represents the index of the data row.
33
33
  */
34
34
  rowIndex: number;
35
35
  /**
36
- * The row HTML element.
36
+ * Represents the HTML element for the row.
37
37
  */
38
38
  element: HTMLElement;
39
39
  }
40
40
  /**
41
- * Represents the exact dragged row position relative to the position of the drop target row.
41
+ * Represents the exact position of the dragged row compared to the drop target row.
42
42
  *
43
43
  * The possible values are:
44
- * * `before`&mdash;The row will be rendered as previous sibling of the target row.
45
- * * `after`&mdash;The row will be rendered as next sibling of the target row.
46
- * * `forbidden`&mdash;Dropping the row is not allowed.
44
+ * * `before`&mdash;The row appears before the target row.
45
+ * * `after`&mdash;The row appears after the target row.
46
+ * * `forbidden`&mdash;You cannot drop the row here.
47
47
  */
48
48
  export type DropPosition = 'before' | 'after' | 'forbidden';
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
6
6
  // peer deps of the dropdowns
7
- '@progress/kendo-angular-treeview': '19.1.2-develop.4',
8
- '@progress/kendo-angular-navigation': '19.1.2-develop.4',
7
+ '@progress/kendo-angular-treeview': '19.1.2-develop.6',
8
+ '@progress/kendo-angular-navigation': '19.1.2-develop.6',
9
9
  // peer dependency of kendo-angular-inputs
10
- '@progress/kendo-angular-dialog': '19.1.2-develop.4',
10
+ '@progress/kendo-angular-dialog': '19.1.2-develop.6',
11
11
  // peer dependency of kendo-angular-icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0',
13
13
  // peer dependency of kendo-angular-layout
14
- '@progress/kendo-angular-progressbar': '19.1.2-develop.4'
14
+ '@progress/kendo-angular-progressbar': '19.1.2-develop.6'
15
15
  } });
16
16
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
17
17
  }
@@ -3,35 +3,35 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Arguments for the [`contentScroll`](slug:api_grid_gridcomponent#toc-contentscroll) event.
6
+ * Provides the arguments for the [`contentScroll`](slug:api_grid_gridcomponent#toc-contentscroll) event.
7
7
  */
8
8
  export interface ContentScrollEvent {
9
9
  /**
10
- * The scroll left position.
10
+ * Represents the horizontal scroll position.
11
11
  */
12
12
  scrollLeft: number;
13
13
  /**
14
- * The scroll top position.
14
+ * Represents the vertical scroll position.
15
15
  */
16
16
  scrollTop: number;
17
17
  /**
18
- * The index of the first row visible in the viewport.
19
- * Available only if the grid is configured for virtual scrolling.
18
+ * Represents the index of the first visible row in the viewport.
19
+ * Available only if the grid uses virtual scrolling.
20
20
  */
21
21
  startRow: number;
22
22
  /**
23
- * The index of the last row visible in the viewport.
24
- * Available only if the grid is configured for virtual scrolling.
23
+ * Represents the index of the last visible row in the viewport.
24
+ * Available only if the grid uses virtual scrolling.
25
25
  */
26
26
  endRow: number;
27
27
  /**
28
- * The index of the first column visible in the viewport.
29
- * Available only if the `virtualColumns` option is set to true.
28
+ * Represents the index of the first visible column in the viewport.
29
+ * Available only if the `virtualColumns` option is true.
30
30
  */
31
31
  startColumn: number;
32
32
  /**
33
- * The index of the last column visible in the viewport.
34
- * Available only if the `virtualColumns` option is set to true.
33
+ * Represents the index of the last visible column in the viewport.
34
+ * Available only if the `virtualColumns` option is true.
35
35
  */
36
36
  endColumn: number;
37
37
  }