@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,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types112 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts
|
|
4
4
|
declare const localeSwitcherContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
localeSwitcherLabel:
|
|
7
|
+
localeSwitcherLabel: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const localeSwitcherContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const localeSwitcherContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
languageListLabel:
|
|
50
|
+
languageListLabel: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
'en-GB': string;
|
|
51
53
|
fr: string;
|
|
@@ -63,8 +65,9 @@ declare const localeSwitcherContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,9 +87,10 @@ declare const localeSwitcherContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
|
-
switchTo:
|
|
93
|
+
switchTo: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
90
94
|
en: string;
|
|
91
95
|
fr: string;
|
|
92
96
|
es: string;
|
|
@@ -104,8 +108,9 @@ declare const localeSwitcherContent: {
|
|
|
104
108
|
pl: string;
|
|
105
109
|
id: string;
|
|
106
110
|
vi: string;
|
|
111
|
+
uk: string;
|
|
107
112
|
}, {
|
|
108
|
-
nodeType:
|
|
113
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
109
114
|
} & {
|
|
110
115
|
translation: {
|
|
111
116
|
en: string;
|
|
@@ -125,10 +130,11 @@ declare const localeSwitcherContent: {
|
|
|
125
130
|
pl: string;
|
|
126
131
|
id: string;
|
|
127
132
|
vi: string;
|
|
133
|
+
uk: string;
|
|
128
134
|
};
|
|
129
135
|
}>;
|
|
130
136
|
searchInput: {
|
|
131
|
-
text:
|
|
137
|
+
text: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
132
138
|
en: string;
|
|
133
139
|
'en-GB': string;
|
|
134
140
|
fr: string;
|
|
@@ -146,8 +152,9 @@ declare const localeSwitcherContent: {
|
|
|
146
152
|
pl: string;
|
|
147
153
|
id: string;
|
|
148
154
|
vi: string;
|
|
155
|
+
uk: string;
|
|
149
156
|
}, {
|
|
150
|
-
nodeType:
|
|
157
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
151
158
|
} & {
|
|
152
159
|
translation: {
|
|
153
160
|
en: string;
|
|
@@ -167,9 +174,10 @@ declare const localeSwitcherContent: {
|
|
|
167
174
|
pl: string;
|
|
168
175
|
id: string;
|
|
169
176
|
vi: string;
|
|
177
|
+
uk: string;
|
|
170
178
|
};
|
|
171
179
|
}>;
|
|
172
|
-
placeholder:
|
|
180
|
+
placeholder: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
173
181
|
en: string;
|
|
174
182
|
'en-GB': string;
|
|
175
183
|
fr: string;
|
|
@@ -187,8 +195,9 @@ declare const localeSwitcherContent: {
|
|
|
187
195
|
pl: string;
|
|
188
196
|
id: string;
|
|
189
197
|
vi: string;
|
|
198
|
+
uk: string;
|
|
190
199
|
}, {
|
|
191
|
-
nodeType:
|
|
200
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
192
201
|
} & {
|
|
193
202
|
translation: {
|
|
194
203
|
en: string;
|
|
@@ -208,9 +217,10 @@ declare const localeSwitcherContent: {
|
|
|
208
217
|
pl: string;
|
|
209
218
|
id: string;
|
|
210
219
|
vi: string;
|
|
220
|
+
uk: string;
|
|
211
221
|
};
|
|
212
222
|
}>;
|
|
213
|
-
ariaLabel:
|
|
223
|
+
ariaLabel: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
214
224
|
en: string;
|
|
215
225
|
'en-GB': string;
|
|
216
226
|
fr: string;
|
|
@@ -228,8 +238,9 @@ declare const localeSwitcherContent: {
|
|
|
228
238
|
pl: string;
|
|
229
239
|
id: string;
|
|
230
240
|
vi: string;
|
|
241
|
+
uk: string;
|
|
231
242
|
}, {
|
|
232
|
-
nodeType:
|
|
243
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
233
244
|
} & {
|
|
234
245
|
translation: {
|
|
235
246
|
en: string;
|
|
@@ -249,11 +260,12 @@ declare const localeSwitcherContent: {
|
|
|
249
260
|
pl: string;
|
|
250
261
|
id: string;
|
|
251
262
|
vi: string;
|
|
263
|
+
uk: string;
|
|
252
264
|
};
|
|
253
265
|
}>;
|
|
254
266
|
};
|
|
255
267
|
seeAllLocalesSwitch: {
|
|
256
|
-
true:
|
|
268
|
+
true: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
257
269
|
en: string;
|
|
258
270
|
'en-GB': string;
|
|
259
271
|
fr: string;
|
|
@@ -271,8 +283,9 @@ declare const localeSwitcherContent: {
|
|
|
271
283
|
pl: string;
|
|
272
284
|
id: string;
|
|
273
285
|
vi: string;
|
|
286
|
+
uk: string;
|
|
274
287
|
}, {
|
|
275
|
-
nodeType:
|
|
288
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
276
289
|
} & {
|
|
277
290
|
translation: {
|
|
278
291
|
en: string;
|
|
@@ -292,9 +305,10 @@ declare const localeSwitcherContent: {
|
|
|
292
305
|
pl: string;
|
|
293
306
|
id: string;
|
|
294
307
|
vi: string;
|
|
308
|
+
uk: string;
|
|
295
309
|
};
|
|
296
310
|
}>;
|
|
297
|
-
false:
|
|
311
|
+
false: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
|
|
298
312
|
en: string;
|
|
299
313
|
'en-GB': string;
|
|
300
314
|
fr: string;
|
|
@@ -312,8 +326,9 @@ declare const localeSwitcherContent: {
|
|
|
312
326
|
pl: string;
|
|
313
327
|
id: string;
|
|
314
328
|
vi: string;
|
|
329
|
+
uk: string;
|
|
315
330
|
}, {
|
|
316
|
-
nodeType:
|
|
331
|
+
nodeType: _intlayer_types112.NodeType.Translation | "translation";
|
|
317
332
|
} & {
|
|
318
333
|
translation: {
|
|
319
334
|
en: string;
|
|
@@ -333,6 +348,7 @@ declare const localeSwitcherContent: {
|
|
|
333
348
|
pl: string;
|
|
334
349
|
id: string;
|
|
335
350
|
vi: string;
|
|
351
|
+
uk: string;
|
|
336
352
|
};
|
|
337
353
|
}>;
|
|
338
354
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCA4KgB,0CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types151 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts
|
|
4
4
|
declare const localeSwitcherContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
localeSwitcherLabel:
|
|
7
|
+
localeSwitcherLabel: _intlayer_types151.TypedNodeModel<_intlayer_types151.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -22,8 +22,9 @@ declare const localeSwitcherContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types151.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const localeSwitcherContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
languageListLabel:
|
|
50
|
+
languageListLabel: _intlayer_types151.TypedNodeModel<_intlayer_types151.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
'en-GB': string;
|
|
51
53
|
fr: string;
|
|
@@ -63,8 +65,9 @@ declare const localeSwitcherContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types151.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,9 +87,10 @@ declare const localeSwitcherContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
|
-
switchTo:
|
|
93
|
+
switchTo: _intlayer_types151.TypedNodeModel<_intlayer_types151.NodeType.Translation, {
|
|
90
94
|
en: string;
|
|
91
95
|
fr: string;
|
|
92
96
|
es: string;
|
|
@@ -104,8 +108,9 @@ declare const localeSwitcherContent: {
|
|
|
104
108
|
pl: string;
|
|
105
109
|
id: string;
|
|
106
110
|
vi: string;
|
|
111
|
+
uk: string;
|
|
107
112
|
}, {
|
|
108
|
-
nodeType:
|
|
113
|
+
nodeType: _intlayer_types151.NodeType.Translation | "translation";
|
|
109
114
|
} & {
|
|
110
115
|
translation: {
|
|
111
116
|
en: string;
|
|
@@ -125,10 +130,11 @@ declare const localeSwitcherContent: {
|
|
|
125
130
|
pl: string;
|
|
126
131
|
id: string;
|
|
127
132
|
vi: string;
|
|
133
|
+
uk: string;
|
|
128
134
|
};
|
|
129
135
|
}>;
|
|
130
136
|
searchInput: {
|
|
131
|
-
text:
|
|
137
|
+
text: _intlayer_types151.TypedNodeModel<_intlayer_types151.NodeType.Translation, {
|
|
132
138
|
en: string;
|
|
133
139
|
'en-GB': string;
|
|
134
140
|
fr: string;
|
|
@@ -146,8 +152,9 @@ declare const localeSwitcherContent: {
|
|
|
146
152
|
pl: string;
|
|
147
153
|
id: string;
|
|
148
154
|
vi: string;
|
|
155
|
+
uk: string;
|
|
149
156
|
}, {
|
|
150
|
-
nodeType:
|
|
157
|
+
nodeType: _intlayer_types151.NodeType.Translation | "translation";
|
|
151
158
|
} & {
|
|
152
159
|
translation: {
|
|
153
160
|
en: string;
|
|
@@ -167,9 +174,10 @@ declare const localeSwitcherContent: {
|
|
|
167
174
|
pl: string;
|
|
168
175
|
id: string;
|
|
169
176
|
vi: string;
|
|
177
|
+
uk: string;
|
|
170
178
|
};
|
|
171
179
|
}>;
|
|
172
|
-
placeholder:
|
|
180
|
+
placeholder: _intlayer_types151.TypedNodeModel<_intlayer_types151.NodeType.Translation, {
|
|
173
181
|
en: string;
|
|
174
182
|
'en-GB': string;
|
|
175
183
|
fr: string;
|
|
@@ -187,8 +195,9 @@ declare const localeSwitcherContent: {
|
|
|
187
195
|
pl: string;
|
|
188
196
|
id: string;
|
|
189
197
|
vi: string;
|
|
198
|
+
uk: string;
|
|
190
199
|
}, {
|
|
191
|
-
nodeType:
|
|
200
|
+
nodeType: _intlayer_types151.NodeType.Translation | "translation";
|
|
192
201
|
} & {
|
|
193
202
|
translation: {
|
|
194
203
|
en: string;
|
|
@@ -208,9 +217,10 @@ declare const localeSwitcherContent: {
|
|
|
208
217
|
pl: string;
|
|
209
218
|
id: string;
|
|
210
219
|
vi: string;
|
|
220
|
+
uk: string;
|
|
211
221
|
};
|
|
212
222
|
}>;
|
|
213
|
-
ariaLabel:
|
|
223
|
+
ariaLabel: _intlayer_types151.TypedNodeModel<_intlayer_types151.NodeType.Translation, {
|
|
214
224
|
en: string;
|
|
215
225
|
'en-GB': string;
|
|
216
226
|
fr: string;
|
|
@@ -228,8 +238,9 @@ declare const localeSwitcherContent: {
|
|
|
228
238
|
pl: string;
|
|
229
239
|
id: string;
|
|
230
240
|
vi: string;
|
|
241
|
+
uk: string;
|
|
231
242
|
}, {
|
|
232
|
-
nodeType:
|
|
243
|
+
nodeType: _intlayer_types151.NodeType.Translation | "translation";
|
|
233
244
|
} & {
|
|
234
245
|
translation: {
|
|
235
246
|
en: string;
|
|
@@ -249,6 +260,7 @@ declare const localeSwitcherContent: {
|
|
|
249
260
|
pl: string;
|
|
250
261
|
id: string;
|
|
251
262
|
vi: string;
|
|
263
|
+
uk: string;
|
|
252
264
|
};
|
|
253
265
|
}>;
|
|
254
266
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCAkIgB,0CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","names":[],"sources":["../../../../src/components/Modal/Modal.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAgBA;AAQK,aARO,SAAA;EASA,EAAA,GAAA,IAAA;EAGE,EAAA,GAAA,IAAA;
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","names":[],"sources":["../../../../src/components/Modal/Modal.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAgBA;AAQK,aARO,SAAA;EASA,EAAA,GAAA,IAAA;EAGE,EAAA,GAAA,IAAA;EAGJ,EAAA,GAAA,IAAA;EACD,EAAA,GAAA,IAAA;EAAe,KAAA,GAAA,OAAA;;KARnB,UAAA,GAaD;EAAI,QAAA,EAZI,SAYJ;EA8GK,MAAA,EAkIZ,OAAA;;cAzPa;;;UAGJ;SACD,eAAe;;;;;IAKpB,KACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6GW,OAAO,GAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Navbar/Burger.d.ts
|
|
5
5
|
/**
|
|
@@ -63,7 +63,7 @@ declare const Burger: ({
|
|
|
63
63
|
isActive,
|
|
64
64
|
className,
|
|
65
65
|
...props
|
|
66
|
-
}: BurgerProps) =>
|
|
66
|
+
}: BurgerProps) => react_jsx_runtime9.JSX.Element;
|
|
67
67
|
//#endregion
|
|
68
68
|
export { Burger };
|
|
69
69
|
//# sourceMappingURL=Burger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Burger.d.ts","names":[],"sources":["../../../../src/components/Navbar/Burger.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAC4C,UAKlC,WAAA,SAAoB,cAAe,CAAA,cAAf,CAAA,CAAA;EA8DjB;EAAU,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAV;;;;GAIV,gBAAW,
|
|
1
|
+
{"version":3,"file":"Burger.d.ts","names":[],"sources":["../../../../src/components/Navbar/Burger.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAC4C,UAKlC,WAAA,SAAoB,cAAe,CAAA,cAAf,CAAA,CAAA;EA8DjB;EAAU,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAV;;;;GAIV,gBAAW,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
2
|
import "../TabSelector/index.js";
|
|
3
3
|
import { ReactElement, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Navbar/DesktopNavbar.d.ts
|
|
7
7
|
/**
|
|
@@ -93,7 +93,7 @@ declare const DesktopNavbar: <T extends TabSelectorItemProps>({
|
|
|
93
93
|
sections,
|
|
94
94
|
rightItems,
|
|
95
95
|
selectedChoice
|
|
96
|
-
}: DesktopNavbarProps<T>) =>
|
|
96
|
+
}: DesktopNavbarProps<T>) => react_jsx_runtime8.JSX.Element;
|
|
97
97
|
//#endregion
|
|
98
98
|
export { DesktopNavbar };
|
|
99
99
|
//# sourceMappingURL=DesktopNavbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAOwB,KAMnB,kBAAA,CAAA,UAA6B,oBAAX,CAAA,GAAA;EAAW;EAE1B,IAAA,EAAA,SAAA;EAEiB;EAAb,QAAA,EAAA,YAAA,CAAa,CAAb,CAAA,EAAA;EAEG;EAEG,UAAA,CAAA,EAFH,SAEG;EAAC;EAyEN,cAAA,EAzEK,CA8FjB,CAAA,KAAA,CAAA;CArBuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA3B,0BAA2B;;;;;GAKrC,mBAAmB,OAAE,
|
|
1
|
+
{"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAOwB,KAMnB,kBAAA,CAAA,UAA6B,oBAAX,CAAA,GAAA;EAAW;EAE1B,IAAA,EAAA,SAAA;EAEiB;EAAb,QAAA,EAAA,YAAA,CAAa,CAAb,CAAA,EAAA;EAEG;EAEG,UAAA,CAAA,EAFH,SAEG;EAAC;EAyEN,cAAA,EAzEK,CA8FjB,CAAA,KAAA,CAAA;CArBuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA3B,0BAA2B;;;;;GAKrC,mBAAmB,OAAE,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
2
|
import "../TabSelector/index.js";
|
|
3
3
|
import { ReactElement, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Navbar/MobileNavbar.d.ts
|
|
7
7
|
/**
|
|
@@ -110,7 +110,7 @@ declare const MobileNavbar: <T extends TabSelectorItemProps>({
|
|
|
110
110
|
bottomSections,
|
|
111
111
|
rightItems,
|
|
112
112
|
rollable
|
|
113
|
-
}: MobileNavbarProps<T>) =>
|
|
113
|
+
}: MobileNavbarProps<T>) => react_jsx_runtime10.JSX.Element;
|
|
114
114
|
//#endregion
|
|
115
115
|
export { MobileNavbar };
|
|
116
116
|
//# sourceMappingURL=MobileNavbar.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
2
|
import "../TabSelector/index.js";
|
|
3
3
|
import { ReactElement, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Navbar/index.d.ts
|
|
7
7
|
/**
|
|
@@ -97,7 +97,7 @@ declare const Navbar: <T extends TabSelectorItemProps>({
|
|
|
97
97
|
rightItemsMobile,
|
|
98
98
|
selectedChoice,
|
|
99
99
|
mobileRollable
|
|
100
|
-
}: NavbarProps<T>) =>
|
|
100
|
+
}: NavbarProps<T>) => react_jsx_runtime2.JSX.Element;
|
|
101
101
|
//#endregion
|
|
102
102
|
export { Navbar };
|
|
103
103
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAK2D,KAQtD,WAAA,CAAA,UAAsB,oBAAX,CAAA,GAAA;EAAW;EAEnB,IAAA,EAAA,SAAA;EAEU;EAEe,cAAA,EAFf,CAEe,CAAA,KAAA,CAAA;EAAb;EAEE,eAAA,CAAA,EAFF,YAEE,CAFW,CAEX,CAAA,EAAA;EAEa;EAAb,iBAAA,CAAA,EAFA,SAEA;EAEG;EAEa,iBAAA,CAAA,EAJhB,YAIgB,CAJH,CAIG,CAAA,EAAA;EAAb;EAEH,oBAAA,CAAA,EAJG,SAIH;EAED;EAAS,oBAAA,CAAA,EAJL,YAIK,CAJQ,CAIR,CAAA,EAAA;EA6DjB;EAAoB,iBAAA,CAAA,EA/DX,SA+DW;EAAsB;EAAA,gBAAA,CAAA,EA7DlC,SA6DkC;EAAA;EAAA,cAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,mBAAoB;;;;;;;;;;;GAW9B,YAAY,OAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAK2D,KAQtD,WAAA,CAAA,UAAsB,oBAAX,CAAA,GAAA;EAAW;EAEnB,IAAA,EAAA,SAAA;EAEU;EAEe,cAAA,EAFf,CAEe,CAAA,KAAA,CAAA;EAAb;EAEE,eAAA,CAAA,EAFF,YAEE,CAFW,CAEX,CAAA,EAAA;EAEa;EAAb,iBAAA,CAAA,EAFA,SAEA;EAEG;EAEa,iBAAA,CAAA,EAJhB,YAIgB,CAJH,CAIG,CAAA,EAAA;EAAb;EAEH,oBAAA,CAAA,EAJG,SAIH;EAED;EAAS,oBAAA,CAAA,EAJL,YAIK,CAJQ,CAIR,CAAA,EAAA;EA6DjB;EAAoB,iBAAA,CAAA,EA/DX,SA+DW;EAAsB;EAAA,gBAAA,CAAA,EA7DlC,SA6DkC;EAAA;EAAA,cAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,mBAAoB;;;;;;;;;;;GAW9B,YAAY,OAAE,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, HTMLAttributes } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types12 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Pagination/Pagination.d.ts
|
|
@@ -7,7 +7,7 @@ declare const paginationVariants: (props?: {
|
|
|
7
7
|
size?: "sm" | "md" | "lg";
|
|
8
8
|
color?: "primary" | "secondary" | "destructive" | "neutral" | "text";
|
|
9
9
|
variant?: "default" | "ghost" | "bordered";
|
|
10
|
-
} &
|
|
10
|
+
} & class_variance_authority_types12.ClassProp) => string;
|
|
11
11
|
declare enum PaginationSize {
|
|
12
12
|
SM = "sm",
|
|
13
13
|
MD = "md",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _intlayer_types169 from "@intlayer/types";
|
|
2
|
+
import * as _intlayer_core1 from "@intlayer/core";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Pagination/pagination.content.d.ts
|
|
5
5
|
declare const paginationContent: {
|
|
6
6
|
key: string;
|
|
7
7
|
content: {
|
|
8
|
-
numberItemsSelector:
|
|
8
|
+
numberItemsSelector: _intlayer_types169.TypedNodeModel<_intlayer_types169.NodeType.Translation, {
|
|
9
9
|
en: string;
|
|
10
10
|
fr: string;
|
|
11
11
|
es: string;
|
|
@@ -23,8 +23,9 @@ declare const paginationContent: {
|
|
|
23
23
|
pl: string;
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
|
+
uk: string;
|
|
26
27
|
}, {
|
|
27
|
-
nodeType:
|
|
28
|
+
nodeType: _intlayer_types169.NodeType.Translation | "translation";
|
|
28
29
|
} & {
|
|
29
30
|
translation: {
|
|
30
31
|
en: string;
|
|
@@ -44,9 +45,10 @@ declare const paginationContent: {
|
|
|
44
45
|
pl: string;
|
|
45
46
|
id: string;
|
|
46
47
|
vi: string;
|
|
48
|
+
uk: string;
|
|
47
49
|
};
|
|
48
50
|
}>;
|
|
49
|
-
showingResults:
|
|
51
|
+
showingResults: _intlayer_core1.InsertionContent<_intlayer_types169.TypedNodeModel<_intlayer_types169.NodeType.Translation, {
|
|
50
52
|
ar: string;
|
|
51
53
|
de: string;
|
|
52
54
|
en: string;
|
|
@@ -62,10 +64,11 @@ declare const paginationContent: {
|
|
|
62
64
|
pt: string;
|
|
63
65
|
ru: string;
|
|
64
66
|
tr: string;
|
|
67
|
+
uk: string;
|
|
65
68
|
vi: string;
|
|
66
69
|
zh: string;
|
|
67
70
|
}, {
|
|
68
|
-
nodeType:
|
|
71
|
+
nodeType: _intlayer_types169.NodeType.Translation | "translation";
|
|
69
72
|
} & {
|
|
70
73
|
translation: {
|
|
71
74
|
ar: string;
|
|
@@ -83,11 +86,12 @@ declare const paginationContent: {
|
|
|
83
86
|
pt: string;
|
|
84
87
|
ru: string;
|
|
85
88
|
tr: string;
|
|
89
|
+
uk: string;
|
|
86
90
|
vi: string;
|
|
87
91
|
zh: string;
|
|
88
92
|
};
|
|
89
93
|
}>>;
|
|
90
|
-
selectPageSize:
|
|
94
|
+
selectPageSize: _intlayer_types169.TypedNodeModel<_intlayer_types169.NodeType.Translation, {
|
|
91
95
|
en: string;
|
|
92
96
|
fr: string;
|
|
93
97
|
es: string;
|
|
@@ -105,8 +109,9 @@ declare const paginationContent: {
|
|
|
105
109
|
pl: string;
|
|
106
110
|
id: string;
|
|
107
111
|
vi: string;
|
|
112
|
+
uk: string;
|
|
108
113
|
}, {
|
|
109
|
-
nodeType:
|
|
114
|
+
nodeType: _intlayer_types169.NodeType.Translation | "translation";
|
|
110
115
|
} & {
|
|
111
116
|
translation: {
|
|
112
117
|
en: string;
|
|
@@ -126,9 +131,10 @@ declare const paginationContent: {
|
|
|
126
131
|
pl: string;
|
|
127
132
|
id: string;
|
|
128
133
|
vi: string;
|
|
134
|
+
uk: string;
|
|
129
135
|
};
|
|
130
136
|
}>;
|
|
131
|
-
goToNextPage:
|
|
137
|
+
goToNextPage: _intlayer_types169.TypedNodeModel<_intlayer_types169.NodeType.Translation, {
|
|
132
138
|
en: string;
|
|
133
139
|
fr: string;
|
|
134
140
|
es: string;
|
|
@@ -146,8 +152,9 @@ declare const paginationContent: {
|
|
|
146
152
|
pl: string;
|
|
147
153
|
id: string;
|
|
148
154
|
vi: string;
|
|
155
|
+
uk: string;
|
|
149
156
|
}, {
|
|
150
|
-
nodeType:
|
|
157
|
+
nodeType: _intlayer_types169.NodeType.Translation | "translation";
|
|
151
158
|
} & {
|
|
152
159
|
translation: {
|
|
153
160
|
en: string;
|
|
@@ -167,9 +174,10 @@ declare const paginationContent: {
|
|
|
167
174
|
pl: string;
|
|
168
175
|
id: string;
|
|
169
176
|
vi: string;
|
|
177
|
+
uk: string;
|
|
170
178
|
};
|
|
171
179
|
}>;
|
|
172
|
-
goToPreviousPage:
|
|
180
|
+
goToPreviousPage: _intlayer_types169.TypedNodeModel<_intlayer_types169.NodeType.Translation, {
|
|
173
181
|
en: string;
|
|
174
182
|
fr: string;
|
|
175
183
|
es: string;
|
|
@@ -187,8 +195,9 @@ declare const paginationContent: {
|
|
|
187
195
|
pl: string;
|
|
188
196
|
id: string;
|
|
189
197
|
vi: string;
|
|
198
|
+
uk: string;
|
|
190
199
|
}, {
|
|
191
|
-
nodeType:
|
|
200
|
+
nodeType: _intlayer_types169.NodeType.Translation | "translation";
|
|
192
201
|
} & {
|
|
193
202
|
translation: {
|
|
194
203
|
en: string;
|
|
@@ -208,6 +217,7 @@ declare const paginationContent: {
|
|
|
208
217
|
pl: string;
|
|
209
218
|
id: string;
|
|
210
219
|
vi: string;
|
|
220
|
+
uk: string;
|
|
211
221
|
};
|
|
212
222
|
}>;
|
|
213
223
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types241 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/RightDrawer/rightDrawer.content.d.ts
|
|
4
4
|
declare const rightDrawerContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
goBack:
|
|
7
|
+
goBack: _intlayer_types241.TypedNodeModel<_intlayer_types241.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
ru: string;
|
|
@@ -22,8 +22,9 @@ declare const rightDrawerContent: {
|
|
|
22
22
|
pl: string;
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
|
+
uk: string;
|
|
25
26
|
}, {
|
|
26
|
-
nodeType:
|
|
27
|
+
nodeType: _intlayer_types241.NodeType.Translation | "translation";
|
|
27
28
|
} & {
|
|
28
29
|
translation: {
|
|
29
30
|
en: string;
|
|
@@ -43,9 +44,10 @@ declare const rightDrawerContent: {
|
|
|
43
44
|
pl: string;
|
|
44
45
|
id: string;
|
|
45
46
|
vi: string;
|
|
47
|
+
uk: string;
|
|
46
48
|
};
|
|
47
49
|
}>;
|
|
48
|
-
closeDrawer:
|
|
50
|
+
closeDrawer: _intlayer_types241.TypedNodeModel<_intlayer_types241.NodeType.Translation, {
|
|
49
51
|
en: string;
|
|
50
52
|
'en-GB': string;
|
|
51
53
|
ru: string;
|
|
@@ -63,8 +65,9 @@ declare const rightDrawerContent: {
|
|
|
63
65
|
pl: string;
|
|
64
66
|
id: string;
|
|
65
67
|
vi: string;
|
|
68
|
+
uk: string;
|
|
66
69
|
}, {
|
|
67
|
-
nodeType:
|
|
70
|
+
nodeType: _intlayer_types241.NodeType.Translation | "translation";
|
|
68
71
|
} & {
|
|
69
72
|
translation: {
|
|
70
73
|
en: string;
|
|
@@ -84,9 +87,13 @@ declare const rightDrawerContent: {
|
|
|
84
87
|
pl: string;
|
|
85
88
|
id: string;
|
|
86
89
|
vi: string;
|
|
90
|
+
uk: string;
|
|
87
91
|
};
|
|
88
92
|
}>;
|
|
89
93
|
};
|
|
94
|
+
title: string;
|
|
95
|
+
description: string;
|
|
96
|
+
tags: string[];
|
|
90
97
|
};
|
|
91
98
|
//#endregion
|
|
92
99
|
export { rightDrawerContent as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rightDrawer.content.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/rightDrawer.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,MAAA,
|
|
1
|
+
{"version":3,"file":"rightDrawer.content.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/rightDrawer.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,MAAA,mCAgDgB,0CAAA"}
|