@comercti/vue-components-hmg 0.24.1 → 0.24.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.
@@ -7849,7 +7849,9 @@ const Zu = /* @__PURE__ */ Q({
7849
7849
  }), _0 = (e, t) => {
7850
7850
  const a = L([]);
7851
7851
  Ft(() => {
7852
- e.allOpen ? a.value = e.items.map(() => !0) : e.openTheFirst ? a.value = e.items.map((c, g) => g === 0) : a.value = e.items.map(() => !1), e.closeCollapse >= 0 && (a.value[e.closeCollapse] = !1), e.openCollapse >= 0 && (a.value[e.openCollapse] = !0);
7852
+ e.allOpen ? a.value = e.items.map(() => !0) : e.openTheFirst ? a.value = e.items.map((c, g) => g === 0) : a.value = e.items.map(() => !1), e.closeCollapse >= 0 && (a.value[e.closeCollapse] = !1), e.openCollapse && e.openCollapse.length > 0 && e.openCollapse.forEach((c) => {
7853
+ a.value[c] = !0;
7854
+ });
7853
7855
  });
7854
7856
  const n = (c) => {
7855
7857
  a.value[c] = !a.value[c];