@vaadin/vaadin-combo-box
Advanced tools
Comparing version 20.0.0-alpha1 to 20.0.0-alpha2
{ | ||
"name": "@vaadin/vaadin-combo-box", | ||
"version": "20.0.0-alpha1", | ||
"version": "20.0.0-alpha2", | ||
"description": "Web Component for displaying a list of items with filtering", | ||
@@ -26,5 +26,2 @@ "main": "vaadin-combo-box.js", | ||
], | ||
"scripts": { | ||
"dist": "rimraf dist && polymer analyze vaadin-* > analysis.json && rollup -c rollup.config.js && cp analysis.json dist" | ||
}, | ||
"dependencies": { | ||
@@ -35,23 +32,18 @@ "@polymer/iron-a11y-announcer": "^3.0.0", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-control-state-mixin": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-item": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-overlay": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-text-field": "^20.0.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha1" | ||
"@vaadin/vaadin-control-state-mixin": "^20.0.0-alpha2", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha2", | ||
"@vaadin/vaadin-item": "^20.0.0-alpha2", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha2", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-alpha2", | ||
"@vaadin/vaadin-overlay": "^20.0.0-alpha2", | ||
"@vaadin/vaadin-text-field": "^20.0.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha2" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "4.3.0", | ||
"@open-wc/rollup-plugin-html": "^1.2.5", | ||
"@open-wc/testing-helpers": "^1.8.0", | ||
"@polymer/iron-component-page": "^4.0.0", | ||
"@polymer/iron-input": "^3.0.1", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@polymer/paper-input": "^3.0.0", | ||
"@vaadin/vaadin-dialog": "^20.0.0-alpha1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.34.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"@vaadin/vaadin-dialog": "^20.0.0-alpha2", | ||
"sinon": "^9.2.0" | ||
@@ -62,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "93c8e0ec03a178c6d74261261f985bd07f7cc79c" | ||
"gitHead": "c1598b30fb55cacd72ee4105e9f39cf56c9d5c79" | ||
} |
@@ -24,11 +24,5 @@ /** | ||
/** | ||
* The overlay element. | ||
* An element used internally by `<vaadin-combo-box>`. Not intended to be used separately. | ||
* | ||
* ### Styling | ||
* | ||
* See [`<vaadin-overlay>` documentation](https://github.com/vaadin/vaadin-overlay/blob/master/src/vaadin-overlay.html) | ||
* for `<vaadin-combo-box-overlay>` parts. | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
* | ||
* @extends OverlayElement | ||
* @private | ||
@@ -35,0 +29,0 @@ */ |
@@ -137,8 +137,2 @@ import { TextFieldElement } from '@vaadin/vaadin-text-field/vaadin-text-field'; | ||
* | ||
* See [`<vaadin-overlay>` documentation](https://github.com/vaadin/vaadin-overlay/blob/master/src/vaadin-overlay.html) | ||
* for `<vaadin-combo-box-overlay>` parts. | ||
* | ||
* See [`<vaadin-text-field>` documentation](https://vaadin.com/components/vaadin-text-field/html-api/elements/Vaadin.TextFieldElement) | ||
* for the text field parts. | ||
* | ||
* The following state attributes are available for styling: | ||
@@ -157,11 +151,13 @@ * | ||
* | ||
* ### Internal components | ||
* | ||
* In addition to `<vaadin-combo-box>` itself, the following internal | ||
* components are themable: | ||
* | ||
* - `<vaadin-text-field>` | ||
* - `<vaadin-combo-box-overlay>` | ||
* - `<vaadin-combo-box-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay). | ||
* - [`<vaadin-text-field>`](#/elements/vaadin-text-field) | ||
* - `<vaadin-combo-box-item>` | ||
* | ||
* Note: the `theme` attribute value set on `<vaadin-combo-box>` is | ||
* propagated to the internal themable components listed above. | ||
* propagated to the internal components listed above. | ||
* | ||
@@ -168,0 +164,0 @@ * See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) |
@@ -137,8 +137,2 @@ /** | ||
* | ||
* See [`<vaadin-overlay>` documentation](https://github.com/vaadin/vaadin-overlay/blob/master/src/vaadin-overlay.html) | ||
* for `<vaadin-combo-box-overlay>` parts. | ||
* | ||
* See [`<vaadin-text-field>` documentation](https://vaadin.com/components/vaadin-text-field/html-api/elements/Vaadin.TextFieldElement) | ||
* for the text field parts. | ||
* | ||
* The following state attributes are available for styling: | ||
@@ -157,11 +151,13 @@ * | ||
* | ||
* ### Internal components | ||
* | ||
* In addition to `<vaadin-combo-box>` itself, the following internal | ||
* components are themable: | ||
* | ||
* - `<vaadin-text-field>` | ||
* - `<vaadin-combo-box-overlay>` | ||
* - `<vaadin-combo-box-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay). | ||
* - [`<vaadin-text-field>`](#/elements/vaadin-text-field) | ||
* - `<vaadin-combo-box-item>` | ||
* | ||
* Note: the `theme` attribute value set on `<vaadin-combo-box>` is | ||
* propagated to the internal themable components listed above. | ||
* propagated to the internal components listed above. | ||
* | ||
@@ -168,0 +164,0 @@ * See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) |
7
142319
3631