@vaadin/date-picker
Advanced tools
Comparing version 23.1.2 to 23.1.3
{ | ||
"name": "@vaadin/date-picker", | ||
"version": "23.1.2", | ||
"version": "23.1.3", | ||
"publishConfig": { | ||
@@ -37,10 +37,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.2.0", | ||
"@vaadin/button": "^23.1.2", | ||
"@vaadin/component-base": "^23.1.2", | ||
"@vaadin/field-base": "^23.1.2", | ||
"@vaadin/input-container": "^23.1.2", | ||
"@vaadin/vaadin-lumo-styles": "^23.1.2", | ||
"@vaadin/vaadin-material-styles": "^23.1.2", | ||
"@vaadin/vaadin-overlay": "^23.1.2", | ||
"@vaadin/vaadin-themable-mixin": "^23.1.2" | ||
"@vaadin/button": "^23.1.3", | ||
"@vaadin/component-base": "^23.1.3", | ||
"@vaadin/field-base": "^23.1.3", | ||
"@vaadin/input-container": "^23.1.3", | ||
"@vaadin/vaadin-lumo-styles": "^23.1.3", | ||
"@vaadin/vaadin-material-styles": "^23.1.3", | ||
"@vaadin/vaadin-overlay": "^23.1.3", | ||
"@vaadin/vaadin-themable-mixin": "^23.1.3" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6fb205c6e9a761feadfb779dd5d7af96d3102e56" | ||
"gitHead": "3066c296ad0ef652bc49417005523398199f1bf2" | ||
} |
@@ -93,3 +93,3 @@ /** | ||
listener: (this: DatePickerLight, ev: DatePickerLightEventMap[K]) => void, | ||
options?: boolean | AddEventListenerOptions, | ||
options?: AddEventListenerOptions | boolean, | ||
): void; | ||
@@ -100,3 +100,3 @@ | ||
listener: (this: DatePickerLight, ev: DatePickerLightEventMap[K]) => void, | ||
options?: boolean | EventListenerOptions, | ||
options?: EventListenerOptions | boolean, | ||
): void; | ||
@@ -103,0 +103,0 @@ } |
@@ -36,4 +36,3 @@ /** | ||
base: T, | ||
): T & | ||
Constructor<DatePickerMixinClass> & | ||
): Constructor<DatePickerMixinClass> & | ||
Constructor<DelegateFocusMixinClass> & | ||
@@ -43,3 +42,4 @@ Constructor<DisabledMixinClass> & | ||
Constructor<InputMixinClass> & | ||
Constructor<KeyboardMixinClass>; | ||
Constructor<KeyboardMixinClass> & | ||
T; | ||
@@ -46,0 +46,0 @@ export declare class DatePickerMixinClass { |
@@ -141,3 +141,3 @@ /** | ||
listener: (this: DatePicker, ev: DatePickerEventMap[K]) => void, | ||
options?: boolean | AddEventListenerOptions, | ||
options?: AddEventListenerOptions | boolean, | ||
): void; | ||
@@ -148,3 +148,3 @@ | ||
listener: (this: DatePicker, ev: DatePickerEventMap[K]) => void, | ||
options?: boolean | EventListenerOptions, | ||
options?: EventListenerOptions | boolean, | ||
): void; | ||
@@ -151,0 +151,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
Updated@vaadin/button@^23.1.3
Updated@vaadin/field-base@^23.1.3