@webitel/ui-sdk 25.8.32 → 25.8.33
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/package.json +1 -1
- package/src/modules/Userinfo/v2/enums/GlobalActions/GlobalActions.ts +1 -0
- package/types/api/history/index.d.ts +2 -0
- package/types/api/history/transcript/callTranscript.d.ts +15 -0
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +15 -15
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
- package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +2 -2
- package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -2
- package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
- package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
- package/types/components/wt-player/wt-player.vue.d.ts +1 -1
- package/types/components/wt-table/wt-table.vue.d.ts +1 -1
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +1 -1
- package/types/locale/ua/ua.d.ts +911 -0
- package/types/modules/Userinfo/api/userinfo.d.ts +1 -1
- package/types/modules/Userinfo/v2/api/UserinfoAPI.d.ts +1 -1
- package/types/modules/Userinfo/v2/enums/GlobalActions/GlobalActions.d.ts +1 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
- package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
- package/types/scripts/caseConverters.d.ts +1 -1
- package/types/scripts/sortQueryAdapters.d.ts +1 -1
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
export default darkColor;
|
|
2
|
+
declare const darkColor: {
|
|
3
|
+
'dp-surface-color': {
|
|
4
|
+
1: string;
|
|
5
|
+
2: string;
|
|
6
|
+
3: string;
|
|
7
|
+
4: string;
|
|
8
|
+
5: string;
|
|
9
|
+
6: string;
|
|
10
|
+
7: string;
|
|
11
|
+
8: string;
|
|
12
|
+
9: string;
|
|
13
|
+
10: string;
|
|
14
|
+
11: string;
|
|
15
|
+
12: string;
|
|
16
|
+
13: string;
|
|
17
|
+
14: string;
|
|
18
|
+
15: string;
|
|
19
|
+
16: string;
|
|
20
|
+
17: string;
|
|
21
|
+
18: string;
|
|
22
|
+
19: string;
|
|
23
|
+
20: string;
|
|
24
|
+
21: string;
|
|
25
|
+
22: string;
|
|
26
|
+
23: string;
|
|
27
|
+
24: string;
|
|
28
|
+
};
|
|
29
|
+
surface: {
|
|
30
|
+
0: string;
|
|
31
|
+
50: string;
|
|
32
|
+
100: string;
|
|
33
|
+
200: string;
|
|
34
|
+
300: string;
|
|
35
|
+
400: string;
|
|
36
|
+
500: string;
|
|
37
|
+
600: string;
|
|
38
|
+
700: string;
|
|
39
|
+
800: string;
|
|
40
|
+
900: string;
|
|
41
|
+
950: string;
|
|
42
|
+
contrastColor: string;
|
|
43
|
+
};
|
|
44
|
+
primary: {
|
|
45
|
+
50: string;
|
|
46
|
+
100: string;
|
|
47
|
+
200: string;
|
|
48
|
+
300: string;
|
|
49
|
+
400: string;
|
|
50
|
+
500: string;
|
|
51
|
+
600: string;
|
|
52
|
+
700: string;
|
|
53
|
+
800: string;
|
|
54
|
+
900: string;
|
|
55
|
+
950: string;
|
|
56
|
+
contrastColor: string;
|
|
57
|
+
};
|
|
58
|
+
secondary: {
|
|
59
|
+
50: string;
|
|
60
|
+
100: string;
|
|
61
|
+
200: string;
|
|
62
|
+
300: string;
|
|
63
|
+
400: string;
|
|
64
|
+
500: string;
|
|
65
|
+
600: string;
|
|
66
|
+
700: string;
|
|
67
|
+
800: string;
|
|
68
|
+
900: string;
|
|
69
|
+
950: string;
|
|
70
|
+
contrastColor: string;
|
|
71
|
+
};
|
|
72
|
+
success: {
|
|
73
|
+
50: string;
|
|
74
|
+
100: string;
|
|
75
|
+
200: string;
|
|
76
|
+
300: string;
|
|
77
|
+
400: string;
|
|
78
|
+
500: string;
|
|
79
|
+
600: string;
|
|
80
|
+
700: string;
|
|
81
|
+
800: string;
|
|
82
|
+
900: string;
|
|
83
|
+
950: string;
|
|
84
|
+
contrastColor: string;
|
|
85
|
+
};
|
|
86
|
+
info: {
|
|
87
|
+
50: string;
|
|
88
|
+
100: string;
|
|
89
|
+
200: string;
|
|
90
|
+
300: string;
|
|
91
|
+
400: string;
|
|
92
|
+
500: string;
|
|
93
|
+
600: string;
|
|
94
|
+
700: string;
|
|
95
|
+
800: string;
|
|
96
|
+
900: string;
|
|
97
|
+
950: string;
|
|
98
|
+
contrastColor: string;
|
|
99
|
+
};
|
|
100
|
+
danger: {
|
|
101
|
+
50: string;
|
|
102
|
+
100: string;
|
|
103
|
+
200: string;
|
|
104
|
+
300: string;
|
|
105
|
+
400: string;
|
|
106
|
+
500: string;
|
|
107
|
+
600: string;
|
|
108
|
+
700: string;
|
|
109
|
+
800: string;
|
|
110
|
+
900: string;
|
|
111
|
+
950: string;
|
|
112
|
+
contrastColor: string;
|
|
113
|
+
};
|
|
114
|
+
'content-wrapper-color': string;
|
|
115
|
+
'success-color': string;
|
|
116
|
+
'success-hover-color': string;
|
|
117
|
+
'success-light-color': string;
|
|
118
|
+
'success-on-color': string;
|
|
119
|
+
'warning-color': string;
|
|
120
|
+
'warning-hover-color': string;
|
|
121
|
+
'warning-light-color': string;
|
|
122
|
+
'warning-on-color': string;
|
|
123
|
+
'error-color': string;
|
|
124
|
+
'error-hover-color': string;
|
|
125
|
+
'error-light-color': string;
|
|
126
|
+
'error-on-color': string;
|
|
127
|
+
'info-color': string;
|
|
128
|
+
'info-hover-color': string;
|
|
129
|
+
'info-light-color': string;
|
|
130
|
+
'info-on-color': string;
|
|
131
|
+
'job-color': string;
|
|
132
|
+
'job-hover-color': string;
|
|
133
|
+
'job-light-color': string;
|
|
134
|
+
'job-on-color': string;
|
|
135
|
+
'chat-color': string;
|
|
136
|
+
'chat-hover-color': string;
|
|
137
|
+
'chat-light-color': string;
|
|
138
|
+
'chat-on-color': string;
|
|
139
|
+
'transfer-color': string;
|
|
140
|
+
'transfer-hover-color': string;
|
|
141
|
+
'transfer-light-color': string;
|
|
142
|
+
'transfer-on-color': string;
|
|
143
|
+
'primary-color': string;
|
|
144
|
+
'primary-hover-color': string;
|
|
145
|
+
'primary-light-color': string;
|
|
146
|
+
'primary-on-color': string;
|
|
147
|
+
'secondary-color': string;
|
|
148
|
+
'secondary-hover-color': string;
|
|
149
|
+
'secondary-light-color': string;
|
|
150
|
+
'secondary-on-color': string;
|
|
151
|
+
'email-color': string;
|
|
152
|
+
'email-hover-color': string;
|
|
153
|
+
'email-light-color': string;
|
|
154
|
+
'email-on-color': string;
|
|
155
|
+
'accent-color': string;
|
|
156
|
+
'sub-accent-color': string;
|
|
157
|
+
'text-main-color': string;
|
|
158
|
+
'text-disabled-color': string;
|
|
159
|
+
'text-error-color': string;
|
|
160
|
+
'text-link-color': string;
|
|
161
|
+
'text-on-brand-color': string;
|
|
162
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
export default lightColor;
|
|
2
|
+
declare const lightColor: {
|
|
3
|
+
'dp-surface-color': {
|
|
4
|
+
1: string;
|
|
5
|
+
2: string;
|
|
6
|
+
3: string;
|
|
7
|
+
4: string;
|
|
8
|
+
5: string;
|
|
9
|
+
6: string;
|
|
10
|
+
7: string;
|
|
11
|
+
8: string;
|
|
12
|
+
9: string;
|
|
13
|
+
10: string;
|
|
14
|
+
11: string;
|
|
15
|
+
12: string;
|
|
16
|
+
13: string;
|
|
17
|
+
14: string;
|
|
18
|
+
15: string;
|
|
19
|
+
16: string;
|
|
20
|
+
17: string;
|
|
21
|
+
18: string;
|
|
22
|
+
19: string;
|
|
23
|
+
20: string;
|
|
24
|
+
21: string;
|
|
25
|
+
22: string;
|
|
26
|
+
23: string;
|
|
27
|
+
24: string;
|
|
28
|
+
};
|
|
29
|
+
surface: {
|
|
30
|
+
0: string;
|
|
31
|
+
50: string;
|
|
32
|
+
100: string;
|
|
33
|
+
200: string;
|
|
34
|
+
300: string;
|
|
35
|
+
400: string;
|
|
36
|
+
500: string;
|
|
37
|
+
600: string;
|
|
38
|
+
700: string;
|
|
39
|
+
800: string;
|
|
40
|
+
900: string;
|
|
41
|
+
950: string;
|
|
42
|
+
contrastColor: string;
|
|
43
|
+
};
|
|
44
|
+
primary: {
|
|
45
|
+
50: string;
|
|
46
|
+
100: string;
|
|
47
|
+
200: string;
|
|
48
|
+
300: string;
|
|
49
|
+
400: string;
|
|
50
|
+
500: string;
|
|
51
|
+
600: string;
|
|
52
|
+
700: string;
|
|
53
|
+
800: string;
|
|
54
|
+
900: string;
|
|
55
|
+
950: string;
|
|
56
|
+
contrastColor: string;
|
|
57
|
+
};
|
|
58
|
+
secondary: {
|
|
59
|
+
50: string;
|
|
60
|
+
100: string;
|
|
61
|
+
200: string;
|
|
62
|
+
300: string;
|
|
63
|
+
400: string;
|
|
64
|
+
500: string;
|
|
65
|
+
600: string;
|
|
66
|
+
700: string;
|
|
67
|
+
800: string;
|
|
68
|
+
900: string;
|
|
69
|
+
950: string;
|
|
70
|
+
contrastColor: string;
|
|
71
|
+
};
|
|
72
|
+
success: {
|
|
73
|
+
50: string;
|
|
74
|
+
100: string;
|
|
75
|
+
200: string;
|
|
76
|
+
300: string;
|
|
77
|
+
400: string;
|
|
78
|
+
500: string;
|
|
79
|
+
600: string;
|
|
80
|
+
700: string;
|
|
81
|
+
800: string;
|
|
82
|
+
900: string;
|
|
83
|
+
950: string;
|
|
84
|
+
contrastColor: string;
|
|
85
|
+
};
|
|
86
|
+
info: {
|
|
87
|
+
50: string;
|
|
88
|
+
100: string;
|
|
89
|
+
200: string;
|
|
90
|
+
300: string;
|
|
91
|
+
400: string;
|
|
92
|
+
500: string;
|
|
93
|
+
600: string;
|
|
94
|
+
700: string;
|
|
95
|
+
800: string;
|
|
96
|
+
900: string;
|
|
97
|
+
950: string;
|
|
98
|
+
contrastColor: string;
|
|
99
|
+
};
|
|
100
|
+
danger: {
|
|
101
|
+
50: string;
|
|
102
|
+
100: string;
|
|
103
|
+
200: string;
|
|
104
|
+
300: string;
|
|
105
|
+
400: string;
|
|
106
|
+
500: string;
|
|
107
|
+
600: string;
|
|
108
|
+
700: string;
|
|
109
|
+
800: string;
|
|
110
|
+
900: string;
|
|
111
|
+
950: string;
|
|
112
|
+
contrastColor: string;
|
|
113
|
+
};
|
|
114
|
+
'content-wrapper-color': string;
|
|
115
|
+
'success-color': string;
|
|
116
|
+
'success-hover-color': string;
|
|
117
|
+
'success-light-color': string;
|
|
118
|
+
'success-on-color': string;
|
|
119
|
+
'warning-color': string;
|
|
120
|
+
'warning-hover-color': string;
|
|
121
|
+
'warning-light-color': string;
|
|
122
|
+
'warning-on-color': string;
|
|
123
|
+
'error-color': string;
|
|
124
|
+
'error-hover-color': string;
|
|
125
|
+
'error-light-color': string;
|
|
126
|
+
'error-on-color': string;
|
|
127
|
+
'info-color': string;
|
|
128
|
+
'info-hover-color': string;
|
|
129
|
+
'info-light-color': string;
|
|
130
|
+
'info-on-color': string;
|
|
131
|
+
'job-color': string;
|
|
132
|
+
'job-hover-color': string;
|
|
133
|
+
'job-light-color': string;
|
|
134
|
+
'job-on-color': string;
|
|
135
|
+
'chat-color': string;
|
|
136
|
+
'chat-hover-color': string;
|
|
137
|
+
'chat-light-color': string;
|
|
138
|
+
'chat-on-color': string;
|
|
139
|
+
'transfer-color': string;
|
|
140
|
+
'transfer-hover-color': string;
|
|
141
|
+
'transfer-light-color': string;
|
|
142
|
+
'transfer-on-color': string;
|
|
143
|
+
'primary-color': string;
|
|
144
|
+
'primary-hover-color': string;
|
|
145
|
+
'primary-light-color': string;
|
|
146
|
+
'primary-on-color': string;
|
|
147
|
+
'secondary-color': string;
|
|
148
|
+
'secondary-hover-color': string;
|
|
149
|
+
'secondary-light-color': string;
|
|
150
|
+
'secondary-on-color': string;
|
|
151
|
+
'email-color': string;
|
|
152
|
+
'email-hover-color': string;
|
|
153
|
+
'email-light-color': string;
|
|
154
|
+
'email-on-color': string;
|
|
155
|
+
'accent-color': string;
|
|
156
|
+
'sub-accent-color': string;
|
|
157
|
+
'text-main-color': string;
|
|
158
|
+
'text-disabled-color': string;
|
|
159
|
+
'text-error-color': string;
|
|
160
|
+
'text-link-color': string;
|
|
161
|
+
'text-on-brand-color': string;
|
|
162
|
+
};
|