@intlayer/design-system 5.3.0 → 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.
Files changed (101) hide show
  1. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +144 -0
  2. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
  3. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +144 -0
  4. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
  5. package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts +108 -0
  6. package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts.map +1 -1
  7. package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts +108 -0
  8. package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts.map +1 -1
  9. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +90 -0
  10. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
  11. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +126 -0
  12. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
  13. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +54 -0
  14. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
  15. package/dist/components/Auth/SignInForm/signIn.content.d.ts +234 -0
  16. package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
  17. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +72 -0
  18. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
  19. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +198 -0
  20. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
  21. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +126 -0
  22. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
  23. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +72 -0
  24. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
  25. package/dist/components/Breadcrumb/breadcrumb.content.d.ts +18 -0
  26. package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  27. package/dist/components/ContentEditor/ContentEditorInput.cjs +1 -0
  28. package/dist/components/ContentEditor/ContentEditorInput.cjs.map +1 -1
  29. package/dist/components/ContentEditor/ContentEditorInput.d.ts.map +1 -1
  30. package/dist/components/ContentEditor/ContentEditorInput.mjs +1 -0
  31. package/dist/components/ContentEditor/ContentEditorInput.mjs.map +1 -1
  32. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +234 -0
  33. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  34. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +72 -0
  35. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  36. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +303 -0
  37. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  38. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +216 -0
  39. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  40. package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +1 -0
  41. package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs.map +1 -1
  42. package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts.map +1 -1
  43. package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +1 -0
  44. package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +1 -1
  45. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +270 -0
  46. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  47. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +144 -0
  48. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  49. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +72 -0
  50. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  51. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +54 -0
  52. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  53. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +36 -0
  54. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  55. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +217 -0
  56. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  57. package/dist/components/IDE/CopyButton.content.d.ts +18 -0
  58. package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
  59. package/dist/components/Input/Input.cjs.map +1 -1
  60. package/dist/components/Input/Input.d.ts +7 -1
  61. package/dist/components/Input/Input.d.ts.map +1 -1
  62. package/dist/components/Input/Input.mjs.map +1 -1
  63. package/dist/components/Input/InputPassword.cjs +8 -1
  64. package/dist/components/Input/InputPassword.cjs.map +1 -1
  65. package/dist/components/Input/InputPassword.d.ts.map +1 -1
  66. package/dist/components/Input/InputPassword.mjs +8 -1
  67. package/dist/components/Input/InputPassword.mjs.map +1 -1
  68. package/dist/components/Loader/index.content.d.ts +15 -0
  69. package/dist/components/Loader/index.content.d.ts.map +1 -1
  70. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +1 -0
  71. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
  72. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts.map +1 -1
  73. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -0
  74. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  75. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs +15 -0
  76. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs.map +1 -1
  77. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +159 -0
  78. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  79. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +15 -0
  80. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -1
  81. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +1 -0
  82. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
  83. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
  84. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -0
  85. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  86. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +15 -0
  87. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -1
  88. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +123 -0
  89. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  90. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +15 -0
  91. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -1
  92. package/dist/components/TextArea/TextArea.cjs.map +1 -1
  93. package/dist/components/TextArea/TextArea.d.ts +7 -1
  94. package/dist/components/TextArea/TextArea.d.ts.map +1 -1
  95. package/dist/components/TextArea/TextArea.mjs.map +1 -1
  96. package/dist/index-BCuMWKyy.js.map +1 -1
  97. package/dist/index-BYzBot7l.cjs.map +1 -1
  98. package/dist/tailwind.css +1 -1
  99. package/dist/zod-BV4nCGJE.js.map +1 -1
  100. package/dist/zod-DSrtTSD_.cjs.map +1 -1
  101. package/package.json +19 -19
@@ -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
  };
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwPZ,CAAC"}
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"}
@@ -16,6 +16,24 @@ export declare const saveDictionaryContent: {
16
16
  hi: string;
17
17
  ar: string;
18
18
  ru: string;
19
+ }, {
20
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
21
+ } & {
22
+ translation: {
23
+ en: string;
24
+ 'en-GB': string;
25
+ fr: string;
26
+ es: string;
27
+ de: string;
28
+ ja: string;
29
+ ko: string;
30
+ zh: string;
31
+ it: string;
32
+ pt: string;
33
+ hi: string;
34
+ ar: string;
35
+ ru: string;
36
+ };
19
37
  }>;
20
38
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
39
  en: string;
