@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_types370 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts
|
|
4
4
|
declare const nodeTypeSelectorContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
triggerPlaceHolder:
|
|
7
|
+
triggerPlaceHolder: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -24,7 +24,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -47,7 +47,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
47
47
|
uk: string;
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
50
|
-
multilingual:
|
|
50
|
+
multilingual: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
51
51
|
en: string;
|
|
52
52
|
'en-GB': string;
|
|
53
53
|
fr: string;
|
|
@@ -67,7 +67,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: "translation" |
|
|
70
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -90,7 +90,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
90
90
|
uk: string;
|
|
91
91
|
};
|
|
92
92
|
}>;
|
|
93
|
-
text:
|
|
93
|
+
text: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
94
94
|
en: string;
|
|
95
95
|
'en-GB': string;
|
|
96
96
|
fr: string;
|
|
@@ -110,7 +110,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
110
110
|
vi: string;
|
|
111
111
|
uk: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType: "translation" |
|
|
113
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -133,7 +133,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
133
133
|
uk: string;
|
|
134
134
|
};
|
|
135
135
|
}>;
|
|
136
|
-
number:
|
|
136
|
+
number: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
137
137
|
en: string;
|
|
138
138
|
'en-GB': string;
|
|
139
139
|
fr: string;
|
|
@@ -153,7 +153,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
153
153
|
vi: string;
|
|
154
154
|
uk: string;
|
|
155
155
|
}, {
|
|
156
|
-
nodeType: "translation" |
|
|
156
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
157
157
|
} & {
|
|
158
158
|
translation: {
|
|
159
159
|
en: string;
|
|
@@ -176,7 +176,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
176
176
|
uk: string;
|
|
177
177
|
};
|
|
178
178
|
}>;
|
|
179
|
-
boolean:
|
|
179
|
+
boolean: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
180
180
|
en: string;
|
|
181
181
|
'en-GB': string;
|
|
182
182
|
fr: string;
|
|
@@ -196,7 +196,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
196
196
|
vi: string;
|
|
197
197
|
uk: string;
|
|
198
198
|
}, {
|
|
199
|
-
nodeType: "translation" |
|
|
199
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
200
200
|
} & {
|
|
201
201
|
translation: {
|
|
202
202
|
en: string;
|
|
@@ -219,7 +219,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
219
219
|
uk: string;
|
|
220
220
|
};
|
|
221
221
|
}>;
|
|
222
|
-
node:
|
|
222
|
+
node: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
223
223
|
en: string;
|
|
224
224
|
'en-GB': string;
|
|
225
225
|
fr: string;
|
|
@@ -239,7 +239,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
239
239
|
vi: string;
|
|
240
240
|
uk: string;
|
|
241
241
|
}, {
|
|
242
|
-
nodeType: "translation" |
|
|
242
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
243
243
|
} & {
|
|
244
244
|
translation: {
|
|
245
245
|
en: string;
|
|
@@ -262,7 +262,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
262
262
|
uk: string;
|
|
263
263
|
};
|
|
264
264
|
}>;
|
|
265
|
-
array:
|
|
265
|
+
array: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
266
266
|
en: string;
|
|
267
267
|
'en-GB': string;
|
|
268
268
|
fr: string;
|
|
@@ -282,7 +282,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
282
282
|
vi: string;
|
|
283
283
|
uk: string;
|
|
284
284
|
}, {
|
|
285
|
-
nodeType: "translation" |
|
|
285
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
286
286
|
} & {
|
|
287
287
|
translation: {
|
|
288
288
|
en: string;
|
|
@@ -305,7 +305,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
305
305
|
uk: string;
|
|
306
306
|
};
|
|
307
307
|
}>;
|
|
308
|
-
enumeration:
|
|
308
|
+
enumeration: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
309
309
|
en: string;
|
|
310
310
|
'en-GB': string;
|
|
311
311
|
fr: string;
|
|
@@ -325,7 +325,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
325
325
|
vi: string;
|
|
326
326
|
uk: string;
|
|
327
327
|
}, {
|
|
328
|
-
nodeType: "translation" |
|
|
328
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
329
329
|
} & {
|
|
330
330
|
translation: {
|
|
331
331
|
en: string;
|
|
@@ -348,7 +348,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
348
348
|
uk: string;
|
|
349
349
|
};
|
|
350
350
|
}>;
|
|
351
|
-
gender:
|
|
351
|
+
gender: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
352
352
|
en: string;
|
|
353
353
|
'en-GB': string;
|
|
354
354
|
fr: string;
|
|
@@ -368,7 +368,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
368
368
|
vi: string;
|
|
369
369
|
uk: string;
|
|
370
370
|
}, {
|
|
371
|
-
nodeType: "translation" |
|
|
371
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
372
372
|
} & {
|
|
373
373
|
translation: {
|
|
374
374
|
en: string;
|
|
@@ -391,7 +391,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
391
391
|
uk: string;
|
|
392
392
|
};
|
|
393
393
|
}>;
|
|
394
|
-
nest:
|
|
394
|
+
nest: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
395
395
|
en: string;
|
|
396
396
|
'en-GB': string;
|
|
397
397
|
fr: string;
|
|
@@ -411,7 +411,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
411
411
|
vi: string;
|
|
412
412
|
uk: string;
|
|
413
413
|
}, {
|
|
414
|
-
nodeType: "translation" |
|
|
414
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
415
415
|
} & {
|
|
416
416
|
translation: {
|
|
417
417
|
en: string;
|
|
@@ -434,7 +434,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
434
434
|
uk: string;
|
|
435
435
|
};
|
|
436
436
|
}>;
|
|
437
|
-
insertion:
|
|
437
|
+
insertion: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
438
438
|
en: string;
|
|
439
439
|
'en-GB': string;
|
|
440
440
|
fr: string;
|
|
@@ -454,7 +454,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
454
454
|
vi: string;
|
|
455
455
|
uk: string;
|
|
456
456
|
}, {
|
|
457
|
-
nodeType: "translation" |
|
|
457
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
458
458
|
} & {
|
|
459
459
|
translation: {
|
|
460
460
|
en: string;
|
|
@@ -477,7 +477,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
477
477
|
uk: string;
|
|
478
478
|
};
|
|
479
479
|
}>;
|
|
480
|
-
condition:
|
|
480
|
+
condition: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
481
481
|
en: string;
|
|
482
482
|
'en-GB': string;
|
|
483
483
|
fr: string;
|
|
@@ -497,7 +497,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
497
497
|
vi: string;
|
|
498
498
|
uk: string;
|
|
499
499
|
}, {
|
|
500
|
-
nodeType: "translation" |
|
|
500
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
501
501
|
} & {
|
|
502
502
|
translation: {
|
|
503
503
|
en: string;
|
|
@@ -520,7 +520,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
520
520
|
uk: string;
|
|
521
521
|
};
|
|
522
522
|
}>;
|
|
523
|
-
file:
|
|
523
|
+
file: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
524
524
|
en: string;
|
|
525
525
|
'en-GB': string;
|
|
526
526
|
fr: string;
|
|
@@ -540,7 +540,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
540
540
|
vi: string;
|
|
541
541
|
uk: string;
|
|
542
542
|
}, {
|
|
543
|
-
nodeType: "translation" |
|
|
543
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
544
544
|
} & {
|
|
545
545
|
translation: {
|
|
546
546
|
en: string;
|
|
@@ -563,7 +563,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
563
563
|
uk: string;
|
|
564
564
|
};
|
|
565
565
|
}>;
|
|
566
|
-
markdown:
|
|
566
|
+
markdown: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
567
567
|
en: string;
|
|
568
568
|
'en-GB': string;
|
|
569
569
|
fr: string;
|
|
@@ -583,7 +583,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
583
583
|
vi: string;
|
|
584
584
|
uk: string;
|
|
585
585
|
}, {
|
|
586
|
-
nodeType: "translation" |
|
|
586
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
587
587
|
} & {
|
|
588
588
|
translation: {
|
|
589
589
|
en: string;
|
|
@@ -606,7 +606,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
606
606
|
uk: string;
|
|
607
607
|
};
|
|
608
608
|
}>;
|
|
609
|
-
reactNode:
|
|
609
|
+
reactNode: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
|
|
610
610
|
en: string;
|
|
611
611
|
'en-GB': string;
|
|
612
612
|
fr: string;
|
|
@@ -626,7 +626,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
626
626
|
vi: string;
|
|
627
627
|
uk: string;
|
|
628
628
|
}, {
|
|
629
|
-
nodeType: "translation" |
|
|
629
|
+
nodeType: "translation" | _intlayer_types370.NodeType.Translation;
|
|
630
630
|
} & {
|
|
631
631
|
translation: {
|
|
632
632
|
en: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types365 from "@intlayer/types";
|
|
2
2
|
import * as _intlayer_core0 from "@intlayer/core";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ExpandCollapse/expandCollapse.content.d.ts
|
|
5
5
|
declare const expandCollapseContent: {
|
|
6
6
|
key: string;
|
|
7
7
|
content: {
|
|
8
|
-
expandCollapseContent:
|
|
8
|
+
expandCollapseContent: _intlayer_types365.TypedNodeModel<_intlayer_types365.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types365.TypedNodeModel<_intlayer_types365.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
fr: string;
|
|
11
11
|
es: string;
|
|
@@ -25,7 +25,7 @@ declare const expandCollapseContent: {
|
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
27
|
}, {
|
|
28
|
-
nodeType: "translation" |
|
|
28
|
+
nodeType: "translation" | _intlayer_types365.NodeType.Translation;
|
|
29
29
|
} & {
|
|
30
30
|
translation: {
|
|
31
31
|
en: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
import { ZodObject, z } from "zod/v4";
|
|
4
4
|
import * as react_hook_form0 from "react-hook-form";
|
|
5
5
|
import { FormProviderProps, UseFormProps } from "react-hook-form";
|
|
@@ -21,7 +21,7 @@ declare const Form: <T extends ZodObject>({
|
|
|
21
21
|
children,
|
|
22
22
|
autoComplete,
|
|
23
23
|
...props
|
|
24
|
-
}: FormProps<T>) =>
|
|
24
|
+
}: FormProps<T>) => react_jsx_runtime0.JSX.Element;
|
|
25
25
|
declare const useForm: <T extends ZodObject>(schema: T, props?: UseFormProps<z.infer<T>>) => {
|
|
26
26
|
form: react_hook_form0.UseFormReturn<z.core.output<T>, any, z.core.output<T>>;
|
|
27
27
|
isSubmitting: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAcK,oBAAoB,aAAa,eAAe,mBACnD,kBAAkB,CAAA,CAAE,MAAM;WACf;oBACS,CAAA,CAAE,MAAM,cAAc;2BACf,CAAA,CAAE,MAAM,cAAc;EAJ9C,aAAS,CAAA,EAAA,CAAA,KAAA,EAKc,KALd,EAAA,GAAA,IAAA,GAK+B,OAL/B,CAAA,IAAA,CAAA;EAAW,YAAA,CAAA,EAAA,OAAA;CAA4B;AAAf,cAoBzB,IApByB,EAAA,CAAA,UAoBP,SApBO,CAAA,CAAA;EAAA,MAAA;EAAA,QAAA,EAoBI,YApBJ;EAAA,eAAA,EAoBI,mBApBJ;EAAA,aAAA,EAoBI,iBApBJ;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,GAAA;AAAA,CAAA,EA6BnC,SA7BmC,CA6BzB,CA7ByB,CAAA,EAAA,GA6BvB,
|
|
1
|
+
{"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAcK,oBAAoB,aAAa,eAAe,mBACnD,kBAAkB,CAAA,CAAE,MAAM;WACf;oBACS,CAAA,CAAE,MAAM,cAAc;2BACf,CAAA,CAAE,MAAM,cAAc;EAJ9C,aAAS,CAAA,EAAA,CAAA,KAAA,EAKc,KALd,EAAA,GAAA,IAAA,GAK+B,OAL/B,CAAA,IAAA,CAAA;EAAW,YAAA,CAAA,EAAA,OAAA;CAA4B;AAAf,cAoBzB,IApByB,EAAA,CAAA,UAoBP,SApBO,CAAA,CAAA;EAAA,MAAA;EAAA,QAAA,EAoBI,YApBJ;EAAA,eAAA,EAoBI,mBApBJ;EAAA,aAAA,EAoBI,iBApBJ;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,GAAA;AAAA,CAAA,EA6BnC,SA7BmC,CA6BzB,CA7ByB,CAAA,EAAA,GA6BvB,kBAAA,CAAA,GAAA,CAAA,OA7BuB;AACV,cAiEf,OAjEe,EAAA,CAAA,UAiEM,SAjEN,CAAA,CAAA,MAAA,EAkElB,CAlEkB,EAAA,KAAA,CAAA,EAmElB,YAnEkB,CAmEL,CAAA,CAAE,KAnEG,CAmEG,CAnEH,CAAA,CAAA,EAAA,GAAA;EAAN,IAAA,gCAAA,cAAA,EAAA,CAAA,EAAA,GAAA,eAAA,EAAA,CAAA,CAAA;EAApB,YAAA,EAAA,OAAA;EACW,WAAA,EAAA,OAAA;EACiB,SAAA,EAAA,OAAA;EAAN,OAAA,EAAA,OAAA;CAAoB"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import * as react_hook_form0 from "react-hook-form";
|
|
3
3
|
import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Form/FormField.d.ts
|
|
6
6
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
|
|
7
7
|
...props
|
|
8
|
-
}: ControllerProps<TFieldValues, TName>) =>
|
|
8
|
+
}: ControllerProps<TFieldValues, TName>) => react_jsx_runtime0.JSX.Element;
|
|
9
9
|
declare const useFormField: () => {
|
|
10
10
|
invalid: boolean;
|
|
11
11
|
isDirty: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormField.d.ts","names":[],"sources":["../../../../src/components/Form/FormField.tsx"],"sourcesContent":[],"mappings":";;;;;cAuBa,iCACU,cAAc,2BACrB,UAAU,gBAAgB,UAAU;;GAGjD,gBAAgB,cAAc,WAAM,
|
|
1
|
+
{"version":3,"file":"FormField.d.ts","names":[],"sources":["../../../../src/components/Form/FormField.tsx"],"sourcesContent":[],"mappings":";;;;;cAuBa,iCACU,cAAc,2BACrB,UAAU,gBAAgB,UAAU;;GAGjD,gBAAgB,cAAc,WAAM,kBAAA,CAAA,GAAA,CAAA;cAe1B;;;EApBA,SAAA,EAAA,OAkBZ;EAjBsB,YAAA,EAAA,OAAA;EAAc,KAAA,CAAA,EAwCpC,gBAAA,CAAA,UAxCoC;EACX,EAAA,EAAA,MAAA;EAAV,IAAA,EAAA,MAAA;EAAoC,UAAA,EAAA,MAAA;EAAV,iBAAA,EAAA,MAAA;EAGvB,aAAA,EAAA,MAAA;CAAc"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
4
4
|
import { EditableFieldInput } from "@components/EditableField/EditableFieldInput";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/EditableFieldInputElement.d.ts
|
|
@@ -11,7 +11,7 @@ type EditableFieldInputElementProps = Omit<FormElementProps<typeof EditableField
|
|
|
11
11
|
className?: string;
|
|
12
12
|
children?: ReactNode;
|
|
13
13
|
}, 'aria-label' | 'aria-labelledby'>;
|
|
14
|
-
declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) =>
|
|
14
|
+
declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) => react_jsx_runtime10.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { EditableFieldInputElement };
|
|
17
17
|
//# sourceMappingURL=EditableFieldInputElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditableFieldInputElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldInputElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,8BAAA,GAAiC,KACpC,wBAAwB,kCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADoC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKZ,cAUb,yBAVa,EAAA,CAAA,KAAA,EAWjB,8BAXiB,EAAA,GAWa,
|
|
1
|
+
{"version":3,"file":"EditableFieldInputElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldInputElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,8BAAA,GAAiC,KACpC,wBAAwB,kCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADoC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKZ,cAUb,yBAVa,EAAA,CAAA,KAAA,EAWjB,8BAXiB,EAAA,GAWa,mBAAA,CAAA,GAAA,CAAA,OAXb"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
4
4
|
import { EditableFieldTextArea } from "@components/EditableField/EditableFieldTextArea";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/EditableFieldTextAreaElement.d.ts
|
|
@@ -11,7 +11,7 @@ type EditableFieldTextAreaElementProps = Omit<FormElementProps<typeof EditableFi
|
|
|
11
11
|
className?: string;
|
|
12
12
|
children?: ReactNode;
|
|
13
13
|
}, 'aria-label' | 'aria-labelledby'>;
|
|
14
|
-
declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) =>
|
|
14
|
+
declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) => react_jsx_runtime7.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { EditableFieldTextAreaElement };
|
|
17
17
|
//# sourceMappingURL=EditableFieldTextAreaElement.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormItemLayoutProps } from "../layout/FormItemLayout.js";
|
|
2
2
|
import "../layout/index.js";
|
|
3
3
|
import { ComponentProps, ElementType, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/FormElement.d.ts
|
|
7
7
|
type FormElementProps<T extends ElementType> = {
|
|
@@ -20,7 +20,7 @@ type FormElementProps<T extends ElementType> = {
|
|
|
20
20
|
* This element will interact with the FormContext and will be controlled by the FormControl component.
|
|
21
21
|
* The props used to control the element will be `value` and `onChange`.
|
|
22
22
|
*/
|
|
23
|
-
declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) =>
|
|
23
|
+
declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime4.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { FormElement, FormElementProps };
|
|
26
26
|
//# sourceMappingURL=FormElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
4
4
|
import { MultiSelect } from "@components/Select/Multiselect";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/MultiselectElement.d.ts
|
|
@@ -20,7 +20,7 @@ declare const MultiSelectElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SelectElementsProps) =>
|
|
23
|
+
}: SelectElementsProps) => react_jsx_runtime5.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { MultiSelectElement };
|
|
26
26
|
//# sourceMappingURL=MultiselectElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
4
4
|
import { InputOTP } from "@components/Input/OTPInput";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/OTPElement.d.ts
|
|
@@ -24,7 +24,7 @@ declare const OTPElement: ({
|
|
|
24
24
|
slots,
|
|
25
25
|
maxLength,
|
|
26
26
|
...props
|
|
27
|
-
}: OTPElementsProps) =>
|
|
27
|
+
}: OTPElementsProps) => react_jsx_runtime6.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { OTPElement };
|
|
30
30
|
//# sourceMappingURL=OTPElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
4
4
|
import { Select } from "@components/Select/Select";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/SelectElement.d.ts
|
|
@@ -20,7 +20,7 @@ declare const SelectElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SelectElementsProps) =>
|
|
23
|
+
}: SelectElementsProps) => react_jsx_runtime9.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { SelectElement };
|
|
26
26
|
//# sourceMappingURL=SelectElement.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
4
4
|
import { SwitchSelector } from "@components/SwitchSelector";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/SwitchSelectorElement.d.ts
|
|
@@ -20,7 +20,7 @@ declare const SwitchSelectorElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SwitchSelectorElementProps) =>
|
|
23
|
+
}: SwitchSelectorElementProps) => react_jsx_runtime8.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { SwitchSelectorElement };
|
|
26
26
|
//# sourceMappingURL=SwitchSelectorElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlockClient.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockClient.tsx"],"sourcesContent":[],"mappings":";;;;cAIa,aAAa;;AAA1B,CAAA,CAAA;
|
|
1
|
+
{"version":3,"file":"CodeBlockClient.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockClient.tsx"],"sourcesContent":[],"mappings":";;;;cAIa,aAAa;;AAA1B,CAAA,CAAA;AA0BY,KAAA,cAAA,GAAc;EAElB,QAAA,EAAA,MAAA;EAIgB,IAAA,EAJhB,eAIgB;EAAf,UAAA,CAAA,EAAA,OAAA;EAAL,UAAA,CAAA,EAAA,OAAA;EAAI,QAAA,CAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,GAAA,IAAA;AAER,CAAA,GAFI,IAES,CAFJ,cAqBR,CArBuB,cAEG,CAAA,EAAA,UAAD,CAAA;cAAb,WAAW,GAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlockServer.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockServer.tsx"],"sourcesContent":[],"mappings":";;;;cAiBa,gBA6BI,GAAG;
|
|
1
|
+
{"version":3,"file":"CodeBlockServer.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockServer.tsx"],"sourcesContent":[],"mappings":";;;;cAiBa,gBA6BI,GAAG;KAwBR,cAAA;EArDC,QAAA,EAAA,MAAA;EAqDD,IAAA,EAEJ,eAFkB;EAElB,UAAA,CAAA,EAAA,OAAA;EAIgB,UAAA,CAAA,EAAA,OAAA;EAAf,QAAA,CAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,GAAA,IAAA;CAAL,GAAA,IAAA,CAAK,cAAL,CAAoB,cAApB,CAAA,EAAA,UAAA,CAAA;AAAI,cAEK,SAFL,EAEgB,EAFhB,CAEmB,cAFnB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react0 from "react";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/IDE/CodeContext.d.ts
|
|
@@ -16,7 +16,7 @@ type CodeContextValue = {
|
|
|
16
16
|
/**
|
|
17
17
|
* Context that store the current locale on the client side
|
|
18
18
|
*/
|
|
19
|
-
declare const CodeContext:
|
|
19
|
+
declare const CodeContext: react0.Context<CodeContextValue>;
|
|
20
20
|
/**
|
|
21
21
|
* Hook that provides the current locale
|
|
22
22
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeContext.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeContext.tsx"],"sourcesContent":[],"mappings":";;;;KAUY,cAAA;KACA,UAAA;KACA,wBAAA;AAFZ,KAQK,gBAAA,GARqB;EACd,cAAU,EAQJ,cARI;EACV,iBAAA,EAAA,CAAA,cAAwB,EAQE,cARF,EAAA,GAAA,IAAA;EAM/B,UAAA,EAGS,UAHO;EACH,aAAA,EAAA,CAAA,UAAA,EAGY,UAHZ,EAAA,GAAA,IAAA;EACoB,wBAAA,EAGV,wBAHU;EACxB,2BAAA,EAAA,CAAA,wBAAA,EAIgB,wBAJhB,EAAA,GAAA,IAAA;CACgB;;;;AAUjB,cAAA,WAAW,EAAA,
|
|
1
|
+
{"version":3,"file":"CodeContext.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeContext.tsx"],"sourcesContent":[],"mappings":";;;;KAUY,cAAA;KACA,UAAA;KACA,wBAAA;AAFZ,KAQK,gBAAA,GARqB;EACd,cAAU,EAQJ,cARI;EACV,iBAAA,EAAA,CAAA,cAAwB,EAQE,cARF,EAAA,GAAA,IAAA;EAM/B,UAAA,EAGS,UAHO;EACH,aAAA,EAAA,CAAA,UAAA,EAGY,UAHZ,EAAA,GAAA,IAAA;EACoB,wBAAA,EAGV,wBAHU;EACxB,2BAAA,EAAA,CAAA,wBAAA,EAIgB,wBAJhB,EAAA,GAAA,IAAA;CACgB;;;;AAUjB,cAAA,WAAW,EAAA,MAAA,CAAA,OAAA,CAAA,gBAAA,CAAA;AAYxB;AAKA;;cALa,sBAAc;;;;cAKd,cAAc,GAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonacoCode.d.ts","names":[],"sources":["../../../../src/components/IDE/MonacoCode.tsx"],"sourcesContent":[],"mappings":";;;;KAQK,aAAA;;EAAA,QAAA,EAAA,MAAa;EAUL,UAAA,CAAA,
|
|
1
|
+
{"version":3,"file":"MonacoCode.d.ts","names":[],"sources":["../../../../src/components/IDE/MonacoCode.tsx"],"sourcesContent":[],"mappings":";;;;KAQK,aAAA;;EAAA,QAAA,EAAA,MAAa;EAUL,UAAA,CAAA,EAqIZ,OAAA;;;;aAxIY;;cAGA,YAAY,GAAG"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types415 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/IDE/code.content.d.ts
|
|
4
4
|
declare const codeContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
title:
|
|
7
|
+
title: _intlayer_types415.TypedNodeModel<_intlayer_types415.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
es: string;
|
|
10
10
|
pt: string;
|
|
@@ -24,7 +24,7 @@ declare const codeContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types415.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -47,7 +47,7 @@ declare const codeContent: {
|
|
|
47
47
|
uk: string;
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
50
|
-
description:
|
|
50
|
+
description: _intlayer_types415.TypedNodeModel<_intlayer_types415.NodeType.Translation, {
|
|
51
51
|
en: string;
|
|
52
52
|
es: string;
|
|
53
53
|
pt: string;
|
|
@@ -67,7 +67,7 @@ declare const codeContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: "translation" |
|
|
70
|
+
nodeType: "translation" | _intlayer_types415.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types421 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/IDE/copyCode.content.d.ts
|
|
4
4
|
declare const copyContentContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
title:
|
|
7
|
+
title: _intlayer_types421.TypedNodeModel<_intlayer_types421.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
es: string;
|
|
10
10
|
pt: string;
|
|
@@ -24,7 +24,7 @@ declare const copyContentContent: {
|
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType: "translation" |
|
|
27
|
+
nodeType: "translation" | _intlayer_types421.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -47,7 +47,7 @@ declare const copyContentContent: {
|
|
|
47
47
|
uk: string;
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
50
|
-
description:
|
|
50
|
+
description: _intlayer_types421.TypedNodeModel<_intlayer_types421.NodeType.Translation, {
|
|
51
51
|
en: string;
|
|
52
52
|
es: string;
|
|
53
53
|
pt: string;
|
|
@@ -67,7 +67,7 @@ declare const copyContentContent: {
|
|
|
67
67
|
vi: string;
|
|
68
68
|
uk: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType: "translation" |
|
|
70
|
+
nodeType: "translation" | _intlayer_types421.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|