@progress/kendo-react-inputs 5.2.0-dev.202204011555 → 5.2.0-dev.202204051205
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.
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-inputs',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1649159401,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/es/switch/Switch.js
CHANGED
|
@@ -240,9 +240,9 @@ var SwitchWithoutContext = /** @class */ (function (_super) {
|
|
|
240
240
|
_a["k-rounded-" + (kendoThemeMaps.roundedMap[trackRounded] || trackRounded)] = trackRounded,
|
|
241
241
|
_a['k-switch-on'] = this.value,
|
|
242
242
|
_a['k-switch-off'] = !this.value,
|
|
243
|
-
_a['k-
|
|
244
|
-
_a['k-
|
|
245
|
-
_a['k-
|
|
243
|
+
_a['k-focus'] = focused,
|
|
244
|
+
_a['k-disabled'] = disabled,
|
|
245
|
+
_a['k-invalid'] = !isValid,
|
|
246
246
|
_a), this.props.className);
|
|
247
247
|
var ariaAttributes = {
|
|
248
248
|
'aria-checked': this.value,
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-inputs',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1649159401,
|
|
11
11
|
version: '',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
13
|
};
|
|
@@ -242,9 +242,9 @@ var SwitchWithoutContext = /** @class */ (function (_super) {
|
|
|
242
242
|
_a["k-rounded-" + (kendo_react_common_1.kendoThemeMaps.roundedMap[trackRounded] || trackRounded)] = trackRounded,
|
|
243
243
|
_a['k-switch-on'] = this.value,
|
|
244
244
|
_a['k-switch-off'] = !this.value,
|
|
245
|
-
_a['k-
|
|
246
|
-
_a['k-
|
|
247
|
-
_a['k-
|
|
245
|
+
_a['k-focus'] = focused,
|
|
246
|
+
_a['k-disabled'] = disabled,
|
|
247
|
+
_a['k-invalid'] = !isValid,
|
|
248
248
|
_a), this.props.className);
|
|
249
249
|
var ariaAttributes = {
|
|
250
250
|
'aria-checked': this.value,
|