scope360-core 0.0.175 → 0.0.176

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.
@@ -1334,7 +1334,7 @@ const Pw = {
1334
1334
  });
1335
1335
  };
1336
1336
  return e({ focus: c }), (h, f) => (D(), R("div", {
1337
- class: ce(["scope-input", { "-have-icon": t.icon, "-full-width": t.fullWidth, "-clear-button": t.haveClearButton || t.haveCopyButton, "-only-search": t.haveClearButton || t.haveCopyButton && !t.icon }])
1337
+ class: ce(["scope-input", { "-have-icon": t.icon, "-full-width": t.fullWidth, "-clear-button": t.haveClearButton || t.haveCopyButton, "-only-search": t.haveClearButton || t.haveCopyButton && !t.icon, "-has-save": t.hasSave }])
1338
1338
  }, [
1339
1339
  t.label ? (D(), R("div", Aw, re(t.label), 1)) : z("", !0),
1340
1340
  t.prompt ? (D(), R("div", Ew, re(t.prompt), 1)) : z("", !0),
@@ -1346,7 +1346,7 @@ const Pw = {
1346
1346
  ref_key: "inputRef",
1347
1347
  ref: r,
1348
1348
  disabled: t.disabled,
1349
- class: ce([`-${t.size}`, { "-invalid": t.invalid, "-side-sign": !!t.sideSign }]),
1349
+ class: ce([`-${t.size}`, { "-invalid": t.invalid, "-side-sign": !!t.sideSign, "-has-save": t.hasSave }]),
1350
1350
  "onUpdate:modelValue": f[0] || (f[0] = (p) => a.value = p),
1351
1351
  style: Ct(l.value),
1352
1352
  placeholder: t.placeholder,
@@ -1364,7 +1364,7 @@ const Pw = {
1364
1364
  class: ce([
1365
1365
  "scope-input__icon-wrapper",
1366
1366
  `-${t.size}`,
1367
- { "-only-search": t.haveClearButton || t.hasSave || t.haveCopyButton && !t.icon, "-with-label": !!t.label, "-has-save": t.hasSave }
1367
+ { "-only-search": t.haveClearButton || t.hasSave || t.haveCopyButton && !t.icon, "-with-label": !!t.label }
1368
1368
  ])
1369
1369
  }, [
1370
1370
  t.icon ? (D(), pe(M(Xe), {
@@ -1398,7 +1398,7 @@ const Pw = {
1398
1398
  t.invalid ? (D(), R("div", $w, re(t.errorMessage), 1)) : z("", !0)
1399
1399
  ], 2));
1400
1400
  }
1401
- }, WV = /* @__PURE__ */ He(Nw, [["__scopeId", "data-v-8507f594"]]), Lw = { class: "scope-radio-label" }, Fw = ["value"], Yw = { class: "scope-text" }, Vw = {
1401
+ }, WV = /* @__PURE__ */ He(Nw, [["__scopeId", "data-v-5329e3a2"]]), Lw = { class: "scope-radio-label" }, Fw = ["value"], Yw = { class: "scope-text" }, Vw = {
1402
1402
  __name: "Radio",
1403
1403
  props: /* @__PURE__ */ Lt({
1404
1404
  value: String | Object | Boolean | Number,