scope360-core 0.0.427 → 0.0.428
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.
package/dist/scope360-core.js
CHANGED
|
@@ -9394,8 +9394,9 @@ const ND = { class: "scope-calendar scope-datepicker__wrapper" }, FD = {
|
|
|
9394
9394
|
};
|
|
9395
9395
|
return Et(() => {
|
|
9396
9396
|
if (i.multiCalendars && (i.maxDate || i.minDate)) {
|
|
9397
|
+
console.log("here");
|
|
9397
9398
|
const u = /* @__PURE__ */ new Date();
|
|
9398
|
-
s.value.setMonthYear(
|
|
9399
|
+
console.log(s.value, u), s.value.setMonthYear(
|
|
9399
9400
|
u.getFullYear(),
|
|
9400
9401
|
u.getMonth() - 1
|
|
9401
9402
|
);
|
|
@@ -9454,7 +9455,7 @@ const ND = { class: "scope-calendar scope-datepicker__wrapper" }, FD = {
|
|
|
9454
9455
|
], 2)
|
|
9455
9456
|
]));
|
|
9456
9457
|
}
|
|
9457
|
-
}, VD = /* @__PURE__ */ Be(YD, [["__scopeId", "data-v-
|
|
9458
|
+
}, VD = /* @__PURE__ */ Be(YD, [["__scopeId", "data-v-e18e4d40"]]), BD = ["onClick"], WD = {
|
|
9458
9459
|
__name: "Selector",
|
|
9459
9460
|
props: /* @__PURE__ */ ht({
|
|
9460
9461
|
options: Array,
|