@vaadin/multi-select-combo-box 25.0.0-alpha11 → 25.0.0-alpha13
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/multi-select-combo-box",
|
|
3
|
-
"version": "25.0.0-
|
|
3
|
+
"version": "25.0.0-alpha13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
39
|
-
"@vaadin/a11y-base": "25.0.0-
|
|
40
|
-
"@vaadin/combo-box": "25.0.0-
|
|
41
|
-
"@vaadin/component-base": "25.0.0-
|
|
42
|
-
"@vaadin/field-base": "25.0.0-
|
|
43
|
-
"@vaadin/input-container": "25.0.0-
|
|
44
|
-
"@vaadin/item": "25.0.0-
|
|
45
|
-
"@vaadin/lit-renderer": "25.0.0-
|
|
46
|
-
"@vaadin/overlay": "25.0.0-
|
|
47
|
-
"@vaadin/vaadin-themable-mixin": "25.0.0-
|
|
39
|
+
"@vaadin/a11y-base": "25.0.0-alpha13",
|
|
40
|
+
"@vaadin/combo-box": "25.0.0-alpha13",
|
|
41
|
+
"@vaadin/component-base": "25.0.0-alpha13",
|
|
42
|
+
"@vaadin/field-base": "25.0.0-alpha13",
|
|
43
|
+
"@vaadin/input-container": "25.0.0-alpha13",
|
|
44
|
+
"@vaadin/item": "25.0.0-alpha13",
|
|
45
|
+
"@vaadin/lit-renderer": "25.0.0-alpha13",
|
|
46
|
+
"@vaadin/overlay": "25.0.0-alpha13",
|
|
47
|
+
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha13",
|
|
48
48
|
"lit": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@vaadin/chai-plugins": "25.0.0-
|
|
52
|
-
"@vaadin/test-runner-commands": "25.0.0-
|
|
51
|
+
"@vaadin/chai-plugins": "25.0.0-alpha13",
|
|
52
|
+
"@vaadin/test-runner-commands": "25.0.0-alpha13",
|
|
53
53
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
54
|
-
"@vaadin/vaadin-lumo-styles": "25.0.0-
|
|
54
|
+
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha13",
|
|
55
55
|
"sinon": "^18.0.0"
|
|
56
56
|
},
|
|
57
57
|
"web-types": [
|
|
58
58
|
"web-types.json",
|
|
59
59
|
"web-types.lit.json"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "182de596226343392135468f021bbce9e6402011"
|
|
62
62
|
}
|
|
@@ -22,7 +22,8 @@ export const multiSelectComboBoxChipStyles = css`
|
|
|
22
22
|
padding: 0 var(--vaadin-chip-padding, 0.3em);
|
|
23
23
|
height: var(--vaadin-chip-height, calc(1lh / 0.875));
|
|
24
24
|
border-radius: var(--vaadin-chip-border-radius, var(--vaadin-radius-m));
|
|
25
|
-
border: var(--vaadin-chip-border-width, 1px) solid
|
|
25
|
+
border: var(--vaadin-chip-border-width, 1px) solid
|
|
26
|
+
var(--vaadin-chip-border-color, var(--vaadin-border-color-subtle));
|
|
26
27
|
cursor: default;
|
|
27
28
|
}
|
|
28
29
|
|
|
@@ -84,7 +85,7 @@ export const multiSelectComboBoxChipStyles = css`
|
|
|
84
85
|
content: '';
|
|
85
86
|
position: absolute;
|
|
86
87
|
inset: calc(var(--vaadin-chip-border-width, 1px) * -1);
|
|
87
|
-
border-inline-start: 2px solid var(--vaadin-chip-border-color, var(--vaadin-border-color));
|
|
88
|
+
border-inline-start: 2px solid var(--vaadin-chip-border-color, var(--vaadin-border-color-subtle));
|
|
88
89
|
border-radius: inherit;
|
|
89
90
|
}
|
|
90
91
|
|
|
@@ -13,7 +13,6 @@ import type { ComboBoxBaseMixinClass } from '@vaadin/combo-box/src/vaadin-combo-
|
|
|
13
13
|
import type { ComboBoxDataProviderMixinClass } from '@vaadin/combo-box/src/vaadin-combo-box-data-provider-mixin.js';
|
|
14
14
|
import type { ComboBoxItemsMixinClass } from '@vaadin/combo-box/src/vaadin-combo-box-items-mixin.js';
|
|
15
15
|
import type { DelegateStateMixinClass } from '@vaadin/component-base/src/delegate-state-mixin.js';
|
|
16
|
-
import type { OverlayClassMixinClass } from '@vaadin/component-base/src/overlay-class-mixin.js';
|
|
17
16
|
import type { ResizeMixinClass } from '@vaadin/component-base/src/resize-mixin.js';
|
|
18
17
|
import type { SlotStylesMixinClass } from '@vaadin/component-base/src/slot-styles-mixin.js';
|
|
19
18
|
import type { ClearButtonMixinClass } from '@vaadin/field-base/src/clear-button-mixin.js';
|
|
@@ -56,7 +55,6 @@ export declare function MultiSelectComboBoxMixin<TItem, T extends Constructor<HT
|
|
|
56
55
|
Constructor<KeyboardMixinClass> &
|
|
57
56
|
Constructor<LabelMixinClass> &
|
|
58
57
|
Constructor<MultiSelectComboBoxMixinClass<TItem>> &
|
|
59
|
-
Constructor<OverlayClassMixinClass> &
|
|
60
58
|
Constructor<ResizeMixinClass> &
|
|
61
59
|
Constructor<SlotStylesMixinClass> &
|
|
62
60
|
Constructor<ValidateMixinClass> &
|
|
@@ -13,7 +13,6 @@ import type { ComboBoxDataProviderMixinClass } from '@vaadin/combo-box/src/vaadi
|
|
|
13
13
|
import type { ComboBoxItemsMixinClass } from '@vaadin/combo-box/src/vaadin-combo-box-items-mixin.js';
|
|
14
14
|
import type { DelegateStateMixinClass } from '@vaadin/component-base/src/delegate-state-mixin.js';
|
|
15
15
|
import type { ElementMixinClass } from '@vaadin/component-base/src/element-mixin.js';
|
|
16
|
-
import type { OverlayClassMixinClass } from '@vaadin/component-base/src/overlay-class-mixin.js';
|
|
17
16
|
import type { ResizeMixinClass } from '@vaadin/component-base/src/resize-mixin.js';
|
|
18
17
|
import type { SlotStylesMixinClass } from '@vaadin/component-base/src/slot-styles-mixin.js';
|
|
19
18
|
import type { ClearButtonMixinClass } from '@vaadin/field-base/src/clear-button-mixin.js';
|
|
@@ -189,7 +188,6 @@ interface MultiSelectComboBox<TItem = ComboBoxDefaultItem>
|
|
|
189
188
|
DelegateStateMixinClass,
|
|
190
189
|
DelegateFocusMixinClass,
|
|
191
190
|
MultiSelectComboBoxMixinClass<TItem>,
|
|
192
|
-
OverlayClassMixinClass,
|
|
193
191
|
ResizeMixinClass,
|
|
194
192
|
ThemableMixinClass,
|
|
195
193
|
ThemePropertyMixinClass,
|
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.0.0-
|
|
4
|
+
"version": "25.0.0-alpha13",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -51,17 +51,6 @@
|
|
|
51
51
|
]
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
"name": "overlay-class",
|
|
56
|
-
"description": "A space-delimited list of CSS class names to set on the overlay element.\nThis property does not affect other CSS class names set manually via JS.\n\nNote, if the CSS class name was set with this property, clearing it will\nremove it from the overlay, even if the same class name was also added\nmanually, e.g. by using `classList.add()` in the `renderer` function.",
|
|
57
|
-
"value": {
|
|
58
|
-
"type": [
|
|
59
|
-
"string",
|
|
60
|
-
"null",
|
|
61
|
-
"undefined"
|
|
62
|
-
]
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
54
|
{
|
|
66
55
|
"name": "opened",
|
|
67
56
|
"description": "True if the dropdown is open, false otherwise.",
|
|
@@ -416,17 +405,6 @@
|
|
|
416
405
|
]
|
|
417
406
|
}
|
|
418
407
|
},
|
|
419
|
-
{
|
|
420
|
-
"name": "overlayClass",
|
|
421
|
-
"description": "A space-delimited list of CSS class names to set on the overlay element.\nThis property does not affect other CSS class names set manually via JS.\n\nNote, if the CSS class name was set with this property, clearing it will\nremove it from the overlay, even if the same class name was also added\nmanually, e.g. by using `classList.add()` in the `renderer` function.",
|
|
422
|
-
"value": {
|
|
423
|
-
"type": [
|
|
424
|
-
"string",
|
|
425
|
-
"null",
|
|
426
|
-
"undefined"
|
|
427
|
-
]
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
408
|
{
|
|
431
409
|
"name": "opened",
|
|
432
410
|
"description": "True if the dropdown is open, false otherwise.",
|
package/web-types.lit.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.0.0-
|
|
4
|
+
"version": "25.0.0-alpha13",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -152,13 +152,6 @@
|
|
|
152
152
|
"kind": "expression"
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
"name": ".overlayClass",
|
|
157
|
-
"description": "A space-delimited list of CSS class names to set on the overlay element.\nThis property does not affect other CSS class names set manually via JS.\n\nNote, if the CSS class name was set with this property, clearing it will\nremove it from the overlay, even if the same class name was also added\nmanually, e.g. by using `classList.add()` in the `renderer` function.",
|
|
158
|
-
"value": {
|
|
159
|
-
"kind": "expression"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
155
|
{
|
|
163
156
|
"name": ".items",
|
|
164
157
|
"description": "A full set of items to filter the visible options from.\nThe items can be of either `String` or `Object` type.",
|