@vaadin/multi-select-combo-box 23.3.5 → 23.3.7

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": "23.3.5",
3
+ "version": "23.3.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,14 +37,14 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/combo-box": "~23.3.5",
41
- "@vaadin/component-base": "~23.3.5",
42
- "@vaadin/field-base": "~23.3.5",
43
- "@vaadin/input-container": "~23.3.5",
44
- "@vaadin/lit-renderer": "~23.3.5",
45
- "@vaadin/vaadin-lumo-styles": "~23.3.5",
46
- "@vaadin/vaadin-material-styles": "~23.3.5",
47
- "@vaadin/vaadin-themable-mixin": "~23.3.5"
40
+ "@vaadin/combo-box": "~23.3.7",
41
+ "@vaadin/component-base": "~23.3.7",
42
+ "@vaadin/field-base": "~23.3.7",
43
+ "@vaadin/input-container": "~23.3.7",
44
+ "@vaadin/lit-renderer": "~23.3.7",
45
+ "@vaadin/vaadin-lumo-styles": "~23.3.7",
46
+ "@vaadin/vaadin-material-styles": "~23.3.7",
47
+ "@vaadin/vaadin-themable-mixin": "~23.3.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@esm-bundle/chai": "^4.3.4",
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "6dcae730ea61c2191ec26ed02757557f41c23731"
59
+ "gitHead": "9689f8650a9170b38c0ee691b9603ffb550e04ad"
60
60
  }
@@ -24,14 +24,11 @@ class MultiSelectComboBoxScroller extends ComboBoxScroller {
24
24
  this.setAttribute('aria-multiselectable', 'true');
25
25
  }
26
26
 
27
- /** @private */
28
- __getAriaSelected(_focusedIndex, itemIndex) {
29
- const item = this.items[itemIndex];
30
- return this.__isItemSelected(item, null, this.itemIdPath).toString();
31
- }
32
-
33
- /** @private */
34
- __isItemSelected(item, _selectedItem, itemIdPath) {
27
+ /**
28
+ * @protected
29
+ * @override
30
+ */
31
+ _isItemSelected(item, _selectedItem, itemIdPath) {
35
32
  if (item instanceof ComboBoxPlaceholder) {
36
33
  return false;
37
34
  }
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": "23.3.5",
4
+ "version": "23.3.7",
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": "23.3.5",
4
+ "version": "23.3.7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {