scope360-core 0.0.77 → 0.0.78
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
|
@@ -1303,7 +1303,12 @@ const Oc = {
|
|
|
1303
1303
|
label: String,
|
|
1304
1304
|
disabled: Boolean,
|
|
1305
1305
|
width: String,
|
|
1306
|
-
sideSign: String
|
|
1306
|
+
sideSign: String,
|
|
1307
|
+
type: {
|
|
1308
|
+
default: "text",
|
|
1309
|
+
type: String
|
|
1310
|
+
},
|
|
1311
|
+
pattern: String
|
|
1307
1312
|
}, {
|
|
1308
1313
|
modelValue: {},
|
|
1309
1314
|
modelModifiers: {}
|
|
@@ -1352,7 +1357,7 @@ const Oc = {
|
|
|
1352
1357
|
n.invalid ? (A(), F("div", Nc, xe(n.errorMessage), 1)) : W("", !0)
|
|
1353
1358
|
], 2));
|
|
1354
1359
|
}
|
|
1355
|
-
}, gy = /* @__PURE__ */ Et(Ic, [["__scopeId", "data-v-
|
|
1360
|
+
}, gy = /* @__PURE__ */ Et(Ic, [["__scopeId", "data-v-df1eb169"]]), Bc = { class: "scope-radio-label" }, Lc = ["value", "checked"], Vc = { class: "scope-text" }, Yc = {
|
|
1356
1361
|
__name: "Radio",
|
|
1357
1362
|
props: /* @__PURE__ */ Ut({
|
|
1358
1363
|
value: String | Object | Boolean | Number,
|