@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,11 +4,11 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridComponent } from "../grid.component";
6
6
  /**
7
- * Arguments for the `scrollBottom` event.
7
+ * Provides the arguments for the `scrollBottom` event.
8
8
  */
9
9
  export interface ScrollBottomEvent {
10
10
  /**
11
- * The instance of the GridComponent.
11
+ * The instance of the `GridComponent` that triggers the event.
12
12
  */
13
13
  sender: GridComponent;
14
14
  }
@@ -5,30 +5,30 @@
5
5
  import { Subject } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Arguments for the `scrollTo` method. Specifies to which row or column should the Grid scroll to.
8
+ * Defines the arguments for the `scrollTo` method. Use this to specify the row or column to scroll to.
9
9
  * [See example](slug:scrollmmodes_grid#toc-scrolling-to-a-specific-row-and-column).
10
10
  */
11
11
  export interface ScrollRequest {
12
12
  /**
13
- * The row index to which the Grid should scroll to, considering `0` as first row.
13
+ * Specifies the row index to scroll to. The first row has index `0`.
14
14
  */
15
15
  row?: number;
16
16
  /**
17
- * The column index to which the Grid should scroll to, considering `0` as first column.
17
+ * Specifies the column index to scroll to. The first column has index `0`.
18
18
  */
19
19
  column?: number;
20
20
  }
21
21
  /**
22
- * Arguments for the `scrollToItem` method. Specifies to which data item and column should the Grid scroll to.
22
+ * Defines the arguments for the `scrollToItem` method. Use this to specify the data item and column to scroll to.
23
23
  * [See example](slug:scrollmmodes_grid#toc-scrolling-to-a-specific-item).
24
24
  */
25
25
  export interface ScrollToItemRequest {
26
26
  /**
27
- * The property of the Grid data items that represents the unique ID of the item.
27
+ * Specifies the property name in the Grid data items that holds the unique ID.
28
28
  */
29
29
  idField: string;
30
30
  /**
31
- * The value of the data item unique identifier.
31
+ * Specifies the value of the unique identifier for the data item.
32
32
  */
33
33
  id: any;
34
34
  }
@@ -3,11 +3,11 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * The scroll mode of the Grid.
6
+ * Sets the scroll mode of the Grid.
7
7
  *
8
8
  * The available values are:
9
- * * `none`—Scrollbars are hidden. The Grid cannot be scrolled.
10
- * * `scrollable`—Displays scrollbars in Grid.
9
+ * * `none`—Hides scrollbars. The Grid does not scroll.
10
+ * * `scrollable`—Shows scrollbars in the Grid.
11
11
  * * `virtual`—Enables the [virtual scroll mode](slug:virtualscrolling_grid) of the Grid.
12
12
  *
13
13
  * @example
@@ -9,7 +9,7 @@ import { CellSelectionService } from './cell-selection.service';
9
9
  import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the select-all checkbox feature of the Grid ([see example](slug:grid_selection_persistence#toc-selecting-all-items)).
12
+ * Adds a select-all checkbox to the Grid. ([See example](slug:grid_selection_persistence#toc-selecting-all-items)).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -34,7 +34,7 @@ export declare class SelectAllCheckboxDirective implements AfterContentChecked,
34
34
  */
35
35
  state: SelectAllCheckboxState;
36
36
  /**
37
- * Fires when the user clicks the `kendoGridSelectAllCheckbox` select-all checkbox
37
+ * Emits when the user clicks the select-all checkbox.
38
38
  * ([see example](slug:grid_row_selection#toc-select-all-checkbox)).
39
39
  */
40
40
  selectAllChange: EventEmitter<SelectAllCheckboxState>;
@@ -9,22 +9,23 @@ import { CellSelectionService } from './cell-selection.service';
9
9
  import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the row-selection checkbox of the Grid. The directive expects the
13
- * index of the current row as an input parameter. Inside the [`CellTemplateDirective`](slug:api_grid_celltemplatedirective), apply the
14
- * `kendoGridSelectionCheckbox` to a `<kendo-checkbox></kendo-checkbox>` or an `<input type="checkbox"/>` element. When the user clicks the checkbox that is associated
15
- * with the directive, a [selectionChange](slug:api_grid_gridcomponent#toc-selectionChange)
16
- * event is triggered.
12
+ * Adds a row-selection checkbox to the Grid.
13
+ * Use this directive on a `<kendo-checkbox>` component or `<input type="checkbox">` element inside a cell template.
14
+ * When the user clicks the checkbox, the Grid triggers a [`selectionChange`](slug:api_grid_gridcomponent#toc-selectionChange) event.
17
15
  *
18
16
  * @example
19
17
  * ```html
20
- * <kendo-grid ... >
18
+ * <kendo-grid>
21
19
  * <kendo-grid-column>
22
20
  * <ng-template kendoGridCellTemplate let-rowIndex="rowIndex">
23
- * <input ... [kendoGridSelectionCheckbox]="rowIndex"/>
21
+ * <input [kendoGridSelectionCheckbox]="rowIndex"/>
22
+ * <kendo-checkbox [kendoGridSelectionCheckbox]="rowIndex"></kendo-checkbox>
24
23
  * </ng-template>
25
24
  * </kendo-grid-column>
26
25
  * </kendo-grid>
27
26
  * ```
27
+ * @remarks
28
+ * Applied to: {@link CheckBoxComponent}.
28
29
  */
29
30
  export declare class SelectionCheckboxDirective implements AfterContentChecked, OnDestroy {
30
31
  private selectionService;
@@ -35,7 +36,7 @@ export declare class SelectionCheckboxDirective implements AfterContentChecked,
35
36
  private ngZone;
36
37
  private checkbox;
37
38
  /**
38
- * The current index of the `dataItem` that will be selected.
39
+ * Sets the index of the `dataItem` to select.
39
40
  */
40
41
  itemIndex: number;
41
42
  private destroyClick;
@@ -17,35 +17,36 @@ export declare class Selection {
17
17
  protected ctx: ContextService;
18
18
  protected cd: ChangeDetectorRef;
19
19
  /**
20
- * Defines the collection that will store the selected item keys.
20
+ * Stores the selected item keys.
21
21
  * @default []
22
22
  */
23
23
  selectedKeys: any[];
24
24
  /**
25
- * Defines the initial shift-click range selection starting row index.
25
+ * Sets the starting row index for `Shift`+click range selection.
26
26
  *
27
27
  * @default 0
28
28
  */
29
29
  rangeSelectionStartRow: RowArgs;
30
30
  /**
31
- * Defines the initial shift-click range selection starting column index when cell selection is enabled.
31
+ * Sets the starting column index for `Shift`+click range selection when cell selection is on.
32
32
  *
33
33
  * @default 0
34
34
  */
35
35
  rangeSelectionStartColumnIndex: number;
36
36
  /**
37
- * Defines the item key that will be stored in the `selectedKeys` collection. [See example](slug:grid_selection_persistence#by-a-custom-key).
37
+ * Sets the item key to store in `selectedKeys`.
38
+ * [See example](slug:grid_selection_persistence#by-a-custom-key).
38
39
  */
39
40
  selectionKey: string | ((context: RowArgs) => any);
40
41
  /**
41
- * Defines a function that determines the column key of a data cell.
42
+ * Sets a function to get the column key for a data cell.
42
43
  *
43
- * The function should return an unique value for each column.
44
- * By default, the Grid uses the column index as a column key.
44
+ * The function must return a unique value for each column.
45
+ * The Grid uses the column index as the default column key.
45
46
  */
46
47
  columnKey: string | ((column: any, columnIndex: number) => any);
47
48
  /**
48
- * Fires when the `selectedKeys` collection has been updated.
49
+ * Emits when the `selectedKeys` collection changes.
49
50
  */
50
51
  selectedKeysChange: EventEmitter<any[]>;
51
52
  rowSelectionState: Set<any>;
@@ -7,8 +7,17 @@ import { ContextService } from '../common/provider.service';
7
7
  import { Selection } from "./selection-default";
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * A directive which stores the row selection state of the Grid in memory
10
+ * Stores the row selection state of the Grid in memory
11
11
  * ([see example]({% slug selection_grid %}#toc-toggling-the-selection-functionality)).
12
+ *
13
+ * @example
14
+ * ```typescript
15
+ * <kendo-grid kendoGridSelectBy="ProductID"></kendo-grid>
16
+ *
17
+ * <kendo-grid [kendoGridSelectBy]="myKey"></kendo-grid>
18
+ * ```
19
+ * @remarks
20
+ * Applied to: {@link GridComponent}.
12
21
  */
13
22
  export declare class SelectionDirective extends Selection implements OnInit, OnDestroy {
14
23
  protected ctx: ContextService;
@@ -6,64 +6,68 @@ import { SelectionAggregate, SelectionAggregates } from '../aggregates/aggregate
6
6
  import { ColumnComponent } from './../columns/column.component';
7
7
  import { RowArgs } from './../rendering/common/row-args';
8
8
  /**
9
- * Represents the callback that is used by the
10
- * [cellSelected]({% slug api_grid_gridcomponent %}#toc-cellselected) property ([see example](slug:grid_selection_custom#toc-setting-the-selected-cells)).
9
+ * Represents the callback used by the [`cellSelected`]({% slug api_grid_gridcomponent %}#toc-cellselected) property. ([See example](slug:grid_selection_custom#toc-setting-the-selected-cells)).
10
+ *
11
+ * @param row The row arguments.
12
+ * @param column The column component.
13
+ * @param colIndex The column index.
14
+ * @returns An object with `selected` and `item` properties.
11
15
  */
12
16
  export type CellSelectedFn = (row: RowArgs, column: ColumnComponent, colIndex: number) => {
13
17
  selected: boolean;
14
18
  item: CellSelectionItem;
15
19
  };
16
20
  /**
17
- * Arguments for the Grid [`selectionChange`](slug:api_grid_gridcomponent#toc-selectionchange) event.
21
+ * Provides arguments for the Grid [`selectionChange`](slug:api_grid_gridcomponent#toc-selectionchange) event.
18
22
  */
19
23
  export interface SelectionEvent {
20
24
  /**
21
- * The cell selection aggregates.
25
+ * Contains the cell selection aggregates.
22
26
  */
23
27
  cellAggregates?: SelectionAggregates;
24
28
  /**
25
- * The row items that were added to the selection.
29
+ * Lists the row items added to the selection.
26
30
  */
27
31
  selectedRows?: RowArgs[];
28
32
  /**
29
- * The row items that were removed from the selection.
33
+ * Lists the row items removed from the selection.
30
34
  */
31
35
  deselectedRows?: RowArgs[];
32
36
  /**
33
- * The cell items that were added to the selection.
37
+ * Lists the cell items added to the selection.
34
38
  */
35
39
  selectedCells?: CellSelectionItem[];
36
40
  /**
37
- * The cell items that were removed from the selection.
41
+ * Lists the cell items removed from the selection.
38
42
  */
39
43
  deselectedCells?: CellSelectionItem[];
40
44
  /**
41
- * Shows the state of the `Ctrl` key (or the `Command` key on a Mac) during the selection.
45
+ * Shows the state of the `Ctrl` key (or the `Command` key on a Mac) during selection.
42
46
  */
43
47
  ctrlKey?: boolean;
44
48
  /**
45
- * Shows the state of the `Shift` key during the selection.
49
+ * Shows the state of the `Shift` key during selection.
46
50
  */
47
51
  shiftKey?: boolean;
48
52
  /**
49
- * Represents the initially clicked row in a shift-click range row selection
53
+ * Represents the initially clicked row in a `Shift`+click range row selection.
50
54
  */
51
55
  rangeStartRow?: RowArgs;
52
56
  /**
53
- * Represents the shift-clicked item in a shift-click range row selection
57
+ * Represents the item in a `Shift`+click range row selection.
54
58
  */
55
59
  rangeEndRow?: RowArgs;
56
60
  /**
57
- * Represents the initially clicked cell in a shift-click range cell selection
61
+ * Represents the initially clicked cell in a `Shift`+click range cell selection.
58
62
  */
59
63
  rangeStartCell?: CellSelectionItem;
60
64
  /**
61
- * Represents the shift-clicked cell in a shift-click range cell selection
65
+ * Represents the cell in a `Shift`+click range cell selection.
62
66
  */
63
67
  rangeEndCell?: CellSelectionItem;
64
68
  }
65
69
  /**
66
- * The settings for the selection functionality of the Grid ([more information and example]({% slug selection_grid %}#toc-setup)).
70
+ * Configures the selection functionality of the Grid. ([See example]({% slug selection_grid %}#toc-setup)).
67
71
  *
68
72
  * @example
69
73
  * ```html
@@ -75,53 +79,55 @@ export interface SelectionEvent {
75
79
  */
76
80
  export interface SelectableSettings {
77
81
  /**
78
- * Determines if selection aggregates will be enabled. By default the property is set to `false`.
79
- * If cellAggregates is set to `true` it will calculate all aggregate options.
80
- * You can choose which aggregates to calculate by passing an array of [SelectionAggregate]({% slug api_grid_selectionaggregate %}) type options.
82
+ * Enables selection aggregates. By default, this property is set to `false`.
83
+ * If you set `cellAggregates` to `true`, the Grid calculates all aggregate options.
84
+ * Pass an array of [`SelectionAggregate`]({% slug api_grid_selectionaggregate %}) type options to choose which aggregates to calculate.
85
+ *
81
86
  */
82
87
  cellAggregates?: boolean | SelectionAggregate[];
83
88
  /**
84
- * Determines if selection is allowed.
89
+ * Enables selection.
85
90
  *
86
91
  */
87
92
  enabled?: boolean;
88
93
  /**
89
- * Determines if the selection is performed only through clicking a checkbox.
90
- * If enabled, clicking the row itself will not select the row.
91
- * Applicable if at least one checkbox column is present.
94
+ * Allows selection only through clicking a checkbox.
95
+ * When enabled, clicking the row does not select it.
96
+ * This applies if at least one checkbox column exists.
92
97
  *
93
98
  */
94
99
  checkboxOnly?: boolean;
95
100
  /**
96
- * Determines the selectable mode.
101
+ * Sets the selectable mode.
102
+ *
97
103
  */
98
104
  mode?: SelectableMode;
99
105
  /**
100
- * Determines if cell selection is allowed.
106
+ * Enables cell selection.
101
107
  *
102
108
  */
103
109
  cell?: boolean;
104
110
  /**
105
- * Determines if drag selection is allowed.
111
+ * Enables drag selection.
106
112
  *
107
113
  */
108
114
  drag?: boolean;
109
115
  /**
110
- * Determines whether a meta key (Ctrl or Command) will be needed to perform multiple selection. By default, adding a new row or cell to the selection requires pressing a meta key.
116
+ * Requires a meta key (`Ctrl` or `Command`) to select multiple items. By default, you must press a meta key to add a new row or cell to the selection.
111
117
  *
112
118
  */
113
119
  metaKeyMultiSelect?: boolean;
114
120
  /**
115
- * Determines whether the existing selection is preserved when a new range selection is performed.
121
+ * Preserves the existing selection when you perform a new range selection.
116
122
  *
117
123
  */
118
124
  multipleRanges?: boolean;
119
125
  }
120
126
  /**
121
- * Represents the available selection modes. [See example](slug:grid_row_selection).
127
+ * Lists the available selection modes. [See example](slug:grid_row_selection).
122
128
  *
123
129
  * The available values are:
124
- * * `single`&mdash;Enables single selection. If you click the selected row, it will not be deselected. [See example](slug:grid_row_selection#toc-single-row-selection).
130
+ * * `single`&mdash;Enables single selection. Clicking the selected row does not deselect it. [See example](slug:grid_row_selection#toc-single-row-selection).
125
131
  * * `multiple`&mdash;Enables multiple selection. [See example](slug:grid_row_selection#toc-multiple-rows-selection).
126
132
  *
127
133
  * @example
@@ -131,7 +137,7 @@ export interface SelectableSettings {
131
137
  */
132
138
  export type SelectableMode = "single" | "multiple";
133
139
  /**
134
- * Represents the possible states of the select-all checkbox.
140
+ * Lists the possible states of the select-all checkbox.
135
141
  *
136
142
  * @example
137
143
  * ```html
@@ -140,7 +146,7 @@ export type SelectableMode = "single" | "multiple";
140
146
  * <input
141
147
  * kendoGridSelectAllCheckbox
142
148
  * state="indeterminate"
143
- * ...
149
+ * ...
144
150
  * />
145
151
  * </ng-template>
146
152
  * <kendo-grid-column>
@@ -148,20 +154,20 @@ export type SelectableMode = "single" | "multiple";
148
154
  */
149
155
  export type SelectAllCheckboxState = "checked" | "unchecked" | "indeterminate";
150
156
  /**
151
- * The Grid `cell` selection items type.
157
+ * Describes the Grid cell selection item type.
152
158
  */
153
159
  export interface CellSelectionItem {
154
160
  /**
155
- * The key that identifies the selected item.
161
+ * Identifies the selected item.
156
162
  */
157
163
  itemKey?: any;
158
164
  /**
159
- * The key that identifies the selected item column.
165
+ * Identifies the selected item column.
160
166
  */
161
167
  columnKey?: any;
162
168
  }
163
169
  /**
164
- * The possible data types of the Grid selection items.
170
+ * Lists the possible data types of the Grid selection items.
165
171
  *
166
172
  * @hidden
167
173
  */
@@ -6,7 +6,7 @@ import { State } from "@progress/kendo-data-query";
6
6
  import { GridDataResult } from "../data/data.collection";
7
7
  import { PreventableEvent } from "@progress/kendo-angular-common";
8
8
  /**
9
- * Represent the state of each Grid column that can be changed by the user.
9
+ * Describes the state of a Grid column that users can change.
10
10
  */
11
11
  export interface ColumnState {
12
12
  /**
@@ -18,7 +18,7 @@ export interface ColumnState {
18
18
  */
19
19
  width?: number;
20
20
  /**
21
- * The column visibility.
21
+ * The column visibility state.
22
22
  */
23
23
  hidden?: boolean;
24
24
  /**
@@ -29,26 +29,35 @@ export interface ColumnState {
29
29
  * The column sticky state.
30
30
  */
31
31
  sticky?: boolean;
32
+ /**
33
+ * The order index of the column.
34
+ */
32
35
  orderIndex?: number;
33
36
  }
34
37
  /**
35
- * The state of the grid component.
36
- * It includes the current `State`, data, and columns state.
38
+ * Describes the state of the Grid component.
39
+ * Includes the current `State`, data, and columns state.
37
40
  */
38
41
  export interface GridState extends State {
42
+ /**
43
+ * The state of all columns in the Grid.
44
+ */
39
45
  columnsState?: ColumnState[];
46
+ /**
47
+ * The current data in the Grid.
48
+ */
40
49
  currentData?: Array<any> | GridDataResult | null;
41
50
  }
42
51
  /**
43
- * Arguments for the `undo` and `redo` events.
52
+ * Provides arguments for the `undo` and `redo` events.
44
53
  */
45
54
  export declare class UndoRedoEvent extends PreventableEvent {
46
55
  /**
47
- * The event data of the original action that triggered the state change.
56
+ * The event data for the action that changed the state.
48
57
  */
49
58
  readonly originalEvent: any;
50
59
  /**
51
- * The grid state and rendered data at the time of the action.
60
+ * The Grid state and rendered data at the time of the action.
52
61
  */
53
62
  readonly gridState: GridState;
54
63
  /**
@@ -6,15 +6,14 @@ import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
6
  import { UndoRedoService } from './undo-redo.service';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the command for triggering the redo action in the Grid.
10
- * You can apply this directive to any `kendo-toolbar-button` element inside a
11
- * ToolbarComponent used in the Grid.
9
+ * Represents the command that triggers the redo action in the Grid.
10
+ * Apply this directive to any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
12
11
  *
13
- * When the user clicks the toolbar button that is associated with the directive, the
14
- * [redo]({% slug api_grid_undoredodirective %}#toc-redo) event is triggered.
12
+ * When users click the toolbar button with this directive, the
13
+ * [`redo`]({% slug api_grid_undoredodirective %}#toc-redo) event is triggered.
15
14
  *
16
15
  * @example
17
- * ```html-no-run
16
+ * ```html
18
17
  * <kendo-grid>
19
18
  * <kendo-toolbar>
20
19
  * <kendo-toolbar-button kendoGridRedoTool></kendo-toolbar-button>
@@ -26,8 +25,17 @@ export declare class RedoCommandToolbarDirective {
26
25
  private undoRedoService;
27
26
  private host;
28
27
  private subs;
28
+ /**
29
+ * @hidden
30
+ */
29
31
  constructor(undoRedoService: UndoRedoService, host: ToolBarButtonComponent);
32
+ /**
33
+ * @hidden
34
+ */
30
35
  ngOnInit(): void;
36
+ /**
37
+ * @hidden
38
+ */
31
39
  ngOnDestroy(): void;
32
40
  /**
33
41
  * @hidden
@@ -6,15 +6,14 @@ import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
6
6
  import { UndoRedoService } from './undo-redo.service';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the command for triggering the undo action in the Grid.
10
- * You can apply this directive to any `kendo-toolbar-button` element inside a
11
- * ToolbarComponent used in the Grid.
9
+ * Represents the command that triggers the undo action in the Grid.
10
+ * Apply this directive to any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
12
11
  *
13
- * When the user clicks the toolbar button that is associated with the directive, the
14
- * [undo]({% slug api_grid_undoredodirective %}#toc-undo) event is triggered.
12
+ * When users click the toolbar button with this directive, the
13
+ * [`undo`]({% slug api_grid_undoredodirective %}#toc-undo) event is triggered.
15
14
  *
16
15
  * @example
17
- * ```html-no-run
16
+ * ```html
18
17
  * <kendo-grid>
19
18
  * <kendo-toolbar>
20
19
  * <kendo-toolbar-button kendoGridUndoTool></kendo-toolbar-button>
@@ -26,8 +25,17 @@ export declare class UndoCommandToolbarDirective {
26
25
  private undoRedoService;
27
26
  private host;
28
27
  private subs;
28
+ /**
29
+ * @hidden
30
+ */
29
31
  constructor(undoRedoService: UndoRedoService, host: ToolBarButtonComponent);
32
+ /**
33
+ * @hidden
34
+ */
30
35
  ngOnInit(): void;
36
+ /**
37
+ * @hidden
38
+ */
31
39
  ngOnDestroy(): void;
32
40
  /**
33
41
  * @hidden
@@ -9,26 +9,37 @@ import { EditService } from '../editing/edit.service';
9
9
  import { UndoRedoService } from './undo-redo.service';
10
10
  import { ChangeNotificationService } from '../data/change-notification.service';
11
11
  import * as i0 from "@angular/core";
12
+ /**
13
+ * Represents the directive that manages undo-redo operations in the Grid.
14
+ * Use this directive to enable undo and redo functionality for user actions in the Grid.
15
+ *
16
+ * @example
17
+ * ```html
18
+ * <kendo-grid [data]="data" kendoGridUndoRedo></kendo-grid>
19
+ * ```
20
+ * @remarks
21
+ * Applied to: {@link GridComponent}.
22
+ */
12
23
  export declare class UndoRedoDirective implements OnInit, OnDestroy {
13
24
  private host;
14
25
  private editService;
15
26
  private undoRedoService;
16
27
  private changeNotification;
17
28
  /**
18
- * Determines the maximum number of actions to keep in the undo-redo stack.
29
+ * Sets the maximum number of actions to keep in the undo-redo stack.
19
30
  * @default 10
20
31
  */
21
32
  maxStoredStates: number;
22
33
  /**
23
- * Fires when undo action is performed. Exposes the state of the grid that will be applied.
34
+ * Fires when you perform the undo action. Provides the Grid state to apply.
24
35
  */
25
36
  onUndo: EventEmitter<UndoRedoEvent>;
26
37
  /**
27
- * Fires when undo action is performed. Exposes the state of the grid that will be applied.
38
+ * Fires when you perform the redo action. Provides the Grid state to apply.
28
39
  */
29
40
  onRedo: EventEmitter<UndoRedoEvent>;
30
41
  /**
31
- * Returns an array of all undo-redo actions that are currently in the stack.
42
+ * Returns all undo-redo actions currently in the stack.
32
43
  */
33
44
  get undoRedoItems(): UndoRedoEvent[];
34
45
  private stack;
@@ -38,11 +49,11 @@ export declare class UndoRedoDirective implements OnInit, OnDestroy {
38
49
  ngOnInit(): void;
39
50
  ngOnDestroy(): void;
40
51
  /**
41
- * Re-applies the last action, reverted by the `undo` method.
52
+ * Re-applies the last action that you reverted with the `undo` method.
42
53
  */
43
54
  redo(): void;
44
55
  /**
45
- * Reverts the last user action.
56
+ * Reverts the last user action that you performed.
46
57
  */
47
58
  undo(): void;
48
59
  private updateUndoRedoDisabled;