@webitel/ui-sdk 25.10.61 → 25.10.62
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/{install-BIBTsOtE.js → install-CJQfl0hy.js} +29860 -28363
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +401 -398
- package/dist/{vidstack-Bq6c3Bam-CddoBKkE.js → vidstack-Bq6c3Bam-gxXrCSig.js} +2 -2
- package/dist/{vidstack-D2pY00kU-_TcpbsxY.js → vidstack-D2pY00kU-BFY6dR6B.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CHZwRfQ_.js → vidstack-DDXt6fpN-B-lwWzfa.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-Cp8Dg-cI.js → vidstack-D_-9AA6_-BWo8rqGl.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-BOZzC5vP.js → vidstack-DqAw8m9J-BV_UffFj.js} +1 -1
- package/dist/{vidstack-audio-BrPd1E5M.js → vidstack-audio-IHdHpg26.js} +2 -2
- package/dist/{vidstack-dash-Dd4QxslG.js → vidstack-dash-KAIY2weY.js} +3 -3
- package/dist/{vidstack-google-cast-C_H8WnQH.js → vidstack-google-cast-IR47LQ6g.js} +3 -3
- package/dist/{vidstack-hls-C44OUY5O.js → vidstack-hls-hjvWJcUS.js} +3 -3
- package/dist/{vidstack-video-CP-SHCvS.js → vidstack-video-DWMQ0ihW.js} +2 -2
- package/dist/{vidstack-vimeo-LUL_WmZN.js → vidstack-vimeo-D-w_5fjk.js} +3 -3
- package/dist/{vidstack-youtube-D5NgWd5Z.js → vidstack-youtube-Ci1_W6v9.js} +2 -2
- package/package.json +3 -2
- package/src/components/index.js +3 -0
- package/src/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue +95 -0
- package/src/components/wt-icon-action/iconMappings.js +1 -0
- package/src/components/wt-icon-action/wt-icon-action.vue +1 -0
- package/src/enums/ChatGatewayProvider/ChatGatewayProvider.enum.js +7 -10
- package/src/enums/ChatGatewayProvider/ProviderIconType.enum.js +1 -0
- package/src/enums/IconAction/IconAction.enum.js +1 -0
- package/src/enums/index.ts +2 -0
- package/src/locale/en/en.js +6 -0
- package/src/locale/es/es.js +6 -0
- package/src/locale/kz/kz.js +6 -0
- package/src/locale/pl/pl.js +6 -0
- package/src/locale/ro/ro.js +6 -0
- package/src/locale/ru/ru.js +6 -0
- package/src/locale/uk/uk.js +6 -0
- package/src/locale/uz/uz.js +6 -0
- package/src/locale/vi/vi.js +6 -0
- package/types/components/index.d.ts +3 -1
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +8 -0
- package/types/components/wt-icon-action/iconMappings.d.ts +1 -0
- package/types/enums/ChatGatewayProvider/ChatGatewayProvider.enum.d.ts +1 -10
- package/types/enums/ChatGatewayProvider/ProviderIconType.enum.d.ts +1 -0
- package/types/enums/IconAction/IconAction.enum.d.ts +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/locale/en/en.d.ts +8 -0
- package/types/locale/es/es.d.ts +13 -3
- package/types/locale/i18n.d.ts +72 -0
- package/types/locale/index.d.ts +72 -0
- package/types/locale/kz/kz.d.ts +13 -3
- package/types/locale/pl/pl.d.ts +13 -3
- package/types/locale/ro/ro.d.ts +13 -3
- package/types/locale/ru/ru.d.ts +13 -3
- package/types/locale/uk/uk.d.ts +13 -3
- package/types/locale/uz/uz.d.ts +13 -3
- package/types/locale/vi/vi.d.ts +13 -3
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customLookup_1: string;
|
|
164
164
|
export { customLookup_1 as customLookup };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customLookup_1: string;
|
|
164
164
|
export { customLookup_1 as customLookup };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|