@intlayer/design-system 7.6.0-canary.0 → 7.6.0-canary.1
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/Browser/{browser.content.mjs → Browser.content.mjs} +4 -4
- package/dist/esm/components/Browser/{browser.content.mjs.map → Browser.content.mjs.map} +1 -1
- package/dist/esm/components/Container/index.mjs +1 -0
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +226 -122
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +147 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +80 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +9 -2
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +56 -55
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +8 -16
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockClient.mjs +2 -2
- package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockServer.mjs +2 -2
- package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
- package/dist/esm/components/IDE/MonacoCode.mjs +1 -1
- package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
- package/dist/esm/components/Input/Checkbox.mjs +3 -2
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +1 -1
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +8 -2
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs +2 -2
- package/dist/esm/components/Modal/Modal.mjs.map +1 -1
- package/dist/esm/components/Popover/static.mjs +1 -1
- package/dist/esm/components/Popover/static.mjs.map +1 -1
- package/dist/esm/components/Tab/Tab.mjs +20 -14
- package/dist/esm/components/Tab/Tab.mjs.map +1 -1
- package/dist/esm/components/Terminal/Terminal.mjs +2 -2
- package/dist/esm/components/Terminal/Terminal.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/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/{browser.content.d.ts → Browser.content.d.ts} +19 -19
- package/dist/types/components/Browser/Browser.content.d.ts.map +1 -0
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Button/Button.d.ts +7 -7
- package/dist/types/components/Carousel/index.content.d.ts +8 -8
- 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 +20 -20
- package/dist/types/components/Container/index.d.ts +9 -9
- 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/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/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +338 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +197 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +7 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/JSONEditor.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/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/FormField.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- 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/MultiselectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/IDE/CodeBlockClient.d.ts.map +1 -1
- package/dist/types/components/IDE/CodeBlockServer.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/MonacoCode.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 +1 -1
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +4 -4
- 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/Link/Link.d.ts +6 -6
- 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/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
- 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/Modal/Modal.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/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 +12 -12
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
- 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 +7 -7
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +11 -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/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/Tag/index.d.ts.map +1 -1
- package/dist/types/components/Terminal/Terminal.d.ts.map +1 -1
- 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/Toaster.d.ts +2 -2
- package/package.json +19 -19
- package/dist/types/components/Browser/browser.content.d.ts.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types95 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts
|
|
4
4
|
declare const useDictionaryDetailsSchemaContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
titleRequiredError:
|
|
7
|
+
titleRequiredError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -24,7 +24,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -47,7 +47,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
47
47
|
uk: string;
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
50
|
-
titleInvalidTypeError:
|
|
50
|
+
titleInvalidTypeError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
51
51
|
en: string;
|
|
52
52
|
'en-GB': string;
|
|
53
53
|
fr: string;
|
|
@@ -67,7 +67,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: "translation" |
|
|
70
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -90,7 +90,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
90
90
|
uk: string;
|
|
91
91
|
};
|
|
92
92
|
}>;
|
|
93
|
-
titleMinLengthError:
|
|
93
|
+
titleMinLengthError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
94
94
|
en: string;
|
|
95
95
|
'en-GB': string;
|
|
96
96
|
fr: string;
|
|
@@ -110,7 +110,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: "translation" |
|
|
113
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -133,7 +133,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
133
133
|
uk: string;
|
|
134
134
|
};
|
|
135
135
|
}>;
|
|
136
|
-
keyRequiredError:
|
|
136
|
+
keyRequiredError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
137
137
|
en: string;
|
|
138
138
|
'en-GB': string;
|
|
139
139
|
fr: string;
|
|
@@ -153,7 +153,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
153
153
|
vi: string;
|
|
154
154
|
uk: string;
|
|
155
155
|
}, {
|
|
156
|
-
nodeType: "translation" |
|
|
156
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
157
157
|
} & {
|
|
158
158
|
translation: {
|
|
159
159
|
en: string;
|
|
@@ -176,7 +176,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
176
176
|
uk: string;
|
|
177
177
|
};
|
|
178
178
|
}>;
|
|
179
|
-
keyInvalidTypeError:
|
|
179
|
+
keyInvalidTypeError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
180
180
|
en: string;
|
|
181
181
|
'en-GB': string;
|
|
182
182
|
fr: string;
|
|
@@ -196,7 +196,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
196
196
|
vi: string;
|
|
197
197
|
uk: string;
|
|
198
198
|
}, {
|
|
199
|
-
nodeType: "translation" |
|
|
199
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
200
200
|
} & {
|
|
201
201
|
translation: {
|
|
202
202
|
en: string;
|
|
@@ -219,7 +219,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
219
219
|
uk: string;
|
|
220
220
|
};
|
|
221
221
|
}>;
|
|
222
|
-
keySpaceError:
|
|
222
|
+
keySpaceError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
223
223
|
en: string;
|
|
224
224
|
'en-GB': string;
|
|
225
225
|
fr: string;
|
|
@@ -239,7 +239,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
239
239
|
vi: string;
|
|
240
240
|
uk: string;
|
|
241
241
|
}, {
|
|
242
|
-
nodeType: "translation" |
|
|
242
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
243
243
|
} & {
|
|
244
244
|
translation: {
|
|
245
245
|
en: string;
|
|
@@ -262,7 +262,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
262
262
|
uk: string;
|
|
263
263
|
};
|
|
264
264
|
}>;
|
|
265
|
-
keyMinLengthError:
|
|
265
|
+
keyMinLengthError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
266
266
|
en: string;
|
|
267
267
|
'en-GB': string;
|
|
268
268
|
fr: string;
|
|
@@ -282,7 +282,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
282
282
|
vi: string;
|
|
283
283
|
uk: string;
|
|
284
284
|
}, {
|
|
285
|
-
nodeType: "translation" |
|
|
285
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
286
286
|
} & {
|
|
287
287
|
translation: {
|
|
288
288
|
en: string;
|
|
@@ -305,7 +305,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
305
305
|
uk: string;
|
|
306
306
|
};
|
|
307
307
|
}>;
|
|
308
|
-
descriptionRequiredError:
|
|
308
|
+
descriptionRequiredError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
309
309
|
en: string;
|
|
310
310
|
'en-GB': string;
|
|
311
311
|
fr: string;
|
|
@@ -325,7 +325,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
325
325
|
vi: string;
|
|
326
326
|
uk: string;
|
|
327
327
|
}, {
|
|
328
|
-
nodeType: "translation" |
|
|
328
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
329
329
|
} & {
|
|
330
330
|
translation: {
|
|
331
331
|
en: string;
|
|
@@ -348,7 +348,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
348
348
|
uk: string;
|
|
349
349
|
};
|
|
350
350
|
}>;
|
|
351
|
-
descriptionInvalidTypeError:
|
|
351
|
+
descriptionInvalidTypeError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
352
352
|
en: string;
|
|
353
353
|
'en-GB': string;
|
|
354
354
|
fr: string;
|
|
@@ -368,7 +368,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
368
368
|
vi: string;
|
|
369
369
|
uk: string;
|
|
370
370
|
}, {
|
|
371
|
-
nodeType: "translation" |
|
|
371
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
372
372
|
} & {
|
|
373
373
|
translation: {
|
|
374
374
|
en: string;
|
|
@@ -391,7 +391,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
391
391
|
uk: string;
|
|
392
392
|
};
|
|
393
393
|
}>;
|
|
394
|
-
requiredErrorProjectId:
|
|
394
|
+
requiredErrorProjectId: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
395
395
|
en: string;
|
|
396
396
|
'en-GB': string;
|
|
397
397
|
fr: string;
|
|
@@ -411,7 +411,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
411
411
|
vi: string;
|
|
412
412
|
uk: string;
|
|
413
413
|
}, {
|
|
414
|
-
nodeType: "translation" |
|
|
414
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
415
415
|
} & {
|
|
416
416
|
translation: {
|
|
417
417
|
en: string;
|
|
@@ -434,7 +434,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
434
434
|
uk: string;
|
|
435
435
|
};
|
|
436
436
|
}>;
|
|
437
|
-
invalidTypeErrorProjectId:
|
|
437
|
+
invalidTypeErrorProjectId: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
438
438
|
en: string;
|
|
439
439
|
'en-GB': string;
|
|
440
440
|
fr: string;
|
|
@@ -454,7 +454,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
454
454
|
vi: string;
|
|
455
455
|
uk: string;
|
|
456
456
|
}, {
|
|
457
|
-
nodeType: "translation" |
|
|
457
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
458
458
|
} & {
|
|
459
459
|
translation: {
|
|
460
460
|
en: string;
|
|
@@ -477,7 +477,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
477
477
|
uk: string;
|
|
478
478
|
};
|
|
479
479
|
}>;
|
|
480
|
-
invalidTypeErrorTags:
|
|
480
|
+
invalidTypeErrorTags: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
481
481
|
en: string;
|
|
482
482
|
'en-GB': string;
|
|
483
483
|
fr: string;
|
|
@@ -497,7 +497,179 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
497
497
|
vi: string;
|
|
498
498
|
uk: string;
|
|
499
499
|
}, {
|
|
500
|
-
nodeType: "translation" |
|
|
500
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
501
|
+
} & {
|
|
502
|
+
translation: {
|
|
503
|
+
en: string;
|
|
504
|
+
'en-GB': string;
|
|
505
|
+
fr: string;
|
|
506
|
+
es: string;
|
|
507
|
+
de: string;
|
|
508
|
+
ja: string;
|
|
509
|
+
ko: string;
|
|
510
|
+
zh: string;
|
|
511
|
+
it: string;
|
|
512
|
+
pt: string;
|
|
513
|
+
hi: string;
|
|
514
|
+
ar: string;
|
|
515
|
+
ru: string;
|
|
516
|
+
tr: string;
|
|
517
|
+
pl: string;
|
|
518
|
+
id: string;
|
|
519
|
+
vi: string;
|
|
520
|
+
uk: string;
|
|
521
|
+
};
|
|
522
|
+
}>;
|
|
523
|
+
locationRequiredError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
524
|
+
en: string;
|
|
525
|
+
'en-GB': string;
|
|
526
|
+
fr: string;
|
|
527
|
+
es: string;
|
|
528
|
+
de: string;
|
|
529
|
+
ja: string;
|
|
530
|
+
ko: string;
|
|
531
|
+
zh: string;
|
|
532
|
+
it: string;
|
|
533
|
+
pt: string;
|
|
534
|
+
hi: string;
|
|
535
|
+
ar: string;
|
|
536
|
+
ru: string;
|
|
537
|
+
tr: string;
|
|
538
|
+
pl: string;
|
|
539
|
+
id: string;
|
|
540
|
+
vi: string;
|
|
541
|
+
uk: string;
|
|
542
|
+
}, {
|
|
543
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
544
|
+
} & {
|
|
545
|
+
translation: {
|
|
546
|
+
en: string;
|
|
547
|
+
'en-GB': string;
|
|
548
|
+
fr: string;
|
|
549
|
+
es: string;
|
|
550
|
+
de: string;
|
|
551
|
+
ja: string;
|
|
552
|
+
ko: string;
|
|
553
|
+
zh: string;
|
|
554
|
+
it: string;
|
|
555
|
+
pt: string;
|
|
556
|
+
hi: string;
|
|
557
|
+
ar: string;
|
|
558
|
+
ru: string;
|
|
559
|
+
tr: string;
|
|
560
|
+
pl: string;
|
|
561
|
+
id: string;
|
|
562
|
+
vi: string;
|
|
563
|
+
uk: string;
|
|
564
|
+
};
|
|
565
|
+
}>;
|
|
566
|
+
locationInvalidTypeError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
567
|
+
en: string;
|
|
568
|
+
'en-GB': string;
|
|
569
|
+
fr: string;
|
|
570
|
+
es: string;
|
|
571
|
+
de: string;
|
|
572
|
+
ja: string;
|
|
573
|
+
ko: string;
|
|
574
|
+
zh: string;
|
|
575
|
+
it: string;
|
|
576
|
+
pt: string;
|
|
577
|
+
hi: string;
|
|
578
|
+
ar: string;
|
|
579
|
+
ru: string;
|
|
580
|
+
tr: string;
|
|
581
|
+
pl: string;
|
|
582
|
+
id: string;
|
|
583
|
+
vi: string;
|
|
584
|
+
uk: string;
|
|
585
|
+
}, {
|
|
586
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
587
|
+
} & {
|
|
588
|
+
translation: {
|
|
589
|
+
en: string;
|
|
590
|
+
'en-GB': string;
|
|
591
|
+
fr: string;
|
|
592
|
+
es: string;
|
|
593
|
+
de: string;
|
|
594
|
+
ja: string;
|
|
595
|
+
ko: string;
|
|
596
|
+
zh: string;
|
|
597
|
+
it: string;
|
|
598
|
+
pt: string;
|
|
599
|
+
hi: string;
|
|
600
|
+
ar: string;
|
|
601
|
+
ru: string;
|
|
602
|
+
tr: string;
|
|
603
|
+
pl: string;
|
|
604
|
+
id: string;
|
|
605
|
+
vi: string;
|
|
606
|
+
uk: string;
|
|
607
|
+
};
|
|
608
|
+
}>;
|
|
609
|
+
filePathRequiredError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
610
|
+
en: string;
|
|
611
|
+
'en-GB': string;
|
|
612
|
+
fr: string;
|
|
613
|
+
es: string;
|
|
614
|
+
de: string;
|
|
615
|
+
ja: string;
|
|
616
|
+
ko: string;
|
|
617
|
+
zh: string;
|
|
618
|
+
it: string;
|
|
619
|
+
pt: string;
|
|
620
|
+
hi: string;
|
|
621
|
+
ar: string;
|
|
622
|
+
ru: string;
|
|
623
|
+
tr: string;
|
|
624
|
+
pl: string;
|
|
625
|
+
id: string;
|
|
626
|
+
vi: string;
|
|
627
|
+
uk: string;
|
|
628
|
+
}, {
|
|
629
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
630
|
+
} & {
|
|
631
|
+
translation: {
|
|
632
|
+
en: string;
|
|
633
|
+
'en-GB': string;
|
|
634
|
+
fr: string;
|
|
635
|
+
es: string;
|
|
636
|
+
de: string;
|
|
637
|
+
ja: string;
|
|
638
|
+
ko: string;
|
|
639
|
+
zh: string;
|
|
640
|
+
it: string;
|
|
641
|
+
pt: string;
|
|
642
|
+
hi: string;
|
|
643
|
+
ar: string;
|
|
644
|
+
ru: string;
|
|
645
|
+
tr: string;
|
|
646
|
+
pl: string;
|
|
647
|
+
id: string;
|
|
648
|
+
vi: string;
|
|
649
|
+
uk: string;
|
|
650
|
+
};
|
|
651
|
+
}>;
|
|
652
|
+
filePathInvalidTypeError: _intlayer_types95.TypedNodeModel<_intlayer_types95.NodeType.Translation, {
|
|
653
|
+
en: string;
|
|
654
|
+
'en-GB': string;
|
|
655
|
+
fr: string;
|
|
656
|
+
es: string;
|
|
657
|
+
de: string;
|
|
658
|
+
ja: string;
|
|
659
|
+
ko: string;
|
|
660
|
+
zh: string;
|
|
661
|
+
it: string;
|
|
662
|
+
pt: string;
|
|
663
|
+
hi: string;
|
|
664
|
+
ar: string;
|
|
665
|
+
ru: string;
|
|
666
|
+
tr: string;
|
|
667
|
+
pl: string;
|
|
668
|
+
id: string;
|
|
669
|
+
vi: string;
|
|
670
|
+
uk: string;
|
|
671
|
+
}, {
|
|
672
|
+
nodeType: "translation" | _intlayer_types95.NodeType.Translation;
|
|
501
673
|
} & {
|
|
502
674
|
translation: {
|
|
503
675
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,
|
|
1
|
+
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,kCAwVS,yCAAA"}
|
|
@@ -7,6 +7,13 @@ declare const useDictionaryDetailsSchema: (projectId: string) => z.ZodObject<{
|
|
|
7
7
|
description: z.ZodOptional<z.ZodString>;
|
|
8
8
|
projectIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
9
9
|
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
10
|
+
location: z.ZodOptional<z.ZodEnum<{
|
|
11
|
+
remote: "remote";
|
|
12
|
+
local: "local";
|
|
13
|
+
"local&remote": "local&remote";
|
|
14
|
+
plugin: "plugin";
|
|
15
|
+
}>>;
|
|
16
|
+
filePath: z.ZodOptional<z.ZodString>;
|
|
10
17
|
}, z.core.$strip>;
|
|
11
18
|
type DictionaryDetailsFormData = z.infer<ReturnType<typeof useDictionaryDetailsSchema>>;
|
|
12
19
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDetailsSchema.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.ts"],"sourcesContent":[],"mappings":";;;cAGa,mDAA+C,CAAA,CAAA;;EAA/C,GAAA,cAAA,
|
|
1
|
+
{"version":3,"file":"useDictionaryDetailsSchema.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.ts"],"sourcesContent":[],"mappings":";;;cAGa,mDAA+C,CAAA,CAAA;;EAA/C,GAAA,cAAA,YA8FZ,CAAA;;;;;;;;;;;;KAEW,yBAAA,GAA4B,CAAA,CAAE,MACxC,kBAAkB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DictionaryFieldEditor.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx"],"sourcesContent":[],"mappings":";;;;KAoBK,0BAAA;cACS;EADT,qBAAA,CAAA,EAAA,GAAA,GAA0B,IAAA;
|
|
1
|
+
{"version":3,"file":"DictionaryFieldEditor.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx"],"sourcesContent":[],"mappings":";;;;KAoBK,0BAAA;cACS;EADT,qBAAA,CAAA,EAAA,GAAA,GAA0B,IAAA;EAUlB,QAAA,CAAA,EAAA,GAAA,GAAA,IAAA;;;;;;cAAA,uBAAuB,GAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JSONEditor.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/JSONEditor.tsx"],"sourcesContent":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"JSONEditor.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/JSONEditor.tsx"],"sourcesContent":[],"mappings":";;;;KAKK,eAAA;cACS;EADT,UAAA,CAAA,EAAA,OAAe;AAKpB,CAAA;cAAa,YAAY,GAAG"}
|
package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types203 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
|
|
4
4
|
declare const navigationViewContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
tsxNotEditable:
|
|
7
|
+
tsxNotEditable: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -24,7 +24,7 @@ declare const navigationViewContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -48,7 +48,7 @@ declare const navigationViewContent: {
|
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
50
50
|
goToField: {
|
|
51
|
-
label:
|
|
51
|
+
label: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
52
52
|
en: string;
|
|
53
53
|
'en-GB': string;
|
|
54
54
|
fr: string;
|
|
@@ -68,7 +68,7 @@ declare const navigationViewContent: {
|
|
|
68
68
|
vi: string;
|
|
69
69
|
uk: string;
|
|
70
70
|
}, {
|
|
71
|
-
nodeType: "translation" |
|
|
71
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
72
72
|
} & {
|
|
73
73
|
translation: {
|
|
74
74
|
en: string;
|
|
@@ -93,7 +93,7 @@ declare const navigationViewContent: {
|
|
|
93
93
|
}>;
|
|
94
94
|
};
|
|
95
95
|
addNewElement: {
|
|
96
|
-
label:
|
|
96
|
+
label: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
97
97
|
en: string;
|
|
98
98
|
'en-GB': string;
|
|
99
99
|
fr: string;
|
|
@@ -113,7 +113,7 @@ declare const navigationViewContent: {
|
|
|
113
113
|
vi: string;
|
|
114
114
|
uk: string;
|
|
115
115
|
}, {
|
|
116
|
-
nodeType: "translation" |
|
|
116
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
117
117
|
} & {
|
|
118
118
|
translation: {
|
|
119
119
|
en: string;
|
|
@@ -136,7 +136,7 @@ declare const navigationViewContent: {
|
|
|
136
136
|
uk: string;
|
|
137
137
|
};
|
|
138
138
|
}>;
|
|
139
|
-
text:
|
|
139
|
+
text: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
140
140
|
en: string;
|
|
141
141
|
'en-GB': string;
|
|
142
142
|
fr: string;
|
|
@@ -156,7 +156,7 @@ declare const navigationViewContent: {
|
|
|
156
156
|
vi: string;
|
|
157
157
|
uk: string;
|
|
158
158
|
}, {
|
|
159
|
-
nodeType: "translation" |
|
|
159
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
160
160
|
} & {
|
|
161
161
|
translation: {
|
|
162
162
|
en: string;
|
|
@@ -181,7 +181,7 @@ declare const navigationViewContent: {
|
|
|
181
181
|
}>;
|
|
182
182
|
};
|
|
183
183
|
removeElement: {
|
|
184
|
-
label:
|
|
184
|
+
label: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
185
185
|
en: string;
|
|
186
186
|
'en-GB': string;
|
|
187
187
|
fr: string;
|
|
@@ -201,7 +201,7 @@ declare const navigationViewContent: {
|
|
|
201
201
|
vi: string;
|
|
202
202
|
uk: string;
|
|
203
203
|
}, {
|
|
204
|
-
nodeType: "translation" |
|
|
204
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
205
205
|
} & {
|
|
206
206
|
translation: {
|
|
207
207
|
en: string;
|
|
@@ -224,7 +224,7 @@ declare const navigationViewContent: {
|
|
|
224
224
|
uk: string;
|
|
225
225
|
};
|
|
226
226
|
}>;
|
|
227
|
-
text:
|
|
227
|
+
text: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
228
228
|
en: string;
|
|
229
229
|
'en-GB': string;
|
|
230
230
|
fr: string;
|
|
@@ -244,7 +244,7 @@ declare const navigationViewContent: {
|
|
|
244
244
|
vi: string;
|
|
245
245
|
uk: string;
|
|
246
246
|
}, {
|
|
247
|
-
nodeType: "translation" |
|
|
247
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
248
248
|
} & {
|
|
249
249
|
translation: {
|
|
250
250
|
en: string;
|
|
@@ -269,7 +269,7 @@ declare const navigationViewContent: {
|
|
|
269
269
|
}>;
|
|
270
270
|
};
|
|
271
271
|
addNewEnumeration: {
|
|
272
|
-
label:
|
|
272
|
+
label: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
273
273
|
en: string;
|
|
274
274
|
'en-GB': string;
|
|
275
275
|
fr: string;
|
|
@@ -289,7 +289,7 @@ declare const navigationViewContent: {
|
|
|
289
289
|
vi: string;
|
|
290
290
|
uk: string;
|
|
291
291
|
}, {
|
|
292
|
-
nodeType: "translation" |
|
|
292
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
293
293
|
} & {
|
|
294
294
|
translation: {
|
|
295
295
|
en: string;
|
|
@@ -312,7 +312,7 @@ declare const navigationViewContent: {
|
|
|
312
312
|
uk: string;
|
|
313
313
|
};
|
|
314
314
|
}>;
|
|
315
|
-
text:
|
|
315
|
+
text: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
316
316
|
en: string;
|
|
317
317
|
'en-GB': string;
|
|
318
318
|
fr: string;
|
|
@@ -332,7 +332,7 @@ declare const navigationViewContent: {
|
|
|
332
332
|
vi: string;
|
|
333
333
|
uk: string;
|
|
334
334
|
}, {
|
|
335
|
-
nodeType: "translation" |
|
|
335
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
336
336
|
} & {
|
|
337
337
|
translation: {
|
|
338
338
|
en: string;
|
|
@@ -357,7 +357,7 @@ declare const navigationViewContent: {
|
|
|
357
357
|
}>;
|
|
358
358
|
};
|
|
359
359
|
removeEnumeration: {
|
|
360
|
-
label:
|
|
360
|
+
label: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
361
361
|
en: string;
|
|
362
362
|
'en-GB': string;
|
|
363
363
|
fr: string;
|
|
@@ -377,7 +377,7 @@ declare const navigationViewContent: {
|
|
|
377
377
|
vi: string;
|
|
378
378
|
uk: string;
|
|
379
379
|
}, {
|
|
380
|
-
nodeType: "translation" |
|
|
380
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
381
381
|
} & {
|
|
382
382
|
translation: {
|
|
383
383
|
en: string;
|
|
@@ -400,7 +400,7 @@ declare const navigationViewContent: {
|
|
|
400
400
|
uk: string;
|
|
401
401
|
};
|
|
402
402
|
}>;
|
|
403
|
-
text:
|
|
403
|
+
text: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
404
404
|
en: string;
|
|
405
405
|
'en-GB': string;
|
|
406
406
|
fr: string;
|
|
@@ -420,7 +420,7 @@ declare const navigationViewContent: {
|
|
|
420
420
|
vi: string;
|
|
421
421
|
uk: string;
|
|
422
422
|
}, {
|
|
423
|
-
nodeType: "translation" |
|
|
423
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
424
424
|
} & {
|
|
425
425
|
translation: {
|
|
426
426
|
en: string;
|
|
@@ -445,7 +445,7 @@ declare const navigationViewContent: {
|
|
|
445
445
|
}>;
|
|
446
446
|
};
|
|
447
447
|
addNewCondition: {
|
|
448
|
-
label:
|
|
448
|
+
label: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
449
449
|
en: string;
|
|
450
450
|
'en-GB': string;
|
|
451
451
|
fr: string;
|
|
@@ -465,7 +465,7 @@ declare const navigationViewContent: {
|
|
|
465
465
|
vi: string;
|
|
466
466
|
uk: string;
|
|
467
467
|
}, {
|
|
468
|
-
nodeType: "translation" |
|
|
468
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
469
469
|
} & {
|
|
470
470
|
translation: {
|
|
471
471
|
en: string;
|
|
@@ -488,7 +488,7 @@ declare const navigationViewContent: {
|
|
|
488
488
|
uk: string;
|
|
489
489
|
};
|
|
490
490
|
}>;
|
|
491
|
-
text:
|
|
491
|
+
text: _intlayer_types203.TypedNodeModel<_intlayer_types203.NodeType.Translation, {
|
|
492
492
|
en: string;
|
|
493
493
|
'en-GB': string;
|
|
494
494
|
fr: string;
|
|
@@ -508,7 +508,7 @@ declare const navigationViewContent: {
|
|
|
508
508
|
vi: string;
|
|
509
509
|
uk: string;
|
|
510
510
|
}, {
|
|
511
|
-
nodeType: "translation" |
|
|
511
|
+
nodeType: "translation" | _intlayer_types203.NodeType.Translation;
|
|
512
512
|
} & {
|
|
513
513
|
translation: {
|
|
514
514
|
en: string;
|