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

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 +159 -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 +1939 -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
@@ -9,542 +9,531 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export declare class GridMessages extends ComponentMessages {
11
11
  /**
12
- * The text for the empty group panel.
12
+ * Sets the text for the empty group panel.
13
13
  */
14
14
  groupPanelEmpty: string;
15
15
  /**
16
- * The no-records text.
16
+ * Sets the text when there are no records.
17
17
  */
18
18
  noRecords: string;
19
19
  /**
20
- * The label of the pager. Follows the pattern **Page {currentPage} of {totalPages}** by default.
21
- * Тhe default label text when the current page is 1, and the total number of pages is 10 will be
20
+ * Sets the label for the pager. By default, it follows the pattern **Page {currentPage} of {totalPages}**.
21
+ * For example, when the current page is 1 and the total number of pages is 10, the label is
22
22
  * **Page navigation, page 1 of 10**.
23
23
  *
24
- * The message consists of several parts - the current page number, the total number of pages, and a localizable string.
25
- * To allow for reordering its parts, the `pagerLabel` input accepts a string with placeholders for the current page
26
- * and total number of pages. The `{currentPage}` and `{totalPages}` placeholders will be replaced
27
- * internally with the respective actual values. [See example](slug:globalization_grid#toc-custom-messages).
24
+ * The message includes the current page number, total number of pages, and a localizable string.
25
+ * You can reorder these parts by using placeholders in the `pagerLabel` input.
26
+ * Use `{currentPage}` and `{totalPages}` to insert the actual values.
27
+ * [See example](slug:globalization_grid#toc-custom-messages).
28
28
  */
29
29
  pagerLabel: string;
30
30
  /**
31
- * The label for the **First page** button.
31
+ * Sets the label for the **First page** button.
32
32
  */
33
33
  pagerFirstPage: string;
34
34
  /**
35
- * The label for the **Last page** button.
35
+ * Sets the label for the **Last page** button.
36
36
  */
37
37
  pagerLastPage: string;
38
38
  /**
39
- * The label for the **Previous page** button.
39
+ * Sets the label for the **Previous page** button.
40
40
  */
41
41
  pagerPreviousPage: string;
42
42
  /**
43
- * The label for the **Next page** button.
43
+ * Sets the label for the **Next page** button.
44
44
  */
45
45
  pagerNextPage: string;
46
46
  /**
47
- * The text displayed before the pager input.
47
+ * Sets the text displayed before the pager input.
48
48
  */
49
49
  pagerPage: string;
50
50
  /**
51
- * The text displayed after the page-size selector.
51
+ * Sets the text displayed after the page-size selector.
52
52
  */
53
53
  pagerItemsPerPage: string;
54
54
  /**
55
- * The text displayed before the total-page number.
55
+ * Sets the text displayed before the total-page number.
56
56
  */
57
57
  pagerOf: string;
58
58
  /**
59
- * The text displayed after the total number of items.
59
+ * Sets the text displayed after the total number of items.
60
60
  */
61
61
  pagerItems: string;
62
62
  /**
63
- * The title attribute of the page number input element.
63
+ * Sets the title attribute of the page number input element.
64
64
  */
65
65
  pagerPageNumberInputTitle: string;
66
66
  /**
67
- * The text of the aria-label attribute applied to the page number input element.
67
+ * Sets the text for the aria-label attribute on the page number input element.
68
68
  */
69
69
  pagerInputLabel: string;
70
70
  /**
71
- * The text of the title and `aria-label` attributes applied to the page chooser in the Grid Pager.
71
+ * Sets the text for the title and `aria-label` attributes on the page chooser in the Grid Pager.
72
72
  */
73
73
  pagerSelectPage: string;
74
74
  /**
75
- * The label of the filter cell or icon.
75
+ * Sets the label for the filter cell or icon.
76
76
  */
77
77
  filter: string;
78
78
  /**
79
- * The label of the filter input.
79
+ * Sets the label for the filter input.
80
80
  *
81
- * The filter input label consists of a two-part message - the name of the column and a localizable string.
82
- * For a column named **Product Name**, the default label will be **Product Name Filter**.
81
+ * The filter input label includes the column name and a localizable string.
82
+ * For example, for a column named **Product Name**, the default label is **Product Name Filter**.
83
83
  *
84
- * To allow reordering the column name and the localizable part, the `filterInputLabel` accepts a string with a
85
- * placeholder for the column name, for example, **filter for {columnName}**. The `{columnName}` placeholder will be replaced
86
- * internally with the current column name, and the resulting label will be rendered as **filter for Product Name**.
84
+ * You can reorder the column name and the localizable part by using a placeholder in `filterInputLabel`.
85
+ * Use `{columnName}` to insert the column name, for example, **filter for {columnName}**.
87
86
  * [See example](slug:globalization_grid#toc-custom-messages).
88
87
  */
89
88
  filterInputLabel: string;
90
89
  /**
91
- * The title of the filter menu icon.
90
+ * Sets the title for the filter menu icon.
92
91
  *
93
- * The title consists of a two-part message - the name of the column and a localizable string.
94
- * For a column named **Product Name**, the default title will be **Product Name Filter Menu**.
92
+ * The title includes the column name and a localizable string.
93
+ * For example, for a column named **Product Name**, the default title is **Product Name Filter Menu**.
95
94
  *
96
- * To allow reordering the column name and the localizable part, the `filterMenuTitle` accepts a string with a
97
- * placeholder for the column name, for example, **filter for {columnName}**. The `{columnName}` placeholder will be replaced
98
- * internally with the current column name, and the resulting title will be rendered as **filter for Product Name**.
95
+ * You can reorder the column name and the localizable part by using a placeholder in `filterMenuTitle`.
96
+ * Use `{columnName}` to insert the column name, for example, **filter for {columnName}**.
99
97
  * [See example](slug:globalization_grid#toc-custom-messages).
100
98
  */
101
99
  filterMenuTitle: string;
102
100
  /**
103
- * The label of the filter menu operators DropDownList.
101
+ * Sets the label for the filter menu operators DropDownList.
104
102
  *
105
- * The label consists of a two-part message - the name of the column and a localizable string.
106
- * For a column named **Product Name**, the default label will be **Product Name Filter Menu Operators**.
103
+ * The label includes the column name and a localizable string.
104
+ * For example, for a column named **Product Name**, the default label is **Product Name Filter Menu Operators**.
107
105
  *
108
- * To allow reordering the column name and the localizable part, the `filterMenuOperatorsDropDownLabel` accepts a string with a
109
- * placeholder for the column name, for example, **filter operators for {columnName**'. The `{columnName}` placeholder will be replaced
110
- * internally with the current column name, and the resulting label will be rendered as **filter operators for Product Name**.
106
+ * You can reorder the column name and the localizable part by using a placeholder in `filterMenuOperatorsDropDownLabel`.
107
+ * Use `{columnName}` to insert the column name, for example, **filter operators for {columnName}**.
111
108
  * [See example](slug:globalization_grid#toc-custom-messages).
112
109
  */
113
110
  filterMenuOperatorsDropDownLabel: string;
114
111
  /**
115
- * The label of the filter menu logic DropDownList.
112
+ * Sets the label for the filter menu logic DropDownList.
116
113
  *
117
- * The label consists of a two-part message - the name of the column and a localizable string.
118
- * For a column named **Product Name**, the default label will be **Product Name Filter Menu Logic**.
114
+ * The label includes the column name and a localizable string.
115
+ * For example, for a column named **Product Name**, the default label is **Product Name Filter Menu Logic**.
119
116
  *
120
- * To allow reordering the column name and the localizable part, the `filterMenuLogicDropDownLabel` accepts a string with a
121
- * placeholder for the column name, for example, **filter logic for {columnName}**. The `{columnName}` placeholder will be replaced
122
- * internally with the current column name, and the resulting label will be rendered as **filter logic for Product Name**.
117
+ * You can reorder the column name and the localizable part by using a placeholder in `filterMenuLogicDropDownLabel`.
118
+ * Use `{columnName}` to insert the column name, for example, **filter logic for {columnName}**.
123
119
  * [See example](slug:globalization_grid#toc-custom-messages).
124
120
  */
125
121
  filterMenuLogicDropDownLabel: string;
126
122
  /**
127
- * The label of the filter cell operators DropDownList.
123
+ * Sets the label for the filter cell operators DropDownList.
128
124
  *
129
- * The label consists of a two-part message - the name of the column and a localizable string.
130
- * For a column named **Product Name**, the default label will be **Filter cell operators for Product Name**.
125
+ * The label includes the column name and a localizable string.
126
+ * For example, for a column named **Product Name**, the default label is **Filter cell operators for Product Name**.
131
127
  *
132
- * To allow reordering the column name and the localizable part, the `filterCellOperatorLabel` accepts a string with a
133
- * placeholder for the column name, for example, **Filter operators for {columnName}**. The `{columnName}` placeholder will be replaced
134
- * internally with the current column name, and the resulting label will be rendered as **Filter operators for Product Name**.
128
+ * You can reorder the column name and the localizable part by using a placeholder in `filterCellOperatorLabel`.
129
+ * Use `{columnName}` to insert the column name, for example, **Filter operators for {columnName}**.
135
130
  * [See example](slug:globalization_grid#toc-custom-messages).
136
131
  */
137
132
  filterCellOperatorLabel: string;
138
133
  /**
139
- * The label of the boolean filter cell DropDownList.
134
+ * Sets the label for the boolean filter cell DropDownList.
140
135
  *
141
- * The label consists of a two-part message - the name of the column and a localizable string.
142
- * For a column named **Product Name**, the default label will be **Boolean filter cell for Product Name**.
136
+ * The label includes the column name and a localizable string.
137
+ * For example, for a column named **Product Name**, the default label is **Boolean filter cell for Product Name**.
143
138
  *
144
- * To allow reordering the column name and the localizable part, the `booleanFilterCellLabel` accepts a string with a
145
- * placeholder for the column name, for example, **Boolean Filter operator for {columnName}**. The `{columnName}` placeholder will be replaced
146
- * internally with the current column name, and the resulting label will be rendered as **Boolean Filter operator for Product Name**.
139
+ * You can reorder the column name and the localizable part by using a placeholder in `booleanFilterCellLabel`.
140
+ * Use `{columnName}` to insert the column name, for example, **Boolean Filter operator for {columnName}**.
147
141
  * [See example](slug:globalization_grid#toc-custom-messages).
148
142
  */
149
143
  booleanFilterCellLabel: string;
150
144
  /**
151
- * The text of the `Equal` (**Is equal to**) filter operator.
145
+ * Sets the text for the `Equal` (**Is equal to**) filter operator.
152
146
  */
153
147
  filterEqOperator: string;
154
148
  /**
155
- * The text of the `NotEqual` (**Is not equal to**) filter operator.
149
+ * Sets the text for the `NotEqual` (**Is not equal to**) filter operator.
156
150
  */
157
151
  filterNotEqOperator: string;
158
152
  /**
159
- * The text of the `IsNull` (**Is null**) filter operator.
153
+ * Sets the text for the `IsNull` (**Is null**) filter operator.
160
154
  */
161
155
  filterIsNullOperator: string;
162
156
  /**
163
- * The text of the `IsNotNull` (**Is not null**) filter operator.
157
+ * Sets the text for the `IsNotNull` (**Is not null**) filter operator.
164
158
  */
165
159
  filterIsNotNullOperator: string;
166
160
  /**
167
- * The text of the `IsEmpty` (**Is empty**) filter operator.
161
+ * Sets the text for the `IsEmpty` (**Is empty**) filter operator.
168
162
  */
169
163
  filterIsEmptyOperator: string;
170
164
  /**
171
- * The text of the `IsNotEmpty` (**Is not empty**) filter operator.
165
+ * Sets the text for the `IsNotEmpty` (**Is not empty**) filter operator.
172
166
  */
173
167
  filterIsNotEmptyOperator: string;
174
168
  /**
175
- * The text of the `StartsWith` (**Starts with**) filter operator.
169
+ * Sets the text for the `StartsWith` (**Starts with**) filter operator.
176
170
  */
177
171
  filterStartsWithOperator: string;
178
172
  /**
179
- * The text of the `Contains` (**Contains**) filter operator.
173
+ * Sets the text for the `Contains` (**Contains**) filter operator.
180
174
  */
181
175
  filterContainsOperator: string;
182
176
  /**
183
- * The text of the `DoesNotContain` (**Does not contain**) filter operator.
177
+ * Sets the text for the `DoesNotContain` (**Does not contain**) filter operator.
184
178
  */
185
179
  filterNotContainsOperator: string;
186
180
  /**
187
- * The text of the `EndsWith` (**Ends with**) string filter operator.
181
+ * Sets the text for the `EndsWith` (**Ends with**) string filter operator.
188
182
  */
189
183
  filterEndsWithOperator: string;
190
184
  /**
191
- * The text of the `GreaterOrEqualTo` (**Is greater than or equal to**) numeric filter operator.
185
+ * Sets the text for the `GreaterOrEqualTo` (**Is greater than or equal to**) numeric filter operator.
192
186
  */
193
187
  filterGteOperator: string;
194
188
  /**
195
- * The text of the `Greater` (**Is greater than**) numeric filter operator.
189
+ * Sets the text for the `Greater` (**Is greater than**) numeric filter operator.
196
190
  */
197
191
  filterGtOperator: string;
198
192
  /**
199
- * The text of the `LessOrEqualTo` (**Is less than or equal to**) numeric filter operator.
193
+ * Sets the text for the `LessOrEqualTo` (**Is less than or equal to**) numeric filter operator.
200
194
  */
201
195
  filterLteOperator: string;
202
196
  /**
203
- * The text of the `Less` (**Is less than**) numeric filter operator.
197
+ * Sets the text for the `Less` (**Is less than**) numeric filter operator.
204
198
  */
205
199
  filterLtOperator: string;
206
200
  /**
207
- * The text of the `IsTrue` Boolean filter option.
201
+ * Sets the text for the `IsTrue` Boolean filter option.
208
202
  */
209
203
  filterIsTrue: string;
210
204
  /**
211
- * The text of the `IsFalse` Boolean filter option.
205
+ * Sets the text for the `IsFalse` Boolean filter option.
212
206
  */
213
207
  filterIsFalse: string;
214
208
  /**
215
- * The text of the `(All)` option for Boolean filter.
209
+ * Sets the text for the `(All)` option in the Boolean filter.
216
210
  */
217
211
  filterBooleanAll: string;
218
212
  /**
219
- * The title that is displayed in the Operators ActionSheet.
213
+ * Sets the title for the Operators ActionSheet in adaptive mode.
220
214
  */
221
215
  adaptiveFilterOperatorsTitle: any;
222
216
  /**
223
- * The text of the `AfterOrEqualTo` (**Is after or equal to**) date filter operator.
217
+ * Sets the text for the `AfterOrEqualTo` (**Is after or equal to**) date filter operator.
224
218
  */
225
219
  filterAfterOrEqualOperator: string;
226
220
  /**
227
- * The text of the `After` (**Is after**) date filter operator.
221
+ * Sets the text for the `After` (**Is after**) date filter operator.
228
222
  */
229
223
  filterAfterOperator: string;
230
224
  /**
231
- * The text of the `Before` (**Is before**) date filter operator.
225
+ * Sets the text for the `Before` (**Is before**) date filter operator.
232
226
  */
233
227
  filterBeforeOperator: string;
234
228
  /**
235
- * The text of the `BeforeOrEqualTo` (**Is before or equal to**) date filter operator.
229
+ * Sets the text for the `BeforeOrEqualTo` (**Is before or equal to**) date filter operator.
236
230
  */
237
231
  filterBeforeOrEqualOperator: string;
238
232
  /**
239
- * The text of the **Filter** button.
233
+ * Sets the text for the **Filter** button.
240
234
  */
241
235
  filterFilterButton: string;
242
236
  /**
243
- * The text of the **Clear filter** button.
237
+ * Sets the text for the **Clear filter** button.
244
238
  */
245
239
  filterClearButton: string;
246
240
  /**
247
- * The title of the **Close** button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode.
241
+ * Sets the title for the **Close** button of the ActionSheet that appears instead of the Popup on small screens in adaptive mode.
248
242
  */
249
243
  adaptiveCloseButtonTitle: string;
250
244
  /**
251
- * The title of the **Back** button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode.
245
+ * Sets the title for the **Back** button of the ActionSheet that appears instead of the Popup on small screens in adaptive mode.
252
246
  */
253
247
  adaptiveBackButtonTitle: string;
254
248
  /**
255
- * The text of the `And` filter logic.
249
+ * Sets the text for the `And` filter logic.
256
250
  */
257
251
  filterAndLogic: string;
258
252
  /**
259
- * The text of the `Or` filter logic.
253
+ * Sets the text for the `Or` filter logic.
260
254
  */
261
255
  filterOrLogic: string;
262
256
  /**
263
- * The button text of the Filter toolbar tool.
257
+ * Sets the button text for the Filter toolbar tool.
264
258
  */
265
259
  filterToolbarToolText: string;
266
260
  /**
267
- * The loading text. The `loading` property is part of the accessibility support of the Grid.
268
- * Its value is detectable by screen readers and is not otherwise visible.
261
+ * Sets the loading text. The `loading` property a Grid accessibility feature.
262
+ * Screen readers can detect its value, but it is not visible otherwise.
269
263
  */
270
264
  loading: string;
271
265
  /**
272
- * The text of the `aria-label` attribute placed on the Grid focusable element.
266
+ * Sets the text for the `aria-label` attribute on the Grid focusable element.
273
267
  */
274
268
  gridLabel: string;
275
269
  /**
276
- * The title of the column menu icon.
270
+ * Sets the title for the column menu icon.
277
271
  *
278
- * The title consists of a two-part message - the name of the column and a localizable string.
279
- * For a column named **Product Name**, the default title will be **Product Name Column Menu**.
272
+ * The title includes the column name and a localizable string.
273
+ * For example, for a column named **Product Name**, the default title is **Product Name Column Menu**.
280
274
  *
281
- * To allow reordering the column name and the localizable part, the `columnMenu` accepts a string with a
282
- * placeholder for the column name, for example, **menu for {columnName}**. The `{columnName}` placeholder will be replaced
283
- * internally with the current column name, and the resulting title will be rendered as **menu for Product Name**.
275
+ * You can reorder the column name and the localizable part by using a placeholder in `columnMenu`.
276
+ * Use `{columnName}` to insert the column name, for example, **menu for {columnName}**.
284
277
  * [See example](slug:globalization_grid#toc-custom-messages).
285
278
  */
286
279
  columnMenu: string;
287
280
  /**
288
- * The text that is displayed in the column menu for the set column position item.
281
+ * Sets the text in the column menu for the set column position item.
289
282
  */
290
283
  setColumnPosition: string;
291
284
  /**
292
- * The text for the Grid Column Chooser and Column Chooser toolbar tool.
285
+ * Sets the text for the Grid Column Chooser and Column Chooser toolbar tool.
293
286
  */
294
287
  columns: string;
295
288
  /**
296
- * The subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool.
289
+ * Sets the subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool.
297
290
  */
298
291
  columnsSubtitle: string;
299
292
  /**
300
- * The title that is displayed in the adaptive Filter Toolbar Tool and Filter Menu.
293
+ * Sets the title for the adaptive Filter Toolbar Tool and Filter Menu.
301
294
  */
302
295
  adaptiveFilterTitle: string;
303
296
  /**
304
- * The title that is displayed in the adaptive Sort Toolbar Tool.
297
+ * Sets the title for the adaptive Sort Toolbar Tool.
305
298
  */
306
299
  adaptiveSortTitle: string;
307
300
  /**
308
- * The title that is displayed in the adaptive Group Toolbar Tool.
301
+ * Sets the title for the adaptive Group Toolbar Tool.
309
302
  */
310
303
  adaptiveGroupTitle: string;
311
304
  /**
312
- * The text of the **Clear all filters** button located in the Filter Toolbar Tool and adaptive Filter Toolbar Tool.
305
+ * Sets the text for the **Clear all filters** button in the Filter Toolbar Tool and adaptive Filter Toolbar Tool.
313
306
  */
314
307
  filterClearAllButton: string;
315
308
  /**
316
- * The text of the **Clear grouping** button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
309
+ * Sets the text for the **Clear grouping** button in the Group Toolbar Tool and adaptive Group Toolbar Tool.
317
310
  */
318
311
  groupClearButton: string;
319
312
  /**
320
- * The text of the clear sort button located in the Sort Toolbar Tool and adaptive Sort Toolbar Tool.
313
+ * Sets the text for the clear sort button in the Sort Toolbar Tool and adaptive Sort Toolbar Tool.
321
314
  */
322
315
  sortClearButton: string;
323
316
  /**
324
- * The text of the **Done** sort button.
317
+ * Sets the text for the **Done** sort button.
325
318
  */
326
319
  sortDoneButton: string;
327
320
  /**
328
- * The text of the **Done** group button in the adaptive Group Toolbar Tool.
321
+ * Sets the text for the **Done** group button in the adaptive Group Toolbar Tool.
329
322
  */
330
323
  groupDoneButton: string;
331
324
  /**
332
- * The text that is displayed in the column menu for the lock item.
325
+ * Sets the text in the column menu for the lock item.
333
326
  */
334
327
  lock: string;
335
328
  /**
336
- * The text that is displayed in the column menu for the unlock item.
329
+ * Sets the text in the column menu for the unlock item.
337
330
  */
338
331
  unlock: string;
339
332
  /**
340
- * The text that is displayed in the column menu for the stick item.
333
+ * Sets the text in the column menu for the stick item.
341
334
  */
342
335
  stick: string;
343
336
  /**
344
- * The text that is displayed in the column menu for the unstick item.
337
+ * Sets the text in the column menu for the unstick item.
345
338
  */
346
339
  unstick: string;
347
340
  /**
348
- * The label of the sort icon.
341
+ * Sets the label for the sort icon.
349
342
  */
350
343
  sortable: string;
351
344
  /**
352
- * The text that is displayed in the column menu for the ascending sort item.
345
+ * Sets the text in the column menu for the ascending sort item.
353
346
  */
354
347
  sortAscending: string;
355
348
  /**
356
- * The text that is displayed in the column menu for the descending sort item.
349
+ * Sets the text in the column menu for the descending sort item.
357
350
  */
358
351
  sortDescending: string;
359
352
  /**
360
- * The text shown in the column menu for the autosize this column item.
353
+ * Sets the text in the column menu for the autosize this column item.
361
354
  */
362
355
  autosizeThisColumn: string;
363
356
  /**
364
- * The text shown in the column menu for the autosize all columns item.
357
+ * Sets the text in the column menu for the autosize all columns item.
365
358
  */
366
359
  autosizeAllColumns: string;
367
360
  /**
368
- * The title of the Group Chip indicating the ascending sorting order of the groups.
361
+ * Sets the title of the Group Chip for ascending sorting order of groups.
369
362
  */
370
363
  sortedAscending: string;
371
364
  /**
372
- * The title of the Group Chip indicating the descending sorting order of the groups
365
+ * Sets the title of the Group Chip for descending sorting order of groups.
373
366
  */
374
367
  sortedDescending: string;
375
368
  /**
376
- * The status announcement when a column is no longer sorted.
369
+ * Sets the status announcement when a column is no longer sorted.
377
370
  */
378
371
  sortedDefault: string;
379
372
  /**
380
- * The button text of the Sort toolbar tool.
373
+ * Sets the button text for the Sort toolbar tool.
381
374
  */
382
375
  sortToolbarToolText: string;
383
376
  /**
384
- * The text that is displayed in the column menu or in the column chooser item
385
- * for the **Apply** button of the columns.
377
+ * Sets the text in the column menu or column chooser item for the **Apply** button.
386
378
  */
387
379
  columnsApply: string;
388
380
  /**
389
- * The text that is displayed in the column menu or in the column chooser item
390
- * for the **Reset** button of the columns.
381
+ * Sets the text in the column menu or column chooser item for the **Reset** button.
391
382
  */
392
383
  columnsReset: string;
393
384
  /**
394
- * The title of the expand icon of detail rows.
385
+ * Sets the title for the expand icon of detail rows.
395
386
  */
396
387
  detailExpand: string;
397
388
  /**
398
- * The title of the collapse icon of detail rows.
389
+ * Sets the title for the collapse icon of detail rows.
399
390
  */
400
391
  detailCollapse: string;
401
392
  /**
402
- * The text of the Today button of the Date filter.
393
+ * Sets the text for the **Today** button in the Date filter.
403
394
  */
404
395
  filterDateToday: string;
405
396
  /**
406
- * The title of the Toggle button of the Date filter.
397
+ * Sets the title for the **Toggle** button in the Date filter.
407
398
  */
408
399
  filterDateToggle: string;
409
400
  /**
410
- * The title of the Decrement button of the Numeric filter.
401
+ * Sets the title for the **Decrement** button in the Numeric filter.
411
402
  */
412
403
  filterNumericDecrement: string;
413
404
  /**
414
- * The title of the Increment button of the Numeric filter.
405
+ * Sets the title for the **Increment** button in the Numeric filter.
415
406
  */
416
407
  filterNumericIncrement: string;
417
408
  /**
418
- * The labels of the checkbox column checkboxes.
409
+ * Sets the labels of the checkboxes in the checkbox column.
419
410
  */
420
411
  selectionCheckboxLabel: string;
421
412
  /**
422
- * The label of the checkbox column select all checkbox.
413
+ * Sets the label for the select all checkbox in the checkbox column.
423
414
  */
424
415
  selectAllCheckboxLabel: string;
425
416
  /**
426
- * The text of the title and `aria-label` attributes applied to the collapse icon of group rows.
417
+ * Sets the text for the title and `aria-label` attributes on the collapse icon of group rows.
427
418
  */
428
419
  groupCollapse: string;
429
420
  /**
430
- * The text of the title and `aria-label` attributes applied to the expand icon of group rows.
421
+ * Sets the text for the title and `aria-label` attributes on the expand icon of group rows.
431
422
  */
432
423
  groupExpand: string;
433
424
  /**
434
- * The label for the top toolbar.
425
+ * Sets the label for the top toolbar.
435
426
  */
436
427
  topToolbarLabel: string;
437
428
  /**
438
- * The label for the bottom toolbar.
429
+ * Sets the label for the bottom toolbar.
439
430
  */
440
431
  bottomToolbarLabel: string;
441
432
  /**
442
- * The text for the Grid Edit toolbar tool.
433
+ * Sets the text for the Grid Edit toolbar tool.
443
434
  */
444
435
  editToolbarToolText: string;
445
436
  /**
446
- * The text for the Grid Save toolbar tool.
437
+ * Sets the text for the Grid Save toolbar tool.
447
438
  */
448
439
  saveToolbarToolText: string;
449
440
  /**
450
- * The text for the Grid Add toolbar tool.
441
+ * Sets the text for the Grid Add toolbar tool.
451
442
  */
452
443
  addToolbarToolText: string;
453
444
  /**
454
- * The text for the Grid Cancel toolbar tool.
445
+ * Sets the text for the Grid Cancel toolbar tool.
455
446
  */
456
447
  cancelToolbarToolText: string;
457
448
  /**
458
- * The text for the Grid Remove toolbar tool.
449
+ * Sets the text for the Grid Remove toolbar tool.
459
450
  */
460
451
  removeToolbarToolText: string;
461
452
  /**
462
- * The text for the Grid Excel Export toolbar tool.
453
+ * Sets the text for the Grid Excel Export toolbar tool.
463
454
  */
464
455
  excelExportToolbarToolText: string;
465
456
  /**
466
- * The text for the Grid PDF Export toolbar tool.
457
+ * Sets the text for the Grid PDF Export toolbar tool.
467
458
  */
468
459
  pdfExportToolbarToolText: string;
469
460
  /**
470
- * The label for the group panel toolbar.
461
+ * Sets the label for the group panel toolbar.
471
462
  */
472
463
  groupPanelLabel: string;
473
464
  /**
474
- * The label for the Grid drag row handle.
465
+ * Sets the label for the Grid drag row handle.
475
466
  */
476
467
  dragRowHandleLabel: string;
477
468
  /**
478
- * The title for the column menu Filter tab.
469
+ * Sets the title for the column menu **Filter** tab.
479
470
  */
480
471
  columnMenuFilterTabTitle: string;
481
472
  /**
482
- * The title for the column menu General tab.
473
+ * Sets the title for the column menu **General** tab.
483
474
  */
484
475
  columnMenuGeneralTabTitle: string;
485
476
  /**
486
- * The title for the column menu Columns tab.
477
+ * Sets the title for the column menu **Columns** tab.
487
478
  */
488
479
  columnMenuColumnsTabTitle: string;
489
480
  /**
490
- * The text for the Group pane Chip Menu Move as previous item.
481
+ * Sets the text for the Group pane Chip Menu **Move as previous** item.
491
482
  */
492
483
  groupChipMenuPrevious: string;
493
484
  /**
494
- * The text for the Group pane Chip Menu Move as next item.
485
+ * Sets the text for the Group pane Chip Menu **Move as next** item.
495
486
  */
496
487
  groupChipMenuNext: string;
497
488
  /**
498
- * The button text of the Group toolbar tool.
489
+ * Sets the button text for the Group toolbar tool.
499
490
  */
500
491
  groupToolbarToolText: string;
501
492
  /**
502
- * The default text of a form validation error when using the built-in external editing.
493
+ * Sets the default text for a form validation error when you use built-in external editing.
503
494
  * <br/><br/>
504
- * The text consists of a three-part message&mdash;the name of the data item property the respective Grid column is bound to,
505
- * the name of the error, coming from the respective `FormControl` object, and a localizable string.
495
+ * The text includes the data item property name, the error name from the `FormControl` object, and a localizable string.
506
496
  * <br/><br/>
507
- * For a field named `ProductName`, and an error named `required`, the default error text will be `ProductName has required validation error`.
497
+ * For a field named `ProductName` and an error named `required`, the default error text is `ProductName has required validation error`.
508
498
  * <br/><br/>
509
- * To customize the default text of the form validation error, use the `{errorName}` and `{fieldName}` placeholders and a custom localizable string.
499
+ * To customize the error text, use the `{errorName}` and `{fieldName}` placeholders and a custom localizable string.
510
500
  * For example, `{errorName} detected for {fieldName} field`.
511
501
  * <br/><br/>
512
- * The `{errorName}` and `{fieldName}` placeholders will be replaced internally with the field and error names for the respective invalid form control,
513
- * and the resulting error message will be rendered as `required error detected for ProductName field`.
502
+ * The `{errorName}` and `{fieldName}` placeholders are replaced with the field and error names for the invalid form control,
503
+ * and the error message is rendered as `required error detected for ProductName field`.
514
504
  * [See example](slug:globalization_grid#toc-custom-messages).
515
- *
516
505
  */
517
506
  formValidationErrorText: string;
518
507
  /**
519
- * The title of the remove item confirmation Dialog.
508
+ * Sets the title for the remove item confirmation Dialog.
520
509
  */
521
510
  removeConfirmationDialogTitle: string;
522
511
  /**
523
- * The content of the remove item confirmation Dialog.
512
+ * Sets the content for the remove item confirmation Dialog.
524
513
  */
525
514
  removeConfirmationDialogContent: string;
526
515
  /**
527
- * The text of the confirm action button in the remove confirmation Dialog.
516
+ * Sets the text for the confirm action button in the remove confirmation Dialog.
528
517
  */
529
518
  removeConfirmationDialogConfirmText: string;
530
519
  /**
531
- * The text of the reject action button in the remove confirmation Dialog.
520
+ * Sets the text for the reject action button in the remove confirmation Dialog.
532
521
  */
533
522
  removeConfirmationDialogRejectText: string;
534
523
  /**
535
- * The title of the external editing Dialog or ActionSheet when editing an item.
524
+ * Sets the title for the external editing Dialog or ActionSheet when editing an item.
536
525
  */
537
526
  externalEditingTitle: string;
538
527
  /**
539
- * The title of the external editing Dialog or ActionSheet when adding a new item.
528
+ * Sets the title for the external editing Dialog or ActionSheet when adding a new item.
540
529
  */
541
530
  externalEditingAddTitle: string;
542
531
  /**
543
- * The text of the external editing Dialog <b>Save</b> button.
532
+ * Sets the text for the external editing Dialog <b>Save</b> button.
544
533
  */
545
534
  externalEditingSaveText: string;
546
535
  /**
547
- * The text of the external editing Dialog <b>Cancel</b> button.
536
+ * Sets the text for the external editing Dialog <b>Cancel</b> button.
548
537
  */
549
538
  externalEditingCancelText: string;
550
539
  static ɵfac: i0.ɵɵFactoryDeclaration<GridMessages, never>;