scope360-core 0.0.237 → 0.0.238
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
|
@@ -1348,7 +1348,7 @@ const $w = {
|
|
|
1348
1348
|
ref_key: "inputRef",
|
|
1349
1349
|
ref: r,
|
|
1350
1350
|
disabled: t.disabled,
|
|
1351
|
-
class: ue([`-${t.size}`, { "-invalid": t.invalid, "-side-sign": !!t.sideSign, "-has-save": t.hasSave }]),
|
|
1351
|
+
class: ue(["scope-input__input", [`-${t.size}`, { "-invalid": t.invalid, "-side-sign": !!t.sideSign, "-has-save": t.hasSave }]]),
|
|
1352
1352
|
"onUpdate:modelValue": f[0] || (f[0] = (p) => a.value = p),
|
|
1353
1353
|
style: Rt(l.value),
|
|
1354
1354
|
placeholder: t.placeholder,
|
|
@@ -1400,7 +1400,7 @@ const $w = {
|
|
|
1400
1400
|
t.invalid ? (D(), E("div", Vw, re(t.errorMessage), 1)) : z("", !0)
|
|
1401
1401
|
], 2));
|
|
1402
1402
|
}
|
|
1403
|
-
}, qV = /* @__PURE__ */ Ue(Bw, [["__scopeId", "data-v-
|
|
1403
|
+
}, qV = /* @__PURE__ */ Ue(Bw, [["__scopeId", "data-v-cab48abc"]]), Ww = { class: "scope-radio-label" }, zw = ["value"], Hw = { class: "scope-text" }, Uw = {
|
|
1404
1404
|
__name: "Radio",
|
|
1405
1405
|
props: /* @__PURE__ */ Yt({
|
|
1406
1406
|
value: String | Object | Boolean | Number,
|