@vaadin/date-time-picker
Advanced tools
Comparing version 23.0.2 to 23.0.3
{ | ||
"name": "@vaadin/date-time-picker", | ||
"version": "23.0.2", | ||
"version": "23.0.3", | ||
"publishConfig": { | ||
@@ -37,10 +37,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^23.0.2", | ||
"@vaadin/custom-field": "^23.0.2", | ||
"@vaadin/date-picker": "^23.0.2", | ||
"@vaadin/field-base": "^23.0.2", | ||
"@vaadin/time-picker": "^23.0.2", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.2", | ||
"@vaadin/vaadin-material-styles": "^23.0.2", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.2" | ||
"@vaadin/component-base": "^23.0.3", | ||
"@vaadin/custom-field": "^23.0.3", | ||
"@vaadin/date-picker": "^23.0.3", | ||
"@vaadin/field-base": "^23.0.3", | ||
"@vaadin/time-picker": "^23.0.3", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.3", | ||
"@vaadin/vaadin-material-styles": "^23.0.3", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.3" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a50f708dc0fe7d0cc10763f413838d71b1a0788b" | ||
"gitHead": "3f010a4167c9e04405c9dfab098da0821e02a601" | ||
} |
@@ -1012,9 +1012,12 @@ /** | ||
__themeChanged(theme, datePicker, timePicker) { | ||
if (!datePicker || !timePicker) { | ||
// Both pickers are not ready yet | ||
return; | ||
} | ||
[datePicker, timePicker].forEach((picker) => { | ||
if (picker) { | ||
if (theme) { | ||
picker.setAttribute('theme', theme); | ||
} else { | ||
picker.removeAttribute('theme'); | ||
} | ||
if (theme) { | ||
picker.setAttribute('theme', theme); | ||
} else { | ||
picker.removeAttribute('theme'); | ||
} | ||
@@ -1021,0 +1024,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58245
1240
Updated@vaadin/custom-field@^23.0.3
Updated@vaadin/date-picker@^23.0.3
Updated@vaadin/field-base@^23.0.3
Updated@vaadin/time-picker@^23.0.3