@intlayer/design-system 7.3.12 → 7.3.14
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/TabSelector/TabSelector.mjs +28 -13
- package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/esm/hooks/useItemSelector.mjs +31 -12
- package/dist/esm/hooks/useItemSelector.mjs.map +1 -1
- package/dist/esm/libs/auth.mjs +2 -1
- package/dist/esm/libs/auth.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/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +11 -11
- package/dist/types/components/Button/Button.d.ts +2 -2
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
- package/dist/types/components/Command/index.d.ts +13 -13
- package/dist/types/components/Container/index.d.ts +6 -6
- 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/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/dictionaryDetails.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
- 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/EditableField/EditableFieldInput.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/FormBase.d.ts.map +1 -1
- 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/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/FileTree.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- 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/OTPInput.d.ts.map +1 -1
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +4 -4
- 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/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
- 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/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Popover/static.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +6 -6
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +5 -5
- 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 +8 -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/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +5 -5
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/hooks/index.d.ts +2 -2
- package/dist/types/hooks/useItemSelector.d.ts +13 -3
- package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
- package/dist/types/libs/auth.d.ts +1 -6620
- package/dist/types/libs/auth.d.ts.map +1 -1
- package/package.json +22 -21
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,
|
|
1
|
+
{"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,iCA2BS,wCAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types44 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts
|
|
4
4
|
declare const dictionaryFormContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
keyInput: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -24,7 +24,7 @@ declare const dictionaryFormContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -46,7 +46,7 @@ declare const dictionaryFormContent: {
|
|
|
46
46
|
vi: string;
|
|
47
47
|
};
|
|
48
48
|
}>;
|
|
49
|
-
placeholder:
|
|
49
|
+
placeholder: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
50
50
|
en: string;
|
|
51
51
|
'en-GB': string;
|
|
52
52
|
fr: string;
|
|
@@ -65,7 +65,7 @@ declare const dictionaryFormContent: {
|
|
|
65
65
|
id: string;
|
|
66
66
|
vi: string;
|
|
67
67
|
}, {
|
|
68
|
-
nodeType:
|
|
68
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
69
69
|
} & {
|
|
70
70
|
translation: {
|
|
71
71
|
en: string;
|
|
@@ -89,7 +89,7 @@ declare const dictionaryFormContent: {
|
|
|
89
89
|
}>;
|
|
90
90
|
};
|
|
91
91
|
projectInput: {
|
|
92
|
-
label:
|
|
92
|
+
label: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
93
93
|
en: string;
|
|
94
94
|
'en-GB': string;
|
|
95
95
|
fr: string;
|
|
@@ -108,7 +108,7 @@ declare const dictionaryFormContent: {
|
|
|
108
108
|
id: string;
|
|
109
109
|
vi: string;
|
|
110
110
|
}, {
|
|
111
|
-
nodeType:
|
|
111
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
112
112
|
} & {
|
|
113
113
|
translation: {
|
|
114
114
|
en: string;
|
|
@@ -130,7 +130,7 @@ declare const dictionaryFormContent: {
|
|
|
130
130
|
vi: string;
|
|
131
131
|
};
|
|
132
132
|
}>;
|
|
133
|
-
placeholder:
|
|
133
|
+
placeholder: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
134
134
|
en: string;
|
|
135
135
|
'en-GB': string;
|
|
136
136
|
fr: string;
|
|
@@ -149,7 +149,7 @@ declare const dictionaryFormContent: {
|
|
|
149
149
|
id: string;
|
|
150
150
|
vi: string;
|
|
151
151
|
}, {
|
|
152
|
-
nodeType:
|
|
152
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
153
153
|
} & {
|
|
154
154
|
translation: {
|
|
155
155
|
en: string;
|
|
@@ -173,7 +173,7 @@ declare const dictionaryFormContent: {
|
|
|
173
173
|
}>;
|
|
174
174
|
};
|
|
175
175
|
noDictionaryView: {
|
|
176
|
-
title:
|
|
176
|
+
title: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
177
177
|
en: string;
|
|
178
178
|
'en-GB': string;
|
|
179
179
|
fr: string;
|
|
@@ -192,7 +192,7 @@ declare const dictionaryFormContent: {
|
|
|
192
192
|
id: string;
|
|
193
193
|
vi: string;
|
|
194
194
|
}, {
|
|
195
|
-
nodeType:
|
|
195
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
196
196
|
} & {
|
|
197
197
|
translation: {
|
|
198
198
|
en: string;
|
|
@@ -214,7 +214,7 @@ declare const dictionaryFormContent: {
|
|
|
214
214
|
vi: string;
|
|
215
215
|
};
|
|
216
216
|
}>;
|
|
217
|
-
description:
|
|
217
|
+
description: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
218
218
|
en: string;
|
|
219
219
|
'en-GB': string;
|
|
220
220
|
fr: string;
|
|
@@ -233,7 +233,7 @@ declare const dictionaryFormContent: {
|
|
|
233
233
|
id: string;
|
|
234
234
|
vi: string;
|
|
235
235
|
}, {
|
|
236
|
-
nodeType:
|
|
236
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
237
237
|
} & {
|
|
238
238
|
translation: {
|
|
239
239
|
en: string;
|
|
@@ -256,7 +256,7 @@ declare const dictionaryFormContent: {
|
|
|
256
256
|
};
|
|
257
257
|
}>;
|
|
258
258
|
};
|
|
259
|
-
createDictionaryTitle:
|
|
259
|
+
createDictionaryTitle: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
260
260
|
en: string;
|
|
261
261
|
'en-GB': string;
|
|
262
262
|
fr: string;
|
|
@@ -275,7 +275,7 @@ declare const dictionaryFormContent: {
|
|
|
275
275
|
id: string;
|
|
276
276
|
vi: string;
|
|
277
277
|
}, {
|
|
278
|
-
nodeType:
|
|
278
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
279
279
|
} & {
|
|
280
280
|
translation: {
|
|
281
281
|
en: string;
|
|
@@ -297,7 +297,7 @@ declare const dictionaryFormContent: {
|
|
|
297
297
|
vi: string;
|
|
298
298
|
};
|
|
299
299
|
}>;
|
|
300
|
-
createDictionaryDescription:
|
|
300
|
+
createDictionaryDescription: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
301
301
|
en: string;
|
|
302
302
|
'en-GB': string;
|
|
303
303
|
fr: string;
|
|
@@ -316,7 +316,7 @@ declare const dictionaryFormContent: {
|
|
|
316
316
|
id: string;
|
|
317
317
|
vi: string;
|
|
318
318
|
}, {
|
|
319
|
-
nodeType:
|
|
319
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
320
320
|
} & {
|
|
321
321
|
translation: {
|
|
322
322
|
en: string;
|
|
@@ -339,7 +339,7 @@ declare const dictionaryFormContent: {
|
|
|
339
339
|
};
|
|
340
340
|
}>;
|
|
341
341
|
createDictionaryButton: {
|
|
342
|
-
text:
|
|
342
|
+
text: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
343
343
|
en: string;
|
|
344
344
|
'en-GB': string;
|
|
345
345
|
fr: string;
|
|
@@ -358,7 +358,7 @@ declare const dictionaryFormContent: {
|
|
|
358
358
|
id: string;
|
|
359
359
|
vi: string;
|
|
360
360
|
}, {
|
|
361
|
-
nodeType:
|
|
361
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
362
362
|
} & {
|
|
363
363
|
translation: {
|
|
364
364
|
en: string;
|
|
@@ -380,7 +380,7 @@ declare const dictionaryFormContent: {
|
|
|
380
380
|
vi: string;
|
|
381
381
|
};
|
|
382
382
|
}>;
|
|
383
|
-
ariaLabel:
|
|
383
|
+
ariaLabel: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
384
384
|
en: string;
|
|
385
385
|
'en-GB': string;
|
|
386
386
|
fr: string;
|
|
@@ -399,7 +399,7 @@ declare const dictionaryFormContent: {
|
|
|
399
399
|
id: string;
|
|
400
400
|
vi: string;
|
|
401
401
|
}, {
|
|
402
|
-
nodeType:
|
|
402
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
403
403
|
} & {
|
|
404
404
|
translation: {
|
|
405
405
|
en: string;
|
|
@@ -423,7 +423,7 @@ declare const dictionaryFormContent: {
|
|
|
423
423
|
}>;
|
|
424
424
|
};
|
|
425
425
|
editButton: {
|
|
426
|
-
text:
|
|
426
|
+
text: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
427
427
|
en: string;
|
|
428
428
|
'en-GB': string;
|
|
429
429
|
fr: string;
|
|
@@ -442,7 +442,7 @@ declare const dictionaryFormContent: {
|
|
|
442
442
|
id: string;
|
|
443
443
|
vi: string;
|
|
444
444
|
}, {
|
|
445
|
-
nodeType:
|
|
445
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
446
446
|
} & {
|
|
447
447
|
translation: {
|
|
448
448
|
en: string;
|
|
@@ -464,7 +464,7 @@ declare const dictionaryFormContent: {
|
|
|
464
464
|
vi: string;
|
|
465
465
|
};
|
|
466
466
|
}>;
|
|
467
|
-
ariaLabel:
|
|
467
|
+
ariaLabel: _intlayer_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
|
|
468
468
|
en: string;
|
|
469
469
|
'en-GB': string;
|
|
470
470
|
fr: string;
|
|
@@ -483,7 +483,7 @@ declare const dictionaryFormContent: {
|
|
|
483
483
|
id: string;
|
|
484
484
|
vi: string;
|
|
485
485
|
}, {
|
|
486
|
-
nodeType:
|
|
486
|
+
nodeType: _intlayer_types44.NodeType.Translation | "translation";
|
|
487
487
|
} & {
|
|
488
488
|
translation: {
|
|
489
489
|
en: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types269 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts
|
|
4
4
|
declare const dictionaryFormSchemaContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
requiredErrorName:
|
|
7
|
+
requiredErrorName: _intlayer_types269.TypedNodeModel<_intlayer_types269.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,7 +23,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: _intlayer_types269.NodeType.Translation | "translation";
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -45,7 +45,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
45
45
|
vi: string;
|
|
46
46
|
};
|
|
47
47
|
}>;
|
|
48
|
-
invalidTypeErrorName:
|
|
48
|
+
invalidTypeErrorName: _intlayer_types269.TypedNodeModel<_intlayer_types269.NodeType.Translation, {
|
|
49
49
|
en: string;
|
|
50
50
|
'en-GB': string;
|
|
51
51
|
fr: string;
|
|
@@ -64,7 +64,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
64
64
|
id: string;
|
|
65
65
|
vi: string;
|
|
66
66
|
}, {
|
|
67
|
-
nodeType:
|
|
67
|
+
nodeType: _intlayer_types269.NodeType.Translation | "translation";
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -86,7 +86,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
86
86
|
vi: string;
|
|
87
87
|
};
|
|
88
88
|
}>;
|
|
89
|
-
requiredErrorProjectId:
|
|
89
|
+
requiredErrorProjectId: _intlayer_types269.TypedNodeModel<_intlayer_types269.NodeType.Translation, {
|
|
90
90
|
en: string;
|
|
91
91
|
'en-GB': string;
|
|
92
92
|
fr: string;
|
|
@@ -105,7 +105,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
105
105
|
id: string;
|
|
106
106
|
vi: string;
|
|
107
107
|
}, {
|
|
108
|
-
nodeType:
|
|
108
|
+
nodeType: _intlayer_types269.NodeType.Translation | "translation";
|
|
109
109
|
} & {
|
|
110
110
|
translation: {
|
|
111
111
|
en: string;
|
|
@@ -127,7 +127,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
127
127
|
vi: string;
|
|
128
128
|
};
|
|
129
129
|
}>;
|
|
130
|
-
invalidTypeErrorProjectId:
|
|
130
|
+
invalidTypeErrorProjectId: _intlayer_types269.TypedNodeModel<_intlayer_types269.NodeType.Translation, {
|
|
131
131
|
en: string;
|
|
132
132
|
'en-GB': string;
|
|
133
133
|
fr: string;
|
|
@@ -146,7 +146,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
146
146
|
id: string;
|
|
147
147
|
vi: string;
|
|
148
148
|
}, {
|
|
149
|
-
nodeType:
|
|
149
|
+
nodeType: _intlayer_types269.NodeType.Translation | "translation";
|
|
150
150
|
} & {
|
|
151
151
|
translation: {
|
|
152
152
|
en: string;
|
package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types80 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_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -24,7 +24,7 @@ declare const dictionaryDetailsContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -46,7 +46,7 @@ declare const dictionaryDetailsContent: {
|
|
|
46
46
|
vi: string;
|
|
47
47
|
};
|
|
48
48
|
}>;
|
|
49
|
-
description:
|
|
49
|
+
description: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
50
50
|
en: string;
|
|
51
51
|
'en-GB': string;
|
|
52
52
|
fr: string;
|
|
@@ -65,7 +65,7 @@ declare const dictionaryDetailsContent: {
|
|
|
65
65
|
id: string;
|
|
66
66
|
vi: string;
|
|
67
67
|
}, {
|
|
68
|
-
nodeType:
|
|
68
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
69
69
|
} & {
|
|
70
70
|
translation: {
|
|
71
71
|
en: string;
|
|
@@ -87,7 +87,7 @@ declare const dictionaryDetailsContent: {
|
|
|
87
87
|
vi: string;
|
|
88
88
|
};
|
|
89
89
|
}>;
|
|
90
|
-
placeholder:
|
|
90
|
+
placeholder: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
91
91
|
en: string;
|
|
92
92
|
'en-GB': string;
|
|
93
93
|
fr: string;
|
|
@@ -106,7 +106,7 @@ declare const dictionaryDetailsContent: {
|
|
|
106
106
|
id: string;
|
|
107
107
|
vi: string;
|
|
108
108
|
}, {
|
|
109
|
-
nodeType:
|
|
109
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
110
110
|
} & {
|
|
111
111
|
translation: {
|
|
112
112
|
en: string;
|
|
@@ -130,7 +130,7 @@ declare const dictionaryDetailsContent: {
|
|
|
130
130
|
}>;
|
|
131
131
|
};
|
|
132
132
|
keyInput: {
|
|
133
|
-
label:
|
|
133
|
+
label: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
134
134
|
en: string;
|
|
135
135
|
'en-GB': string;
|
|
136
136
|
fr: string;
|
|
@@ -149,7 +149,7 @@ declare const dictionaryDetailsContent: {
|
|
|
149
149
|
id: string;
|
|
150
150
|
vi: string;
|
|
151
151
|
}, {
|
|
152
|
-
nodeType:
|
|
152
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
153
153
|
} & {
|
|
154
154
|
translation: {
|
|
155
155
|
en: string;
|
|
@@ -171,7 +171,7 @@ declare const dictionaryDetailsContent: {
|
|
|
171
171
|
vi: string;
|
|
172
172
|
};
|
|
173
173
|
}>;
|
|
174
|
-
description:
|
|
174
|
+
description: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
175
175
|
en: string;
|
|
176
176
|
'en-GB': string;
|
|
177
177
|
fr: string;
|
|
@@ -190,7 +190,7 @@ declare const dictionaryDetailsContent: {
|
|
|
190
190
|
id: string;
|
|
191
191
|
vi: string;
|
|
192
192
|
}, {
|
|
193
|
-
nodeType:
|
|
193
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
194
194
|
} & {
|
|
195
195
|
translation: {
|
|
196
196
|
en: string;
|
|
@@ -212,7 +212,7 @@ declare const dictionaryDetailsContent: {
|
|
|
212
212
|
vi: string;
|
|
213
213
|
};
|
|
214
214
|
}>;
|
|
215
|
-
placeholder:
|
|
215
|
+
placeholder: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
216
216
|
en: string;
|
|
217
217
|
'en-GB': string;
|
|
218
218
|
fr: string;
|
|
@@ -231,7 +231,7 @@ declare const dictionaryDetailsContent: {
|
|
|
231
231
|
id: string;
|
|
232
232
|
vi: string;
|
|
233
233
|
}, {
|
|
234
|
-
nodeType:
|
|
234
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
235
235
|
} & {
|
|
236
236
|
translation: {
|
|
237
237
|
en: string;
|
|
@@ -255,7 +255,7 @@ declare const dictionaryDetailsContent: {
|
|
|
255
255
|
}>;
|
|
256
256
|
};
|
|
257
257
|
descriptionInput: {
|
|
258
|
-
label:
|
|
258
|
+
label: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
259
259
|
en: string;
|
|
260
260
|
'en-GB': string;
|
|
261
261
|
fr: string;
|
|
@@ -274,7 +274,7 @@ declare const dictionaryDetailsContent: {
|
|
|
274
274
|
id: string;
|
|
275
275
|
vi: string;
|
|
276
276
|
}, {
|
|
277
|
-
nodeType:
|
|
277
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
278
278
|
} & {
|
|
279
279
|
translation: {
|
|
280
280
|
en: string;
|
|
@@ -296,7 +296,7 @@ declare const dictionaryDetailsContent: {
|
|
|
296
296
|
vi: string;
|
|
297
297
|
};
|
|
298
298
|
}>;
|
|
299
|
-
placeholder:
|
|
299
|
+
placeholder: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
300
300
|
en: string;
|
|
301
301
|
'en-GB': string;
|
|
302
302
|
fr: string;
|
|
@@ -315,7 +315,7 @@ declare const dictionaryDetailsContent: {
|
|
|
315
315
|
id: string;
|
|
316
316
|
vi: string;
|
|
317
317
|
}, {
|
|
318
|
-
nodeType:
|
|
318
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
319
319
|
} & {
|
|
320
320
|
translation: {
|
|
321
321
|
en: string;
|
|
@@ -337,7 +337,7 @@ declare const dictionaryDetailsContent: {
|
|
|
337
337
|
vi: string;
|
|
338
338
|
};
|
|
339
339
|
}>;
|
|
340
|
-
description:
|
|
340
|
+
description: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
341
341
|
en: string;
|
|
342
342
|
'en-GB': string;
|
|
343
343
|
fr: string;
|
|
@@ -356,7 +356,7 @@ declare const dictionaryDetailsContent: {
|
|
|
356
356
|
id: string;
|
|
357
357
|
vi: string;
|
|
358
358
|
}, {
|
|
359
|
-
nodeType:
|
|
359
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
360
360
|
} & {
|
|
361
361
|
translation: {
|
|
362
362
|
en: string;
|
|
@@ -380,7 +380,7 @@ declare const dictionaryDetailsContent: {
|
|
|
380
380
|
}>;
|
|
381
381
|
};
|
|
382
382
|
projectInput: {
|
|
383
|
-
label:
|
|
383
|
+
label: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
384
384
|
en: string;
|
|
385
385
|
'en-GB': string;
|
|
386
386
|
fr: string;
|
|
@@ -399,7 +399,7 @@ declare const dictionaryDetailsContent: {
|
|
|
399
399
|
id: string;
|
|
400
400
|
vi: string;
|
|
401
401
|
}, {
|
|
402
|
-
nodeType:
|
|
402
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
403
403
|
} & {
|
|
404
404
|
translation: {
|
|
405
405
|
en: string;
|
|
@@ -421,7 +421,7 @@ declare const dictionaryDetailsContent: {
|
|
|
421
421
|
vi: string;
|
|
422
422
|
};
|
|
423
423
|
}>;
|
|
424
|
-
description:
|
|
424
|
+
description: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
425
425
|
en: string;
|
|
426
426
|
'en-GB': string;
|
|
427
427
|
fr: string;
|
|
@@ -440,7 +440,7 @@ declare const dictionaryDetailsContent: {
|
|
|
440
440
|
id: string;
|
|
441
441
|
vi: string;
|
|
442
442
|
}, {
|
|
443
|
-
nodeType:
|
|
443
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
444
444
|
} & {
|
|
445
445
|
translation: {
|
|
446
446
|
en: string;
|
|
@@ -462,7 +462,7 @@ declare const dictionaryDetailsContent: {
|
|
|
462
462
|
vi: string;
|
|
463
463
|
};
|
|
464
464
|
}>;
|
|
465
|
-
placeholder:
|
|
465
|
+
placeholder: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
466
466
|
en: string;
|
|
467
467
|
'en-GB': string;
|
|
468
468
|
fr: string;
|
|
@@ -481,7 +481,7 @@ declare const dictionaryDetailsContent: {
|
|
|
481
481
|
id: string;
|
|
482
482
|
vi: string;
|
|
483
483
|
}, {
|
|
484
|
-
nodeType:
|
|
484
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
485
485
|
} & {
|
|
486
486
|
translation: {
|
|
487
487
|
en: string;
|
|
@@ -505,7 +505,7 @@ declare const dictionaryDetailsContent: {
|
|
|
505
505
|
}>;
|
|
506
506
|
};
|
|
507
507
|
tagsSelect: {
|
|
508
|
-
label:
|
|
508
|
+
label: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
509
509
|
en: string;
|
|
510
510
|
'en-GB': string;
|
|
511
511
|
fr: string;
|
|
@@ -524,7 +524,7 @@ declare const dictionaryDetailsContent: {
|
|
|
524
524
|
id: string;
|
|
525
525
|
vi: string;
|
|
526
526
|
}, {
|
|
527
|
-
nodeType:
|
|
527
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
528
528
|
} & {
|
|
529
529
|
translation: {
|
|
530
530
|
en: string;
|
|
@@ -546,7 +546,7 @@ declare const dictionaryDetailsContent: {
|
|
|
546
546
|
vi: string;
|
|
547
547
|
};
|
|
548
548
|
}>;
|
|
549
|
-
description:
|
|
549
|
+
description: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
550
550
|
en: string;
|
|
551
551
|
'en-GB': string;
|
|
552
552
|
fr: string;
|
|
@@ -565,7 +565,7 @@ declare const dictionaryDetailsContent: {
|
|
|
565
565
|
id: string;
|
|
566
566
|
vi: string;
|
|
567
567
|
}, {
|
|
568
|
-
nodeType:
|
|
568
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
569
569
|
} & {
|
|
570
570
|
translation: {
|
|
571
571
|
en: string;
|
|
@@ -587,7 +587,7 @@ declare const dictionaryDetailsContent: {
|
|
|
587
587
|
vi: string;
|
|
588
588
|
};
|
|
589
589
|
}>;
|
|
590
|
-
placeholder:
|
|
590
|
+
placeholder: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
591
591
|
en: string;
|
|
592
592
|
'en-GB': string;
|
|
593
593
|
fr: string;
|
|
@@ -606,7 +606,7 @@ declare const dictionaryDetailsContent: {
|
|
|
606
606
|
id: string;
|
|
607
607
|
vi: string;
|
|
608
608
|
}, {
|
|
609
|
-
nodeType:
|
|
609
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
610
610
|
} & {
|
|
611
611
|
translation: {
|
|
612
612
|
en: string;
|
|
@@ -630,7 +630,7 @@ declare const dictionaryDetailsContent: {
|
|
|
630
630
|
}>;
|
|
631
631
|
};
|
|
632
632
|
auditButton: {
|
|
633
|
-
label:
|
|
633
|
+
label: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
|
|
634
634
|
en: string;
|
|
635
635
|
fr: string;
|
|
636
636
|
es: string;
|
|
@@ -649,7 +649,7 @@ declare const dictionaryDetailsContent: {
|
|
|
649
649
|
id: string;
|
|
650
650
|
vi: string;
|
|
651
651
|
}, {
|
|
652
|
-
nodeType:
|
|
652
|
+
nodeType: _intlayer_types80.NodeType.Translation | "translation";
|
|
653
653
|
} & {
|
|
654
654
|
translation: {
|
|
655
655
|
en: string;
|