@vaadin/select
Advanced tools
Comparing version 23.1.0-alpha3 to 23.1.0-alpha4
{ | ||
"name": "@vaadin/select", | ||
"version": "23.1.0-alpha3", | ||
"version": "23.1.0-alpha4", | ||
"publishConfig": { | ||
@@ -37,17 +37,17 @@ "access": "public" | ||
"@polymer/polymer": "^3.2.0", | ||
"@vaadin/button": "23.1.0-alpha3", | ||
"@vaadin/component-base": "23.1.0-alpha3", | ||
"@vaadin/field-base": "23.1.0-alpha3", | ||
"@vaadin/input-container": "23.1.0-alpha3", | ||
"@vaadin/item": "23.1.0-alpha3", | ||
"@vaadin/list-box": "23.1.0-alpha3", | ||
"@vaadin/vaadin-list-mixin": "23.1.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-overlay": "23.1.0-alpha3", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha3" | ||
"@vaadin/button": "23.1.0-alpha4", | ||
"@vaadin/component-base": "23.1.0-alpha4", | ||
"@vaadin/field-base": "23.1.0-alpha4", | ||
"@vaadin/input-container": "23.1.0-alpha4", | ||
"@vaadin/item": "23.1.0-alpha4", | ||
"@vaadin/list-box": "23.1.0-alpha4", | ||
"@vaadin/vaadin-list-mixin": "23.1.0-alpha4", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha4", | ||
"@vaadin/vaadin-overlay": "23.1.0-alpha4", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha4" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha3", | ||
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha4", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
@@ -57,3 +57,3 @@ "lit": "^2.0.0", | ||
}, | ||
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85" | ||
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71" | ||
} |
@@ -18,3 +18,3 @@ /** | ||
`, | ||
{ moduleId: 'vaadin-select-overlay-styles' } | ||
{ moduleId: 'vaadin-select-overlay-styles' }, | ||
); | ||
@@ -21,0 +21,0 @@ |
@@ -258,3 +258,3 @@ /** | ||
listener: (this: Select, ev: SelectEventMap[K]) => void, | ||
options?: boolean | AddEventListenerOptions | ||
options?: boolean | AddEventListenerOptions, | ||
): void; | ||
@@ -265,3 +265,3 @@ | ||
listener: (this: Select, ev: SelectEventMap[K]) => void, | ||
options?: boolean | EventListenerOptions | ||
options?: boolean | EventListenerOptions, | ||
): void; | ||
@@ -268,0 +268,0 @@ } |
@@ -211,3 +211,3 @@ /** | ||
type: Array, | ||
observer: '__itemsChanged' | ||
observer: '__itemsChanged', | ||
}, | ||
@@ -224,3 +224,3 @@ | ||
reflectToAttribute: true, | ||
observer: '_openedChanged' | ||
observer: '_openedChanged', | ||
}, | ||
@@ -257,3 +257,3 @@ | ||
notify: true, | ||
observer: '_valueChanged' | ||
observer: '_valueChanged', | ||
}, | ||
@@ -265,3 +265,3 @@ | ||
name: { | ||
type: String | ||
type: String, | ||
}, | ||
@@ -277,3 +277,3 @@ | ||
placeholder: { | ||
type: String | ||
type: String, | ||
}, | ||
@@ -288,3 +288,3 @@ | ||
value: false, | ||
reflectToAttribute: true | ||
reflectToAttribute: true, | ||
}, | ||
@@ -297,3 +297,3 @@ | ||
_phoneMediaQuery: { | ||
value: '(max-width: 420px), (max-height: 420px)' | ||
value: '(max-width: 420px), (max-height: 420px)', | ||
}, | ||
@@ -308,3 +308,3 @@ | ||
/** @private */ | ||
_items: Object | ||
_items: Object, | ||
}; | ||
@@ -318,3 +318,3 @@ } | ||
'_updateSelectedItem(value, _items, placeholder)', | ||
'_rendererChanged(renderer, _overlayElement)' | ||
'_rendererChanged(renderer, _overlayElement)', | ||
]; | ||
@@ -331,3 +331,3 @@ } | ||
return button; | ||
} | ||
}, | ||
}; | ||
@@ -388,3 +388,3 @@ } | ||
this._phone = matches; | ||
}) | ||
}), | ||
); | ||
@@ -464,3 +464,3 @@ | ||
}, | ||
true | ||
true, | ||
); | ||
@@ -550,3 +550,3 @@ | ||
'--vaadin-select-text-field-width', | ||
this._inputContainer.offsetWidth + 'px' | ||
`${this._inputContainer.offsetWidth}px`, | ||
); | ||
@@ -553,0 +553,0 @@ |
@@ -79,3 +79,3 @@ /** | ||
`, | ||
{ moduleId: 'lumo-select-value-button' } | ||
{ moduleId: 'lumo-select-value-button' }, | ||
); | ||
@@ -82,0 +82,0 @@ |
@@ -61,3 +61,3 @@ /** | ||
`, | ||
{ moduleId: 'material-select-value-button' } | ||
{ moduleId: 'material-select-value-button' }, | ||
); | ||
@@ -64,0 +64,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
57267
+ Added@vaadin/button@23.1.0-alpha4(transitive)
+ Added@vaadin/component-base@23.1.0-alpha4(transitive)
+ Added@vaadin/field-base@23.1.0-alpha4(transitive)
+ Added@vaadin/icon@23.1.0-alpha4(transitive)
+ Added@vaadin/input-container@23.1.0-alpha4(transitive)
+ Added@vaadin/item@23.1.0-alpha4(transitive)
+ Added@vaadin/list-box@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-list-mixin@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-material-styles@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-overlay@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-alpha4(transitive)
- Removed@vaadin/button@23.1.0-alpha3(transitive)
- Removed@vaadin/component-base@23.1.0-alpha3(transitive)
- Removed@vaadin/field-base@23.1.0-alpha3(transitive)
- Removed@vaadin/icon@23.1.0-alpha3(transitive)
- Removed@vaadin/input-container@23.1.0-alpha3(transitive)
- Removed@vaadin/item@23.1.0-alpha3(transitive)
- Removed@vaadin/list-box@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-list-mixin@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-material-styles@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-overlay@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.1.0-alpha3(transitive)
Updated@vaadin/button@23.1.0-alpha4
Updated@vaadin/item@23.1.0-alpha4