scope360-core 0.0.60 → 0.0.61
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
|
@@ -1276,7 +1276,7 @@ const Sc = {
|
|
|
1276
1276
|
}, uy = /* @__PURE__ */ Ft(Oc, [["__scopeId", "data-v-f5c203e3"]]), Ac = {
|
|
1277
1277
|
key: 0,
|
|
1278
1278
|
class: "scope-input__label"
|
|
1279
|
-
}, Cc = ["disabled", "placeholder"], Rc = {
|
|
1279
|
+
}, Cc = ["disabled", "placeholder", "maxlength"], Rc = {
|
|
1280
1280
|
key: 1,
|
|
1281
1281
|
class: "scope-input__error"
|
|
1282
1282
|
}, Ec = {
|
|
@@ -1286,6 +1286,10 @@ const Sc = {
|
|
|
1286
1286
|
type: String,
|
|
1287
1287
|
default: "md"
|
|
1288
1288
|
},
|
|
1289
|
+
maxLength: {
|
|
1290
|
+
type: Number,
|
|
1291
|
+
default: "524288"
|
|
1292
|
+
},
|
|
1289
1293
|
icon: String,
|
|
1290
1294
|
placeholder: String,
|
|
1291
1295
|
haveClearButton: Boolean,
|
|
@@ -1314,7 +1318,8 @@ const Sc = {
|
|
|
1314
1318
|
style: yt(i.value),
|
|
1315
1319
|
placeholder: n.placeholder,
|
|
1316
1320
|
onInput: o[1] || (o[1] = (l) => t("input")),
|
|
1317
|
-
onKeyup: o[2] || (o[2] = ue((l) => t("enter"), ["enter"]))
|
|
1321
|
+
onKeyup: o[2] || (o[2] = ue((l) => t("enter"), ["enter"])),
|
|
1322
|
+
maxlength: n.maxLength
|
|
1318
1323
|
}, null, 46, Cc), [
|
|
1319
1324
|
[nc, a.value]
|
|
1320
1325
|
]),
|
|
@@ -1340,7 +1345,7 @@ const Sc = {
|
|
|
1340
1345
|
n.invalid ? (A(), V("div", Rc, Pe(n.errorMessage), 1)) : W("", !0)
|
|
1341
1346
|
], 2));
|
|
1342
1347
|
}
|
|
1343
|
-
}, cy = /* @__PURE__ */ Ft(Ec, [["__scopeId", "data-v-
|
|
1348
|
+
}, cy = /* @__PURE__ */ Ft(Ec, [["__scopeId", "data-v-3b2a5930"]]), $c = { class: "scope-radio-label" }, Nc = ["value", "checked"], Ic = { class: "scope-text" }, Bc = {
|
|
1344
1349
|
__name: "Radio",
|
|
1345
1350
|
props: /* @__PURE__ */ on({
|
|
1346
1351
|
value: String | Object | Boolean | Number,
|