@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/DictionaryDetails/dictionaryDetails.content.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types295 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts
|
|
4
4
|
declare const dictionaryDetailsContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
titleInput: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -23,8 +23,9 @@ declare const dictionaryDetailsContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,9 +45,10 @@ declare const dictionaryDetailsContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>;
|
|
49
|
-
description:
|
|
51
|
+
description: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
50
52
|
en: string;
|
|
51
53
|
'en-GB': string;
|
|
52
54
|
fr: string;
|
|
@@ -64,8 +66,9 @@ declare const dictionaryDetailsContent: {
|
|
|
64
66
|
pl: string;
|
|
65
67
|
id: string;
|
|
66
68
|
vi: string;
|
|
69
|
+
uk: string;
|
|
67
70
|
}, {
|
|
68
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
69
72
|
} & {
|
|
70
73
|
translation: {
|
|
71
74
|
en: string;
|
|
@@ -85,9 +88,10 @@ declare const dictionaryDetailsContent: {
|
|
|
85
88
|
pl: string;
|
|
86
89
|
id: string;
|
|
87
90
|
vi: string;
|
|
91
|
+
uk: string;
|
|
88
92
|
};
|
|
89
93
|
}>;
|
|
90
|
-
placeholder:
|
|
94
|
+
placeholder: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
91
95
|
en: string;
|
|
92
96
|
'en-GB': string;
|
|
93
97
|
fr: string;
|
|
@@ -105,8 +109,9 @@ declare const dictionaryDetailsContent: {
|
|
|
105
109
|
pl: string;
|
|
106
110
|
id: string;
|
|
107
111
|
vi: string;
|
|
112
|
+
uk: string;
|
|
108
113
|
}, {
|
|
109
|
-
nodeType:
|
|
114
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
110
115
|
} & {
|
|
111
116
|
translation: {
|
|
112
117
|
en: string;
|
|
@@ -126,11 +131,12 @@ declare const dictionaryDetailsContent: {
|
|
|
126
131
|
pl: string;
|
|
127
132
|
id: string;
|
|
128
133
|
vi: string;
|
|
134
|
+
uk: string;
|
|
129
135
|
};
|
|
130
136
|
}>;
|
|
131
137
|
};
|
|
132
138
|
keyInput: {
|
|
133
|
-
label:
|
|
139
|
+
label: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
134
140
|
en: string;
|
|
135
141
|
'en-GB': string;
|
|
136
142
|
fr: string;
|
|
@@ -148,8 +154,9 @@ declare const dictionaryDetailsContent: {
|
|
|
148
154
|
pl: string;
|
|
149
155
|
id: string;
|
|
150
156
|
vi: string;
|
|
157
|
+
uk: string;
|
|
151
158
|
}, {
|
|
152
|
-
nodeType:
|
|
159
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
153
160
|
} & {
|
|
154
161
|
translation: {
|
|
155
162
|
en: string;
|
|
@@ -169,9 +176,10 @@ declare const dictionaryDetailsContent: {
|
|
|
169
176
|
pl: string;
|
|
170
177
|
id: string;
|
|
171
178
|
vi: string;
|
|
179
|
+
uk: string;
|
|
172
180
|
};
|
|
173
181
|
}>;
|
|
174
|
-
description:
|
|
182
|
+
description: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
175
183
|
en: string;
|
|
176
184
|
'en-GB': string;
|
|
177
185
|
fr: string;
|
|
@@ -189,8 +197,9 @@ declare const dictionaryDetailsContent: {
|
|
|
189
197
|
pl: string;
|
|
190
198
|
id: string;
|
|
191
199
|
vi: string;
|
|
200
|
+
uk: string;
|
|
192
201
|
}, {
|
|
193
|
-
nodeType:
|
|
202
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
194
203
|
} & {
|
|
195
204
|
translation: {
|
|
196
205
|
en: string;
|
|
@@ -210,9 +219,10 @@ declare const dictionaryDetailsContent: {
|
|
|
210
219
|
pl: string;
|
|
211
220
|
id: string;
|
|
212
221
|
vi: string;
|
|
222
|
+
uk: string;
|
|
213
223
|
};
|
|
214
224
|
}>;
|
|
215
|
-
placeholder:
|
|
225
|
+
placeholder: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
216
226
|
en: string;
|
|
217
227
|
'en-GB': string;
|
|
218
228
|
fr: string;
|
|
@@ -230,8 +240,9 @@ declare const dictionaryDetailsContent: {
|
|
|
230
240
|
pl: string;
|
|
231
241
|
id: string;
|
|
232
242
|
vi: string;
|
|
243
|
+
uk: string;
|
|
233
244
|
}, {
|
|
234
|
-
nodeType:
|
|
245
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
235
246
|
} & {
|
|
236
247
|
translation: {
|
|
237
248
|
en: string;
|
|
@@ -251,11 +262,12 @@ declare const dictionaryDetailsContent: {
|
|
|
251
262
|
pl: string;
|
|
252
263
|
id: string;
|
|
253
264
|
vi: string;
|
|
265
|
+
uk: string;
|
|
254
266
|
};
|
|
255
267
|
}>;
|
|
256
268
|
};
|
|
257
269
|
descriptionInput: {
|
|
258
|
-
label:
|
|
270
|
+
label: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
259
271
|
en: string;
|
|
260
272
|
'en-GB': string;
|
|
261
273
|
fr: string;
|
|
@@ -273,8 +285,9 @@ declare const dictionaryDetailsContent: {
|
|
|
273
285
|
pl: string;
|
|
274
286
|
id: string;
|
|
275
287
|
vi: string;
|
|
288
|
+
uk: string;
|
|
276
289
|
}, {
|
|
277
|
-
nodeType:
|
|
290
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
278
291
|
} & {
|
|
279
292
|
translation: {
|
|
280
293
|
en: string;
|
|
@@ -294,9 +307,10 @@ declare const dictionaryDetailsContent: {
|
|
|
294
307
|
pl: string;
|
|
295
308
|
id: string;
|
|
296
309
|
vi: string;
|
|
310
|
+
uk: string;
|
|
297
311
|
};
|
|
298
312
|
}>;
|
|
299
|
-
placeholder:
|
|
313
|
+
placeholder: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
300
314
|
en: string;
|
|
301
315
|
'en-GB': string;
|
|
302
316
|
fr: string;
|
|
@@ -314,8 +328,9 @@ declare const dictionaryDetailsContent: {
|
|
|
314
328
|
pl: string;
|
|
315
329
|
id: string;
|
|
316
330
|
vi: string;
|
|
331
|
+
uk: string;
|
|
317
332
|
}, {
|
|
318
|
-
nodeType:
|
|
333
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
319
334
|
} & {
|
|
320
335
|
translation: {
|
|
321
336
|
en: string;
|
|
@@ -335,9 +350,10 @@ declare const dictionaryDetailsContent: {
|
|
|
335
350
|
pl: string;
|
|
336
351
|
id: string;
|
|
337
352
|
vi: string;
|
|
353
|
+
uk: string;
|
|
338
354
|
};
|
|
339
355
|
}>;
|
|
340
|
-
description:
|
|
356
|
+
description: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
341
357
|
en: string;
|
|
342
358
|
'en-GB': string;
|
|
343
359
|
fr: string;
|
|
@@ -355,8 +371,9 @@ declare const dictionaryDetailsContent: {
|
|
|
355
371
|
pl: string;
|
|
356
372
|
id: string;
|
|
357
373
|
vi: string;
|
|
374
|
+
uk: string;
|
|
358
375
|
}, {
|
|
359
|
-
nodeType:
|
|
376
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
360
377
|
} & {
|
|
361
378
|
translation: {
|
|
362
379
|
en: string;
|
|
@@ -376,11 +393,12 @@ declare const dictionaryDetailsContent: {
|
|
|
376
393
|
pl: string;
|
|
377
394
|
id: string;
|
|
378
395
|
vi: string;
|
|
396
|
+
uk: string;
|
|
379
397
|
};
|
|
380
398
|
}>;
|
|
381
399
|
};
|
|
382
400
|
projectInput: {
|
|
383
|
-
label:
|
|
401
|
+
label: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
384
402
|
en: string;
|
|
385
403
|
'en-GB': string;
|
|
386
404
|
fr: string;
|
|
@@ -398,8 +416,9 @@ declare const dictionaryDetailsContent: {
|
|
|
398
416
|
pl: string;
|
|
399
417
|
id: string;
|
|
400
418
|
vi: string;
|
|
419
|
+
uk: string;
|
|
401
420
|
}, {
|
|
402
|
-
nodeType:
|
|
421
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
403
422
|
} & {
|
|
404
423
|
translation: {
|
|
405
424
|
en: string;
|
|
@@ -419,9 +438,10 @@ declare const dictionaryDetailsContent: {
|
|
|
419
438
|
pl: string;
|
|
420
439
|
id: string;
|
|
421
440
|
vi: string;
|
|
441
|
+
uk: string;
|
|
422
442
|
};
|
|
423
443
|
}>;
|
|
424
|
-
description:
|
|
444
|
+
description: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
425
445
|
en: string;
|
|
426
446
|
'en-GB': string;
|
|
427
447
|
fr: string;
|
|
@@ -439,8 +459,9 @@ declare const dictionaryDetailsContent: {
|
|
|
439
459
|
pl: string;
|
|
440
460
|
id: string;
|
|
441
461
|
vi: string;
|
|
462
|
+
uk: string;
|
|
442
463
|
}, {
|
|
443
|
-
nodeType:
|
|
464
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
444
465
|
} & {
|
|
445
466
|
translation: {
|
|
446
467
|
en: string;
|
|
@@ -460,9 +481,10 @@ declare const dictionaryDetailsContent: {
|
|
|
460
481
|
pl: string;
|
|
461
482
|
id: string;
|
|
462
483
|
vi: string;
|
|
484
|
+
uk: string;
|
|
463
485
|
};
|
|
464
486
|
}>;
|
|
465
|
-
placeholder:
|
|
487
|
+
placeholder: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
466
488
|
en: string;
|
|
467
489
|
'en-GB': string;
|
|
468
490
|
fr: string;
|
|
@@ -480,8 +502,9 @@ declare const dictionaryDetailsContent: {
|
|
|
480
502
|
pl: string;
|
|
481
503
|
id: string;
|
|
482
504
|
vi: string;
|
|
505
|
+
uk: string;
|
|
483
506
|
}, {
|
|
484
|
-
nodeType:
|
|
507
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
485
508
|
} & {
|
|
486
509
|
translation: {
|
|
487
510
|
en: string;
|
|
@@ -501,11 +524,12 @@ declare const dictionaryDetailsContent: {
|
|
|
501
524
|
pl: string;
|
|
502
525
|
id: string;
|
|
503
526
|
vi: string;
|
|
527
|
+
uk: string;
|
|
504
528
|
};
|
|
505
529
|
}>;
|
|
506
530
|
};
|
|
507
531
|
tagsSelect: {
|
|
508
|
-
label:
|
|
532
|
+
label: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
509
533
|
en: string;
|
|
510
534
|
'en-GB': string;
|
|
511
535
|
fr: string;
|
|
@@ -523,8 +547,9 @@ declare const dictionaryDetailsContent: {
|
|
|
523
547
|
pl: string;
|
|
524
548
|
id: string;
|
|
525
549
|
vi: string;
|
|
550
|
+
uk: string;
|
|
526
551
|
}, {
|
|
527
|
-
nodeType:
|
|
552
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
528
553
|
} & {
|
|
529
554
|
translation: {
|
|
530
555
|
en: string;
|
|
@@ -544,9 +569,10 @@ declare const dictionaryDetailsContent: {
|
|
|
544
569
|
pl: string;
|
|
545
570
|
id: string;
|
|
546
571
|
vi: string;
|
|
572
|
+
uk: string;
|
|
547
573
|
};
|
|
548
574
|
}>;
|
|
549
|
-
description:
|
|
575
|
+
description: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
550
576
|
en: string;
|
|
551
577
|
'en-GB': string;
|
|
552
578
|
fr: string;
|
|
@@ -564,8 +590,9 @@ declare const dictionaryDetailsContent: {
|
|
|
564
590
|
pl: string;
|
|
565
591
|
id: string;
|
|
566
592
|
vi: string;
|
|
593
|
+
uk: string;
|
|
567
594
|
}, {
|
|
568
|
-
nodeType:
|
|
595
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
569
596
|
} & {
|
|
570
597
|
translation: {
|
|
571
598
|
en: string;
|
|
@@ -585,9 +612,10 @@ declare const dictionaryDetailsContent: {
|
|
|
585
612
|
pl: string;
|
|
586
613
|
id: string;
|
|
587
614
|
vi: string;
|
|
615
|
+
uk: string;
|
|
588
616
|
};
|
|
589
617
|
}>;
|
|
590
|
-
placeholder:
|
|
618
|
+
placeholder: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
591
619
|
en: string;
|
|
592
620
|
'en-GB': string;
|
|
593
621
|
fr: string;
|
|
@@ -605,8 +633,9 @@ declare const dictionaryDetailsContent: {
|
|
|
605
633
|
pl: string;
|
|
606
634
|
id: string;
|
|
607
635
|
vi: string;
|
|
636
|
+
uk: string;
|
|
608
637
|
}, {
|
|
609
|
-
nodeType:
|
|
638
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
610
639
|
} & {
|
|
611
640
|
translation: {
|
|
612
641
|
en: string;
|
|
@@ -626,11 +655,12 @@ declare const dictionaryDetailsContent: {
|
|
|
626
655
|
pl: string;
|
|
627
656
|
id: string;
|
|
628
657
|
vi: string;
|
|
658
|
+
uk: string;
|
|
629
659
|
};
|
|
630
660
|
}>;
|
|
631
661
|
};
|
|
632
662
|
auditButton: {
|
|
633
|
-
label:
|
|
663
|
+
label: _intlayer_types295.TypedNodeModel<_intlayer_types295.NodeType.Translation, {
|
|
634
664
|
en: string;
|
|
635
665
|
fr: string;
|
|
636
666
|
es: string;
|
|
@@ -648,8 +678,9 @@ declare const dictionaryDetailsContent: {
|
|
|
648
678
|
pl: string;
|
|
649
679
|
id: string;
|
|
650
680
|
vi: string;
|
|
681
|
+
uk: string;
|
|
651
682
|
}, {
|
|
652
|
-
nodeType:
|
|
683
|
+
nodeType: _intlayer_types295.NodeType.Translation | "translation";
|
|
653
684
|
} & {
|
|
654
685
|
translation: {
|
|
655
686
|
en: string;
|
|
@@ -669,6 +700,7 @@ declare const dictionaryDetailsContent: {
|
|
|
669
700
|
pl: string;
|
|
670
701
|
id: string;
|
|
671
702
|
vi: string;
|
|
703
|
+
uk: string;
|
|
672
704
|
};
|
|
673
705
|
}>;
|
|
674
706
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types259 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts
|
|
4
4
|
declare const useDictionaryDetailsSchemaContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
titleRequiredError:
|
|
7
|
+
titleRequiredError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
titleInvalidTypeError:
|
|
50
|
+
titleInvalidTypeError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
'en-GB': string;
|
|
51
53
|
fr: string;
|
|
@@ -63,8 +65,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,9 +87,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
|
-
titleMinLengthError:
|
|
93
|
+
titleMinLengthError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
90
94
|
en: string;
|
|
91
95
|
'en-GB': string;
|
|
92
96
|
fr: string;
|
|
@@ -104,8 +108,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
104
108
|
pl: string;
|
|
105
109
|
id: string;
|
|
106
110
|
vi: string;
|
|
111
|
+
uk: string;
|
|
107
112
|
}, {
|
|
108
|
-
nodeType:
|
|
113
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
109
114
|
} & {
|
|
110
115
|
translation: {
|
|
111
116
|
en: string;
|
|
@@ -125,9 +130,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
125
130
|
pl: string;
|
|
126
131
|
id: string;
|
|
127
132
|
vi: string;
|
|
133
|
+
uk: string;
|
|
128
134
|
};
|
|
129
135
|
}>;
|
|
130
|
-
keyRequiredError:
|
|
136
|
+
keyRequiredError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
131
137
|
en: string;
|
|
132
138
|
'en-GB': string;
|
|
133
139
|
fr: string;
|
|
@@ -145,8 +151,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
145
151
|
pl: string;
|
|
146
152
|
id: string;
|
|
147
153
|
vi: string;
|
|
154
|
+
uk: string;
|
|
148
155
|
}, {
|
|
149
|
-
nodeType:
|
|
156
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
150
157
|
} & {
|
|
151
158
|
translation: {
|
|
152
159
|
en: string;
|
|
@@ -166,9 +173,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
166
173
|
pl: string;
|
|
167
174
|
id: string;
|
|
168
175
|
vi: string;
|
|
176
|
+
uk: string;
|
|
169
177
|
};
|
|
170
178
|
}>;
|
|
171
|
-
keyInvalidTypeError:
|
|
179
|
+
keyInvalidTypeError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
172
180
|
en: string;
|
|
173
181
|
'en-GB': string;
|
|
174
182
|
fr: string;
|
|
@@ -186,8 +194,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
186
194
|
pl: string;
|
|
187
195
|
id: string;
|
|
188
196
|
vi: string;
|
|
197
|
+
uk: string;
|
|
189
198
|
}, {
|
|
190
|
-
nodeType:
|
|
199
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
191
200
|
} & {
|
|
192
201
|
translation: {
|
|
193
202
|
en: string;
|
|
@@ -207,9 +216,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
207
216
|
pl: string;
|
|
208
217
|
id: string;
|
|
209
218
|
vi: string;
|
|
219
|
+
uk: string;
|
|
210
220
|
};
|
|
211
221
|
}>;
|
|
212
|
-
keySpaceError:
|
|
222
|
+
keySpaceError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
213
223
|
en: string;
|
|
214
224
|
'en-GB': string;
|
|
215
225
|
fr: string;
|
|
@@ -227,8 +237,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
227
237
|
pl: string;
|
|
228
238
|
id: string;
|
|
229
239
|
vi: string;
|
|
240
|
+
uk: string;
|
|
230
241
|
}, {
|
|
231
|
-
nodeType:
|
|
242
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
232
243
|
} & {
|
|
233
244
|
translation: {
|
|
234
245
|
en: string;
|
|
@@ -248,9 +259,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
248
259
|
pl: string;
|
|
249
260
|
id: string;
|
|
250
261
|
vi: string;
|
|
262
|
+
uk: string;
|
|
251
263
|
};
|
|
252
264
|
}>;
|
|
253
|
-
keyMinLengthError:
|
|
265
|
+
keyMinLengthError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
254
266
|
en: string;
|
|
255
267
|
'en-GB': string;
|
|
256
268
|
fr: string;
|
|
@@ -268,8 +280,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
268
280
|
pl: string;
|
|
269
281
|
id: string;
|
|
270
282
|
vi: string;
|
|
283
|
+
uk: string;
|
|
271
284
|
}, {
|
|
272
|
-
nodeType:
|
|
285
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
273
286
|
} & {
|
|
274
287
|
translation: {
|
|
275
288
|
en: string;
|
|
@@ -289,9 +302,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
289
302
|
pl: string;
|
|
290
303
|
id: string;
|
|
291
304
|
vi: string;
|
|
305
|
+
uk: string;
|
|
292
306
|
};
|
|
293
307
|
}>;
|
|
294
|
-
descriptionRequiredError:
|
|
308
|
+
descriptionRequiredError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
295
309
|
en: string;
|
|
296
310
|
'en-GB': string;
|
|
297
311
|
fr: string;
|
|
@@ -309,8 +323,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
309
323
|
pl: string;
|
|
310
324
|
id: string;
|
|
311
325
|
vi: string;
|
|
326
|
+
uk: string;
|
|
312
327
|
}, {
|
|
313
|
-
nodeType:
|
|
328
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
314
329
|
} & {
|
|
315
330
|
translation: {
|
|
316
331
|
en: string;
|
|
@@ -330,9 +345,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
330
345
|
pl: string;
|
|
331
346
|
id: string;
|
|
332
347
|
vi: string;
|
|
348
|
+
uk: string;
|
|
333
349
|
};
|
|
334
350
|
}>;
|
|
335
|
-
descriptionInvalidTypeError:
|
|
351
|
+
descriptionInvalidTypeError: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
336
352
|
en: string;
|
|
337
353
|
'en-GB': string;
|
|
338
354
|
fr: string;
|
|
@@ -350,8 +366,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
350
366
|
pl: string;
|
|
351
367
|
id: string;
|
|
352
368
|
vi: string;
|
|
369
|
+
uk: string;
|
|
353
370
|
}, {
|
|
354
|
-
nodeType:
|
|
371
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
355
372
|
} & {
|
|
356
373
|
translation: {
|
|
357
374
|
en: string;
|
|
@@ -371,9 +388,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
371
388
|
pl: string;
|
|
372
389
|
id: string;
|
|
373
390
|
vi: string;
|
|
391
|
+
uk: string;
|
|
374
392
|
};
|
|
375
393
|
}>;
|
|
376
|
-
requiredErrorProjectId:
|
|
394
|
+
requiredErrorProjectId: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
377
395
|
en: string;
|
|
378
396
|
'en-GB': string;
|
|
379
397
|
fr: string;
|
|
@@ -391,8 +409,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
391
409
|
pl: string;
|
|
392
410
|
id: string;
|
|
393
411
|
vi: string;
|
|
412
|
+
uk: string;
|
|
394
413
|
}, {
|
|
395
|
-
nodeType:
|
|
414
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
396
415
|
} & {
|
|
397
416
|
translation: {
|
|
398
417
|
en: string;
|
|
@@ -412,9 +431,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
412
431
|
pl: string;
|
|
413
432
|
id: string;
|
|
414
433
|
vi: string;
|
|
434
|
+
uk: string;
|
|
415
435
|
};
|
|
416
436
|
}>;
|
|
417
|
-
invalidTypeErrorProjectId:
|
|
437
|
+
invalidTypeErrorProjectId: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
418
438
|
en: string;
|
|
419
439
|
'en-GB': string;
|
|
420
440
|
fr: string;
|
|
@@ -432,8 +452,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
432
452
|
pl: string;
|
|
433
453
|
id: string;
|
|
434
454
|
vi: string;
|
|
455
|
+
uk: string;
|
|
435
456
|
}, {
|
|
436
|
-
nodeType:
|
|
457
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
437
458
|
} & {
|
|
438
459
|
translation: {
|
|
439
460
|
en: string;
|
|
@@ -453,9 +474,10 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
453
474
|
pl: string;
|
|
454
475
|
id: string;
|
|
455
476
|
vi: string;
|
|
477
|
+
uk: string;
|
|
456
478
|
};
|
|
457
479
|
}>;
|
|
458
|
-
invalidTypeErrorTags:
|
|
480
|
+
invalidTypeErrorTags: _intlayer_types259.TypedNodeModel<_intlayer_types259.NodeType.Translation, {
|
|
459
481
|
en: string;
|
|
460
482
|
'en-GB': string;
|
|
461
483
|
fr: string;
|
|
@@ -473,8 +495,9 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
473
495
|
pl: string;
|
|
474
496
|
id: string;
|
|
475
497
|
vi: string;
|
|
498
|
+
uk: string;
|
|
476
499
|
}, {
|
|
477
|
-
nodeType:
|
|
500
|
+
nodeType: _intlayer_types259.NodeType.Translation | "translation";
|
|
478
501
|
} & {
|
|
479
502
|
translation: {
|
|
480
503
|
en: string;
|
|
@@ -494,6 +517,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
494
517
|
pl: string;
|
|
495
518
|
id: string;
|
|
496
519
|
vi: string;
|
|
520
|
+
uk: string;
|
|
497
521
|
};
|
|
498
522
|
}>;
|
|
499
523
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,
|
|
1
|
+
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,mCAoQS,0CAAA"}
|