@webitel/ui-sdk 25.10.11 → 25.10.13
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/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +120 -32
- package/dist/ui-sdk.umd.cjs +12 -12
- package/package.json +2 -2
- package/src/locale/_enums/TranslationLocale.enum.ts +22 -0
- package/src/locale/en/en.js +4 -9
- package/src/locale/en/notTranslatable.en.ts +27 -0
- package/src/locale/es/es.js +0 -7
- package/src/locale/index.ts +2 -0
- package/src/locale/kz/kz.js +0 -7
- package/src/locale/pl/pl.js +0 -7
- package/src/locale/ro/ro.js +0 -7
- package/src/locale/ru/ru.js +0 -7
- package/src/locale/uk/uk.js +0 -7
- package/src/locale/uz/uz.js +0 -7
- package/src/locale/vi/vi.js +0 -7
- package/types/locale/_enums/TranslationLocale.enum.d.ts +18 -0
- package/types/locale/en/en.d.ts +1 -949
- package/types/locale/en/notTranslatable.en.d.ts +25 -0
- package/types/locale/es/es.d.ts +0 -7
- package/types/locale/i18n.d.ts +1 -921
- package/types/locale/index.d.ts +2 -921
- package/types/locale/kz/kz.d.ts +0 -7
- package/types/locale/pl/pl.d.ts +0 -7
- package/types/locale/ro/ro.d.ts +0 -7
- package/types/locale/ru/ru.d.ts +0 -7
- package/types/locale/uk/uk.d.ts +0 -7
- package/types/locale/uz/uz.d.ts +0 -7
- package/types/locale/vi/vi.d.ts +0 -7
- package/types/plugins/primevue/theme/components/table/table.d.ts +88 -0
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -34,13 +34,6 @@ declare namespace _default {
|
|
|
34
34
|
export let expand: string;
|
|
35
35
|
export let collapse: string;
|
|
36
36
|
export let generate: string;
|
|
37
|
-
export namespace lang {
|
|
38
|
-
let en: string;
|
|
39
|
-
let es: string;
|
|
40
|
-
let ru: string;
|
|
41
|
-
let uk: string;
|
|
42
|
-
let kz: string;
|
|
43
|
-
}
|
|
44
37
|
export let from: string;
|
|
45
38
|
export let to: string;
|
|
46
39
|
export let tts: string;
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -34,13 +34,6 @@ declare namespace _default {
|
|
|
34
34
|
export let expand: string;
|
|
35
35
|
export let collapse: string;
|
|
36
36
|
export let generate: string;
|
|
37
|
-
export namespace lang {
|
|
38
|
-
let en: string;
|
|
39
|
-
let es: string;
|
|
40
|
-
let ru: string;
|
|
41
|
-
let uk: string;
|
|
42
|
-
let kz: string;
|
|
43
|
-
}
|
|
44
37
|
export let from: string;
|
|
45
38
|
export let to: string;
|
|
46
39
|
export let tts: string;
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -34,13 +34,6 @@ declare namespace _default {
|
|
|
34
34
|
export let expand: string;
|
|
35
35
|
export let collapse: string;
|
|
36
36
|
export let generate: string;
|
|
37
|
-
export namespace lang {
|
|
38
|
-
let en: string;
|
|
39
|
-
let es: string;
|
|
40
|
-
let ru: string;
|
|
41
|
-
let uk: string;
|
|
42
|
-
let kz: string;
|
|
43
|
-
}
|
|
44
37
|
export let from: string;
|
|
45
38
|
export let to: string;
|
|
46
39
|
export let tts: string;
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -32,13 +32,6 @@ declare namespace _default {
|
|
|
32
32
|
export let expand: string;
|
|
33
33
|
export let collapse: string;
|
|
34
34
|
export let generate: string;
|
|
35
|
-
export namespace lang {
|
|
36
|
-
let en: string;
|
|
37
|
-
let es: string;
|
|
38
|
-
let ru: string;
|
|
39
|
-
let uk: string;
|
|
40
|
-
let kz: string;
|
|
41
|
-
}
|
|
42
35
|
export let from: string;
|
|
43
36
|
export let to: string;
|
|
44
37
|
export let tts: string;
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -32,13 +32,6 @@ declare namespace _default {
|
|
|
32
32
|
export let expand: string;
|
|
33
33
|
export let collapse: string;
|
|
34
34
|
export let generate: string;
|
|
35
|
-
export namespace lang {
|
|
36
|
-
let en: string;
|
|
37
|
-
let es: string;
|
|
38
|
-
let ru: string;
|
|
39
|
-
let uk: string;
|
|
40
|
-
let kz: string;
|
|
41
|
-
}
|
|
42
35
|
export let from: string;
|
|
43
36
|
export let to: string;
|
|
44
37
|
export let tts: string;
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -34,13 +34,6 @@ declare namespace _default {
|
|
|
34
34
|
export let expand: string;
|
|
35
35
|
export let collapse: string;
|
|
36
36
|
export let generate: string;
|
|
37
|
-
export namespace lang {
|
|
38
|
-
let en: string;
|
|
39
|
-
let es: string;
|
|
40
|
-
let ru: string;
|
|
41
|
-
let uk: string;
|
|
42
|
-
let kz: string;
|
|
43
|
-
}
|
|
44
37
|
export let from: string;
|
|
45
38
|
export let to: string;
|
|
46
39
|
export let tts: string;
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -34,13 +34,6 @@ declare namespace _default {
|
|
|
34
34
|
export let expand: string;
|
|
35
35
|
export let collapse: string;
|
|
36
36
|
export let generate: string;
|
|
37
|
-
export namespace lang {
|
|
38
|
-
let en: string;
|
|
39
|
-
let es: string;
|
|
40
|
-
let ru: string;
|
|
41
|
-
let uk: string;
|
|
42
|
-
let kz: string;
|
|
43
|
-
}
|
|
44
37
|
export let from: string;
|
|
45
38
|
export let to: string;
|
|
46
39
|
export let tts: string;
|
|
@@ -50,6 +50,38 @@ declare const table: {
|
|
|
50
50
|
borderColor: string;
|
|
51
51
|
color: string;
|
|
52
52
|
};
|
|
53
|
+
resizeIndicator: {
|
|
54
|
+
color: string;
|
|
55
|
+
};
|
|
56
|
+
filter: {
|
|
57
|
+
overlaySelect: {
|
|
58
|
+
background: string;
|
|
59
|
+
borderColor: string;
|
|
60
|
+
color: string;
|
|
61
|
+
shadow: string;
|
|
62
|
+
};
|
|
63
|
+
overlayPopover: {
|
|
64
|
+
background: string;
|
|
65
|
+
borderColor: string;
|
|
66
|
+
color: string;
|
|
67
|
+
shadow: string;
|
|
68
|
+
};
|
|
69
|
+
rule: {
|
|
70
|
+
borderColor: string;
|
|
71
|
+
};
|
|
72
|
+
constraint: {
|
|
73
|
+
focusBackground: string;
|
|
74
|
+
selectedBackground: string;
|
|
75
|
+
selectedFocusBackground: string;
|
|
76
|
+
color: string;
|
|
77
|
+
focusColor: string;
|
|
78
|
+
selectedColor: string;
|
|
79
|
+
selectedFocusColor: string;
|
|
80
|
+
separator: {
|
|
81
|
+
borderColor: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
53
85
|
sortIcon: {
|
|
54
86
|
color: string;
|
|
55
87
|
hoverColor: string;
|
|
@@ -104,6 +136,38 @@ declare const table: {
|
|
|
104
136
|
borderColor: string;
|
|
105
137
|
color: string;
|
|
106
138
|
};
|
|
139
|
+
resizeIndicator: {
|
|
140
|
+
color: string;
|
|
141
|
+
};
|
|
142
|
+
filter: {
|
|
143
|
+
overlaySelect: {
|
|
144
|
+
background: string;
|
|
145
|
+
borderColor: string;
|
|
146
|
+
color: string;
|
|
147
|
+
shadow: string;
|
|
148
|
+
};
|
|
149
|
+
overlayPopover: {
|
|
150
|
+
background: string;
|
|
151
|
+
borderColor: string;
|
|
152
|
+
color: string;
|
|
153
|
+
shadow: string;
|
|
154
|
+
};
|
|
155
|
+
rule: {
|
|
156
|
+
borderColor: string;
|
|
157
|
+
};
|
|
158
|
+
constraint: {
|
|
159
|
+
focusBackground: string;
|
|
160
|
+
selectedBackground: string;
|
|
161
|
+
selectedFocusBackground: string;
|
|
162
|
+
color: string;
|
|
163
|
+
focusColor: string;
|
|
164
|
+
selectedColor: string;
|
|
165
|
+
selectedFocusColor: string;
|
|
166
|
+
separator: {
|
|
167
|
+
borderColor: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
107
171
|
sortIcon: {
|
|
108
172
|
color: string;
|
|
109
173
|
hoverColor: string;
|
|
@@ -180,6 +244,30 @@ declare const table: {
|
|
|
180
244
|
padding: string;
|
|
181
245
|
};
|
|
182
246
|
};
|
|
247
|
+
columnResizer: {
|
|
248
|
+
width: string;
|
|
249
|
+
};
|
|
250
|
+
resizeIndicator: {
|
|
251
|
+
width: string;
|
|
252
|
+
};
|
|
253
|
+
filter: {
|
|
254
|
+
inlineGap: string;
|
|
255
|
+
overlaySelect: {
|
|
256
|
+
borderRadius: string;
|
|
257
|
+
};
|
|
258
|
+
overlayPopover: {
|
|
259
|
+
padding: string;
|
|
260
|
+
gap: string;
|
|
261
|
+
};
|
|
262
|
+
constraintList: {
|
|
263
|
+
padding: string;
|
|
264
|
+
gap: string;
|
|
265
|
+
};
|
|
266
|
+
constraint: {
|
|
267
|
+
padding: string;
|
|
268
|
+
borderRadius: string;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
183
271
|
sortIcon: {
|
|
184
272
|
size: string;
|
|
185
273
|
};
|