@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
@@ -16,6 +16,24 @@ export declare const dictionaryFormContent: {
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
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
39
  en: string;
@@ -31,6 +49,24 @@ export declare const dictionaryFormContent: {
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
  projectInput: {
@@ -48,6 +84,24 @@ export declare const dictionaryFormContent: {
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
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
53
107
  en: string;
@@ -63,6 +117,24 @@ export declare const dictionaryFormContent: {
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
  noDictionaryView: {
@@ -80,6 +152,24 @@ export declare const dictionaryFormContent: {
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
  description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
85
175
  en: string;
@@ -95,6 +185,24 @@ export declare const dictionaryFormContent: {
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
  dictionaryList: {
@@ -112,6 +220,24 @@ export declare const dictionaryFormContent: {
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
  createDictionaryTitle: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
@@ -128,6 +254,24 @@ export declare const dictionaryFormContent: {
128
254
  hi: string;
129
255
  ar: string;
130
256
  ru: string;
257
+ }, {
258
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
259
+ } & {
260
+ translation: {
261
+ en: string;
262
+ 'en-GB': string;
263
+ fr: string;
264
+ es: string;
265
+ de: string;
266
+ ja: string;
267
+ ko: string;
268
+ zh: string;
269
+ it: string;
270
+ pt: string;
271
+ hi: string;
272
+ ar: string;
273
+ ru: string;
274
+ };
131
275
  }>;
132
276
  createDictionaryDescription: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
133
277
  en: string;
@@ -143,6 +287,24 @@ export declare const dictionaryFormContent: {
143
287
  hi: string;
144
288
  ar: string;
145
289
  ru: string;
290
+ }, {
291
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
292
+ } & {
293
+ translation: {
294
+ en: string;
295
+ 'en-GB': string;
296
+ fr: string;
297
+ es: string;
298
+ de: string;
299
+ ja: string;
300
+ ko: string;
301
+ zh: string;
302
+ it: string;
303
+ pt: string;
304
+ hi: string;
305
+ ar: string;
306
+ ru: string;
307
+ };
146
308
  }>;
147
309
  createDictionaryButton: {
148
310
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
@@ -159,6 +321,24 @@ export declare const dictionaryFormContent: {
159
321
  hi: string;
160
322
  ar: string;
161
323
  ru: string;
324
+ }, {
325
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
326
+ } & {
327
+ translation: {
328
+ en: string;
329
+ 'en-GB': string;
330
+ fr: string;
331
+ es: string;
332
+ de: string;
333
+ ja: string;
334
+ ko: string;
335
+ zh: string;
336
+ it: string;
337
+ pt: string;
338
+ hi: string;
339
+ ar: string;
340
+ ru: string;
341
+ };
162
342
  }>;
163
343
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
164
344
  en: string;
@@ -174,6 +354,24 @@ export declare const dictionaryFormContent: {
174
354
  hi: string;
175
355
  ar: string;
176
356
  ru: string;
357
+ }, {
358
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
359
+ } & {
360
+ translation: {
361
+ en: string;
362
+ 'en-GB': string;
363
+ fr: string;
364
+ es: string;
365
+ de: string;
366
+ ja: string;
367
+ ko: string;
368
+ zh: string;
369
+ it: string;
370
+ pt: string;
371
+ hi: string;
372
+ ar: string;
373
+ ru: string;
374
+ };
177
375
  }>;
178
376
  };
179
377
  editButton: {
@@ -191,6 +389,24 @@ export declare const dictionaryFormContent: {
191
389
  hi: string;
192
390
  ar: string;
193
391
  ru: string;
392
+ }, {
393
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
394
+ } & {
395
+ translation: {
396
+ en: string;
397
+ 'en-GB': string;
398
+ fr: string;
399
+ es: string;
400
+ de: string;
401
+ ja: string;
402
+ ko: string;
403
+ zh: string;
404
+ it: string;
405
+ pt: string;
406
+ hi: string;
407
+ ar: string;
408
+ ru: string;
409
+ };
194
410
  }>;
195
411
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
196
412
  en: string;
@@ -206,6 +422,24 @@ export declare const dictionaryFormContent: {
206
422
  hi: string;
207
423
  ar: string;
208
424
  ru: string;
425
+ }, {
426
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
427
+ } & {
428
+ translation: {
429
+ en: string;
430
+ 'en-GB': string;
431
+ fr: string;
432
+ es: string;
433
+ de: string;
434
+ ja: string;
435
+ ko: string;
436
+ zh: string;
437
+ it: string;
438
+ pt: string;
439
+ hi: string;
440
+ ar: string;
441
+ ru: string;
442
+ };
209
443
  }>;
210
444
  };
211
445
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryCreationForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NZ,CAAC"}
1
+ {"version":3,"file":"dictionaryCreationForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NZ,CAAC"}
@@ -15,6 +15,24 @@ export declare const dictionaryFormSchemaContent: {
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
  invalidTypeErrorName: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
20
38
  en: string;
@@ -30,6 +48,24 @@ export declare const dictionaryFormSchemaContent: {
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
  requiredErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
35
71
  en: string;
@@ -45,6 +81,24 @@ export declare const dictionaryFormSchemaContent: {
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
  invalidTypeErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
50
104
  en: string;
@@ -60,6 +114,24 @@ export declare const dictionaryFormSchemaContent: {
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
  };
65
137
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useDictionaryFormSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmElB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"useDictionaryFormSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmElB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}