@progress/kendo-angular-grid 22.1.0-develop.8 → 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.
Files changed (151) hide show
  1. package/README.md +2 -2
  2. package/adaptiveness/adaptive-renderer.component.d.ts +1 -0
  3. package/aggregates/aggregate-types.d.ts +1 -1
  4. package/aggregates/status-bar-template.directive.d.ts +1 -1
  5. package/column-menu/column-chooser.component.d.ts +3 -3
  6. package/column-menu/column-menu-autosize-all.component.d.ts +4 -4
  7. package/column-menu/column-menu-autosize.component.d.ts +3 -3
  8. package/column-menu/column-menu-chooser.component.d.ts +4 -4
  9. package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
  10. package/column-menu/column-menu-filter.component.d.ts +3 -3
  11. package/column-menu/column-menu-item-base.d.ts +1 -1
  12. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu-item.component.d.ts +2 -2
  14. package/column-menu/column-menu-item.directive.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +3 -3
  16. package/column-menu/column-menu-position.component.d.ts +2 -2
  17. package/column-menu/column-menu-settings.interface.d.ts +4 -4
  18. package/column-menu/column-menu-sort.component.d.ts +1 -1
  19. package/column-menu/column-menu-stick.component.d.ts +4 -4
  20. package/column-menu/column-menu-template.directive.d.ts +1 -1
  21. package/column-menu/column-menu.component.d.ts +3 -3
  22. package/column-menu/column-menu.service.d.ts +1 -1
  23. package/column-resizing/column-resize.interface.d.ts +1 -1
  24. package/columns/checkbox-column.component.d.ts +1 -1
  25. package/columns/column-base.d.ts +24 -17
  26. package/columns/column-group.component.d.ts +1 -1
  27. package/columns/column.component.d.ts +6 -6
  28. package/columns/command-column.component.d.ts +1 -1
  29. package/columns/reorder-column.component.d.ts +1 -1
  30. package/columns/sort-settings.d.ts +6 -6
  31. package/columns/span-column.component.d.ts +5 -5
  32. package/common/cell-click-event-args.interface.d.ts +1 -1
  33. package/common/clipboard-types.d.ts +1 -1
  34. package/common/clipboard.directive.d.ts +1 -1
  35. package/common/fetch-data-callback.d.ts +1 -1
  36. package/common/pager-settings.d.ts +2 -2
  37. package/common/provider.service.d.ts +2 -0
  38. package/common/single-popup.service.d.ts +1 -1
  39. package/common/size-options.d.ts +1 -1
  40. package/csv/csv-command-tool.directive.d.ts +38 -0
  41. package/csv/csv-command.directive.d.ts +38 -0
  42. package/csv/csv-export-event.d.ts +15 -0
  43. package/csv/csv.component.d.ts +131 -0
  44. package/csv/csv.module.d.ts +32 -0
  45. package/csv/csv.service.d.ts +16 -0
  46. package/data/change-event-args.interface.d.ts +2 -2
  47. package/data/data.collection.d.ts +1 -1
  48. package/data/grid-item.interface.d.ts +4 -4
  49. package/databinding.directive.d.ts +3 -3
  50. package/directives.d.ts +10 -1
  51. package/dragdrop/column-reorder-config.d.ts +1 -1
  52. package/editing/add-command-tool.directive.d.ts +1 -1
  53. package/editing/add-command.directive.d.ts +3 -3
  54. package/editing/add-event-args.interface.d.ts +1 -1
  55. package/editing/cancel-command-tool.directive.d.ts +1 -1
  56. package/editing/cancel-command.directive.d.ts +3 -3
  57. package/editing/cancel-event-args.interface.d.ts +2 -2
  58. package/editing/cell-close-event.d.ts +1 -1
  59. package/editing/edit-command-tool.directive.d.ts +1 -1
  60. package/editing/edit-command.directive.d.ts +3 -3
  61. package/editing/edit-event-args.interface.d.ts +1 -1
  62. package/editing/edit-row-options.interface.d.ts +1 -1
  63. package/editing/edit-template.directive.d.ts +1 -1
  64. package/editing/form/models.d.ts +1 -1
  65. package/editing/remove-command-tool.directive.d.ts +1 -1
  66. package/editing/remove-command.directive.d.ts +3 -3
  67. package/editing/remove-event-args.interface.d.ts +1 -1
  68. package/editing/save-command-tool.directive.d.ts +1 -1
  69. package/editing/save-command.directive.d.ts +3 -3
  70. package/editing/save-event-args.interface.d.ts +1 -1
  71. package/editing-directives/edit-service.interface.d.ts +1 -1
  72. package/editing-directives/external-editing.directive.d.ts +1 -1
  73. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  74. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  75. package/editing-directives/template-editing.directive.d.ts +1 -1
  76. package/excel/excel-command-tool.directive.d.ts +1 -1
  77. package/excel/excel-command.directive.d.ts +2 -2
  78. package/excel/excel.component.d.ts +5 -5
  79. package/fesm2022/progress-kendo-angular-grid.mjs +962 -358
  80. package/filtering/base-filter-cell.component.d.ts +1 -1
  81. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  82. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  83. package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
  84. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  85. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  86. package/filtering/date-filter.component.d.ts +2 -2
  87. package/filtering/filter.service.d.ts +1 -1
  88. package/filtering/filterable.d.ts +2 -2
  89. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  90. package/filtering/menu/filter-menu-container.component.d.ts +5 -1
  91. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  92. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  93. package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
  94. package/filtering/operators/after-filter-operator.component.d.ts +2 -2
  95. package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
  96. package/filtering/operators/before-filter-operator.component.d.ts +2 -2
  97. package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
  98. package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
  99. package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
  100. package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
  101. package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
  102. package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
  103. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
  104. package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
  105. package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
  106. package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
  107. package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
  108. package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
  109. package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
  110. package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
  111. package/grid.component.d.ts +80 -61
  112. package/grouping/group-header-column-template.directive.d.ts +1 -1
  113. package/grouping/group-header-template.directive.d.ts +1 -1
  114. package/grouping/group-key.interface.d.ts +3 -3
  115. package/grouping/group-rows-args.interface.d.ts +1 -1
  116. package/index.d.ts +6 -0
  117. package/localization/custom-messages.component.d.ts +1 -1
  118. package/localization/messages.d.ts +14 -10
  119. package/navigation/focusable.directive.d.ts +1 -1
  120. package/navigation/navigable-settings.d.ts +3 -3
  121. package/navigation/toolbar-tool-name.d.ts +1 -0
  122. package/package-metadata.mjs +2 -2
  123. package/package.json +29 -28
  124. package/pdf/pdf-command-tool.directive.d.ts +1 -1
  125. package/pdf/pdf-command.directive.d.ts +2 -2
  126. package/pdf/pdf.component.d.ts +2 -2
  127. package/rendering/cell-loading.template.directive.d.ts +1 -1
  128. package/rendering/cell-template.directive.d.ts +1 -1
  129. package/rendering/common/row-class.d.ts +4 -4
  130. package/rendering/common/spacer.component.d.ts +1 -1
  131. package/rendering/details/detail-template.directive.d.ts +4 -4
  132. package/rendering/details-expand.directive.d.ts +2 -2
  133. package/rendering/footer/footer-template.directive.d.ts +4 -4
  134. package/rendering/groups-expand.directive.d.ts +2 -2
  135. package/rendering/header/header-template.directive.d.ts +2 -2
  136. package/rendering/loading-template.directive.d.ts +1 -1
  137. package/rendering/no-records-template.directive.d.ts +1 -1
  138. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  139. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  140. package/row-reordering/types.d.ts +2 -2
  141. package/schematics/ngAdd/index.js +7 -7
  142. package/scrolling/content-scroll-event.d.ts +1 -1
  143. package/scrolling/scroll-request.service.d.ts +2 -2
  144. package/scrolling/scrollmode.d.ts +1 -1
  145. package/selection/selectall-checkbox.directive.d.ts +2 -2
  146. package/selection/selection-checkbox.directive.d.ts +1 -1
  147. package/selection/selection-default.d.ts +1 -1
  148. package/selection/selection.directive.d.ts +1 -1
  149. package/selection/types.d.ts +7 -7
  150. package/state-management/redo-command-tool.d.ts +1 -1
  151. 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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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](slug:globalization_grid#toc-custom-messages).
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]({% slug keyboard_navigation_grid %}).
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]({% slug keyboard_navigation_grid %}#toc-navigable-sections)).
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` &mdash; 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`]({% slug api_grid_gridcomponent %}#toc-navigable) property.
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`](slug:api_grid_gridnavigablesection)
24
+ * * [`GridNavigableSection`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridnavigablesection)
25
25
  *
26
26
  * @example
27
27
  * ```typescript
@@ -13,6 +13,7 @@ export declare const ToolbarToolName: {
13
13
  add: string;
14
14
  columns: string;
15
15
  excelExport: string;
16
+ csvExport: string;
16
17
  pdfExport: string;
17
18
  aiAssistant: string;
18
19
  };
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1769421058,
11
- "version": "22.1.0-develop.8",
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": "22.1.0-develop.8",
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": 1769421058,
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.0.0",
87
- "@progress/kendo-drawing": "^1.23.1",
88
- "@progress/kendo-licensing": "^1.7.0",
89
- "@progress/kendo-angular-buttons": "22.1.0-develop.8",
90
- "@progress/kendo-angular-common": "22.1.0-develop.8",
91
- "@progress/kendo-angular-dateinputs": "22.1.0-develop.8",
92
- "@progress/kendo-angular-layout": "22.1.0-develop.8",
93
- "@progress/kendo-angular-navigation": "22.1.0-develop.8",
94
- "@progress/kendo-angular-dropdowns": "22.1.0-develop.8",
95
- "@progress/kendo-angular-excel-export": "22.1.0-develop.8",
96
- "@progress/kendo-angular-icons": "22.1.0-develop.8",
97
- "@progress/kendo-angular-indicators": "22.1.0-develop.8",
98
- "@progress/kendo-angular-inputs": "22.1.0-develop.8",
99
- "@progress/kendo-angular-conversational-ui": "22.1.0-develop.8",
100
- "@progress/kendo-angular-intl": "22.1.0-develop.8",
101
- "@progress/kendo-angular-l10n": "22.1.0-develop.8",
102
- "@progress/kendo-angular-label": "22.1.0-develop.8",
103
- "@progress/kendo-angular-menu": "22.1.0-develop.8",
104
- "@progress/kendo-angular-pager": "22.1.0-develop.8",
105
- "@progress/kendo-angular-pdf-export": "22.1.0-develop.8",
106
- "@progress/kendo-angular-popup": "22.1.0-develop.8",
107
- "@progress/kendo-angular-toolbar": "22.1.0-develop.8",
108
- "@progress/kendo-angular-upload": "22.1.0-develop.8",
109
- "@progress/kendo-angular-utils": "22.1.0-develop.8",
86
+ "@progress/kendo-data-query": "^1.7.3",
87
+ "@progress/kendo-drawing": "^1.24.0",
88
+ "@progress/kendo-licensing": "^1.10.0",
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": "22.1.0-develop.8",
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`]({% slug api_grid_gridcomponent %}#toc-pdfexport) event fires. ([See example]({% slug pdfexport_grid %})).
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]({% slug api_grid_commandcolumncomponent %}).
13
- * When you click a button with this directive, the [`pdfExport`]({% slug api_grid_gridcomponent %}#toc-pdfexport) event fires. ([See example]({% slug pdfexport_grid %})).
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
@@ -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]({% slug pdfexport_grid %})).
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]({% slug pdfexport_grid %}#toc-exporting-all-pages)).
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]({% slug virtualscrolling_grid %}#toc-custom-loading-skeleton)).
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`&mdash;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](slug:templates_columns_grid#toc-cell-template)).
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`&mdash;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`]({% slug api_grid_gridcomponent %}#toc-rowClass) property.
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`]({% slug api_grid_gridcomponent %}#toc-rowclass) property.
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`]({% slug api_grid_gridcomponent %}#toc-rowselected) property.
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`]({% slug api_grid_gridcomponent %}#toc-isrowselectable) property.
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](slug:toolbartemplate_grid#toc-defining-the-spacing-between-toolbar-elements)).
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`]({% slug api_grid_detailtemplatedirective %}).
10
- * Allows you to show or hide detail rows based on your logic. ([See example]({% slug detailrowtemplate_grid %}#toc-conditional-display)).
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
- * ``typescript
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]({% slug detailrowtemplate_grid %})).
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](slug:master_detail_expanded_state_grid#toc-built-in-directive))
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]({% slug master_detail_expanded_state_grid %}#toc-built-in-directive)).
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]({% slug templates_columns_grid %}#toc-footer-template)).
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`]({% slug api_grid_footertemplatedirective %}) directive inside the `<kendo-grid-column>` tag.
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`&mdash;An instance of the [`ColumnComponent`]({% slug api_grid_columncomponent %}) option.
15
+ * * `column`&mdash;An instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columncomponent) option.
16
16
  * * `columnIndex`&mdash;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]({% slug groupable_grid_with_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]({% slug groups_expanded_state_grid %}#toc-built-in-directive)).
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]({% slug groups_expanded_state_grid %}#toc-custom-group-key-format)).
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]({% slug templates_columns_grid %}#toc-header-template)).
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`&mdash;An instance of the [`ColumnComponent`]({% slug api_grid_columncomponent %}) option.
15
+ * * `column`&mdash;An instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columncomponent) option.
16
16
  * * `columnIndex`&mdash;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](slug:loadingtemplate_grid)).
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](slug:norecordtemplate_grid)).
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](slug:toolbartemplate_grid#toc-setting-the-toolbar-position).
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`&mdash;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]({% slug toolbartemplate_grid %}#toc-setting-the-toolbar-position)).
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`](slug:api_grid_gridcomponent#toc-rowreorder) event
7
- * ([see example](slug:reordering_rows_grid)).
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': '22.1.0-develop.8',
13
- '@progress/kendo-angular-navigation': '22.1.0-develop.8',
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': '22.1.0-develop.8',
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': '22.1.0-develop.8',
19
+ '@progress/kendo-angular-progressbar': '23.0.0-develop.1',
20
20
  // transitive peer dependencies from toolbar
21
- '@progress/kendo-angular-indicators': '22.1.0-develop.8',
21
+ '@progress/kendo-angular-indicators': '23.0.0-develop.1',
22
22
  // transitive peer dependencies from conversational-ui
23
- '@progress/kendo-angular-menu': '22.1.0-develop.8',
24
- '@progress/kendo-angular-upload': '22.1.0-develop.8'
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`](slug:api_grid_gridcomponent#toc-contentscroll) event.
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
  /**