@intlayer/design-system 8.3.1 → 8.3.3
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/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs +1 -1
- package/dist/esm/components/ExpandCollapse/ExpandCollapse.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/IDE/IDE.mjs +1 -1
- package/dist/esm/components/IDE/IDE.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/MaxHeightSmoother/index.mjs +1 -1
- package/dist/esm/components/MaxHeightSmoother/index.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- 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/Container/index.d.ts +7 -7
- 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 +3 -3
- package/dist/types/components/Input/Input.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +3 -3
- 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 +0 -12
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
- package/dist/types/components/MaxHeightSmoother/index.d.ts +80 -100
- package/dist/types/components/MaxHeightSmoother/index.d.ts.map +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 +3 -1
- package/dist/types/components/SwitchSelector/index.d.ts.map +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 +2 -2
- package/dist/types/components/Terminal/terminal.content.d.ts +2 -2
- package/package.json +25 -25
|
@@ -25,7 +25,7 @@ declare const carouselContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
zh: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types_nodeType0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
114
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.Translation;
|
|
115
115
|
} & {
|
|
116
116
|
translation: {
|
|
117
117
|
en: string;
|
|
@@ -6,7 +6,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
declare const collapsibleTableVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
8
8
|
variant?: "default" | "dark" | "ghost" | "outlined";
|
|
9
|
-
spacing?: "
|
|
9
|
+
spacing?: "none" | "sm" | "md" | "lg" | "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 */
|
|
@@ -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?: "sm" | "md" | "lg" | "xl" | "2xl" | "
|
|
12
|
-
transparency?: "
|
|
13
|
-
padding?: "sm" | "md" | "lg" | "xl" | "2xl"
|
|
11
|
+
roundedSize?: "none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | "4xl";
|
|
12
|
+
transparency?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full";
|
|
13
|
+
padding?: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
14
14
|
separator?: "both" | "without" | "x" | "y";
|
|
15
|
-
border?: "
|
|
16
|
-
borderColor?: "error" | "success" | "primary" | "secondary" | "neutral" | "
|
|
17
|
-
background?: "
|
|
18
|
-
gap?: "sm" | "md" | "lg" | "xl" | "2xl"
|
|
15
|
+
border?: "none" | "with";
|
|
16
|
+
borderColor?: "error" | "success" | "primary" | "secondary" | "neutral" | "text" | "card" | "warning";
|
|
17
|
+
background?: "none" | "hoverable" | "with";
|
|
18
|
+
gap?: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
19
19
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
20
20
|
/** Available rounded corner sizes for the container */
|
|
21
21
|
declare enum ContainerRoundedSize {
|
|
@@ -24,7 +24,7 @@ declare const copyContentContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: _intlayer_types_nodeType0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -25,7 +25,7 @@ declare const dictionaryFormContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: _intlayer_types_nodeType0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
116
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
159
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
204
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
247
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
291
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
334
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
378
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
421
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
466
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
509
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
156
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.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: _intlayer_types_nodeType0.NodeType.Translation
|
|
28
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
71
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
114
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
159
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
202
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
245
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
290
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
333
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
376
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
421
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
464
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
507
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
552
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
595
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
638
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
683
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
726
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
769
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
812
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
857
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
900
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
943
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
986
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
1032
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
1075
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
1118
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
1163
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
27
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
70
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
113
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
156
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
199
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
242
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
285
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
328
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
371
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
414
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
457
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
500
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
543
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
586
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
629
|
+
nodeType: "translation" | _intlayer_types_nodeType0.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_types_nodeType0.NodeType.Translation
|
|
672
|
+
nodeType: "translation" | _intlayer_types_nodeType0.NodeType.Translation;
|
|
673
673
|
} & {
|
|
674
674
|
translation: {
|
|
675
675
|
en: string;
|