@progress/kendo-angular-grid 20.1.0-develop.11 → 20.1.0-develop.13
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.
|
@@ -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: '20.1.0-develop.
|
|
13
|
+
publishDate: 1759829097,
|
|
14
|
+
version: '20.1.0-develop.13',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -864,7 +864,7 @@ export class ListComponent {
|
|
|
864
864
|
<div></div>
|
|
865
865
|
</div>
|
|
866
866
|
</div>
|
|
867
|
-
<div
|
|
867
|
+
<div
|
|
868
868
|
#container
|
|
869
869
|
class="k-grid-content k-virtual-content"
|
|
870
870
|
[kendoGridResizableContainer]="lockedLeafColumns.length > 0"
|
|
@@ -989,7 +989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
989
989
|
<div></div>
|
|
990
990
|
</div>
|
|
991
991
|
</div>
|
|
992
|
-
<div
|
|
992
|
+
<div
|
|
993
993
|
#container
|
|
994
994
|
class="k-grid-content k-virtual-content"
|
|
995
995
|
[kendoGridResizableContainer]="lockedLeafColumns.length > 0"
|
|
@@ -133,9 +133,6 @@ export class ScrollerService {
|
|
|
133
133
|
const lastItemIndex = this.rowHeightService.index(scrollTop + offsetHeight);
|
|
134
134
|
const overflow = Math.max(firstItemIndex + (this.virtualPageSize || this.take) - this.total, 0);
|
|
135
135
|
firstItemIndex = Math.max(firstItemIndex - overflow, 0);
|
|
136
|
-
if (lastItemIndex < this.lastLoaded) {
|
|
137
|
-
this.lastLoaded = lastItemIndex;
|
|
138
|
-
}
|
|
139
136
|
if (down) {
|
|
140
137
|
const atBottom = scrollHeight - clientHeight - scrollTop < SCROLL_BOTTOM_THRESHOLD;
|
|
141
138
|
if (atBottom) {
|
|
@@ -22418,8 +22418,8 @@ const packageMetadata = {
|
|
|
22418
22418
|
productName: 'Kendo UI for Angular',
|
|
22419
22419
|
productCode: 'KENDOUIANGULAR',
|
|
22420
22420
|
productCodes: ['KENDOUIANGULAR'],
|
|
22421
|
-
publishDate:
|
|
22422
|
-
version: '20.1.0-develop.
|
|
22421
|
+
publishDate: 1759829097,
|
|
22422
|
+
version: '20.1.0-develop.13',
|
|
22423
22423
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
22424
22424
|
};
|
|
22425
22425
|
|
|
@@ -24380,9 +24380,6 @@ class ScrollerService {
|
|
|
24380
24380
|
const lastItemIndex = this.rowHeightService.index(scrollTop + offsetHeight);
|
|
24381
24381
|
const overflow = Math.max(firstItemIndex + (this.virtualPageSize || this.take) - this.total, 0);
|
|
24382
24382
|
firstItemIndex = Math.max(firstItemIndex - overflow, 0);
|
|
24383
|
-
if (lastItemIndex < this.lastLoaded) {
|
|
24384
|
-
this.lastLoaded = lastItemIndex;
|
|
24385
|
-
}
|
|
24386
24383
|
if (down) {
|
|
24387
24384
|
const atBottom = scrollHeight - clientHeight - scrollTop < SCROLL_BOTTOM_THRESHOLD;
|
|
24388
24385
|
if (atBottom) {
|
|
@@ -25578,7 +25575,7 @@ class ListComponent {
|
|
|
25578
25575
|
<div></div>
|
|
25579
25576
|
</div>
|
|
25580
25577
|
</div>
|
|
25581
|
-
<div
|
|
25578
|
+
<div
|
|
25582
25579
|
#container
|
|
25583
25580
|
class="k-grid-content k-virtual-content"
|
|
25584
25581
|
[kendoGridResizableContainer]="lockedLeafColumns.length > 0"
|
|
@@ -25703,7 +25700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
25703
25700
|
<div></div>
|
|
25704
25701
|
</div>
|
|
25705
25702
|
</div>
|
|
25706
|
-
<div
|
|
25703
|
+
<div
|
|
25707
25704
|
#container
|
|
25708
25705
|
class="k-grid-content k-virtual-content"
|
|
25709
25706
|
[kendoGridResizableContainer]="lockedLeafColumns.length > 0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "20.1.0-develop.
|
|
3
|
+
"version": "20.1.0-develop.13",
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"package": {
|
|
42
42
|
"productName": "Kendo UI for Angular",
|
|
43
43
|
"productCode": "KENDOUIANGULAR",
|
|
44
|
-
"publishDate":
|
|
44
|
+
"publishDate": 1759829097,
|
|
45
45
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
@@ -54,29 +54,29 @@
|
|
|
54
54
|
"@progress/kendo-data-query": "^1.0.0",
|
|
55
55
|
"@progress/kendo-drawing": "^1.21.0",
|
|
56
56
|
"@progress/kendo-licensing": "^1.7.0",
|
|
57
|
-
"@progress/kendo-angular-buttons": "20.1.0-develop.
|
|
58
|
-
"@progress/kendo-angular-common": "20.1.0-develop.
|
|
59
|
-
"@progress/kendo-angular-dateinputs": "20.1.0-develop.
|
|
60
|
-
"@progress/kendo-angular-layout": "20.1.0-develop.
|
|
61
|
-
"@progress/kendo-angular-navigation": "20.1.0-develop.
|
|
62
|
-
"@progress/kendo-angular-dropdowns": "20.1.0-develop.
|
|
63
|
-
"@progress/kendo-angular-excel-export": "20.1.0-develop.
|
|
64
|
-
"@progress/kendo-angular-icons": "20.1.0-develop.
|
|
65
|
-
"@progress/kendo-angular-inputs": "20.1.0-develop.
|
|
66
|
-
"@progress/kendo-angular-conversational-ui": "20.1.0-develop.
|
|
67
|
-
"@progress/kendo-angular-intl": "20.1.0-develop.
|
|
68
|
-
"@progress/kendo-angular-l10n": "20.1.0-develop.
|
|
69
|
-
"@progress/kendo-angular-label": "20.1.0-develop.
|
|
70
|
-
"@progress/kendo-angular-pager": "20.1.0-develop.
|
|
71
|
-
"@progress/kendo-angular-pdf-export": "20.1.0-develop.
|
|
72
|
-
"@progress/kendo-angular-popup": "20.1.0-develop.
|
|
73
|
-
"@progress/kendo-angular-toolbar": "20.1.0-develop.
|
|
74
|
-
"@progress/kendo-angular-utils": "20.1.0-develop.
|
|
57
|
+
"@progress/kendo-angular-buttons": "20.1.0-develop.13",
|
|
58
|
+
"@progress/kendo-angular-common": "20.1.0-develop.13",
|
|
59
|
+
"@progress/kendo-angular-dateinputs": "20.1.0-develop.13",
|
|
60
|
+
"@progress/kendo-angular-layout": "20.1.0-develop.13",
|
|
61
|
+
"@progress/kendo-angular-navigation": "20.1.0-develop.13",
|
|
62
|
+
"@progress/kendo-angular-dropdowns": "20.1.0-develop.13",
|
|
63
|
+
"@progress/kendo-angular-excel-export": "20.1.0-develop.13",
|
|
64
|
+
"@progress/kendo-angular-icons": "20.1.0-develop.13",
|
|
65
|
+
"@progress/kendo-angular-inputs": "20.1.0-develop.13",
|
|
66
|
+
"@progress/kendo-angular-conversational-ui": "20.1.0-develop.13",
|
|
67
|
+
"@progress/kendo-angular-intl": "20.1.0-develop.13",
|
|
68
|
+
"@progress/kendo-angular-l10n": "20.1.0-develop.13",
|
|
69
|
+
"@progress/kendo-angular-label": "20.1.0-develop.13",
|
|
70
|
+
"@progress/kendo-angular-pager": "20.1.0-develop.13",
|
|
71
|
+
"@progress/kendo-angular-pdf-export": "20.1.0-develop.13",
|
|
72
|
+
"@progress/kendo-angular-popup": "20.1.0-develop.13",
|
|
73
|
+
"@progress/kendo-angular-toolbar": "20.1.0-develop.13",
|
|
74
|
+
"@progress/kendo-angular-utils": "20.1.0-develop.13",
|
|
75
75
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"tslib": "^2.3.1",
|
|
79
|
-
"@progress/kendo-angular-schematics": "20.1.0-develop.
|
|
79
|
+
"@progress/kendo-angular-schematics": "20.1.0-develop.13",
|
|
80
80
|
"@progress/kendo-common": "^1.0.1",
|
|
81
81
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
82
82
|
},
|
|
@@ -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': '20.1.0-develop.
|
|
8
|
-
'@progress/kendo-angular-navigation': '20.1.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '20.1.0-develop.13',
|
|
8
|
+
'@progress/kendo-angular-navigation': '20.1.0-develop.13',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '20.1.0-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '20.1.0-develop.13',
|
|
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': '20.1.0-develop.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '20.1.0-develop.13'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|