scope360-core 0.0.215 → 0.0.217
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
|
@@ -9200,14 +9200,18 @@ const dM = { class: "scope-datepicker__wrapper" }, hM = {
|
|
|
9200
9200
|
invalid: Boolean,
|
|
9201
9201
|
range: Boolean,
|
|
9202
9202
|
width: String,
|
|
9203
|
-
multiCalendars: Boolean | Object,
|
|
9204
9203
|
inline: Boolean,
|
|
9205
9204
|
fullWidth: Boolean,
|
|
9206
9205
|
label: String,
|
|
9206
|
+
multiCalendars: Boolean | Object,
|
|
9207
9207
|
size: {
|
|
9208
9208
|
type: String,
|
|
9209
9209
|
default: "md"
|
|
9210
9210
|
},
|
|
9211
|
+
maxDate: {
|
|
9212
|
+
type: Date,
|
|
9213
|
+
default: null
|
|
9214
|
+
},
|
|
9211
9215
|
placeholder: {
|
|
9212
9216
|
type: String,
|
|
9213
9217
|
default: "Select Date"
|
|
@@ -9233,6 +9237,7 @@ const dM = { class: "scope-datepicker__wrapper" }, hM = {
|
|
|
9233
9237
|
class: ue(["scope-datepicker", `-${t.size}`, { "-invalid": t.invalid, "-range": t.range }]),
|
|
9234
9238
|
modelValue: s.value,
|
|
9235
9239
|
"onUpdate:modelValue": l[0] || (l[0] = (u) => s.value = u),
|
|
9240
|
+
"max-date": t.maxDate,
|
|
9236
9241
|
"auto-apply": "",
|
|
9237
9242
|
"month-name-format": "long",
|
|
9238
9243
|
"multi-calendars": t.multiCalendars,
|
|
@@ -9243,7 +9248,7 @@ const dM = { class: "scope-datepicker__wrapper" }, hM = {
|
|
|
9243
9248
|
onOpen: r,
|
|
9244
9249
|
onClosed: a,
|
|
9245
9250
|
onCleared: l[1] || (l[1] = (u) => n("cleared"))
|
|
9246
|
-
}, null, 8, ["style", "class", "modelValue", "multi-calendars", "range", "placeholder", "inline"]),
|
|
9251
|
+
}, null, 8, ["style", "class", "modelValue", "max-date", "multi-calendars", "range", "placeholder", "inline"]),
|
|
9247
9252
|
A("div", fM, [
|
|
9248
9253
|
s.value ? z("", !0) : (D(), me(Xe, {
|
|
9249
9254
|
key: 0,
|
|
@@ -9254,7 +9259,7 @@ const dM = { class: "scope-datepicker__wrapper" }, hM = {
|
|
|
9254
9259
|
], 2)
|
|
9255
9260
|
]));
|
|
9256
9261
|
}
|
|
9257
|
-
}, JV = /* @__PURE__ */ Ue(mM, [["__scopeId", "data-v-
|
|
9262
|
+
}, JV = /* @__PURE__ */ Ue(mM, [["__scopeId", "data-v-78c1c6cd"]]), pM = ["onClick"], gM = {
|
|
9258
9263
|
__name: "Selector",
|
|
9259
9264
|
props: /* @__PURE__ */ Yt({ options: Array, width: String }, {
|
|
9260
9265
|
modelValue: {},
|