@intlayer/design-system 7.5.11 → 7.5.13
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/Breadcrumb/breadcrumb.content.mjs +2 -1
- package/dist/esm/components/Breadcrumb/breadcrumb.content.mjs.map +1 -1
- package/dist/esm/components/Browser/browser.content.mjs +16 -8
- package/dist/esm/components/Browser/browser.content.mjs.map +1 -1
- package/dist/esm/components/Carousel/index.content.mjs +25 -14
- package/dist/esm/components/Carousel/index.content.mjs.map +1 -1
- package/dist/esm/components/Container/index.mjs +5 -5
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/CopyButton/CopyButton.content.mjs +2 -1
- package/dist/esm/components/CopyButton/CopyButton.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +24 -12
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +8 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +32 -16
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +24 -12
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +24 -12
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +2 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +32 -16
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +8 -4
- package/dist/esm/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +6 -3
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +4 -2
- package/dist/esm/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +30 -15
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/esm/components/ExpandCollapse/expandCollapse.content.mjs +4 -2
- package/dist/esm/components/ExpandCollapse/expandCollapse.content.mjs.map +1 -1
- package/dist/esm/components/IDE/code.content.mjs +4 -2
- package/dist/esm/components/IDE/code.content.mjs.map +1 -1
- package/dist/esm/components/IDE/copyCode.content.mjs +4 -2
- package/dist/esm/components/IDE/copyCode.content.mjs.map +1 -1
- package/dist/esm/components/IDE/selectors.content.mjs +12 -6
- package/dist/esm/components/IDE/selectors.content.mjs.map +1 -1
- package/dist/esm/components/Loader/index.content.mjs +2 -1
- package/dist/esm/components/Loader/index.content.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +16 -8
- package/dist/esm/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +12 -6
- package/dist/esm/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs.map +1 -1
- package/dist/esm/components/Pagination/pagination.content.mjs +9 -4
- package/dist/esm/components/Pagination/pagination.content.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/rightDrawer.content.mjs +13 -3
- package/dist/esm/components/RightDrawer/rightDrawer.content.mjs.map +1 -1
- package/dist/esm/components/Table/table.content.mjs +2 -1
- package/dist/esm/components/Table/table.content.mjs.map +1 -1
- package/dist/esm/components/Terminal/terminal.content.mjs +14 -3
- package/dist/esm/components/Terminal/terminal.content.mjs.map +1 -1
- package/dist/esm/providers/ReactQueryProvider.mjs +4 -3
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +5 -3
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Browser/Browser.d.ts.map +1 -1
- package/dist/types/components/Browser/browser.content.d.ts +33 -17
- package/dist/types/components/Browser/browser.content.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/Carousel/index.content.d.ts +36 -27
- package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/Command/index.d.ts +16 -16
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +7 -7
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +5 -3
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +49 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +17 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +65 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +49 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +49 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +65 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +17 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +13 -7
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +9 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +61 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +6 -4
- 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/FormItem.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/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/code.content.d.ts +9 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +9 -5
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/types/components/IDE/selectors.content.d.ts +25 -13
- package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +1 -1
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +2 -2
- package/dist/types/components/Input/OTPInput.d.ts +6 -6
- package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +2 -2
- package/dist/types/components/Loader/index.content.d.ts +5 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +33 -17
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +25 -13
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts +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/DesktopNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +2 -2
- package/dist/types/components/Pagination/pagination.content.d.ts +22 -12
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +12 -5
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
- package/dist/types/components/SwitchSelector/index.d.ts +6 -6
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +5 -5
- package/dist/types/components/Tab/Tab.d.ts.map +1 -1
- package/dist/types/components/Tab/TabContext.d.ts +2 -2
- package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
- package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +5 -3
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +4 -4
- package/dist/types/components/Tag/index.d.ts.map +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +12 -5
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
- package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
- package/package.json +14 -14
package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types229 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts
|
|
4
4
|
declare const structureViewContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
titleInput: {
|
|
8
|
-
placeholder:
|
|
8
|
+
placeholder: _intlayer_types229.TypedNodeModel<_intlayer_types229.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -23,8 +23,9 @@ declare const structureViewContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types229.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,11 +45,12 @@ declare const structureViewContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>;
|
|
49
51
|
};
|
|
50
52
|
deleteButton: {
|
|
51
|
-
label:
|
|
53
|
+
label: _intlayer_types229.TypedNodeModel<_intlayer_types229.NodeType.Translation, {
|
|
52
54
|
en: string;
|
|
53
55
|
'en-GB': string;
|
|
54
56
|
fr: string;
|
|
@@ -66,8 +68,9 @@ declare const structureViewContent: {
|
|
|
66
68
|
pl: string;
|
|
67
69
|
id: string;
|
|
68
70
|
vi: string;
|
|
71
|
+
uk: string;
|
|
69
72
|
}, {
|
|
70
|
-
nodeType:
|
|
73
|
+
nodeType: _intlayer_types229.NodeType.Translation | "translation";
|
|
71
74
|
} & {
|
|
72
75
|
translation: {
|
|
73
76
|
en: string;
|
|
@@ -87,11 +90,12 @@ declare const structureViewContent: {
|
|
|
87
90
|
pl: string;
|
|
88
91
|
id: string;
|
|
89
92
|
vi: string;
|
|
93
|
+
uk: string;
|
|
90
94
|
};
|
|
91
95
|
}>;
|
|
92
96
|
};
|
|
93
97
|
addNodeButton: {
|
|
94
|
-
label:
|
|
98
|
+
label: _intlayer_types229.TypedNodeModel<_intlayer_types229.NodeType.Translation, {
|
|
95
99
|
en: string;
|
|
96
100
|
'en-GB': string;
|
|
97
101
|
fr: string;
|
|
@@ -109,8 +113,9 @@ declare const structureViewContent: {
|
|
|
109
113
|
pl: string;
|
|
110
114
|
id: string;
|
|
111
115
|
vi: string;
|
|
116
|
+
uk: string;
|
|
112
117
|
}, {
|
|
113
|
-
nodeType:
|
|
118
|
+
nodeType: _intlayer_types229.NodeType.Translation | "translation";
|
|
114
119
|
} & {
|
|
115
120
|
translation: {
|
|
116
121
|
en: string;
|
|
@@ -130,9 +135,10 @@ declare const structureViewContent: {
|
|
|
130
135
|
pl: string;
|
|
131
136
|
id: string;
|
|
132
137
|
vi: string;
|
|
138
|
+
uk: string;
|
|
133
139
|
};
|
|
134
140
|
}>;
|
|
135
|
-
text:
|
|
141
|
+
text: _intlayer_types229.TypedNodeModel<_intlayer_types229.NodeType.Translation, {
|
|
136
142
|
en: string;
|
|
137
143
|
'en-GB': string;
|
|
138
144
|
fr: string;
|
|
@@ -150,8 +156,9 @@ declare const structureViewContent: {
|
|
|
150
156
|
pl: string;
|
|
151
157
|
id: string;
|
|
152
158
|
vi: string;
|
|
159
|
+
uk: string;
|
|
153
160
|
}, {
|
|
154
|
-
nodeType:
|
|
161
|
+
nodeType: _intlayer_types229.NodeType.Translation | "translation";
|
|
155
162
|
} & {
|
|
156
163
|
translation: {
|
|
157
164
|
en: string;
|
|
@@ -171,6 +178,7 @@ declare const structureViewContent: {
|
|
|
171
178
|
pl: string;
|
|
172
179
|
id: string;
|
|
173
180
|
vi: string;
|
|
181
|
+
uk: string;
|
|
174
182
|
};
|
|
175
183
|
}>;
|
|
176
184
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types379 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts
|
|
4
4
|
declare const versionSwitcherContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
versionSwitcherLabel:
|
|
7
|
+
versionSwitcherLabel: _intlayer_types379.TypedNodeModel<_intlayer_types379.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const versionSwitcherContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types379.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const versionSwitcherContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
versionListLabel:
|
|
50
|
+
versionListLabel: _intlayer_types379.TypedNodeModel<_intlayer_types379.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
'en-GB': string;
|
|
51
53
|
fr: string;
|
|
@@ -63,8 +65,9 @@ declare const versionSwitcherContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types379.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,9 +87,10 @@ declare const versionSwitcherContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
|
-
switchTo:
|
|
93
|
+
switchTo: _intlayer_types379.TypedNodeModel<_intlayer_types379.NodeType.Translation, {
|
|
90
94
|
en: string;
|
|
91
95
|
fr: string;
|
|
92
96
|
es: string;
|
|
@@ -104,8 +108,9 @@ declare const versionSwitcherContent: {
|
|
|
104
108
|
pl: string;
|
|
105
109
|
id: string;
|
|
106
110
|
vi: string;
|
|
111
|
+
uk: string;
|
|
107
112
|
}, {
|
|
108
|
-
nodeType:
|
|
113
|
+
nodeType: _intlayer_types379.NodeType.Translation | "translation";
|
|
109
114
|
} & {
|
|
110
115
|
translation: {
|
|
111
116
|
en: string;
|
|
@@ -125,6 +130,7 @@ declare const versionSwitcherContent: {
|
|
|
125
130
|
pl: string;
|
|
126
131
|
id: string;
|
|
127
132
|
vi: string;
|
|
133
|
+
uk: string;
|
|
128
134
|
};
|
|
129
135
|
}>;
|
|
130
136
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionSwitcherDropDown.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,oBAAA,
|
|
1
|
+
{"version":3,"file":"versionSwitcherDropDown.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,oBAAA,mCAoEgB,0CAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types35 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts
|
|
4
4
|
declare const dictionaryFieldEditorContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
returnToDictionaryList: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_types35.TypedNodeModel<_intlayer_types35.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -23,8 +23,9 @@ declare const dictionaryFieldEditorContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types35.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,9 +45,10 @@ declare const dictionaryFieldEditorContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>;
|
|
49
|
-
text:
|
|
51
|
+
text: _intlayer_types35.TypedNodeModel<_intlayer_types35.NodeType.Translation, {
|
|
50
52
|
en: string;
|
|
51
53
|
'en-GB': string;
|
|
52
54
|
fr: string;
|
|
@@ -64,8 +66,9 @@ declare const dictionaryFieldEditorContent: {
|
|
|
64
66
|
pl: string;
|
|
65
67
|
id: string;
|
|
66
68
|
vi: string;
|
|
69
|
+
uk: string;
|
|
67
70
|
}, {
|
|
68
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types35.NodeType.Translation | "translation";
|
|
69
72
|
} & {
|
|
70
73
|
translation: {
|
|
71
74
|
en: string;
|
|
@@ -85,6 +88,7 @@ declare const dictionaryFieldEditorContent: {
|
|
|
85
88
|
pl: string;
|
|
86
89
|
id: string;
|
|
87
90
|
vi: string;
|
|
91
|
+
uk: string;
|
|
88
92
|
};
|
|
89
93
|
}>;
|
|
90
94
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types41 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_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
multilingual:
|
|
50
|
+
multilingual: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
'en-GB': string;
|
|
51
53
|
fr: string;
|
|
@@ -63,8 +65,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,9 +87,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
|
-
text:
|
|
93
|
+
text: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
90
94
|
en: string;
|
|
91
95
|
'en-GB': string;
|
|
92
96
|
fr: string;
|
|
@@ -104,8 +108,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
104
108
|
pl: string;
|
|
105
109
|
id: string;
|
|
106
110
|
vi: string;
|
|
111
|
+
uk: string;
|
|
107
112
|
}, {
|
|
108
|
-
nodeType:
|
|
113
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
109
114
|
} & {
|
|
110
115
|
translation: {
|
|
111
116
|
en: string;
|
|
@@ -125,9 +130,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
125
130
|
pl: string;
|
|
126
131
|
id: string;
|
|
127
132
|
vi: string;
|
|
133
|
+
uk: string;
|
|
128
134
|
};
|
|
129
135
|
}>;
|
|
130
|
-
number:
|
|
136
|
+
number: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
131
137
|
en: string;
|
|
132
138
|
'en-GB': string;
|
|
133
139
|
fr: string;
|
|
@@ -145,8 +151,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
145
151
|
pl: string;
|
|
146
152
|
id: string;
|
|
147
153
|
vi: string;
|
|
154
|
+
uk: string;
|
|
148
155
|
}, {
|
|
149
|
-
nodeType:
|
|
156
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
150
157
|
} & {
|
|
151
158
|
translation: {
|
|
152
159
|
en: string;
|
|
@@ -166,9 +173,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
166
173
|
pl: string;
|
|
167
174
|
id: string;
|
|
168
175
|
vi: string;
|
|
176
|
+
uk: string;
|
|
169
177
|
};
|
|
170
178
|
}>;
|
|
171
|
-
boolean:
|
|
179
|
+
boolean: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
172
180
|
en: string;
|
|
173
181
|
'en-GB': string;
|
|
174
182
|
fr: string;
|
|
@@ -186,8 +194,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
186
194
|
pl: string;
|
|
187
195
|
id: string;
|
|
188
196
|
vi: string;
|
|
197
|
+
uk: string;
|
|
189
198
|
}, {
|
|
190
|
-
nodeType:
|
|
199
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
191
200
|
} & {
|
|
192
201
|
translation: {
|
|
193
202
|
en: string;
|
|
@@ -207,9 +216,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
207
216
|
pl: string;
|
|
208
217
|
id: string;
|
|
209
218
|
vi: string;
|
|
219
|
+
uk: string;
|
|
210
220
|
};
|
|
211
221
|
}>;
|
|
212
|
-
node:
|
|
222
|
+
node: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
213
223
|
en: string;
|
|
214
224
|
'en-GB': string;
|
|
215
225
|
fr: string;
|
|
@@ -227,8 +237,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
227
237
|
pl: string;
|
|
228
238
|
id: string;
|
|
229
239
|
vi: string;
|
|
240
|
+
uk: string;
|
|
230
241
|
}, {
|
|
231
|
-
nodeType:
|
|
242
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
232
243
|
} & {
|
|
233
244
|
translation: {
|
|
234
245
|
en: string;
|
|
@@ -248,9 +259,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
248
259
|
pl: string;
|
|
249
260
|
id: string;
|
|
250
261
|
vi: string;
|
|
262
|
+
uk: string;
|
|
251
263
|
};
|
|
252
264
|
}>;
|
|
253
|
-
array:
|
|
265
|
+
array: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
254
266
|
en: string;
|
|
255
267
|
'en-GB': string;
|
|
256
268
|
fr: string;
|
|
@@ -268,8 +280,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
268
280
|
pl: string;
|
|
269
281
|
id: string;
|
|
270
282
|
vi: string;
|
|
283
|
+
uk: string;
|
|
271
284
|
}, {
|
|
272
|
-
nodeType:
|
|
285
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
273
286
|
} & {
|
|
274
287
|
translation: {
|
|
275
288
|
en: string;
|
|
@@ -289,9 +302,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
289
302
|
pl: string;
|
|
290
303
|
id: string;
|
|
291
304
|
vi: string;
|
|
305
|
+
uk: string;
|
|
292
306
|
};
|
|
293
307
|
}>;
|
|
294
|
-
enumeration:
|
|
308
|
+
enumeration: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
295
309
|
en: string;
|
|
296
310
|
'en-GB': string;
|
|
297
311
|
fr: string;
|
|
@@ -309,8 +323,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
309
323
|
pl: string;
|
|
310
324
|
id: string;
|
|
311
325
|
vi: string;
|
|
326
|
+
uk: string;
|
|
312
327
|
}, {
|
|
313
|
-
nodeType:
|
|
328
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
314
329
|
} & {
|
|
315
330
|
translation: {
|
|
316
331
|
en: string;
|
|
@@ -330,9 +345,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
330
345
|
pl: string;
|
|
331
346
|
id: string;
|
|
332
347
|
vi: string;
|
|
348
|
+
uk: string;
|
|
333
349
|
};
|
|
334
350
|
}>;
|
|
335
|
-
gender:
|
|
351
|
+
gender: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
336
352
|
en: string;
|
|
337
353
|
'en-GB': string;
|
|
338
354
|
fr: string;
|
|
@@ -350,8 +366,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
350
366
|
pl: string;
|
|
351
367
|
id: string;
|
|
352
368
|
vi: string;
|
|
369
|
+
uk: string;
|
|
353
370
|
}, {
|
|
354
|
-
nodeType:
|
|
371
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
355
372
|
} & {
|
|
356
373
|
translation: {
|
|
357
374
|
en: string;
|
|
@@ -371,9 +388,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
371
388
|
pl: string;
|
|
372
389
|
id: string;
|
|
373
390
|
vi: string;
|
|
391
|
+
uk: string;
|
|
374
392
|
};
|
|
375
393
|
}>;
|
|
376
|
-
nest:
|
|
394
|
+
nest: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
377
395
|
en: string;
|
|
378
396
|
'en-GB': string;
|
|
379
397
|
fr: string;
|
|
@@ -391,8 +409,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
391
409
|
pl: string;
|
|
392
410
|
id: string;
|
|
393
411
|
vi: string;
|
|
412
|
+
uk: string;
|
|
394
413
|
}, {
|
|
395
|
-
nodeType:
|
|
414
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
396
415
|
} & {
|
|
397
416
|
translation: {
|
|
398
417
|
en: string;
|
|
@@ -412,9 +431,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
412
431
|
pl: string;
|
|
413
432
|
id: string;
|
|
414
433
|
vi: string;
|
|
434
|
+
uk: string;
|
|
415
435
|
};
|
|
416
436
|
}>;
|
|
417
|
-
insertion:
|
|
437
|
+
insertion: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
418
438
|
en: string;
|
|
419
439
|
'en-GB': string;
|
|
420
440
|
fr: string;
|
|
@@ -432,8 +452,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
432
452
|
pl: string;
|
|
433
453
|
id: string;
|
|
434
454
|
vi: string;
|
|
455
|
+
uk: string;
|
|
435
456
|
}, {
|
|
436
|
-
nodeType:
|
|
457
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
437
458
|
} & {
|
|
438
459
|
translation: {
|
|
439
460
|
en: string;
|
|
@@ -453,9 +474,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
453
474
|
pl: string;
|
|
454
475
|
id: string;
|
|
455
476
|
vi: string;
|
|
477
|
+
uk: string;
|
|
456
478
|
};
|
|
457
479
|
}>;
|
|
458
|
-
condition:
|
|
480
|
+
condition: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
459
481
|
en: string;
|
|
460
482
|
'en-GB': string;
|
|
461
483
|
fr: string;
|
|
@@ -473,8 +495,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
473
495
|
pl: string;
|
|
474
496
|
id: string;
|
|
475
497
|
vi: string;
|
|
498
|
+
uk: string;
|
|
476
499
|
}, {
|
|
477
|
-
nodeType:
|
|
500
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
478
501
|
} & {
|
|
479
502
|
translation: {
|
|
480
503
|
en: string;
|
|
@@ -494,9 +517,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
494
517
|
pl: string;
|
|
495
518
|
id: string;
|
|
496
519
|
vi: string;
|
|
520
|
+
uk: string;
|
|
497
521
|
};
|
|
498
522
|
}>;
|
|
499
|
-
file:
|
|
523
|
+
file: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
500
524
|
en: string;
|
|
501
525
|
'en-GB': string;
|
|
502
526
|
fr: string;
|
|
@@ -514,8 +538,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
514
538
|
pl: string;
|
|
515
539
|
id: string;
|
|
516
540
|
vi: string;
|
|
541
|
+
uk: string;
|
|
517
542
|
}, {
|
|
518
|
-
nodeType:
|
|
543
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
519
544
|
} & {
|
|
520
545
|
translation: {
|
|
521
546
|
en: string;
|
|
@@ -535,9 +560,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
535
560
|
pl: string;
|
|
536
561
|
id: string;
|
|
537
562
|
vi: string;
|
|
563
|
+
uk: string;
|
|
538
564
|
};
|
|
539
565
|
}>;
|
|
540
|
-
markdown:
|
|
566
|
+
markdown: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
541
567
|
en: string;
|
|
542
568
|
'en-GB': string;
|
|
543
569
|
fr: string;
|
|
@@ -555,8 +581,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
555
581
|
pl: string;
|
|
556
582
|
id: string;
|
|
557
583
|
vi: string;
|
|
584
|
+
uk: string;
|
|
558
585
|
}, {
|
|
559
|
-
nodeType:
|
|
586
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
560
587
|
} & {
|
|
561
588
|
translation: {
|
|
562
589
|
en: string;
|
|
@@ -576,9 +603,10 @@ declare const nodeTypeSelectorContent: {
|
|
|
576
603
|
pl: string;
|
|
577
604
|
id: string;
|
|
578
605
|
vi: string;
|
|
606
|
+
uk: string;
|
|
579
607
|
};
|
|
580
608
|
}>;
|
|
581
|
-
reactNode:
|
|
609
|
+
reactNode: _intlayer_types41.TypedNodeModel<_intlayer_types41.NodeType.Translation, {
|
|
582
610
|
en: string;
|
|
583
611
|
'en-GB': string;
|
|
584
612
|
fr: string;
|
|
@@ -596,8 +624,9 @@ declare const nodeTypeSelectorContent: {
|
|
|
596
624
|
pl: string;
|
|
597
625
|
id: string;
|
|
598
626
|
vi: string;
|
|
627
|
+
uk: string;
|
|
599
628
|
}, {
|
|
600
|
-
nodeType:
|
|
629
|
+
nodeType: _intlayer_types41.NodeType.Translation | "translation";
|
|
601
630
|
} & {
|
|
602
631
|
translation: {
|
|
603
632
|
en: string;
|
|
@@ -617,6 +646,7 @@ declare const nodeTypeSelectorContent: {
|
|
|
617
646
|
pl: string;
|
|
618
647
|
id: string;
|
|
619
648
|
vi: string;
|
|
649
|
+
uk: string;
|
|
620
650
|
};
|
|
621
651
|
}>;
|
|
622
652
|
};
|
|
@@ -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,kCAoTS,yCAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _intlayer_types107 from "@intlayer/types";
|
|
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_types107.TypedNodeModel<_intlayer_types107.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types107.TypedNodeModel<_intlayer_types107.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
fr: string;
|
|
11
11
|
es: string;
|
|
@@ -23,8 +23,9 @@ declare const expandCollapseContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types107.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,6 +45,7 @@ declare const expandCollapseContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>>, {}>;
|
|
49
51
|
};
|
|
@@ -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_runtime1 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_runtime1.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"}
|