wave-ui 3.17.1 → 3.17.2

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.
@@ -1074,7 +1074,7 @@ const rt = {
1074
1074
  onItemToggle(e) {
1075
1075
  this.expandSingle && this.state.accordionItems.forEach((i) => i._index !== e._index && (i._expanded = !1));
1076
1076
  const t = this.state.accordionItems.map((i) => i._expanded || !1);
1077
- console.log("toggling item", t), this.$emit("update:modelValue", t), this.$emit("input", t), this.$emit("item-expand", { item: e, expanded: e._expanded });
1077
+ this.$emit("update:modelValue", t), this.$emit("input", t), this.$emit("item-expand", { item: e, expanded: e._expanded });
1078
1078
  },
1079
1079
  onEndOfCollapse(e) {
1080
1080
  this.$emit("item-collapsed", { item: e, expanded: e._expanded });