@progress/kendo-angular-grid 22.1.0-develop.9 → 23.0.0-develop.1
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/README.md +2 -2
- package/adaptiveness/adaptive-renderer.component.d.ts +1 -0
- package/aggregates/aggregate-types.d.ts +1 -1
- package/aggregates/status-bar-template.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +3 -3
- package/column-menu/column-menu-autosize-all.component.d.ts +4 -4
- package/column-menu/column-menu-autosize.component.d.ts +3 -3
- package/column-menu/column-menu-chooser.component.d.ts +4 -4
- package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +3 -3
- package/column-menu/column-menu-item-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +2 -2
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +3 -3
- package/column-menu/column-menu-position.component.d.ts +2 -2
- package/column-menu/column-menu-settings.interface.d.ts +4 -4
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-stick.component.d.ts +4 -4
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +3 -3
- package/column-menu/column-menu.service.d.ts +1 -1
- package/column-resizing/column-resize.interface.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +24 -17
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +6 -6
- package/columns/command-column.component.d.ts +1 -1
- package/columns/reorder-column.component.d.ts +1 -1
- package/columns/sort-settings.d.ts +6 -6
- package/columns/span-column.component.d.ts +5 -5
- package/common/cell-click-event-args.interface.d.ts +1 -1
- package/common/clipboard-types.d.ts +1 -1
- package/common/clipboard.directive.d.ts +1 -1
- package/common/fetch-data-callback.d.ts +1 -1
- package/common/pager-settings.d.ts +2 -2
- package/common/provider.service.d.ts +2 -0
- package/common/single-popup.service.d.ts +1 -1
- package/common/size-options.d.ts +1 -1
- package/csv/csv-command-tool.directive.d.ts +38 -0
- package/csv/csv-command.directive.d.ts +38 -0
- package/csv/csv-export-event.d.ts +15 -0
- package/csv/csv.component.d.ts +131 -0
- package/csv/csv.module.d.ts +32 -0
- package/csv/csv.service.d.ts +16 -0
- package/data/change-event-args.interface.d.ts +2 -2
- package/data/data.collection.d.ts +1 -1
- package/data/grid-item.interface.d.ts +4 -4
- package/databinding.directive.d.ts +3 -3
- package/directives.d.ts +10 -1
- package/dragdrop/column-reorder-config.d.ts +1 -1
- package/editing/add-command-tool.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +3 -3
- package/editing/add-event-args.interface.d.ts +1 -1
- package/editing/cancel-command-tool.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +3 -3
- package/editing/cancel-event-args.interface.d.ts +2 -2
- package/editing/cell-close-event.d.ts +1 -1
- package/editing/edit-command-tool.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +3 -3
- package/editing/edit-event-args.interface.d.ts +1 -1
- package/editing/edit-row-options.interface.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/form/models.d.ts +1 -1
- package/editing/remove-command-tool.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +3 -3
- package/editing/remove-event-args.interface.d.ts +1 -1
- package/editing/save-command-tool.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +3 -3
- package/editing/save-event-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +1 -1
- package/editing-directives/external-editing.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/excel/excel-command-tool.directive.d.ts +1 -1
- package/excel/excel-command.directive.d.ts +2 -2
- package/excel/excel.component.d.ts +5 -5
- package/fesm2022/progress-kendo-angular-grid.mjs +962 -358
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +2 -2
- package/filtering/filter.service.d.ts +1 -1
- package/filtering/filterable.d.ts +2 -2
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +5 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/after-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-filter-operator.component.d.ts +2 -2
- package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
- package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
- package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
- package/grid.component.d.ts +78 -60
- package/grouping/group-header-column-template.directive.d.ts +1 -1
- package/grouping/group-header-template.directive.d.ts +1 -1
- package/grouping/group-key.interface.d.ts +3 -3
- package/grouping/group-rows-args.interface.d.ts +1 -1
- package/index.d.ts +6 -0
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/messages.d.ts +14 -10
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/navigable-settings.d.ts +3 -3
- package/navigation/toolbar-tool-name.d.ts +1 -0
- package/package-metadata.mjs +2 -2
- package/package.json +28 -27
- package/pdf/pdf-command-tool.directive.d.ts +1 -1
- package/pdf/pdf-command.directive.d.ts +2 -2
- package/pdf/pdf.component.d.ts +2 -2
- package/rendering/cell-loading.template.directive.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/common/row-class.d.ts +4 -4
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/details/detail-template.directive.d.ts +4 -4
- package/rendering/details-expand.directive.d.ts +2 -2
- package/rendering/footer/footer-template.directive.d.ts +4 -4
- package/rendering/groups-expand.directive.d.ts +2 -2
- package/rendering/header/header-template.directive.d.ts +2 -2
- package/rendering/loading-template.directive.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-position.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/row-reordering/types.d.ts +2 -2
- package/schematics/ngAdd/index.js +7 -7
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/scrolling/scroll-request.service.d.ts +2 -2
- package/scrolling/scrollmode.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection-default.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/selection/types.d.ts +7 -7
- package/state-management/redo-command-tool.d.ts +1 -1
- package/state-management/undo-command-tool.d.ts +1 -1
|
@@ -24,7 +24,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
24
24
|
* The message includes the current page number, total number of pages, and a localizable string.
|
|
25
25
|
* You can reorder these parts by using placeholders in the `pagerLabel` input.
|
|
26
26
|
* Use `{currentPage}` and `{totalPages}` to insert the actual values.
|
|
27
|
-
* [See example](
|
|
27
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
28
28
|
*/
|
|
29
29
|
pagerLabel: string;
|
|
30
30
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
83
83
|
*
|
|
84
84
|
* You can reorder the column name and the localizable part by using a placeholder in `filterInputLabel`.
|
|
85
85
|
* Use `{columnName}` to insert the column name, for example, **filter for {columnName}**.
|
|
86
|
-
* [See example](
|
|
86
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
87
87
|
*/
|
|
88
88
|
filterInputLabel: string;
|
|
89
89
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
94
94
|
*
|
|
95
95
|
* You can reorder the column name and the localizable part by using a placeholder in `filterMenuTitle`.
|
|
96
96
|
* Use `{columnName}` to insert the column name, for example, **filter for {columnName}**.
|
|
97
|
-
* [See example](
|
|
97
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
98
98
|
*/
|
|
99
99
|
filterMenuTitle: string;
|
|
100
100
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
105
105
|
*
|
|
106
106
|
* You can reorder the column name and the localizable part by using a placeholder in `filterMenuOperatorsDropDownLabel`.
|
|
107
107
|
* Use `{columnName}` to insert the column name, for example, **filter operators for {columnName}**.
|
|
108
|
-
* [See example](
|
|
108
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
109
109
|
*/
|
|
110
110
|
filterMenuOperatorsDropDownLabel: string;
|
|
111
111
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
116
116
|
*
|
|
117
117
|
* You can reorder the column name and the localizable part by using a placeholder in `filterMenuLogicDropDownLabel`.
|
|
118
118
|
* Use `{columnName}` to insert the column name, for example, **filter logic for {columnName}**.
|
|
119
|
-
* [See example](
|
|
119
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
120
120
|
*/
|
|
121
121
|
filterMenuLogicDropDownLabel: string;
|
|
122
122
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
127
127
|
*
|
|
128
128
|
* You can reorder the column name and the localizable part by using a placeholder in `filterCellOperatorLabel`.
|
|
129
129
|
* Use `{columnName}` to insert the column name, for example, **Filter operators for {columnName}**.
|
|
130
|
-
* [See example](
|
|
130
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
131
131
|
*/
|
|
132
132
|
filterCellOperatorLabel: string;
|
|
133
133
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
138
138
|
*
|
|
139
139
|
* You can reorder the column name and the localizable part by using a placeholder in `booleanFilterCellLabel`.
|
|
140
140
|
* Use `{columnName}` to insert the column name, for example, **Boolean Filter operator for {columnName}**.
|
|
141
|
-
* [See example](
|
|
141
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
142
142
|
*/
|
|
143
143
|
booleanFilterCellLabel: string;
|
|
144
144
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
322
322
|
*
|
|
323
323
|
* You can reorder the column name and the localizable part by using a placeholder in `columnMenu`.
|
|
324
324
|
* Use `{columnName}` to insert the column name, for example, **menu for {columnName}**.
|
|
325
|
-
* [See example](
|
|
325
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
326
326
|
*/
|
|
327
327
|
columnMenu: string;
|
|
328
328
|
/**
|
|
@@ -518,6 +518,10 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
518
518
|
* Sets the text for the Grid Excel Export toolbar tool.
|
|
519
519
|
*/
|
|
520
520
|
excelExportToolbarToolText: string;
|
|
521
|
+
/**
|
|
522
|
+
* Sets the text for the Grid CSV export toolbar tool.
|
|
523
|
+
*/
|
|
524
|
+
csvExportToolbarToolText: string;
|
|
521
525
|
/**
|
|
522
526
|
* Sets the text for the Grid PDF Export toolbar tool.
|
|
523
527
|
*/
|
|
@@ -566,7 +570,7 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
566
570
|
* <br/><br/>
|
|
567
571
|
* The `{errorName}` and `{fieldName}` placeholders are replaced with the field and error names for the invalid form control,
|
|
568
572
|
* and the error message is rendered as `required error detected for ProductName field`.
|
|
569
|
-
* [See example](
|
|
573
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
|
|
570
574
|
*/
|
|
571
575
|
formValidationErrorText: string;
|
|
572
576
|
/**
|
|
@@ -623,5 +627,5 @@ export declare class GridMessages extends ComponentMessages {
|
|
|
623
627
|
*/
|
|
624
628
|
multiCheckboxFilterSelectedItemsCount: string;
|
|
625
629
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridMessages, never>;
|
|
626
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerFirstPage": { "alias": "pagerFirstPage"; "required": false; }; "pagerLastPage": { "alias": "pagerLastPage"; "required": false; }; "pagerPreviousPage": { "alias": "pagerPreviousPage"; "required": false; }; "pagerNextPage": { "alias": "pagerNextPage"; "required": false; }; "pagerPage": { "alias": "pagerPage"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItems": { "alias": "pagerItems"; "required": false; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterMenuTitle": { "alias": "filterMenuTitle"; "required": false; }; "filterMenuOperatorsDropDownLabel": { "alias": "filterMenuOperatorsDropDownLabel"; "required": false; }; "filterMenuLogicDropDownLabel": { "alias": "filterMenuLogicDropDownLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "required": false; }; "aiAssistantApplyButtonText": { "alias": "aiAssistantApplyButtonText"; "required": false; }; "aiAssistantToolbarToolText": { "alias": "aiAssistantToolbarToolText"; "required": false; }; "aiAssistantWindowTitle": { "alias": "aiAssistantWindowTitle"; "required": false; }; "aiAssistantWindowCloseTitle": { "alias": "aiAssistantWindowCloseTitle"; "required": false; }; "aiAssistantOutputCardTitle": { "alias": "aiAssistantOutputCardTitle"; "required": false; }; "aiAssistantOutputCardBodyContent": { "alias": "aiAssistantOutputCardBodyContent"; "required": false; }; "aiAssistantSelectionNotEnabled": { "alias": "aiAssistantSelectionNotEnabled"; "required": false; }; "aiAssistantSelectionRowModeRequired": { "alias": "aiAssistantSelectionRowModeRequired"; "required": false; }; "aiAssistantSelectionCellModeRequired": { "alias": "aiAssistantSelectionCellModeRequired"; "required": false; }; "aiAssistantWindowMaximizeTitle": { "alias": "aiAssistantWindowMaximizeTitle"; "required": false; }; "aiAssistantWindowMinimizeTitle": { "alias": "aiAssistantWindowMinimizeTitle"; "required": false; }; "aiAssistantWindowRestoreTitle": { "alias": "aiAssistantWindowRestoreTitle"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "adaptiveFilterOperatorsTitle": { "alias": "adaptiveFilterOperatorsTitle"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "adaptiveCloseButtonTitle": { "alias": "adaptiveCloseButtonTitle"; "required": false; }; "adaptiveBackButtonTitle": { "alias": "adaptiveBackButtonTitle"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterToolbarToolText": { "alias": "filterToolbarToolText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "gridLabel": { "alias": "gridLabel"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "setColumnPosition": { "alias": "setColumnPosition"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnChooserSelectAll": { "alias": "columnChooserSelectAll"; "required": false; }; "columnChooserSearchLabel": { "alias": "columnChooserSearchLabel"; "required": false; }; "columnChooserSelectedColumnsCount": { "alias": "columnChooserSelectedColumnsCount"; "required": false; }; "columnsSubtitle": { "alias": "columnsSubtitle"; "required": false; }; "adaptiveFilterTitle": { "alias": "adaptiveFilterTitle"; "required": false; }; "adaptiveSortTitle": { "alias": "adaptiveSortTitle"; "required": false; }; "adaptiveGroupTitle": { "alias": "adaptiveGroupTitle"; "required": false; }; "filterClearAllButton": { "alias": "filterClearAllButton"; "required": false; }; "groupClearButton": { "alias": "groupClearButton"; "required": false; }; "sortClearButton": { "alias": "sortClearButton"; "required": false; }; "sortDoneButton": { "alias": "sortDoneButton"; "required": false; }; "groupDoneButton": { "alias": "groupDoneButton"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "stick": { "alias": "stick"; "required": false; }; "unstick": { "alias": "unstick"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "autosizeThisColumn": { "alias": "autosizeThisColumn"; "required": false; }; "autosizeAllColumns": { "alias": "autosizeAllColumns"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "sortToolbarToolText": { "alias": "sortToolbarToolText"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "detailExpand": { "alias": "detailExpand"; "required": false; }; "detailCollapse": { "alias": "detailCollapse"; "required": false; }; "filterDateToday": { "alias": "filterDateToday"; "required": false; }; "filterDateToggle": { "alias": "filterDateToggle"; "required": false; }; "filterNumericDecrement": { "alias": "filterNumericDecrement"; "required": false; }; "filterNumericIncrement": { "alias": "filterNumericIncrement"; "required": false; }; "selectionCheckboxLabel": { "alias": "selectionCheckboxLabel"; "required": false; }; "selectAllCheckboxLabel": { "alias": "selectAllCheckboxLabel"; "required": false; }; "groupCollapse": { "alias": "groupCollapse"; "required": false; }; "groupExpand": { "alias": "groupExpand"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "editToolbarToolText": { "alias": "editToolbarToolText"; "required": false; }; "saveToolbarToolText": { "alias": "saveToolbarToolText"; "required": false; }; "addToolbarToolText": { "alias": "addToolbarToolText"; "required": false; }; "cancelToolbarToolText": { "alias": "cancelToolbarToolText"; "required": false; }; "removeToolbarToolText": { "alias": "removeToolbarToolText"; "required": false; }; "excelExportToolbarToolText": { "alias": "excelExportToolbarToolText"; "required": false; }; "pdfExportToolbarToolText": { "alias": "pdfExportToolbarToolText"; "required": false; }; "groupPanelLabel": { "alias": "groupPanelLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "columnMenuFilterTabTitle": { "alias": "columnMenuFilterTabTitle"; "required": false; }; "columnMenuGeneralTabTitle": { "alias": "columnMenuGeneralTabTitle"; "required": false; }; "columnMenuColumnsTabTitle": { "alias": "columnMenuColumnsTabTitle"; "required": false; }; "groupChipMenuPrevious": { "alias": "groupChipMenuPrevious"; "required": false; }; "groupChipMenuNext": { "alias": "groupChipMenuNext"; "required": false; }; "groupToolbarToolText": { "alias": "groupToolbarToolText"; "required": false; }; "formValidationErrorText": { "alias": "formValidationErrorText"; "required": false; }; "removeConfirmationDialogTitle": { "alias": "removeConfirmationDialogTitle"; "required": false; }; "removeConfirmationDialogContent": { "alias": "removeConfirmationDialogContent"; "required": false; }; "removeConfirmationDialogConfirmText": { "alias": "removeConfirmationDialogConfirmText"; "required": false; }; "removeConfirmationDialogRejectText": { "alias": "removeConfirmationDialogRejectText"; "required": false; }; "externalEditingTitle": { "alias": "externalEditingTitle"; "required": false; }; "externalEditingAddTitle": { "alias": "externalEditingAddTitle"; "required": false; }; "externalEditingSaveText": { "alias": "externalEditingSaveText"; "required": false; }; "externalEditingCancelText": { "alias": "externalEditingCancelText"; "required": false; }; "multiCheckboxFilterSearchPlaceholder": { "alias": "multiCheckboxFilterSearchPlaceholder"; "required": false; }; "multiCheckboxFilterSelectAllLabel": { "alias": "multiCheckboxFilterSelectAllLabel"; "required": false; }; "multiCheckboxFilterSelectedItemsCount": { "alias": "multiCheckboxFilterSelectedItemsCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
630
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GridMessages, "kendo-grid-messages-base", never, { "groupPanelEmpty": { "alias": "groupPanelEmpty"; "required": false; }; "noRecords": { "alias": "noRecords"; "required": false; }; "pagerLabel": { "alias": "pagerLabel"; "required": false; }; "pagerFirstPage": { "alias": "pagerFirstPage"; "required": false; }; "pagerLastPage": { "alias": "pagerLastPage"; "required": false; }; "pagerPreviousPage": { "alias": "pagerPreviousPage"; "required": false; }; "pagerNextPage": { "alias": "pagerNextPage"; "required": false; }; "pagerPage": { "alias": "pagerPage"; "required": false; }; "pagerItemsPerPage": { "alias": "pagerItemsPerPage"; "required": false; }; "pagerOf": { "alias": "pagerOf"; "required": false; }; "pagerItems": { "alias": "pagerItems"; "required": false; }; "pagerPageNumberInputTitle": { "alias": "pagerPageNumberInputTitle"; "required": false; }; "pagerInputLabel": { "alias": "pagerInputLabel"; "required": false; }; "pagerSelectPage": { "alias": "pagerSelectPage"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterInputLabel": { "alias": "filterInputLabel"; "required": false; }; "filterMenuTitle": { "alias": "filterMenuTitle"; "required": false; }; "filterMenuOperatorsDropDownLabel": { "alias": "filterMenuOperatorsDropDownLabel"; "required": false; }; "filterMenuLogicDropDownLabel": { "alias": "filterMenuLogicDropDownLabel"; "required": false; }; "filterCellOperatorLabel": { "alias": "filterCellOperatorLabel"; "required": false; }; "booleanFilterCellLabel": { "alias": "booleanFilterCellLabel"; "required": false; }; "aiAssistantApplyButtonText": { "alias": "aiAssistantApplyButtonText"; "required": false; }; "aiAssistantToolbarToolText": { "alias": "aiAssistantToolbarToolText"; "required": false; }; "aiAssistantWindowTitle": { "alias": "aiAssistantWindowTitle"; "required": false; }; "aiAssistantWindowCloseTitle": { "alias": "aiAssistantWindowCloseTitle"; "required": false; }; "aiAssistantOutputCardTitle": { "alias": "aiAssistantOutputCardTitle"; "required": false; }; "aiAssistantOutputCardBodyContent": { "alias": "aiAssistantOutputCardBodyContent"; "required": false; }; "aiAssistantSelectionNotEnabled": { "alias": "aiAssistantSelectionNotEnabled"; "required": false; }; "aiAssistantSelectionRowModeRequired": { "alias": "aiAssistantSelectionRowModeRequired"; "required": false; }; "aiAssistantSelectionCellModeRequired": { "alias": "aiAssistantSelectionCellModeRequired"; "required": false; }; "aiAssistantWindowMaximizeTitle": { "alias": "aiAssistantWindowMaximizeTitle"; "required": false; }; "aiAssistantWindowMinimizeTitle": { "alias": "aiAssistantWindowMinimizeTitle"; "required": false; }; "aiAssistantWindowRestoreTitle": { "alias": "aiAssistantWindowRestoreTitle"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "adaptiveFilterOperatorsTitle": { "alias": "adaptiveFilterOperatorsTitle"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "filterFilterButton": { "alias": "filterFilterButton"; "required": false; }; "filterClearButton": { "alias": "filterClearButton"; "required": false; }; "adaptiveCloseButtonTitle": { "alias": "adaptiveCloseButtonTitle"; "required": false; }; "adaptiveBackButtonTitle": { "alias": "adaptiveBackButtonTitle"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterToolbarToolText": { "alias": "filterToolbarToolText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "gridLabel": { "alias": "gridLabel"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "setColumnPosition": { "alias": "setColumnPosition"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnChooserSelectAll": { "alias": "columnChooserSelectAll"; "required": false; }; "columnChooserSearchLabel": { "alias": "columnChooserSearchLabel"; "required": false; }; "columnChooserSelectedColumnsCount": { "alias": "columnChooserSelectedColumnsCount"; "required": false; }; "columnsSubtitle": { "alias": "columnsSubtitle"; "required": false; }; "adaptiveFilterTitle": { "alias": "adaptiveFilterTitle"; "required": false; }; "adaptiveSortTitle": { "alias": "adaptiveSortTitle"; "required": false; }; "adaptiveGroupTitle": { "alias": "adaptiveGroupTitle"; "required": false; }; "filterClearAllButton": { "alias": "filterClearAllButton"; "required": false; }; "groupClearButton": { "alias": "groupClearButton"; "required": false; }; "sortClearButton": { "alias": "sortClearButton"; "required": false; }; "sortDoneButton": { "alias": "sortDoneButton"; "required": false; }; "groupDoneButton": { "alias": "groupDoneButton"; "required": false; }; "lock": { "alias": "lock"; "required": false; }; "unlock": { "alias": "unlock"; "required": false; }; "stick": { "alias": "stick"; "required": false; }; "unstick": { "alias": "unstick"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "sortAscending": { "alias": "sortAscending"; "required": false; }; "sortDescending": { "alias": "sortDescending"; "required": false; }; "autosizeThisColumn": { "alias": "autosizeThisColumn"; "required": false; }; "autosizeAllColumns": { "alias": "autosizeAllColumns"; "required": false; }; "sortedAscending": { "alias": "sortedAscending"; "required": false; }; "sortedDescending": { "alias": "sortedDescending"; "required": false; }; "sortedDefault": { "alias": "sortedDefault"; "required": false; }; "sortToolbarToolText": { "alias": "sortToolbarToolText"; "required": false; }; "columnsApply": { "alias": "columnsApply"; "required": false; }; "columnsReset": { "alias": "columnsReset"; "required": false; }; "detailExpand": { "alias": "detailExpand"; "required": false; }; "detailCollapse": { "alias": "detailCollapse"; "required": false; }; "filterDateToday": { "alias": "filterDateToday"; "required": false; }; "filterDateToggle": { "alias": "filterDateToggle"; "required": false; }; "filterNumericDecrement": { "alias": "filterNumericDecrement"; "required": false; }; "filterNumericIncrement": { "alias": "filterNumericIncrement"; "required": false; }; "selectionCheckboxLabel": { "alias": "selectionCheckboxLabel"; "required": false; }; "selectAllCheckboxLabel": { "alias": "selectAllCheckboxLabel"; "required": false; }; "groupCollapse": { "alias": "groupCollapse"; "required": false; }; "groupExpand": { "alias": "groupExpand"; "required": false; }; "topToolbarLabel": { "alias": "topToolbarLabel"; "required": false; }; "bottomToolbarLabel": { "alias": "bottomToolbarLabel"; "required": false; }; "editToolbarToolText": { "alias": "editToolbarToolText"; "required": false; }; "saveToolbarToolText": { "alias": "saveToolbarToolText"; "required": false; }; "addToolbarToolText": { "alias": "addToolbarToolText"; "required": false; }; "cancelToolbarToolText": { "alias": "cancelToolbarToolText"; "required": false; }; "removeToolbarToolText": { "alias": "removeToolbarToolText"; "required": false; }; "excelExportToolbarToolText": { "alias": "excelExportToolbarToolText"; "required": false; }; "csvExportToolbarToolText": { "alias": "csvExportToolbarToolText"; "required": false; }; "pdfExportToolbarToolText": { "alias": "pdfExportToolbarToolText"; "required": false; }; "groupPanelLabel": { "alias": "groupPanelLabel"; "required": false; }; "dragRowHandleLabel": { "alias": "dragRowHandleLabel"; "required": false; }; "columnMenuFilterTabTitle": { "alias": "columnMenuFilterTabTitle"; "required": false; }; "columnMenuGeneralTabTitle": { "alias": "columnMenuGeneralTabTitle"; "required": false; }; "columnMenuColumnsTabTitle": { "alias": "columnMenuColumnsTabTitle"; "required": false; }; "groupChipMenuPrevious": { "alias": "groupChipMenuPrevious"; "required": false; }; "groupChipMenuNext": { "alias": "groupChipMenuNext"; "required": false; }; "groupToolbarToolText": { "alias": "groupToolbarToolText"; "required": false; }; "formValidationErrorText": { "alias": "formValidationErrorText"; "required": false; }; "removeConfirmationDialogTitle": { "alias": "removeConfirmationDialogTitle"; "required": false; }; "removeConfirmationDialogContent": { "alias": "removeConfirmationDialogContent"; "required": false; }; "removeConfirmationDialogConfirmText": { "alias": "removeConfirmationDialogConfirmText"; "required": false; }; "removeConfirmationDialogRejectText": { "alias": "removeConfirmationDialogRejectText"; "required": false; }; "externalEditingTitle": { "alias": "externalEditingTitle"; "required": false; }; "externalEditingAddTitle": { "alias": "externalEditingAddTitle"; "required": false; }; "externalEditingSaveText": { "alias": "externalEditingSaveText"; "required": false; }; "externalEditingCancelText": { "alias": "externalEditingCancelText"; "required": false; }; "multiCheckboxFilterSearchPlaceholder": { "alias": "multiCheckboxFilterSearchPlaceholder"; "required": false; }; "multiCheckboxFilterSelectAllLabel": { "alias": "multiCheckboxFilterSelectAllLabel"; "required": false; }; "multiCheckboxFilterSelectedItemsCount": { "alias": "multiCheckboxFilterSelectedItemsCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
627
631
|
}
|
|
@@ -9,7 +9,7 @@ import { ContextService } from '../common/provider.service';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* A directive that controls how focusable elements receive
|
|
12
|
-
* focus in a navigable Grid. [See example](
|
|
12
|
+
* focus in a navigable Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/keyboard-navigation).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Represents the possible navigable sections of the Grid ([see example](
|
|
6
|
+
* Represents the possible navigable sections of the Grid ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/keyboard-navigation#navigable-sections)).
|
|
7
7
|
*
|
|
8
8
|
* The available values are:
|
|
9
9
|
* * `pager` — Includes the Grid pager and its internal elements.
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
*/
|
|
18
18
|
export type GridNavigableSection = 'pager' | 'table' | 'toolbar';
|
|
19
19
|
/**
|
|
20
|
-
* Represents the type of the Grid [`navigable`](
|
|
20
|
+
* Represents the type of the Grid [`navigable`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#navigable) property.
|
|
21
21
|
*
|
|
22
22
|
* The available values are:
|
|
23
23
|
* * `boolean`
|
|
24
|
-
* * [`GridNavigableSection`](
|
|
24
|
+
* * [`GridNavigableSection`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridnavigablesection)
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* ```typescript
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770287037,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"package": {
|
|
74
74
|
"productName": "Kendo UI for Angular",
|
|
75
75
|
"productCode": "KENDOUIANGULAR",
|
|
76
|
-
"publishDate":
|
|
76
|
+
"publishDate": 1770287037,
|
|
77
77
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
@@ -83,37 +83,38 @@
|
|
|
83
83
|
"@angular/core": "19 - 21",
|
|
84
84
|
"@angular/forms": "19 - 21",
|
|
85
85
|
"@angular/platform-browser": "19 - 21",
|
|
86
|
-
"@progress/kendo-data-query": "^1.
|
|
87
|
-
"@progress/kendo-drawing": "^1.
|
|
86
|
+
"@progress/kendo-data-query": "^1.7.3",
|
|
87
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
88
88
|
"@progress/kendo-licensing": "^1.10.0",
|
|
89
|
-
"@progress/kendo-angular-buttons": "
|
|
90
|
-
"@progress/kendo-angular-common": "
|
|
91
|
-
"@progress/kendo-angular-dateinputs": "
|
|
92
|
-
"@progress/kendo-angular-layout": "
|
|
93
|
-
"@progress/kendo-angular-navigation": "
|
|
94
|
-
"@progress/kendo-angular-dropdowns": "
|
|
95
|
-
"@progress/kendo-angular-excel-export": "
|
|
96
|
-
"@progress/kendo-angular-icons": "
|
|
97
|
-
"@progress/kendo-angular-indicators": "
|
|
98
|
-
"@progress/kendo-angular-inputs": "
|
|
99
|
-
"@progress/kendo-angular-conversational-ui": "
|
|
100
|
-
"@progress/kendo-angular-intl": "
|
|
101
|
-
"@progress/kendo-angular-l10n": "
|
|
102
|
-
"@progress/kendo-angular-label": "
|
|
103
|
-
"@progress/kendo-angular-menu": "
|
|
104
|
-
"@progress/kendo-angular-pager": "
|
|
105
|
-
"@progress/kendo-angular-pdf-export": "
|
|
106
|
-
"@progress/kendo-angular-popup": "
|
|
107
|
-
"@progress/kendo-angular-toolbar": "
|
|
108
|
-
"@progress/kendo-angular-upload": "
|
|
109
|
-
"@progress/kendo-angular-utils": "
|
|
89
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.1",
|
|
90
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
91
|
+
"@progress/kendo-angular-dateinputs": "23.0.0-develop.1",
|
|
92
|
+
"@progress/kendo-angular-layout": "23.0.0-develop.1",
|
|
93
|
+
"@progress/kendo-angular-navigation": "23.0.0-develop.1",
|
|
94
|
+
"@progress/kendo-angular-dropdowns": "23.0.0-develop.1",
|
|
95
|
+
"@progress/kendo-angular-excel-export": "23.0.0-develop.1",
|
|
96
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.1",
|
|
97
|
+
"@progress/kendo-angular-indicators": "23.0.0-develop.1",
|
|
98
|
+
"@progress/kendo-angular-inputs": "23.0.0-develop.1",
|
|
99
|
+
"@progress/kendo-angular-conversational-ui": "23.0.0-develop.1",
|
|
100
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.1",
|
|
101
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
102
|
+
"@progress/kendo-angular-label": "23.0.0-develop.1",
|
|
103
|
+
"@progress/kendo-angular-menu": "23.0.0-develop.1",
|
|
104
|
+
"@progress/kendo-angular-pager": "23.0.0-develop.1",
|
|
105
|
+
"@progress/kendo-angular-pdf-export": "23.0.0-develop.1",
|
|
106
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.1",
|
|
107
|
+
"@progress/kendo-angular-toolbar": "23.0.0-develop.1",
|
|
108
|
+
"@progress/kendo-angular-upload": "23.0.0-develop.1",
|
|
109
|
+
"@progress/kendo-angular-utils": "23.0.0-develop.1",
|
|
110
110
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"tslib": "^2.3.1",
|
|
114
|
-
"@progress/kendo-angular-schematics": "
|
|
114
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1",
|
|
115
115
|
"@progress/kendo-common": "^1.0.1",
|
|
116
|
-
"@progress/kendo-file-saver": "^1.0.0"
|
|
116
|
+
"@progress/kendo-file-saver": "^1.0.0",
|
|
117
|
+
"@progress/kendo-csv": "^1.0.0"
|
|
117
118
|
},
|
|
118
119
|
"schematics": "./schematics/collection.json",
|
|
119
120
|
"module": "fesm2022/progress-kendo-angular-grid.mjs",
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
/**
|
|
12
12
|
* Represents the PDF export toolbar tool of the Grid.
|
|
13
13
|
* Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent in the Grid.
|
|
14
|
-
* When you click the toolbar button with this directive, the [`pdfExport`](
|
|
14
|
+
* When you click the toolbar button with this directive, the [`pdfExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#pdfexport) event fires. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export)).
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* ```html
|
|
@@ -9,8 +9,8 @@ import { PDFService } from './pdf.service';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the PDF export command of the Grid.
|
|
12
|
-
* Apply this directive to any `button` element inside a [ToolbarTemplate](
|
|
13
|
-
* When you click a button with this directive, the [`pdfExport`](
|
|
12
|
+
* Apply this directive to any `button` element inside a [ToolbarTemplate](https://www.telerik.com/kendo-angular-ui/components/grid/api/commandcolumncomponent).
|
|
13
|
+
* When you click a button with this directive, the [`pdfExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#pdfexport) event fires. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
package/pdf/pdf.component.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import { PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
|
|
14
14
|
import { ContextService } from '../common/provider.service';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
/**
|
|
17
|
-
* Configures the settings for exporting the Grid to PDF. ([See example](
|
|
17
|
+
* Configures the settings for exporting the Grid to PDF. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export)).
|
|
18
18
|
*
|
|
19
19
|
* Use this component to customize PDF export options for the Grid.
|
|
20
20
|
*
|
|
@@ -38,7 +38,7 @@ export declare class PDFComponent extends PDFExportComponent implements OnDestro
|
|
|
38
38
|
allPages: boolean;
|
|
39
39
|
/**
|
|
40
40
|
* Sets the delay in milliseconds before exporting the Grid content.
|
|
41
|
-
* Use this property when exporting complex components in Grid templates, such as charts or data-bound components with asynchronous data retrieval. ([See example](
|
|
41
|
+
* Use this property when exporting complex components in Grid templates, such as charts or data-bound components with asynchronous data retrieval. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export#exporting-all-pages)).
|
|
42
42
|
*
|
|
43
43
|
* @default 0
|
|
44
44
|
*/
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* The directive allows customizing the loading indicator for virtual scrolling cells in the Grid.
|
|
9
|
-
* Place an `<ng-template>` tag with the `kendoGridCellLoadingTemplate` directive inside `<kendo-grid>` to define the loading cell template. ([See example](
|
|
9
|
+
* Place an `<ng-template>` tag with the `kendoGridCellLoadingTemplate` directive inside `<kendo-grid>` to define the loading cell template. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual#custom-loading-skeleton)).
|
|
10
10
|
*
|
|
11
11
|
* The template context is set to the current column. You can use the following field:
|
|
12
12
|
* - `column`—The current column instance. This is the default context for any template variable that uses the `let-x` syntax (for example, `let-column`).
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Lets you customize the content of Grid cells.
|
|
9
|
-
* Place an `<ng-template>` tag with the `kendoGridCellTemplate` directive inside a `<kendo-grid-column>` tag to define the cell template. ([See example](
|
|
9
|
+
* Place an `<ng-template>` tag with the `kendoGridCellTemplate` directive inside a `<kendo-grid-column>` tag to define the cell template. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/templates#cell-template)).
|
|
10
10
|
*
|
|
11
11
|
* The template context is set to the current data item. You can use these fields:
|
|
12
12
|
* - `columnIndex`—The current column index. Use `let-columnIndex="columnIndex"` in your template.
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { RowArgs } from './row-args';
|
|
6
6
|
/**
|
|
7
|
-
* Represents the callback arguments used by the [`rowClass`](
|
|
7
|
+
* Represents the callback arguments used by the [`rowClass`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#rowClass) property.
|
|
8
8
|
*/
|
|
9
9
|
export interface RowClassArgs extends RowArgs {
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
|
-
* Represents the callback used by the [`rowClass`](
|
|
12
|
+
* Represents the callback used by the [`rowClass`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#rowclass) property.
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```typescript
|
|
@@ -26,7 +26,7 @@ export type RowClassFn = (context: RowClassArgs) => string | string[] | Set<stri
|
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* Represents the callback used by the [`rowSelected`](
|
|
29
|
+
* Represents the callback used by the [`rowSelected`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#rowselected) property.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* ```typescript
|
|
@@ -37,7 +37,7 @@ export type RowClassFn = (context: RowClassArgs) => string | string[] | Set<stri
|
|
|
37
37
|
*/
|
|
38
38
|
export type RowSelectedFn = (context: RowArgs) => boolean;
|
|
39
39
|
/**
|
|
40
|
-
* Represents the callback used to determine whether a data row is selectable. Used by the [`isRowSelectable`](
|
|
40
|
+
* Represents the callback used to determine whether a data row is selectable. Used by the [`isRowSelectable`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#isrowselectable) property.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* ```typescript
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Used to give additional white space between the Pager inner elements,
|
|
9
9
|
* and provides a way for customizing the spacer width.
|
|
10
10
|
* It can also be used in any flex container within the Grid
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/toolbar/toolbar-template#defining-the-spacing-between-toolbar-elements)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -6,16 +6,16 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Uses a predicate to control conditional rendering for the
|
|
9
|
-
* [`DetailTemplateDirective`](
|
|
10
|
-
* Allows you to show or hide detail rows based on your logic. ([See example](
|
|
9
|
+
* [`DetailTemplateDirective`](https://www.telerik.com/kendo-angular-ui/components/grid/api/detailtemplatedirective).
|
|
10
|
+
* Allows you to show or hide detail rows based on your logic. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/detail-template#conditional-display)).
|
|
11
11
|
*
|
|
12
|
-
*
|
|
12
|
+
* ```typescript
|
|
13
13
|
* public myCondition(dataItem: any, index: number) { return dataItem.CategoryID % 2 === 0; }
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
16
|
export type DetailTemplateShowIfFn = (dataItem: any, index: number) => boolean;
|
|
17
17
|
/**
|
|
18
|
-
* Represents the detail template of the Grid ([more information and examples](
|
|
18
|
+
* Represents the detail template of the Grid ([more information and examples](https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/detail-template)).
|
|
19
19
|
* Nest an `<ng-template>` tag with the `kendoGridDetailTemplate` directive inside a `<kendo-grid>` tag to define the detail template.
|
|
20
20
|
*
|
|
21
21
|
* @example
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
/**
|
|
11
11
|
* Controls the expanded state of master detail rows in the Grid.
|
|
12
12
|
* Use this directive to manage which detail rows are expanded or collapsed.
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/expanded-state#built-in-directive))
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -31,7 +31,7 @@ export declare class ExpandDetailsDirective implements OnChanges, OnDestroy {
|
|
|
31
31
|
/**
|
|
32
32
|
* Sets the item key stored in the `expandedDetailKeys` collection.
|
|
33
33
|
* Accepts a property name or a function that returns a unique key for each data item.
|
|
34
|
-
* ([See example](
|
|
34
|
+
* ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/expanded-state#built-in-directive)).
|
|
35
35
|
*/
|
|
36
36
|
get expandDetailsKey(): string | ((dataItem: any) => any);
|
|
37
37
|
set expandDetailsKey(key: string | ((dataItem: any) => any));
|
|
@@ -6,17 +6,17 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the column footer cell template of the Grid
|
|
9
|
-
* ([more information and example](
|
|
9
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/templates#footer-template)).
|
|
10
10
|
* Use this directive to customize the table footer cell for a column.
|
|
11
11
|
* To define a footer template, nest an `<ng-template>` tag with the
|
|
12
|
-
* [`kendoGridFooterTemplate`](
|
|
12
|
+
* [`kendoGridFooterTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/footertemplatedirective) directive inside the `<kendo-grid-column>` tag.
|
|
13
13
|
*
|
|
14
14
|
* The template context is set to the current column. The following additional fields are available:
|
|
15
|
-
* * `column`—An instance of the [`ColumnComponent`](
|
|
15
|
+
* * `column`—An instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columncomponent) option.
|
|
16
16
|
* * `columnIndex`—The current column index.
|
|
17
17
|
*
|
|
18
18
|
* For more information about displaying aggregates in the footer of the Grid,
|
|
19
|
-
* see the article on [aggregates](
|
|
19
|
+
* see the article on [aggregates](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/aggregates).
|
|
20
20
|
*
|
|
21
21
|
* @example
|
|
22
22
|
* ```html
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
/**
|
|
10
10
|
* Controls the expanded state of group rows in the Grid.
|
|
11
11
|
* Use this directive to manage which group rows are expanded or collapsed
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/expanded-state#built-in-directive)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```typescript
|
|
@@ -27,7 +27,7 @@ export declare class ExpandGroupDirective implements OnDestroy {
|
|
|
27
27
|
/**
|
|
28
28
|
* Sets the item format stored in the `expandedGroupKeys` collection.
|
|
29
29
|
* Accepts a property name or a function that returns a unique key for each group
|
|
30
|
-
* ([see example](
|
|
30
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/expanded-state#custom-group-key-format)).
|
|
31
31
|
*/
|
|
32
32
|
get expandGroupBy(): string | ((group: GroupRowArgs) => any);
|
|
33
33
|
set expandGroupBy(key: string | ((group: GroupRowArgs) => any));
|
|
@@ -6,13 +6,13 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the column header cell template of the Grid
|
|
9
|
-
* ([more information and example](
|
|
9
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/templates#header-template)).
|
|
10
10
|
* Use this directive to customize the table header cell for a column.
|
|
11
11
|
* To define a header template, nest an `<ng-template>` tag with the
|
|
12
12
|
* `kendoGridHeaderTemplate` directive inside the `<kendo-grid-column>` tag.
|
|
13
13
|
*
|
|
14
14
|
* The template context is set to the current column. The following additional fields are available:
|
|
15
|
-
* * `column`—An instance of the [`ColumnComponent`](
|
|
15
|
+
* * `column`—An instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columncomponent) option.
|
|
16
16
|
* * `columnIndex`—The current column index.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Lets you override the default loading indicator of the Grid.
|
|
9
|
-
* Place an `<ng-template>` tag with the `kendoGridLoadingTemplate` directive inside `<kendo-grid>` to define a loading template. ([See example](
|
|
9
|
+
* Place an `<ng-template>` tag with the `kendoGridLoadingTemplate` directive inside `<kendo-grid>` to define a loading template. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/loading-template)).
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* ```html
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Lets you customize the item shown when the Grid has no data.
|
|
9
|
-
* Place an `<ng-template>` tag with the `kendoGridNoRecordsTemplate` directive inside `<kendo-grid>` to define the no-records template. ([See example](
|
|
9
|
+
* Place an `<ng-template>` tag with the `kendoGridNoRecordsTemplate` directive inside `<kendo-grid>` to define the no-records template. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/no-records-template)).
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* ```html
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Configures the `position` property for the Grid Toolbar Template. [See example](
|
|
6
|
+
* Configures the `position` property for the Grid Toolbar Template. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/toolbar/toolbar-template#setting-the-toolbar-position).
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* * `top`—Shows the Toolbar at the top of the Grid.
|
|
@@ -25,7 +25,7 @@ export declare class ToolbarTemplateDirective {
|
|
|
25
25
|
templateRef: TemplateRef<any>;
|
|
26
26
|
_position: 'top' | 'bottom' | 'both';
|
|
27
27
|
/**
|
|
28
|
-
* Sets the position of the toolbar. ([See example](
|
|
28
|
+
* Sets the position of the toolbar. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/toolbar/toolbar-template#setting-the-toolbar-position)).
|
|
29
29
|
*
|
|
30
30
|
* @default 'top'
|
|
31
31
|
*/
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Arguments for the [`rowReorder`](
|
|
7
|
-
* ([see example](
|
|
6
|
+
* Arguments for the [`rowReorder`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#rowreorder) event
|
|
7
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/rows/reordering)).
|
|
8
8
|
*/
|
|
9
9
|
export interface RowReorderEvent {
|
|
10
10
|
/**
|
|
@@ -9,19 +9,19 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
11
11
|
// peer deps of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '
|
|
13
|
-
'@progress/kendo-angular-navigation': '
|
|
12
|
+
'@progress/kendo-angular-treeview': '23.0.0-develop.1',
|
|
13
|
+
'@progress/kendo-angular-navigation': '23.0.0-develop.1',
|
|
14
14
|
// peer dependency of kendo-angular-inputs
|
|
15
|
-
'@progress/kendo-angular-dialog': '
|
|
15
|
+
'@progress/kendo-angular-dialog': '23.0.0-develop.1',
|
|
16
16
|
// peer dependency of kendo-angular-icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
18
18
|
// peer dependency of kendo-angular-layout
|
|
19
|
-
'@progress/kendo-angular-progressbar': '
|
|
19
|
+
'@progress/kendo-angular-progressbar': '23.0.0-develop.1',
|
|
20
20
|
// transitive peer dependencies from toolbar
|
|
21
|
-
'@progress/kendo-angular-indicators': '
|
|
21
|
+
'@progress/kendo-angular-indicators': '23.0.0-develop.1',
|
|
22
22
|
// transitive peer dependencies from conversational-ui
|
|
23
|
-
'@progress/kendo-angular-menu': '
|
|
24
|
-
'@progress/kendo-angular-upload': '
|
|
23
|
+
'@progress/kendo-angular-menu': '23.0.0-develop.1',
|
|
24
|
+
'@progress/kendo-angular-upload': '23.0.0-develop.1'
|
|
25
25
|
} });
|
|
26
26
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
27
27
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Provides the arguments for the [`contentScroll`](
|
|
6
|
+
* Provides the arguments for the [`contentScroll`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#contentscroll) event.
|
|
7
7
|
*/
|
|
8
8
|
export interface ContentScrollEvent {
|
|
9
9
|
/**
|