@progress/kendo-angular-grid 24.0.3 → 24.1.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +410 -1839
- package/fesm2022/progress-kendo-angular-grid.mjs +7 -3
- package/package-metadata.mjs +2 -2
- package/package.json +29 -29
- package/schematics/ngAdd/index.js +7 -7
|
@@ -24800,8 +24800,8 @@ const packageMetadata = {
|
|
|
24800
24800
|
productName: 'Kendo UI for Angular',
|
|
24801
24801
|
productCode: 'KENDOUIANGULAR',
|
|
24802
24802
|
productCodes: ['KENDOUIANGULAR'],
|
|
24803
|
-
publishDate:
|
|
24804
|
-
version: '24.0.
|
|
24803
|
+
publishDate: 1780513821,
|
|
24804
|
+
version: '24.1.0-develop.1',
|
|
24805
24805
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
24806
24806
|
};
|
|
24807
24807
|
|
|
@@ -27425,6 +27425,9 @@ class ScrollerService {
|
|
|
27425
27425
|
if (!isDocumentAvailable() || (this.lastScrollTop === scrollTop)) {
|
|
27426
27426
|
return;
|
|
27427
27427
|
}
|
|
27428
|
+
if (!this.rowHeightService) {
|
|
27429
|
+
return;
|
|
27430
|
+
}
|
|
27428
27431
|
const up = this.lastScrollTop >= scrollTop;
|
|
27429
27432
|
const down = !up;
|
|
27430
27433
|
this.lastScrollTop = scrollTop;
|
|
@@ -31077,11 +31080,12 @@ class ListComponent {
|
|
|
31077
31080
|
[isLocked]="isLocked">
|
|
31078
31081
|
</div>
|
|
31079
31082
|
}
|
|
31080
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: TableDirective, selector: "[kendoGridResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "directive", type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "rowsToRender", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass", "rowHeight", "detailRowHeight", "isPinContainer", "pinPosition"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { kind: "component", type: StickyGroupContainerComponent, selector: "[kendoGridStickyGroupContainer]", inputs: ["position", "columns", "lockedColumns", "groups", "detailTemplate", "totalColumnsCount", "hasGroupHeaderColumn", "groupHeaderColumns", "tableWidth", "lockedWidth", "isLocked"] }] });
|
|
31083
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: TableDirective, selector: "[kendoGridResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "directive", type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "rowsToRender", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass", "rowHeight", "detailRowHeight", "isPinContainer", "pinPosition"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { kind: "component", type: StickyGroupContainerComponent, selector: "[kendoGridStickyGroupContainer]", inputs: ["position", "columns", "lockedColumns", "groups", "detailTemplate", "totalColumnsCount", "hasGroupHeaderColumn", "groupHeaderColumns", "tableWidth", "lockedWidth", "isLocked"] }], changeDetection: i0.ChangeDetectionStrategy.Default });
|
|
31081
31084
|
}
|
|
31082
31085
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: ListComponent, decorators: [{
|
|
31083
31086
|
type: Component,
|
|
31084
31087
|
args: [{
|
|
31088
|
+
changeDetection: ChangeDetectionStrategy.Default,
|
|
31085
31089
|
providers: [
|
|
31086
31090
|
{
|
|
31087
31091
|
provide: SCROLLER_FACTORY_TOKEN,
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.
|
|
10
|
+
"publishDate": 1780513821,
|
|
11
|
+
"version": "24.1.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": "24.0.
|
|
3
|
+
"version": "24.1.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",
|
|
@@ -94,45 +94,45 @@
|
|
|
94
94
|
"package": {
|
|
95
95
|
"productName": "Kendo UI for Angular",
|
|
96
96
|
"productCode": "KENDOUIANGULAR",
|
|
97
|
-
"publishDate":
|
|
97
|
+
"publishDate": 1780513821,
|
|
98
98
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
|
-
"@angular/animations": "19 -
|
|
103
|
-
"@angular/common": "19 -
|
|
104
|
-
"@angular/core": "19 -
|
|
105
|
-
"@angular/forms": "19 -
|
|
106
|
-
"@angular/platform-browser": "19 -
|
|
102
|
+
"@angular/animations": "19 - 22",
|
|
103
|
+
"@angular/common": "19 - 22",
|
|
104
|
+
"@angular/core": "19 - 22",
|
|
105
|
+
"@angular/forms": "19 - 22",
|
|
106
|
+
"@angular/platform-browser": "19 - 22",
|
|
107
107
|
"@progress/kendo-data-query": "^1.7.3",
|
|
108
108
|
"@progress/kendo-drawing": "^1.25.0",
|
|
109
109
|
"@progress/kendo-licensing": "^1.11.0",
|
|
110
|
-
"@progress/kendo-angular-buttons": "24.0.
|
|
111
|
-
"@progress/kendo-angular-common": "24.0.
|
|
112
|
-
"@progress/kendo-angular-dateinputs": "24.0.
|
|
113
|
-
"@progress/kendo-angular-layout": "24.0.
|
|
114
|
-
"@progress/kendo-angular-navigation": "24.0.
|
|
115
|
-
"@progress/kendo-angular-dropdowns": "24.0.
|
|
116
|
-
"@progress/kendo-angular-excel-export": "24.0.
|
|
117
|
-
"@progress/kendo-angular-icons": "24.0.
|
|
118
|
-
"@progress/kendo-angular-indicators": "24.0.
|
|
119
|
-
"@progress/kendo-angular-inputs": "24.0.
|
|
120
|
-
"@progress/kendo-angular-conversational-ui": "24.0.
|
|
121
|
-
"@progress/kendo-angular-intl": "24.0.
|
|
122
|
-
"@progress/kendo-angular-l10n": "24.0.
|
|
123
|
-
"@progress/kendo-angular-label": "24.0.
|
|
124
|
-
"@progress/kendo-angular-menu": "24.0.
|
|
125
|
-
"@progress/kendo-angular-pager": "24.0.
|
|
126
|
-
"@progress/kendo-angular-pdf-export": "24.0.
|
|
127
|
-
"@progress/kendo-angular-popup": "24.0.
|
|
128
|
-
"@progress/kendo-angular-toolbar": "24.0.
|
|
129
|
-
"@progress/kendo-angular-upload": "24.0.
|
|
130
|
-
"@progress/kendo-angular-utils": "24.0.
|
|
110
|
+
"@progress/kendo-angular-buttons": "24.1.0-develop.1",
|
|
111
|
+
"@progress/kendo-angular-common": "24.1.0-develop.1",
|
|
112
|
+
"@progress/kendo-angular-dateinputs": "24.1.0-develop.1",
|
|
113
|
+
"@progress/kendo-angular-layout": "24.1.0-develop.1",
|
|
114
|
+
"@progress/kendo-angular-navigation": "24.1.0-develop.1",
|
|
115
|
+
"@progress/kendo-angular-dropdowns": "24.1.0-develop.1",
|
|
116
|
+
"@progress/kendo-angular-excel-export": "24.1.0-develop.1",
|
|
117
|
+
"@progress/kendo-angular-icons": "24.1.0-develop.1",
|
|
118
|
+
"@progress/kendo-angular-indicators": "24.1.0-develop.1",
|
|
119
|
+
"@progress/kendo-angular-inputs": "24.1.0-develop.1",
|
|
120
|
+
"@progress/kendo-angular-conversational-ui": "24.1.0-develop.1",
|
|
121
|
+
"@progress/kendo-angular-intl": "24.1.0-develop.1",
|
|
122
|
+
"@progress/kendo-angular-l10n": "24.1.0-develop.1",
|
|
123
|
+
"@progress/kendo-angular-label": "24.1.0-develop.1",
|
|
124
|
+
"@progress/kendo-angular-menu": "24.1.0-develop.1",
|
|
125
|
+
"@progress/kendo-angular-pager": "24.1.0-develop.1",
|
|
126
|
+
"@progress/kendo-angular-pdf-export": "24.1.0-develop.1",
|
|
127
|
+
"@progress/kendo-angular-popup": "24.1.0-develop.1",
|
|
128
|
+
"@progress/kendo-angular-toolbar": "24.1.0-develop.1",
|
|
129
|
+
"@progress/kendo-angular-upload": "24.1.0-develop.1",
|
|
130
|
+
"@progress/kendo-angular-utils": "24.1.0-develop.1",
|
|
131
131
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"tslib": "^2.3.1",
|
|
135
|
-
"@progress/kendo-angular-schematics": "24.0.
|
|
135
|
+
"@progress/kendo-angular-schematics": "24.1.0-develop.1",
|
|
136
136
|
"@progress/kendo-common": "^1.0.1",
|
|
137
137
|
"@progress/kendo-file-saver": "^1.0.0",
|
|
138
138
|
"@progress/kendo-csv": "^1.0.0"
|
|
@@ -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': '24.0.
|
|
13
|
-
'@progress/kendo-angular-navigation': '24.0.
|
|
12
|
+
'@progress/kendo-angular-treeview': '24.1.0-develop.1',
|
|
13
|
+
'@progress/kendo-angular-navigation': '24.1.0-develop.1',
|
|
14
14
|
// peer dependency of kendo-angular-inputs
|
|
15
|
-
'@progress/kendo-angular-dialog': '24.0.
|
|
15
|
+
'@progress/kendo-angular-dialog': '24.1.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': '24.0.
|
|
19
|
+
'@progress/kendo-angular-progressbar': '24.1.0-develop.1',
|
|
20
20
|
// transitive peer dependencies from toolbar
|
|
21
|
-
'@progress/kendo-angular-indicators': '24.0.
|
|
21
|
+
'@progress/kendo-angular-indicators': '24.1.0-develop.1',
|
|
22
22
|
// transitive peer dependencies from conversational-ui
|
|
23
|
-
'@progress/kendo-angular-menu': '24.0.
|
|
24
|
-
'@progress/kendo-angular-upload': '24.0.
|
|
23
|
+
'@progress/kendo-angular-menu': '24.1.0-develop.1',
|
|
24
|
+
'@progress/kendo-angular-upload': '24.1.0-develop.1'
|
|
25
25
|
} });
|
|
26
26
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
27
27
|
}
|