@progress/kendo-angular-treeview 14.0.0-develop.2 → 14.0.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.
- package/esm2020/checkbox/checkbox.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/treeview-group.component.mjs +2 -4
- package/fesm2015/progress-kendo-angular-treeview.mjs +6 -8
- package/fesm2020/progress-kendo-angular-treeview.mjs +6 -8
- package/package.json +6 -6
- package/schematics/ngAdd/index.js +4 -4
|
@@ -62,7 +62,7 @@ export class CheckBoxComponent {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
-
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: { id: "id", isChecked: "isChecked", node: "node", index: "index", labelText: "labelText", tabindex: "tabindex", size: "size" }, outputs: { checkStateChange: "checkStateChange" }, host: { properties: { "class.k-checkbox-
|
|
65
|
+
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: { id: "id", isChecked: "isChecked", node: "node", index: "index", labelText: "labelText", tabindex: "tabindex", size: "size" }, outputs: { checkStateChange: "checkStateChange" }, host: { properties: { "class.k-checkbox-wrap": "this.classWrapper" } }, ngImport: i0, template: `
|
|
66
66
|
<input
|
|
67
67
|
type="checkbox"
|
|
68
68
|
[class]="checkBoxClasses"
|
|
@@ -105,7 +105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
105
105
|
}]
|
|
106
106
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { classWrapper: [{
|
|
107
107
|
type: HostBinding,
|
|
108
|
-
args: ['class.k-checkbox-
|
|
108
|
+
args: ['class.k-checkbox-wrap']
|
|
109
109
|
}], id: [{
|
|
110
110
|
type: Input
|
|
111
111
|
}], isChecked: [{
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-treeview',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '14.0.0-develop.
|
|
12
|
+
publishDate: 1696225004,
|
|
13
|
+
version: '14.0.0-develop.4',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -329,8 +329,7 @@ TreeViewGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
329
329
|
>
|
|
330
330
|
<kendo-icon-wrapper
|
|
331
331
|
[name]="getFontIcon(node, nodeIndex(index))"
|
|
332
|
-
[svgIcon]="getSvgIcon(node, nodeIndex(index))"
|
|
333
|
-
>
|
|
332
|
+
[svgIcon]="getSvgIcon(node, nodeIndex(index))">
|
|
334
333
|
</kendo-icon-wrapper>
|
|
335
334
|
</span>
|
|
336
335
|
<kendo-checkbox
|
|
@@ -508,8 +507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
508
507
|
>
|
|
509
508
|
<kendo-icon-wrapper
|
|
510
509
|
[name]="getFontIcon(node, nodeIndex(index))"
|
|
511
|
-
[svgIcon]="getSvgIcon(node, nodeIndex(index))"
|
|
512
|
-
>
|
|
510
|
+
[svgIcon]="getSvgIcon(node, nodeIndex(index))">
|
|
513
511
|
</kendo-icon-wrapper>
|
|
514
512
|
</span>
|
|
515
513
|
<kendo-checkbox
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-treeview',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '14.0.0-develop.
|
|
31
|
+
publishDate: 1696225004,
|
|
32
|
+
version: '14.0.0-develop.4',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -1135,7 +1135,7 @@ class CheckBoxComponent {
|
|
|
1135
1135
|
}
|
|
1136
1136
|
}
|
|
1137
1137
|
CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1138
|
-
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: { id: "id", isChecked: "isChecked", node: "node", index: "index", labelText: "labelText", tabindex: "tabindex", size: "size" }, outputs: { checkStateChange: "checkStateChange" }, host: { properties: { "class.k-checkbox-
|
|
1138
|
+
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: { id: "id", isChecked: "isChecked", node: "node", index: "index", labelText: "labelText", tabindex: "tabindex", size: "size" }, outputs: { checkStateChange: "checkStateChange" }, host: { properties: { "class.k-checkbox-wrap": "this.classWrapper" } }, ngImport: i0, template: `
|
|
1139
1139
|
<input
|
|
1140
1140
|
type="checkbox"
|
|
1141
1141
|
[class]="checkBoxClasses"
|
|
@@ -1178,7 +1178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1178
1178
|
}]
|
|
1179
1179
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { classWrapper: [{
|
|
1180
1180
|
type: HostBinding,
|
|
1181
|
-
args: ['class.k-checkbox-
|
|
1181
|
+
args: ['class.k-checkbox-wrap']
|
|
1182
1182
|
}], id: [{
|
|
1183
1183
|
type: Input
|
|
1184
1184
|
}], isChecked: [{
|
|
@@ -1813,8 +1813,7 @@ TreeViewGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1813
1813
|
>
|
|
1814
1814
|
<kendo-icon-wrapper
|
|
1815
1815
|
[name]="getFontIcon(node, nodeIndex(index))"
|
|
1816
|
-
[svgIcon]="getSvgIcon(node, nodeIndex(index))"
|
|
1817
|
-
>
|
|
1816
|
+
[svgIcon]="getSvgIcon(node, nodeIndex(index))">
|
|
1818
1817
|
</kendo-icon-wrapper>
|
|
1819
1818
|
</span>
|
|
1820
1819
|
<kendo-checkbox
|
|
@@ -1992,8 +1991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1992
1991
|
>
|
|
1993
1992
|
<kendo-icon-wrapper
|
|
1994
1993
|
[name]="getFontIcon(node, nodeIndex(index))"
|
|
1995
|
-
[svgIcon]="getSvgIcon(node, nodeIndex(index))"
|
|
1996
|
-
>
|
|
1994
|
+
[svgIcon]="getSvgIcon(node, nodeIndex(index))">
|
|
1997
1995
|
</kendo-icon-wrapper>
|
|
1998
1996
|
</span>
|
|
1999
1997
|
<kendo-checkbox
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-treeview',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '14.0.0-develop.
|
|
31
|
+
publishDate: 1696225004,
|
|
32
|
+
version: '14.0.0-develop.4',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -1131,7 +1131,7 @@ class CheckBoxComponent {
|
|
|
1131
1131
|
}
|
|
1132
1132
|
}
|
|
1133
1133
|
CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1134
|
-
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: { id: "id", isChecked: "isChecked", node: "node", index: "index", labelText: "labelText", tabindex: "tabindex", size: "size" }, outputs: { checkStateChange: "checkStateChange" }, host: { properties: { "class.k-checkbox-
|
|
1134
|
+
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: { id: "id", isChecked: "isChecked", node: "node", index: "index", labelText: "labelText", tabindex: "tabindex", size: "size" }, outputs: { checkStateChange: "checkStateChange" }, host: { properties: { "class.k-checkbox-wrap": "this.classWrapper" } }, ngImport: i0, template: `
|
|
1135
1135
|
<input
|
|
1136
1136
|
type="checkbox"
|
|
1137
1137
|
[class]="checkBoxClasses"
|
|
@@ -1174,7 +1174,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1174
1174
|
}]
|
|
1175
1175
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { classWrapper: [{
|
|
1176
1176
|
type: HostBinding,
|
|
1177
|
-
args: ['class.k-checkbox-
|
|
1177
|
+
args: ['class.k-checkbox-wrap']
|
|
1178
1178
|
}], id: [{
|
|
1179
1179
|
type: Input
|
|
1180
1180
|
}], isChecked: [{
|
|
@@ -1809,8 +1809,7 @@ TreeViewGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1809
1809
|
>
|
|
1810
1810
|
<kendo-icon-wrapper
|
|
1811
1811
|
[name]="getFontIcon(node, nodeIndex(index))"
|
|
1812
|
-
[svgIcon]="getSvgIcon(node, nodeIndex(index))"
|
|
1813
|
-
>
|
|
1812
|
+
[svgIcon]="getSvgIcon(node, nodeIndex(index))">
|
|
1814
1813
|
</kendo-icon-wrapper>
|
|
1815
1814
|
</span>
|
|
1816
1815
|
<kendo-checkbox
|
|
@@ -1988,8 +1987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1988
1987
|
>
|
|
1989
1988
|
<kendo-icon-wrapper
|
|
1990
1989
|
[name]="getFontIcon(node, nodeIndex(index))"
|
|
1991
|
-
[svgIcon]="getSvgIcon(node, nodeIndex(index))"
|
|
1992
|
-
>
|
|
1990
|
+
[svgIcon]="getSvgIcon(node, nodeIndex(index))">
|
|
1993
1991
|
</kendo-icon-wrapper>
|
|
1994
1992
|
</span>
|
|
1995
1993
|
<kendo-checkbox
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treeview",
|
|
3
|
-
"version": "14.0.0-develop.
|
|
3
|
+
"version": "14.0.0-develop.4",
|
|
4
4
|
"description": "Kendo UI TreeView for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"@angular/core": "13 - 16",
|
|
24
24
|
"@angular/platform-browser": "13 - 16",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "14.0.0-develop.
|
|
27
|
-
"@progress/kendo-angular-inputs": "14.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-icons": "14.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "14.0.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "14.0.0-develop.4",
|
|
27
|
+
"@progress/kendo-angular-inputs": "14.0.0-develop.4",
|
|
28
|
+
"@progress/kendo-angular-icons": "14.0.0-develop.4",
|
|
29
|
+
"@progress/kendo-angular-l10n": "14.0.0-develop.4",
|
|
30
30
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"tslib": "^2.3.1",
|
|
34
|
-
"@progress/kendo-angular-schematics": "14.0.0-develop.
|
|
34
|
+
"@progress/kendo-angular-schematics": "14.0.0-develop.4",
|
|
35
35
|
"@progress/kendo-common": "^0.2.0",
|
|
36
36
|
"@progress/kendo-draggable": "^3.0.2"
|
|
37
37
|
},
|
|
@@ -4,10 +4,10 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeViewModule', package: 'treeview', peerDependencies: {
|
|
6
6
|
// Peers of kendo-angular-inputs
|
|
7
|
-
'@progress/kendo-angular-buttons': '14.0.0-develop.
|
|
8
|
-
'@progress/kendo-angular-dialog': '14.0.0-develop.
|
|
9
|
-
'@progress/kendo-angular-intl': '14.0.0-develop.
|
|
10
|
-
'@progress/kendo-angular-popup': '14.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-buttons': '14.0.0-develop.4',
|
|
8
|
+
'@progress/kendo-angular-dialog': '14.0.0-develop.4',
|
|
9
|
+
'@progress/kendo-angular-intl': '14.0.0-develop.4',
|
|
10
|
+
'@progress/kendo-angular-popup': '14.0.0-develop.4',
|
|
11
11
|
'@progress/kendo-drawing': '^1.9.3',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^1.0.0'
|