@a2simcode/ui 0.0.226 → 0.0.227

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.
@@ -5402,7 +5402,7 @@ var zp = class {
5402
5402
  })).filter(({ item: ie }) => ie.config?.active);
5403
5403
  return H.value?.accordion ? ee.length > 0 ? "_collapse" + ee[0].index : "" : ee.map(({ index: ie }) => "_collapse" + ie);
5404
5404
  }
5405
- return T.value ? oe ? oe.split(",") : [] : oe;
5405
+ return T.value ? oe ? oe.split(",") : [] : (console.log("inputValue test", oe), oe);
5406
5406
  },
5407
5407
  set(oe) {
5408
5408
  const Oe = A.value;