@webitel/ui-sdk 25.8.68 → 25.8.70
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/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/api/clients/roles/roles.ts +7 -3
- 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 log from './log.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';
|