@intlayer/design-system 5.3.1 → 5.3.2
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/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +144 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +144 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts +108 -0
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts +108 -0
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +90 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +126 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +54 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +234 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +72 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +198 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +126 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +72 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +18 -0
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +234 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +72 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +303 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +216 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +270 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +144 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +72 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +54 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +36 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +217 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/IDE/CopyButton.content.d.ts +18 -0
- package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
- package/dist/components/Loader/index.content.d.ts +15 -0
- package/dist/components/Loader/index.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +144 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +108 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -15,6 +15,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
15
15
|
hi: string;
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
|
+
}, {
|
|
19
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
20
|
+
} & {
|
|
21
|
+
translation: {
|
|
22
|
+
en: string;
|
|
23
|
+
'en-GB': string;
|
|
24
|
+
fr: string;
|
|
25
|
+
es: string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
};
|
|
18
36
|
}>;
|
|
19
37
|
multilingual: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
38
|
en: string;
|
|
@@ -30,6 +48,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
30
48
|
hi: string;
|
|
31
49
|
ar: string;
|
|
32
50
|
ru: string;
|
|
51
|
+
}, {
|
|
52
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
53
|
+
} & {
|
|
54
|
+
translation: {
|
|
55
|
+
en: string;
|
|
56
|
+
'en-GB': string;
|
|
57
|
+
fr: string;
|
|
58
|
+
es: string;
|
|
59
|
+
de: string;
|
|
60
|
+
ja: string;
|
|
61
|
+
ko: string;
|
|
62
|
+
zh: string;
|
|
63
|
+
it: string;
|
|
64
|
+
pt: string;
|
|
65
|
+
hi: string;
|
|
66
|
+
ar: string;
|
|
67
|
+
ru: string;
|
|
68
|
+
};
|
|
33
69
|
}>;
|
|
34
70
|
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
71
|
en: string;
|
|
@@ -45,6 +81,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
45
81
|
hi: string;
|
|
46
82
|
ar: string;
|
|
47
83
|
ru: string;
|
|
84
|
+
}, {
|
|
85
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
86
|
+
} & {
|
|
87
|
+
translation: {
|
|
88
|
+
en: string;
|
|
89
|
+
'en-GB': string;
|
|
90
|
+
fr: string;
|
|
91
|
+
es: string;
|
|
92
|
+
de: string;
|
|
93
|
+
ja: string;
|
|
94
|
+
ko: string;
|
|
95
|
+
zh: string;
|
|
96
|
+
it: string;
|
|
97
|
+
pt: string;
|
|
98
|
+
hi: string;
|
|
99
|
+
ar: string;
|
|
100
|
+
ru: string;
|
|
101
|
+
};
|
|
48
102
|
}>;
|
|
49
103
|
number: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
50
104
|
en: string;
|
|
@@ -60,6 +114,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
60
114
|
hi: string;
|
|
61
115
|
ar: string;
|
|
62
116
|
ru: string;
|
|
117
|
+
}, {
|
|
118
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
119
|
+
} & {
|
|
120
|
+
translation: {
|
|
121
|
+
en: string;
|
|
122
|
+
'en-GB': string;
|
|
123
|
+
fr: string;
|
|
124
|
+
es: string;
|
|
125
|
+
de: string;
|
|
126
|
+
ja: string;
|
|
127
|
+
ko: string;
|
|
128
|
+
zh: string;
|
|
129
|
+
it: string;
|
|
130
|
+
pt: string;
|
|
131
|
+
hi: string;
|
|
132
|
+
ar: string;
|
|
133
|
+
ru: string;
|
|
134
|
+
};
|
|
63
135
|
}>;
|
|
64
136
|
boolean: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
65
137
|
en: string;
|
|
@@ -75,6 +147,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
75
147
|
hi: string;
|
|
76
148
|
ar: string;
|
|
77
149
|
ru: string;
|
|
150
|
+
}, {
|
|
151
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
152
|
+
} & {
|
|
153
|
+
translation: {
|
|
154
|
+
en: string;
|
|
155
|
+
'en-GB': string;
|
|
156
|
+
fr: string;
|
|
157
|
+
es: string;
|
|
158
|
+
de: string;
|
|
159
|
+
ja: string;
|
|
160
|
+
ko: string;
|
|
161
|
+
zh: string;
|
|
162
|
+
it: string;
|
|
163
|
+
pt: string;
|
|
164
|
+
hi: string;
|
|
165
|
+
ar: string;
|
|
166
|
+
ru: string;
|
|
167
|
+
};
|
|
78
168
|
}>;
|
|
79
169
|
node: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
80
170
|
en: string;
|
|
@@ -90,6 +180,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
90
180
|
hi: string;
|
|
91
181
|
ar: string;
|
|
92
182
|
ru: string;
|
|
183
|
+
}, {
|
|
184
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
185
|
+
} & {
|
|
186
|
+
translation: {
|
|
187
|
+
en: string;
|
|
188
|
+
'en-GB': string;
|
|
189
|
+
fr: string;
|
|
190
|
+
es: string;
|
|
191
|
+
de: string;
|
|
192
|
+
ja: string;
|
|
193
|
+
ko: string;
|
|
194
|
+
zh: string;
|
|
195
|
+
it: string;
|
|
196
|
+
pt: string;
|
|
197
|
+
hi: string;
|
|
198
|
+
ar: string;
|
|
199
|
+
ru: string;
|
|
200
|
+
};
|
|
93
201
|
}>;
|
|
94
202
|
array: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
95
203
|
en: string;
|
|
@@ -105,6 +213,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
105
213
|
hi: string;
|
|
106
214
|
ar: string;
|
|
107
215
|
ru: string;
|
|
216
|
+
}, {
|
|
217
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
218
|
+
} & {
|
|
219
|
+
translation: {
|
|
220
|
+
en: string;
|
|
221
|
+
'en-GB': string;
|
|
222
|
+
fr: string;
|
|
223
|
+
es: string;
|
|
224
|
+
de: string;
|
|
225
|
+
ja: string;
|
|
226
|
+
ko: string;
|
|
227
|
+
zh: string;
|
|
228
|
+
it: string;
|
|
229
|
+
pt: string;
|
|
230
|
+
hi: string;
|
|
231
|
+
ar: string;
|
|
232
|
+
ru: string;
|
|
233
|
+
};
|
|
108
234
|
}>;
|
|
109
235
|
enumeration: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
110
236
|
en: string;
|
|
@@ -120,6 +246,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
120
246
|
hi: string;
|
|
121
247
|
ar: string;
|
|
122
248
|
ru: string;
|
|
249
|
+
}, {
|
|
250
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
251
|
+
} & {
|
|
252
|
+
translation: {
|
|
253
|
+
en: string;
|
|
254
|
+
'en-GB': string;
|
|
255
|
+
fr: string;
|
|
256
|
+
es: string;
|
|
257
|
+
de: string;
|
|
258
|
+
ja: string;
|
|
259
|
+
ko: string;
|
|
260
|
+
zh: string;
|
|
261
|
+
it: string;
|
|
262
|
+
pt: string;
|
|
263
|
+
hi: string;
|
|
264
|
+
ar: string;
|
|
265
|
+
ru: string;
|
|
266
|
+
};
|
|
123
267
|
}>;
|
|
124
268
|
nest: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
125
269
|
en: string;
|
|
@@ -136,6 +280,25 @@ export declare const nodeTypeSelectorContent: {
|
|
|
136
280
|
ar: string;
|
|
137
281
|
ru: string;
|
|
138
282
|
nl: string;
|
|
283
|
+
}, {
|
|
284
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
285
|
+
} & {
|
|
286
|
+
translation: {
|
|
287
|
+
en: string;
|
|
288
|
+
'en-GB': string;
|
|
289
|
+
fr: string;
|
|
290
|
+
es: string;
|
|
291
|
+
de: string;
|
|
292
|
+
ja: string;
|
|
293
|
+
ko: string;
|
|
294
|
+
zh: string;
|
|
295
|
+
it: string;
|
|
296
|
+
pt: string;
|
|
297
|
+
hi: string;
|
|
298
|
+
ar: string;
|
|
299
|
+
ru: string;
|
|
300
|
+
nl: string;
|
|
301
|
+
};
|
|
139
302
|
}>;
|
|
140
303
|
condition: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
141
304
|
en: string;
|
|
@@ -151,6 +314,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
151
314
|
hi: string;
|
|
152
315
|
ar: string;
|
|
153
316
|
ru: string;
|
|
317
|
+
}, {
|
|
318
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
319
|
+
} & {
|
|
320
|
+
translation: {
|
|
321
|
+
en: string;
|
|
322
|
+
'en-GB': string;
|
|
323
|
+
fr: string;
|
|
324
|
+
es: string;
|
|
325
|
+
de: string;
|
|
326
|
+
ja: string;
|
|
327
|
+
ko: string;
|
|
328
|
+
zh: string;
|
|
329
|
+
it: string;
|
|
330
|
+
pt: string;
|
|
331
|
+
hi: string;
|
|
332
|
+
ar: string;
|
|
333
|
+
ru: string;
|
|
334
|
+
};
|
|
154
335
|
}>;
|
|
155
336
|
markdown: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
156
337
|
en: string;
|
|
@@ -166,6 +347,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
166
347
|
hi: string;
|
|
167
348
|
ar: string;
|
|
168
349
|
ru: string;
|
|
350
|
+
}, {
|
|
351
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
352
|
+
} & {
|
|
353
|
+
translation: {
|
|
354
|
+
en: string;
|
|
355
|
+
'en-GB': string;
|
|
356
|
+
fr: string;
|
|
357
|
+
es: string;
|
|
358
|
+
de: string;
|
|
359
|
+
ja: string;
|
|
360
|
+
ko: string;
|
|
361
|
+
zh: string;
|
|
362
|
+
it: string;
|
|
363
|
+
pt: string;
|
|
364
|
+
hi: string;
|
|
365
|
+
ar: string;
|
|
366
|
+
ru: string;
|
|
367
|
+
};
|
|
169
368
|
}>;
|
|
170
369
|
reactNode: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
171
370
|
en: string;
|
|
@@ -181,6 +380,24 @@ export declare const nodeTypeSelectorContent: {
|
|
|
181
380
|
hi: string;
|
|
182
381
|
ar: string;
|
|
183
382
|
ru: string;
|
|
383
|
+
}, {
|
|
384
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
385
|
+
} & {
|
|
386
|
+
translation: {
|
|
387
|
+
en: string;
|
|
388
|
+
'en-GB': string;
|
|
389
|
+
fr: string;
|
|
390
|
+
es: string;
|
|
391
|
+
de: string;
|
|
392
|
+
ja: string;
|
|
393
|
+
ko: string;
|
|
394
|
+
zh: string;
|
|
395
|
+
it: string;
|
|
396
|
+
pt: string;
|
|
397
|
+
hi: string;
|
|
398
|
+
ar: string;
|
|
399
|
+
ru: string;
|
|
400
|
+
};
|
|
184
401
|
}>;
|
|
185
402
|
};
|
|
186
403
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyLd,CAAC"}
|
|
@@ -15,6 +15,24 @@ export declare const copyContentContent: {
|
|
|
15
15
|
hi: string;
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
|
+
}, {
|
|
19
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
20
|
+
} & {
|
|
21
|
+
translation: {
|
|
22
|
+
en: string;
|
|
23
|
+
fr: string;
|
|
24
|
+
es: string;
|
|
25
|
+
'en-GB': string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
};
|
|
18
36
|
}>;
|
|
19
37
|
};
|
|
20
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CopyButton.content.d.ts","sourceRoot":"","sources":["../../../src/components/IDE/CopyButton.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"CopyButton.content.d.ts","sourceRoot":"","sources":["../../../src/components/IDE/CopyButton.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBT,CAAC;AAEvB,eAAe,kBAAkB,CAAC"}
|
|
@@ -12,6 +12,21 @@ export declare const loaderContent: {
|
|
|
12
12
|
zh: string;
|
|
13
13
|
it: string;
|
|
14
14
|
pt: string;
|
|
15
|
+
}, {
|
|
16
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
17
|
+
} & {
|
|
18
|
+
translation: {
|
|
19
|
+
en: string;
|
|
20
|
+
'en-GB': string;
|
|
21
|
+
fr: string;
|
|
22
|
+
es: string;
|
|
23
|
+
de: string;
|
|
24
|
+
ja: string;
|
|
25
|
+
ko: string;
|
|
26
|
+
zh: string;
|
|
27
|
+
it: string;
|
|
28
|
+
pt: string;
|
|
29
|
+
};
|
|
15
30
|
}>;
|
|
16
31
|
};
|
|
17
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../src/components/Loader/index.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../src/components/Loader/index.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBJ,CAAC;AAEvB,eAAe,aAAa,CAAC"}
|
|
@@ -15,6 +15,24 @@ declare const localeSwitcherContent: {
|
|
|
15
15
|
hi: string;
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
|
+
}, {
|
|
19
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
20
|
+
} & {
|
|
21
|
+
translation: {
|
|
22
|
+
en: string;
|
|
23
|
+
'en-GB': string;
|
|
24
|
+
fr: string;
|
|
25
|
+
es: string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
};
|
|
18
36
|
}>;
|
|
19
37
|
languageListLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
38
|
en: string;
|
|
@@ -30,6 +48,24 @@ declare const localeSwitcherContent: {
|
|
|
30
48
|
hi: string;
|
|
31
49
|
ar: string;
|
|
32
50
|
ru: string;
|
|
51
|
+
}, {
|
|
52
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
53
|
+
} & {
|
|
54
|
+
translation: {
|
|
55
|
+
en: string;
|
|
56
|
+
'en-GB': string;
|
|
57
|
+
fr: string;
|
|
58
|
+
es: string;
|
|
59
|
+
de: string;
|
|
60
|
+
ja: string;
|
|
61
|
+
ko: string;
|
|
62
|
+
zh: string;
|
|
63
|
+
it: string;
|
|
64
|
+
pt: string;
|
|
65
|
+
hi: string;
|
|
66
|
+
ar: string;
|
|
67
|
+
ru: string;
|
|
68
|
+
};
|
|
33
69
|
}>;
|
|
34
70
|
switchTo: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
71
|
en: string;
|
|
@@ -45,6 +81,24 @@ declare const localeSwitcherContent: {
|
|
|
45
81
|
hi: string;
|
|
46
82
|
ar: string;
|
|
47
83
|
ru: string;
|
|
84
|
+
}, {
|
|
85
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
86
|
+
} & {
|
|
87
|
+
translation: {
|
|
88
|
+
en: string;
|
|
89
|
+
fr: string;
|
|
90
|
+
es: string;
|
|
91
|
+
'en-GB': string;
|
|
92
|
+
de: string;
|
|
93
|
+
ja: string;
|
|
94
|
+
ko: string;
|
|
95
|
+
zh: string;
|
|
96
|
+
it: string;
|
|
97
|
+
pt: string;
|
|
98
|
+
hi: string;
|
|
99
|
+
ar: string;
|
|
100
|
+
ru: string;
|
|
101
|
+
};
|
|
48
102
|
}>;
|
|
49
103
|
searchInput: {
|
|
50
104
|
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
@@ -61,6 +115,24 @@ declare const localeSwitcherContent: {
|
|
|
61
115
|
hi: string;
|
|
62
116
|
ar: string;
|
|
63
117
|
ru: string;
|
|
118
|
+
}, {
|
|
119
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
120
|
+
} & {
|
|
121
|
+
translation: {
|
|
122
|
+
en: string;
|
|
123
|
+
'en-GB': string;
|
|
124
|
+
fr: string;
|
|
125
|
+
es: string;
|
|
126
|
+
de: string;
|
|
127
|
+
ja: string;
|
|
128
|
+
ko: string;
|
|
129
|
+
zh: string;
|
|
130
|
+
it: string;
|
|
131
|
+
pt: string;
|
|
132
|
+
hi: string;
|
|
133
|
+
ar: string;
|
|
134
|
+
ru: string;
|
|
135
|
+
};
|
|
64
136
|
}>;
|
|
65
137
|
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
66
138
|
en: string;
|
|
@@ -76,6 +148,24 @@ declare const localeSwitcherContent: {
|
|
|
76
148
|
hi: string;
|
|
77
149
|
ar: string;
|
|
78
150
|
ru: string;
|
|
151
|
+
}, {
|
|
152
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
153
|
+
} & {
|
|
154
|
+
translation: {
|
|
155
|
+
en: string;
|
|
156
|
+
'en-GB': string;
|
|
157
|
+
fr: string;
|
|
158
|
+
es: string;
|
|
159
|
+
de: string;
|
|
160
|
+
ja: string;
|
|
161
|
+
ko: string;
|
|
162
|
+
zh: string;
|
|
163
|
+
it: string;
|
|
164
|
+
pt: string;
|
|
165
|
+
hi: string;
|
|
166
|
+
ar: string;
|
|
167
|
+
ru: string;
|
|
168
|
+
};
|
|
79
169
|
}>;
|
|
80
170
|
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
81
171
|
en: string;
|
|
@@ -91,6 +181,24 @@ declare const localeSwitcherContent: {
|
|
|
91
181
|
hi: string;
|
|
92
182
|
ar: string;
|
|
93
183
|
ru: string;
|
|
184
|
+
}, {
|
|
185
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
186
|
+
} & {
|
|
187
|
+
translation: {
|
|
188
|
+
en: string;
|
|
189
|
+
'en-GB': string;
|
|
190
|
+
fr: string;
|
|
191
|
+
es: string;
|
|
192
|
+
de: string;
|
|
193
|
+
ja: string;
|
|
194
|
+
ko: string;
|
|
195
|
+
zh: string;
|
|
196
|
+
it: string;
|
|
197
|
+
pt: string;
|
|
198
|
+
hi: string;
|
|
199
|
+
ar: string;
|
|
200
|
+
ru: string;
|
|
201
|
+
};
|
|
94
202
|
}>;
|
|
95
203
|
};
|
|
96
204
|
seeAllLocalesSwitch: {
|
|
@@ -108,6 +216,24 @@ declare const localeSwitcherContent: {
|
|
|
108
216
|
hi: string;
|
|
109
217
|
ar: string;
|
|
110
218
|
ru: string;
|
|
219
|
+
}, {
|
|
220
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
221
|
+
} & {
|
|
222
|
+
translation: {
|
|
223
|
+
en: string;
|
|
224
|
+
'en-GB': string;
|
|
225
|
+
fr: string;
|
|
226
|
+
es: string;
|
|
227
|
+
de: string;
|
|
228
|
+
ja: string;
|
|
229
|
+
ko: string;
|
|
230
|
+
zh: string;
|
|
231
|
+
it: string;
|
|
232
|
+
pt: string;
|
|
233
|
+
hi: string;
|
|
234
|
+
ar: string;
|
|
235
|
+
ru: string;
|
|
236
|
+
};
|
|
111
237
|
}>;
|
|
112
238
|
false: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
113
239
|
en: string;
|
|
@@ -123,6 +249,24 @@ declare const localeSwitcherContent: {
|
|
|
123
249
|
hi: string;
|
|
124
250
|
ar: string;
|
|
125
251
|
ru: string;
|
|
252
|
+
}, {
|
|
253
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
254
|
+
} & {
|
|
255
|
+
translation: {
|
|
256
|
+
en: string;
|
|
257
|
+
'en-GB': string;
|
|
258
|
+
fr: string;
|
|
259
|
+
es: string;
|
|
260
|
+
de: string;
|
|
261
|
+
ja: string;
|
|
262
|
+
ko: string;
|
|
263
|
+
zh: string;
|
|
264
|
+
it: string;
|
|
265
|
+
pt: string;
|
|
266
|
+
hi: string;
|
|
267
|
+
ar: string;
|
|
268
|
+
ru: string;
|
|
269
|
+
};
|
|
126
270
|
}>;
|
|
127
271
|
};
|
|
128
272
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeSwitcher.content.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgIL,CAAC;AAEvB,eAAe,qBAAqB,CAAC"}
|