@webitel/ui-sdk 25.10.3 → 25.10.4

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/ui-sdk.js CHANGED
@@ -54390,7 +54390,7 @@ const JB = /* @__PURE__ */ Fe(KB, [["render", QB], ["__scopeId", "data-v-9b7e465
54390
54390
  }),
54391
54391
  emits: ["update:selected"],
54392
54392
  setup(o) {
54393
- const i = o, a = Jc(o, "selected"), r = `checkbox-${Math.random().toString(36).slice(2, 11)}`, l = le(() => typeof a.value == "boolean"), d = le(() => l.value ? a.value : a.value.includes(i.value)), p = le(() => d.value ? "checkbox-tick" : ""), f = le(() => i.disabled ? "disabled" : d.value ? "active" : null);
54393
+ const i = o, a = Jc(o, "selected"), r = `checkbox-${Math.random().toString(36).slice(2, 11)}`, l = le(() => !Array.isArray(a.value)), d = le(() => l.value ? a.value : a.value.includes(i.value)), p = le(() => d.value ? "checkbox-tick" : ""), f = le(() => i.disabled ? "disabled" : d.value ? "active" : null);
54394
54394
  return (m, h) => {
54395
54395
  const b = he("wt-icon"), y = he("p-checkbox"), g = he("wt-label");
54396
54396
  return D(), j("div", aq, [
@@ -54426,7 +54426,7 @@ const JB = /* @__PURE__ */ Fe(KB, [["render", QB], ["__scopeId", "data-v-9b7e465
54426
54426
  ]);
54427
54427
  };
54428
54428
  }
54429
- }), Bp = /* @__PURE__ */ Fe(sq, [["__scopeId", "data-v-bbceb619"]]), wh = /* @__PURE__ */ wt({
54429
+ }), Bp = /* @__PURE__ */ Fe(sq, [["__scopeId", "data-v-c5642d67"]]), wh = /* @__PURE__ */ wt({
54430
54430
  __name: "wt-chip",
54431
54431
  props: {
54432
54432
  color: { default: IL.MAIN },