scope360-core 0.0.193 → 0.0.195
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
|
@@ -1319,9 +1319,11 @@ const Rw = {
|
|
|
1319
1319
|
modelValue: {},
|
|
1320
1320
|
modelModifiers: {}
|
|
1321
1321
|
}),
|
|
1322
|
-
emits: /* @__PURE__ */ Ft(["input", "enter", "save"], ["update:modelValue"]),
|
|
1322
|
+
emits: /* @__PURE__ */ Ft(["input", "enter", "save", "clickOutside"], ["update:modelValue"]),
|
|
1323
1323
|
setup(t, { expose: e, emit: n }) {
|
|
1324
|
-
const { error: s } = Qb(), i = n, r = X(null)
|
|
1324
|
+
const { error: s } = Qb(), i = n, r = X(null);
|
|
1325
|
+
X(null);
|
|
1326
|
+
const a = cn(t, "modelValue"), o = t, l = j(() => o.width ? { width: o.width } : null), u = X(!1), c = () => {
|
|
1325
1327
|
r.value.focus();
|
|
1326
1328
|
}, d = (h) => {
|
|
1327
1329
|
navigator.clipboard.writeText(h).then(() => {
|
|
@@ -1398,7 +1400,7 @@ const Rw = {
|
|
|
1398
1400
|
t.invalid ? (D(), E("div", Fw, re(t.errorMessage), 1)) : z("", !0)
|
|
1399
1401
|
], 2));
|
|
1400
1402
|
}
|
|
1401
|
-
}, HV = /* @__PURE__ */ Ue(Yw, [["__scopeId", "data-v-
|
|
1403
|
+
}, HV = /* @__PURE__ */ Ue(Yw, [["__scopeId", "data-v-92f24b05"]]), Vw = { class: "scope-radio-label" }, Bw = ["value"], Ww = { class: "scope-text" }, zw = {
|
|
1402
1404
|
__name: "Radio",
|
|
1403
1405
|
props: /* @__PURE__ */ Ft({
|
|
1404
1406
|
value: String | Object | Boolean | Number,
|