@progress/kendo-angular-inputs 24.0.2 → 24.0.3-develop.2
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.
|
@@ -583,8 +583,8 @@ const packageMetadata = {
|
|
|
583
583
|
productName: 'Kendo UI for Angular',
|
|
584
584
|
productCode: 'KENDOUIANGULAR',
|
|
585
585
|
productCodes: ['KENDOUIANGULAR'],
|
|
586
|
-
publishDate:
|
|
587
|
-
version: '24.0.2',
|
|
586
|
+
publishDate: 1779982571,
|
|
587
|
+
version: '24.0.3-develop.2',
|
|
588
588
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
589
589
|
};
|
|
590
590
|
|
|
@@ -6803,6 +6803,7 @@ class CheckBoxComponent extends RadioCheckBoxBase {
|
|
|
6803
6803
|
return;
|
|
6804
6804
|
}
|
|
6805
6805
|
this.input.nativeElement.indeterminate = value === 'indeterminate';
|
|
6806
|
+
this.input.nativeElement.checked = value === true;
|
|
6806
6807
|
}
|
|
6807
6808
|
get checkedState() {
|
|
6808
6809
|
return this._checkedState;
|
|
@@ -6872,7 +6873,7 @@ class CheckBoxComponent extends RadioCheckBoxBase {
|
|
|
6872
6873
|
*/
|
|
6873
6874
|
handleChange = ($event) => {
|
|
6874
6875
|
this.ngZone.run(() => {
|
|
6875
|
-
this.checkedState = $event
|
|
6876
|
+
this.checkedState = $event?.target?.checked;
|
|
6876
6877
|
this.checkedStateChange.emit(this.checkedState);
|
|
6877
6878
|
this.ngChange(this.checkedState);
|
|
6878
6879
|
this.cdr.markForCheck();
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.2",
|
|
10
|
+
"publishDate": 1779982571,
|
|
11
|
+
"version": "24.0.3-develop.2",
|
|
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-inputs",
|
|
3
|
-
"version": "24.0.2",
|
|
3
|
+
"version": "24.0.3-develop.2",
|
|
4
4
|
"description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"package": {
|
|
56
56
|
"productName": "Kendo UI for Angular",
|
|
57
57
|
"productCode": "KENDOUIANGULAR",
|
|
58
|
-
"publishDate":
|
|
58
|
+
"publishDate": 1779982571,
|
|
59
59
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"@angular/platform-browser": "19 - 21",
|
|
68
68
|
"@progress/kendo-drawing": "^1.25.0",
|
|
69
69
|
"@progress/kendo-licensing": "^1.11.0",
|
|
70
|
-
"@progress/kendo-angular-buttons": "24.0.2",
|
|
71
|
-
"@progress/kendo-angular-common": "24.0.2",
|
|
72
|
-
"@progress/kendo-angular-utils": "24.0.2",
|
|
73
|
-
"@progress/kendo-angular-navigation": "24.0.2",
|
|
74
|
-
"@progress/kendo-angular-dialog": "24.0.2",
|
|
75
|
-
"@progress/kendo-angular-intl": "24.0.2",
|
|
76
|
-
"@progress/kendo-angular-l10n": "24.0.2",
|
|
77
|
-
"@progress/kendo-angular-popup": "24.0.2",
|
|
78
|
-
"@progress/kendo-angular-icons": "24.0.2",
|
|
70
|
+
"@progress/kendo-angular-buttons": "24.0.3-develop.2",
|
|
71
|
+
"@progress/kendo-angular-common": "24.0.3-develop.2",
|
|
72
|
+
"@progress/kendo-angular-utils": "24.0.3-develop.2",
|
|
73
|
+
"@progress/kendo-angular-navigation": "24.0.3-develop.2",
|
|
74
|
+
"@progress/kendo-angular-dialog": "24.0.3-develop.2",
|
|
75
|
+
"@progress/kendo-angular-intl": "24.0.3-develop.2",
|
|
76
|
+
"@progress/kendo-angular-l10n": "24.0.3-develop.2",
|
|
77
|
+
"@progress/kendo-angular-popup": "24.0.3-develop.2",
|
|
78
|
+
"@progress/kendo-angular-icons": "24.0.3-develop.2",
|
|
79
79
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"tslib": "^2.3.1",
|
|
83
|
-
"@progress/kendo-angular-schematics": "24.0.2",
|
|
83
|
+
"@progress/kendo-angular-schematics": "24.0.3-develop.2",
|
|
84
84
|
"@progress/kendo-common": "^1.0.1",
|
|
85
85
|
"@progress/kendo-draggable": "^3.0.0",
|
|
86
86
|
"@progress/kendo-inputs-common": "^3.1.0"
|