@vaadin/multi-select-combo-box 24.4.0-alpha17 → 24.4.0-alpha19

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": "24.4.0-alpha17",
3
+ "version": "24.4.0-alpha19",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,17 +38,17 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.4.0-alpha17",
42
- "@vaadin/combo-box": "24.4.0-alpha17",
43
- "@vaadin/component-base": "24.4.0-alpha17",
44
- "@vaadin/field-base": "24.4.0-alpha17",
45
- "@vaadin/input-container": "24.4.0-alpha17",
46
- "@vaadin/item": "24.4.0-alpha17",
47
- "@vaadin/lit-renderer": "24.4.0-alpha17",
48
- "@vaadin/overlay": "24.4.0-alpha17",
49
- "@vaadin/vaadin-lumo-styles": "24.4.0-alpha17",
50
- "@vaadin/vaadin-material-styles": "24.4.0-alpha17",
51
- "@vaadin/vaadin-themable-mixin": "24.4.0-alpha17"
41
+ "@vaadin/a11y-base": "24.4.0-alpha19",
42
+ "@vaadin/combo-box": "24.4.0-alpha19",
43
+ "@vaadin/component-base": "24.4.0-alpha19",
44
+ "@vaadin/field-base": "24.4.0-alpha19",
45
+ "@vaadin/input-container": "24.4.0-alpha19",
46
+ "@vaadin/item": "24.4.0-alpha19",
47
+ "@vaadin/lit-renderer": "24.4.0-alpha19",
48
+ "@vaadin/overlay": "24.4.0-alpha19",
49
+ "@vaadin/vaadin-lumo-styles": "24.4.0-alpha19",
50
+ "@vaadin/vaadin-material-styles": "24.4.0-alpha19",
51
+ "@vaadin/vaadin-themable-mixin": "24.4.0-alpha19"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@esm-bundle/chai": "^4.3.4",
@@ -60,5 +60,5 @@
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "eb6b4dac66be1c0ddc77757bed5f84a6d355e5cf"
63
+ "gitHead": "5fad5eb53de7da69c1a19776a11ba74ceba27ea0"
64
64
  }
@@ -413,17 +413,15 @@ class MultiSelectComboBoxInternal extends ComboBoxDataProviderMixin(ComboBoxMixi
413
413
  * Override method inherited from the combo-box
414
414
  * to not request data provider when read-only.
415
415
  *
416
- * @param {number}
417
- * @return {boolean}
418
416
  * @protected
419
417
  * @override
420
418
  */
421
- _shouldLoadPage(page) {
419
+ _shouldFetchData() {
422
420
  if (this.readonly) {
423
421
  return false;
424
422
  }
425
423
 
426
- return super._shouldLoadPage(page);
424
+ return super._shouldFetchData();
427
425
  }
428
426
 
429
427
  /**
@@ -1,10 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
- */
6
- import '@vaadin/vaadin-lumo-styles/color.js';
7
- import '@vaadin/vaadin-lumo-styles/font-icons.js';
8
- import '@vaadin/vaadin-lumo-styles/spacing.js';
9
- import '@vaadin/vaadin-lumo-styles/style.js';
10
- import '@vaadin/vaadin-lumo-styles/typography.js';
@@ -1,10 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
- */
6
- import '@vaadin/input-container/theme/lumo/vaadin-input-container-styles.js';
7
- import '@vaadin/vaadin-lumo-styles/color.js';
8
- import '@vaadin/vaadin-lumo-styles/font-icons.js';
9
- import '@vaadin/vaadin-lumo-styles/style.js';
10
- import '@vaadin/vaadin-lumo-styles/typography.js';
@@ -1,8 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
- */
6
- import './vaadin-multi-select-combo-box-chip-styles.js';
7
- import './vaadin-multi-select-combo-box-styles.js';
8
- import '../../src/vaadin-multi-select-combo-box.js';
@@ -1,8 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
- */
6
- import '@vaadin/vaadin-material-styles/color.js';
7
- import '@vaadin/vaadin-material-styles/font-icons.js';
8
- import '@vaadin/vaadin-material-styles/typography.js';
@@ -1,9 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
- */
6
- import '@vaadin/input-container/theme/material/vaadin-input-container-styles.js';
7
- import '@vaadin/vaadin-material-styles/color.js';
8
- import '@vaadin/vaadin-material-styles/font-icons.js';
9
- import '@vaadin/vaadin-material-styles/typography.js';
@@ -1,8 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
- */
6
- import './vaadin-multi-select-combo-box-chip-styles.js';
7
- import './vaadin-multi-select-combo-box-styles.js';
8
- import '../../src/vaadin-multi-select-combo-box.js';