@webitel/ui-sdk 25.8.75 → 25.8.77
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.css +1 -1
- package/dist/ui-sdk.js +2 -2
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/wt-checkbox/wt-checkbox.vue +1 -1
- package/src/modules/QueryFilters/store/QueryFiltersStoreModule.js +8 -4
- package/types/modules/QueryFilters/store/QueryFiltersStoreModule.d.ts +2 -2
package/dist/ui-sdk.js
CHANGED
|
@@ -54387,7 +54387,7 @@ const JB = /* @__PURE__ */ Fe(KB, [["render", QB], ["__scopeId", "data-v-9b7e465
|
|
|
54387
54387
|
}),
|
|
54388
54388
|
emits: ["update:selected"],
|
|
54389
54389
|
setup(o) {
|
|
54390
|
-
const i = o, a = Jc(o, "selected"), r = `checkbox-${Math.random().toString(36).slice(2, 11)}`, l = le(() =>
|
|
54390
|
+
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);
|
|
54391
54391
|
return (m, h) => {
|
|
54392
54392
|
const b = he("wt-icon"), y = he("p-checkbox"), g = he("wt-label");
|
|
54393
54393
|
return D(), j("div", aq, [
|
|
@@ -54423,7 +54423,7 @@ const JB = /* @__PURE__ */ Fe(KB, [["render", QB], ["__scopeId", "data-v-9b7e465
|
|
|
54423
54423
|
]);
|
|
54424
54424
|
};
|
|
54425
54425
|
}
|
|
54426
|
-
}), Bp = /* @__PURE__ */ Fe(sq, [["__scopeId", "data-v-
|
|
54426
|
+
}), Bp = /* @__PURE__ */ Fe(sq, [["__scopeId", "data-v-c5642d67"]]), wh = /* @__PURE__ */ wt({
|
|
54427
54427
|
__name: "wt-chip",
|
|
54428
54428
|
props: {
|
|
54429
54429
|
color: { default: IL.MAIN },
|