@progress/kendo-angular-treeview 23.1.0-develop.2 → 23.1.0-develop.4
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.
|
@@ -29,7 +29,7 @@ const packageMetadata = {
|
|
|
29
29
|
productCode: 'KENDOUIANGULAR',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR'],
|
|
31
31
|
publishDate: 0,
|
|
32
|
-
version: '23.1.0-develop.
|
|
32
|
+
version: '23.1.0-develop.4',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -1910,7 +1910,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1910
1910
|
])
|
|
1911
1911
|
])
|
|
1912
1912
|
],
|
|
1913
|
-
// eslint-disable-next-line
|
|
1914
1913
|
selector: '[kendoTreeViewGroup]',
|
|
1915
1914
|
template: `
|
|
1916
1915
|
@for (node of data; track trackBy ? trackBy(index, node) : index; let index = $index) {
|
|
@@ -2147,7 +2146,6 @@ class TreeViewMessages extends ComponentMessages {
|
|
|
2147
2146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TreeViewMessages, decorators: [{
|
|
2148
2147
|
type: Directive,
|
|
2149
2148
|
args: [{
|
|
2150
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
2151
2149
|
selector: 'kendo-treeview-messages-base'
|
|
2152
2150
|
}]
|
|
2153
2151
|
}], propDecorators: { loadMore: [{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771407821,
|
|
11
|
+
"version": "23.1.0-develop.4",
|
|
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-treeview",
|
|
3
|
-
"version": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.4",
|
|
4
4
|
"description": "Kendo UI TreeView for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1771407821,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
33
|
-
"@progress/kendo-angular-inputs": "23.1.0-develop.
|
|
34
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "23.1.0-develop.4",
|
|
33
|
+
"@progress/kendo-angular-inputs": "23.1.0-develop.4",
|
|
34
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.4",
|
|
35
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.4",
|
|
36
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.3.1",
|
|
40
|
-
"@progress/kendo-angular-schematics": "23.1.0-develop.
|
|
40
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.4",
|
|
41
41
|
"@progress/kendo-common": "^1.0.1",
|
|
42
42
|
"@progress/kendo-draggable": "^3.0.2"
|
|
43
43
|
},
|
|
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeViewModule', package: 'treeview', peerDependencies: {
|
|
11
11
|
// Peers of kendo-angular-inputs
|
|
12
|
-
'@progress/kendo-angular-buttons': '23.1.0-develop.
|
|
13
|
-
'@progress/kendo-angular-dialog': '23.1.0-develop.
|
|
14
|
-
'@progress/kendo-angular-intl': '23.1.0-develop.
|
|
15
|
-
'@progress/kendo-angular-popup': '23.1.0-develop.
|
|
12
|
+
'@progress/kendo-angular-buttons': '23.1.0-develop.4',
|
|
13
|
+
'@progress/kendo-angular-dialog': '23.1.0-develop.4',
|
|
14
|
+
'@progress/kendo-angular-intl': '23.1.0-develop.4',
|
|
15
|
+
'@progress/kendo-angular-popup': '23.1.0-develop.4',
|
|
16
16
|
'@progress/kendo-drawing': '^1.9.3',
|
|
17
17
|
// Peer dependency of icons
|
|
18
18
|
'@progress/kendo-svg-icons': '^4.0.0'
|