@intlayer/design-system 8.1.7 → 8.1.8
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/Badge/index.mjs +1 -1
- package/dist/esm/components/Badge/index.mjs.map +1 -1
- package/dist/esm/components/Carousel/index.mjs +1 -1
- package/dist/esm/components/Carousel/index.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockShiki.mjs +1 -1
- package/dist/esm/components/IDE/CodeBlockShiki.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +1 -1
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Pagination/NumberItemsSelector.mjs +1 -1
- package/dist/esm/components/Pagination/NumberItemsSelector.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +15 -26
- package/dist/types/components/Badge/index.d.ts.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/Carousel/index.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- 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/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/CodeBlockShiki.d.ts.map +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 +1 -1
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- 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/MarkDownRender/MarkDownRender.d.ts.map +1 -1
- package/dist/types/components/Pagination/NumberItemsSelector.d.ts +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +2 -2
- 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/Tab/Tab.d.ts +1 -1
- 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 +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/package.json +15 -16
- package/tw-source.css +0 -1
|
@@ -24,7 +24,7 @@ declare const browserContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const browserContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -111,7 +111,7 @@ declare const browserContent: {
|
|
|
111
111
|
vi: string;
|
|
112
112
|
uk: string;
|
|
113
113
|
}, {
|
|
114
|
-
nodeType:
|
|
114
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
115
115
|
} & {
|
|
116
116
|
translation: {
|
|
117
117
|
en: string;
|
|
@@ -154,7 +154,7 @@ declare const browserContent: {
|
|
|
154
154
|
vi: string;
|
|
155
155
|
uk: string;
|
|
156
156
|
}, {
|
|
157
|
-
nodeType:
|
|
157
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
158
158
|
} & {
|
|
159
159
|
translation: {
|
|
160
160
|
en: string;
|
|
@@ -197,7 +197,7 @@ declare const browserContent: {
|
|
|
197
197
|
vi: string;
|
|
198
198
|
uk: string;
|
|
199
199
|
}, {
|
|
200
|
-
nodeType:
|
|
200
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
201
201
|
} & {
|
|
202
202
|
translation: {
|
|
203
203
|
en: string;
|
|
@@ -240,7 +240,7 @@ declare const browserContent: {
|
|
|
240
240
|
vi: string;
|
|
241
241
|
uk: string;
|
|
242
242
|
}, {
|
|
243
|
-
nodeType:
|
|
243
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
244
244
|
} & {
|
|
245
245
|
translation: {
|
|
246
246
|
en: string;
|
|
@@ -283,7 +283,7 @@ declare const browserContent: {
|
|
|
283
283
|
vi: string;
|
|
284
284
|
uk: string;
|
|
285
285
|
}, {
|
|
286
|
-
nodeType:
|
|
286
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
287
287
|
} & {
|
|
288
288
|
translation: {
|
|
289
289
|
en: string;
|
|
@@ -326,7 +326,7 @@ declare const browserContent: {
|
|
|
326
326
|
vi: string;
|
|
327
327
|
uk: string;
|
|
328
328
|
}, {
|
|
329
|
-
nodeType:
|
|
329
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
330
330
|
} & {
|
|
331
331
|
translation: {
|
|
332
332
|
en: string;
|
|
@@ -61,9 +61,9 @@ declare enum ButtonTextAlign {
|
|
|
61
61
|
*/
|
|
62
62
|
declare const buttonVariants: (props?: {
|
|
63
63
|
size?: "md" | "sm" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
|
|
64
|
-
color?: "primary" | "secondary" | "destructive" | "neutral" | "
|
|
65
|
-
roundedSize?: "
|
|
66
|
-
variant?: "
|
|
64
|
+
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "card" | "current" | "text-inverse" | "error" | "success" | "custom";
|
|
65
|
+
roundedSize?: "md" | "sm" | "lg" | "none" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "full";
|
|
66
|
+
variant?: "default" | "none" | "outline" | "link" | "invisible-link" | "hoverable" | "fade" | "input";
|
|
67
67
|
textAlign?: "left" | "center" | "right";
|
|
68
68
|
isFullWidth?: boolean;
|
|
69
69
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
@@ -25,7 +25,7 @@ declare const carouselContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
zh: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
ar: string;
|
|
@@ -68,7 +68,7 @@ declare const carouselContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -111,7 +111,7 @@ declare const carouselContent: {
|
|
|
111
111
|
vi: string;
|
|
112
112
|
uk: string;
|
|
113
113
|
}, {
|
|
114
|
-
nodeType:
|
|
114
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
115
115
|
} & {
|
|
116
116
|
translation: {
|
|
117
117
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.tsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.tsx"],"mappings":";;;KAkGK,iBAAA,GAAoB,cAAA,CAAe,cAAA;EACtC,QAAA,EAAU,SAAA;AAAA;AAAA,KAkBP,uBAAA,GAA0B,cAAA,CAAe,cAAA;EAC5C,wBAAA;AAAA;AAAA,KAgHG,aAAA,GAAgB,cAAA,CAAe,cAAA;EAClC,QAAA,EAAU,SAAA;EACV,YAAA;EACA,aAAA,IAAiB,KAAA;AAAA;AAAA,cAgNN,QAAA,EAAQ,EAAA,CAAA,aAAA"}
|
|
@@ -5,8 +5,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/CollapsibleTable/CollapsibleTable.d.ts
|
|
6
6
|
declare const collapsibleTableVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
8
|
-
variant?: "
|
|
9
|
-
spacing?: "
|
|
8
|
+
variant?: "default" | "ghost" | "dark" | "outlined";
|
|
9
|
+
spacing?: "sm" | "md" | "lg" | "none" | "auto";
|
|
10
10
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
11
11
|
interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
|
|
12
12
|
/** Table title displayed in the header */
|
|
@@ -29,7 +29,7 @@ declare const Command: {
|
|
|
29
29
|
ref?: React.Ref<HTMLInputElement>;
|
|
30
30
|
} & {
|
|
31
31
|
asChild?: boolean;
|
|
32
|
-
}, "key" | keyof react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "
|
|
32
|
+
}, "key" | keyof react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "value" | "onChange" | "type"> & {
|
|
33
33
|
value?: string;
|
|
34
34
|
onValueChange?: (search: string) => void;
|
|
35
35
|
} & react.RefAttributes<HTMLInputElement>>;
|
|
@@ -8,14 +8,14 @@ import { VariantProps } from "class-variance-authority";
|
|
|
8
8
|
* Provides flexible styling options for background, padding, borders, and layout
|
|
9
9
|
*/
|
|
10
10
|
declare const containerVariants: (props?: {
|
|
11
|
-
roundedSize?: "
|
|
12
|
-
transparency?: "
|
|
13
|
-
padding?: "
|
|
11
|
+
roundedSize?: "sm" | "md" | "lg" | "none" | "xl" | "2xl" | "3xl" | "4xl" | "full";
|
|
12
|
+
transparency?: "sm" | "md" | "lg" | "xs" | "none" | "xl" | "full";
|
|
13
|
+
padding?: "sm" | "md" | "lg" | "none" | "xl" | "2xl";
|
|
14
14
|
separator?: "without" | "x" | "y" | "both";
|
|
15
15
|
border?: "none" | "with";
|
|
16
|
-
borderColor?: "text" | "primary" | "secondary" | "neutral" | "
|
|
17
|
-
background?: "
|
|
18
|
-
gap?: "
|
|
16
|
+
borderColor?: "text" | "primary" | "secondary" | "neutral" | "error" | "success" | "card" | "warning";
|
|
17
|
+
background?: "hoverable" | "none" | "with";
|
|
18
|
+
gap?: "sm" | "md" | "lg" | "none" | "xl" | "2xl";
|
|
19
19
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
20
20
|
/** Available rounded corner sizes for the container */
|
|
21
21
|
declare enum ContainerRoundedSize {
|
|
@@ -25,7 +25,7 @@ declare const dictionaryFormContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -68,7 +68,7 @@ declare const dictionaryFormContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -113,7 +113,7 @@ declare const dictionaryFormContent: {
|
|
|
113
113
|
vi: string;
|
|
114
114
|
uk: string;
|
|
115
115
|
}, {
|
|
116
|
-
nodeType:
|
|
116
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
117
117
|
} & {
|
|
118
118
|
translation: {
|
|
119
119
|
en: string;
|
|
@@ -156,7 +156,7 @@ declare const dictionaryFormContent: {
|
|
|
156
156
|
vi: string;
|
|
157
157
|
uk: string;
|
|
158
158
|
}, {
|
|
159
|
-
nodeType:
|
|
159
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
160
160
|
} & {
|
|
161
161
|
translation: {
|
|
162
162
|
en: string;
|
|
@@ -201,7 +201,7 @@ declare const dictionaryFormContent: {
|
|
|
201
201
|
vi: string;
|
|
202
202
|
uk: string;
|
|
203
203
|
}, {
|
|
204
|
-
nodeType:
|
|
204
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
205
205
|
} & {
|
|
206
206
|
translation: {
|
|
207
207
|
en: string;
|
|
@@ -244,7 +244,7 @@ declare const dictionaryFormContent: {
|
|
|
244
244
|
vi: string;
|
|
245
245
|
uk: string;
|
|
246
246
|
}, {
|
|
247
|
-
nodeType:
|
|
247
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
248
248
|
} & {
|
|
249
249
|
translation: {
|
|
250
250
|
en: string;
|
|
@@ -288,7 +288,7 @@ declare const dictionaryFormContent: {
|
|
|
288
288
|
vi: string;
|
|
289
289
|
uk: string;
|
|
290
290
|
}, {
|
|
291
|
-
nodeType:
|
|
291
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
292
292
|
} & {
|
|
293
293
|
translation: {
|
|
294
294
|
en: string;
|
|
@@ -331,7 +331,7 @@ declare const dictionaryFormContent: {
|
|
|
331
331
|
vi: string;
|
|
332
332
|
uk: string;
|
|
333
333
|
}, {
|
|
334
|
-
nodeType:
|
|
334
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
335
335
|
} & {
|
|
336
336
|
translation: {
|
|
337
337
|
en: string;
|
|
@@ -375,7 +375,7 @@ declare const dictionaryFormContent: {
|
|
|
375
375
|
vi: string;
|
|
376
376
|
uk: string;
|
|
377
377
|
}, {
|
|
378
|
-
nodeType:
|
|
378
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
379
379
|
} & {
|
|
380
380
|
translation: {
|
|
381
381
|
en: string;
|
|
@@ -418,7 +418,7 @@ declare const dictionaryFormContent: {
|
|
|
418
418
|
vi: string;
|
|
419
419
|
uk: string;
|
|
420
420
|
}, {
|
|
421
|
-
nodeType:
|
|
421
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
422
422
|
} & {
|
|
423
423
|
translation: {
|
|
424
424
|
en: string;
|
|
@@ -463,7 +463,7 @@ declare const dictionaryFormContent: {
|
|
|
463
463
|
vi: string;
|
|
464
464
|
uk: string;
|
|
465
465
|
}, {
|
|
466
|
-
nodeType:
|
|
466
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
467
467
|
} & {
|
|
468
468
|
translation: {
|
|
469
469
|
en: string;
|
|
@@ -506,7 +506,7 @@ declare const dictionaryFormContent: {
|
|
|
506
506
|
vi: string;
|
|
507
507
|
uk: string;
|
|
508
508
|
}, {
|
|
509
|
-
nodeType:
|
|
509
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
510
510
|
} & {
|
|
511
511
|
translation: {
|
|
512
512
|
en: string;
|
|
@@ -24,7 +24,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -67,7 +67,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -110,7 +110,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType:
|
|
113
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -153,7 +153,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
153
153
|
vi: string;
|
|
154
154
|
uk: string;
|
|
155
155
|
}, {
|
|
156
|
-
nodeType:
|
|
156
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
157
157
|
} & {
|
|
158
158
|
translation: {
|
|
159
159
|
en: string;
|
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:
|
|
28
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
71
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
114
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
159
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
202
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
245
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
290
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
333
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
376
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
421
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
464
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
507
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
552
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
595
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
638
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
683
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
726
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
769
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
812
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
857
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
900
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
943
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
986
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
1032
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
1075
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
1118
|
+
nodeType: _intlayer_types0.NodeType.Translation | "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:
|
|
1163
|
+
nodeType: _intlayer_types0.NodeType.Translation | "translation";
|
|
1164
1164
|
} & {
|
|
1165
1165
|
translation: {
|
|
1166
1166
|
en: string;
|