@dpa-id-components/dpa-shared-components 8.8.2 → 8.8.3
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.
|
@@ -14991,7 +14991,7 @@ const w1 = b1, k1 = { class: "flex h-80 w-37 flex-col border-r-2 border-r-gray-2
|
|
|
14991
14991
|
});
|
|
14992
14992
|
return r.monthPicker ? g : m;
|
|
14993
14993
|
}, c = (f) => r.customFormatCallback ? r.customFormatCallback(f) : r.definesRange ? s(f) : u(f), d = K(() => {
|
|
14994
|
-
const f = Ie(/* @__PURE__ */ new Date()) +
|
|
14994
|
+
const f = Ie(/* @__PURE__ */ new Date()) + 10;
|
|
14995
14995
|
return [r.firstAvailableDate, f];
|
|
14996
14996
|
}), v = (f) => {
|
|
14997
14997
|
t("date-changed", f), o.value = !1, i();
|
|
@@ -15014,7 +15014,8 @@ const w1 = b1, k1 = { class: "flex h-80 w-37 flex-col border-r-2 border-r-gray-2
|
|
|
15014
15014
|
],
|
|
15015
15015
|
offset: "10",
|
|
15016
15016
|
class: de({
|
|
15017
|
-
dynamicPadding: f.multiCalendars
|
|
15017
|
+
dynamicPadding: f.multiCalendars,
|
|
15018
|
+
singleCalWidth: !f.multiCalendars
|
|
15018
15019
|
}),
|
|
15019
15020
|
utc: "",
|
|
15020
15021
|
"text-input": !f.roundedEdges,
|