@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.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/api/clients/roles/roles.ts +19 -0
- package/src/components/wt-checkbox/wt-checkbox.vue +1 -1
- package/src/enums/ProcessingTableColumnType/ProcessingTableColumnType.ts +10 -0
- package/src/enums/index.ts +2 -0
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +63 -31
- package/src/modules/Userinfo/store/UserinfoStoreModule.js +1 -2
- package/types/enums/ProcessingTableColumnType/ProcessingTableColumnType.d.ts +8 -0
- package/types/enums/index.d.ts +2 -1
- package/types/modules/Userinfo/classes/ApplicationsAccess.d.ts +3 -371
- package/src/enums/ProcessingTableColumnType/ProcessingTableColumnType.enum.js +0 -7
- package/types/enums/ProcessingTableColumnType/ProcessingTableColumnType.enum.d.ts +0 -8
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(() =>
|
|
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-
|
|
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 },
|