@webitel/ui-sdk 25.10.14 → 25.10.16
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/websocket/{WebSocketClientController.js → WebSocketClientController.ts} +3 -37
- package/src/components/wt-table/wt-table.vue +1 -1
- package/types/api/websocket/WebSocketClientController.d.ts +4 -4
- package/types/api/websocket/websocketErrorEventHandler.d.ts +1 -1
- /package/src/api/websocket/{websocketErrorEventHandler.js → websocketErrorEventHandler.ts} +0 -0
package/dist/ui-sdk.js
CHANGED
|
@@ -66721,7 +66721,7 @@ const wW = /* @__PURE__ */ Ne(yW, [["render", vW], ["__scopeId", "data-v-03d21c6
|
|
|
66721
66721
|
} : x)), h = (x) => x.show === !1, b = (x) => ({
|
|
66722
66722
|
minWidth: x.width || "140px"
|
|
66723
66723
|
}), g = pe(() => Object.keys(s).some((x) => x.includes("-footer"))), y = pe(() => Object.keys(s).some((x) => x === "footer")), w = pe(() => u.value.length === n.data.length && n.data.length > 0), A = ({ sortField: x }) => {
|
|
66724
|
-
const T = m.value.find((P) => P.
|
|
66724
|
+
const T = m.value.find((P) => P.field === x);
|
|
66725
66725
|
if (!S(T)) return;
|
|
66726
66726
|
const O = A6(T.sort);
|
|
66727
66727
|
l("sort", T, O);
|
|
@@ -66871,7 +66871,7 @@ const wW = /* @__PURE__ */ Ne(yW, [["render", vW], ["__scopeId", "data-v-03d21c6
|
|
|
66871
66871
|
]), 1032, ["value", "show-headers", "row-class", "row-style"]);
|
|
66872
66872
|
};
|
|
66873
66873
|
}
|
|
66874
|
-
}), BW = /* @__PURE__ */ Ne(LW, [["__scopeId", "data-v-
|
|
66874
|
+
}), BW = /* @__PURE__ */ Ne(LW, [["__scopeId", "data-v-fbd55d3b"]]), PW = {
|
|
66875
66875
|
name: "WtTableActions",
|
|
66876
66876
|
props: {
|
|
66877
66877
|
icons: {
|