@intlayer/design-system 8.4.9 → 8.5.0
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/esm/components/HTMLRender/HTMLRender.mjs +1 -1
- package/dist/esm/components/HTMLRender/HTMLRender.mjs.map +1 -1
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +2 -25
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +9 -193
- package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
- package/dist/types/components/Carousel/index.content.d.ts +3 -73
- package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +2 -25
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +13 -289
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +5 -97
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +28 -649
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -385
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +13 -289
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +17 -385
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +5 -97
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +4 -73
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +3 -49
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +16 -361
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +2 -26
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
- package/dist/types/components/HTMLRender/HTMLRender.d.ts +1 -1
- package/dist/types/components/IDE/code.content.d.ts +3 -49
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +3 -49
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/types/components/IDE/selectors.content.d.ts +7 -145
- package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
- package/dist/types/components/Loader/index.content.d.ts +2 -25
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +9 -193
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +7 -145
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +5 -121
- package/dist/types/components/Pagination/pagination.content.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +3 -49
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +2 -25
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +3 -49
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts
|
|
4
4
|
declare const localeSwitcherContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
localeSwitcherLabel:
|
|
7
|
+
localeSwitcherLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,31 +23,8 @@ declare const localeSwitcherContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
'en-GB': string;
|
|
32
|
-
fr: string;
|
|
33
|
-
es: string;
|
|
34
|
-
de: string;
|
|
35
|
-
ja: string;
|
|
36
|
-
ko: string;
|
|
37
|
-
zh: string;
|
|
38
|
-
it: string;
|
|
39
|
-
pt: string;
|
|
40
|
-
hi: string;
|
|
41
|
-
ar: string;
|
|
42
|
-
ru: string;
|
|
43
|
-
tr: string;
|
|
44
|
-
pl: string;
|
|
45
|
-
id: string;
|
|
46
|
-
vi: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
};
|
|
49
26
|
}>;
|
|
50
|
-
languageListLabel:
|
|
27
|
+
languageListLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
'en-GB': string;
|
|
53
30
|
fr: string;
|
|
@@ -66,31 +43,8 @@ declare const localeSwitcherContent: {
|
|
|
66
43
|
id: string;
|
|
67
44
|
vi: string;
|
|
68
45
|
uk: string;
|
|
69
|
-
}, {
|
|
70
|
-
nodeType: "translation";
|
|
71
|
-
} & {
|
|
72
|
-
translation: {
|
|
73
|
-
en: string;
|
|
74
|
-
'en-GB': string;
|
|
75
|
-
fr: string;
|
|
76
|
-
es: string;
|
|
77
|
-
de: string;
|
|
78
|
-
ja: string;
|
|
79
|
-
ko: string;
|
|
80
|
-
zh: string;
|
|
81
|
-
it: string;
|
|
82
|
-
pt: string;
|
|
83
|
-
hi: string;
|
|
84
|
-
ar: string;
|
|
85
|
-
ru: string;
|
|
86
|
-
tr: string;
|
|
87
|
-
pl: string;
|
|
88
|
-
id: string;
|
|
89
|
-
vi: string;
|
|
90
|
-
uk: string;
|
|
91
|
-
};
|
|
92
46
|
}>;
|
|
93
|
-
switchTo:
|
|
47
|
+
switchTo: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
94
48
|
en: string;
|
|
95
49
|
fr: string;
|
|
96
50
|
es: string;
|
|
@@ -109,32 +63,9 @@ declare const localeSwitcherContent: {
|
|
|
109
63
|
id: string;
|
|
110
64
|
vi: string;
|
|
111
65
|
uk: string;
|
|
112
|
-
}, {
|
|
113
|
-
nodeType: "translation";
|
|
114
|
-
} & {
|
|
115
|
-
translation: {
|
|
116
|
-
en: string;
|
|
117
|
-
fr: string;
|
|
118
|
-
es: string;
|
|
119
|
-
'en-GB': string;
|
|
120
|
-
de: string;
|
|
121
|
-
ja: string;
|
|
122
|
-
ko: string;
|
|
123
|
-
zh: string;
|
|
124
|
-
it: string;
|
|
125
|
-
pt: string;
|
|
126
|
-
hi: string;
|
|
127
|
-
ar: string;
|
|
128
|
-
ru: string;
|
|
129
|
-
tr: string;
|
|
130
|
-
pl: string;
|
|
131
|
-
id: string;
|
|
132
|
-
vi: string;
|
|
133
|
-
uk: string;
|
|
134
|
-
};
|
|
135
66
|
}>;
|
|
136
67
|
searchInput: {
|
|
137
|
-
text:
|
|
68
|
+
text: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
138
69
|
en: string;
|
|
139
70
|
'en-GB': string;
|
|
140
71
|
fr: string;
|
|
@@ -153,31 +84,8 @@ declare const localeSwitcherContent: {
|
|
|
153
84
|
id: string;
|
|
154
85
|
vi: string;
|
|
155
86
|
uk: string;
|
|
156
|
-
}, {
|
|
157
|
-
nodeType: "translation";
|
|
158
|
-
} & {
|
|
159
|
-
translation: {
|
|
160
|
-
en: string;
|
|
161
|
-
'en-GB': string;
|
|
162
|
-
fr: string;
|
|
163
|
-
es: string;
|
|
164
|
-
de: string;
|
|
165
|
-
ja: string;
|
|
166
|
-
ko: string;
|
|
167
|
-
zh: string;
|
|
168
|
-
it: string;
|
|
169
|
-
pt: string;
|
|
170
|
-
hi: string;
|
|
171
|
-
ar: string;
|
|
172
|
-
ru: string;
|
|
173
|
-
tr: string;
|
|
174
|
-
pl: string;
|
|
175
|
-
id: string;
|
|
176
|
-
vi: string;
|
|
177
|
-
uk: string;
|
|
178
|
-
};
|
|
179
87
|
}>;
|
|
180
|
-
placeholder:
|
|
88
|
+
placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
181
89
|
en: string;
|
|
182
90
|
'en-GB': string;
|
|
183
91
|
fr: string;
|
|
@@ -196,31 +104,8 @@ declare const localeSwitcherContent: {
|
|
|
196
104
|
id: string;
|
|
197
105
|
vi: string;
|
|
198
106
|
uk: string;
|
|
199
|
-
}, {
|
|
200
|
-
nodeType: "translation";
|
|
201
|
-
} & {
|
|
202
|
-
translation: {
|
|
203
|
-
en: string;
|
|
204
|
-
'en-GB': string;
|
|
205
|
-
fr: string;
|
|
206
|
-
es: string;
|
|
207
|
-
de: string;
|
|
208
|
-
ja: string;
|
|
209
|
-
ko: string;
|
|
210
|
-
zh: string;
|
|
211
|
-
it: string;
|
|
212
|
-
pt: string;
|
|
213
|
-
hi: string;
|
|
214
|
-
ar: string;
|
|
215
|
-
ru: string;
|
|
216
|
-
tr: string;
|
|
217
|
-
pl: string;
|
|
218
|
-
id: string;
|
|
219
|
-
vi: string;
|
|
220
|
-
uk: string;
|
|
221
|
-
};
|
|
222
107
|
}>;
|
|
223
|
-
ariaLabel:
|
|
108
|
+
ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
224
109
|
en: string;
|
|
225
110
|
'en-GB': string;
|
|
226
111
|
fr: string;
|
|
@@ -239,33 +124,10 @@ declare const localeSwitcherContent: {
|
|
|
239
124
|
id: string;
|
|
240
125
|
vi: string;
|
|
241
126
|
uk: string;
|
|
242
|
-
}, {
|
|
243
|
-
nodeType: "translation";
|
|
244
|
-
} & {
|
|
245
|
-
translation: {
|
|
246
|
-
en: string;
|
|
247
|
-
'en-GB': string;
|
|
248
|
-
fr: string;
|
|
249
|
-
es: string;
|
|
250
|
-
de: string;
|
|
251
|
-
ja: string;
|
|
252
|
-
ko: string;
|
|
253
|
-
zh: string;
|
|
254
|
-
it: string;
|
|
255
|
-
pt: string;
|
|
256
|
-
hi: string;
|
|
257
|
-
ar: string;
|
|
258
|
-
ru: string;
|
|
259
|
-
tr: string;
|
|
260
|
-
pl: string;
|
|
261
|
-
id: string;
|
|
262
|
-
vi: string;
|
|
263
|
-
uk: string;
|
|
264
|
-
};
|
|
265
127
|
}>;
|
|
266
128
|
};
|
|
267
129
|
seeAllLocalesSwitch: {
|
|
268
|
-
true:
|
|
130
|
+
true: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
269
131
|
en: string;
|
|
270
132
|
'en-GB': string;
|
|
271
133
|
fr: string;
|
|
@@ -284,31 +146,8 @@ declare const localeSwitcherContent: {
|
|
|
284
146
|
id: string;
|
|
285
147
|
vi: string;
|
|
286
148
|
uk: string;
|
|
287
|
-
}, {
|
|
288
|
-
nodeType: "translation";
|
|
289
|
-
} & {
|
|
290
|
-
translation: {
|
|
291
|
-
en: string;
|
|
292
|
-
'en-GB': string;
|
|
293
|
-
fr: string;
|
|
294
|
-
es: string;
|
|
295
|
-
de: string;
|
|
296
|
-
ja: string;
|
|
297
|
-
ko: string;
|
|
298
|
-
zh: string;
|
|
299
|
-
it: string;
|
|
300
|
-
pt: string;
|
|
301
|
-
hi: string;
|
|
302
|
-
ar: string;
|
|
303
|
-
ru: string;
|
|
304
|
-
tr: string;
|
|
305
|
-
pl: string;
|
|
306
|
-
id: string;
|
|
307
|
-
vi: string;
|
|
308
|
-
uk: string;
|
|
309
|
-
};
|
|
310
149
|
}>;
|
|
311
|
-
false:
|
|
150
|
+
false: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
312
151
|
en: string;
|
|
313
152
|
'en-GB': string;
|
|
314
153
|
fr: string;
|
|
@@ -327,29 +166,6 @@ declare const localeSwitcherContent: {
|
|
|
327
166
|
id: string;
|
|
328
167
|
vi: string;
|
|
329
168
|
uk: string;
|
|
330
|
-
}, {
|
|
331
|
-
nodeType: "translation";
|
|
332
|
-
} & {
|
|
333
|
-
translation: {
|
|
334
|
-
en: string;
|
|
335
|
-
'en-GB': string;
|
|
336
|
-
fr: string;
|
|
337
|
-
es: string;
|
|
338
|
-
de: string;
|
|
339
|
-
ja: string;
|
|
340
|
-
ko: string;
|
|
341
|
-
zh: string;
|
|
342
|
-
it: string;
|
|
343
|
-
pt: string;
|
|
344
|
-
hi: string;
|
|
345
|
-
ar: string;
|
|
346
|
-
ru: string;
|
|
347
|
-
tr: string;
|
|
348
|
-
pl: string;
|
|
349
|
-
id: string;
|
|
350
|
-
vi: string;
|
|
351
|
-
uk: string;
|
|
352
|
-
};
|
|
353
169
|
}>;
|
|
354
170
|
};
|
|
355
171
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBA4KgB,
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBA4KgB,0BAAA,CAAA,kBAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts
|
|
4
4
|
declare const localeSwitcherContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
localeSwitcherLabel:
|
|
7
|
+
localeSwitcherLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,31 +23,8 @@ declare const localeSwitcherContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
'en-GB': string;
|
|
32
|
-
fr: string;
|
|
33
|
-
es: string;
|
|
34
|
-
de: string;
|
|
35
|
-
ja: string;
|
|
36
|
-
ko: string;
|
|
37
|
-
zh: string;
|
|
38
|
-
it: string;
|
|
39
|
-
pt: string;
|
|
40
|
-
hi: string;
|
|
41
|
-
ar: string;
|
|
42
|
-
ru: string;
|
|
43
|
-
tr: string;
|
|
44
|
-
pl: string;
|
|
45
|
-
id: string;
|
|
46
|
-
vi: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
};
|
|
49
26
|
}>;
|
|
50
|
-
languageListLabel:
|
|
27
|
+
languageListLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
'en-GB': string;
|
|
53
30
|
fr: string;
|
|
@@ -66,31 +43,8 @@ declare const localeSwitcherContent: {
|
|
|
66
43
|
id: string;
|
|
67
44
|
vi: string;
|
|
68
45
|
uk: string;
|
|
69
|
-
}, {
|
|
70
|
-
nodeType: "translation";
|
|
71
|
-
} & {
|
|
72
|
-
translation: {
|
|
73
|
-
en: string;
|
|
74
|
-
'en-GB': string;
|
|
75
|
-
fr: string;
|
|
76
|
-
es: string;
|
|
77
|
-
de: string;
|
|
78
|
-
ja: string;
|
|
79
|
-
ko: string;
|
|
80
|
-
zh: string;
|
|
81
|
-
it: string;
|
|
82
|
-
pt: string;
|
|
83
|
-
hi: string;
|
|
84
|
-
ar: string;
|
|
85
|
-
ru: string;
|
|
86
|
-
tr: string;
|
|
87
|
-
pl: string;
|
|
88
|
-
id: string;
|
|
89
|
-
vi: string;
|
|
90
|
-
uk: string;
|
|
91
|
-
};
|
|
92
46
|
}>;
|
|
93
|
-
switchTo:
|
|
47
|
+
switchTo: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
94
48
|
en: string;
|
|
95
49
|
fr: string;
|
|
96
50
|
es: string;
|
|
@@ -109,32 +63,9 @@ declare const localeSwitcherContent: {
|
|
|
109
63
|
id: string;
|
|
110
64
|
vi: string;
|
|
111
65
|
uk: string;
|
|
112
|
-
}, {
|
|
113
|
-
nodeType: "translation";
|
|
114
|
-
} & {
|
|
115
|
-
translation: {
|
|
116
|
-
en: string;
|
|
117
|
-
fr: string;
|
|
118
|
-
es: string;
|
|
119
|
-
'en-GB': string;
|
|
120
|
-
de: string;
|
|
121
|
-
ja: string;
|
|
122
|
-
ko: string;
|
|
123
|
-
zh: string;
|
|
124
|
-
it: string;
|
|
125
|
-
pt: string;
|
|
126
|
-
hi: string;
|
|
127
|
-
ar: string;
|
|
128
|
-
ru: string;
|
|
129
|
-
tr: string;
|
|
130
|
-
pl: string;
|
|
131
|
-
id: string;
|
|
132
|
-
vi: string;
|
|
133
|
-
uk: string;
|
|
134
|
-
};
|
|
135
66
|
}>;
|
|
136
67
|
searchInput: {
|
|
137
|
-
text:
|
|
68
|
+
text: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
138
69
|
en: string;
|
|
139
70
|
'en-GB': string;
|
|
140
71
|
fr: string;
|
|
@@ -153,31 +84,8 @@ declare const localeSwitcherContent: {
|
|
|
153
84
|
id: string;
|
|
154
85
|
vi: string;
|
|
155
86
|
uk: string;
|
|
156
|
-
}, {
|
|
157
|
-
nodeType: "translation";
|
|
158
|
-
} & {
|
|
159
|
-
translation: {
|
|
160
|
-
en: string;
|
|
161
|
-
'en-GB': string;
|
|
162
|
-
fr: string;
|
|
163
|
-
es: string;
|
|
164
|
-
de: string;
|
|
165
|
-
ja: string;
|
|
166
|
-
ko: string;
|
|
167
|
-
zh: string;
|
|
168
|
-
it: string;
|
|
169
|
-
pt: string;
|
|
170
|
-
hi: string;
|
|
171
|
-
ar: string;
|
|
172
|
-
ru: string;
|
|
173
|
-
tr: string;
|
|
174
|
-
pl: string;
|
|
175
|
-
id: string;
|
|
176
|
-
vi: string;
|
|
177
|
-
uk: string;
|
|
178
|
-
};
|
|
179
87
|
}>;
|
|
180
|
-
placeholder:
|
|
88
|
+
placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
181
89
|
en: string;
|
|
182
90
|
'en-GB': string;
|
|
183
91
|
fr: string;
|
|
@@ -196,31 +104,8 @@ declare const localeSwitcherContent: {
|
|
|
196
104
|
id: string;
|
|
197
105
|
vi: string;
|
|
198
106
|
uk: string;
|
|
199
|
-
}, {
|
|
200
|
-
nodeType: "translation";
|
|
201
|
-
} & {
|
|
202
|
-
translation: {
|
|
203
|
-
en: string;
|
|
204
|
-
'en-GB': string;
|
|
205
|
-
fr: string;
|
|
206
|
-
es: string;
|
|
207
|
-
de: string;
|
|
208
|
-
ja: string;
|
|
209
|
-
ko: string;
|
|
210
|
-
zh: string;
|
|
211
|
-
it: string;
|
|
212
|
-
pt: string;
|
|
213
|
-
hi: string;
|
|
214
|
-
ar: string;
|
|
215
|
-
ru: string;
|
|
216
|
-
tr: string;
|
|
217
|
-
pl: string;
|
|
218
|
-
id: string;
|
|
219
|
-
vi: string;
|
|
220
|
-
uk: string;
|
|
221
|
-
};
|
|
222
107
|
}>;
|
|
223
|
-
ariaLabel:
|
|
108
|
+
ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
224
109
|
en: string;
|
|
225
110
|
'en-GB': string;
|
|
226
111
|
fr: string;
|
|
@@ -239,29 +124,6 @@ declare const localeSwitcherContent: {
|
|
|
239
124
|
id: string;
|
|
240
125
|
vi: string;
|
|
241
126
|
uk: string;
|
|
242
|
-
}, {
|
|
243
|
-
nodeType: "translation";
|
|
244
|
-
} & {
|
|
245
|
-
translation: {
|
|
246
|
-
en: string;
|
|
247
|
-
'en-GB': string;
|
|
248
|
-
fr: string;
|
|
249
|
-
es: string;
|
|
250
|
-
de: string;
|
|
251
|
-
ja: string;
|
|
252
|
-
ko: string;
|
|
253
|
-
zh: string;
|
|
254
|
-
it: string;
|
|
255
|
-
pt: string;
|
|
256
|
-
hi: string;
|
|
257
|
-
ar: string;
|
|
258
|
-
ru: string;
|
|
259
|
-
tr: string;
|
|
260
|
-
pl: string;
|
|
261
|
-
id: string;
|
|
262
|
-
vi: string;
|
|
263
|
-
uk: string;
|
|
264
|
-
};
|
|
265
127
|
}>;
|
|
266
128
|
};
|
|
267
129
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBAkIgB,
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBAkIgB,0BAAA,CAAA,kBAAA"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import * as _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
|
|
2
1
|
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
3
2
|
|
|
4
3
|
//#region src/components/Pagination/pagination.content.d.ts
|
|
5
4
|
declare const paginationContent: {
|
|
6
5
|
key: string;
|
|
7
6
|
content: {
|
|
8
|
-
numberItemsSelector:
|
|
7
|
+
numberItemsSelector: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
9
8
|
en: string;
|
|
10
9
|
fr: string;
|
|
11
10
|
es: string;
|
|
@@ -24,31 +23,8 @@ declare const paginationContent: {
|
|
|
24
23
|
id: string;
|
|
25
24
|
vi: string;
|
|
26
25
|
uk: string;
|
|
27
|
-
}, {
|
|
28
|
-
nodeType: "translation";
|
|
29
|
-
} & {
|
|
30
|
-
translation: {
|
|
31
|
-
en: string;
|
|
32
|
-
fr: string;
|
|
33
|
-
es: string;
|
|
34
|
-
'en-GB': string;
|
|
35
|
-
de: string;
|
|
36
|
-
ja: string;
|
|
37
|
-
ko: string;
|
|
38
|
-
zh: string;
|
|
39
|
-
it: string;
|
|
40
|
-
pt: string;
|
|
41
|
-
hi: string;
|
|
42
|
-
ar: string;
|
|
43
|
-
ru: string;
|
|
44
|
-
tr: string;
|
|
45
|
-
pl: string;
|
|
46
|
-
id: string;
|
|
47
|
-
vi: string;
|
|
48
|
-
uk: string;
|
|
49
|
-
};
|
|
50
26
|
}>;
|
|
51
|
-
showingResults: _intlayer_core_transpiler0.InsertionContent<
|
|
27
|
+
showingResults: _intlayer_core_transpiler0.InsertionContent<_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
52
28
|
ar: string;
|
|
53
29
|
de: string;
|
|
54
30
|
en: string;
|
|
@@ -67,31 +43,8 @@ declare const paginationContent: {
|
|
|
67
43
|
uk: string;
|
|
68
44
|
vi: string;
|
|
69
45
|
zh: string;
|
|
70
|
-
}, {
|
|
71
|
-
nodeType: "translation";
|
|
72
|
-
} & {
|
|
73
|
-
translation: {
|
|
74
|
-
ar: string;
|
|
75
|
-
de: string;
|
|
76
|
-
en: string;
|
|
77
|
-
'en-GB': string;
|
|
78
|
-
es: string;
|
|
79
|
-
fr: string;
|
|
80
|
-
hi: string;
|
|
81
|
-
id: string;
|
|
82
|
-
it: string;
|
|
83
|
-
ja: string;
|
|
84
|
-
ko: string;
|
|
85
|
-
pl: string;
|
|
86
|
-
pt: string;
|
|
87
|
-
ru: string;
|
|
88
|
-
tr: string;
|
|
89
|
-
uk: string;
|
|
90
|
-
vi: string;
|
|
91
|
-
zh: string;
|
|
92
|
-
};
|
|
93
46
|
}>>;
|
|
94
|
-
selectPageSize:
|
|
47
|
+
selectPageSize: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
95
48
|
en: string;
|
|
96
49
|
fr: string;
|
|
97
50
|
es: string;
|
|
@@ -110,31 +63,8 @@ declare const paginationContent: {
|
|
|
110
63
|
id: string;
|
|
111
64
|
vi: string;
|
|
112
65
|
uk: string;
|
|
113
|
-
}, {
|
|
114
|
-
nodeType: "translation";
|
|
115
|
-
} & {
|
|
116
|
-
translation: {
|
|
117
|
-
en: string;
|
|
118
|
-
fr: string;
|
|
119
|
-
es: string;
|
|
120
|
-
'en-GB': string;
|
|
121
|
-
de: string;
|
|
122
|
-
ja: string;
|
|
123
|
-
ko: string;
|
|
124
|
-
zh: string;
|
|
125
|
-
it: string;
|
|
126
|
-
pt: string;
|
|
127
|
-
hi: string;
|
|
128
|
-
ar: string;
|
|
129
|
-
ru: string;
|
|
130
|
-
tr: string;
|
|
131
|
-
pl: string;
|
|
132
|
-
id: string;
|
|
133
|
-
vi: string;
|
|
134
|
-
uk: string;
|
|
135
|
-
};
|
|
136
66
|
}>;
|
|
137
|
-
goToNextPage:
|
|
67
|
+
goToNextPage: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
138
68
|
en: string;
|
|
139
69
|
fr: string;
|
|
140
70
|
es: string;
|
|
@@ -153,31 +83,8 @@ declare const paginationContent: {
|
|
|
153
83
|
id: string;
|
|
154
84
|
vi: string;
|
|
155
85
|
uk: string;
|
|
156
|
-
}, {
|
|
157
|
-
nodeType: "translation";
|
|
158
|
-
} & {
|
|
159
|
-
translation: {
|
|
160
|
-
en: string;
|
|
161
|
-
fr: string;
|
|
162
|
-
es: string;
|
|
163
|
-
'en-GB': string;
|
|
164
|
-
de: string;
|
|
165
|
-
ja: string;
|
|
166
|
-
ko: string;
|
|
167
|
-
zh: string;
|
|
168
|
-
it: string;
|
|
169
|
-
pt: string;
|
|
170
|
-
hi: string;
|
|
171
|
-
ar: string;
|
|
172
|
-
ru: string;
|
|
173
|
-
tr: string;
|
|
174
|
-
pl: string;
|
|
175
|
-
id: string;
|
|
176
|
-
vi: string;
|
|
177
|
-
uk: string;
|
|
178
|
-
};
|
|
179
86
|
}>;
|
|
180
|
-
goToPreviousPage:
|
|
87
|
+
goToPreviousPage: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
181
88
|
en: string;
|
|
182
89
|
fr: string;
|
|
183
90
|
es: string;
|
|
@@ -196,29 +103,6 @@ declare const paginationContent: {
|
|
|
196
103
|
id: string;
|
|
197
104
|
vi: string;
|
|
198
105
|
uk: string;
|
|
199
|
-
}, {
|
|
200
|
-
nodeType: "translation";
|
|
201
|
-
} & {
|
|
202
|
-
translation: {
|
|
203
|
-
en: string;
|
|
204
|
-
fr: string;
|
|
205
|
-
es: string;
|
|
206
|
-
'en-GB': string;
|
|
207
|
-
de: string;
|
|
208
|
-
ja: string;
|
|
209
|
-
ko: string;
|
|
210
|
-
zh: string;
|
|
211
|
-
it: string;
|
|
212
|
-
pt: string;
|
|
213
|
-
hi: string;
|
|
214
|
-
ar: string;
|
|
215
|
-
ru: string;
|
|
216
|
-
tr: string;
|
|
217
|
-
pl: string;
|
|
218
|
-
id: string;
|
|
219
|
-
vi: string;
|
|
220
|
-
uk: string;
|
|
221
|
-
};
|
|
222
106
|
}>;
|
|
223
107
|
};
|
|
224
108
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.content.d.ts","names":[],"sources":["../../../../src/components/Pagination/pagination.content.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"pagination.content.d.ts","names":[],"sources":["../../../../src/components/Pagination/pagination.content.ts"],"mappings":";;;cAEM,iBAAA;;;yBA8GgB,0BAAA,CAAA,kBAAA"}
|