@webitel/ui-sdk 25.8.58 → 25.8.61
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.js +4037 -4004
- package/dist/ui-sdk.umd.cjs +117 -117
- package/package.json +1 -1
- package/src/components/wt-tree-line/wt-tree-line.vue +78 -5
- package/src/modules/Userinfo/v2/enums/ScopeClass/ScopeClass.ts +1 -0
- package/src/modules/Userinfo/v2/mappings/mappings.ts +1 -0
- package/src/modules/Userinfo/v2/scripts/utils.ts +1 -1
- package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +3 -2
- package/types/modules/Userinfo/v2/enums/ScopeClass/ScopeClass.d.ts +1 -0
package/dist/img/sprite/index.js
CHANGED
|
@@ -84,6 +84,7 @@ import expand from './expand.svg';
|
|
|
84
84
|
import eyeClosed from './eye--closed.svg';
|
|
85
85
|
import eyeOpened from './eye--opened.svg';
|
|
86
86
|
import falseIc from './false-ic.svg';
|
|
87
|
+
import file from './file.svg';
|
|
87
88
|
import filter from './filter.svg';
|
|
88
89
|
import flows from './flows.svg';
|
|
89
90
|
import generate from './generate.svg';
|
|
@@ -207,7 +208,6 @@ import videoCamOff from './video-cam-off.svg';
|
|
|
207
208
|
import webitelLogo from './webitel-logo.svg';
|
|
208
209
|
import zoomIn from './zoom-in.svg';
|
|
209
210
|
import zoomOut from './zoom-out.svg';
|
|
210
|
-
import file from './file.svg';
|
|
211
211
|
|
|
212
212
|
export default objCamelToKebab({
|
|
213
213
|
account,
|