@intlayer/design-system 8.1.9 → 8.1.11
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/Input/Checkbox.mjs +1 -1
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +3 -3
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +8 -8
- package/dist/types/components/Button/Button.d.ts +4 -4
- package/dist/types/components/Carousel/index.content.d.ts +3 -3
- 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 +6 -6
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +12 -12
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +4 -4
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +27 -27
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +16 -16
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +12 -12
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +16 -16
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +4 -4
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +3 -3
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +2 -2
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +15 -15
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +1 -1
- package/dist/types/components/IDE/code.content.d.ts +2 -2
- package/dist/types/components/IDE/copyCode.content.d.ts +2 -2
- package/dist/types/components/IDE/selectors.content.d.ts +6 -6
- package/dist/types/components/Input/Checkbox.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +4 -4
- package/dist/types/components/Loader/index.content.d.ts +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +8 -8
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +6 -6
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +5 -5
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +2 -2
- package/dist/types/components/TabSelector/TabSelector.d.ts +1 -1
- package/dist/types/components/Table/table.content.d.ts +1 -1
- package/dist/types/components/Tag/index.d.ts +3 -3
- package/dist/types/components/Terminal/terminal.content.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/package.json +16 -16
|
@@ -24,7 +24,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -110,7 +110,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -153,7 +153,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
153
153
|
vi: string;
|
|
154
154
|
uk: string;
|
|
155
155
|
}, {
|
|
156
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
156
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
157
157
|
} & {
|
|
158
158
|
translation: {
|
|
159
159
|
en: string;
|
|
@@ -196,7 +196,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
196
196
|
vi: string;
|
|
197
197
|
uk: string;
|
|
198
198
|
}, {
|
|
199
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
199
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
200
200
|
} & {
|
|
201
201
|
translation: {
|
|
202
202
|
en: string;
|
|
@@ -239,7 +239,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
239
239
|
vi: string;
|
|
240
240
|
uk: string;
|
|
241
241
|
}, {
|
|
242
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
242
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
243
243
|
} & {
|
|
244
244
|
translation: {
|
|
245
245
|
en: string;
|
|
@@ -282,7 +282,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
282
282
|
vi: string;
|
|
283
283
|
uk: string;
|
|
284
284
|
}, {
|
|
285
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
285
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
286
286
|
} & {
|
|
287
287
|
translation: {
|
|
288
288
|
en: string;
|
|
@@ -325,7 +325,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
325
325
|
vi: string;
|
|
326
326
|
uk: string;
|
|
327
327
|
}, {
|
|
328
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
328
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
329
329
|
} & {
|
|
330
330
|
translation: {
|
|
331
331
|
en: string;
|
|
@@ -368,7 +368,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
368
368
|
vi: string;
|
|
369
369
|
uk: string;
|
|
370
370
|
}, {
|
|
371
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
371
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
372
372
|
} & {
|
|
373
373
|
translation: {
|
|
374
374
|
en: string;
|
|
@@ -411,7 +411,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
411
411
|
vi: string;
|
|
412
412
|
uk: string;
|
|
413
413
|
}, {
|
|
414
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
414
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
415
415
|
} & {
|
|
416
416
|
translation: {
|
|
417
417
|
en: string;
|
|
@@ -454,7 +454,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
454
454
|
vi: string;
|
|
455
455
|
uk: string;
|
|
456
456
|
}, {
|
|
457
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
457
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
458
458
|
} & {
|
|
459
459
|
translation: {
|
|
460
460
|
en: string;
|
|
@@ -497,7 +497,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
497
497
|
vi: string;
|
|
498
498
|
uk: string;
|
|
499
499
|
}, {
|
|
500
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
500
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
501
501
|
} & {
|
|
502
502
|
translation: {
|
|
503
503
|
en: string;
|
|
@@ -540,7 +540,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
540
540
|
vi: string;
|
|
541
541
|
uk: string;
|
|
542
542
|
}, {
|
|
543
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
543
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
544
544
|
} & {
|
|
545
545
|
translation: {
|
|
546
546
|
en: string;
|
|
@@ -583,7 +583,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
583
583
|
vi: string;
|
|
584
584
|
uk: string;
|
|
585
585
|
}, {
|
|
586
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
586
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
587
587
|
} & {
|
|
588
588
|
translation: {
|
|
589
589
|
en: string;
|
|
@@ -626,7 +626,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
626
626
|
vi: string;
|
|
627
627
|
uk: string;
|
|
628
628
|
}, {
|
|
629
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
629
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
630
630
|
} & {
|
|
631
631
|
translation: {
|
|
632
632
|
en: string;
|
|
@@ -669,7 +669,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
669
669
|
vi: string;
|
|
670
670
|
uk: string;
|
|
671
671
|
}, {
|
|
672
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
672
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
673
673
|
} & {
|
|
674
674
|
translation: {
|
|
675
675
|
en: string;
|
|
@@ -8,8 +8,8 @@ declare const useDictionaryDetailsSchema: (projectId: string) => z.ZodObject<{
|
|
|
8
8
|
projectIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
9
9
|
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
10
10
|
location: z.ZodOptional<z.ZodEnum<{
|
|
11
|
-
remote: "remote";
|
|
12
11
|
local: "local";
|
|
12
|
+
remote: "remote";
|
|
13
13
|
hybrid: "hybrid";
|
|
14
14
|
plugin: "plugin";
|
|
15
15
|
}>>;
|
package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare const navigationViewContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const navigationViewContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -113,7 +113,7 @@ declare const navigationViewContent: {
|
|
|
113
113
|
vi: string;
|
|
114
114
|
uk: string;
|
|
115
115
|
}, {
|
|
116
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
116
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
117
117
|
} & {
|
|
118
118
|
translation: {
|
|
119
119
|
en: string;
|
|
@@ -156,7 +156,7 @@ declare const navigationViewContent: {
|
|
|
156
156
|
vi: string;
|
|
157
157
|
uk: string;
|
|
158
158
|
}, {
|
|
159
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
159
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
160
160
|
} & {
|
|
161
161
|
translation: {
|
|
162
162
|
en: string;
|
|
@@ -201,7 +201,7 @@ declare const navigationViewContent: {
|
|
|
201
201
|
vi: string;
|
|
202
202
|
uk: string;
|
|
203
203
|
}, {
|
|
204
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
204
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
205
205
|
} & {
|
|
206
206
|
translation: {
|
|
207
207
|
en: string;
|
|
@@ -244,7 +244,7 @@ declare const navigationViewContent: {
|
|
|
244
244
|
vi: string;
|
|
245
245
|
uk: string;
|
|
246
246
|
}, {
|
|
247
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
247
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
248
248
|
} & {
|
|
249
249
|
translation: {
|
|
250
250
|
en: string;
|
|
@@ -289,7 +289,7 @@ declare const navigationViewContent: {
|
|
|
289
289
|
vi: string;
|
|
290
290
|
uk: string;
|
|
291
291
|
}, {
|
|
292
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
292
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
293
293
|
} & {
|
|
294
294
|
translation: {
|
|
295
295
|
en: string;
|
|
@@ -332,7 +332,7 @@ declare const navigationViewContent: {
|
|
|
332
332
|
vi: string;
|
|
333
333
|
uk: string;
|
|
334
334
|
}, {
|
|
335
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
335
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
336
336
|
} & {
|
|
337
337
|
translation: {
|
|
338
338
|
en: string;
|
|
@@ -377,7 +377,7 @@ declare const navigationViewContent: {
|
|
|
377
377
|
vi: string;
|
|
378
378
|
uk: string;
|
|
379
379
|
}, {
|
|
380
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
380
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
381
381
|
} & {
|
|
382
382
|
translation: {
|
|
383
383
|
en: string;
|
|
@@ -420,7 +420,7 @@ declare const navigationViewContent: {
|
|
|
420
420
|
vi: string;
|
|
421
421
|
uk: string;
|
|
422
422
|
}, {
|
|
423
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
423
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
424
424
|
} & {
|
|
425
425
|
translation: {
|
|
426
426
|
en: string;
|
|
@@ -465,7 +465,7 @@ declare const navigationViewContent: {
|
|
|
465
465
|
vi: string;
|
|
466
466
|
uk: string;
|
|
467
467
|
}, {
|
|
468
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
468
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
469
469
|
} & {
|
|
470
470
|
translation: {
|
|
471
471
|
en: string;
|
|
@@ -508,7 +508,7 @@ declare const navigationViewContent: {
|
|
|
508
508
|
vi: string;
|
|
509
509
|
uk: string;
|
|
510
510
|
}, {
|
|
511
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
511
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
512
512
|
} & {
|
|
513
513
|
translation: {
|
|
514
514
|
en: string;
|
|
@@ -25,7 +25,7 @@ declare const saveDictionaryContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const saveDictionaryContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -113,7 +113,7 @@ declare const saveDictionaryContent: {
|
|
|
113
113
|
vi: string;
|
|
114
114
|
uk: string;
|
|
115
115
|
}, {
|
|
116
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
116
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
117
117
|
} & {
|
|
118
118
|
translation: {
|
|
119
119
|
en: string;
|
|
@@ -156,7 +156,7 @@ declare const saveDictionaryContent: {
|
|
|
156
156
|
vi: string;
|
|
157
157
|
uk: string;
|
|
158
158
|
}, {
|
|
159
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
159
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
160
160
|
} & {
|
|
161
161
|
translation: {
|
|
162
162
|
en: string;
|
|
@@ -201,7 +201,7 @@ declare const saveDictionaryContent: {
|
|
|
201
201
|
vi: string;
|
|
202
202
|
uk: string;
|
|
203
203
|
}, {
|
|
204
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
204
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
205
205
|
} & {
|
|
206
206
|
translation: {
|
|
207
207
|
en: string;
|
|
@@ -244,7 +244,7 @@ declare const saveDictionaryContent: {
|
|
|
244
244
|
vi: string;
|
|
245
245
|
uk: string;
|
|
246
246
|
}, {
|
|
247
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
247
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
248
248
|
} & {
|
|
249
249
|
translation: {
|
|
250
250
|
en: string;
|
|
@@ -289,7 +289,7 @@ declare const saveDictionaryContent: {
|
|
|
289
289
|
vi: string;
|
|
290
290
|
uk: string;
|
|
291
291
|
}, {
|
|
292
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
292
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
293
293
|
} & {
|
|
294
294
|
translation: {
|
|
295
295
|
en: string;
|
|
@@ -332,7 +332,7 @@ declare const saveDictionaryContent: {
|
|
|
332
332
|
vi: string;
|
|
333
333
|
uk: string;
|
|
334
334
|
}, {
|
|
335
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
335
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
336
336
|
} & {
|
|
337
337
|
translation: {
|
|
338
338
|
en: string;
|
|
@@ -377,7 +377,7 @@ declare const saveDictionaryContent: {
|
|
|
377
377
|
vi: string;
|
|
378
378
|
uk: string;
|
|
379
379
|
}, {
|
|
380
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
380
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
381
381
|
} & {
|
|
382
382
|
translation: {
|
|
383
383
|
en: string;
|
|
@@ -420,7 +420,7 @@ declare const saveDictionaryContent: {
|
|
|
420
420
|
vi: string;
|
|
421
421
|
uk: string;
|
|
422
422
|
}, {
|
|
423
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
423
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
424
424
|
} & {
|
|
425
425
|
translation: {
|
|
426
426
|
en: string;
|
|
@@ -465,7 +465,7 @@ declare const saveDictionaryContent: {
|
|
|
465
465
|
vi: string;
|
|
466
466
|
uk: string;
|
|
467
467
|
}, {
|
|
468
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
468
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
469
469
|
} & {
|
|
470
470
|
translation: {
|
|
471
471
|
en: string;
|
|
@@ -508,7 +508,7 @@ declare const saveDictionaryContent: {
|
|
|
508
508
|
vi: string;
|
|
509
509
|
uk: string;
|
|
510
510
|
}, {
|
|
511
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
511
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
512
512
|
} & {
|
|
513
513
|
translation: {
|
|
514
514
|
en: string;
|
|
@@ -552,7 +552,7 @@ declare const saveDictionaryContent: {
|
|
|
552
552
|
vi: string;
|
|
553
553
|
uk: string;
|
|
554
554
|
}, {
|
|
555
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
555
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
556
556
|
} & {
|
|
557
557
|
translation: {
|
|
558
558
|
en: string;
|
|
@@ -595,7 +595,7 @@ declare const saveDictionaryContent: {
|
|
|
595
595
|
vi: string;
|
|
596
596
|
uk: string;
|
|
597
597
|
}, {
|
|
598
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
598
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
599
599
|
} & {
|
|
600
600
|
translation: {
|
|
601
601
|
en: string;
|
|
@@ -640,7 +640,7 @@ declare const saveDictionaryContent: {
|
|
|
640
640
|
vi: string;
|
|
641
641
|
uk: string;
|
|
642
642
|
}, {
|
|
643
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
643
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
644
644
|
} & {
|
|
645
645
|
translation: {
|
|
646
646
|
en: string;
|
|
@@ -683,7 +683,7 @@ declare const saveDictionaryContent: {
|
|
|
683
683
|
vi: string;
|
|
684
684
|
uk: string;
|
|
685
685
|
}, {
|
|
686
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
686
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
687
687
|
} & {
|
|
688
688
|
translation: {
|
|
689
689
|
en: string;
|
package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare const structureViewContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -70,7 +70,7 @@ declare const structureViewContent: {
|
|
|
70
70
|
vi: string;
|
|
71
71
|
uk: string;
|
|
72
72
|
}, {
|
|
73
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
73
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
74
74
|
} & {
|
|
75
75
|
translation: {
|
|
76
76
|
en: string;
|
|
@@ -115,7 +115,7 @@ declare const structureViewContent: {
|
|
|
115
115
|
vi: string;
|
|
116
116
|
uk: string;
|
|
117
117
|
}, {
|
|
118
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
118
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
119
119
|
} & {
|
|
120
120
|
translation: {
|
|
121
121
|
en: string;
|
|
@@ -158,7 +158,7 @@ declare const structureViewContent: {
|
|
|
158
158
|
vi: string;
|
|
159
159
|
uk: string;
|
|
160
160
|
}, {
|
|
161
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
161
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
162
162
|
} & {
|
|
163
163
|
translation: {
|
|
164
164
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const versionSwitcherContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const versionSwitcherContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -110,7 +110,7 @@ declare const versionSwitcherContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -25,7 +25,7 @@ declare const dictionaryFieldEditorContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const dictionaryFieldEditorContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -110,7 +110,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -153,7 +153,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
153
153
|
vi: string;
|
|
154
154
|
uk: string;
|
|
155
155
|
}, {
|
|
156
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
156
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
157
157
|
} & {
|
|
158
158
|
translation: {
|
|
159
159
|
en: string;
|
|
@@ -196,7 +196,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
196
196
|
vi: string;
|
|
197
197
|
uk: string;
|
|
198
198
|
}, {
|
|
199
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
199
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
200
200
|
} & {
|
|
201
201
|
translation: {
|
|
202
202
|
en: string;
|
|
@@ -239,7 +239,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
239
239
|
vi: string;
|
|
240
240
|
uk: string;
|
|
241
241
|
}, {
|
|
242
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
242
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
243
243
|
} & {
|
|
244
244
|
translation: {
|
|
245
245
|
en: string;
|
|
@@ -282,7 +282,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
282
282
|
vi: string;
|
|
283
283
|
uk: string;
|
|
284
284
|
}, {
|
|
285
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
285
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
286
286
|
} & {
|
|
287
287
|
translation: {
|
|
288
288
|
en: string;
|
|
@@ -325,7 +325,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
325
325
|
vi: string;
|
|
326
326
|
uk: string;
|
|
327
327
|
}, {
|
|
328
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
328
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
329
329
|
} & {
|
|
330
330
|
translation: {
|
|
331
331
|
en: string;
|
|
@@ -368,7 +368,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
368
368
|
vi: string;
|
|
369
369
|
uk: string;
|
|
370
370
|
}, {
|
|
371
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
371
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
372
372
|
} & {
|
|
373
373
|
translation: {
|
|
374
374
|
en: string;
|
|
@@ -411,7 +411,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
411
411
|
vi: string;
|
|
412
412
|
uk: string;
|
|
413
413
|
}, {
|
|
414
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
414
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
415
415
|
} & {
|
|
416
416
|
translation: {
|
|
417
417
|
en: string;
|
|
@@ -454,7 +454,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
454
454
|
vi: string;
|
|
455
455
|
uk: string;
|
|
456
456
|
}, {
|
|
457
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
457
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
458
458
|
} & {
|
|
459
459
|
translation: {
|
|
460
460
|
en: string;
|
|
@@ -497,7 +497,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
497
497
|
vi: string;
|
|
498
498
|
uk: string;
|
|
499
499
|
}, {
|
|
500
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
500
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
501
501
|
} & {
|
|
502
502
|
translation: {
|
|
503
503
|
en: string;
|
|
@@ -540,7 +540,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
540
540
|
vi: string;
|
|
541
541
|
uk: string;
|
|
542
542
|
}, {
|
|
543
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
543
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
544
544
|
} & {
|
|
545
545
|
translation: {
|
|
546
546
|
en: string;
|
|
@@ -583,7 +583,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
583
583
|
vi: string;
|
|
584
584
|
uk: string;
|
|
585
585
|
}, {
|
|
586
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
586
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
587
587
|
} & {
|
|
588
588
|
translation: {
|
|
589
589
|
en: string;
|
|
@@ -626,7 +626,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
626
626
|
vi: string;
|
|
627
627
|
uk: string;
|
|
628
628
|
}, {
|
|
629
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
629
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
630
630
|
} & {
|
|
631
631
|
translation: {
|
|
632
632
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const codeContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const codeContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const copyContentContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const copyContentContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|