@webitel/ui-sdk 25.8.67 → 25.8.69
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 +2 -2
- package/dist/img/sprite/{file.svg → log.svg} +5 -6
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +96 -106
- package/dist/ui-sdk.umd.cjs +2 -2
- package/package.json +1 -1
- package/src/assets/icons/sprite/index.js +2 -2
- package/src/assets/icons/sprite/{file.svg → log.svg} +5 -6
- package/src/components/on-demand/wt-start-page/components/wt-start-page.vue +23 -17
- package/src/locale/en/en.js +10 -3
- package/src/locale/es/es.js +10 -3
- package/src/locale/kz/kz.js +14 -5
- package/src/locale/pl/pl.js +10 -3
- package/src/locale/ro/ro.js +10 -3
- package/src/locale/ru/ru.js +12 -4
- package/src/locale/uk/uk.js +10 -3
- package/src/locale/uz/uz.js +10 -3
- package/src/locale/vi/vi.js +10 -3
- package/src/modules/Userinfo/v2/stores/accessStore.ts +1 -0
- package/src/modules/Userinfo/v2/stores/userinfoStore.ts +2 -0
- package/src/modules/Userinfo/v2/types/UserAccess.d.ts +1 -1
- package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +20 -9
- package/types/locale/en/en.d.ts +1 -0
- package/types/locale/es/es.d.ts +1 -0
- package/types/locale/i18n.d.ts +9 -0
- package/types/locale/index.d.ts +9 -0
- package/types/locale/kz/kz.d.ts +1 -0
- package/types/locale/pl/pl.d.ts +1 -0
- package/types/locale/ro/ro.d.ts +1 -0
- package/types/locale/ru/ru.d.ts +1 -0
- package/types/locale/uk/uk.d.ts +1 -0
- package/types/locale/uz/uz.d.ts +1 -0
- package/types/locale/vi/vi.d.ts +1 -0
- package/types/modules/Userinfo/v2/stores/userinfoStore.d.ts +4 -1
package/dist/img/sprite/index.js
CHANGED
|
@@ -85,7 +85,6 @@ import expand from './expand.svg';
|
|
|
85
85
|
import eyeClosed from './eye--closed.svg';
|
|
86
86
|
import eyeOpened from './eye--opened.svg';
|
|
87
87
|
import falseIc from './false-ic.svg';
|
|
88
|
-
import file from './file.svg';
|
|
89
88
|
import filter from './filter.svg';
|
|
90
89
|
import flows from './flows.svg';
|
|
91
90
|
import generate from './generate.svg';
|
|
@@ -103,6 +102,7 @@ import json from './json.svg';
|
|
|
103
102
|
import link from './link.svg';
|
|
104
103
|
import loadPreset from './load-preset.svg';
|
|
105
104
|
import lock from './lock.svg';
|
|
105
|
+
import log from './log.svg';
|
|
106
106
|
import logout from './logout.svg';
|
|
107
107
|
import mail from './mail.svg';
|
|
108
108
|
import mailColor from './mail--color.svg';
|
|
@@ -427,5 +427,5 @@ export default objCamelToKebab({
|
|
|
427
427
|
loadPreset,
|
|
428
428
|
quickReplies,
|
|
429
429
|
checkboxTick,
|
|
430
|
-
|
|
430
|
+
log,
|
|
431
431
|
});
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<path
|
|
4
|
-
<path
|
|
5
|
-
<path
|
|
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"/>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" d="M13 13H11V15H13V13Z" />
|
|
3
|
+
<path fill-rule="evenodd" d="M14 13H16V15H14V13Z"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M19 15V13H17V15H19Z"/>
|
|
5
|
+
<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"/>
|
|
7
6
|
</svg>
|