@@ -31,6 +49,24 @@ export declare const saveDictionaryContent: {
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
  saveButton: {
@@ -48,6 +84,24 @@ export declare const saveDictionaryContent: {
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
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
53
107
  en: string;
@@ -63,6 +117,24 @@ export declare const saveDictionaryContent: {
63
117
  hi: string;
64
118
  ar: string;
65
119
  ru: string;
120
+ }, {
121
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
122
+ } & {
123
+ translation: {
124
+ en: string;
125
+ 'en-GB': string;
126
+ fr: string;
127
+ es: string;
128
+ de: string;
129
+ ja: string;
130
+ ko: string;
131
+ zh: string;
132
+ it: string;
133
+ pt: string;
134
+ hi: string;
135
+ ar: string;
136
+ ru: string;
137
+ };
66
138
  }>;
67
139
  };
68
140
  publishButton: {
@@ -80,6 +152,24 @@ export declare const saveDictionaryContent: {
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
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
85
175
  en: string;
@@ -95,6 +185,24 @@ export declare const saveDictionaryContent: {
95
185
  hi: string;
96
186
  ar: string;
97
187
  ru: string;
188
+ }, {
189
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
190
+ } & {
191
+ translation: {
192
+ en: string;
193
+ 'en-GB': string;
194
+ fr: string;
195
+ es: string;
196
+ de: string;
197
+ ja: string;
198
+ ko: string;
199
+ zh: string;
200
+ it: string;
201
+ pt: string;
202
+ hi: string;
203
+ ar: string;
204
+ ru: string;
205
+ };
98
206
  }>;
99
207
  };
100
208
  downloadButton: {
@@ -112,6 +220,24 @@ export declare const saveDictionaryContent: {
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
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
117
243
  en: string;
@@ -127,6 +253,24 @@ export declare const saveDictionaryContent: {
127
253
  hi: string;
128
254
  ar: string;
129
255
  ru: string;
256
+ }, {
257
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
258
+ } & {
259
+ translation: {
260
+ en: string;
261
+ 'en-GB': string;
262
+ fr: string;
263
+ es: string;
264
+ de: string;
265
+ ja: string;
266
+ ko: string;
267
+ zh: string;
268
+ it: string;
269
+ pt: string;
270
+ hi: string;
271
+ ar: string;
272
+ ru: string;
273
+ };
130
274
  }>;
131
275
  };
132
276
  };
@@ -1 +1 @@
1
- {"version":3,"file":"saveForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/SaveForm/saveForm.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoIZ,CAAC"}
1
+ {"version":3,"file":"saveForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/SaveForm/saveForm.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoIZ,CAAC"}
@@ -16,6 +16,24 @@ export declare const structureViewContent: {
16
16
  hi: string;
17
17
  ar: string;
18
18
  ru: string;
19
+ }, {
20
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
21
+ } & {
22
+ translation: {
23
+ en: string;
24
+ 'en-GB': string;
25
+ fr: string;
26
+ es: string;
27
+ de: string;
28
+ ja: string;
29
+ ko: string;
30
+ zh: string;
31
+ it: string;
32
+ pt: string;
33
+ hi: string;
34
+ ar: string;
35
+ ru: string;
36
+ };
19
37
  }>;
20
38
  };
21
39
  deleteButton: {
@@ -33,6 +51,24 @@ export declare const structureViewContent: {
33
51
  hi: string;
34
52
  ar: string;
35
53
  ru: string;
54
+ }, {
55
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
56
+ } & {
57
+ translation: {
58
+ en: string;
59
+ 'en-GB': string;
60
+ fr: string;
61
+ es: string;
62
+ de: string;
63
+ ja: string;
64
+ ko: string;
65
+ zh: string;
66
+ it: string;
67
+ pt: string;
68
+ hi: string;
69
+ ar: string;
70
+ ru: string;
71
+ };
36
72
  }>;
37
73
  };
38
74
  addNodeButton: {
@@ -50,6 +86,24 @@ export declare const structureViewContent: {
50
86
  hi: string;
51
87
  ar: string;
52
88
  ru: string;
89
+ }, {
90
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
91
+ } & {
92
+ translation: {
93
+ en: string;
94
+ 'en-GB': string;
95
+ fr: string;
96
+ es: string;
97
+ de: string;
98
+ ja: string;
99
+ ko: string;
100
+ zh: string;
101
+ it: string;
102
+ pt: string;
103
+ hi: string;
104
+ ar: string;
105
+ ru: string;
106
+ };
53
107
  }>;
54
108
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
55
109
  en: string;
@@ -65,6 +119,24 @@ export declare const structureViewContent: {
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
  };
70
142
  };
@@ -1 +1 @@
1
- {"version":3,"file":"structureView.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/StructureView/structureView.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEX,CAAC"}
1
+ {"version":3,"file":"structureView.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/StructureView/structureView.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEX,CAAC"}