@progress/kendo-angular-treelist 21.4.0-develop.4 → 21.4.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.4.0-develop.
|
|
13
|
+
publishDate: 1766076544,
|
|
14
|
+
version: '21.4.0-develop.6',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -615,6 +615,7 @@ export class ListComponent {
|
|
|
615
615
|
class="k-grid-content k-virtual-content"
|
|
616
616
|
[kendoTreeListResizableContainer]="lockedLeafColumns.length > 0"
|
|
617
617
|
[lockedWidth]="lockedWidth + 1"
|
|
618
|
+
tabindex="-1"
|
|
618
619
|
>
|
|
619
620
|
<div role="presentation">
|
|
620
621
|
<table
|
|
@@ -731,6 +732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
731
732
|
class="k-grid-content k-virtual-content"
|
|
732
733
|
[kendoTreeListResizableContainer]="lockedLeafColumns.length > 0"
|
|
733
734
|
[lockedWidth]="lockedWidth + 1"
|
|
735
|
+
tabindex="-1"
|
|
734
736
|
>
|
|
735
737
|
<div role="presentation">
|
|
736
738
|
<table
|
|
@@ -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.4.0-develop.
|
|
52
|
+
publishDate: 1766076544,
|
|
53
|
+
version: '21.4.0-develop.6',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -8505,6 +8505,7 @@ class ListComponent {
|
|
|
8505
8505
|
class="k-grid-content k-virtual-content"
|
|
8506
8506
|
[kendoTreeListResizableContainer]="lockedLeafColumns.length > 0"
|
|
8507
8507
|
[lockedWidth]="lockedWidth + 1"
|
|
8508
|
+
tabindex="-1"
|
|
8508
8509
|
>
|
|
8509
8510
|
<div role="presentation">
|
|
8510
8511
|
<table
|
|
@@ -8621,6 +8622,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
8621
8622
|
class="k-grid-content k-virtual-content"
|
|
8622
8623
|
[kendoTreeListResizableContainer]="lockedLeafColumns.length > 0"
|
|
8623
8624
|
[lockedWidth]="lockedWidth + 1"
|
|
8625
|
+
tabindex="-1"
|
|
8624
8626
|
>
|
|
8625
8627
|
<div role="presentation">
|
|
8626
8628
|
<table
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "21.4.0-develop.
|
|
3
|
+
"version": "21.4.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": 1766076544,
|
|
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.23.1",
|
|
39
39
|
"@progress/kendo-licensing": "^1.7.0",
|
|
40
|
-
"@progress/kendo-angular-buttons": "21.4.0-develop.
|
|
41
|
-
"@progress/kendo-angular-common": "21.4.0-develop.
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "21.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "21.4.0-develop.
|
|
44
|
-
"@progress/kendo-angular-excel-export": "21.4.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "21.4.0-develop.
|
|
46
|
-
"@progress/kendo-angular-inputs": "21.4.0-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "21.4.0-develop.
|
|
48
|
-
"@progress/kendo-angular-l10n": "21.4.0-develop.
|
|
49
|
-
"@progress/kendo-angular-label": "21.4.0-develop.
|
|
50
|
-
"@progress/kendo-angular-pager": "21.4.0-develop.
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "21.4.0-develop.
|
|
52
|
-
"@progress/kendo-angular-popup": "21.4.0-develop.
|
|
53
|
-
"@progress/kendo-angular-toolbar": "21.4.0-develop.
|
|
54
|
-
"@progress/kendo-angular-utils": "21.4.0-develop.
|
|
40
|
+
"@progress/kendo-angular-buttons": "21.4.0-develop.6",
|
|
41
|
+
"@progress/kendo-angular-common": "21.4.0-develop.6",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "21.4.0-develop.6",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "21.4.0-develop.6",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "21.4.0-develop.6",
|
|
45
|
+
"@progress/kendo-angular-icons": "21.4.0-develop.6",
|
|
46
|
+
"@progress/kendo-angular-inputs": "21.4.0-develop.6",
|
|
47
|
+
"@progress/kendo-angular-intl": "21.4.0-develop.6",
|
|
48
|
+
"@progress/kendo-angular-l10n": "21.4.0-develop.6",
|
|
49
|
+
"@progress/kendo-angular-label": "21.4.0-develop.6",
|
|
50
|
+
"@progress/kendo-angular-pager": "21.4.0-develop.6",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "21.4.0-develop.6",
|
|
52
|
+
"@progress/kendo-angular-popup": "21.4.0-develop.6",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "21.4.0-develop.6",
|
|
54
|
+
"@progress/kendo-angular-utils": "21.4.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.4.0-develop.
|
|
59
|
+
"@progress/kendo-angular-schematics": "21.4.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.4.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '21.4.0-develop.6',
|
|
13
13
|
// peer dependency of kendo-angular-inputs
|
|
14
|
-
'@progress/kendo-angular-dialog': '21.4.0-develop.
|
|
14
|
+
'@progress/kendo-angular-dialog': '21.4.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.4.0-develop.
|
|
18
|
+
'@progress/kendo-angular-navigation': '21.4.0-develop.6',
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|