@dpa-id-components/dpa-shared-components 8.11.3 → 8.11.4

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.
@@ -16322,9 +16322,12 @@ const Gs = {
16322
16322
  const i = le(!1), l = () => {
16323
16323
  n.value?.closeMenu();
16324
16324
  }, s = (h, y) => {
16325
- r("datepickerQuickfilterClick", y);
16326
- const O = h.map((g) => new Date(g));
16327
- o.value = O, b(O.map((g) => new Date(g))), l();
16325
+ if (r("datepickerQuickfilterClick", y), Array.isArray(h)) {
16326
+ const O = h.map((g) => new Date(g));
16327
+ o.value = O;
16328
+ } else
16329
+ o.value = h;
16330
+ b(o.value), l();
16328
16331
  }, u = (h) => {
16329
16332
  const y = gn(h[0], "dd.MM.yyyy"), w = gn(h[1], "dd.MM.yyyy");
16330
16333
  return y + "-" + w;