@vaadin/multi-select-combo-box 24.7.0-alpha1 → 24.7.0-alpha10

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.
Files changed (40) hide show
  1. package/package.json +16 -15
  2. package/src/lit/renderer-directives.d.ts +1 -1
  3. package/src/lit/renderer-directives.js +1 -1
  4. package/src/vaadin-lit-multi-select-combo-box-chip.js +1 -1
  5. package/src/vaadin-lit-multi-select-combo-box-container.js +1 -1
  6. package/src/vaadin-lit-multi-select-combo-box-internal.js +1 -1
  7. package/src/vaadin-lit-multi-select-combo-box-item.js +1 -1
  8. package/src/vaadin-lit-multi-select-combo-box-overlay.js +1 -1
  9. package/src/vaadin-lit-multi-select-combo-box-scroller.js +1 -1
  10. package/src/vaadin-lit-multi-select-combo-box.js +1 -1
  11. package/src/vaadin-multi-select-combo-box-chip.js +1 -1
  12. package/src/vaadin-multi-select-combo-box-container.js +1 -1
  13. package/src/vaadin-multi-select-combo-box-internal-mixin.js +2 -6
  14. package/src/vaadin-multi-select-combo-box-internal.js +1 -1
  15. package/src/vaadin-multi-select-combo-box-item.d.ts +1 -1
  16. package/src/vaadin-multi-select-combo-box-item.js +1 -1
  17. package/src/vaadin-multi-select-combo-box-mixin.d.ts +1 -1
  18. package/src/vaadin-multi-select-combo-box-mixin.js +2 -14
  19. package/src/vaadin-multi-select-combo-box-overlay.d.ts +1 -1
  20. package/src/vaadin-multi-select-combo-box-overlay.js +1 -1
  21. package/src/vaadin-multi-select-combo-box-scroller.d.ts +1 -1
  22. package/src/vaadin-multi-select-combo-box-scroller.js +1 -1
  23. package/src/vaadin-multi-select-combo-box-styles.d.ts +1 -1
  24. package/src/vaadin-multi-select-combo-box-styles.js +1 -1
  25. package/src/vaadin-multi-select-combo-box.d.ts +1 -1
  26. package/src/vaadin-multi-select-combo-box.js +1 -1
  27. package/theme/lumo/vaadin-multi-select-combo-box-chip-styles.d.ts +1 -1
  28. package/theme/lumo/vaadin-multi-select-combo-box-chip-styles.js +1 -1
  29. package/theme/lumo/vaadin-multi-select-combo-box-styles.d.ts +1 -1
  30. package/theme/lumo/vaadin-multi-select-combo-box-styles.js +1 -1
  31. package/theme/lumo/vaadin-multi-select-combo-box.d.ts +1 -1
  32. package/theme/lumo/vaadin-multi-select-combo-box.js +1 -1
  33. package/theme/material/vaadin-multi-select-combo-box-chip-styles.d.ts +1 -1
  34. package/theme/material/vaadin-multi-select-combo-box-chip-styles.js +1 -1
  35. package/theme/material/vaadin-multi-select-combo-box-styles.d.ts +1 -1
  36. package/theme/material/vaadin-multi-select-combo-box-styles.js +1 -1
  37. package/theme/material/vaadin-multi-select-combo-box.d.ts +1 -1
  38. package/theme/material/vaadin-multi-select-combo-box.js +1 -1
  39. package/web-types.json +1 -1
  40. package/web-types.lit.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/multi-select-combo-box",
3
- "version": "24.7.0-alpha1",
3
+ "version": "24.7.0-alpha10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,27 +39,28 @@
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/a11y-base": "24.7.0-alpha1",
43
- "@vaadin/combo-box": "24.7.0-alpha1",
44
- "@vaadin/component-base": "24.7.0-alpha1",
45
- "@vaadin/field-base": "24.7.0-alpha1",
46
- "@vaadin/input-container": "24.7.0-alpha1",
47
- "@vaadin/item": "24.7.0-alpha1",
48
- "@vaadin/lit-renderer": "24.7.0-alpha1",
49
- "@vaadin/overlay": "24.7.0-alpha1",
50
- "@vaadin/vaadin-lumo-styles": "24.7.0-alpha1",
51
- "@vaadin/vaadin-material-styles": "24.7.0-alpha1",
52
- "@vaadin/vaadin-themable-mixin": "24.7.0-alpha1",
42
+ "@vaadin/a11y-base": "24.7.0-alpha10",
43
+ "@vaadin/combo-box": "24.7.0-alpha10",
44
+ "@vaadin/component-base": "24.7.0-alpha10",
45
+ "@vaadin/field-base": "24.7.0-alpha10",
46
+ "@vaadin/input-container": "24.7.0-alpha10",
47
+ "@vaadin/item": "24.7.0-alpha10",
48
+ "@vaadin/lit-renderer": "24.7.0-alpha10",
49
+ "@vaadin/overlay": "24.7.0-alpha10",
50
+ "@vaadin/vaadin-lumo-styles": "24.7.0-alpha10",
51
+ "@vaadin/vaadin-material-styles": "24.7.0-alpha10",
52
+ "@vaadin/vaadin-themable-mixin": "24.7.0-alpha10",
53
53
  "lit": "^3.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@vaadin/chai-plugins": "24.7.0-alpha1",
