@progress/kendo-angular-grid 18.1.0-develop.28 → 18.1.0-develop.3
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/column-resizing/column-handle.directive.d.ts +0 -13
- package/column-resizing/column-resizing.service.d.ts +1 -5
- package/columns/column-base.d.ts +0 -12
- package/columns/column.component.d.ts +2 -3
- package/esm2022/column-resizing/column-handle.directive.mjs +36 -217
- package/esm2022/column-resizing/column-resizing.service.mjs +1 -16
- package/esm2022/column-resizing/table.directive.mjs +1 -1
- package/esm2022/columns/column-base.mjs +0 -12
- package/esm2022/columns/column.component.mjs +0 -4
- package/esm2022/grid.component.mjs +5 -49
- package/esm2022/navigation/navigation.service.mjs +3 -20
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/rendering/header/header.component.mjs +5 -2
- package/esm2022/utils.mjs +0 -4
- package/fesm2022/progress-kendo-angular-grid.mjs +52 -326
- package/grid.component.d.ts +1 -12
- package/index.d.ts +0 -1
- package/package.json +20 -20
- package/rendering/header/header.component.d.ts +1 -0
- package/schematics/ngAdd/index.js +4 -4
- package/utils.d.ts +0 -4
- package/common/resizable-settings.d.ts +0 -25
- package/esm2022/common/resizable-settings.mjs +0 -8
package/index.d.ts
CHANGED
|
@@ -65,7 +65,6 @@ export { GroupHeaderTemplateDirective } from './grouping/group-header-template.d
|
|
|
65
65
|
export { GroupHeaderColumnTemplateDirective } from './grouping/group-header-column-template.directive';
|
|
66
66
|
export { GroupFooterTemplateDirective } from './grouping/group-footer-template.directive';
|
|
67
67
|
export { PagerSettings, PagerPosition, PagerType, PageSizeItem } from './common/pager-settings';
|
|
68
|
-
export { GridResizableSettings } from './common/resizable-settings';
|
|
69
68
|
export { GridDataResult } from './data/data.collection';
|
|
70
69
|
export { PageChangeEvent, DataStateChangeEvent } from './data/change-event-args.interface';
|
|
71
70
|
export { DataItem } from './data/data-item.interface';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "18.1.0-develop.
|
|
3
|
+
"version": "18.1.0-develop.3",
|
|
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": 1738245965,
|
|
30
30
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
@@ -38,28 +38,28 @@
|
|
|
38
38
|
"@angular/platform-browser": "16 - 19",
|
|
39
39
|
"@progress/kendo-data-query": "^1.0.0",
|
|
40
40
|
"@progress/kendo-drawing": "^1.21.0",
|
|
41
|
-
"@progress/kendo-licensing": "^1.
|
|
42
|
-
"@progress/kendo-angular-buttons": "18.1.0-develop.
|
|
43
|
-
"@progress/kendo-angular-common": "18.1.0-develop.
|
|
44
|
-
"@progress/kendo-angular-dateinputs": "18.1.0-develop.
|
|
45
|
-
"@progress/kendo-angular-layout": "18.1.0-develop.
|
|
46
|
-
"@progress/kendo-angular-dropdowns": "18.1.0-develop.
|
|
47
|
-
"@progress/kendo-angular-excel-export": "18.1.0-develop.
|
|
48
|
-
"@progress/kendo-angular-icons": "18.1.0-develop.
|
|
49
|
-
"@progress/kendo-angular-inputs": "18.1.0-develop.
|
|
50
|
-
"@progress/kendo-angular-intl": "18.1.0-develop.
|
|
51
|
-
"@progress/kendo-angular-l10n": "18.1.0-develop.
|
|
52
|
-
"@progress/kendo-angular-label": "18.1.0-develop.
|
|
53
|
-
"@progress/kendo-angular-pager": "18.1.0-develop.
|
|
54
|
-
"@progress/kendo-angular-pdf-export": "18.1.0-develop.
|
|
55
|
-
"@progress/kendo-angular-popup": "18.1.0-develop.
|
|
56
|
-
"@progress/kendo-angular-toolbar": "18.1.0-develop.
|
|
57
|
-
"@progress/kendo-angular-utils": "18.1.0-develop.
|
|
41
|
+
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
+
"@progress/kendo-angular-buttons": "18.1.0-develop.3",
|
|
43
|
+
"@progress/kendo-angular-common": "18.1.0-develop.3",
|
|
44
|
+
"@progress/kendo-angular-dateinputs": "18.1.0-develop.3",
|
|
45
|
+
"@progress/kendo-angular-layout": "18.1.0-develop.3",
|
|
46
|
+
"@progress/kendo-angular-dropdowns": "18.1.0-develop.3",
|
|
47
|
+
"@progress/kendo-angular-excel-export": "18.1.0-develop.3",
|
|
48
|
+
"@progress/kendo-angular-icons": "18.1.0-develop.3",
|
|
49
|
+
"@progress/kendo-angular-inputs": "18.1.0-develop.3",
|
|
50
|
+
"@progress/kendo-angular-intl": "18.1.0-develop.3",
|
|
51
|
+
"@progress/kendo-angular-l10n": "18.1.0-develop.3",
|
|
52
|
+
"@progress/kendo-angular-label": "18.1.0-develop.3",
|
|
53
|
+
"@progress/kendo-angular-pager": "18.1.0-develop.3",
|
|
54
|
+
"@progress/kendo-angular-pdf-export": "18.1.0-develop.3",
|
|
55
|
+
"@progress/kendo-angular-popup": "18.1.0-develop.3",
|
|
56
|
+
"@progress/kendo-angular-toolbar": "18.1.0-develop.3",
|
|
57
|
+
"@progress/kendo-angular-utils": "18.1.0-develop.3",
|
|
58
58
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"tslib": "^2.3.1",
|
|
62
|
-
"@progress/kendo-angular-schematics": "18.1.0-develop.
|
|
62
|
+
"@progress/kendo-angular-schematics": "18.1.0-develop.3",
|
|
63
63
|
"@progress/kendo-common": "^1.0.1",
|
|
64
64
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
65
65
|
},
|
|
@@ -119,6 +119,7 @@ export declare class HeaderComponent implements AfterViewInit, OnInit, OnChanges
|
|
|
119
119
|
shouldActivate(column: ColumnBase): boolean;
|
|
120
120
|
isInteractive(column: ColumnComponent, prop: string): boolean;
|
|
121
121
|
isCheckboxColumn(column: any): boolean;
|
|
122
|
+
trackByIndex(index: number): number;
|
|
122
123
|
addStickyStyles(column: ColumnBase): {
|
|
123
124
|
[key: string]: any;
|
|
124
125
|
};
|
|
@@ -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': '18.1.0-develop.
|
|
8
|
-
'@progress/kendo-angular-navigation': '18.1.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '18.1.0-develop.3',
|
|
8
|
+
'@progress/kendo-angular-navigation': '18.1.0-develop.3',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '18.1.0-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '18.1.0-develop.3',
|
|
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': '18.1.0-develop.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '18.1.0-develop.3'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|
package/utils.d.ts
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* The size restrictions that will be applied to the resizable Grid.
|
|
7
|
-
*/
|
|
8
|
-
export interface GridResizableSettings {
|
|
9
|
-
/**
|
|
10
|
-
* Specifies the maximum width of the resizable Grid. Accepts all applicable string values for [`max-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/max-width).
|
|
11
|
-
*/
|
|
12
|
-
maxWidth?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Specifies the maximum height of the resizable Grid. Accepts all applicable string values for [`max-height`](https://developer.mozilla.org/en-US/docs/Web/CSS/max-height).
|
|
15
|
-
*/
|
|
16
|
-
maxHeight?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Specifies the minimum width of the resizable Grid. Accepts all applicable string values for [`min-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/min-width).
|
|
19
|
-
*/
|
|
20
|
-
minWidth?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Specifies the minimum height of the resizable Grid. Accepts all applicable string values for [`min-height`](https://developer.mozilla.org/en-US/docs/Web/CSS/min-height).
|
|
23
|
-
*/
|
|
24
|
-
minHeight?: string;
|
|
25
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* The size restrictions that will be applied to the resizable Grid.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|