@progress/kendo-angular-treelist 21.2.0-develop.4 → 21.2.0-develop.6
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: '21.2.0-develop.
|
|
13
|
+
publishDate: 1764320232,
|
|
14
|
+
version: '21.2.0-develop.6',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -895,6 +895,9 @@ export class TreeListComponent {
|
|
|
895
895
|
if (!args.isDefaultPrevented()) {
|
|
896
896
|
this.changeDetectorRef.markForCheck();
|
|
897
897
|
this.view.clear();
|
|
898
|
+
if (this.lockedLeafColumns.length) {
|
|
899
|
+
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.changeNotification.notify());
|
|
900
|
+
}
|
|
898
901
|
this.expandStateChange.emit(args);
|
|
899
902
|
}
|
|
900
903
|
if (this.rowReorderable) {
|
|
@@ -49,8 +49,8 @@ const packageMetadata = {
|
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
|
-
publishDate:
|
|
53
|
-
version: '21.2.0-develop.
|
|
52
|
+
publishDate: 1764320232,
|
|
53
|
+
version: '21.2.0-develop.6',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -17478,6 +17478,9 @@ class TreeListComponent {
|
|
|
17478
17478
|
if (!args.isDefaultPrevented()) {
|
|
17479
17479
|
this.changeDetectorRef.markForCheck();
|
|
17480
17480
|
this.view.clear();
|
|
17481
|
+
if (this.lockedLeafColumns.length) {
|
|
17482
|
+
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.changeNotification.notify());
|
|
17483
|
+
}
|
|
17481
17484
|
this.expandStateChange.emit(args);
|
|
17482
17485
|
}
|
|
17483
17486
|
if (this.rowReorderable) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "21.2.0-develop.
|
|
3
|
+
"version": "21.2.0-develop.6",
|
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"package": {
|
|
25
25
|
"productName": "Kendo UI for Angular",
|
|
26
26
|
"productCode": "KENDOUIANGULAR",
|
|
27
|
-
"publishDate":
|
|
27
|
+
"publishDate": 1764320232,
|
|
28
28
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
"@progress/kendo-data-query": "^1.0.0",
|
|
38
38
|
"@progress/kendo-drawing": "^1.21.0",
|
|
39
39
|
"@progress/kendo-licensing": "^1.7.0",
|
|
40
|
-
"@progress/kendo-angular-buttons": "21.2.0-develop.
|
|
41
|
-
"@progress/kendo-angular-common": "21.2.0-develop.
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "21.2.0-develop.
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "21.2.0-develop.
|
|
44
|
-
"@progress/kendo-angular-excel-export": "21.2.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "21.2.0-develop.
|
|
46
|
-
"@progress/kendo-angular-inputs": "21.2.0-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "21.2.0-develop.
|
|
48
|
-
"@progress/kendo-angular-l10n": "21.2.0-develop.
|
|
49
|
-
"@progress/kendo-angular-label": "21.2.0-develop.
|
|
50
|
-
"@progress/kendo-angular-pager": "21.2.0-develop.
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "21.2.0-develop.
|
|
52
|
-
"@progress/kendo-angular-popup": "21.2.0-develop.
|
|
53
|
-
"@progress/kendo-angular-toolbar": "21.2.0-develop.
|
|
54
|
-
"@progress/kendo-angular-utils": "21.2.0-develop.
|
|
40
|
+
"@progress/kendo-angular-buttons": "21.2.0-develop.6",
|
|
41
|
+
"@progress/kendo-angular-common": "21.2.0-develop.6",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "21.2.0-develop.6",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "21.2.0-develop.6",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "21.2.0-develop.6",
|
|
45
|
+
"@progress/kendo-angular-icons": "21.2.0-develop.6",
|
|
46
|
+
"@progress/kendo-angular-inputs": "21.2.0-develop.6",
|
|
47
|
+
"@progress/kendo-angular-intl": "21.2.0-develop.6",
|
|
48
|
+
"@progress/kendo-angular-l10n": "21.2.0-develop.6",
|
|
49
|
+
"@progress/kendo-angular-label": "21.2.0-develop.6",
|
|
50
|
+
"@progress/kendo-angular-pager": "21.2.0-develop.6",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "21.2.0-develop.6",
|
|
52
|
+
"@progress/kendo-angular-popup": "21.2.0-develop.6",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "21.2.0-develop.6",
|
|
54
|
+
"@progress/kendo-angular-utils": "21.2.0-develop.6",
|
|
55
55
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"tslib": "^2.3.1",
|
|
59
|
-
"@progress/kendo-angular-schematics": "21.2.0-develop.
|
|
59
|
+
"@progress/kendo-angular-schematics": "21.2.0-develop.6",
|
|
60
60
|
"@progress/kendo-common": "^1.0.1",
|
|
61
61
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
62
62
|
},
|
|
@@ -9,13 +9,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
11
11
|
// peer dep of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '21.2.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '21.2.0-develop.6',
|
|
13
13
|
// peer dependency of kendo-angular-inputs
|
|
14
|
-
'@progress/kendo-angular-dialog': '21.2.0-develop.
|
|
14
|
+
'@progress/kendo-angular-dialog': '21.2.0-develop.6',
|
|
15
15
|
// peer dependency of kendo-angular-icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dependency of kendo-angular-dateinputs
|
|
18
|
-
'@progress/kendo-angular-navigation': '21.2.0-develop.
|
|
18
|
+
'@progress/kendo-angular-navigation': '21.2.0-develop.6',
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|