57
- "@vaadin/testing-helpers": "^1.0.0",
56
+ "@vaadin/chai-plugins": "24.7.0-alpha10",
57
+ "@vaadin/test-runner-commands": "24.7.0-alpha10",
58
+ "@vaadin/testing-helpers": "^1.1.0",
58
59
  "sinon": "^18.0.0"
59
60
  },
60
61
  "web-types": [
61
62
  "web-types.json",
62
63
  "web-types.lit.json"
63
64
  ],
64
- "gitHead": "04be941c9a7b659871c97f31b9cc3ffd7528087b"
65
+ "gitHead": "c0f8933df2a6a40648d3fb9cfbae6bbf86a8aa90"
65
66
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { DirectiveResult } from 'lit/directive.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { directive } from 'lit/directive.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, LitElement } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css, html } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-lit-multi-select-combo-box-item.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css, html, LitElement } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css, html, LitElement } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css, html, LitElement } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-lit-multi-select-combo-box-chip.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { defineCustomElement } from '@vaadin/component-base/src/define.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { ComboBoxDataProviderMixin } from '@vaadin/combo-box/src/vaadin-combo-box-data-provider-mixin.js';
@@ -147,11 +147,7 @@ export const MultiSelectComboBoxInternalMixin = (superClass) =>
147
147
  }
148
148
 
149
149
  /** @protected */
150
- async _updateOverlayWidth() {
151
- if (!this.$ && this.updateComplete) {
152
- await this.updateComplete;
153
- }
154
-
150
+ _updateOverlayWidth() {
155
151
  this.$.overlay._updateOverlayWidth();
156
152
  }
157
153
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-multi-select-combo-box-item.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2018 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2018 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { ComboBoxDefaultItem, ComboBoxItemMixinClass } from '@vaadin/combo-box/src/vaadin-combo-box-item-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { announce } from '@vaadin/a11y-base/src/announce.js';
@@ -809,15 +809,11 @@ export const MultiSelectComboBoxMixin = (superClass) =>
809
809
  }
810
810
 
811
811
  /** @private */
812
- async __updateChips() {
812
+ __updateChips() {
813
813
  if (!this._inputField || !this.inputElement) {
814
814
  return;
815
815
  }
816
816
 
817
- if (!this._inputField.$) {
818
- await this._inputField.updateComplete;
819
- }
820
-
821
817
  // Clear all chips except the overflow
822
818
  this._chips.forEach((chip) => {
823
819
  chip.remove();
@@ -844,10 +840,6 @@ export const MultiSelectComboBoxMixin = (superClass) =>
844
840
  for (let i = items.length - 1, refNode = null; i >= 0; i--) {
845
841
  const chip = this.__createChip(items[i]);
846
842
  this.insertBefore(chip, refNode);
847
- // Render Lit based chip
848
- if (chip.performUpdate) {
849
- chip.performUpdate();
850
- }
851
843
  refNode = chip;
852
844
  chips.unshift(chip);
853
845
  }
@@ -883,10 +875,6 @@ export const MultiSelectComboBoxMixin = (superClass) =>
883
875
  for (let i = items.length - 1, refNode = null; i >= 0; i--) {
884
876
  const chip = this.__createChip(items[i]);
885
877
  this.insertBefore(chip, refNode);
886
- // Render Lit based chip
887
- if (chip.performUpdate) {
888
- chip.performUpdate();
889
- }
890
878
 
891
879
  // When auto expanding vertically, no need to measure remaining width
892
880
  if (!this.autoExpandVertically && this.$.chips.clientWidth > remainingWidth) {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { ComboBoxOverlayMixin } from '@vaadin/combo-box/src/vaadin-combo-box-overlay-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { ComboBoxScrollerMixin } from '@vaadin/combo-box/src/vaadin-combo-box-scroller-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { CSSResult } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { DelegateFocusMixinClass } from '@vaadin/a11y-base/src/delegate-focus-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-multi-select-combo-box-chip.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/vaadin-lumo-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/vaadin-lumo-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/input-container/theme/lumo/vaadin-input-container-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/input-container/theme/lumo/vaadin-input-container-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-multi-select-combo-box-chip-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-multi-select-combo-box-chip-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/vaadin-material-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/vaadin-material-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/input-container/theme/material/vaadin-input-container-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/input-container/theme/material/vaadin-input-container-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-multi-select-combo-box-chip-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2025 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-multi-select-combo-box-chip-styles.js';
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": "24.7.0-alpha1",
4
+ "version": "24.7.0-alpha10",
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": "24.7.0-alpha1",
4
+ "version": "24.7.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {