@dpa-id-components/dpa-shared-components 3.1.6 → 3.1.7

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.
@@ -13666,7 +13666,7 @@ const sy = iy, ly = { class: "flex" }, uy = { class: "w-37 flex h-80 flex-col bo
13666
13666
  r.value?.closeMenu();
13667
13667
  }, l = (S) => {
13668
13668
  const v = S.map((g) => new Date(g));
13669
- n.value = v, f(v), o();
13669
+ n.value = v, f(v.map((g) => new Date(g))), o();
13670
13670
  }, s = (S) => {
13671
13671
  const v = Mr(S[0], "dd.MM.yyyy"), g = Mr(S[1], "dd.MM.yyyy");
13672
13672
  return v + "-" + g;