@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
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types193 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts
|
|
4
4
|
declare const dictionaryFormContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
keyInput: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -23,8 +23,9 @@ declare const dictionaryFormContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,9 +45,10 @@ declare const dictionaryFormContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>;
|
|
49
|
-
placeholder:
|
|
51
|
+
placeholder: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
50
52
|
en: string;
|
|
51
53
|
'en-GB': string;
|
|
52
54
|
fr: string;
|
|
@@ -64,8 +66,9 @@ declare const dictionaryFormContent: {
|
|
|
64
66
|
pl: string;
|
|
65
67
|
id: string;
|
|
66
68
|
vi: string;
|
|
69
|
+
uk: string;
|
|
67
70
|
}, {
|
|
68
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
69
72
|
} & {
|
|
70
73
|
translation: {
|
|
71
74
|
en: string;
|
|
@@ -85,11 +88,12 @@ declare const dictionaryFormContent: {
|
|
|
85
88
|
pl: string;
|
|
86
89
|
id: string;
|
|
87
90
|
vi: string;
|
|
91
|
+
uk: string;
|
|
88
92
|
};
|
|
89
93
|
}>;
|
|
90
94
|
};
|
|
91
95
|
projectInput: {
|
|
92
|
-
label:
|
|
96
|
+
label: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
93
97
|
en: string;
|
|
94
98
|
'en-GB': string;
|
|
95
99
|
fr: string;
|
|
@@ -107,8 +111,9 @@ declare const dictionaryFormContent: {
|
|
|
107
111
|
pl: string;
|
|
108
112
|
id: string;
|
|
109
113
|
vi: string;
|
|
114
|
+
uk: string;
|
|
110
115
|
}, {
|
|
111
|
-
nodeType:
|
|
116
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
112
117
|
} & {
|
|
113
118
|
translation: {
|
|
114
119
|
en: string;
|
|
@@ -128,9 +133,10 @@ declare const dictionaryFormContent: {
|
|
|
128
133
|
pl: string;
|
|
129
134
|
id: string;
|
|
130
135
|
vi: string;
|
|
136
|
+
uk: string;
|
|
131
137
|
};
|
|
132
138
|
}>;
|
|
133
|
-
placeholder:
|
|
139
|
+
placeholder: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
134
140
|
en: string;
|
|
135
141
|
'en-GB': string;
|
|
136
142
|
fr: string;
|
|
@@ -148,8 +154,9 @@ declare const dictionaryFormContent: {
|
|
|
148
154
|
pl: string;
|
|
149
155
|
id: string;
|
|
150
156
|
vi: string;
|
|
157
|
+
uk: string;
|
|
151
158
|
}, {
|
|
152
|
-
nodeType:
|
|
159
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
153
160
|
} & {
|
|
154
161
|
translation: {
|
|
155
162
|
en: string;
|
|
@@ -169,11 +176,12 @@ declare const dictionaryFormContent: {
|
|
|
169
176
|
pl: string;
|
|
170
177
|
id: string;
|
|
171
178
|
vi: string;
|
|
179
|
+
uk: string;
|
|
172
180
|
};
|
|
173
181
|
}>;
|
|
174
182
|
};
|
|
175
183
|
noDictionaryView: {
|
|
176
|
-
title:
|
|
184
|
+
title: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
177
185
|
en: string;
|
|
178
186
|
'en-GB': string;
|
|
179
187
|
fr: string;
|
|
@@ -191,8 +199,9 @@ declare const dictionaryFormContent: {
|
|
|
191
199
|
pl: string;
|
|
192
200
|
id: string;
|
|
193
201
|
vi: string;
|
|
202
|
+
uk: string;
|
|
194
203
|
}, {
|
|
195
|
-
nodeType:
|
|
204
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
196
205
|
} & {
|
|
197
206
|
translation: {
|
|
198
207
|
en: string;
|
|
@@ -212,9 +221,10 @@ declare const dictionaryFormContent: {
|
|
|
212
221
|
pl: string;
|
|
213
222
|
id: string;
|
|
214
223
|
vi: string;
|
|
224
|
+
uk: string;
|
|
215
225
|
};
|
|
216
226
|
}>;
|
|
217
|
-
description:
|
|
227
|
+
description: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
218
228
|
en: string;
|
|
219
229
|
'en-GB': string;
|
|
220
230
|
fr: string;
|
|
@@ -232,8 +242,9 @@ declare const dictionaryFormContent: {
|
|
|
232
242
|
pl: string;
|
|
233
243
|
id: string;
|
|
234
244
|
vi: string;
|
|
245
|
+
uk: string;
|
|
235
246
|
}, {
|
|
236
|
-
nodeType:
|
|
247
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
237
248
|
} & {
|
|
238
249
|
translation: {
|
|
239
250
|
en: string;
|
|
@@ -253,10 +264,11 @@ declare const dictionaryFormContent: {
|
|
|
253
264
|
pl: string;
|
|
254
265
|
id: string;
|
|
255
266
|
vi: string;
|
|
267
|
+
uk: string;
|
|
256
268
|
};
|
|
257
269
|
}>;
|
|
258
270
|
};
|
|
259
|
-
createDictionaryTitle:
|
|
271
|
+
createDictionaryTitle: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
260
272
|
en: string;
|
|
261
273
|
'en-GB': string;
|
|
262
274
|
fr: string;
|
|
@@ -274,8 +286,9 @@ declare const dictionaryFormContent: {
|
|
|
274
286
|
pl: string;
|
|
275
287
|
id: string;
|
|
276
288
|
vi: string;
|
|
289
|
+
uk: string;
|
|
277
290
|
}, {
|
|
278
|
-
nodeType:
|
|
291
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
279
292
|
} & {
|
|
280
293
|
translation: {
|
|
281
294
|
en: string;
|
|
@@ -295,9 +308,10 @@ declare const dictionaryFormContent: {
|
|
|
295
308
|
pl: string;
|
|
296
309
|
id: string;
|
|
297
310
|
vi: string;
|
|
311
|
+
uk: string;
|
|
298
312
|
};
|
|
299
313
|
}>;
|
|
300
|
-
createDictionaryDescription:
|
|
314
|
+
createDictionaryDescription: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
301
315
|
en: string;
|
|
302
316
|
'en-GB': string;
|
|
303
317
|
fr: string;
|
|
@@ -315,8 +329,9 @@ declare const dictionaryFormContent: {
|
|
|
315
329
|
pl: string;
|
|
316
330
|
id: string;
|
|
317
331
|
vi: string;
|
|
332
|
+
uk: string;
|
|
318
333
|
}, {
|
|
319
|
-
nodeType:
|
|
334
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
320
335
|
} & {
|
|
321
336
|
translation: {
|
|
322
337
|
en: string;
|
|
@@ -336,10 +351,11 @@ declare const dictionaryFormContent: {
|
|
|
336
351
|
pl: string;
|
|
337
352
|
id: string;
|
|
338
353
|
vi: string;
|
|
354
|
+
uk: string;
|
|
339
355
|
};
|
|
340
356
|
}>;
|
|
341
357
|
createDictionaryButton: {
|
|
342
|
-
text:
|
|
358
|
+
text: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
343
359
|
en: string;
|
|
344
360
|
'en-GB': string;
|
|
345
361
|
fr: string;
|
|
@@ -357,8 +373,9 @@ declare const dictionaryFormContent: {
|
|
|
357
373
|
pl: string;
|
|
358
374
|
id: string;
|
|
359
375
|
vi: string;
|
|
376
|
+
uk: string;
|
|
360
377
|
}, {
|
|
361
|
-
nodeType:
|
|
378
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
362
379
|
} & {
|
|
363
380
|
translation: {
|
|
364
381
|
en: string;
|
|
@@ -378,9 +395,10 @@ declare const dictionaryFormContent: {
|
|
|
378
395
|
pl: string;
|
|
379
396
|
id: string;
|
|
380
397
|
vi: string;
|
|
398
|
+
uk: string;
|
|
381
399
|
};
|
|
382
400
|
}>;
|
|
383
|
-
ariaLabel:
|
|
401
|
+
ariaLabel: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
384
402
|
en: string;
|
|
385
403
|
'en-GB': string;
|
|
386
404
|
fr: string;
|
|
@@ -398,8 +416,9 @@ declare const dictionaryFormContent: {
|
|
|
398
416
|
pl: string;
|
|
399
417
|
id: string;
|
|
400
418
|
vi: string;
|
|
419
|
+
uk: string;
|
|
401
420
|
}, {
|
|
402
|
-
nodeType:
|
|
421
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
403
422
|
} & {
|
|
404
423
|
translation: {
|
|
405
424
|
en: string;
|
|
@@ -419,11 +438,12 @@ declare const dictionaryFormContent: {
|
|
|
419
438
|
pl: string;
|
|
420
439
|
id: string;
|
|
421
440
|
vi: string;
|
|
441
|
+
uk: string;
|
|
422
442
|
};
|
|
423
443
|
}>;
|
|
424
444
|
};
|
|
425
445
|
editButton: {
|
|
426
|
-
text:
|
|
446
|
+
text: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
427
447
|
en: string;
|
|
428
448
|
'en-GB': string;
|
|
429
449
|
fr: string;
|
|
@@ -441,8 +461,9 @@ declare const dictionaryFormContent: {
|
|
|
441
461
|
pl: string;
|
|
442
462
|
id: string;
|
|
443
463
|
vi: string;
|
|
464
|
+
uk: string;
|
|
444
465
|
}, {
|
|
445
|
-
nodeType:
|
|
466
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
446
467
|
} & {
|
|
447
468
|
translation: {
|
|
448
469
|
en: string;
|
|
@@ -462,9 +483,10 @@ declare const dictionaryFormContent: {
|
|
|
462
483
|
pl: string;
|
|
463
484
|
id: string;
|
|
464
485
|
vi: string;
|
|
486
|
+
uk: string;
|
|
465
487
|
};
|
|
466
488
|
}>;
|
|
467
|
-
ariaLabel:
|
|
489
|
+
ariaLabel: _intlayer_types193.TypedNodeModel<_intlayer_types193.NodeType.Translation, {
|
|
468
490
|
en: string;
|
|
469
491
|
'en-GB': string;
|
|
470
492
|
fr: string;
|
|
@@ -482,8 +504,9 @@ declare const dictionaryFormContent: {
|
|
|
482
504
|
pl: string;
|
|
483
505
|
id: string;
|
|
484
506
|
vi: string;
|
|
507
|
+
uk: string;
|
|
485
508
|
}, {
|
|
486
|
-
nodeType:
|
|
509
|
+
nodeType: _intlayer_types193.NodeType.Translation | "translation";
|
|
487
510
|
} & {
|
|
488
511
|
translation: {
|
|
489
512
|
en: string;
|
|
@@ -503,6 +526,7 @@ declare const dictionaryFormContent: {
|
|
|
503
526
|
pl: string;
|
|
504
527
|
id: string;
|
|
505
528
|
vi: string;
|
|
529
|
+
uk: string;
|
|
506
530
|
};
|
|
507
531
|
}>;
|
|
508
532
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types247 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts
|
|
4
4
|
declare const dictionaryFormSchemaContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
requiredErrorName:
|
|
7
|
+
requiredErrorName: _intlayer_types247.TypedNodeModel<_intlayer_types247.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const dictionaryFormSchemaContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types247.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const dictionaryFormSchemaContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
invalidTypeErrorName:
|
|
50
|
+
invalidTypeErrorName: _intlayer_types247.TypedNodeModel<_intlayer_types247.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
'en-GB': string;
|
|
51
53
|
fr: string;
|
|
@@ -63,8 +65,9 @@ declare const dictionaryFormSchemaContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types247.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,9 +87,10 @@ declare const dictionaryFormSchemaContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
|
-
requiredErrorProjectId:
|
|
93
|
+
requiredErrorProjectId: _intlayer_types247.TypedNodeModel<_intlayer_types247.NodeType.Translation, {
|
|
90
94
|
en: string;
|
|
91
95
|
'en-GB': string;
|
|
92
96
|
fr: string;
|
|
@@ -104,8 +108,9 @@ declare const dictionaryFormSchemaContent: {
|
|
|
104
108
|
pl: string;
|
|
105
109
|
id: string;
|
|
106
110
|
vi: string;
|
|
111
|
+
uk: string;
|
|
107
112
|
}, {
|
|
108
|
-
nodeType:
|
|
113
|
+
nodeType: _intlayer_types247.NodeType.Translation | "translation";
|
|
109
114
|
} & {
|
|
110
115
|
translation: {
|
|
111
116
|
en: string;
|
|
@@ -125,9 +130,10 @@ declare const dictionaryFormSchemaContent: {
|
|
|
125
130
|
pl: string;
|
|
126
131
|
id: string;
|
|
127
132
|
vi: string;
|
|
133
|
+
uk: string;
|
|
128
134
|
};
|
|
129
135
|
}>;
|
|
130
|
-
invalidTypeErrorProjectId:
|
|
136
|
+
invalidTypeErrorProjectId: _intlayer_types247.TypedNodeModel<_intlayer_types247.NodeType.Translation, {
|
|
131
137
|
en: string;
|
|
132
138
|
'en-GB': string;
|
|
133
139
|
fr: string;
|
|
@@ -145,8 +151,9 @@ declare const dictionaryFormSchemaContent: {
|
|
|
145
151
|
pl: string;
|
|
146
152
|
id: string;
|
|
147
153
|
vi: string;
|
|
154
|
+
uk: string;
|
|
148
155
|
}, {
|
|
149
|
-
nodeType:
|
|
156
|
+
nodeType: _intlayer_types247.NodeType.Translation | "translation";
|
|
150
157
|
} & {
|
|
151
158
|
translation: {
|
|
152
159
|
en: string;
|
|
@@ -166,6 +173,7 @@ declare const dictionaryFormSchemaContent: {
|
|
|
166
173
|
pl: string;
|
|
167
174
|
id: string;
|
|
168
175
|
vi: string;
|
|
176
|
+
uk: string;
|
|
169
177
|
};
|
|
170
178
|
}>;
|
|
171
179
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryFormSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,iBAAA,
|
|
1
|
+
{"version":3,"file":"useDictionaryFormSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,iBAAA,mCA2FS,0CAAA"}
|