@intlayer/design-system 7.6.0-canary.1 → 8.0.0-canary.0
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/CopyToClipboard/index.mjs +12 -9
- package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +32 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +116 -14
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +5 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +11 -5
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/esm/components/Flags/Flag.mjs +5 -8
- package/dist/esm/components/Flags/Flag.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/MarkDownRender/index.mjs +2 -1
- package/dist/esm/components/MarkDownRender/processor-adapter.mjs +57 -0
- package/dist/esm/components/MarkDownRender/processor-adapter.mjs.map +1 -0
- package/dist/esm/components/MarkDownRender/processor.mjs +5 -5
- package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -1
- package/dist/esm/components/Popover/static.mjs +12 -10
- package/dist/esm/components/Popover/static.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +4 -5
- package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/index.mjs +2 -2
- package/dist/esm/components/RightDrawer/useRightDrawer.mjs +65 -0
- package/dist/esm/components/RightDrawer/useRightDrawer.mjs.map +1 -0
- package/dist/esm/components/index.mjs +3 -2
- package/dist/esm/hooks/useScrollBlockage/index.mjs +1 -6
- package/dist/esm/hooks/useScrollBlockage/index.mjs.map +1 -1
- package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs +60 -31
- package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Browser/Browser.content.d.ts +17 -17
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Browser/Browser.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +7 -7
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +16 -16
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +10 -10
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/CopyToClipboard/index.d.ts +18 -7
- package/dist/types/components/CopyToClipboard/index.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +265 -48
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +6 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
- package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
- package/dist/types/components/IDE/CodeContext.d.ts +2 -2
- package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/selectors.content.d.ts +13 -13
- package/dist/types/components/Input/Checkbox.d.ts +4 -4
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +3 -3
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +6 -6
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +5 -5
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/Loader/spinner.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +1 -1
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
- package/dist/types/components/MarkDownRender/index.d.ts +2 -1
- package/dist/types/components/MarkDownRender/processor-adapter.d.ts +85 -0
- package/dist/types/components/MarkDownRender/processor-adapter.d.ts.map +1 -0
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +4 -4
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Popover/static.d.ts +11 -9
- package/dist/types/components/Popover/static.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/index.d.ts +2 -2
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
- package/dist/types/components/RightDrawer/useRightDrawer.d.ts +22 -0
- package/dist/types/components/RightDrawer/useRightDrawer.d.ts.map +1 -0
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
- package/dist/types/components/SwitchSelector/index.d.ts +7 -7
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +6 -6
- package/dist/types/components/Tab/Tab.d.ts.map +1 -1
- package/dist/types/components/Tab/TabContext.d.ts +2 -2
- package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
- package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +3 -3
- package/dist/types/components/Tag/index.d.ts +5 -5
- package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +3 -2
- package/dist/types/hooks/useDevice.d.ts.map +1 -1
- package/dist/types/hooks/useScrollBlockage/index.d.ts.map +1 -1
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +14 -6
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -1
- package/package.json +21 -21
- package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs +0 -87
- package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs.map +0 -1
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +0 -116
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts.map +0 -1
package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types301 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts
|
|
4
4
|
declare const dictionaryDetailsContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
titleInput: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -25,7 +25,7 @@ declare const dictionaryDetailsContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: "translation" |
|
|
28
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -48,7 +48,7 @@ declare const dictionaryDetailsContent: {
|
|
|
48
48
|
uk: string;
|
|
49
49
|
};
|
|
50
50
|
}>;
|
|
51
|
-
description:
|
|
51
|
+
description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
52
52
|
en: string;
|
|
53
53
|
'en-GB': string;
|
|
54
54
|
fr: string;
|
|
@@ -68,7 +68,7 @@ declare const dictionaryDetailsContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: "translation" |
|
|
71
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -91,7 +91,7 @@ declare const dictionaryDetailsContent: {
|
|
|
91
91
|
uk: string;
|
|
92
92
|
};
|
|
93
93
|
}>;
|
|
94
|
-
placeholder:
|
|
94
|
+
placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
95
95
|
en: string;
|
|
96
96
|
'en-GB': string;
|
|
97
97
|
fr: string;
|
|
@@ -111,7 +111,7 @@ declare const dictionaryDetailsContent: {
|
|
|
111
111
|
vi: string;
|
|
112
112
|
uk: string;
|
|
113
113
|
}, {
|
|
114
|
-
nodeType: "translation" |
|
|
114
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
115
115
|
} & {
|
|
116
116
|
translation: {
|
|
117
117
|
en: string;
|
|
@@ -136,7 +136,7 @@ declare const dictionaryDetailsContent: {
|
|
|
136
136
|
}>;
|
|
137
137
|
};
|
|
138
138
|
keyInput: {
|
|
139
|
-
label:
|
|
139
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
140
140
|
en: string;
|
|
141
141
|
'en-GB': string;
|
|
142
142
|
fr: string;
|
|
@@ -156,7 +156,7 @@ declare const dictionaryDetailsContent: {
|
|
|
156
156
|
vi: string;
|
|
157
157
|
uk: string;
|
|
158
158
|
}, {
|
|
159
|
-
nodeType: "translation" |
|
|
159
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
160
160
|
} & {
|
|
161
161
|
translation: {
|
|
162
162
|
en: string;
|
|
@@ -179,7 +179,7 @@ declare const dictionaryDetailsContent: {
|
|
|
179
179
|
uk: string;
|
|
180
180
|
};
|
|
181
181
|
}>;
|
|
182
|
-
description:
|
|
182
|
+
description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
183
183
|
en: string;
|
|
184
184
|
'en-GB': string;
|
|
185
185
|
fr: string;
|
|
@@ -199,7 +199,7 @@ declare const dictionaryDetailsContent: {
|
|
|
199
199
|
vi: string;
|
|
200
200
|
uk: string;
|
|
201
201
|
}, {
|
|
202
|
-
nodeType: "translation" |
|
|
202
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
203
203
|
} & {
|
|
204
204
|
translation: {
|
|
205
205
|
en: string;
|
|
@@ -222,7 +222,7 @@ declare const dictionaryDetailsContent: {
|
|
|
222
222
|
uk: string;
|
|
223
223
|
};
|
|
224
224
|
}>;
|
|
225
|
-
placeholder:
|
|
225
|
+
placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
226
226
|
en: string;
|
|
227
227
|
'en-GB': string;
|
|
228
228
|
fr: string;
|
|
@@ -242,7 +242,7 @@ declare const dictionaryDetailsContent: {
|
|
|
242
242
|
vi: string;
|
|
243
243
|
uk: string;
|
|
244
244
|
}, {
|
|
245
|
-
nodeType: "translation" |
|
|
245
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
246
246
|
} & {
|
|
247
247
|
translation: {
|
|
248
248
|
en: string;
|
|
@@ -267,7 +267,7 @@ declare const dictionaryDetailsContent: {
|
|
|
267
267
|
}>;
|
|
268
268
|
};
|
|
269
269
|
descriptionInput: {
|
|
270
|
-
label:
|
|
270
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
271
271
|
en: string;
|
|
272
272
|
'en-GB': string;
|
|
273
273
|
fr: string;
|
|
@@ -287,7 +287,7 @@ declare const dictionaryDetailsContent: {
|
|
|
287
287
|
vi: string;
|
|
288
288
|
uk: string;
|
|
289
289
|
}, {
|
|
290
|
-
nodeType: "translation" |
|
|
290
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
291
291
|
} & {
|
|
292
292
|
translation: {
|
|
293
293
|
en: string;
|
|
@@ -310,7 +310,7 @@ declare const dictionaryDetailsContent: {
|
|
|
310
310
|
uk: string;
|
|
311
311
|
};
|
|
312
312
|
}>;
|
|
313
|
-
placeholder:
|
|
313
|
+
placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
314
314
|
en: string;
|
|
315
315
|
'en-GB': string;
|
|
316
316
|
fr: string;
|
|
@@ -330,7 +330,7 @@ declare const dictionaryDetailsContent: {
|
|
|
330
330
|
vi: string;
|
|
331
331
|
uk: string;
|
|
332
332
|
}, {
|
|
333
|
-
nodeType: "translation" |
|
|
333
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
334
334
|
} & {
|
|
335
335
|
translation: {
|
|
336
336
|
en: string;
|
|
@@ -353,7 +353,7 @@ declare const dictionaryDetailsContent: {
|
|
|
353
353
|
uk: string;
|
|
354
354
|
};
|
|
355
355
|
}>;
|
|
356
|
-
description:
|
|
356
|
+
description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
357
357
|
en: string;
|
|
358
358
|
'en-GB': string;
|
|
359
359
|
fr: string;
|
|
@@ -373,7 +373,7 @@ declare const dictionaryDetailsContent: {
|
|
|
373
373
|
vi: string;
|
|
374
374
|
uk: string;
|
|
375
375
|
}, {
|
|
376
|
-
nodeType: "translation" |
|
|
376
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
377
377
|
} & {
|
|
378
378
|
translation: {
|
|
379
379
|
en: string;
|
|
@@ -398,7 +398,7 @@ declare const dictionaryDetailsContent: {
|
|
|
398
398
|
}>;
|
|
399
399
|
};
|
|
400
400
|
projectInput: {
|
|
401
|
-
label:
|
|
401
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
402
402
|
en: string;
|
|
403
403
|
'en-GB': string;
|
|
404
404
|
fr: string;
|
|
@@ -418,7 +418,7 @@ declare const dictionaryDetailsContent: {
|
|
|
418
418
|
vi: string;
|
|
419
419
|
uk: string;
|
|
420
420
|
}, {
|
|
421
|
-
nodeType: "translation" |
|
|
421
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
422
422
|
} & {
|
|
423
423
|
translation: {
|
|
424
424
|
en: string;
|
|
@@ -441,7 +441,7 @@ declare const dictionaryDetailsContent: {
|
|
|
441
441
|
uk: string;
|
|
442
442
|
};
|
|
443
443
|
}>;
|
|
444
|
-
description:
|
|
444
|
+
description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
445
445
|
en: string;
|
|
446
446
|
'en-GB': string;
|
|
447
447
|
fr: string;
|
|
@@ -461,7 +461,7 @@ declare const dictionaryDetailsContent: {
|
|
|
461
461
|
vi: string;
|
|
462
462
|
uk: string;
|
|
463
463
|
}, {
|
|
464
|
-
nodeType: "translation" |
|
|
464
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
465
465
|
} & {
|
|
466
466
|
translation: {
|
|
467
467
|
en: string;
|
|
@@ -484,7 +484,7 @@ declare const dictionaryDetailsContent: {
|
|
|
484
484
|
uk: string;
|
|
485
485
|
};
|
|
486
486
|
}>;
|
|
487
|
-
placeholder:
|
|
487
|
+
placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
488
488
|
en: string;
|
|
489
489
|
'en-GB': string;
|
|
490
490
|
fr: string;
|
|
@@ -504,7 +504,7 @@ declare const dictionaryDetailsContent: {
|
|
|
504
504
|
vi: string;
|
|
505
505
|
uk: string;
|
|
506
506
|
}, {
|
|
507
|
-
nodeType: "translation" |
|
|
507
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
508
508
|
} & {
|
|
509
509
|
translation: {
|
|
510
510
|
en: string;
|
|
@@ -529,7 +529,7 @@ declare const dictionaryDetailsContent: {
|
|
|
529
529
|
}>;
|
|
530
530
|
};
|
|
531
531
|
tagsSelect: {
|
|
532
|
-
label:
|
|
532
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
533
533
|
en: string;
|
|
534
534
|
'en-GB': string;
|
|
535
535
|
fr: string;
|
|
@@ -549,7 +549,7 @@ declare const dictionaryDetailsContent: {
|
|
|
549
549
|
vi: string;
|
|
550
550
|
uk: string;
|
|
551
551
|
}, {
|
|
552
|
-
nodeType: "translation" |
|
|
552
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
553
553
|
} & {
|
|
554
554
|
translation: {
|
|
555
555
|
en: string;
|
|
@@ -572,7 +572,7 @@ declare const dictionaryDetailsContent: {
|
|
|
572
572
|
uk: string;
|
|
573
573
|
};
|
|
574
574
|
}>;
|
|
575
|
-
description:
|
|
575
|
+
description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
576
576
|
en: string;
|
|
577
577
|
'en-GB': string;
|
|
578
578
|
fr: string;
|
|
@@ -592,7 +592,7 @@ declare const dictionaryDetailsContent: {
|
|
|
592
592
|
vi: string;
|
|
593
593
|
uk: string;
|
|
594
594
|
}, {
|
|
595
|
-
nodeType: "translation" |
|
|
595
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
596
596
|
} & {
|
|
597
597
|
translation: {
|
|
598
598
|
en: string;
|
|
@@ -615,7 +615,7 @@ declare const dictionaryDetailsContent: {
|
|
|
615
615
|
uk: string;
|
|
616
616
|
};
|
|
617
617
|
}>;
|
|
618
|
-
placeholder:
|
|
618
|
+
placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
619
619
|
en: string;
|
|
620
620
|
'en-GB': string;
|
|
621
621
|
fr: string;
|
|
@@ -635,7 +635,7 @@ declare const dictionaryDetailsContent: {
|
|
|
635
635
|
vi: string;
|
|
636
636
|
uk: string;
|
|
637
637
|
}, {
|
|
638
|
-
nodeType: "translation" |
|
|
638
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
639
639
|
} & {
|
|
640
640
|
translation: {
|
|
641
641
|
en: string;
|
|
@@ -660,7 +660,7 @@ declare const dictionaryDetailsContent: {
|
|
|
660
660
|
}>;
|
|
661
661
|
};
|
|
662
662
|
locationSelect: {
|
|
663
|
-
label:
|
|
663
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
664
664
|
en: string;
|
|
665
665
|
'en-GB': string;
|
|
666
666
|
fr: string;
|
|
@@ -680,7 +680,7 @@ declare const dictionaryDetailsContent: {
|
|
|
680
680
|
vi: string;
|
|
681
681
|
uk: string;
|
|
682
682
|
}, {
|
|
683
|
-
nodeType: "translation" |
|
|
683
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
684
684
|
} & {
|
|
685
685
|
translation: {
|
|
686
686
|
en: string;
|
|
@@ -703,7 +703,7 @@ declare const dictionaryDetailsContent: {
|
|
|
703
703
|
uk: string;
|
|
704
704
|
};
|
|
705
705
|
}>;
|
|
706
|
-
local:
|
|
706
|
+
local: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
707
707
|
en: string;
|
|
708
708
|
'en-GB': string;
|
|
709
709
|
fr: string;
|
|
@@ -723,7 +723,7 @@ declare const dictionaryDetailsContent: {
|
|
|
723
723
|
vi: string;
|
|
724
724
|
uk: string;
|
|
725
725
|
}, {
|
|
726
|
-
nodeType: "translation" |
|
|
726
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
727
727
|
} & {
|
|
728
728
|
translation: {
|
|
729
729
|
en: string;
|
|
@@ -746,7 +746,7 @@ declare const dictionaryDetailsContent: {
|
|
|
746
746
|
uk: string;
|
|
747
747
|
};
|
|
748
748
|
}>;
|
|
749
|
-
remote:
|
|
749
|
+
remote: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
750
750
|
en: string;
|
|
751
751
|
'en-GB': string;
|
|
752
752
|
fr: string;
|
|
@@ -766,7 +766,7 @@ declare const dictionaryDetailsContent: {
|
|
|
766
766
|
vi: string;
|
|
767
767
|
uk: string;
|
|
768
768
|
}, {
|
|
769
|
-
nodeType: "translation" |
|
|
769
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
770
770
|
} & {
|
|
771
771
|
translation: {
|
|
772
772
|
en: string;
|
|
@@ -789,7 +789,7 @@ declare const dictionaryDetailsContent: {
|
|
|
789
789
|
uk: string;
|
|
790
790
|
};
|
|
791
791
|
}>;
|
|
792
|
-
testDescription:
|
|
792
|
+
testDescription: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
793
793
|
en: string;
|
|
794
794
|
'en-GB': string;
|
|
795
795
|
fr: string;
|
|
@@ -809,7 +809,224 @@ declare const dictionaryDetailsContent: {
|
|
|
809
809
|
vi: string;
|
|
810
810
|
uk: string;
|
|
811
811
|
}, {
|
|
812
|
-
nodeType: "translation" |
|
|
812
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
813
|
+
} & {
|
|
814
|
+
translation: {
|
|
815
|
+
en: string;
|
|
816
|
+
'en-GB': string;
|
|
817
|
+
fr: string;
|
|
818
|
+
es: string;
|
|
819
|
+
de: string;
|
|
820
|
+
ja: string;
|
|
821
|
+
ko: string;
|
|
822
|
+
zh: string;
|
|
823
|
+
it: string;
|
|
824
|
+
pt: string;
|
|
825
|
+
hi: string;
|
|
826
|
+
ar: string;
|
|
827
|
+
ru: string;
|
|
828
|
+
tr: string;
|
|
829
|
+
pl: string;
|
|
830
|
+
id: string;
|
|
831
|
+
vi: string;
|
|
832
|
+
uk: string;
|
|
833
|
+
};
|
|
834
|
+
}>;
|
|
835
|
+
};
|
|
836
|
+
importModeSelect: {
|
|
837
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
838
|
+
en: string;
|
|
839
|
+
'en-GB': string;
|
|
840
|
+
fr: string;
|
|
841
|
+
es: string;
|
|
842
|
+
de: string;
|
|
843
|
+
ja: string;
|
|
844
|
+
ko: string;
|
|
845
|
+
zh: string;
|
|
846
|
+
it: string;
|
|
847
|
+
pt: string;
|
|
848
|
+
hi: string;
|
|
849
|
+
ar: string;
|
|
850
|
+
ru: string;
|
|
851
|
+
tr: string;
|
|
852
|
+
pl: string;
|
|
853
|
+
id: string;
|
|
854
|
+
vi: string;
|
|
855
|
+
uk: string;
|
|
856
|
+
}, {
|
|
857
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
858
|
+
} & {
|
|
859
|
+
translation: {
|
|
860
|
+
en: string;
|
|
861
|
+
'en-GB': string;
|
|
862
|
+
fr: string;
|
|
863
|
+
es: string;
|
|
864
|
+
de: string;
|
|
865
|
+
ja: string;
|
|
866
|
+
ko: string;
|
|
867
|
+
zh: string;
|
|
868
|
+
it: string;
|
|
869
|
+
pt: string;
|
|
870
|
+
hi: string;
|
|
871
|
+
ar: string;
|
|
872
|
+
ru: string;
|
|
873
|
+
tr: string;
|
|
874
|
+
pl: string;
|
|
875
|
+
id: string;
|
|
876
|
+
vi: string;
|
|
877
|
+
uk: string;
|
|
878
|
+
};
|
|
879
|
+
}>;
|
|
880
|
+
description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
881
|
+
en: string;
|
|
882
|
+
'en-GB': string;
|
|
883
|
+
fr: string;
|
|
884
|
+
es: string;
|
|
885
|
+
de: string;
|
|
886
|
+
ja: string;
|
|
887
|
+
ko: string;
|
|
888
|
+
zh: string;
|
|
889
|
+
it: string;
|
|
890
|
+
pt: string;
|
|
891
|
+
hi: string;
|
|
892
|
+
ar: string;
|
|
893
|
+
ru: string;
|
|
894
|
+
tr: string;
|
|
895
|
+
pl: string;
|
|
896
|
+
id: string;
|
|
897
|
+
vi: string;
|
|
898
|
+
uk: string;
|
|
899
|
+
}, {
|
|
900
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
901
|
+
} & {
|
|
902
|
+
translation: {
|
|
903
|
+
en: string;
|
|
904
|
+
'en-GB': string;
|
|
905
|
+
fr: string;
|
|
906
|
+
es: string;
|
|
907
|
+
de: string;
|
|
908
|
+
ja: string;
|
|
909
|
+
ko: string;
|
|
910
|
+
zh: string;
|
|
911
|
+
it: string;
|
|
912
|
+
pt: string;
|
|
913
|
+
hi: string;
|
|
914
|
+
ar: string;
|
|
915
|
+
ru: string;
|
|
916
|
+
tr: string;
|
|
917
|
+
pl: string;
|
|
918
|
+
id: string;
|
|
919
|
+
vi: string;
|
|
920
|
+
uk: string;
|
|
921
|
+
};
|
|
922
|
+
}>;
|
|
923
|
+
static: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
924
|
+
en: string;
|
|
925
|
+
'en-GB': string;
|
|
926
|
+
fr: string;
|
|
927
|
+
es: string;
|
|
928
|
+
de: string;
|
|
929
|
+
ja: string;
|
|
930
|
+
ko: string;
|
|
931
|
+
zh: string;
|
|
932
|
+
it: string;
|
|
933
|
+
pt: string;
|
|
934
|
+
hi: string;
|
|
935
|
+
ar: string;
|
|
936
|
+
ru: string;
|
|
937
|
+
tr: string;
|
|
938
|
+
pl: string;
|
|
939
|
+
id: string;
|
|
940
|
+
vi: string;
|
|
941
|
+
uk: string;
|
|
942
|
+
}, {
|
|
943
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
944
|
+
} & {
|
|
945
|
+
translation: {
|
|
946
|
+
en: string;
|
|
947
|
+
'en-GB': string;
|
|
948
|
+
fr: string;
|
|
949
|
+
es: string;
|
|
950
|
+
de: string;
|
|
951
|
+
ja: string;
|
|
952
|
+
ko: string;
|
|
953
|
+
zh: string;
|
|
954
|
+
it: string;
|
|
955
|
+
pt: string;
|
|
956
|
+
hi: string;
|
|
957
|
+
ar: string;
|
|
958
|
+
ru: string;
|
|
959
|
+
tr: string;
|
|
960
|
+
pl: string;
|
|
961
|
+
id: string;
|
|
962
|
+
vi: string;
|
|
963
|
+
uk: string;
|
|
964
|
+
};
|
|
965
|
+
}>;
|
|
966
|
+
dynamic: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
967
|
+
en: string;
|
|
968
|
+
'en-GB': string;
|
|
969
|
+
fr: string;
|
|
970
|
+
es: string;
|
|
971
|
+
de: string;
|
|
972
|
+
ja: string;
|
|
973
|
+
ko: string;
|
|
974
|
+
zh: string;
|
|
975
|
+
it: string;
|
|
976
|
+
pt: string;
|
|
977
|
+
hi: string;
|
|
978
|
+
ar: string;
|
|
979
|
+
ru: string;
|
|
980
|
+
tr: string;
|
|
981
|
+
pl: string;
|
|
982
|
+
id: string;
|
|
983
|
+
vi: string;
|
|
984
|
+
uk: string;
|
|
985
|
+
}, {
|
|
986
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
987
|
+
} & {
|
|
988
|
+
translation: {
|
|
989
|
+
en: string;
|
|
990
|
+
'en-GB': string;
|
|
991
|
+
fr: string;
|
|
992
|
+
es: string;
|
|
993
|
+
de: string;
|
|
994
|
+
ja: string;
|
|
995
|
+
ko: string;
|
|
996
|
+
zh: string;
|
|
997
|
+
it: string;
|
|
998
|
+
pt: string;
|
|
999
|
+
hi: string;
|
|
1000
|
+
ar: string;
|
|
1001
|
+
ru: string;
|
|
1002
|
+
tr: string;
|
|
1003
|
+
pl: string;
|
|
1004
|
+
id: string;
|
|
1005
|
+
vi: string;
|
|
1006
|
+
uk: string;
|
|
1007
|
+
};
|
|
1008
|
+
}>;
|
|
1009
|
+
live: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
1010
|
+
en: string;
|
|
1011
|
+
'en-GB': string;
|
|
1012
|
+
fr: string;
|
|
1013
|
+
es: string;
|
|
1014
|
+
de: string;
|
|
1015
|
+
ja: string;
|
|
1016
|
+
ko: string;
|
|
1017
|
+
zh: string;
|
|
1018
|
+
it: string;
|
|
1019
|
+
pt: string;
|
|
1020
|
+
hi: string;
|
|
1021
|
+
ar: string;
|
|
1022
|
+
ru: string;
|
|
1023
|
+
tr: string;
|
|
1024
|
+
pl: string;
|
|
1025
|
+
id: string;
|
|
1026
|
+
vi: string;
|
|
1027
|
+
uk: string;
|
|
1028
|
+
}, {
|
|
1029
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
813
1030
|
} & {
|
|
814
1031
|
translation: {
|
|
815
1032
|
en: string;
|
|
@@ -834,7 +1051,7 @@ declare const dictionaryDetailsContent: {
|
|
|
834
1051
|
}>;
|
|
835
1052
|
};
|
|
836
1053
|
filePathInput: {
|
|
837
|
-
label:
|
|
1054
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
838
1055
|
en: string;
|
|
839
1056
|
'en-GB': string;
|
|
840
1057
|
fr: string;
|
|
@@ -854,7 +1071,7 @@ declare const dictionaryDetailsContent: {
|
|
|
854
1071
|
vi: string;
|
|
855
1072
|
uk: string;
|
|
856
1073
|
}, {
|
|
857
|
-
nodeType: "translation" |
|
|
1074
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
858
1075
|
} & {
|
|
859
1076
|
translation: {
|
|
860
1077
|
en: string;
|
|
@@ -877,7 +1094,7 @@ declare const dictionaryDetailsContent: {
|
|
|
877
1094
|
uk: string;
|
|
878
1095
|
};
|
|
879
1096
|
}>;
|
|
880
|
-
description:
|
|
1097
|
+
description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
881
1098
|
en: string;
|
|
882
1099
|
'en-GB': string;
|
|
883
1100
|
fr: string;
|
|
@@ -897,7 +1114,7 @@ declare const dictionaryDetailsContent: {
|
|
|
897
1114
|
vi: string;
|
|
898
1115
|
uk: string;
|
|
899
1116
|
}, {
|
|
900
|
-
nodeType: "translation" |
|
|
1117
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
901
1118
|
} & {
|
|
902
1119
|
translation: {
|
|
903
1120
|
en: string;
|
|
@@ -920,7 +1137,7 @@ declare const dictionaryDetailsContent: {
|
|
|
920
1137
|
uk: string;
|
|
921
1138
|
};
|
|
922
1139
|
}>;
|
|
923
|
-
placeholder:
|
|
1140
|
+
placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
924
1141
|
en: string;
|
|
925
1142
|
'en-GB': string;
|
|
926
1143
|
fr: string;
|
|
@@ -940,7 +1157,7 @@ declare const dictionaryDetailsContent: {
|
|
|
940
1157
|
vi: string;
|
|
941
1158
|
uk: string;
|
|
942
1159
|
}, {
|
|
943
|
-
nodeType: "translation" |
|
|
1160
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
944
1161
|
} & {
|
|
945
1162
|
translation: {
|
|
946
1163
|
en: string;
|
|
@@ -965,7 +1182,7 @@ declare const dictionaryDetailsContent: {
|
|
|
965
1182
|
}>;
|
|
966
1183
|
};
|
|
967
1184
|
auditButton: {
|
|
968
|
-
label:
|
|
1185
|
+
label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
|
|
969
1186
|
en: string;
|
|
970
1187
|
fr: string;
|
|
971
1188
|
es: string;
|
|
@@ -985,7 +1202,7 @@ declare const dictionaryDetailsContent: {
|
|
|
985
1202
|
vi: string;
|
|
986
1203
|
uk: string;
|
|
987
1204
|
}, {
|
|
988
|
-
nodeType: "translation" |
|
|
1205
|
+
nodeType: "translation" | _intlayer_types301.NodeType.Translation;
|
|
989
1206
|
} & {
|
|
990
1207
|
translation: {
|
|
991
1208
|
en: string;
|
|
@@ -1015,5 +1232,5 @@ declare const dictionaryDetailsContent: {
|
|
|
1015
1232
|
tags: string[];
|
|
1016
1233
|
};
|
|
1017
1234
|
//#endregion
|
|
1018
|
-
export { dictionaryDetailsContent as default
|
|
1235
|
+
export { dictionaryDetailsContent as default };
|
|
1019
1236
|
//# sourceMappingURL=dictionaryDetails.content.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryDetails.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"sourcesContent":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"dictionaryDetails.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,UAAA,EAAA"}
|