@comercti/react-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.
@@ -8361,7 +8361,9 @@ const xu = /* @__PURE__ */ Q({
8361
8361
  }), s2 = (e, t) => {
8362
8362
  const a = L([]);
8363
8363
  zt(() => {
8364
- 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);
8364
+ 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) => {
8365
+ a.value[c] = !0;
8366
+ });
8365
8367
  });
8366
8368
  const n = (c) => {
8367
8369
  a.value[c] = !a.value[c];