@intlayer/design-system 7.5.4 → 7.5.5
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/Accordion/Accordion.mjs +1 -1
- package/dist/esm/components/Avatar/index.mjs +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +1 -1
- package/dist/esm/components/Browser/Browser.content.mjs +36 -17
- package/dist/esm/components/Browser/Browser.content.mjs.map +1 -1
- package/dist/esm/components/Browser/Browser.mjs +191 -131
- package/dist/esm/components/Browser/Browser.mjs.map +1 -1
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
- package/dist/esm/components/CopyButton/index.mjs +1 -1
- package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
- package/dist/esm/components/HideShow/index.mjs +1 -1
- package/dist/esm/components/IDE/FileTree.mjs +1 -1
- package/dist/esm/components/Input/InputPassword.mjs +1 -1
- package/dist/esm/components/Input/OTPInput.mjs +1 -1
- package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs +3 -3
- package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
- package/dist/esm/components/Pagination/Pagination.mjs +2 -2
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
- package/dist/esm/components/Select/Multiselect.mjs +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +1 -1
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/esm/components/Table/Table.mjs +1 -1
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
- package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
- package/dist/esm/libs/auth.mjs +1 -1
- package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Browser/Browser.content.d.ts +52 -11
- package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.d.ts +18 -60
- package/dist/types/components/Browser/Browser.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +5 -5
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
- package/dist/types/components/Command/index.d.ts +2 -2
- 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/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/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- 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/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/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/CodeContext.d.ts +2 -2
- 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 +7 -7
- package/dist/types/components/Input/Checkbox.d.ts +4 -4
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +3 -3
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +6 -6
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +5 -5
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/Loader/spinner.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
- 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 +3 -3
- 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/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 +3 -3
- package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
- package/package.json +14 -14
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types31 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_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,7 +23,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -45,7 +45,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
45
45
|
vi: string;
|
|
46
46
|
};
|
|
47
47
|
}>;
|
|
48
|
-
multilingual:
|
|
48
|
+
multilingual: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
49
49
|
en: string;
|
|
50
50
|
'en-GB': string;
|
|
51
51
|
fr: string;
|
|
@@ -64,7 +64,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
64
64
|
id: string;
|
|
65
65
|
vi: string;
|
|
66
66
|
}, {
|
|
67
|
-
nodeType:
|
|
67
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -86,7 +86,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
86
86
|
vi: string;
|
|
87
87
|
};
|
|
88
88
|
}>;
|
|
89
|
-
text:
|
|
89
|
+
text: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
90
90
|
en: string;
|
|
91
91
|
'en-GB': string;
|
|
92
92
|
fr: string;
|
|
@@ -105,7 +105,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
105
105
|
id: string;
|
|
106
106
|
vi: string;
|
|
107
107
|
}, {
|
|
108
|
-
nodeType:
|
|
108
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
109
109
|
} & {
|
|
110
110
|
translation: {
|
|
111
111
|
en: string;
|
|
@@ -127,7 +127,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
127
127
|
vi: string;
|
|
128
128
|
};
|
|
129
129
|
}>;
|
|
130
|
-
number:
|
|
130
|
+
number: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
131
131
|
en: string;
|
|
132
132
|
'en-GB': string;
|
|
133
133
|
fr: string;
|
|
@@ -146,7 +146,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
146
146
|
id: string;
|
|
147
147
|
vi: string;
|
|
148
148
|
}, {
|
|
149
|
-
nodeType:
|
|
149
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
150
150
|
} & {
|
|
151
151
|
translation: {
|
|
152
152
|
en: string;
|
|
@@ -168,7 +168,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
168
168
|
vi: string;
|
|
169
169
|
};
|
|
170
170
|
}>;
|
|
171
|
-
boolean:
|
|
171
|
+
boolean: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
172
172
|
en: string;
|
|
173
173
|
'en-GB': string;
|
|
174
174
|
fr: string;
|
|
@@ -187,7 +187,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
187
187
|
id: string;
|
|
188
188
|
vi: string;
|
|
189
189
|
}, {
|
|
190
|
-
nodeType:
|
|
190
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
191
191
|
} & {
|
|
192
192
|
translation: {
|
|
193
193
|
en: string;
|
|
@@ -209,7 +209,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
209
209
|
vi: string;
|
|
210
210
|
};
|
|
211
211
|
}>;
|
|
212
|
-
node:
|
|
212
|
+
node: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
213
213
|
en: string;
|
|
214
214
|
'en-GB': string;
|
|
215
215
|
fr: string;
|
|
@@ -228,7 +228,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
228
228
|
id: string;
|
|
229
229
|
vi: string;
|
|
230
230
|
}, {
|
|
231
|
-
nodeType:
|
|
231
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
232
232
|
} & {
|
|
233
233
|
translation: {
|
|
234
234
|
en: string;
|
|
@@ -250,7 +250,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
250
250
|
vi: string;
|
|
251
251
|
};
|
|
252
252
|
}>;
|
|
253
|
-
array:
|
|
253
|
+
array: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
254
254
|
en: string;
|
|
255
255
|
'en-GB': string;
|
|
256
256
|
fr: string;
|
|
@@ -269,7 +269,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
269
269
|
id: string;
|
|
270
270
|
vi: string;
|
|
271
271
|
}, {
|
|
272
|
-
nodeType:
|
|
272
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
273
273
|
} & {
|
|
274
274
|
translation: {
|
|
275
275
|
en: string;
|
|
@@ -291,7 +291,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
291
291
|
vi: string;
|
|
292
292
|
};
|
|
293
293
|
}>;
|
|
294
|
-
enumeration:
|
|
294
|
+
enumeration: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
295
295
|
en: string;
|
|
296
296
|
'en-GB': string;
|
|
297
297
|
fr: string;
|
|
@@ -310,7 +310,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
310
310
|
id: string;
|
|
311
311
|
vi: string;
|
|
312
312
|
}, {
|
|
313
|
-
nodeType:
|
|
313
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
314
314
|
} & {
|
|
315
315
|
translation: {
|
|
316
316
|
en: string;
|
|
@@ -332,7 +332,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
332
332
|
vi: string;
|
|
333
333
|
};
|
|
334
334
|
}>;
|
|
335
|
-
gender:
|
|
335
|
+
gender: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
336
336
|
en: string;
|
|
337
337
|
'en-GB': string;
|
|
338
338
|
fr: string;
|
|
@@ -351,7 +351,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
351
351
|
id: string;
|
|
352
352
|
vi: string;
|
|
353
353
|
}, {
|
|
354
|
-
nodeType:
|
|
354
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
355
355
|
} & {
|
|
356
356
|
translation: {
|
|
357
357
|
en: string;
|
|
@@ -373,7 +373,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
373
373
|
vi: string;
|
|
374
374
|
};
|
|
375
375
|
}>;
|
|
376
|
-
nest:
|
|
376
|
+
nest: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
377
377
|
en: string;
|
|
378
378
|
'en-GB': string;
|
|
379
379
|
fr: string;
|
|
@@ -392,7 +392,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
392
392
|
id: string;
|
|
393
393
|
vi: string;
|
|
394
394
|
}, {
|
|
395
|
-
nodeType:
|
|
395
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
396
396
|
} & {
|
|
397
397
|
translation: {
|
|
398
398
|
en: string;
|
|
@@ -414,7 +414,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
414
414
|
vi: string;
|
|
415
415
|
};
|
|
416
416
|
}>;
|
|
417
|
-
insertion:
|
|
417
|
+
insertion: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
418
418
|
en: string;
|
|
419
419
|
'en-GB': string;
|
|
420
420
|
fr: string;
|
|
@@ -433,7 +433,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
433
433
|
id: string;
|
|
434
434
|
vi: string;
|
|
435
435
|
}, {
|
|
436
|
-
nodeType:
|
|
436
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
437
437
|
} & {
|
|
438
438
|
translation: {
|
|
439
439
|
en: string;
|
|
@@ -455,7 +455,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
455
455
|
vi: string;
|
|
456
456
|
};
|
|
457
457
|
}>;
|
|
458
|
-
condition:
|
|
458
|
+
condition: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
459
459
|
en: string;
|
|
460
460
|
'en-GB': string;
|
|
461
461
|
fr: string;
|
|
@@ -474,7 +474,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
474
474
|
id: string;
|
|
475
475
|
vi: string;
|
|
476
476
|
}, {
|
|
477
|
-
nodeType:
|
|
477
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
478
478
|
} & {
|
|
479
479
|
translation: {
|
|
480
480
|
en: string;
|
|
@@ -496,7 +496,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
496
496
|
vi: string;
|
|
497
497
|
};
|
|
498
498
|
}>;
|
|
499
|
-
file:
|
|
499
|
+
file: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
500
500
|
en: string;
|
|
501
501
|
'en-GB': string;
|
|
502
502
|
fr: string;
|
|
@@ -515,7 +515,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
515
515
|
id: string;
|
|
516
516
|
vi: string;
|
|
517
517
|
}, {
|
|
518
|
-
nodeType:
|
|
518
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
519
519
|
} & {
|
|
520
520
|
translation: {
|
|
521
521
|
en: string;
|
|
@@ -537,7 +537,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
537
537
|
vi: string;
|
|
538
538
|
};
|
|
539
539
|
}>;
|
|
540
|
-
markdown:
|
|
540
|
+
markdown: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
541
541
|
en: string;
|
|
542
542
|
'en-GB': string;
|
|
543
543
|
fr: string;
|
|
@@ -556,7 +556,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
556
556
|
id: string;
|
|
557
557
|
vi: string;
|
|
558
558
|
}, {
|
|
559
|
-
nodeType:
|
|
559
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
560
560
|
} & {
|
|
561
561
|
translation: {
|
|
562
562
|
en: string;
|
|
@@ -578,7 +578,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
578
578
|
vi: string;
|
|
579
579
|
};
|
|
580
580
|
}>;
|
|
581
|
-
reactNode:
|
|
581
|
+
reactNode: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
|
|
582
582
|
en: string;
|
|
583
583
|
'en-GB': string;
|
|
584
584
|
fr: string;
|
|
@@ -597,7 +597,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
597
597
|
id: string;
|
|
598
598
|
vi: string;
|
|
599
599
|
}, {
|
|
600
|
-
nodeType:
|
|
600
|
+
nodeType: "translation" | _intlayer_types31.NodeType.Translation;
|
|
601
601
|
} & {
|
|
602
602
|
translation: {
|
|
603
603
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,kCAqSS,yCAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types26 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_types26.TypedNodeModel<_intlayer_types26.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
fr: string;
|
|
11
11
|
es: string;
|
|
@@ -24,7 +24,7 @@ declare const expandCollapseContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType:
|
|
27
|
+
nodeType: "translation" | _intlayer_types26.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 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_runtime1.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,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime2 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_runtime2.JSX.Element;
|
|
9
9
|
declare const useFormField: () => {
|
|
10
10
|
invalid: boolean;
|
|
11
11
|
isDirty: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react15 from "react";
|
|
2
2
|
import { FC, HTMLAttributes } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Form/FormItem.d.ts
|
|
@@ -6,7 +6,7 @@ declare const FormItem: FC<HTMLAttributes<HTMLDivElement>>;
|
|
|
6
6
|
type FormItemContextValue = {
|
|
7
7
|
id: string;
|
|
8
8
|
};
|
|
9
|
-
declare const FormItemContext:
|
|
9
|
+
declare const FormItemContext: react15.Context<FormItemContextValue>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { FormItem, FormItemContext };
|
|
12
12
|
//# sourceMappingURL=FormItem.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EditableFieldInput } from "../../EditableField/EditableFieldInput.js";
|
|
2
2
|
import { FormElementProps } from "./FormElement.js";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/EditableFieldInputElement.d.ts
|
|
7
7
|
type EditableFieldInputElementProps = Omit<FormElementProps<typeof EditableFieldInput>, 'Element'> & Omit<ComponentProps<typeof EditableFieldInput> & {
|
|
@@ -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_runtime15.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { EditableFieldInputElement };
|
|
17
17
|
//# sourceMappingURL=EditableFieldInputElement.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EditableFieldTextArea } from "../../EditableField/EditableFieldTextArea.js";
|
|
2
2
|
import { FormElementProps } from "./FormElement.js";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/EditableFieldTextAreaElement.d.ts
|
|
7
7
|
type EditableFieldTextAreaElementProps = Omit<FormElementProps<typeof EditableFieldTextArea>, 'Element'> & Omit<ComponentProps<typeof EditableFieldTextArea> & {
|
|
@@ -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_runtime16.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { EditableFieldTextAreaElement };
|
|
17
17
|
//# sourceMappingURL=EditableFieldTextAreaElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditableFieldTextAreaElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldTextAreaElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,iCAAA,GAAoC,KACvC,wBAAwB,qCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADuC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKf,cAUb,4BAVa,EAAA,CAAA,KAAA,EAWjB,iCAXiB,EAAA,GAWgB,
|
|
1
|
+
{"version":3,"file":"EditableFieldTextAreaElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldTextAreaElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,iCAAA,GAAoC,KACvC,wBAAwB,qCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADuC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKf,cAUb,4BAVa,EAAA,CAAA,KAAA,EAWjB,iCAXiB,EAAA,GAWgB,mBAAA,CAAA,GAAA,CAAA,OAXhB"}
|
|
@@ -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_runtime14 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_runtime14.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { FormElement, FormElementProps };
|
|
26
26
|
//# sourceMappingURL=FormElement.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { MultiSelect } from "../../Select/Multiselect.js";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/MultiselectElement.d.ts
|
|
7
7
|
type SelectElementsProps = Omit<FormElementProps<typeof MultiSelect>, 'Element'> & ComponentProps<typeof MultiSelect> & {
|
|
@@ -20,7 +20,7 @@ declare const MultiSelectElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SelectElementsProps) =>
|
|
23
|
+
}: SelectElementsProps) => react_jsx_runtime17.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { MultiSelectElement };
|
|
26
26
|
//# sourceMappingURL=MultiselectElement.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InputOTP } from "../../Input/OTPInput.js";
|
|
2
2
|
import { FormElementProps } from "./FormElement.js";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/OTPElement.d.ts
|
|
7
7
|
type OTPElementsProps = Omit<FormElementProps<typeof InputOTP>, 'Element'> & Omit<ComponentProps<typeof InputOTP>, 'children'> & {
|
|
@@ -24,7 +24,7 @@ declare const OTPElement: ({
|
|
|
24
24
|
slots,
|
|
25
25
|
maxLength,
|
|
26
26
|
...props
|
|
27
|
-
}: OTPElementsProps) =>
|
|
27
|
+
}: OTPElementsProps) => react_jsx_runtime18.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { OTPElement };
|
|
30
30
|
//# sourceMappingURL=OTPElement.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { Select } from "../../Select/Select.js";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/SelectElement.d.ts
|
|
7
7
|
type SelectElementsProps = Omit<FormElementProps<typeof Select>, 'Element'> & ComponentProps<typeof Select> & {
|
|
@@ -20,7 +20,7 @@ declare const SelectElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SelectElementsProps) =>
|
|
23
|
+
}: SelectElementsProps) => react_jsx_runtime19.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { SelectElement };
|
|
26
26
|
//# sourceMappingURL=SelectElement.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormElementProps } from "./FormElement.js";
|
|
2
2
|
import { SwitchSelector } from "../../SwitchSelector/index.js";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Form/elements/SwitchSelectorElement.d.ts
|
|
7
7
|
type SwitchSelectorElementProps = Omit<FormElementProps<typeof SwitchSelector>, 'Element'> & ComponentProps<typeof SwitchSelector> & {
|
|
@@ -20,7 +20,7 @@ declare const SwitchSelectorElement: ({
|
|
|
20
20
|
showErrorMessage,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: SwitchSelectorElementProps) =>
|
|
23
|
+
}: SwitchSelectorElementProps) => react_jsx_runtime20.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { SwitchSelectorElement };
|
|
26
26
|
//# sourceMappingURL=SwitchSelectorElement.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react14 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: react14.Context<CodeContextValue>;
|
|
20
20
|
/**
|
|
21
21
|
* Hook that provides the current locale
|
|
22
22
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types391 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_types391.TypedNodeModel<_intlayer_types391.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
es: string;
|
|
10
10
|
pt: string;
|
|
@@ -23,7 +23,7 @@ declare const codeContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: "translation" | _intlayer_types391.NodeType.Translation;
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -45,7 +45,7 @@ declare const codeContent: {
|
|
|
45
45
|
vi: string;
|
|
46
46
|
};
|
|
47
47
|
}>;
|
|
48
|
-
description:
|
|
48
|
+
description: _intlayer_types391.TypedNodeModel<_intlayer_types391.NodeType.Translation, {
|
|
49
49
|
en: string;
|
|
50
50
|
es: string;
|
|
51
51
|
pt: string;
|
|
@@ -64,7 +64,7 @@ declare const codeContent: {
|
|
|
64
64
|
id: string;
|
|
65
65
|
vi: string;
|
|
66
66
|
}, {
|
|
67
|
-
nodeType:
|
|
67
|
+
nodeType: "translation" | _intlayer_types391.NodeType.Translation;
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types400 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_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
es: string;
|
|
10
10
|
pt: string;
|
|
@@ -23,7 +23,7 @@ declare const copyContentContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: "translation" | _intlayer_types400.NodeType.Translation;
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -45,7 +45,7 @@ declare const copyContentContent: {
|
|
|
45
45
|
vi: string;
|
|
46
46
|
};
|
|
47
47
|
}>;
|
|
48
|
-
description:
|
|
48
|
+
description: _intlayer_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
|
|
49
49
|
en: string;
|
|
50
50
|
es: string;
|
|
51
51
|
pt: string;
|
|
@@ -64,7 +64,7 @@ declare const copyContentContent: {
|
|
|
64
64
|
id: string;
|
|
65
65
|
vi: string;
|
|
66
66
|
}, {
|
|
67
|
-
nodeType:
|
|
67
|
+
nodeType: "translation" | _intlayer_types400.NodeType.Translation;
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types382 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/IDE/selectors.content.d.ts
|
|
4
4
|
declare const selectorsContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
packageManager: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_types382.TypedNodeModel<_intlayer_types382.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
es: string;
|
|
11
11
|
pt: string;
|
|
@@ -24,7 +24,7 @@ declare const selectorsContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
}, {
|
|
27
|
-
nodeType:
|
|
27
|
+
nodeType: "translation" | _intlayer_types382.NodeType.Translation;
|
|
28
28
|
} & {
|
|
29
29
|
translation: {
|
|
30
30
|
en: string;
|
|
@@ -48,7 +48,7 @@ declare const selectorsContent: {
|
|
|
48
48
|
}>;
|
|
49
49
|
};
|
|
50
50
|
codeFormat: {
|
|
51
|
-
label:
|
|
51
|
+
label: _intlayer_types382.TypedNodeModel<_intlayer_types382.NodeType.Translation, {
|
|
52
52
|
en: string;
|
|
53
53
|
es: string;
|
|
54
54
|
pt: string;
|
|
@@ -67,7 +67,7 @@ declare const selectorsContent: {
|
|
|
67
67
|
id: string;
|
|
68
68
|
vi: string;
|
|
69
69
|
}, {
|
|
70
|
-
nodeType:
|
|
70
|
+
nodeType: "translation" | _intlayer_types382.NodeType.Translation;
|
|
71
71
|
} & {
|
|
72
72
|
translation: {
|
|
73
73
|
en: string;
|
|
@@ -91,7 +91,7 @@ declare const selectorsContent: {
|
|
|
91
91
|
}>;
|
|
92
92
|
};
|
|
93
93
|
contentDeclarationFormat: {
|
|
94
|
-
label:
|
|
94
|
+
label: _intlayer_types382.TypedNodeModel<_intlayer_types382.NodeType.Translation, {
|
|
95
95
|
en: string;
|
|
96
96
|
es: string;
|
|
97
97
|
pt: string;
|
|
@@ -110,7 +110,7 @@ declare const selectorsContent: {
|
|
|
110
110
|
id: string;
|
|
111
111
|
vi: string;
|
|
112
112
|
}, {
|
|
113
|
-
nodeType:
|
|
113
|
+
nodeType: "translation" | _intlayer_types382.NodeType.Translation;
|
|
114
114
|
} & {
|
|
115
115
|
translation: {
|
|
116
116
|
en: string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DetailedHTMLProps, FC, InputHTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types12 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Input/Checkbox.d.ts
|
|
6
6
|
declare const checkboxVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
8
|
size?: "sm" | "md" | "lg";
|
|
9
|
-
color?: "
|
|
10
|
-
validationStyleEnabled?: "
|
|
11
|
-
} &
|
|
9
|
+
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "error" | "success" | "custom";
|
|
10
|
+
validationStyleEnabled?: "disabled" | "enabled";
|
|
11
|
+
} & class_variance_authority_types12.ClassProp) => string;
|
|
12
12
|
declare enum CheckboxSize {
|
|
13
13
|
SM = "sm",
|
|
14
14
|
MD = "md",
|