scope360-core 0.0.53 → 0.0.55
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
|
@@ -1217,7 +1217,7 @@ const Sc = {
|
|
|
1217
1217
|
}),
|
|
1218
1218
|
emits: ["update:modelValue"],
|
|
1219
1219
|
setup(n) {
|
|
1220
|
-
const e = n, t = U(() => e.width ? { width: e.width } : null), a = te(null), r = U(() => a.value && a.value.isOpen), i = U(() => !!l.value.length), s = U(
|
|
1220
|
+
const e = n, t = U(() => e.width ? { width: e.width } : null), a = te(null), r = U(() => a.value && a.value.isOpen), i = U(() => !!(l.value && l.value.length)), s = U(
|
|
1221
1221
|
() => e.options.every((c) => typeof c == "object" && c !== null)
|
|
1222
1222
|
), o = U(
|
|
1223
1223
|
() => s.value ? e.options.map((c) => c.name) : e.options
|
|
@@ -1273,7 +1273,7 @@ const Sc = {
|
|
|
1273
1273
|
], 2)
|
|
1274
1274
|
], 4));
|
|
1275
1275
|
}
|
|
1276
|
-
}, uy = /* @__PURE__ */ Ft(Oc, [["__scopeId", "data-v-
|
|
1276
|
+
}, uy = /* @__PURE__ */ Ft(Oc, [["__scopeId", "data-v-f5c203e3"]]), Ac = {
|
|
1277
1277
|
key: 0,
|
|
1278
1278
|
class: "scope-input__label"
|
|
1279
1279
|
}, Cc = ["disabled", "placeholder"], Rc = {
|
|
@@ -9114,6 +9114,10 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9114
9114
|
size: {
|
|
9115
9115
|
type: String,
|
|
9116
9116
|
default: "md"
|
|
9117
|
+
},
|
|
9118
|
+
placeholder: {
|
|
9119
|
+
type: String,
|
|
9120
|
+
default: "Select Date"
|
|
9117
9121
|
}
|
|
9118
9122
|
}, {
|
|
9119
9123
|
modelValue: {},
|
|
@@ -9130,11 +9134,12 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9130
9134
|
"auto-apply": "",
|
|
9131
9135
|
"month-name-format": "long",
|
|
9132
9136
|
"enable-time-picker": !1,
|
|
9133
|
-
range: n.range
|
|
9134
|
-
|
|
9137
|
+
range: n.range,
|
|
9138
|
+
placeholder: n.placeholder
|
|
9139
|
+
}, null, 8, ["class", "modelValue", "range", "placeholder"])
|
|
9135
9140
|
]));
|
|
9136
9141
|
}
|
|
9137
|
-
}, my = /* @__PURE__ */ Ft(tm, [["__scopeId", "data-v-
|
|
9142
|
+
}, my = /* @__PURE__ */ Ft(tm, [["__scopeId", "data-v-c3846c5e"]]), nm = ["onClick"], am = {
|
|
9138
9143
|
__name: "Selector",
|
|
9139
9144
|
props: /* @__PURE__ */ on({ options: Array, width: String }, {
|
|
9140
9145
|
modelValue: {},
|