@progress/kendo-angular-grid 19.0.0-develop.20 → 19.0.0-develop.22
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/editing-directives/editing-directive-base.d.ts +4 -1
- package/esm2022/editing-directives/editing-directive-base.mjs +5 -2
- package/esm2022/grid.component.mjs +4 -20
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-grid.mjs +11 -24
- package/grid.component.d.ts +3 -13
- package/package.json +21 -21
- package/schematics/ngAdd/index.js +4 -4
|
@@ -28,7 +28,10 @@ export declare abstract class EditingDirectiveBase implements OnInit, OnDestroy
|
|
|
28
28
|
private defaultRemoveConfirmation;
|
|
29
29
|
/**
|
|
30
30
|
* A function that is called to confirm if the `dataItem` will be removed.
|
|
31
|
-
*
|
|
31
|
+
* By default, the Grid displays its built-in confirmation dialog. To use a custom dialog, provide a `RemoveConfirmationCallback` function.
|
|
32
|
+
* To prevent showing a confirmation dialog, set the `removeConfirmation` property to `false`.
|
|
33
|
+
*
|
|
34
|
+
* @default true
|
|
32
35
|
*/
|
|
33
36
|
removeConfirmation: boolean | RemoveConfirmationCallback;
|
|
34
37
|
protected subscriptions: Subscription;
|
|
@@ -55,9 +55,12 @@ export class EditingDirectiveBase {
|
|
|
55
55
|
};
|
|
56
56
|
/**
|
|
57
57
|
* A function that is called to confirm if the `dataItem` will be removed.
|
|
58
|
-
*
|
|
58
|
+
* By default, the Grid displays its built-in confirmation dialog. To use a custom dialog, provide a `RemoveConfirmationCallback` function.
|
|
59
|
+
* To prevent showing a confirmation dialog, set the `removeConfirmation` property to `false`.
|
|
60
|
+
*
|
|
61
|
+
* @default true
|
|
59
62
|
*/
|
|
60
|
-
removeConfirmation =
|
|
63
|
+
removeConfirmation = true;
|
|
61
64
|
subscriptions = new Subscription();
|
|
62
65
|
defaultEditService;
|
|
63
66
|
userEditService;
|
|
@@ -469,8 +469,8 @@ export class GridComponent {
|
|
|
469
469
|
return this._rowReorderable;
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
|
-
*
|
|
473
|
-
* By default, navigation is
|
|
472
|
+
* When the keyboard navigation is enabled, the user can use dedicated shortcuts to interact with the Grid.
|
|
473
|
+
* By default, navigation is enabled. To disable it altogether, and include the Grid content in the normal tab sequence, set the property to `false`.
|
|
474
474
|
* To enable navigation through separate Grid sections only, provide a [`GridNavigableSection`]({% slug api_grid_gridnavigablesection %}) array.
|
|
475
475
|
*/
|
|
476
476
|
set navigable(value) {
|
|
@@ -487,20 +487,6 @@ export class GridComponent {
|
|
|
487
487
|
get navigable() {
|
|
488
488
|
return this._navigable;
|
|
489
489
|
}
|
|
490
|
-
/**
|
|
491
|
-
* @hidden
|
|
492
|
-
*
|
|
493
|
-
* An alias for `navigable` for users who migrate from Kendo UI for jQuery.
|
|
494
|
-
*/
|
|
495
|
-
set navigatable(value) {
|
|
496
|
-
this.navigable = value;
|
|
497
|
-
}
|
|
498
|
-
/**
|
|
499
|
-
* @hidden
|
|
500
|
-
*/
|
|
501
|
-
get navigatable() {
|
|
502
|
-
return this.navigable;
|
|
503
|
-
}
|
|
504
490
|
/**
|
|
505
491
|
* Indicates whether the Grid columns will be resized during initialization so that
|
|
506
492
|
* they fit their headers and row content.
|
|
@@ -996,7 +982,7 @@ export class GridComponent {
|
|
|
996
982
|
_rowReorderable = false;
|
|
997
983
|
leafViewportColumns;
|
|
998
984
|
viewportColumns;
|
|
999
|
-
_navigable = [];
|
|
985
|
+
_navigable = ['table', 'pager', 'toolbar'];
|
|
1000
986
|
_size = 'medium';
|
|
1001
987
|
_loading = false;
|
|
1002
988
|
get isVirtual() {
|
|
@@ -2312,7 +2298,7 @@ export class GridComponent {
|
|
|
2312
2298
|
this.dropTargetContainer?.notify();
|
|
2313
2299
|
}
|
|
2314
2300
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridComponent, deps: [{ token: i1.BrowserSupportService }, { token: i2.SelectionService }, { token: i3.CellSelectionService }, { token: i0.ElementRef }, { token: i4.GroupInfoService }, { token: i5.GroupsService }, { token: i6.ChangeNotificationService }, { token: i7.DetailsService }, { token: i8.EditService }, { token: i9.FilterService }, { token: i10.PDFService }, { token: i11.ResponsiveService }, { token: i0.Renderer2 }, { token: i12.ExcelService }, { token: i0.NgZone }, { token: i13.ScrollSyncService }, { token: i14.DomEventsService }, { token: i15.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i16.ColumnReorderService }, { token: i17.ColumnInfoService }, { token: i18.NavigationService }, { token: i19.SortService }, { token: i20.ScrollRequestService }, { token: i21.LocalizationService }, { token: i22.ContextService }, { token: i23.SizingOptionsService }, { token: i24.AdaptiveService }, { token: i25.AdaptiveGridService }, { token: i26.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2315
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GridComponent, isStandalone: true, selector: "kendo-grid", inputs: { data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", adaptiveMode: "adaptiveMode", detailRowHeight: "detailRowHeight", skip: "skip", scrollable: "scrollable", selectable: "selectable", sort: "sort", size: "size", trackBy: "trackBy", filter: "filter", group: "group", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", groupable: "groupable", gridResizable: "gridResizable", rowReorderable: "rowReorderable", navigable: "navigable",
|
|
2301
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GridComponent, isStandalone: true, selector: "kendo-grid", inputs: { data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", adaptiveMode: "adaptiveMode", detailRowHeight: "detailRowHeight", skip: "skip", scrollable: "scrollable", selectable: "selectable", sort: "sort", size: "size", trackBy: "trackBy", filter: "filter", group: "group", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", groupable: "groupable", gridResizable: "gridResizable", rowReorderable: "rowReorderable", navigable: "navigable", autoSize: "autoSize", rowClass: "rowClass", rowSticky: "rowSticky", rowSelected: "rowSelected", isRowSelectable: "isRowSelectable", cellSelected: "cellSelected", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", showInactiveTools: "showInactiveTools", isDetailExpanded: "isDetailExpanded", isGroupExpanded: "isGroupExpanded" }, outputs: { filterChange: "filterChange", pageChange: "pageChange", groupChange: "groupChange", sortChange: "sortChange", selectionChange: "selectionChange", rowReorder: "rowReorder", dataStateChange: "dataStateChange", gridStateChange: "gridStateChange", groupExpand: "groupExpand", groupCollapse: "groupCollapse", detailExpand: "detailExpand", detailCollapse: "detailCollapse", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", columnStickyChange: "columnStickyChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClass", "class.k-grid-sm": "this.sizeSmallClass", "class.k-grid-md": "this.sizeMediumClass", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass", "class.k-grid-resizable": "this.isResizable", "style.minWidth": "this.minWidth", "style.maxWidth": "this.maxWidth", "style.minHeight": "this.minHeight", "style.maxHeight": "this.maxHeight" } }, providers: [
|
|
2316
2302
|
BrowserSupportService,
|
|
2317
2303
|
LocalizationService,
|
|
2318
2304
|
ColumnInfoService,
|
|
@@ -3965,8 +3951,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3965
3951
|
type: Input
|
|
3966
3952
|
}], navigable: [{
|
|
3967
3953
|
type: Input
|
|
3968
|
-
}], navigatable: [{
|
|
3969
|
-
type: Input
|
|
3970
3954
|
}], autoSize: [{
|
|
3971
3955
|
type: Input
|
|
3972
3956
|
}], rowClass: [{
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.0.0-develop.
|
|
13
|
+
publishDate: 1747414852,
|
|
14
|
+
version: '19.0.0-develop.22',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -20421,8 +20421,8 @@ const packageMetadata = {
|
|
|
20421
20421
|
productName: 'Kendo UI for Angular',
|
|
20422
20422
|
productCode: 'KENDOUIANGULAR',
|
|
20423
20423
|
productCodes: ['KENDOUIANGULAR'],
|
|
20424
|
-
publishDate:
|
|
20425
|
-
version: '19.0.0-develop.
|
|
20424
|
+
publishDate: 1747414852,
|
|
20425
|
+
version: '19.0.0-develop.22',
|
|
20426
20426
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
20427
20427
|
};
|
|
20428
20428
|
|
|
@@ -26470,8 +26470,8 @@ class GridComponent {
|
|
|
26470
26470
|
return this._rowReorderable;
|
|
26471
26471
|
}
|
|
26472
26472
|
/**
|
|
26473
|
-
*
|
|
26474
|
-
* By default, navigation is
|
|
26473
|
+
* When the keyboard navigation is enabled, the user can use dedicated shortcuts to interact with the Grid.
|
|
26474
|
+
* By default, navigation is enabled. To disable it altogether, and include the Grid content in the normal tab sequence, set the property to `false`.
|
|
26475
26475
|
* To enable navigation through separate Grid sections only, provide a [`GridNavigableSection`]({% slug api_grid_gridnavigablesection %}) array.
|
|
26476
26476
|
*/
|
|
26477
26477
|
set navigable(value) {
|
|
@@ -26488,20 +26488,6 @@ class GridComponent {
|
|
|
26488
26488
|
get navigable() {
|
|
26489
26489
|
return this._navigable;
|
|
26490
26490
|
}
|
|
26491
|
-
/**
|
|
26492
|
-
* @hidden
|
|
26493
|
-
*
|
|
26494
|
-
* An alias for `navigable` for users who migrate from Kendo UI for jQuery.
|
|
26495
|
-
*/
|
|
26496
|
-
set navigatable(value) {
|
|
26497
|
-
this.navigable = value;
|
|
26498
|
-
}
|
|
26499
|
-
/**
|
|
26500
|
-
* @hidden
|
|
26501
|
-
*/
|
|
26502
|
-
get navigatable() {
|
|
26503
|
-
return this.navigable;
|
|
26504
|
-
}
|
|
26505
26491
|
/**
|
|
26506
26492
|
* Indicates whether the Grid columns will be resized during initialization so that
|
|
26507
26493
|
* they fit their headers and row content.
|
|
@@ -26997,7 +26983,7 @@ class GridComponent {
|
|
|
26997
26983
|
_rowReorderable = false;
|
|
26998
26984
|
leafViewportColumns;
|
|
26999
26985
|
viewportColumns;
|
|
27000
|
-
_navigable = [];
|
|
26986
|
+
_navigable = ['table', 'pager', 'toolbar'];
|
|
27001
26987
|
_size = 'medium';
|
|
27002
26988
|
_loading = false;
|
|
27003
26989
|
get isVirtual() {
|
|
@@ -28313,7 +28299,7 @@ class GridComponent {
|
|
|
28313
28299
|
this.dropTargetContainer?.notify();
|
|
28314
28300
|
}
|
|
28315
28301
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridComponent, deps: [{ token: BrowserSupportService }, { token: SelectionService }, { token: CellSelectionService }, { token: i0.ElementRef }, { token: GroupInfoService }, { token: GroupsService }, { token: ChangeNotificationService }, { token: DetailsService }, { token: EditService }, { token: FilterService }, { token: PDFService }, { token: ResponsiveService }, { token: i0.Renderer2 }, { token: ExcelService }, { token: i0.NgZone }, { token: ScrollSyncService }, { token: DomEventsService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: ColumnReorderService }, { token: ColumnInfoService }, { token: NavigationService }, { token: SortService }, { token: ScrollRequestService }, { token: i1$2.LocalizationService }, { token: ContextService }, { token: SizingOptionsService }, { token: i2.AdaptiveService }, { token: AdaptiveGridService }, { token: RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
28316
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GridComponent, isStandalone: true, selector: "kendo-grid", inputs: { data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", adaptiveMode: "adaptiveMode", detailRowHeight: "detailRowHeight", skip: "skip", scrollable: "scrollable", selectable: "selectable", sort: "sort", size: "size", trackBy: "trackBy", filter: "filter", group: "group", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", groupable: "groupable", gridResizable: "gridResizable", rowReorderable: "rowReorderable", navigable: "navigable",
|
|
28302
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GridComponent, isStandalone: true, selector: "kendo-grid", inputs: { data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", adaptiveMode: "adaptiveMode", detailRowHeight: "detailRowHeight", skip: "skip", scrollable: "scrollable", selectable: "selectable", sort: "sort", size: "size", trackBy: "trackBy", filter: "filter", group: "group", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", groupable: "groupable", gridResizable: "gridResizable", rowReorderable: "rowReorderable", navigable: "navigable", autoSize: "autoSize", rowClass: "rowClass", rowSticky: "rowSticky", rowSelected: "rowSelected", isRowSelectable: "isRowSelectable", cellSelected: "cellSelected", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", showInactiveTools: "showInactiveTools", isDetailExpanded: "isDetailExpanded", isGroupExpanded: "isGroupExpanded" }, outputs: { filterChange: "filterChange", pageChange: "pageChange", groupChange: "groupChange", sortChange: "sortChange", selectionChange: "selectionChange", rowReorder: "rowReorder", dataStateChange: "dataStateChange", gridStateChange: "gridStateChange", groupExpand: "groupExpand", groupCollapse: "groupCollapse", detailExpand: "detailExpand", detailCollapse: "detailCollapse", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", columnStickyChange: "columnStickyChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClass", "class.k-grid-sm": "this.sizeSmallClass", "class.k-grid-md": "this.sizeMediumClass", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass", "class.k-grid-resizable": "this.isResizable", "style.minWidth": "this.minWidth", "style.maxWidth": "this.maxWidth", "style.minHeight": "this.minHeight", "style.maxHeight": "this.maxHeight" } }, providers: [
|
|
28317
28303
|
BrowserSupportService,
|
|
28318
28304
|
LocalizationService,
|
|
28319
28305
|
ColumnInfoService,
|
|
@@ -29966,8 +29952,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
29966
29952
|
type: Input
|
|
29967
29953
|
}], navigable: [{
|
|
29968
29954
|
type: Input
|
|
29969
|
-
}], navigatable: [{
|
|
29970
|
-
type: Input
|
|
29971
29955
|
}], autoSize: [{
|
|
29972
29956
|
type: Input
|
|
29973
29957
|
}], rowClass: [{
|
|
@@ -30504,9 +30488,12 @@ class EditingDirectiveBase {
|
|
|
30504
30488
|
};
|
|
30505
30489
|
/**
|
|
30506
30490
|
* A function that is called to confirm if the `dataItem` will be removed.
|
|
30507
|
-
*
|
|
30491
|
+
* By default, the Grid displays its built-in confirmation dialog. To use a custom dialog, provide a `RemoveConfirmationCallback` function.
|
|
30492
|
+
* To prevent showing a confirmation dialog, set the `removeConfirmation` property to `false`.
|
|
30493
|
+
*
|
|
30494
|
+
* @default true
|
|
30508
30495
|
*/
|
|
30509
|
-
removeConfirmation =
|
|
30496
|
+
removeConfirmation = true;
|
|
30510
30497
|
subscriptions = new Subscription();
|
|
30511
30498
|
defaultEditService;
|
|
30512
30499
|
userEditService;
|
package/grid.component.d.ts
CHANGED
|
@@ -309,22 +309,12 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
309
309
|
set rowReorderable(value: boolean);
|
|
310
310
|
get rowReorderable(): boolean;
|
|
311
311
|
/**
|
|
312
|
-
*
|
|
313
|
-
* By default, navigation is
|
|
312
|
+
* When the keyboard navigation is enabled, the user can use dedicated shortcuts to interact with the Grid.
|
|
313
|
+
* By default, navigation is enabled. To disable it altogether, and include the Grid content in the normal tab sequence, set the property to `false`.
|
|
314
314
|
* To enable navigation through separate Grid sections only, provide a [`GridNavigableSection`]({% slug api_grid_gridnavigablesection %}) array.
|
|
315
315
|
*/
|
|
316
316
|
set navigable(value: GridNavigableSettings);
|
|
317
317
|
get navigable(): GridNavigableSettings;
|
|
318
|
-
/**
|
|
319
|
-
* @hidden
|
|
320
|
-
*
|
|
321
|
-
* An alias for `navigable` for users who migrate from Kendo UI for jQuery.
|
|
322
|
-
*/
|
|
323
|
-
set navigatable(value: GridNavigableSettings);
|
|
324
|
-
/**
|
|
325
|
-
* @hidden
|
|
326
|
-
*/
|
|
327
|
-
get navigatable(): GridNavigableSettings;
|
|
328
318
|
/**
|
|
329
319
|
* Indicates whether the Grid columns will be resized during initialization so that
|
|
330
320
|
* they fit their headers and row content.
|
|
@@ -990,5 +980,5 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
990
980
|
private shouldResetSelection;
|
|
991
981
|
private notifyReorderContainers;
|
|
992
982
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
993
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "adaptiveMode": { "alias": "adaptiveMode"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "gridResizable": { "alias": "gridResizable"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "
|
|
983
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "adaptiveMode": { "alias": "adaptiveMode"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "gridResizable": { "alias": "gridResizable"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "rowSticky": { "alias": "rowSticky"; "required": false; }; "rowSelected": { "alias": "rowSelected"; "required": false; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; }; "cellSelected": { "alias": "cellSelected"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showInactiveTools": { "alias": "showInactiveTools"; "required": false; }; "isDetailExpanded": { "alias": "isDetailExpanded"; "required": false; }; "isGroupExpanded": { "alias": "isGroupExpanded"; "required": false; }; }, { "filterChange": "filterChange"; "pageChange": "pageChange"; "groupChange": "groupChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "rowReorder": "rowReorder"; "dataStateChange": "dataStateChange"; "gridStateChange": "gridStateChange"; "groupExpand": "groupExpand"; "groupCollapse": "groupCollapse"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "columnStickyChange": "columnStickyChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; }, ["columns", "detailTemplateChildren", "cellLoadingTemplateChildren", "loadingTemplateChildren", "statusBarTemplateChildren", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
|
|
994
984
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "19.0.0-develop.
|
|
3
|
+
"version": "19.0.0-develop.22",
|
|
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",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"package": {
|
|
27
27
|
"productName": "Kendo UI for Angular",
|
|
28
28
|
"productCode": "KENDOUIANGULAR",
|
|
29
|
-
"publishDate":
|
|
29
|
+
"publishDate": 1747414852,
|
|
30
30
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
@@ -39,29 +39,29 @@
|
|
|
39
39
|
"@progress/kendo-data-query": "^1.0.0",
|
|
40
40
|
"@progress/kendo-drawing": "^1.21.0",
|
|
41
41
|
"@progress/kendo-licensing": "^1.5.0",
|
|
42
|
-
"@progress/kendo-angular-buttons": "19.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-common": "19.0.0-develop.
|
|
44
|
-
"@progress/kendo-angular-dateinputs": "19.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-layout": "19.0.0-develop.
|
|
46
|
-
"@progress/kendo-angular-navigation": "19.0.0-develop.
|
|
47
|
-
"@progress/kendo-angular-dropdowns": "19.0.0-develop.
|
|
48
|
-
"@progress/kendo-angular-excel-export": "19.0.0-develop.
|
|
49
|
-
"@progress/kendo-angular-icons": "19.0.0-develop.
|
|
50
|
-
"@progress/kendo-angular-inputs": "19.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-indicators": "19.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-intl": "19.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-l10n": "19.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-label": "19.0.0-develop.
|
|
55
|
-
"@progress/kendo-angular-pager": "19.0.0-develop.
|
|
56
|
-
"@progress/kendo-angular-pdf-export": "19.0.0-develop.
|
|
57
|
-
"@progress/kendo-angular-popup": "19.0.0-develop.
|
|
58
|
-
"@progress/kendo-angular-toolbar": "19.0.0-develop.
|
|
59
|
-
"@progress/kendo-angular-utils": "19.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-buttons": "19.0.0-develop.22",
|
|
43
|
+
"@progress/kendo-angular-common": "19.0.0-develop.22",
|
|
44
|
+
"@progress/kendo-angular-dateinputs": "19.0.0-develop.22",
|
|
45
|
+
"@progress/kendo-angular-layout": "19.0.0-develop.22",
|
|
46
|
+
"@progress/kendo-angular-navigation": "19.0.0-develop.22",
|
|
47
|
+
"@progress/kendo-angular-dropdowns": "19.0.0-develop.22",
|
|
48
|
+
"@progress/kendo-angular-excel-export": "19.0.0-develop.22",
|
|
49
|
+
"@progress/kendo-angular-icons": "19.0.0-develop.22",
|
|
50
|
+
"@progress/kendo-angular-inputs": "19.0.0-develop.22",
|
|
51
|
+
"@progress/kendo-angular-indicators": "19.0.0-develop.22",
|
|
52
|
+
"@progress/kendo-angular-intl": "19.0.0-develop.22",
|
|
53
|
+
"@progress/kendo-angular-l10n": "19.0.0-develop.22",
|
|
54
|
+
"@progress/kendo-angular-label": "19.0.0-develop.22",
|
|
55
|
+
"@progress/kendo-angular-pager": "19.0.0-develop.22",
|
|
56
|
+
"@progress/kendo-angular-pdf-export": "19.0.0-develop.22",
|
|
57
|
+
"@progress/kendo-angular-popup": "19.0.0-develop.22",
|
|
58
|
+
"@progress/kendo-angular-toolbar": "19.0.0-develop.22",
|
|
59
|
+
"@progress/kendo-angular-utils": "19.0.0-develop.22",
|
|
60
60
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"tslib": "^2.3.1",
|
|
64
|
-
"@progress/kendo-angular-schematics": "19.0.0-develop.
|
|
64
|
+
"@progress/kendo-angular-schematics": "19.0.0-develop.22",
|
|
65
65
|
"@progress/kendo-common": "^1.0.1",
|
|
66
66
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
67
67
|
},
|
|
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '19.0.0-develop.
|
|
8
|
-
'@progress/kendo-angular-navigation': '19.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '19.0.0-develop.22',
|
|
8
|
+
'@progress/kendo-angular-navigation': '19.0.0-develop.22',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '19.0.0-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '19.0.0-develop.22',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '19.0.0-develop.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '19.0.0-develop.22'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|