@intlayer/design-system 5.3.1 → 5.3.2
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/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +144 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +144 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts +108 -0
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts +108 -0
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +90 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +126 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +54 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +234 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +72 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +198 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +126 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +72 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +18 -0
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +234 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +72 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +303 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +216 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +270 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +144 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +72 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +54 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +36 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +217 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/IDE/CopyButton.content.d.ts +18 -0
- package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
- package/dist/components/Loader/index.content.d.ts +15 -0
- package/dist/components/Loader/index.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +144 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +108 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -15,6 +15,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
15
15
|
hi: string;
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
|
+
}, {
|
|
19
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
20
|
+
} & {
|
|
21
|
+
translation: {
|
|
22
|
+
en: string;
|
|
23
|
+
'en-GB': string;
|
|
24
|
+
fr: string;
|
|
25
|
+
es: string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
};
|
|
18
36
|
}>;
|
|
19
37
|
titleInvalidTypeError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
38
|
en: string;
|
|
@@ -30,6 +48,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
30
48
|
hi: string;
|
|
31
49
|
ar: string;
|
|
32
50
|
ru: string;
|
|
51
|
+
}, {
|
|
52
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
53
|
+
} & {
|
|
54
|
+
translation: {
|
|
55
|
+
en: string;
|
|
56
|
+
'en-GB': string;
|
|
57
|
+
fr: string;
|
|
58
|
+
es: string;
|
|
59
|
+
de: string;
|
|
60
|
+
ja: string;
|
|
61
|
+
ko: string;
|
|
62
|
+
zh: string;
|
|
63
|
+
it: string;
|
|
64
|
+
pt: string;
|
|
65
|
+
hi: string;
|
|
66
|
+
ar: string;
|
|
67
|
+
ru: string;
|
|
68
|
+
};
|
|
33
69
|
}>;
|
|
34
70
|
titleMinLengthError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
71
|
en: string;
|
|
@@ -45,6 +81,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
45
81
|
hi: string;
|
|
46
82
|
ar: string;
|
|
47
83
|
ru: string;
|
|
84
|
+
}, {
|
|
85
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
86
|
+
} & {
|
|
87
|
+
translation: {
|
|
88
|
+
en: string;
|
|
89
|
+
'en-GB': string;
|
|
90
|
+
fr: string;
|
|
91
|
+
es: string;
|
|
92
|
+
de: string;
|
|
93
|
+
ja: string;
|
|
94
|
+
ko: string;
|
|
95
|
+
zh: string;
|
|
96
|
+
it: string;
|
|
97
|
+
pt: string;
|
|
98
|
+
hi: string;
|
|
99
|
+
ar: string;
|
|
100
|
+
ru: string;
|
|
101
|
+
};
|
|
48
102
|
}>;
|
|
49
103
|
keyRequiredError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
50
104
|
en: string;
|
|
@@ -60,6 +114,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
60
114
|
hi: string;
|
|
61
115
|
ar: string;
|
|
62
116
|
ru: string;
|
|
117
|
+
}, {
|
|
118
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
119
|
+
} & {
|
|
120
|
+
translation: {
|
|
121
|
+
en: string;
|
|
122
|
+
'en-GB': string;
|
|
123
|
+
fr: string;
|
|
124
|
+
es: string;
|
|
125
|
+
de: string;
|
|
126
|
+
ja: string;
|
|
127
|
+
ko: string;
|
|
128
|
+
zh: string;
|
|
129
|
+
it: string;
|
|
130
|
+
pt: string;
|
|
131
|
+
hi: string;
|
|
132
|
+
ar: string;
|
|
133
|
+
ru: string;
|
|
134
|
+
};
|
|
63
135
|
}>;
|
|
64
136
|
keyInvalidTypeError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
65
137
|
en: string;
|
|
@@ -75,6 +147,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
75
147
|
hi: string;
|
|
76
148
|
ar: string;
|
|
77
149
|
ru: string;
|
|
150
|
+
}, {
|
|
151
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
152
|
+
} & {
|
|
153
|
+
translation: {
|
|
154
|
+
en: string;
|
|
155
|
+
'en-GB': string;
|
|
156
|
+
fr: string;
|
|
157
|
+
es: string;
|
|
158
|
+
de: string;
|
|
159
|
+
ja: string;
|
|
160
|
+
ko: string;
|
|
161
|
+
zh: string;
|
|
162
|
+
it: string;
|
|
163
|
+
pt: string;
|
|
164
|
+
hi: string;
|
|
165
|
+
ar: string;
|
|
166
|
+
ru: string;
|
|
167
|
+
};
|
|
78
168
|
}>;
|
|
79
169
|
keySpaceError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
80
170
|
en: string;
|
|
@@ -90,6 +180,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
90
180
|
hi: string;
|
|
91
181
|
ar: string;
|
|
92
182
|
ru: string;
|
|
183
|
+
}, {
|
|
184
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
185
|
+
} & {
|
|
186
|
+
translation: {
|
|
187
|
+
en: string;
|
|
188
|
+
'en-GB': string;
|
|
189
|
+
fr: string;
|
|
190
|
+
es: string;
|
|
191
|
+
de: string;
|
|
192
|
+
ja: string;
|
|
193
|
+
ko: string;
|
|
194
|
+
zh: string;
|
|
195
|
+
it: string;
|
|
196
|
+
pt: string;
|
|
197
|
+
hi: string;
|
|
198
|
+
ar: string;
|
|
199
|
+
ru: string;
|
|
200
|
+
};
|
|
93
201
|
}>;
|
|
94
202
|
keyMinLengthError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
95
203
|
en: string;
|
|
@@ -105,6 +213,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
105
213
|
hi: string;
|
|
106
214
|
ar: string;
|
|
107
215
|
ru: string;
|
|
216
|
+
}, {
|
|
217
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
218
|
+
} & {
|
|
219
|
+
translation: {
|
|
220
|
+
en: string;
|
|
221
|
+
'en-GB': string;
|
|
222
|
+
fr: string;
|
|
223
|
+
es: string;
|
|
224
|
+
de: string;
|
|
225
|
+
ja: string;
|
|
226
|
+
ko: string;
|
|
227
|
+
zh: string;
|
|
228
|
+
it: string;
|
|
229
|
+
pt: string;
|
|
230
|
+
hi: string;
|
|
231
|
+
ar: string;
|
|
232
|
+
ru: string;
|
|
233
|
+
};
|
|
108
234
|
}>;
|
|
109
235
|
descriptionRequiredError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
110
236
|
en: string;
|
|
@@ -120,6 +246,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
120
246
|
hi: string;
|
|
121
247
|
ar: string;
|
|
122
248
|
ru: string;
|
|
249
|
+
}, {
|
|
250
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
251
|
+
} & {
|
|
252
|
+
translation: {
|
|
253
|
+
en: string;
|
|
254
|
+
'en-GB': string;
|
|
255
|
+
fr: string;
|
|
256
|
+
es: string;
|
|
257
|
+
de: string;
|
|
258
|
+
ja: string;
|
|
259
|
+
ko: string;
|
|
260
|
+
zh: string;
|
|
261
|
+
it: string;
|
|
262
|
+
pt: string;
|
|
263
|
+
hi: string;
|
|
264
|
+
ar: string;
|
|
265
|
+
ru: string;
|
|
266
|
+
};
|
|
123
267
|
}>;
|
|
124
268
|
descriptionInvalidTypeError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
125
269
|
en: string;
|
|
@@ -135,6 +279,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
135
279
|
hi: string;
|
|
136
280
|
ar: string;
|
|
137
281
|
ru: string;
|
|
282
|
+
}, {
|
|
283
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
284
|
+
} & {
|
|
285
|
+
translation: {
|
|
286
|
+
en: string;
|
|
287
|
+
'en-GB': string;
|
|
288
|
+
fr: string;
|
|
289
|
+
es: string;
|
|
290
|
+
de: string;
|
|
291
|
+
ja: string;
|
|
292
|
+
ko: string;
|
|
293
|
+
zh: string;
|
|
294
|
+
it: string;
|
|
295
|
+
pt: string;
|
|
296
|
+
hi: string;
|
|
297
|
+
ar: string;
|
|
298
|
+
ru: string;
|
|
299
|
+
};
|
|
138
300
|
}>;
|
|
139
301
|
requiredErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
140
302
|
en: string;
|
|
@@ -150,6 +312,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
150
312
|
hi: string;
|
|
151
313
|
ar: string;
|
|
152
314
|
ru: string;
|
|
315
|
+
}, {
|
|
316
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
317
|
+
} & {
|
|
318
|
+
translation: {
|
|
319
|
+
en: string;
|
|
320
|
+
'en-GB': string;
|
|
321
|
+
fr: string;
|
|
322
|
+
es: string;
|
|
323
|
+
de: string;
|
|
324
|
+
ja: string;
|
|
325
|
+
ko: string;
|
|
326
|
+
zh: string;
|
|
327
|
+
it: string;
|
|
328
|
+
pt: string;
|
|
329
|
+
hi: string;
|
|
330
|
+
ar: string;
|
|
331
|
+
ru: string;
|
|
332
|
+
};
|
|
153
333
|
}>;
|
|
154
334
|
invalidTypeErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
155
335
|
en: string;
|
|
@@ -165,6 +345,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
165
345
|
hi: string;
|
|
166
346
|
ar: string;
|
|
167
347
|
ru: string;
|
|
348
|
+
}, {
|
|
349
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
350
|
+
} & {
|
|
351
|
+
translation: {
|
|
352
|
+
en: string;
|
|
353
|
+
'en-GB': string;
|
|
354
|
+
fr: string;
|
|
355
|
+
es: string;
|
|
356
|
+
de: string;
|
|
357
|
+
ja: string;
|
|
358
|
+
ko: string;
|
|
359
|
+
zh: string;
|
|
360
|
+
it: string;
|
|
361
|
+
pt: string;
|
|
362
|
+
hi: string;
|
|
363
|
+
ar: string;
|
|
364
|
+
ru: string;
|
|
365
|
+
};
|
|
168
366
|
}>;
|
|
169
367
|
invalidTypeErrorTags: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
170
368
|
en: string;
|
|
@@ -180,6 +378,24 @@ export declare const useDictionaryDetailsSchemaContent: {
|
|
|
180
378
|
hi: string;
|
|
181
379
|
ar: string;
|
|
182
380
|
ru: string;
|
|
381
|
+
}, {
|
|
382
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
383
|
+
} & {
|
|
384
|
+
translation: {
|
|
385
|
+
en: string;
|
|
386
|
+
'en-GB': string;
|
|
387
|
+
fr: string;
|
|
388
|
+
es: string;
|
|
389
|
+
de: string;
|
|
390
|
+
ja: string;
|
|
391
|
+
ko: string;
|
|
392
|
+
zh: string;
|
|
393
|
+
it: string;
|
|
394
|
+
pt: string;
|
|
395
|
+
hi: string;
|
|
396
|
+
ar: string;
|
|
397
|
+
ru: string;
|
|
398
|
+
};
|
|
183
399
|
}>;
|
|
184
400
|
};
|
|
185
401
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoMxB,CAAC"}
|
package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
CHANGED
|
@@ -15,6 +15,24 @@ export declare const navigationViewContent: {
|
|
|
15
15
|
hi: string;
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
|
+
}, {
|
|
19
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
20
|
+
} & {
|
|
21
|
+
translation: {
|
|
22
|
+
en: string;
|
|
23
|
+
'en-GB': string;
|
|
24
|
+
fr: string;
|
|
25
|
+
es: string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
};
|
|
18
36
|
}>;
|
|
19
37
|
goToField: {
|
|
20
38
|
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
@@ -31,6 +49,24 @@ export declare const navigationViewContent: {
|
|
|
31
49
|
hi: string;
|
|
32
50
|
ar: string;
|
|
33
51
|
ru: string;
|
|
52
|
+
}, {
|
|
53
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
54
|
+
} & {
|
|
55
|
+
translation: {
|
|
56
|
+
en: string;
|
|
57
|
+
'en-GB': string;
|
|
58
|
+
fr: string;
|
|
59
|
+
es: string;
|
|
60
|
+
de: string;
|
|
61
|
+
ja: string;
|
|
62
|
+
ko: string;
|
|
63
|
+
zh: string;
|
|
64
|
+
it: string;
|
|
65
|
+
pt: string;
|
|
66
|
+
hi: string;
|
|
67
|
+
ar: string;
|
|
68
|
+
ru: string;
|
|
69
|
+
};
|
|
34
70
|
}>;
|
|
35
71
|
};
|
|
36
72
|
goToElement: {
|
|
@@ -48,6 +84,24 @@ export declare const navigationViewContent: {
|
|
|
48
84
|
hi: string;
|
|
49
85
|
ar: string;
|
|
50
86
|
ru: string;
|
|
87
|
+
}, {
|
|
88
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
89
|
+
} & {
|
|
90
|
+
translation: {
|
|
91
|
+
en: string;
|
|
92
|
+
'en-GB': string;
|
|
93
|
+
fr: string;
|
|
94
|
+
es: string;
|
|
95
|
+
de: string;
|
|
96
|
+
ja: string;
|
|
97
|
+
ko: string;
|
|
98
|
+
zh: string;
|
|
99
|
+
it: string;
|
|
100
|
+
pt: string;
|
|
101
|
+
hi: string;
|
|
102
|
+
ar: string;
|
|
103
|
+
ru: string;
|
|
104
|
+
};
|
|
51
105
|
}>;
|
|
52
106
|
};
|
|
53
107
|
addNewElement: {
|
|
@@ -65,6 +119,24 @@ export declare const navigationViewContent: {
|
|
|
65
119
|
hi: string;
|
|
66
120
|
ar: string;
|
|
67
121
|
ru: string;
|
|
122
|
+
}, {
|
|
123
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
124
|
+
} & {
|
|
125
|
+
translation: {
|
|
126
|
+
en: string;
|
|
127
|
+
'en-GB': string;
|
|
128
|
+
fr: string;
|
|
129
|
+
es: string;
|
|
130
|
+
de: string;
|
|
131
|
+
ja: string;
|
|
132
|
+
ko: string;
|
|
133
|
+
zh: string;
|
|
134
|
+
it: string;
|
|
135
|
+
pt: string;
|
|
136
|
+
hi: string;
|
|
137
|
+
ar: string;
|
|
138
|
+
ru: string;
|
|
139
|
+
};
|
|
68
140
|
}>;
|
|
69
141
|
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
70
142
|
en: string;
|
|
@@ -80,6 +152,24 @@ export declare const navigationViewContent: {
|
|
|
80
152
|
hi: string;
|
|
81
153
|
ar: string;
|
|
82
154
|
ru: string;
|
|
155
|
+
}, {
|
|
156
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
157
|
+
} & {
|
|
158
|
+
translation: {
|
|
159
|
+
en: string;
|
|
160
|
+
'en-GB': string;
|
|
161
|
+
fr: string;
|
|
162
|
+
es: string;
|
|
163
|
+
de: string;
|
|
164
|
+
ja: string;
|
|
165
|
+
ko: string;
|
|
166
|
+
zh: string;
|
|
167
|
+
it: string;
|
|
168
|
+
pt: string;
|
|
169
|
+
hi: string;
|
|
170
|
+
ar: string;
|
|
171
|
+
ru: string;
|
|
172
|
+
};
|
|
83
173
|
}>;
|
|
84
174
|
};
|
|
85
175
|
removeElement: {
|
|
@@ -97,6 +187,24 @@ export declare const navigationViewContent: {
|
|
|
97
187
|
hi: string;
|
|
98
188
|
ar: string;
|
|
99
189
|
ru: string;
|
|
190
|
+
}, {
|
|
191
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
192
|
+
} & {
|
|
193
|
+
translation: {
|
|
194
|
+
en: string;
|
|
195
|
+
'en-GB': string;
|
|
196
|
+
fr: string;
|
|
197
|
+
es: string;
|
|
198
|
+
de: string;
|
|
199
|
+
ja: string;
|
|
200
|
+
ko: string;
|
|
201
|
+
zh: string;
|
|
202
|
+
it: string;
|
|
203
|
+
pt: string;
|
|
204
|
+
hi: string;
|
|
205
|
+
ar: string;
|
|
206
|
+
ru: string;
|
|
207
|
+
};
|
|
100
208
|
}>;
|
|
101
209
|
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
102
210
|
en: string;
|
|
@@ -112,6 +220,24 @@ export declare const navigationViewContent: {
|
|
|
112
220
|
hi: string;
|
|
113
221
|
ar: string;
|
|
114
222
|
ru: string;
|
|
223
|
+
}, {
|
|
224
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
225
|
+
} & {
|
|
226
|
+
translation: {
|
|
227
|
+
en: string;
|
|
228
|
+
'en-GB': string;
|
|
229
|
+
fr: string;
|
|
230
|
+
es: string;
|
|
231
|
+
de: string;
|
|
232
|
+
ja: string;
|
|
233
|
+
ko: string;
|
|
234
|
+
zh: string;
|
|
235
|
+
it: string;
|
|
236
|
+
pt: string;
|
|
237
|
+
hi: string;
|
|
238
|
+
ar: string;
|
|
239
|
+
ru: string;
|
|
240
|
+
};
|
|
115
241
|
}>;
|
|
116
242
|
};
|
|
117
243
|
goToTranslation: {
|
|
@@ -129,6 +255,24 @@ export declare const navigationViewContent: {
|
|
|
129
255
|
hi: string;
|
|
130
256
|
ar: string;
|
|
131
257
|
ru: string;
|
|
258
|
+
}, {
|
|
259
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
260
|
+
} & {
|
|
261
|
+
translation: {
|
|
262
|
+
en: string;
|
|
263
|
+
'en-GB': string;
|
|
264
|
+
fr: string;
|
|
265
|
+
es: string;
|
|
266
|
+
de: string;
|
|
267
|
+
ja: string;
|
|
268
|
+
ko: string;
|
|
269
|
+
zh: string;
|
|
270
|
+
it: string;
|
|
271
|
+
pt: string;
|
|
272
|
+
hi: string;
|
|
273
|
+
ar: string;
|
|
274
|
+
ru: string;
|
|
275
|
+
};
|
|
132
276
|
}>;
|
|
133
277
|
};
|
|
134
278
|
goToEnumeration: {
|
|
@@ -146,6 +290,24 @@ export declare const navigationViewContent: {
|
|
|
146
290
|
hi: string;
|
|
147
291
|
ar: string;
|
|
148
292
|
ru: string;
|
|
293
|
+
}, {
|
|
294
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
295
|
+
} & {
|
|
296
|
+
translation: {
|
|
297
|
+
en: string;
|
|
298
|
+
'en-GB': string;
|
|
299
|
+
fr: string;
|
|
300
|
+
es: string;
|
|
301
|
+
de: string;
|
|
302
|
+
ja: string;
|
|
303
|
+
ko: string;
|
|
304
|
+
zh: string;
|
|
305
|
+
it: string;
|
|
306
|
+
pt: string;
|
|
307
|
+
hi: string;
|
|
308
|
+
ar: string;
|
|
309
|
+
ru: string;
|
|
310
|
+
};
|
|
149
311
|
}>;
|
|
150
312
|
};
|
|
151
313
|
addNewEnumeration: {
|
|
@@ -163,6 +325,24 @@ export declare const navigationViewContent: {
|
|
|
163
325
|
hi: string;
|
|
164
326
|
ar: string;
|
|
165
327
|
ru: string;
|
|
328
|
+
}, {
|
|
329
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
330
|
+
} & {
|
|
331
|
+
translation: {
|
|
332
|
+
en: string;
|
|
333
|
+
'en-GB': string;
|
|
334
|
+
fr: string;
|
|
335
|
+
es: string;
|
|
336
|
+
de: string;
|
|
337
|
+
ja: string;
|
|
338
|
+
ko: string;
|
|
339
|
+
zh: string;
|
|
340
|
+
it: string;
|
|
341
|
+
pt: string;
|
|
342
|
+
hi: string;
|
|
343
|
+
ar: string;
|
|
344
|
+
ru: string;
|
|
345
|
+
};
|
|
166
346
|
}>;
|
|
167
347
|
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
168
348
|
en: string;
|
|
@@ -178,6 +358,24 @@ export declare const navigationViewContent: {
|
|
|
178
358
|
hi: string;
|
|
179
359
|
ar: string;
|
|
180
360
|
ru: string;
|
|
361
|
+
}, {
|
|
362
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
363
|
+
} & {
|
|
364
|
+
translation: {
|
|
365
|
+
en: string;
|
|
366
|
+
'en-GB': string;
|
|
367
|
+
fr: string;
|
|
368
|
+
es: string;
|
|
369
|
+
de: string;
|
|
370
|
+
ja: string;
|
|
371
|
+
ko: string;
|
|
372
|
+
zh: string;
|
|
373
|
+
it: string;
|
|
374
|
+
pt: string;
|
|
375
|
+
hi: string;
|
|
376
|
+
ar: string;
|
|
377
|
+
ru: string;
|
|
378
|
+
};
|
|
181
379
|
}>;
|
|
182
380
|
};
|
|
183
381
|
removeEnumeration: {
|
|
@@ -195,6 +393,24 @@ export declare const navigationViewContent: {
|
|
|
195
393
|
hi: string;
|
|
196
394
|
ar: string;
|
|
197
395
|
ru: string;
|
|
396
|
+
}, {
|
|
397
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
398
|
+
} & {
|
|
399
|
+
translation: {
|
|
400
|
+
en: string;
|
|
401
|
+
'en-GB': string;
|
|
402
|
+
fr: string;
|
|
403
|
+
es: string;
|
|
404
|
+
de: string;
|
|
405
|
+
ja: string;
|
|
406
|
+
ko: string;
|
|
407
|
+
zh: string;
|
|
408
|
+
it: string;
|
|
409
|
+
pt: string;
|
|
410
|
+
hi: string;
|
|
411
|
+
ar: string;
|
|
412
|
+
ru: string;
|
|
413
|
+
};
|
|
198
414
|
}>;
|
|
199
415
|
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
200
416
|
en: string;
|
|
@@ -210,6 +426,24 @@ export declare const navigationViewContent: {
|
|
|
210
426
|
hi: string;
|
|
211
427
|
ar: string;
|
|
212
428
|
ru: string;
|
|
429
|
+
}, {
|
|
430
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
431
|
+
} & {
|
|
432
|
+
translation: {
|
|
433
|
+
en: string;
|
|
434
|
+
'en-GB': string;
|
|
435
|
+
fr: string;
|
|
436
|
+
es: string;
|
|
437
|
+
de: string;
|
|
438
|
+
ja: string;
|
|
439
|
+
ko: string;
|
|
440
|
+
zh: string;
|
|
441
|
+
it: string;
|
|
442
|
+
pt: string;
|
|
443
|
+
hi: string;
|
|
444
|
+
ar: string;
|
|
445
|
+
ru: string;
|
|
446
|
+
};
|
|
213
447
|
}>;
|
|
214
448
|
};
|
|
215
449
|
addNewCondition: {
|
|
@@ -227,6 +461,24 @@ export declare const navigationViewContent: {
|
|
|
227
461
|
hi: string;
|
|
228
462
|
ar: string;
|
|
229
463
|
ru: string;
|
|
464
|
+
}, {
|
|
465
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
466
|
+
} & {
|
|
467
|
+
translation: {
|
|
468
|
+
en: string;
|
|
469
|
+
'en-GB': string;
|
|
470
|
+
fr: string;
|
|
471
|
+
es: string;
|
|
472
|
+
de: string;
|
|
473
|
+
ja: string;
|
|
474
|
+
ko: string;
|
|
475
|
+
zh: string;
|
|
476
|
+
it: string;
|
|
477
|
+
pt: string;
|
|
478
|
+
hi: string;
|
|
479
|
+
ar: string;
|
|
480
|
+
ru: string;
|
|
481
|
+
};
|
|
230
482
|
}>;
|
|
231
483
|
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
232
484
|
en: string;
|
|
@@ -242,6 +494,24 @@ export declare const navigationViewContent: {
|
|
|
242
494
|
hi: string;
|
|
243
495
|
ar: string;
|
|
244
496
|
ru: string;
|
|
497
|
+
}, {
|
|
498
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
499
|
+
} & {
|
|
500
|
+
translation: {
|
|
501
|
+
en: string;
|
|
502
|
+
'en-GB': string;
|
|
503
|
+
fr: string;
|
|
504
|
+
es: string;
|
|
505
|
+
de: string;
|
|
506
|
+
ja: string;
|
|
507
|
+
ko: string;
|
|
508
|
+
zh: string;
|
|
509
|
+
it: string;
|
|
510
|
+
pt: string;
|
|
511
|
+
hi: string;
|
|
512
|
+
ar: string;
|
|
513
|
+
ru: string;
|
|
514
|
+
};
|
|
245
515
|
}>;
|
|
246
516
|
};
|
|
247
517
|
};
|
package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigationViewNode.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"navigationViewNode.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwPZ,CAAC"}
|