scope360-core 0.0.77 → 0.0.79

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.
@@ -2,7 +2,7 @@ import './style.css';
2
2
  var Zu = Object.defineProperty;
3
3
  var ec = (n, e, t) => e in n ? Zu(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
4
4
  var oe = (n, e, t) => (ec(n, typeof e != "symbol" ? e + "" : e, t), t);
5
- import { defineAsyncComponent as tc, openBlock as A, createBlock as pe, resolveDynamicComponent as or, unref as P, computed as U, createElementBlock as F, normalizeStyle as ht, normalizeClass as he, createCommentVNode as W, toDisplayString as xe, withKeys as ue, withModifiers as ge, renderSlot as ie, createVNode as De, withDirectives as Ht, Fragment as be, renderList as Ee, vShow as gn, Transition as Ln, withCtx as Te, createTextVNode as bt, mergeModels as Ut, ref as te, useModel as dn, createElementVNode as se, vModelText as nc, pushScopeId as Fo, popScopeId as Ho, vModelCheckbox as ac, reactive as Ea, defineComponent as ut, useSlots as la, toRef as Sr, onMounted as ct, nextTick as kn, onUnmounted as lr, watch as Vn, mergeProps as lt, isRef as Us, createSlots as _t, normalizeProps as tt, guardReactiveProps as gt, Teleport as rc, h as ic, render as Gs, onBeforeUpdate as sc, getCurrentScope as oc, onScopeDispose as lc } from "vue";
5
+ import { defineAsyncComponent as tc, openBlock as A, createBlock as pe, resolveDynamicComponent as or, unref as P, computed as U, createElementBlock as F, normalizeStyle as ht, normalizeClass as he, createCommentVNode as W, toDisplayString as xe, withKeys as ue, withModifiers as ge, renderSlot as ie, createVNode as De, withDirectives as Ht, Fragment as be, renderList as Ee, vShow as gn, Transition as Ln, withCtx as Te, createTextVNode as bt, mergeModels as Ut, ref as te, useModel as dn, createElementVNode as se, vModelDynamic as nc, pushScopeId as Fo, popScopeId as Ho, vModelCheckbox as ac, reactive as Ea, defineComponent as ut, useSlots as la, toRef as Sr, onMounted as ct, nextTick as kn, onUnmounted as lr, watch as Vn, mergeProps as lt, isRef as Us, createSlots as _t, normalizeProps as tt, guardReactiveProps as gt, Teleport as rc, h as ic, render as Gs, onBeforeUpdate as sc, getCurrentScope as oc, onScopeDispose as lc } from "vue";
6
6
  const uc = (n, e) => {
7
7
  const t = n[e];
8
8
  return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((a, r) => {
@@ -1279,7 +1279,7 @@ const Oc = {
1279
1279
  }, Rc = { class: "scope-input__container" }, Ec = {
1280
1280
  key: 0,
1281
1281
  class: "scope-input__sign"
1282
- }, $c = ["disabled", "placeholder", "maxlength"], Nc = {
1282
+ }, $c = ["disabled", "placeholder", "maxlength", "pattern", "type"], Nc = {
1283
1283
  key: 1,
1284
1284
  class: "scope-input__error"
1285
1285
  }, Ic = {
@@ -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: {}
@@ -1325,7 +1330,9 @@ const Oc = {
1325
1330
  placeholder: n.placeholder,
1326
1331
  onInput: o[1] || (o[1] = (l) => t("input")),
1327
1332
  onKeyup: o[2] || (o[2] = ue((l) => t("enter"), ["enter"])),
1328
- maxlength: n.maxLength
1333
+ maxlength: n.maxLength,
1334
+ pattern: n.pattern,
1335
+ type: n.type
1329
1336
  }, null, 46, $c), [
1330
1337
  [nc, a.value]
1331
1338
  ])
@@ -1352,7 +1359,7 @@ const Oc = {
1352
1359
  n.invalid ? (A(), F("div", Nc, xe(n.errorMessage), 1)) : W("", !0)
1353
1360
  ], 2));
1354
1361
  }
1355
- }, gy = /* @__PURE__ */ Et(Ic, [["__scopeId", "data-v-bae6d3c8"]]), Bc = { class: "scope-radio-label" }, Lc = ["value", "checked"], Vc = { class: "scope-text" }, Yc = {
1362
+ }, gy = /* @__PURE__ */ Et(Ic, [["__scopeId", "data-v-8c3d7ad2"]]), Bc = { class: "scope-radio-label" }, Lc = ["value", "checked"], Vc = { class: "scope-text" }, Yc = {
1356
1363
  __name: "Radio",
1357
1364
  props: /* @__PURE__ */ Ut({
1358
1365
  value: String | Object | Boolean | Number,