@intlayer/design-system 8.1.6 → 8.1.7
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/Breadcrumb/index.mjs +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/Tab/Tab.mjs.map +1 -1
- 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 +3 -3
- package/dist/types/components/Carousel/index.content.d.ts +3 -3
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- 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/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 +2 -2
- 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 +1 -1
- package/dist/types/components/Tab/Tab.d.ts +1 -1
- package/dist/types/components/Table/table.content.d.ts +1 -1
- package/dist/types/components/Tag/index.d.ts +2 -2
- package/dist/types/components/Terminal/terminal.content.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/package.json +14 -14
package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare const dictionaryDetailsContent: {
|
|
|
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 dictionaryDetailsContent: {
|
|
|
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;
|
|
@@ -111,7 +111,7 @@ declare const dictionaryDetailsContent: {
|
|
|
111
111
|
vi: string;
|
|
112
112
|
uk: string;
|
|
113
113
|
}, {
|
|
114
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
114
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
115
115
|
} & {
|
|
116
116
|
translation: {
|
|
117
117
|
en: string;
|
|
@@ -156,7 +156,7 @@ declare const dictionaryDetailsContent: {
|
|
|
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;
|
|
@@ -199,7 +199,7 @@ declare const dictionaryDetailsContent: {
|
|
|
199
199
|
vi: string;
|
|
200
200
|
uk: string;
|
|
201
201
|
}, {
|
|
202
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
202
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
203
203
|
} & {
|
|
204
204
|
translation: {
|
|
205
205
|
en: string;
|
|
@@ -242,7 +242,7 @@ declare const dictionaryDetailsContent: {
|
|
|
242
242
|
vi: string;
|
|
243
243
|
uk: string;
|
|
244
244
|
}, {
|
|
245
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
245
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
246
246
|
} & {
|
|
247
247
|
translation: {
|
|
248
248
|
en: string;
|
|
@@ -287,7 +287,7 @@ declare const dictionaryDetailsContent: {
|
|
|
287
287
|
vi: string;
|
|
288
288
|
uk: string;
|
|
289
289
|
}, {
|
|
290
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
290
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
291
291
|
} & {
|
|
292
292
|
translation: {
|
|
293
293
|
en: string;
|
|
@@ -330,7 +330,7 @@ declare const dictionaryDetailsContent: {
|
|
|
330
330
|
vi: string;
|
|
331
331
|
uk: string;
|
|
332
332
|
}, {
|
|
333
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
333
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
334
334
|
} & {
|
|
335
335
|
translation: {
|
|
336
336
|
en: string;
|
|
@@ -373,7 +373,7 @@ declare const dictionaryDetailsContent: {
|
|
|
373
373
|
vi: string;
|
|
374
374
|
uk: string;
|
|
375
375
|
}, {
|
|
376
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
376
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
377
377
|
} & {
|
|
378
378
|
translation: {
|
|
379
379
|
en: string;
|
|
@@ -418,7 +418,7 @@ declare const dictionaryDetailsContent: {
|
|
|
418
418
|
vi: string;
|
|
419
419
|
uk: string;
|
|
420
420
|
}, {
|
|
421
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
421
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
422
422
|
} & {
|
|
423
423
|
translation: {
|
|
424
424
|
en: string;
|
|
@@ -461,7 +461,7 @@ declare const dictionaryDetailsContent: {
|
|
|
461
461
|
vi: string;
|
|
462
462
|
uk: string;
|
|
463
463
|
}, {
|
|
464
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
464
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
465
465
|
} & {
|
|
466
466
|
translation: {
|
|
467
467
|
en: string;
|
|
@@ -504,7 +504,7 @@ declare const dictionaryDetailsContent: {
|
|
|
504
504
|
vi: string;
|
|
505
505
|
uk: string;
|
|
506
506
|
}, {
|
|
507
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
507
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
508
508
|
} & {
|
|
509
509
|
translation: {
|
|
510
510
|
en: string;
|
|
@@ -549,7 +549,7 @@ declare const dictionaryDetailsContent: {
|
|
|
549
549
|
vi: string;
|
|
550
550
|
uk: string;
|
|
551
551
|
}, {
|
|
552
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
552
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
553
553
|
} & {
|
|
554
554
|
translation: {
|
|
555
555
|
en: string;
|
|
@@ -592,7 +592,7 @@ declare const dictionaryDetailsContent: {
|
|
|
592
592
|
vi: string;
|
|
593
593
|
uk: string;
|
|
594
594
|
}, {
|
|
595
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
595
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
596
596
|
} & {
|
|
597
597
|
translation: {
|
|
598
598
|
en: string;
|
|
@@ -635,7 +635,7 @@ declare const dictionaryDetailsContent: {
|
|
|
635
635
|
vi: string;
|
|
636
636
|
uk: string;
|
|
637
637
|
}, {
|
|
638
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
638
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
639
639
|
} & {
|
|
640
640
|
translation: {
|
|
641
641
|
en: string;
|
|
@@ -680,7 +680,7 @@ declare const dictionaryDetailsContent: {
|
|
|
680
680
|
vi: string;
|
|
681
681
|
uk: string;
|
|
682
682
|
}, {
|
|
683
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
683
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
684
684
|
} & {
|
|
685
685
|
translation: {
|
|
686
686
|
en: string;
|
|
@@ -723,7 +723,7 @@ declare const dictionaryDetailsContent: {
|
|
|
723
723
|
vi: string;
|
|
724
724
|
uk: string;
|
|
725
725
|
}, {
|
|
726
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
726
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
727
727
|
} & {
|
|
728
728
|
translation: {
|
|
729
729
|
en: string;
|
|
@@ -766,7 +766,7 @@ declare const dictionaryDetailsContent: {
|
|
|
766
766
|
vi: string;
|
|
767
767
|
uk: string;
|
|
768
768
|
}, {
|
|
769
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
769
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
770
770
|
} & {
|
|
771
771
|
translation: {
|
|
772
772
|
en: string;
|
|
@@ -809,7 +809,7 @@ declare const dictionaryDetailsContent: {
|
|
|
809
809
|
vi: string;
|
|
810
810
|
uk: string;
|
|
811
811
|
}, {
|
|
812
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
812
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
813
813
|
} & {
|
|
814
814
|
translation: {
|
|
815
815
|
en: string;
|
|
@@ -854,7 +854,7 @@ declare const dictionaryDetailsContent: {
|
|
|
854
854
|
vi: string;
|
|
855
855
|
uk: string;
|
|
856
856
|
}, {
|
|
857
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
857
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
858
858
|
} & {
|
|
859
859
|
translation: {
|
|
860
860
|
en: string;
|
|
@@ -897,7 +897,7 @@ declare const dictionaryDetailsContent: {
|
|
|
897
897
|
vi: string;
|
|
898
898
|
uk: string;
|
|
899
899
|
}, {
|
|
900
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
900
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
901
901
|
} & {
|
|
902
902
|
translation: {
|
|
903
903
|
en: string;
|
|
@@ -940,7 +940,7 @@ declare const dictionaryDetailsContent: {
|
|
|
940
940
|
vi: string;
|
|
941
941
|
uk: string;
|
|
942
942
|
}, {
|
|
943
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
943
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
944
944
|
} & {
|
|
945
945
|
translation: {
|
|
946
946
|
en: string;
|
|
@@ -983,7 +983,7 @@ declare const dictionaryDetailsContent: {
|
|
|
983
983
|
vi: string;
|
|
984
984
|
uk: string;
|
|
985
985
|
}, {
|
|
986
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
986
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
987
987
|
} & {
|
|
988
988
|
translation: {
|
|
989
989
|
en: string;
|
|
@@ -1029,7 +1029,7 @@ declare const dictionaryDetailsContent: {
|
|
|
1029
1029
|
vi: string;
|
|
1030
1030
|
uk: string;
|
|
1031
1031
|
}, {
|
|
1032
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
1032
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
1033
1033
|
} & {
|
|
1034
1034
|
translation: {
|
|
1035
1035
|
en: string;
|
|
@@ -1072,7 +1072,7 @@ declare const dictionaryDetailsContent: {
|
|
|
1072
1072
|
vi: string;
|
|
1073
1073
|
uk: string;
|
|
1074
1074
|
}, {
|
|
1075
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
1075
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
1076
1076
|
} & {
|
|
1077
1077
|
translation: {
|
|
1078
1078
|
en: string;
|
|
@@ -1115,7 +1115,7 @@ declare const dictionaryDetailsContent: {
|
|
|
1115
1115
|
vi: string;
|
|
1116
1116
|
uk: string;
|
|
1117
1117
|
}, {
|
|
1118
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
1118
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
1119
1119
|
} & {
|
|
1120
1120
|
translation: {
|
|
1121
1121
|
en: string;
|
|
@@ -1160,7 +1160,7 @@ declare const dictionaryDetailsContent: {
|
|
|
1160
1160
|
vi: string;
|
|
1161
1161
|
uk: string;
|
|
1162
1162
|
}, {
|
|
1163
|
-
nodeType: _intlayer_types0.NodeType.Translation
|
|
1163
|
+
nodeType: "translation" | _intlayer_types0.NodeType.Translation;
|
|
1164
1164
|
} & {
|
|
1165
1165
|
translation: {
|
|
1166
1166
|
en: string;
|
|
@@ -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;
|
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;
|