@intlayer/design-system 8.4.9 → 8.4.10
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/types/components/Badge/index.d.ts +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/Button/Button.d.ts +2 -2
- 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/CollapsibleTable/CollapsibleTable.d.ts +1 -1
- package/dist/types/components/Command/index.d.ts +1 -1
- package/dist/types/components/Container/index.d.ts +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/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/Link/Link.d.ts +2 -2
- 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/Tag/index.d.ts +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 +19 -19
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts
|
|
4
4
|
declare const dictionaryFormContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
keyInput: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -24,31 +24,8 @@ declare const dictionaryFormContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
|
-
}, {
|
|
28
|
-
nodeType: "translation";
|
|
29
|
-
} & {
|
|
30
|
-
translation: {
|
|
31
|
-
en: string;
|
|
32
|
-
'en-GB': string;
|
|
33
|
-
fr: string;
|
|
34
|
-
es: 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
27
|
}>;
|
|
51
|
-
placeholder:
|
|
28
|
+
placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
52
29
|
en: string;
|
|
53
30
|
'en-GB': string;
|
|
54
31
|
fr: string;
|
|
@@ -67,33 +44,10 @@ declare const dictionaryFormContent: {
|
|
|
67
44
|
id: string;
|
|
68
45
|
vi: string;
|
|
69
46
|
uk: string;
|
|
70
|
-
}, {
|
|
71
|
-
nodeType: "translation";
|
|
72
|
-
} & {
|
|
73
|
-
translation: {
|
|
74
|
-
en: string;
|
|
75
|
-
'en-GB': string;
|
|
76
|
-
fr: string;
|
|
77
|
-
es: string;
|
|
78
|
-
de: string;
|
|
79
|
-
ja: string;
|
|
80
|
-
ko: string;
|
|
81
|
-
zh: string;
|
|
82
|
-
it: string;
|
|
83
|
-
pt: string;
|
|
84
|
-
hi: string;
|
|
85
|
-
ar: string;
|
|
86
|
-
ru: string;
|
|
87
|
-
tr: string;
|
|
88
|
-
pl: string;
|
|
89
|
-
id: string;
|
|
90
|
-
vi: string;
|
|
91
|
-
uk: string;
|
|
92
|
-
};
|
|
93
47
|
}>;
|
|
94
48
|
};
|
|
95
49
|
projectInput: {
|
|
96
|
-
label:
|
|
50
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
97
51
|
en: string;
|
|
98
52
|
'en-GB': string;
|
|
99
53
|
fr: string;
|
|
@@ -112,31 +66,8 @@ declare const dictionaryFormContent: {
|
|
|
112
66
|
id: string;
|
|
113
67
|
vi: string;
|
|
114
68
|
uk: string;
|
|
115
|
-
}, {
|
|
116
|
-
nodeType: "translation";
|
|
117
|
-
} & {
|
|
118
|
-
translation: {
|
|
119
|
-
en: string;
|
|
120
|
-
'en-GB': string;
|
|
121
|
-
fr: string;
|
|
122
|
-
es: string;
|
|
123
|
-
de: string;
|
|
124
|
-
ja: string;
|
|
125
|
-
ko: string;
|
|
126
|
-
zh: string;
|
|
127
|
-
it: string;
|
|
128
|
-
pt: string;
|
|
129
|
-
hi: string;
|
|
130
|
-
ar: string;
|
|
131
|
-
ru: string;
|
|
132
|
-
tr: string;
|
|
133
|
-
pl: string;
|
|
134
|
-
id: string;
|
|
135
|
-
vi: string;
|
|
136
|
-
uk: string;
|
|
137
|
-
};
|
|
138
69
|
}>;
|
|
139
|
-
placeholder:
|
|
70
|
+
placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
140
71
|
en: string;
|
|
141
72
|
'en-GB': string;
|
|
142
73
|
fr: string;
|
|
@@ -155,33 +86,10 @@ declare const dictionaryFormContent: {
|
|
|
155
86
|
id: string;
|
|
156
87
|
vi: string;
|
|
157
88
|
uk: string;
|
|
158
|
-
}, {
|
|
159
|
-
nodeType: "translation";
|
|
160
|
-
} & {
|
|
161
|
-
translation: {
|
|
162
|
-
en: string;
|
|
163
|
-
'en-GB': string;
|
|
164
|
-
fr: string;
|
|
165
|
-
es: string;
|
|
166
|
-
de: string;
|
|
167
|
-
ja: string;
|
|
168
|
-
ko: string;
|
|
169
|
-
zh: string;
|
|
170
|
-
it: string;
|
|
171
|
-
pt: string;
|
|
172
|
-
hi: string;
|
|
173
|
-
ar: string;
|
|
174
|
-
ru: string;
|
|
175
|
-
tr: string;
|
|
176
|
-
pl: string;
|
|
177
|
-
id: string;
|
|
178
|
-
vi: string;
|
|
179
|
-
uk: string;
|
|
180
|
-
};
|
|
181
89
|
}>;
|
|
182
90
|
};
|
|
183
91
|
noDictionaryView: {
|
|
184
|
-
title:
|
|
92
|
+
title: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
185
93
|
en: string;
|
|
186
94
|
'en-GB': string;
|
|
187
95
|
fr: string;
|
|
@@ -200,31 +108,8 @@ declare const dictionaryFormContent: {
|
|
|
200
108
|
id: string;
|
|
201
109
|
vi: string;
|
|
202
110
|
uk: string;
|
|
203
|
-
}, {
|
|
204
|
-
nodeType: "translation";
|
|
205
|
-
} & {
|
|
206
|
-
translation: {
|
|
207
|
-
en: string;
|
|
208
|
-
'en-GB': string;
|
|
209
|
-
fr: string;
|
|
210
|
-
es: string;
|
|
211
|
-
de: string;
|
|
212
|
-
ja: string;
|
|
213
|
-
ko: string;
|
|
214
|
-
zh: string;
|
|
215
|
-
it: string;
|
|
216
|
-
pt: string;
|
|
217
|
-
hi: string;
|
|
218
|
-
ar: string;
|
|
219
|
-
ru: string;
|
|
220
|
-
tr: string;
|
|
221
|
-
pl: string;
|
|
222
|
-
id: string;
|
|
223
|
-
vi: string;
|
|
224
|
-
uk: string;
|
|
225
|
-
};
|
|
226
111
|
}>;
|
|
227
|
-
description:
|
|
112
|
+
description: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
228
113
|
en: string;
|
|
229
114
|
'en-GB': string;
|
|
230
115
|
fr: string;
|
|
@@ -243,32 +128,9 @@ declare const dictionaryFormContent: {
|
|
|
243
128
|
id: string;
|
|
244
129
|
vi: string;
|
|
245
130
|
uk: string;
|
|
246
|
-
}, {
|
|
247
|
-
nodeType: "translation";
|
|
248
|
-
} & {
|
|
249
|
-
translation: {
|
|
250
|
-
en: string;
|
|
251
|
-
'en-GB': string;
|
|
252
|
-
fr: string;
|
|
253
|
-
es: string;
|
|
254
|
-
de: string;
|
|
255
|
-
ja: string;
|
|
256
|
-
ko: string;
|
|
257
|
-
zh: string;
|
|
258
|
-
it: string;
|
|
259
|
-
pt: string;
|
|
260
|
-
hi: string;
|
|
261
|
-
ar: string;
|
|
262
|
-
ru: string;
|
|
263
|
-
tr: string;
|
|
264
|
-
pl: string;
|
|
265
|
-
id: string;
|
|
266
|
-
vi: string;
|
|
267
|
-
uk: string;
|
|
268
|
-
};
|
|
269
131
|
}>;
|
|
270
132
|
};
|
|
271
|
-
createDictionaryTitle:
|
|
133
|
+
createDictionaryTitle: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
272
134
|
en: string;
|
|
273
135
|
'en-GB': string;
|
|
274
136
|
fr: string;
|
|
@@ -287,31 +149,8 @@ declare const dictionaryFormContent: {
|
|
|
287
149
|
id: string;
|
|
288
150
|
vi: string;
|
|
289
151
|
uk: string;
|
|
290
|
-
}, {
|
|
291
|
-
nodeType: "translation";
|
|
292
|
-
} & {
|
|
293
|
-
translation: {
|
|
294
|
-
en: string;
|
|
295
|
-
'en-GB': string;
|
|
296
|
-
fr: string;
|
|
297
|
-
es: string;
|
|
298
|
-
de: string;
|
|
299
|
-
ja: string;
|
|
300
|
-
ko: string;
|
|
301
|
-
zh: string;
|
|
302
|
-
it: string;
|
|
303
|
-
pt: string;
|
|
304
|
-
hi: string;
|
|
305
|
-
ar: string;
|
|
306
|
-
ru: string;
|
|
307
|
-
tr: string;
|
|
308
|
-
pl: string;
|
|
309
|
-
id: string;
|
|
310
|
-
vi: string;
|
|
311
|
-
uk: string;
|
|
312
|
-
};
|
|
313
152
|
}>;
|
|
314
|
-
createDictionaryDescription:
|
|
153
|
+
createDictionaryDescription: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
315
154
|
en: string;
|
|
316
155
|
'en-GB': string;
|
|
317
156
|
fr: string;
|
|
@@ -330,32 +169,9 @@ declare const dictionaryFormContent: {
|
|
|
330
169
|
id: string;
|
|
331
170
|
vi: string;
|
|
332
171
|
uk: string;
|
|
333
|
-
}, {
|
|
334
|
-
nodeType: "translation";
|
|
335
|
-
} & {
|
|
336
|
-
translation: {
|
|
337
|
-
en: string;
|
|
338
|
-
'en-GB': string;
|
|
339
|
-
fr: string;
|
|
340
|
-
es: string;
|
|
341
|
-
de: string;
|
|
342
|
-
ja: string;
|
|
343
|
-
ko: string;
|
|
344
|
-
zh: string;
|
|
345
|
-
it: string;
|
|
346
|
-
pt: string;
|
|
347
|
-
hi: string;
|
|
348
|
-
ar: string;
|
|
349
|
-
ru: string;
|
|
350
|
-
tr: string;
|
|
351
|
-
pl: string;
|
|
352
|
-
id: string;
|
|
353
|
-
vi: string;
|
|
354
|
-
uk: string;
|
|
355
|
-
};
|
|
356
172
|
}>;
|
|
357
173
|
createDictionaryButton: {
|
|
358
|
-
text:
|
|
174
|
+
text: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
359
175
|
en: string;
|
|
360
176
|
'en-GB': string;
|
|
361
177
|
fr: string;
|
|
@@ -374,31 +190,8 @@ declare const dictionaryFormContent: {
|
|
|
374
190
|
id: string;
|
|
375
191
|
vi: string;
|
|
376
192
|
uk: string;
|
|
377
|
-
}, {
|
|
378
|
-
nodeType: "translation";
|
|
379
|
-
} & {
|
|
380
|
-
translation: {
|
|
381
|
-
en: string;
|
|
382
|
-
'en-GB': string;
|
|
383
|
-
fr: string;
|
|
384
|
-
es: string;
|
|
385
|
-
de: string;
|
|
386
|
-
ja: string;
|
|
387
|
-
ko: string;
|
|
388
|
-
zh: string;
|
|
389
|
-
it: string;
|
|
390
|
-
pt: string;
|
|
391
|
-
hi: string;
|
|
392
|
-
ar: string;
|
|
393
|
-
ru: string;
|
|
394
|
-
tr: string;
|
|
395
|
-
pl: string;
|
|
396
|
-
id: string;
|
|
397
|
-
vi: string;
|
|
398
|
-
uk: string;
|
|
399
|
-
};
|
|
400
193
|
}>;
|
|
401
|
-
ariaLabel:
|
|
194
|
+
ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
402
195
|
en: string;
|
|
403
196
|
'en-GB': string;
|
|
404
197
|
fr: string;
|
|
@@ -417,33 +210,10 @@ declare const dictionaryFormContent: {
|
|
|
417
210
|
id: string;
|
|
418
211
|
vi: string;
|
|
419
212
|
uk: string;
|
|
420
|
-
}, {
|
|
421
|
-
nodeType: "translation";
|
|
422
|
-
} & {
|
|
423
|
-
translation: {
|
|
424
|
-
en: string;
|
|
425
|
-
'en-GB': string;
|
|
426
|
-
fr: string;
|
|
427
|
-
es: string;
|
|
428
|
-
de: string;
|
|
429
|
-
ja: string;
|
|
430
|
-
ko: string;
|
|
431
|
-
zh: string;
|
|
432
|
-
it: string;
|
|
433
|
-
pt: string;
|
|
434
|
-
hi: string;
|
|
435
|
-
ar: string;
|
|
436
|
-
ru: string;
|
|
437
|
-
tr: string;
|
|
438
|
-
pl: string;
|
|
439
|
-
id: string;
|
|
440
|
-
vi: string;
|
|
441
|
-
uk: string;
|
|
442
|
-
};
|
|
443
213
|
}>;
|
|
444
214
|
};
|
|
445
215
|
editButton: {
|
|
446
|
-
text:
|
|
216
|
+
text: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
447
217
|
en: string;
|
|
448
218
|
'en-GB': string;
|
|
449
219
|
fr: string;
|
|
@@ -462,31 +232,8 @@ declare const dictionaryFormContent: {
|
|
|
462
232
|
id: string;
|
|
463
233
|
vi: string;
|
|
464
234
|
uk: string;
|
|
465
|
-
}, {
|
|
466
|
-
nodeType: "translation";
|
|
467
|
-
} & {
|
|
468
|
-
translation: {
|
|
469
|
-
en: string;
|
|
470
|
-
'en-GB': string;
|
|
471
|
-
fr: string;
|
|
472
|
-
es: string;
|
|
473
|
-
de: string;
|
|
474
|
-
ja: string;
|
|
475
|
-
ko: string;
|
|
476
|
-
zh: string;
|
|
477
|
-
it: string;
|
|
478
|
-
pt: string;
|
|
479
|
-
hi: string;
|
|
480
|
-
ar: string;
|
|
481
|
-
ru: string;
|
|
482
|
-
tr: string;
|
|
483
|
-
pl: string;
|
|
484
|
-
id: string;
|
|
485
|
-
vi: string;
|
|
486
|
-
uk: string;
|
|
487
|
-
};
|
|
488
235
|
}>;
|
|
489
|
-
ariaLabel:
|
|
236
|
+
ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
490
237
|
en: string;
|
|
491
238
|
'en-GB': string;
|
|
492
239
|
fr: string;
|
|
@@ -505,29 +252,6 @@ declare const dictionaryFormContent: {
|
|
|
505
252
|
id: string;
|
|
506
253
|
vi: string;
|
|
507
254
|
uk: string;
|
|
508
|
-
}, {
|
|
509
|
-
nodeType: "translation";
|
|
510
|
-
} & {
|
|
511
|
-
translation: {
|
|
512
|
-
en: string;
|
|
513
|
-
'en-GB': string;
|
|
514
|
-
fr: string;
|
|
515
|
-
es: string;
|
|
516
|
-
de: string;
|
|
517
|
-
ja: string;
|
|
518
|
-
ko: string;
|
|
519
|
-
zh: string;
|
|
520
|
-
it: string;
|
|
521
|
-
pt: string;
|
|
522
|
-
hi: string;
|
|
523
|
-
ar: string;
|
|
524
|
-
ru: string;
|
|
525
|
-
tr: string;
|
|
526
|
-
pl: string;
|
|
527
|
-
id: string;
|
|
528
|
-
vi: string;
|
|
529
|
-
uk: string;
|
|
530
|
-
};
|
|
531
255
|
}>;
|
|
532
256
|
};
|
|
533
257
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;aAyQS,
|
|
1
|
+
{"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;aAyQS,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/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts
|
|
4
4
|
declare const dictionaryFormSchemaContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
requiredErrorName:
|
|
7
|
+
requiredErrorName: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,31 +23,8 @@ declare const dictionaryFormSchemaContent: {
|
|
|
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
|
-
invalidTypeErrorName:
|
|
27
|
+
invalidTypeErrorName: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
'en-GB': string;
|
|
53
30
|
fr: string;
|
|
@@ -66,31 +43,8 @@ declare const dictionaryFormSchemaContent: {
|
|
|
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
|
-
requiredErrorProjectId:
|
|
47
|
+
requiredErrorProjectId: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
94
48
|
en: string;
|
|
95
49
|
'en-GB': string;
|
|
96
50
|
fr: string;
|
|
@@ -109,31 +63,8 @@ declare const dictionaryFormSchemaContent: {
|
|
|
109
63
|
id: string;
|
|
110
64
|
vi: string;
|
|
111
65
|
uk: string;
|
|
112
|
-
}, {
|
|
113
|
-
nodeType: "translation";
|
|
114
|
-
} & {
|
|
115
|
-
translation: {
|
|
116
|
-
en: string;
|
|
117
|
-
'en-GB': string;
|
|
118
|
-
fr: string;
|
|
119
|
-
es: 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
|
-
invalidTypeErrorProjectId:
|
|
67
|
+
invalidTypeErrorProjectId: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
137
68
|
en: string;
|
|
138
69
|
'en-GB': string;
|
|
139
70
|
fr: string;
|
|
@@ -152,29 +83,6 @@ declare const dictionaryFormSchemaContent: {
|
|
|
152
83
|
id: string;
|
|
153
84
|
vi: string;
|
|
154
85
|
uk: string;
|
|
155
|
-
}, {
|
|
156
|
-
nodeType: "translation";
|
|
157
|
-
} & {
|
|
158
|
-
translation: {
|
|
159
|
-
en: string;
|
|
160
|
-
'en-GB': string;
|
|
161
|
-
fr: string;
|
|
162
|
-
es: string;
|
|
163
|
-
de: string;
|
|
164
|
-
ja: string;
|
|
165
|
-
ko: string;
|
|
166
|
-
zh: string;
|
|
167
|
-
it: string;
|
|
168
|
-
pt: string;
|
|
169
|
-
hi: string;
|
|
170
|
-
ar: string;
|
|
171
|
-
ru: string;
|
|
172
|
-
tr: string;
|
|
173
|
-
pl: string;
|
|
174
|
-
id: string;
|
|
175
|
-
vi: string;
|
|
176
|
-
uk: string;
|
|
177
|
-
};
|
|
178
86
|
}>;
|
|
179
87
|
};
|
|
180
88
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryFormSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"mappings":";;;cAEa,2BAAA;;;uBA2FS,
|
|
1
|
+
{"version":3,"file":"useDictionaryFormSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"mappings":";;;cAEa,2BAAA;;;uBA2FS,0BAAA,CAAA,kBAAA"}
|