@webitel/ui-sdk 25.8.56 → 25.8.58
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/false-ic.svg +4 -0
- package/dist/img/sprite/file.svg +7 -0
- package/dist/img/sprite/index.js +6 -0
- package/dist/img/sprite/true-ic.svg +5 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +4487 -4482
- package/dist/ui-sdk.umd.cjs +198 -198
- package/package.json +1 -1
- package/src/assets/icons/sprite/false-ic.svg +4 -0
- package/src/assets/icons/sprite/file.svg +7 -0
- package/src/assets/icons/sprite/index.js +6 -0
- package/src/assets/icons/sprite/true-ic.svg +5 -0
- package/src/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue +6 -12
- package/src/components/wt-button-select/wt-button-select.vue +7 -2
- package/src/components/wt-select/wt-select.vue +9 -0
- package/src/modules/Userinfo/v2/scripts/utils.ts +4 -1
- package/src/modules/Userinfo/v2/stores/accessStore.ts +13 -4
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.2422 8.58594C14.6327 8.19541 15.2657 8.19541 15.6562 8.58594C16.0468 8.97646 16.0468 9.60948 15.6562 10L13.5352 12.1211L15.6562 14.2432C16.0466 14.6337 16.0467 15.2668 15.6562 15.6572C15.2658 16.0475 14.6327 16.0475 14.2422 15.6572L12.1211 13.5352L9.99902 15.6572C9.60847 16.0474 8.97536 16.0476 8.58496 15.6572C8.19456 15.2668 8.19481 14.6337 8.58496 14.2432L10.707 12.1211L8.58496 10C8.19468 9.60952 8.19468 8.97641 8.58496 8.58594C8.97542 8.19548 9.60848 8.1956 9.99902 8.58594L12.1211 10.707L14.2422 8.58594Z"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="24" height="24" rx="4" fill="#2D82D2"/>
|
|
3
|
+
<path d="M13 13H11V15H13V13Z" fill="white"/>
|
|
4
|
+
<path d="M14 13H16V15H14V13Z" fill="white"/>
|
|
5
|
+
<path d="M19 15V13H17V15H19Z" fill="white"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.1213 5.12132L16.8787 2.87868C16.3161 2.31607 15.553 2 14.7574 2H7C5.34315 2 4 3.34315 4 5V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V18C21.1046 18 22 17.1046 22 16V12C22 10.8954 21.1046 10 20 10V7.24264C20 6.44699 19.6839 5.68393 19.1213 5.12132ZM8 16C8 17.1046 8.89543 18 10 18H18V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19V5C6 4.44772 6.44772 4 7 4H14V6C14 7.10457 14.8954 8 16 8H18V10H10C8.89543 10 8 10.8954 8 12V16ZM16 6V4.82843L17.1716 6H16ZM20 12H10V16H20V12Z" fill="white"/>
|
|
7
|
+
</svg>
|
package/dist/img/sprite/index.js
CHANGED
|
@@ -83,6 +83,7 @@ import emailOutbound from './email-outbound.svg';
|
|
|
83
83
|
import expand from './expand.svg';
|
|
84
84
|
import eyeClosed from './eye--closed.svg';
|
|
85
85
|
import eyeOpened from './eye--opened.svg';
|
|
86
|
+
import falseIc from './false-ic.svg';
|
|
86
87
|
import filter from './filter.svg';
|
|
87
88
|
import flows from './flows.svg';
|
|
88
89
|
import generate from './generate.svg';
|
|
@@ -191,6 +192,7 @@ import treeCorner from './tree-corner.svg';
|
|
|
191
192
|
import treeCross from './tree-cross.svg';
|
|
192
193
|
import treeExpand from './tree-expand.svg';
|
|
193
194
|
import treeLine from './tree-line.svg';
|
|
195
|
+
import trueIc from './true-ic.svg';
|
|
194
196
|
import ttsDownload from './tts-download.svg';
|
|
195
197
|
import undo from './undo.svg';
|
|
196
198
|
import union from './union.svg';
|
|
@@ -205,6 +207,7 @@ import videoCamOff from './video-cam-off.svg';
|
|
|
205
207
|
import webitelLogo from './webitel-logo.svg';
|
|
206
208
|
import zoomIn from './zoom-in.svg';
|
|
207
209
|
import zoomOut from './zoom-out.svg';
|
|
210
|
+
import file from './file.svg';
|
|
208
211
|
|
|
209
212
|
export default objCamelToKebab({
|
|
210
213
|
account,
|
|
@@ -299,6 +302,7 @@ export default objCamelToKebab({
|
|
|
299
302
|
'eye--opened': eyeOpened,
|
|
300
303
|
filter,
|
|
301
304
|
flows,
|
|
305
|
+
falseIc,
|
|
302
306
|
generate,
|
|
303
307
|
google,
|
|
304
308
|
group,
|
|
@@ -375,6 +379,7 @@ export default objCamelToKebab({
|
|
|
375
379
|
treeLine,
|
|
376
380
|
treeCorner,
|
|
377
381
|
treeCross,
|
|
382
|
+
trueIc,
|
|
378
383
|
stt,
|
|
379
384
|
sttDownload,
|
|
380
385
|
sttSearch,
|
|
@@ -420,4 +425,5 @@ export default objCamelToKebab({
|
|
|
420
425
|
plyrVolume,
|
|
421
426
|
loadPreset,
|
|
422
427
|
quickReplies,
|
|
428
|
+
file,
|
|
423
429
|
});
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.1213 9.70711C18.5118 9.31658 18.5118 8.68342 18.1213 8.29289C17.7308 7.90237 17.0976 7.90237 16.7071 8.29289L10.0607 14.9393C9.8654 15.1346 9.54882 15.1346 9.35355 14.9393L6.70711 12.2929C6.31658 11.9024 5.68342 11.9024 5.29289 12.2929C4.90237 12.6834 4.90237 13.3166 5.29289 13.7071L8.29289 16.7071C9.07394 17.4882 10.3403 17.4882 11.1213 16.7071L18.1213 9.70711Z"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"/>
|
|
5
|
+
</svg>
|