@vaadin/multi-select-combo-box 25.2.0-rc2 → 25.2.1

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.2.0-rc2",
3
+ "version": "25.2.1",
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.2.0-rc2",
41
- "@vaadin/combo-box": "25.2.0-rc2",
42
- "@vaadin/component-base": "25.2.0-rc2",
43
- "@vaadin/field-base": "25.2.0-rc2",
44
- "@vaadin/input-container": "25.2.0-rc2",
45
- "@vaadin/item": "25.2.0-rc2",
46
- "@vaadin/lit-renderer": "25.2.0-rc2",
47
- "@vaadin/overlay": "25.2.0-rc2",
48
- "@vaadin/vaadin-themable-mixin": "25.2.0-rc2",
40
+ "@vaadin/a11y-base": "~25.2.1",
41
+ "@vaadin/combo-box": "~25.2.1",
42
+ "@vaadin/component-base": "~25.2.1",
43
+ "@vaadin/field-base": "~25.2.1",
44
+ "@vaadin/input-container": "~25.2.1",
45
+ "@vaadin/item": "~25.2.1",
46
+ "@vaadin/lit-renderer": "~25.2.1",
47
+ "@vaadin/overlay": "~25.2.1",
48
+ "@vaadin/vaadin-themable-mixin": "~25.2.1",
49
49
  "lit": "^3.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@vaadin/aura": "25.2.0-rc2",
53
- "@vaadin/chai-plugins": "25.2.0-rc2",
54
- "@vaadin/test-runner-commands": "25.2.0-rc2",
52
+ "@vaadin/aura": "~25.2.1",
53
+ "@vaadin/chai-plugins": "~25.2.1",
54
+ "@vaadin/test-runner-commands": "~25.2.1",
55
55
  "@vaadin/testing-helpers": "^2.0.0",
56
- "@vaadin/vaadin-lumo-styles": "25.2.0-rc2",
56
+ "@vaadin/vaadin-lumo-styles": "~25.2.1",
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": "9e7f494b8aa2d07921adf2ee397e60465c10762f"
64
+ "gitHead": "2a5e2ee168d3eddf191336d25768d247ea9e2f59"
65
65
  }
@@ -1107,7 +1107,7 @@ export const MultiSelectComboBoxMixin = (superClass) =>
1107
1107
 
1108
1108
  if (this.clearButtonVisible && !this.opened && this.selectedItems && this.selectedItems.length) {
1109
1109
  event.stopPropagation();
1110
- this.selectedItems = [];
1110
+ this._onClearAction();
1111
1111
  }
1112
1112
 
1113
1113
  super._onEscape(event);
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.2.0-rc2",
4
+ "version": "25.2.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -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.2.0-rc2",
4
+ "version": "25.2.1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {