@vaadin/multi-select-combo-box 25.3.0-alpha7 → 25.3.0-dev.1fa5a51482
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.
- package/custom-elements.json +36 -29
- package/package.json +15 -15
- package/src/vaadin-multi-select-combo-box-chip.js +1 -0
- package/src/vaadin-multi-select-combo-box-item.js +1 -0
- package/src/vaadin-multi-select-combo-box-overlay.js +1 -0
- package/src/vaadin-multi-select-combo-box.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -1806,34 +1806,6 @@
|
|
|
1806
1806
|
"name": "validated"
|
|
1807
1807
|
}
|
|
1808
1808
|
],
|
|
1809
|
-
"mixins": [
|
|
1810
|
-
{
|
|
1811
|
-
"name": "MultiSelectComboBoxMixin",
|
|
1812
|
-
"module": "src/vaadin-multi-select-combo-box-mixin.js"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "ThemableMixin",
|
|
1816
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"name": "ElementMixin",
|
|
1820
|
-
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"name": "PolylitMixin",
|
|
1824
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"name": "LumoInjectionMixin",
|
|
1828
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"superclass": {
|
|
1832
|
-
"name": "LitElement",
|
|
1833
|
-
"package": "lit"
|
|
1834
|
-
},
|
|
1835
|
-
"tagName": "vaadin-multi-select-combo-box",
|
|
1836
|
-
"customElement": true,
|
|
1837
1809
|
"attributes": [
|
|
1838
1810
|
{
|
|
1839
1811
|
"name": "accessible-name",
|
|
@@ -2255,6 +2227,13 @@
|
|
|
2255
2227
|
"package": "@vaadin/combo-box/src/vaadin-combo-box-data-provider-mixin.js"
|
|
2256
2228
|
}
|
|
2257
2229
|
},
|
|
2230
|
+
{
|
|
2231
|
+
"type": {
|
|
2232
|
+
"text": "string"
|
|
2233
|
+
},
|
|
2234
|
+
"description": "The theme variants to apply to the component.",
|
|
2235
|
+
"name": "theme"
|
|
2236
|
+
},
|
|
2258
2237
|
{
|
|
2259
2238
|
"name": "title",
|
|
2260
2239
|
"type": {
|
|
@@ -2267,7 +2246,35 @@
|
|
|
2267
2246
|
"package": "@vaadin/field-base/src/input-control-mixin.js"
|
|
2268
2247
|
}
|
|
2269
2248
|
}
|
|
2270
|
-
]
|
|
2249
|
+
],
|
|
2250
|
+
"mixins": [
|
|
2251
|
+
{
|
|
2252
|
+
"name": "MultiSelectComboBoxMixin",
|
|
2253
|
+
"module": "src/vaadin-multi-select-combo-box-mixin.js"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"name": "ThemableMixin",
|
|
2257
|
+
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "ElementMixin",
|
|
2261
|
+
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"name": "PolylitMixin",
|
|
2265
|
+
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "LumoInjectionMixin",
|
|
2269
|
+
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
2270
|
+
}
|
|
2271
|
+
],
|
|
2272
|
+
"superclass": {
|
|
2273
|
+
"name": "LitElement",
|
|
2274
|
+
"package": "lit"
|
|
2275
|
+
},
|
|
2276
|
+
"tagName": "vaadin-multi-select-combo-box",
|
|
2277
|
+
"customElement": true
|
|
2271
2278
|
}
|
|
2272
2279
|
],
|
|
2273
2280
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/multi-select-combo-box",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,23 +37,23 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
40
|
-
"@vaadin/a11y-base": "25.3.0-
|
|
41
|
-
"@vaadin/combo-box": "25.3.0-
|
|
42
|
-
"@vaadin/component-base": "25.3.0-
|
|
43
|
-
"@vaadin/field-base": "25.3.0-
|
|
44
|
-
"@vaadin/input-container": "25.3.0-
|
|
45
|
-
"@vaadin/item": "25.3.0-
|
|
46
|
-
"@vaadin/lit-renderer": "25.3.0-
|
|
47
|
-
"@vaadin/overlay": "25.3.0-
|
|
48
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
40
|
+
"@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
|
|
41
|
+
"@vaadin/combo-box": "25.3.0-dev.1fa5a51482",
|
|
42
|
+
"@vaadin/component-base": "25.3.0-dev.1fa5a51482",
|
|
43
|
+
"@vaadin/field-base": "25.3.0-dev.1fa5a51482",
|
|
44
|
+
"@vaadin/input-container": "25.3.0-dev.1fa5a51482",
|
|
45
|
+
"@vaadin/item": "25.3.0-dev.1fa5a51482",
|
|
46
|
+
"@vaadin/lit-renderer": "25.3.0-dev.1fa5a51482",
|
|
47
|
+
"@vaadin/overlay": "25.3.0-dev.1fa5a51482",
|
|
48
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
|
|
49
49
|
"lit": "^3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@vaadin/aura": "25.3.0-
|
|
53
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
54
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
52
|
+
"@vaadin/aura": "25.3.0-dev.1fa5a51482",
|
|
53
|
+
"@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
|
|
54
|
+
"@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
|
|
55
55
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
56
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
56
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
|
|
57
57
|
"sinon": "^22.0.0"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "custom-elements.json",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"web-types.json",
|
|
62
62
|
"web-types.lit.json"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
|
|
65
65
|
}
|
|
@@ -24,6 +24,7 @@ import { multiSelectComboBoxChipStyles } from './styles/vaadin-multi-select-comb
|
|
|
24
24
|
*
|
|
25
25
|
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
|
|
26
26
|
*
|
|
27
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
27
28
|
* @customElement vaadin-multi-select-combo-box-chip
|
|
28
29
|
* @extends HTMLElement
|
|
29
30
|
* @private
|
|
@@ -34,6 +34,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
|
|
|
34
34
|
*
|
|
35
35
|
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
|
|
36
36
|
*
|
|
37
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
37
38
|
* @customElement vaadin-multi-select-combo-box-item
|
|
38
39
|
* @private
|
|
39
40
|
*/
|
|
@@ -17,6 +17,7 @@ import { multiSelectComboBoxOverlayStyles } from './styles/vaadin-multi-select-c
|
|
|
17
17
|
/**
|
|
18
18
|
* An element used internally by `<vaadin-multi-select-combo-box>`. Not intended to be used separately.
|
|
19
19
|
*
|
|
20
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
20
21
|
* @customElement vaadin-multi-select-combo-box-overlay
|
|
21
22
|
* @extends HTMLElement
|
|
22
23
|
* @private
|
|
@@ -96,6 +96,7 @@ import { MultiSelectComboBoxMixin } from './vaadin-multi-select-combo-box-mixin.
|
|
|
96
96
|
* @fires {CustomEvent} selected-items-changed - Fired when the `selectedItems` property changes.
|
|
97
97
|
* @fires {CustomEvent} validated - Fired whenever the field is validated.
|
|
98
98
|
*
|
|
99
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
99
100
|
* @customElement vaadin-multi-select-combo-box
|
|
100
101
|
* @extends HTMLElement
|
|
101
102
|
*/
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/multi-select-combo-box",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -294,9 +294,7 @@
|
|
|
294
294
|
"description": "The theme variants to apply to the component.",
|
|
295
295
|
"value": {
|
|
296
296
|
"type": [
|
|
297
|
-
"string"
|
|
298
|
-
"null",
|
|
299
|
-
"undefined"
|
|
297
|
+
"string"
|
|
300
298
|
]
|
|
301
299
|
}
|
|
302
300
|
},
|
package/web-types.lit.json
CHANGED