@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/NavigationView/navigationViewNode.content.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types343 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
|
|
4
4
|
declare const navigationViewContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
tsxNotEditable:
|
|
7
|
+
tsxNotEditable: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const navigationViewContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,10 +44,11 @@ declare const navigationViewContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
50
|
goToField: {
|
|
49
|
-
label:
|
|
51
|
+
label: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
50
52
|
en: string;
|
|
51
53
|
'en-GB': string;
|
|
52
54
|
fr: string;
|
|
@@ -64,8 +66,9 @@ declare const navigationViewContent: {
|
|
|
64
66
|
pl: string;
|
|
65
67
|
id: string;
|
|
66
68
|
vi: string;
|
|
69
|
+
uk: string;
|
|
67
70
|
}, {
|
|
68
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
69
72
|
} & {
|
|
70
73
|
translation: {
|
|
71
74
|
en: string;
|
|
@@ -85,11 +88,12 @@ declare const navigationViewContent: {
|
|
|
85
88
|
pl: string;
|
|
86
89
|
id: string;
|
|
87
90
|
vi: string;
|
|
91
|
+
uk: string;
|
|
88
92
|
};
|
|
89
93
|
}>;
|
|
90
94
|
};
|
|
91
95
|
addNewElement: {
|
|
92
|
-
label:
|
|
96
|
+
label: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
93
97
|
en: string;
|
|
94
98
|
'en-GB': string;
|
|
95
99
|
fr: string;
|
|
@@ -107,8 +111,9 @@ declare const navigationViewContent: {
|
|
|
107
111
|
pl: string;
|
|
108
112
|
id: string;
|
|
109
113
|
vi: string;
|
|
114
|
+
uk: string;
|
|
110
115
|
}, {
|
|
111
|
-
nodeType:
|
|
116
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
112
117
|
} & {
|
|
113
118
|
translation: {
|
|
114
119
|
en: string;
|
|
@@ -128,9 +133,10 @@ declare const navigationViewContent: {
|
|
|
128
133
|
pl: string;
|
|
129
134
|
id: string;
|
|
130
135
|
vi: string;
|
|
136
|
+
uk: string;
|
|
131
137
|
};
|
|
132
138
|
}>;
|
|
133
|
-
text:
|
|
139
|
+
text: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
134
140
|
en: string;
|
|
135
141
|
'en-GB': string;
|
|
136
142
|
fr: string;
|
|
@@ -148,8 +154,9 @@ declare const navigationViewContent: {
|
|
|
148
154
|
pl: string;
|
|
149
155
|
id: string;
|
|
150
156
|
vi: string;
|
|
157
|
+
uk: string;
|
|
151
158
|
}, {
|
|
152
|
-
nodeType:
|
|
159
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
153
160
|
} & {
|
|
154
161
|
translation: {
|
|
155
162
|
en: string;
|
|
@@ -169,11 +176,12 @@ declare const navigationViewContent: {
|
|
|
169
176
|
pl: string;
|
|
170
177
|
id: string;
|
|
171
178
|
vi: string;
|
|
179
|
+
uk: string;
|
|
172
180
|
};
|
|
173
181
|
}>;
|
|
174
182
|
};
|
|
175
183
|
removeElement: {
|
|
176
|
-
label:
|
|
184
|
+
label: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
177
185
|
en: string;
|
|
178
186
|
'en-GB': string;
|
|
179
187
|
fr: string;
|
|
@@ -191,8 +199,9 @@ declare const navigationViewContent: {
|
|
|
191
199
|
pl: string;
|
|
192
200
|
id: string;
|
|
193
201
|
vi: string;
|
|
202
|
+
uk: string;
|
|
194
203
|
}, {
|
|
195
|
-
nodeType:
|
|
204
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
196
205
|
} & {
|
|
197
206
|
translation: {
|
|
198
207
|
en: string;
|
|
@@ -212,9 +221,10 @@ declare const navigationViewContent: {
|
|
|
212
221
|
pl: string;
|
|
213
222
|
id: string;
|
|
214
223
|
vi: string;
|
|
224
|
+
uk: string;
|
|
215
225
|
};
|
|
216
226
|
}>;
|
|
217
|
-
text:
|
|
227
|
+
text: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
218
228
|
en: string;
|
|
219
229
|
'en-GB': string;
|
|
220
230
|
fr: string;
|
|
@@ -232,8 +242,9 @@ declare const navigationViewContent: {
|
|
|
232
242
|
pl: string;
|
|
233
243
|
id: string;
|
|
234
244
|
vi: string;
|
|
245
|
+
uk: string;
|
|
235
246
|
}, {
|
|
236
|
-
nodeType:
|
|
247
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
237
248
|
} & {
|
|
238
249
|
translation: {
|
|
239
250
|
en: string;
|
|
@@ -253,11 +264,12 @@ declare const navigationViewContent: {
|
|
|
253
264
|
pl: string;
|
|
254
265
|
id: string;
|
|
255
266
|
vi: string;
|
|
267
|
+
uk: string;
|
|
256
268
|
};
|
|
257
269
|
}>;
|
|
258
270
|
};
|
|
259
271
|
addNewEnumeration: {
|
|
260
|
-
label:
|
|
272
|
+
label: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
261
273
|
en: string;
|
|
262
274
|
'en-GB': string;
|
|
263
275
|
fr: string;
|
|
@@ -275,8 +287,9 @@ declare const navigationViewContent: {
|
|
|
275
287
|
pl: string;
|
|
276
288
|
id: string;
|
|
277
289
|
vi: string;
|
|
290
|
+
uk: string;
|
|
278
291
|
}, {
|
|
279
|
-
nodeType:
|
|
292
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
280
293
|
} & {
|
|
281
294
|
translation: {
|
|
282
295
|
en: string;
|
|
@@ -296,9 +309,10 @@ declare const navigationViewContent: {
|
|
|
296
309
|
pl: string;
|
|
297
310
|
id: string;
|
|
298
311
|
vi: string;
|
|
312
|
+
uk: string;
|
|
299
313
|
};
|
|
300
314
|
}>;
|
|
301
|
-
text:
|
|
315
|
+
text: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
302
316
|
en: string;
|
|
303
317
|
'en-GB': string;
|
|
304
318
|
fr: string;
|
|
@@ -316,8 +330,9 @@ declare const navigationViewContent: {
|
|
|
316
330
|
pl: string;
|
|
317
331
|
id: string;
|
|
318
332
|
vi: string;
|
|
333
|
+
uk: string;
|
|
319
334
|
}, {
|
|
320
|
-
nodeType:
|
|
335
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
321
336
|
} & {
|
|
322
337
|
translation: {
|
|
323
338
|
en: string;
|
|
@@ -337,11 +352,12 @@ declare const navigationViewContent: {
|
|
|
337
352
|
pl: string;
|
|
338
353
|
id: string;
|
|
339
354
|
vi: string;
|
|
355
|
+
uk: string;
|
|
340
356
|
};
|
|
341
357
|
}>;
|
|
342
358
|
};
|
|
343
359
|
removeEnumeration: {
|
|
344
|
-
label:
|
|
360
|
+
label: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
345
361
|
en: string;
|
|
346
362
|
'en-GB': string;
|
|
347
363
|
fr: string;
|
|
@@ -359,8 +375,9 @@ declare const navigationViewContent: {
|
|
|
359
375
|
pl: string;
|
|
360
376
|
id: string;
|
|
361
377
|
vi: string;
|
|
378
|
+
uk: string;
|
|
362
379
|
}, {
|
|
363
|
-
nodeType:
|
|
380
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
364
381
|
} & {
|
|
365
382
|
translation: {
|
|
366
383
|
en: string;
|
|
@@ -380,9 +397,10 @@ declare const navigationViewContent: {
|
|
|
380
397
|
pl: string;
|
|
381
398
|
id: string;
|
|
382
399
|
vi: string;
|
|
400
|
+
uk: string;
|
|
383
401
|
};
|
|
384
402
|
}>;
|
|
385
|
-
text:
|
|
403
|
+
text: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
386
404
|
en: string;
|
|
387
405
|
'en-GB': string;
|
|
388
406
|
fr: string;
|
|
@@ -400,8 +418,9 @@ declare const navigationViewContent: {
|
|
|
400
418
|
pl: string;
|
|
401
419
|
id: string;
|
|
402
420
|
vi: string;
|
|
421
|
+
uk: string;
|
|
403
422
|
}, {
|
|
404
|
-
nodeType:
|
|
423
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
405
424
|
} & {
|
|
406
425
|
translation: {
|
|
407
426
|
en: string;
|
|
@@ -421,11 +440,12 @@ declare const navigationViewContent: {
|
|
|
421
440
|
pl: string;
|
|
422
441
|
id: string;
|
|
423
442
|
vi: string;
|
|
443
|
+
uk: string;
|
|
424
444
|
};
|
|
425
445
|
}>;
|
|
426
446
|
};
|
|
427
447
|
addNewCondition: {
|
|
428
|
-
label:
|
|
448
|
+
label: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
429
449
|
en: string;
|
|
430
450
|
'en-GB': string;
|
|
431
451
|
fr: string;
|
|
@@ -443,8 +463,9 @@ declare const navigationViewContent: {
|
|
|
443
463
|
pl: string;
|
|
444
464
|
id: string;
|
|
445
465
|
vi: string;
|
|
466
|
+
uk: string;
|
|
446
467
|
}, {
|
|
447
|
-
nodeType:
|
|
468
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
448
469
|
} & {
|
|
449
470
|
translation: {
|
|
450
471
|
en: string;
|
|
@@ -464,9 +485,10 @@ declare const navigationViewContent: {
|
|
|
464
485
|
pl: string;
|
|
465
486
|
id: string;
|
|
466
487
|
vi: string;
|
|
488
|
+
uk: string;
|
|
467
489
|
};
|
|
468
490
|
}>;
|
|
469
|
-
text:
|
|
491
|
+
text: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
|
|
470
492
|
en: string;
|
|
471
493
|
'en-GB': string;
|
|
472
494
|
fr: string;
|
|
@@ -484,8 +506,9 @@ declare const navigationViewContent: {
|
|
|
484
506
|
pl: string;
|
|
485
507
|
id: string;
|
|
486
508
|
vi: string;
|
|
509
|
+
uk: string;
|
|
487
510
|
}, {
|
|
488
|
-
nodeType:
|
|
511
|
+
nodeType: _intlayer_types343.NodeType.Translation | "translation";
|
|
489
512
|
} & {
|
|
490
513
|
translation: {
|
|
491
514
|
en: string;
|
|
@@ -505,6 +528,7 @@ declare const navigationViewContent: {
|
|
|
505
528
|
pl: string;
|
|
506
529
|
id: string;
|
|
507
530
|
vi: string;
|
|
531
|
+
uk: string;
|
|
508
532
|
};
|
|
509
533
|
}>;
|
|
510
534
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigationViewNode.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,cAAA,
|
|
1
|
+
{"version":3,"file":"navigationViewNode.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,cAAA,mCAoQS,0CAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types388 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts
|
|
4
4
|
declare const saveDictionaryContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
deleteButton: {
|
|
8
|
-
text:
|
|
8
|
+
text: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -23,8 +23,9 @@ declare const saveDictionaryContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,9 +45,10 @@ declare const saveDictionaryContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>;
|
|
49
|
-
label:
|
|
51
|
+
label: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
50
52
|
en: string;
|
|
51
53
|
'en-GB': string;
|
|
52
54
|
fr: string;
|
|
@@ -64,8 +66,9 @@ declare const saveDictionaryContent: {
|
|
|
64
66
|
pl: string;
|
|
65
67
|
id: string;
|
|
66
68
|
vi: string;
|
|
69
|
+
uk: string;
|
|
67
70
|
}, {
|
|
68
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
69
72
|
} & {
|
|
70
73
|
translation: {
|
|
71
74
|
en: string;
|
|
@@ -85,11 +88,12 @@ declare const saveDictionaryContent: {
|
|
|
85
88
|
pl: string;
|
|
86
89
|
id: string;
|
|
87
90
|
vi: string;
|
|
91
|
+
uk: string;
|
|
88
92
|
};
|
|
89
93
|
}>;
|
|
90
94
|
};
|
|
91
95
|
resetButton: {
|
|
92
|
-
text:
|
|
96
|
+
text: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
93
97
|
en: string;
|
|
94
98
|
'en-GB': string;
|
|
95
99
|
fr: string;
|
|
@@ -107,8 +111,9 @@ declare const saveDictionaryContent: {
|
|
|
107
111
|
pl: string;
|
|
108
112
|
id: string;
|
|
109
113
|
vi: string;
|
|
114
|
+
uk: string;
|
|
110
115
|
}, {
|
|
111
|
-
nodeType:
|
|
116
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
112
117
|
} & {
|
|
113
118
|
translation: {
|
|
114
119
|
en: string;
|
|
@@ -128,9 +133,10 @@ declare const saveDictionaryContent: {
|
|
|
128
133
|
pl: string;
|
|
129
134
|
id: string;
|
|
130
135
|
vi: string;
|
|
136
|
+
uk: string;
|
|
131
137
|
};
|
|
132
138
|
}>;
|
|
133
|
-
label:
|
|
139
|
+
label: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
134
140
|
en: string;
|
|
135
141
|
'en-GB': string;
|
|
136
142
|
fr: string;
|
|
@@ -148,8 +154,9 @@ declare const saveDictionaryContent: {
|
|
|
148
154
|
pl: string;
|
|
149
155
|
id: string;
|
|
150
156
|
vi: string;
|
|
157
|
+
uk: string;
|
|
151
158
|
}, {
|
|
152
|
-
nodeType:
|
|
159
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
153
160
|
} & {
|
|
154
161
|
translation: {
|
|
155
162
|
en: string;
|
|
@@ -169,11 +176,12 @@ declare const saveDictionaryContent: {
|
|
|
169
176
|
pl: string;
|
|
170
177
|
id: string;
|
|
171
178
|
vi: string;
|
|
179
|
+
uk: string;
|
|
172
180
|
};
|
|
173
181
|
}>;
|
|
174
182
|
};
|
|
175
183
|
saveButton: {
|
|
176
|
-
text:
|
|
184
|
+
text: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
177
185
|
en: string;
|
|
178
186
|
'en-GB': string;
|
|
179
187
|
fr: string;
|
|
@@ -191,8 +199,9 @@ declare const saveDictionaryContent: {
|
|
|
191
199
|
pl: string;
|
|
192
200
|
id: string;
|
|
193
201
|
vi: string;
|
|
202
|
+
uk: string;
|
|
194
203
|
}, {
|
|
195
|
-
nodeType:
|
|
204
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
196
205
|
} & {
|
|
197
206
|
translation: {
|
|
198
207
|
en: string;
|
|
@@ -212,9 +221,10 @@ declare const saveDictionaryContent: {
|
|
|
212
221
|
pl: string;
|
|
213
222
|
id: string;
|
|
214
223
|
vi: string;
|
|
224
|
+
uk: string;
|
|
215
225
|
};
|
|
216
226
|
}>;
|
|
217
|
-
label:
|
|
227
|
+
label: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
218
228
|
en: string;
|
|
219
229
|
'en-GB': string;
|
|
220
230
|
fr: string;
|
|
@@ -232,8 +242,9 @@ declare const saveDictionaryContent: {
|
|
|
232
242
|
pl: string;
|
|
233
243
|
id: string;
|
|
234
244
|
vi: string;
|
|
245
|
+
uk: string;
|
|
235
246
|
}, {
|
|
236
|
-
nodeType:
|
|
247
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
237
248
|
} & {
|
|
238
249
|
translation: {
|
|
239
250
|
en: string;
|
|
@@ -253,11 +264,12 @@ declare const saveDictionaryContent: {
|
|
|
253
264
|
pl: string;
|
|
254
265
|
id: string;
|
|
255
266
|
vi: string;
|
|
267
|
+
uk: string;
|
|
256
268
|
};
|
|
257
269
|
}>;
|
|
258
270
|
};
|
|
259
271
|
publishButton: {
|
|
260
|
-
text:
|
|
272
|
+
text: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
261
273
|
en: string;
|
|
262
274
|
'en-GB': string;
|
|
263
275
|
fr: string;
|
|
@@ -275,8 +287,9 @@ declare const saveDictionaryContent: {
|
|
|
275
287
|
pl: string;
|
|
276
288
|
id: string;
|
|
277
289
|
vi: string;
|
|
290
|
+
uk: string;
|
|
278
291
|
}, {
|
|
279
|
-
nodeType:
|
|
292
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
280
293
|
} & {
|
|
281
294
|
translation: {
|
|
282
295
|
en: string;
|
|
@@ -296,9 +309,10 @@ declare const saveDictionaryContent: {
|
|
|
296
309
|
pl: string;
|
|
297
310
|
id: string;
|
|
298
311
|
vi: string;
|
|
312
|
+
uk: string;
|
|
299
313
|
};
|
|
300
314
|
}>;
|
|
301
|
-
label:
|
|
315
|
+
label: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
302
316
|
en: string;
|
|
303
317
|
'en-GB': string;
|
|
304
318
|
fr: string;
|
|
@@ -316,8 +330,9 @@ declare const saveDictionaryContent: {
|
|
|
316
330
|
pl: string;
|
|
317
331
|
id: string;
|
|
318
332
|
vi: string;
|
|
333
|
+
uk: string;
|
|
319
334
|
}, {
|
|
320
|
-
nodeType:
|
|
335
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
321
336
|
} & {
|
|
322
337
|
translation: {
|
|
323
338
|
en: string;
|
|
@@ -337,11 +352,12 @@ declare const saveDictionaryContent: {
|
|
|
337
352
|
pl: string;
|
|
338
353
|
id: string;
|
|
339
354
|
vi: string;
|
|
355
|
+
uk: string;
|
|
340
356
|
};
|
|
341
357
|
}>;
|
|
342
358
|
};
|
|
343
359
|
downloadButton: {
|
|
344
|
-
text:
|
|
360
|
+
text: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
345
361
|
en: string;
|
|
346
362
|
'en-GB': string;
|
|
347
363
|
fr: string;
|
|
@@ -359,8 +375,9 @@ declare const saveDictionaryContent: {
|
|
|
359
375
|
pl: string;
|
|
360
376
|
id: string;
|
|
361
377
|
vi: string;
|
|
378
|
+
uk: string;
|
|
362
379
|
}, {
|
|
363
|
-
nodeType:
|
|
380
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
364
381
|
} & {
|
|
365
382
|
translation: {
|
|
366
383
|
en: string;
|
|
@@ -380,9 +397,10 @@ declare const saveDictionaryContent: {
|
|
|
380
397
|
pl: string;
|
|
381
398
|
id: string;
|
|
382
399
|
vi: string;
|
|
400
|
+
uk: string;
|
|
383
401
|
};
|
|
384
402
|
}>;
|
|
385
|
-
label:
|
|
403
|
+
label: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
386
404
|
en: string;
|
|
387
405
|
'en-GB': string;
|
|
388
406
|
fr: string;
|
|
@@ -400,8 +418,9 @@ declare const saveDictionaryContent: {
|
|
|
400
418
|
pl: string;
|
|
401
419
|
id: string;
|
|
402
420
|
vi: string;
|
|
421
|
+
uk: string;
|
|
403
422
|
}, {
|
|
404
|
-
nodeType:
|
|
423
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
405
424
|
} & {
|
|
406
425
|
translation: {
|
|
407
426
|
en: string;
|
|
@@ -421,11 +440,12 @@ declare const saveDictionaryContent: {
|
|
|
421
440
|
pl: string;
|
|
422
441
|
id: string;
|
|
423
442
|
vi: string;
|
|
443
|
+
uk: string;
|
|
424
444
|
};
|
|
425
445
|
}>;
|
|
426
446
|
};
|
|
427
447
|
confirmation: {
|
|
428
|
-
title:
|
|
448
|
+
title: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
429
449
|
en: string;
|
|
430
450
|
'en-GB': string;
|
|
431
451
|
fr: string;
|
|
@@ -443,8 +463,9 @@ declare const saveDictionaryContent: {
|
|
|
443
463
|
pl: string;
|
|
444
464
|
id: string;
|
|
445
465
|
vi: string;
|
|
466
|
+
uk: string;
|
|
446
467
|
}, {
|
|
447
|
-
nodeType:
|
|
468
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
448
469
|
} & {
|
|
449
470
|
translation: {
|
|
450
471
|
en: string;
|
|
@@ -464,9 +485,10 @@ declare const saveDictionaryContent: {
|
|
|
464
485
|
pl: string;
|
|
465
486
|
id: string;
|
|
466
487
|
vi: string;
|
|
488
|
+
uk: string;
|
|
467
489
|
};
|
|
468
490
|
}>;
|
|
469
|
-
message:
|
|
491
|
+
message: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
470
492
|
en: string;
|
|
471
493
|
'en-GB': string;
|
|
472
494
|
fr: string;
|
|
@@ -484,8 +506,9 @@ declare const saveDictionaryContent: {
|
|
|
484
506
|
pl: string;
|
|
485
507
|
id: string;
|
|
486
508
|
vi: string;
|
|
509
|
+
uk: string;
|
|
487
510
|
}, {
|
|
488
|
-
nodeType:
|
|
511
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
489
512
|
} & {
|
|
490
513
|
translation: {
|
|
491
514
|
en: string;
|
|
@@ -505,10 +528,11 @@ declare const saveDictionaryContent: {
|
|
|
505
528
|
pl: string;
|
|
506
529
|
id: string;
|
|
507
530
|
vi: string;
|
|
531
|
+
uk: string;
|
|
508
532
|
};
|
|
509
533
|
}>;
|
|
510
534
|
confirmButton: {
|
|
511
|
-
text:
|
|
535
|
+
text: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
512
536
|
en: string;
|
|
513
537
|
'en-GB': string;
|
|
514
538
|
fr: string;
|
|
@@ -526,8 +550,9 @@ declare const saveDictionaryContent: {
|
|
|
526
550
|
pl: string;
|
|
527
551
|
id: string;
|
|
528
552
|
vi: string;
|
|
553
|
+
uk: string;
|
|
529
554
|
}, {
|
|
530
|
-
nodeType:
|
|
555
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
531
556
|
} & {
|
|
532
557
|
translation: {
|
|
533
558
|
en: string;
|
|
@@ -547,9 +572,10 @@ declare const saveDictionaryContent: {
|
|
|
547
572
|
pl: string;
|
|
548
573
|
id: string;
|
|
549
574
|
vi: string;
|
|
575
|
+
uk: string;
|
|
550
576
|
};
|
|
551
577
|
}>;
|
|
552
|
-
label:
|
|
578
|
+
label: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
553
579
|
en: string;
|
|
554
580
|
'en-GB': string;
|
|
555
581
|
fr: string;
|
|
@@ -567,8 +593,9 @@ declare const saveDictionaryContent: {
|
|
|
567
593
|
pl: string;
|
|
568
594
|
id: string;
|
|
569
595
|
vi: string;
|
|
596
|
+
uk: string;
|
|
570
597
|
}, {
|
|
571
|
-
nodeType:
|
|
598
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
572
599
|
} & {
|
|
573
600
|
translation: {
|
|
574
601
|
en: string;
|
|
@@ -588,11 +615,12 @@ declare const saveDictionaryContent: {
|
|
|
588
615
|
pl: string;
|
|
589
616
|
id: string;
|
|
590
617
|
vi: string;
|
|
618
|
+
uk: string;
|
|
591
619
|
};
|
|
592
620
|
}>;
|
|
593
621
|
};
|
|
594
622
|
cancelButton: {
|
|
595
|
-
text:
|
|
623
|
+
text: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
596
624
|
en: string;
|
|
597
625
|
'en-GB': string;
|
|
598
626
|
fr: string;
|
|
@@ -610,8 +638,9 @@ declare const saveDictionaryContent: {
|
|
|
610
638
|
pl: string;
|
|
611
639
|
id: string;
|
|
612
640
|
vi: string;
|
|
641
|
+
uk: string;
|
|
613
642
|
}, {
|
|
614
|
-
nodeType:
|
|
643
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
615
644
|
} & {
|
|
616
645
|
translation: {
|
|
617
646
|
en: string;
|
|
@@ -631,9 +660,10 @@ declare const saveDictionaryContent: {
|
|
|
631
660
|
pl: string;
|
|
632
661
|
id: string;
|
|
633
662
|
vi: string;
|
|
663
|
+
uk: string;
|
|
634
664
|
};
|
|
635
665
|
}>;
|
|
636
|
-
label:
|
|
666
|
+
label: _intlayer_types388.TypedNodeModel<_intlayer_types388.NodeType.Translation, {
|
|
637
667
|
en: string;
|
|
638
668
|
'en-GB': string;
|
|
639
669
|
fr: string;
|
|
@@ -651,8 +681,9 @@ declare const saveDictionaryContent: {
|
|
|
651
681
|
pl: string;
|
|
652
682
|
id: string;
|
|
653
683
|
vi: string;
|
|
684
|
+
uk: string;
|
|
654
685
|
}, {
|
|
655
|
-
nodeType:
|
|
686
|
+
nodeType: _intlayer_types388.NodeType.Translation | "translation";
|
|
656
687
|
} & {
|
|
657
688
|
translation: {
|
|
658
689
|
en: string;
|
|
@@ -672,6 +703,7 @@ declare const saveDictionaryContent: {
|
|
|
672
703
|
pl: string;
|
|
673
704
|
id: string;
|
|
674
705
|
vi: string;
|
|
706
|
+
uk: string;
|
|
675
707
|
};
|
|
676
708
|
}>;
|
|
677
709
|
};
|