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