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