scope360-core 0.0.75 → 0.0.76
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
|
@@ -9146,6 +9146,7 @@ const im = { class: "scope-datepicker__wrapper" }, sm = {
|
|
|
9146
9146
|
invalid: Boolean,
|
|
9147
9147
|
range: Boolean,
|
|
9148
9148
|
width: String,
|
|
9149
|
+
fullWidth: Boolean,
|
|
9149
9150
|
label: String,
|
|
9150
9151
|
size: {
|
|
9151
9152
|
type: String,
|
|
@@ -9166,7 +9167,7 @@ const im = { class: "scope-datepicker__wrapper" }, sm = {
|
|
|
9166
9167
|
n.label ? (A(), F("div", sm, Te(n.label), 1)) : W("", !0),
|
|
9167
9168
|
De(M(xs), {
|
|
9168
9169
|
style: ht({ width: n.width }),
|
|
9169
|
-
class: he(["scope-datepicker", `-${n.size}`, { "-invalid": n.invalid }]),
|
|
9170
|
+
class: he(["scope-datepicker", `-${n.size}`, { "-invalid": n.invalid, "-full-width": n.fullWidth }]),
|
|
9170
9171
|
modelValue: e.value,
|
|
9171
9172
|
"onUpdate:modelValue": a[0] || (a[0] = (r) => e.value = r),
|
|
9172
9173
|
"auto-apply": "",
|
|
@@ -9177,7 +9178,7 @@ const im = { class: "scope-datepicker__wrapper" }, sm = {
|
|
|
9177
9178
|
}, null, 8, ["style", "class", "modelValue", "range", "placeholder"])
|
|
9178
9179
|
]));
|
|
9179
9180
|
}
|
|
9180
|
-
}, ky = /* @__PURE__ */ Et(om, [["__scopeId", "data-v-
|
|
9181
|
+
}, ky = /* @__PURE__ */ Et(om, [["__scopeId", "data-v-9b303a05"]]), lm = ["onClick"], um = {
|
|
9181
9182
|
__name: "Selector",
|
|
9182
9183
|
props: /* @__PURE__ */ Ut({ options: Array, width: String }, {
|
|
9183
9184
|
modelValue: {},
|