scope360-core 0.0.127 → 0.0.128

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.
@@ -1327,7 +1327,7 @@ const hw = {
1327
1327
  });
1328
1328
  };
1329
1329
  return (u, c) => (D(), E("div", {
1330
- class: de(["scope-input", { "-have-icon": t.icon, "-full-width": t.fullWidth, "-clear-button": t.haveClearButton || t.haveCopyButton }])
1330
+ class: de(["scope-input", { "-have-icon": t.icon, "-full-width": t.fullWidth, "-clear-button": t.haveClearButton || t.haveCopyButton, "-only-search": t.haveClearButton || t.haveCopyButton && !t.icon }])
1331
1331
  }, [
1332
1332
  t.label ? (D(), E("div", mw, ae(t.label), 1)) : H("", !0),
1333
1333
  O("div", {
@@ -1383,7 +1383,7 @@ const hw = {
1383
1383
  t.invalid ? (D(), E("div", yw, ae(t.errorMessage), 1)) : H("", !0)
1384
1384
  ], 2));
1385
1385
  }
1386
- }, xV = /* @__PURE__ */ Ue(_w, [["__scopeId", "data-v-7b4a02a7"]]), vw = { class: "scope-radio-label" }, bw = ["value", "checked"], ww = { class: "scope-text" }, kw = {
1386
+ }, xV = /* @__PURE__ */ Ue(_w, [["__scopeId", "data-v-2a086625"]]), vw = { class: "scope-radio-label" }, bw = ["value", "checked"], ww = { class: "scope-text" }, kw = {
1387
1387
  __name: "Radio",
1388
1388
  props: /* @__PURE__ */ jt({
1389
1389
  value: String | Object | Boolean | Number,