@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.
- package/adaptiveness/adaptive-mode.d.ts +1 -5
- package/aggregates/aggregate-types.d.ts +6 -6
- package/aggregates/status-bar-template.directive.d.ts +6 -4
- package/column-menu/column-locked-change-event.d.ts +1 -1
- package/column-menu/column-menu-autosize-all.component.d.ts +11 -2
- package/column-menu/column-menu-autosize.component.d.ts +14 -6
- package/column-menu/column-menu-chooser.component.d.ts +13 -5
- package/column-menu/column-menu-expandable-item.interface.d.ts +3 -3
- package/column-menu/column-menu-filter.component.d.ts +18 -5
- package/column-menu/column-menu-item-base.d.ts +2 -2
- package/column-menu/column-menu-item-content-template.directive.d.ts +4 -4
- package/column-menu/column-menu-item.component.d.ts +14 -7
- package/column-menu/column-menu-item.directive.d.ts +29 -1
- package/column-menu/column-menu-lock.component.d.ts +11 -3
- package/column-menu/column-menu-position.component.d.ts +16 -8
- package/column-menu/column-menu-settings.interface.d.ts +5 -4
- package/column-menu/column-menu-sort.component.d.ts +11 -9
- package/column-menu/column-menu-stick.component.d.ts +13 -5
- package/column-menu/column-menu-template.directive.d.ts +5 -7
- package/column-menu/column-menu.component.d.ts +17 -7
- package/column-menu/column-menu.service.d.ts +8 -9
- package/column-resizing/column-resize.interface.d.ts +9 -8
- package/columns/cell-rowspan.d.ts +5 -1
- package/columns/checkbox-column.component.d.ts +7 -5
- package/columns/column-base.d.ts +38 -52
- package/columns/column-group.component.d.ts +3 -2
- package/columns/column.component.d.ts +17 -12
- package/columns/command-column.component.d.ts +6 -7
- package/columns/reorder-column.component.d.ts +10 -2
- package/columns/sort-settings.d.ts +15 -18
- package/columns/span-column.component.d.ts +11 -11
- package/common/adaptiveness.service.d.ts +2 -2
- package/common/cell-click-event-args.interface.d.ts +8 -6
- package/common/clipboard-types.d.ts +27 -31
- package/common/clipboard.directive.d.ts +12 -8
- package/common/create-form-group.d.ts +3 -1
- package/common/fetch-data-callback.d.ts +4 -2
- package/common/field-datatype.d.ts +2 -2
- package/common/pager-settings.d.ts +36 -20
- package/common/preventable-event.d.ts +3 -7
- package/common/remove-confirmation.d.ts +12 -0
- package/common/resizable-settings.d.ts +6 -5
- package/common/single-popup.service.d.ts +7 -4
- package/common/size-options.d.ts +2 -1
- package/data/change-event-args.interface.d.ts +7 -7
- package/data/data-item.interface.d.ts +6 -6
- package/data/data.collection.d.ts +1 -1
- package/data/grid-item.interface.d.ts +1 -1
- package/data/group-footer-item.interface.d.ts +6 -6
- package/data/group-item.interface.d.ts +5 -5
- package/databinding.directive.d.ts +20 -10
- package/directives.d.ts +10 -1
- package/dragdrop/column-reorder-config.d.ts +2 -2
- package/dragdrop/column-reorder-event.d.ts +4 -6
- package/editing/add-command-tool.directive.d.ts +5 -7
- package/editing/add-command.directive.d.ts +3 -8
- package/editing/add-event-args.interface.d.ts +1 -1
- package/editing/cancel-command-tool.directive.d.ts +5 -5
- package/editing/cancel-command.directive.d.ts +6 -5
- package/editing/cancel-event-args.interface.d.ts +7 -1
- package/editing/cell-close-event.d.ts +9 -6
- package/editing/edit-command-tool.directive.d.ts +10 -9
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-event-args.interface.d.ts +3 -3
- package/editing/edit-row-options.interface.d.ts +10 -4
- package/editing/edit-template.directive.d.ts +17 -9
- package/editing/form/models.d.ts +55 -48
- package/editing/remove-command-tool.directive.d.ts +10 -9
- package/editing/remove-command.directive.d.ts +4 -5
- package/editing/remove-event-args.interface.d.ts +2 -1
- package/editing/save-command-tool.directive.d.ts +7 -6
- package/editing/save-command.directive.d.ts +5 -5
- package/editing/save-event-args.interface.d.ts +2 -1
- package/editing-directives/create-form-group-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +13 -6
- package/editing-directives/external-editing.directive.d.ts +11 -4
- package/editing-directives/in-cell-editing.directive.d.ts +9 -3
- package/editing-directives/reactive-editing.directive.d.ts +9 -3
- package/editing-directives/template-editing.directive.d.ts +9 -3
- package/esm2022/aggregates/status-bar-template.directive.mjs +6 -4
- package/esm2022/column-menu/column-locked-change-event.mjs +1 -1
- package/esm2022/column-menu/column-menu-autosize-all.component.mjs +11 -2
- package/esm2022/column-menu/column-menu-autosize.component.mjs +14 -6
- package/esm2022/column-menu/column-menu-chooser.component.mjs +13 -5
- package/esm2022/column-menu/column-menu-filter.component.mjs +18 -5
- package/esm2022/column-menu/column-menu-item-base.mjs +2 -2
- package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +4 -4
- package/esm2022/column-menu/column-menu-item.component.mjs +14 -7
- package/esm2022/column-menu/column-menu-item.directive.mjs +29 -1
- package/esm2022/column-menu/column-menu-lock.component.mjs +11 -3
- package/esm2022/column-menu/column-menu-position.component.mjs +16 -8
- package/esm2022/column-menu/column-menu-sort.component.mjs +11 -9
- package/esm2022/column-menu/column-menu-stick.component.mjs +13 -5
- package/esm2022/column-menu/column-menu-template.directive.mjs +5 -7
- package/esm2022/column-menu/column-menu.component.mjs +17 -7
- package/esm2022/column-menu/column-menu.service.mjs +8 -9
- package/esm2022/columns/checkbox-column.component.mjs +7 -5
- package/esm2022/columns/column-base.mjs +38 -52
- package/esm2022/columns/column-group.component.mjs +3 -2
- package/esm2022/columns/column.component.mjs +17 -12
- package/esm2022/columns/command-column.component.mjs +6 -7
- package/esm2022/columns/reorder-column.component.mjs +10 -2
- package/esm2022/columns/span-column.component.mjs +11 -11
- package/esm2022/common/adaptiveness.service.mjs +2 -2
- package/esm2022/common/clipboard.directive.mjs +12 -8
- package/esm2022/common/preventable-event.mjs +3 -7
- package/esm2022/common/resizable-settings.mjs +2 -1
- package/esm2022/common/single-popup.service.mjs +7 -4
- package/esm2022/databinding.directive.mjs +20 -10
- package/esm2022/directives.mjs +10 -1
- package/esm2022/dragdrop/column-reorder-event.mjs +4 -6
- package/esm2022/editing/add-command-tool.directive.mjs +5 -7
- package/esm2022/editing/add-command.directive.mjs +3 -8
- package/esm2022/editing/cancel-command-tool.directive.mjs +5 -5
- package/esm2022/editing/cancel-command.directive.mjs +6 -5
- package/esm2022/editing/cell-close-event.mjs +7 -4
- package/esm2022/editing/edit-command-tool.directive.mjs +10 -9
- package/esm2022/editing/edit-command.directive.mjs +1 -1
- package/esm2022/editing/edit-template.directive.mjs +17 -9
- package/esm2022/editing/remove-command-tool.directive.mjs +10 -9
- package/esm2022/editing/remove-command.directive.mjs +4 -5
- package/esm2022/editing/save-command-tool.directive.mjs +7 -6
- package/esm2022/editing/save-command.directive.mjs +5 -5
- package/esm2022/editing-directives/external-editing.directive.mjs +11 -4
- package/esm2022/editing-directives/in-cell-editing.directive.mjs +9 -3
- package/esm2022/editing-directives/reactive-editing.directive.mjs +9 -3
- package/esm2022/editing-directives/template-editing.directive.mjs +9 -3
- package/esm2022/excel/excel-command-tool.directive.mjs +10 -13
- package/esm2022/excel/excel-command.directive.mjs +7 -11
- package/esm2022/excel/excel-export-event.mjs +4 -1
- package/esm2022/excel/excel.component.mjs +24 -25
- package/esm2022/excel/excel.module.mjs +4 -7
- package/esm2022/filtering/boolean-filter.component.mjs +3 -3
- package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +1 -2
- package/esm2022/filtering/cell/date-filter-cell.component.mjs +5 -2
- package/esm2022/filtering/cell/filter-cell-operators.component.mjs +10 -7
- package/esm2022/filtering/cell/filter-cell-template.directive.mjs +4 -2
- package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +10 -9
- package/esm2022/filtering/cell/string-filter-cell.component.mjs +7 -5
- package/esm2022/filtering/date-filter.component.mjs +17 -19
- package/esm2022/filtering/filter.service.mjs +4 -4
- package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +3 -3
- package/esm2022/filtering/menu/date-filter-menu.component.mjs +5 -3
- package/esm2022/filtering/menu/filter-menu-template.directive.mjs +9 -7
- package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +8 -8
- package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +10 -6
- package/esm2022/filtering/menu/string-filter-menu.component.mjs +10 -5
- package/esm2022/filtering/numeric-filter.component.mjs +13 -13
- package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +26 -0
- package/esm2022/filtering/operators/after-filter-operator.component.mjs +26 -0
- package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +26 -0
- package/esm2022/filtering/operators/before-filter-operator.component.mjs +26 -0
- package/esm2022/filtering/operators/contains-filter-operator.component.mjs +27 -1
- package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +26 -1
- package/esm2022/filtering/operators/eq-filter-operator.component.mjs +74 -1
- package/esm2022/filtering/operators/gt-filter-operator.component.mjs +26 -0
- package/esm2022/filtering/operators/gte-filter-operator.component.mjs +26 -0
- package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +26 -1
- package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +26 -1
- package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +73 -1
- package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +73 -1
- package/esm2022/filtering/operators/lt-filter-operator.component.mjs +26 -1
- package/esm2022/filtering/operators/lte-filter-operator.component.mjs +26 -1
- package/esm2022/filtering/operators/neq-filter-operator.component.mjs +73 -1
- package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +26 -1
- package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +26 -1
- package/esm2022/filtering/string-filter.component.mjs +5 -4
- package/esm2022/grid.component.mjs +159 -173
- package/esm2022/grid.module.mjs +3 -2
- package/esm2022/grouping/group-footer-template.directive.mjs +5 -6
- package/esm2022/grouping/group-header-column-template.directive.mjs +5 -5
- package/esm2022/grouping/group-header-template.directive.mjs +5 -6
- package/esm2022/grouping/group-scroll-binding.directive.mjs +2 -0
- package/esm2022/localization/custom-messages.component.mjs +12 -2
- package/esm2022/localization/messages.mjs +154 -165
- package/esm2022/navigation/focus-group.mjs +2 -2
- package/esm2022/navigation/focusable.directive.mjs +5 -3
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/pdf/pdf-command-tool.directive.mjs +8 -11
- package/esm2022/pdf/pdf-command.directive.mjs +5 -9
- package/esm2022/pdf/pdf-export-event.mjs +1 -1
- package/esm2022/pdf/pdf-margin.component.mjs +16 -6
- package/esm2022/pdf/pdf-template.directive.mjs +5 -5
- package/esm2022/pdf/pdf.component.mjs +15 -5
- package/esm2022/pdf/pdf.module.mjs +3 -6
- package/esm2022/rendering/cell-loading.template.directive.mjs +4 -7
- package/esm2022/rendering/cell-template.directive.mjs +7 -8
- package/esm2022/rendering/common/spacer.component.mjs +14 -3
- package/esm2022/rendering/details/detail-collapse-event.mjs +8 -3
- package/esm2022/rendering/details/detail-expand-event.mjs +8 -3
- package/esm2022/rendering/details/detail-template.directive.mjs +3 -2
- package/esm2022/rendering/details-expand.directive.mjs +18 -8
- package/esm2022/rendering/footer/footer-template.directive.mjs +7 -7
- package/esm2022/rendering/groups-expand.directive.mjs +15 -5
- package/esm2022/rendering/header/header-template.directive.mjs +11 -11
- package/esm2022/rendering/loading-template.directive.mjs +14 -3
- package/esm2022/rendering/no-records-template.directive.mjs +3 -5
- package/esm2022/rendering/table-body.component.mjs +3 -1
- package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +10 -2
- package/esm2022/rendering/toolbar/toolbar-position.mjs +0 -17
- package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +3 -3
- package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +6 -5
- package/esm2022/rendering/toolbar/tools/filter-command-tool.directive.mjs +5 -5
- package/esm2022/rendering/toolbar/tools/group-command-tool.directive.mjs +5 -3
- package/esm2022/rendering/toolbar/tools/sort-command-tool.directive.mjs +4 -4
- package/esm2022/row-reordering/drag-handle-template.directive.mjs +5 -6
- package/esm2022/row-reordering/drag-hint-template.directive.mjs +3 -5
- package/esm2022/selection/selectall-checkbox.directive.mjs +2 -2
- package/esm2022/selection/selection-checkbox.directive.mjs +9 -8
- package/esm2022/selection/selection-default.mjs +9 -8
- package/esm2022/selection/selection.directive.mjs +10 -1
- package/esm2022/state-management/grid-state.models.mjs +3 -3
- package/esm2022/state-management/redo-command-tool.mjs +17 -9
- package/esm2022/state-management/undo-command-tool.mjs +17 -9
- package/esm2022/state-management/undo-redo.directive.mjs +17 -6
- package/excel/excel-command-tool.directive.d.ts +10 -13
- package/excel/excel-command.directive.d.ts +7 -11
- package/excel/excel-export-event.d.ts +4 -1
- package/excel/excel.component.d.ts +24 -25
- package/excel/excel.module.d.ts +4 -7
- package/fesm2022/progress-kendo-angular-grid.mjs +1939 -1025
- package/filtering/boolean-filter.component.d.ts +3 -3
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -2
- package/filtering/cell/date-filter-cell.component.d.ts +5 -2
- package/filtering/cell/filter-cell-operators.component.d.ts +10 -7
- package/filtering/cell/filter-cell-template.directive.d.ts +4 -2
- package/filtering/cell/numeric-filter-cell.component.d.ts +10 -9
- package/filtering/cell/string-filter-cell.component.d.ts +7 -5
- package/filtering/date-filter.component.d.ts +17 -19
- package/filtering/filter.service.d.ts +4 -4
- package/filtering/filterable.d.ts +5 -5
- package/filtering/menu/boolean-filter-menu.component.d.ts +3 -3
- package/filtering/menu/date-filter-menu.component.d.ts +5 -3
- package/filtering/menu/filter-menu-template.directive.d.ts +9 -7
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +8 -8
- package/filtering/menu/numeric-filter-menu.component.d.ts +10 -6
- package/filtering/menu/string-filter-menu.component.d.ts +10 -5
- package/filtering/numeric-filter.component.d.ts +13 -13
- package/filtering/operators/after-eq-filter-operator.component.d.ts +26 -0
- package/filtering/operators/after-filter-operator.component.d.ts +26 -0
- package/filtering/operators/before-eq-filter-operator.component.d.ts +26 -0
- package/filtering/operators/before-filter-operator.component.d.ts +26 -0
- package/filtering/operators/contains-filter-operator.component.d.ts +27 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +26 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +74 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +26 -0
- package/filtering/operators/gte-filter-operator.component.d.ts +26 -0
- package/filtering/operators/is-empty-filter-operator.component.d.ts +26 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +26 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +73 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +73 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +26 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +26 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +73 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +26 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +26 -1
- package/filtering/string-filter.component.d.ts +5 -4
- package/grid.component.d.ts +159 -173
- package/grid.module.d.ts +3 -2
- package/grouping/group-footer-template.directive.d.ts +5 -6
- package/grouping/group-header-column-template.directive.d.ts +5 -5
- package/grouping/group-header-template.directive.d.ts +5 -6
- package/grouping/group-key.interface.d.ts +7 -7
- package/grouping/group-rows-args.interface.d.ts +5 -5
- package/grouping/group-scroll-binding.directive.d.ts +2 -0
- package/grouping/group-settings.d.ts +7 -7
- package/grouping/virtual-group-result.interface.d.ts +3 -3
- package/localization/custom-messages.component.d.ts +12 -2
- package/localization/messages.d.ts +154 -165
- package/navigation/focus-group.d.ts +2 -2
- package/navigation/focusable-element.interface.d.ts +8 -9
- package/navigation/focusable.directive.d.ts +5 -3
- package/navigation/navigable-settings.d.ts +10 -5
- package/navigation/navigation-cell.interface.d.ts +8 -8
- package/navigation/navigation-row.interface.d.ts +6 -7
- package/package.json +20 -20
- package/pdf/pdf-command-tool.directive.d.ts +8 -11
- package/pdf/pdf-command.directive.d.ts +5 -9
- package/pdf/pdf-export-event.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +16 -6
- package/pdf/pdf-margin.interface.d.ts +2 -2
- package/pdf/pdf-template.directive.d.ts +5 -5
- package/pdf/pdf.component.d.ts +15 -5
- package/pdf/pdf.module.d.ts +3 -6
- package/rendering/cell-loading.template.directive.d.ts +4 -7
- package/rendering/cell-template.directive.d.ts +7 -8
- package/rendering/common/row-args.d.ts +2 -0
- package/rendering/common/row-class.d.ts +20 -21
- package/rendering/common/spacer.component.d.ts +14 -3
- package/rendering/details/detail-collapse-event.d.ts +8 -3
- package/rendering/details/detail-expand-event.d.ts +8 -3
- package/rendering/details/detail-template.directive.d.ts +8 -7
- package/rendering/details-expand.directive.d.ts +18 -8
- package/rendering/footer/footer-template.directive.d.ts +7 -7
- package/rendering/groups-expand.directive.d.ts +15 -5
- package/rendering/header/header-template.directive.d.ts +11 -11
- package/rendering/loading-template.directive.d.ts +14 -3
- package/rendering/no-records-template.directive.d.ts +3 -5
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +10 -2
- package/rendering/toolbar/toolbar-position.d.ts +5 -5
- package/rendering/toolbar/toolbar-template.directive.d.ts +3 -3
- package/rendering/toolbar/tools/column-chooser-tool.directive.d.ts +6 -5
- package/rendering/toolbar/tools/filter-command-tool.directive.d.ts +5 -5
- package/rendering/toolbar/tools/group-command-tool.directive.d.ts +5 -3
- package/rendering/toolbar/tools/sort-command-tool.directive.d.ts +4 -4
- package/row-reordering/drag-handle-template.directive.d.ts +5 -6
- package/row-reordering/drag-hint-template.directive.d.ts +3 -5
- package/row-reordering/types.d.ts +10 -10
- package/schematics/ngAdd/index.js +4 -4
- package/scrolling/content-scroll-event.d.ts +11 -11
- package/scrolling/scroll-bottom-event.d.ts +2 -2
- package/scrolling/scroll-request.service.d.ts +6 -6
- package/scrolling/scrollmode.d.ts +3 -3
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +9 -8
- package/selection/selection-default.d.ts +9 -8
- package/selection/selection.directive.d.ts +10 -1
- package/selection/types.d.ts +41 -35
- package/state-management/grid-state.models.d.ts +16 -7
- package/state-management/redo-command-tool.d.ts +14 -6
- package/state-management/undo-command-tool.d.ts +14 -6
- 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
|
-
*
|
|
13
|
+
* Sets the text for the empty group panel.
|
|
14
14
|
*/
|
|
15
15
|
groupPanelEmpty;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Sets the text when there are no records.
|
|
18
18
|
*/
|
|
19
19
|
noRecords;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
22
|
-
*
|
|
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
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
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
|
-
*
|
|
32
|
+
* Sets the label for the **First page** button.
|
|
33
33
|
*/
|
|
34
34
|
pagerFirstPage;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Sets the label for the **Last page** button.
|
|
37
37
|
*/
|
|
38
38
|
pagerLastPage;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Sets the label for the **Previous page** button.
|
|
41
41
|
*/
|
|
42
42
|
pagerPreviousPage;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Sets the label for the **Next page** button.
|
|
45
45
|
*/
|
|
46
46
|
pagerNextPage;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Sets the text displayed before the pager input.
|
|
49
49
|
*/
|
|
50
50
|
pagerPage;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Sets the text displayed after the page-size selector.
|
|
53
53
|
*/
|
|
54
54
|
pagerItemsPerPage;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Sets the text displayed before the total-page number.
|
|
57
57
|
*/
|
|
58
58
|
pagerOf;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* Sets the text displayed after the total number of items.
|
|
61
61
|
*/
|
|
62
62
|
pagerItems;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Sets the title attribute of the page number input element.
|
|
65
65
|
*/
|
|
66
66
|
pagerPageNumberInputTitle;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Sets the text for the aria-label attribute on the page number input element.
|
|
69
69
|
*/
|
|
70
70
|
pagerInputLabel;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
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
|
-
*
|
|
76
|
+
* Sets the label for the filter cell or icon.
|
|
77
77
|
*/
|
|
78
78
|
filter;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Sets the label for the filter input.
|
|
81
81
|
*
|
|
82
|
-
* The filter input label
|
|
83
|
-
* For a column named **Product Name**, the default label
|
|
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
|
-
*
|
|
86
|
-
*
|
|
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
|
-
*
|
|
91
|
+
* Sets the title for the filter menu icon.
|
|
93
92
|
*
|
|
94
|
-
* The title
|
|
95
|
-
* For a column named **Product Name**, the default title
|
|
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
|
-
*
|
|
98
|
-
*
|
|
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
|
-
*
|
|
102
|
+
* Sets the label for the filter menu operators DropDownList.
|
|
105
103
|
*
|
|
106
|
-
* The label
|
|
107
|
-
* For a column named **Product Name**, the default label
|
|
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
|
-
*
|
|
110
|
-
*
|
|
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
|
-
*
|
|
113
|
+
* Sets the label for the filter menu logic DropDownList.
|
|
117
114
|
*
|
|
118
|
-
* The label
|
|
119
|
-
* For a column named **Product Name**, the default label
|
|
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
|
-
*
|
|
122
|
-
*
|
|
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
|
-
*
|
|
124
|
+
* Sets the label for the filter cell operators DropDownList.
|
|
129
125
|
*
|
|
130
|
-
* The label
|
|
131
|
-
* For a column named **Product Name**, the default label
|
|
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
|
-
*
|
|
134
|
-
*
|
|
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
|
-
*
|
|
135
|
+
* Sets the label for the boolean filter cell DropDownList.
|
|
141
136
|
*
|
|
142
|
-
* The label
|
|
143
|
-
* For a column named **Product Name**, the default label
|
|
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
|
-
*
|
|
146
|
-
*
|
|
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
|
-
*
|
|
146
|
+
* Sets the text for the `Equal` (**Is equal to**) filter operator.
|
|
153
147
|
*/
|
|
154
148
|
filterEqOperator;
|
|
155
149
|
/**
|
|
156
|
-
*
|
|
150
|
+
* Sets the text for the `NotEqual` (**Is not equal to**) filter operator.
|
|
157
151
|
*/
|
|
158
152
|
filterNotEqOperator;
|
|
159
153
|
/**
|
|
160
|
-
*
|
|
154
|
+
* Sets the text for the `IsNull` (**Is null**) filter operator.
|
|
161
155
|
*/
|
|
162
156
|
filterIsNullOperator;
|
|
163
157
|
/**
|
|
164
|
-
*
|
|
158
|
+
* Sets the text for the `IsNotNull` (**Is not null**) filter operator.
|
|
165
159
|
*/
|
|
166
160
|
filterIsNotNullOperator;
|
|
167
161
|
/**
|
|
168
|
-
*
|
|
162
|
+
* Sets the text for the `IsEmpty` (**Is empty**) filter operator.
|
|
169
163
|
*/
|
|
170
164
|
filterIsEmptyOperator;
|
|
171
165
|
/**
|
|
172
|
-
*
|
|
166
|
+
* Sets the text for the `IsNotEmpty` (**Is not empty**) filter operator.
|
|
173
167
|
*/
|
|
174
168
|
filterIsNotEmptyOperator;
|
|
175
169
|
/**
|
|
176
|
-
*
|
|
170
|
+
* Sets the text for the `StartsWith` (**Starts with**) filter operator.
|
|
177
171
|
*/
|
|
178
172
|
filterStartsWithOperator;
|
|
179
173
|
/**
|
|
180
|
-
*
|
|
174
|
+
* Sets the text for the `Contains` (**Contains**) filter operator.
|
|
181
175
|
*/
|
|
182
176
|
filterContainsOperator;
|
|
183
177
|
/**
|
|
184
|
-
*
|
|
178
|
+
* Sets the text for the `DoesNotContain` (**Does not contain**) filter operator.
|
|
185
179
|
*/
|
|
186
180
|
filterNotContainsOperator;
|
|
187
181
|
/**
|
|
188
|
-
*
|
|
182
|
+
* Sets the text for the `EndsWith` (**Ends with**) string filter operator.
|
|
189
183
|
*/
|
|
190
184
|
filterEndsWithOperator;
|
|
191
185
|
/**
|
|
192
|
-
*
|
|
186
|
+
* Sets the text for the `GreaterOrEqualTo` (**Is greater than or equal to**) numeric filter operator.
|
|
193
187
|
*/
|
|
194
188
|
filterGteOperator;
|
|
195
189
|
/**
|
|
196
|
-
*
|
|
190
|
+
* Sets the text for the `Greater` (**Is greater than**) numeric filter operator.
|
|
197
191
|
*/
|
|
198
192
|
filterGtOperator;
|
|
199
193
|
/**
|
|
200
|
-
*
|
|
194
|
+
* Sets the text for the `LessOrEqualTo` (**Is less than or equal to**) numeric filter operator.
|
|
201
195
|
*/
|
|
202
196
|
filterLteOperator;
|
|
203
197
|
/**
|
|
204
|
-
*
|
|
198
|
+
* Sets the text for the `Less` (**Is less than**) numeric filter operator.
|
|
205
199
|
*/
|
|
206
200
|
filterLtOperator;
|
|
207
201
|
/**
|
|
208
|
-
*
|
|
202
|
+
* Sets the text for the `IsTrue` Boolean filter option.
|
|
209
203
|
*/
|
|
210
204
|
filterIsTrue;
|
|
211
205
|
/**
|
|
212
|
-
*
|
|
206
|
+
* Sets the text for the `IsFalse` Boolean filter option.
|
|
213
207
|
*/
|
|
214
208
|
filterIsFalse;
|
|
215
209
|
/**
|
|
216
|
-
*
|
|
210
|
+
* Sets the text for the `(All)` option in the Boolean filter.
|
|
217
211
|
*/
|
|
218
212
|
filterBooleanAll;
|
|
219
213
|
/**
|
|
220
|
-
*
|
|
214
|
+
* Sets the title for the Operators ActionSheet in adaptive mode.
|
|
221
215
|
*/
|
|
222
216
|
adaptiveFilterOperatorsTitle;
|
|
223
217
|
/**
|
|
224
|
-
*
|
|
218
|
+
* Sets the text for the `AfterOrEqualTo` (**Is after or equal to**) date filter operator.
|
|
225
219
|
*/
|
|
226
220
|
filterAfterOrEqualOperator;
|
|
227
221
|
/**
|
|
228
|
-
*
|
|
222
|
+
* Sets the text for the `After` (**Is after**) date filter operator.
|
|
229
223
|
*/
|
|
230
224
|
filterAfterOperator;
|
|
231
225
|
/**
|
|
232
|
-
*
|
|
226
|
+
* Sets the text for the `Before` (**Is before**) date filter operator.
|
|
233
227
|
*/
|
|
234
228
|
filterBeforeOperator;
|
|
235
229
|
/**
|
|
236
|
-
*
|
|
230
|
+
* Sets the text for the `BeforeOrEqualTo` (**Is before or equal to**) date filter operator.
|
|
237
231
|
*/
|
|
238
232
|
filterBeforeOrEqualOperator;
|
|
239
233
|
/**
|
|
240
|
-
*
|
|
234
|
+
* Sets the text for the **Filter** button.
|
|
241
235
|
*/
|
|
242
236
|
filterFilterButton;
|
|
243
237
|
/**
|
|
244
|
-
*
|
|
238
|
+
* Sets the text for the **Clear filter** button.
|
|
245
239
|
*/
|
|
246
240
|
filterClearButton;
|
|
247
241
|
/**
|
|
248
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
250
|
+
* Sets the text for the `And` filter logic.
|
|
257
251
|
*/
|
|
258
252
|
filterAndLogic;
|
|
259
253
|
/**
|
|
260
|
-
*
|
|
254
|
+
* Sets the text for the `Or` filter logic.
|
|
261
255
|
*/
|
|
262
256
|
filterOrLogic;
|
|
263
257
|
/**
|
|
264
|
-
*
|
|
258
|
+
* Sets the button text for the Filter toolbar tool.
|
|
265
259
|
*/
|
|
266
260
|
filterToolbarToolText;
|
|
267
261
|
/**
|
|
268
|
-
*
|
|
269
|
-
*
|
|
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
|
-
*
|
|
267
|
+
* Sets the text for the `aria-label` attribute on the Grid focusable element.
|
|
274
268
|
*/
|
|
275
269
|
gridLabel;
|
|
276
270
|
/**
|
|
277
|
-
*
|
|
271
|
+
* Sets the title for the column menu icon.
|
|
278
272
|
*
|
|
279
|
-
* The title
|
|
280
|
-
* For a column named **Product Name**, the default title
|
|
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
|
-
*
|
|
283
|
-
*
|
|
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
|
-
*
|
|
282
|
+
* Sets the text in the column menu for the set column position item.
|
|
290
283
|
*/
|
|
291
284
|
setColumnPosition;
|
|
292
285
|
/**
|
|
293
|
-
*
|
|
286
|
+
* Sets the text for the Grid Column Chooser and Column Chooser toolbar tool.
|
|
294
287
|
*/
|
|
295
288
|
columns;
|
|
296
289
|
/**
|
|
297
|
-
*
|
|
290
|
+
* Sets the subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool.
|
|
298
291
|
*/
|
|
299
292
|
columnsSubtitle;
|
|
300
293
|
/**
|
|
301
|
-
*
|
|
294
|
+
* Sets the title for the adaptive Filter Toolbar Tool and Filter Menu.
|
|
302
295
|
*/
|
|
303
296
|
adaptiveFilterTitle;
|
|
304
297
|
/**
|
|
305
|
-
*
|
|
298
|
+
* Sets the title for the adaptive Sort Toolbar Tool.
|
|
306
299
|
*/
|
|
307
300
|
adaptiveSortTitle;
|
|
308
301
|
/**
|
|
309
|
-
*
|
|
302
|
+
* Sets the title for the adaptive Group Toolbar Tool.
|
|
310
303
|
*/
|
|
311
304
|
adaptiveGroupTitle;
|
|
312
305
|
/**
|
|
313
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
318
|
+
* Sets the text for the **Done** sort button.
|
|
326
319
|
*/
|
|
327
320
|
sortDoneButton;
|
|
328
321
|
/**
|
|
329
|
-
*
|
|
322
|
+
* Sets the text for the **Done** group button in the adaptive Group Toolbar Tool.
|
|
330
323
|
*/
|
|
331
324
|
groupDoneButton;
|
|
332
325
|
/**
|
|
333
|
-
*
|
|
326
|
+
* Sets the text in the column menu for the lock item.
|
|
334
327
|
*/
|
|
335
328
|
lock;
|
|
336
329
|
/**
|
|
337
|
-
*
|
|
330
|
+
* Sets the text in the column menu for the unlock item.
|
|
338
331
|
*/
|
|
339
332
|
unlock;
|
|
340
333
|
/**
|
|
341
|
-
*
|
|
334
|
+
* Sets the text in the column menu for the stick item.
|
|
342
335
|
*/
|
|
343
336
|
stick;
|
|
344
337
|
/**
|
|
345
|
-
*
|
|
338
|
+
* Sets the text in the column menu for the unstick item.
|
|
346
339
|
*/
|
|
347
340
|
unstick;
|
|
348
341
|
/**
|
|
349
|
-
*
|
|
342
|
+
* Sets the label for the sort icon.
|
|
350
343
|
*/
|
|
351
344
|
sortable;
|
|
352
345
|
/**
|
|
353
|
-
*
|
|
346
|
+
* Sets the text in the column menu for the ascending sort item.
|
|
354
347
|
*/
|
|
355
348
|
sortAscending;
|
|
356
349
|
/**
|
|
357
|
-
*
|
|
350
|
+
* Sets the text in the column menu for the descending sort item.
|
|
358
351
|
*/
|
|
359
352
|
sortDescending;
|
|
360
353
|
/**
|
|
361
|
-
*
|
|
354
|
+
* Sets the text in the column menu for the autosize this column item.
|
|
362
355
|
*/
|
|
363
356
|
autosizeThisColumn;
|
|
364
357
|
/**
|
|
365
|
-
*
|
|
358
|
+
* Sets the text in the column menu for the autosize all columns item.
|
|
366
359
|
*/
|
|
367
360
|
autosizeAllColumns;
|
|
368
361
|
/**
|
|
369
|
-
*
|
|
362
|
+
* Sets the title of the Group Chip for ascending sorting order of groups.
|
|
370
363
|
*/
|
|
371
364
|
sortedAscending;
|
|
372
365
|
/**
|
|
373
|
-
*
|
|
366
|
+
* Sets the title of the Group Chip for descending sorting order of groups.
|
|
374
367
|
*/
|
|
375
368
|
sortedDescending;
|
|
376
369
|
/**
|
|
377
|
-
*
|
|
370
|
+
* Sets the status announcement when a column is no longer sorted.
|
|
378
371
|
*/
|
|
379
372
|
sortedDefault;
|
|
380
373
|
/**
|
|
381
|
-
*
|
|
374
|
+
* Sets the button text for the Sort toolbar tool.
|
|
382
375
|
*/
|
|
383
376
|
sortToolbarToolText;
|
|
384
377
|
/**
|
|
385
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
386
|
+
* Sets the title for the expand icon of detail rows.
|
|
396
387
|
*/
|
|
397
388
|
detailExpand;
|
|
398
389
|
/**
|
|
399
|
-
*
|
|
390
|
+
* Sets the title for the collapse icon of detail rows.
|
|
400
391
|
*/
|
|
401
392
|
detailCollapse;
|
|
402
393
|
/**
|
|
403
|
-
*
|
|
394
|
+
* Sets the text for the **Today** button in the Date filter.
|
|
404
395
|
*/
|
|
405
396
|
filterDateToday;
|
|
406
397
|
/**
|
|
407
|
-
*
|
|
398
|
+
* Sets the title for the **Toggle** button in the Date filter.
|
|
408
399
|
*/
|
|
409
400
|
filterDateToggle;
|
|
410
401
|
/**
|
|
411
|
-
*
|
|
402
|
+
* Sets the title for the **Decrement** button in the Numeric filter.
|
|
412
403
|
*/
|
|
413
404
|
filterNumericDecrement;
|
|
414
405
|
/**
|
|
415
|
-
*
|
|
406
|
+
* Sets the title for the **Increment** button in the Numeric filter.
|
|
416
407
|
*/
|
|
417
408
|
filterNumericIncrement;
|
|
418
409
|
/**
|
|
419
|
-
*
|
|
410
|
+
* Sets the labels of the checkboxes in the checkbox column.
|
|
420
411
|
*/
|
|
421
412
|
selectionCheckboxLabel;
|
|
422
413
|
/**
|
|
423
|
-
*
|
|
414
|
+
* Sets the label for the select all checkbox in the checkbox column.
|
|
424
415
|
*/
|
|
425
416
|
selectAllCheckboxLabel;
|
|
426
417
|
/**
|
|
427
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
426
|
+
* Sets the label for the top toolbar.
|
|
436
427
|
*/
|
|
437
428
|
topToolbarLabel;
|
|
438
429
|
/**
|
|
439
|
-
*
|
|
430
|
+
* Sets the label for the bottom toolbar.
|
|
440
431
|
*/
|
|
441
432
|
bottomToolbarLabel;
|
|
442
433
|
/**
|
|
443
|
-
*
|
|
434
|
+
* Sets the text for the Grid Edit toolbar tool.
|
|
444
435
|
*/
|
|
445
436
|
editToolbarToolText;
|
|
446
437
|
/**
|
|
447
|
-
*
|
|
438
|
+
* Sets the text for the Grid Save toolbar tool.
|
|
448
439
|
*/
|
|
449
440
|
saveToolbarToolText;
|
|
450
441
|
/**
|
|
451
|
-
*
|
|
442
|
+
* Sets the text for the Grid Add toolbar tool.
|
|
452
443
|
*/
|
|
453
444
|
addToolbarToolText;
|
|
454
445
|
/**
|
|
455
|
-
*
|
|
446
|
+
* Sets the text for the Grid Cancel toolbar tool.
|
|
456
447
|
*/
|
|
457
448
|
cancelToolbarToolText;
|
|
458
449
|
/**
|
|
459
|
-
*
|
|
450
|
+
* Sets the text for the Grid Remove toolbar tool.
|
|
460
451
|
*/
|
|
461
452
|
removeToolbarToolText;
|
|
462
453
|
/**
|
|
463
|
-
*
|
|
454
|
+
* Sets the text for the Grid Excel Export toolbar tool.
|
|
464
455
|
*/
|
|
465
456
|
excelExportToolbarToolText;
|
|
466
457
|
/**
|
|
467
|
-
*
|
|
458
|
+
* Sets the text for the Grid PDF Export toolbar tool.
|
|
468
459
|
*/
|
|
469
460
|
pdfExportToolbarToolText;
|
|
470
461
|
/**
|
|
471
|
-
*
|
|
462
|
+
* Sets the label for the group panel toolbar.
|
|
472
463
|
*/
|
|
473
464
|
groupPanelLabel;
|
|
474
465
|
/**
|
|
475
|
-
*
|
|
466
|
+
* Sets the label for the Grid drag row handle.
|
|
476
467
|
*/
|
|
477
468
|
dragRowHandleLabel;
|
|
478
469
|
/**
|
|
479
|
-
*
|
|
470
|
+
* Sets the title for the column menu **Filter** tab.
|
|
480
471
|
*/
|
|
481
472
|
columnMenuFilterTabTitle;
|
|
482
473
|
/**
|
|
483
|
-
*
|
|
474
|
+
* Sets the title for the column menu **General** tab.
|
|
484
475
|
*/
|
|
485
476
|
columnMenuGeneralTabTitle;
|
|
486
477
|
/**
|
|
487
|
-
*
|
|
478
|
+
* Sets the title for the column menu **Columns** tab.
|
|
488
479
|
*/
|
|
489
480
|
columnMenuColumnsTabTitle;
|
|
490
481
|
/**
|
|
491
|
-
*
|
|
482
|
+
* Sets the text for the Group pane Chip Menu **Move as previous** item.
|
|
492
483
|
*/
|
|
493
484
|
groupChipMenuPrevious;
|
|
494
485
|
/**
|
|
495
|
-
*
|
|
486
|
+
* Sets the text for the Group pane Chip Menu **Move as next** item.
|
|
496
487
|
*/
|
|
497
488
|
groupChipMenuNext;
|
|
498
489
|
/**
|
|
499
|
-
*
|
|
490
|
+
* Sets the button text for the Group toolbar tool.
|
|
500
491
|
*/
|
|
501
492
|
groupToolbarToolText;
|
|
502
493
|
/**
|
|
503
|
-
*
|
|
494
|
+
* Sets the default text for a form validation error when you use built-in external editing.
|
|
504
495
|
* <br/><br/>
|
|
505
|
-
* The text
|
|
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
|
|
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
|
|
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
|
|
514
|
-
* and the
|
|
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
|
-
*
|
|
509
|
+
* Sets the title for the remove item confirmation Dialog.
|
|
521
510
|
*/
|
|
522
511
|
removeConfirmationDialogTitle;
|
|
523
512
|
/**
|
|
524
|
-
*
|
|
513
|
+
* Sets the content for the remove item confirmation Dialog.
|
|
525
514
|
*/
|
|
526
515
|
removeConfirmationDialogContent;
|
|
527
516
|
/**
|
|
528
|
-
*
|
|
517
|
+
* Sets the text for the confirm action button in the remove confirmation Dialog.
|
|
529
518
|
*/
|
|
530
519
|
removeConfirmationDialogConfirmText;
|
|
531
520
|
/**
|
|
532
|
-
*
|
|
521
|
+
* Sets the text for the reject action button in the remove confirmation Dialog.
|
|
533
522
|
*/
|
|
534
523
|
removeConfirmationDialogRejectText;
|
|
535
524
|
/**
|
|
536
|
-
*
|
|
525
|
+
* Sets the title for the external editing Dialog or ActionSheet when editing an item.
|
|
537
526
|
*/
|
|
538
527
|
externalEditingTitle;
|
|
539
528
|
/**
|
|
540
|
-
*
|
|
529
|
+
* Sets the title for the external editing Dialog or ActionSheet when adding a new item.
|
|
541
530
|
*/
|
|
542
531
|
externalEditingAddTitle;
|
|
543
532
|
/**
|
|
544
|
-
*
|
|
533
|
+
* Sets the text for the external editing Dialog <b>Save</b> button.
|
|
545
534
|
*/
|
|
546
535
|
externalEditingSaveText;
|
|
547
536
|
/**
|
|
548
|
-
*
|
|
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 });
|