@webitel/ui-sdk 26.8.26 → 26.8.28
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/{clients-Cgrz-ee-.js → clients-B0X6h5kQ.js} +2673 -2400
- package/dist/{components-CMDMeVl5.js → components-Cx915__m.js} +363 -359
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +13 -2
- package/dist/ui-sdk.umd.cjs +850 -743
- package/dist/{wt-button-B0EZEFZ0.js → wt-button-B7B7qITq.js} +1 -1
- package/dist/{wt-chat-emoji-vkaLOaZw.js → wt-chat-emoji-NGR9eeqQ.js} +3 -3
- package/dist/{wt-display-chip-items-Tj67KEDy.js → wt-display-chip-items-BmiTSnfu.js} +1 -1
- package/dist/{wt-icon-BRp_p6JM.js → wt-icon-09f_Vpk_.js} +271 -237
- package/dist/{wt-icon-btn-SK1QWwA8.js → wt-icon-btn-DvrrxhWx.js} +1 -1
- package/dist/{wt-notifications-bar-DpU7bkWU.js → wt-notifications-bar-0o0yhR7P.js} +1 -1
- package/dist/{wt-player-CcM3TqAN.js → wt-player-D_kVPIdJ.js} +2 -2
- package/dist/{wt-send-message-popup-B3rQXfLN.js → wt-send-message-popup-CoIsI1qk.js} +2 -2
- package/dist/{wt-toast-B0-s86Ob.js → wt-toast-DrfbAfTj.js} +1 -1
- package/dist/{wt-tree-table-DFhFhgdA.js → wt-tree-table-DJGISZ65.js} +1 -1
- package/dist/{wt-type-extension-value-input-ssUVyehN.js → wt-type-extension-value-input-VRi1AAQy.js} +2 -2
- package/dist/{wt-vidstack-player-DdCyRD7b.js → wt-vidstack-player-C6o5MHBh.js} +3 -3
- package/package.json +1 -1
- package/src/components/wt-chip/wt-chip.vue +12 -3
- package/src/plugins/primevue/theme/components/chip/chip.js +10 -0
- package/types/.tsbuildinfo +1 -1
- package/types/components/wt-chip/wt-chip.vue.d.ts +2 -0
- package/types/plugins/primevue/theme/components/chip/chip.d.ts +1 -0
package/dist/ui-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./generateInstance-C9d7J_TX.js";
|
|
2
|
-
import { n as t } from "./wt-icon-
|
|
3
|
-
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-
|
|
2
|
+
import { n as t } from "./wt-icon-09f_Vpk_.js";
|
|
3
|
+
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-Cx915__m.js";
|
|
4
4
|
import { i as v, l as y } from "./enums-De8CDKZ1.js";
|
|
5
5
|
import { t as b } from "./useEventBus-B-ZeklLu.js";
|
|
6
6
|
import { computed as x, reactive as S, shallowRef as C, watch as w } from "vue";
|
|
@@ -19828,6 +19828,7 @@ var W = {
|
|
|
19828
19828
|
}
|
|
19829
19829
|
},
|
|
19830
19830
|
sizes: {
|
|
19831
|
+
maxWidth: "150px",
|
|
19831
19832
|
borderRadius: "16px",
|
|
19832
19833
|
paddingX: "0.5rem",
|
|
19833
19834
|
paddingY: "0.25rem",
|
|
@@ -22176,6 +22177,16 @@ var W = {
|
|
|
22176
22177
|
width: ${e("chip.removeIcon.size")};
|
|
22177
22178
|
height: ${e("chip.removeIcon.size")};
|
|
22178
22179
|
}
|
|
22180
|
+
|
|
22181
|
+
.p-chip--width-constrained {
|
|
22182
|
+
max-width: ${e("chip.maxWidth")};
|
|
22183
|
+
}
|
|
22184
|
+
|
|
22185
|
+
.p-chip--width-constrained .wt-chip__label {
|
|
22186
|
+
overflow: hidden;
|
|
22187
|
+
white-space: nowrap;
|
|
22188
|
+
text-overflow: ellipsis;
|
|
22189
|
+
}
|
|
22179
22190
|
`
|
|
22180
22191
|
}, Sa = {
|
|
22181
22192
|
root: Ui.sizes,
|