@webitel/ui-sdk 25.12.18 → 25.12.20
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/img/sprite/index.js +1 -1
- package/dist/{install-C2KuD-Ju.js → install-BP2NAmPh.js} +10551 -10354
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +289 -202
- package/dist/{vidstack-Bq6c3Bam-D0_vMVk3.js → vidstack-Bq6c3Bam-By-h4pxt.js} +2 -2
- package/dist/{vidstack-D2pY00kU-Cj-oWuMs.js → vidstack-D2pY00kU-Bml6Onhh.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-DtxbXJ1d.js → vidstack-DDXt6fpN-wE95AmjG.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-2RK8pK0l.js → vidstack-D_-9AA6_-DUm8Om9e.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-C_yO4Cr1.js → vidstack-DqAw8m9J-8srXyTV9.js} +1 -1
- package/dist/{vidstack-audio-x_O2AIXV.js → vidstack-audio-D5ANgRcP.js} +2 -2
- package/dist/{vidstack-dash-CpZTFlFb.js → vidstack-dash-BMiYKP1Z.js} +3 -3
- package/dist/{vidstack-google-cast-B_GLL5iJ.js → vidstack-google-cast-B3NCt1Ok.js} +3 -3
- package/dist/{vidstack-hls-CtdEJskL.js → vidstack-hls-C8jJrINk.js} +3 -3
- package/dist/{vidstack-video-CGOgyd6M.js → vidstack-video-DLp9G-KP.js} +2 -2
- package/dist/{vidstack-vimeo-Bxcv38Va.js → vidstack-vimeo-W-AYa33h.js} +3 -3
- package/dist/{vidstack-youtube-B1oVxXZD.js → vidstack-youtube-nAAnRjgH.js} +2 -2
- package/package.json +2 -2
- package/src/components/wt-textarea/wt-textarea.vue +109 -198
- package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +1 -2
- package/src/modules/AuditForm/components/audit-form.vue +2 -2
- package/src/modules/Userinfo/v2/stores/settingsStore.ts +9 -4
- package/src/plugins/primevue/primevue.plugin.js +3 -1
- package/src/plugins/primevue/theme/components/components.js +2 -0
- package/src/plugins/primevue/theme/components/textarea/textarea.js +14 -0
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +96 -185
- package/types/plugins/primevue/theme/components/components.d.ts +2 -0
- package/types/plugins/primevue/theme/components/textarea/textarea.d.ts +74 -0
package/dist/img/sprite/index.js
CHANGED
|
@@ -78,7 +78,6 @@ import copy from './copy.svg';
|
|
|
78
78
|
import customChatGateway from './custom-chat-gateway.svg';
|
|
79
79
|
import darkMode from './dark-mode.svg';
|
|
80
80
|
import dislike from './dislike.svg';
|
|
81
|
-
import like from './like.svg';
|
|
82
81
|
import docs from './docs.svg';
|
|
83
82
|
import done from './done.svg';
|
|
84
83
|
import doneFilled from './done--filled.svg';
|
|
@@ -107,6 +106,7 @@ import job from './job.svg';
|
|
|
107
106
|
import jobAccept from './job--accept.svg';
|
|
108
107
|
import jobEnd from './job--end.svg';
|
|
109
108
|
import json from './json.svg';
|
|
109
|
+
import like from './like.svg';
|
|
110
110
|
import link from './link.svg';
|
|
111
111
|
import loadPreset from './load-preset.svg';
|
|
112
112
|
import lock from './lock.svg';
|