@intlayer/design-system 5.0.2 → 5.0.4

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 (60) hide show
  1. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +150 -10
  2. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
  3. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +120 -8
  4. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
  5. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +75 -5
  6. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
  7. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +105 -7
  8. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
  9. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +45 -3
  10. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
  11. package/dist/components/Auth/SignInForm/signIn.content.d.ts +195 -13
  12. package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
  13. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +60 -4
  14. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
  15. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +165 -11
  16. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
  17. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +105 -7
  18. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
  19. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +60 -4
  20. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
  21. package/dist/components/Breadcrumb/breadcrumb.content.d.ts +15 -1
  22. package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  23. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts +114 -8
  24. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
  25. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts +30 -2
  26. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
  27. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +195 -13
  28. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  29. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +60 -4
  30. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  31. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +387 -26
  32. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  33. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +180 -12
  34. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  35. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +3 -3
  36. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
  37. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
  38. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +3 -3
  39. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
  40. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +165 -11
  41. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  42. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +150 -10
  43. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  44. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +45 -3
  45. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  46. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +60 -4
  47. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  48. package/dist/components/DictionaryFieldEditor/editorView.content.d.ts +105 -7
  49. package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
  50. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +135 -9
  51. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  52. package/dist/components/IDE/CopyButton.content.d.ts +15 -1
  53. package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
  54. package/dist/components/Loader/index.content.d.ts +12 -1
  55. package/dist/components/Loader/index.content.d.ts.map +1 -1
  56. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +105 -7
  57. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  58. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +75 -5
  59. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  60. package/package.json +17 -17
@@ -2,50 +2,411 @@ export declare const dictionaryDetailsContent: {
2
2
  key: string;
3
3
  content: {
4
4
  titleInput: {
5
- label: import('@intlayer/core').TranslationContent<string>;
6
- description: import('@intlayer/core').TranslationContent<string>;
7
- placeholder: import('@intlayer/core').TranslationContent<string>;
5
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
6
+ en: string;
7
+ 'en-GB': string;
8
+ fr: string;
9
+ es: string;
10
+ de: string;
11
+ ja: string;
12
+ ko: string;
13
+ zh: string;
14
+ it: string;
15
+ pt: string;
16
+ hi: string;
17
+ ar: string;
18
+ ru: string;
19
+ }>;
20
+ description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
+ en: string;
22
+ 'en-GB': string;
23
+ fr: string;
24
+ es: string;
25
+ de: string;
26
+ ja: string;
27
+ ko: string;
28
+ zh: string;
29
+ it: string;
30
+ pt: string;
31
+ hi: string;
32
+ ar: string;
33
+ ru: string;
34
+ }>;
35
+ placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
36
+ en: string;
37
+ 'en-GB': string;
38
+ fr: string;
39
+ es: string;
40
+ de: string;
41
+ ja: string;
42
+ ko: string;
43
+ zh: string;
44
+ it: string;
45
+ pt: string;
46
+ hi: string;
47
+ ar: string;
48
+ ru: string;
49
+ }>;
8
50
  };
9
51
  keyInput: {
10
- label: import('@intlayer/core').TranslationContent<string>;
11
- description: import('@intlayer/core').TranslationContent<string>;
12
- placeholder: import('@intlayer/core').TranslationContent<string>;
52
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
53
+ en: string;
54
+ 'en-GB': string;
55
+ fr: string;
56
+ es: string;
57
+ de: string;
58
+ ja: string;
59
+ ko: string;
60
+ zh: string;
61
+ it: string;
62
+ pt: string;
63
+ hi: string;
64
+ ar: string;
65
+ ru: string;
66
+ }>;
67
+ description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
68
+ en: string;
69
+ 'en-GB': string;
70
+ fr: string;
71
+ es: string;
72
+ de: string;
73
+ ja: string;
74
+ ko: string;
75
+ zh: string;
76
+ it: string;
77
+ pt: string;
78
+ hi: string;
79
+ ar: string;
80
+ ru: string;
81
+ }>;
82
+ placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
83
+ en: string;
84
+ 'en-GB': string;
85
+ fr: string;
86
+ es: string;
87
+ de: string;
88
+ ja: string;
89
+ ko: string;
90
+ zh: string;
91
+ it: string;
92
+ pt: string;
93
+ hi: string;
94
+ ar: string;
95
+ ru: string;
96
+ }>;
13
97
  };
14
98
  descriptionInput: {
15
- label: import('@intlayer/core').TranslationContent<string>;
16
- placeholder: import('@intlayer/core').TranslationContent<string>;
17
- description: import('@intlayer/core').TranslationContent<string>;
99
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
100
+ en: string;
101
+ 'en-GB': string;
102
+ fr: string;
103
+ es: string;
104
+ de: string;
105
+ ja: string;
106
+ ko: string;
107
+ zh: string;
108
+ it: string;
109
+ pt: string;
110
+ hi: string;
111
+ ar: string;
112
+ ru: string;
113
+ }>;
114
+ placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
115
+ en: string;
116
+ 'en-GB': string;
117
+ fr: string;
118
+ es: string;
119
+ de: string;
120
+ ja: string;
121
+ ko: string;
122
+ zh: string;
123
+ it: string;
124
+ pt: string;
125
+ hi: string;
126
+ ar: string;
127
+ ru: string;
128
+ }>;
129
+ description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
130
+ en: string;
131
+ 'en-GB': string;
132
+ fr: string;
133
+ es: string;
134
+ de: string;
135
+ ja: string;
136
+ ko: string;
137
+ zh: string;
138
+ it: string;
139
+ pt: string;
140
+ hi: string;
141
+ ar: string;
142
+ ru: string;
143
+ }>;
18
144
  };
19
145
  projectInput: {
20
- label: import('@intlayer/core').TranslationContent<string>;
21
- description: import('@intlayer/core').TranslationContent<string>;
22
- placeholder: import('@intlayer/core').TranslationContent<string>;
146
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
147
+ en: string;
148
+ 'en-GB': string;
149
+ fr: string;
150
+ es: string;
151
+ de: string;
152
+ ja: string;
153
+ ko: string;
154
+ zh: string;
155
+ it: string;
156
+ pt: string;
157
+ hi: string;
158
+ ar: string;
159
+ ru: string;
160
+ }>;
161
+ description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
162
+ en: string;
163
+ 'en-GB': string;
164
+ fr: string;
165
+ es: string;
166
+ de: string;
167
+ ja: string;
168
+ ko: string;
169
+ zh: string;
170
+ it: string;
171
+ pt: string;
172
+ hi: string;
173
+ ar: string;
174
+ ru: string;
175
+ }>;
176
+ placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
177
+ en: string;
178
+ 'en-GB': string;
179
+ fr: string;
180
+ es: string;
181
+ de: string;
182
+ ja: string;
183
+ ko: string;
184
+ zh: string;
185
+ it: string;
186
+ pt: string;
187
+ hi: string;
188
+ ar: string;
189
+ ru: string;
190
+ }>;
23
191
  };
24
192
  tagsSelect: {
25
- label: import('@intlayer/core').TranslationContent<string>;
26
- description: import('@intlayer/core').TranslationContent<string>;
27
- placeholder: import('@intlayer/core').TranslationContent<string>;
193
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.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
+ }>;
208
+ description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
209
+ en: string;
210
+ 'en-GB': string;
211
+ fr: string;
212
+ es: string;
213
+ de: string;
214
+ ja: string;
215
+ ko: string;
216
+ zh: string;
217
+ it: string;
218
+ pt: string;
219
+ }>;
220
+ placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
221
+ en: string;
222
+ 'en-GB': string;
223
+ fr: string;
224
+ es: string;
225
+ de: string;
226
+ ja: string;
227
+ ko: string;
228
+ zh: string;
229
+ it: string;
230
+ pt: string;
231
+ hi: string;
232
+ ar: string;
233
+ ru: string;
234
+ }>;
28
235
  };
29
236
  publishedVersionSelect: {
30
- label: import('@intlayer/core').TranslationContent<string>;
31
- description: import('@intlayer/core').TranslationContent<string>;
32
- placeholder: import('@intlayer/core').TranslationContent<string>;
237
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
238
+ en: string;
239
+ 'en-GB': string;
240
+ fr: string;
241
+ es: string;
242
+ de: string;
243
+ ja: string;
244
+ ko: string;
245
+ zh: string;
246
+ it: string;
247
+ pt: string;
248
+ hi: string;
249
+ ar: string;
250
+ ru: string;
251
+ }>;
252
+ description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.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
+ }>;
267
+ placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
268
+ en: string;
269
+ 'en-GB': string;
270
+ fr: string;
271
+ es: string;
272
+ de: string;
273
+ ja: string;
274
+ ko: string;
275
+ zh: string;
276
+ it: string;
277
+ pt: string;
278
+ hi: string;
279
+ ar: string;
280
+ ru: string;
281
+ }>;
33
282
  };
34
283
  saveButton: {
35
- text: import('@intlayer/core').TranslationContent<string>;
36
- label: import('@intlayer/core').TranslationContent<string>;
284
+ text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
285
+ en: string;
286
+ 'en-GB': string;
287
+ fr: string;
288
+ es: string;
289
+ de: string;
290
+ ja: string;
291
+ ko: string;
292
+ zh: string;
293
+ it: string;
294
+ pt: string;
295
+ hi: string;
296
+ ar: string;
297
+ ru: string;
298
+ }>;
299
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
300
+ en: string;
301
+ 'en-GB': string;
302
+ fr: string;
303
+ es: string;
304
+ de: string;
305
+ ja: string;
306
+ ko: string;
307
+ zh: string;
308
+ it: string;
309
+ pt: string;
310
+ hi: string;
311
+ ar: string;
312
+ ru: string;
313
+ }>;
37
314
  };
38
315
  publishButton: {
39
- text: import('@intlayer/core').TranslationContent<string>;
40
- label: import('@intlayer/core').TranslationContent<string>;
316
+ text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
317
+ en: string;
318
+ 'en-GB': string;
319
+ fr: string;
320
+ es: string;
321
+ de: string;
322
+ ja: string;
323
+ ko: string;
324
+ zh: string;
325
+ it: string;
326
+ pt: string;
327
+ hi: string;
328
+ ar: string;
329
+ ru: string;
330
+ }>;
331
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.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
+ }>;
41
346
  };
42
347
  auditButton: {
43
- label: import('@intlayer/core').TranslationContent<string>;
44
- text: import('@intlayer/core').TranslationContent<string>;
348
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
349
+ en: string;
350
+ fr: string;
351
+ es: string;
352
+ 'en-GB': string;
353
+ de: string;
354
+ ja: string;
355
+ ko: string;
356
+ zh: string;
357
+ it: string;
358
+ pt: string;
359
+ hi: string;
360
+ ar: string;
361
+ ru: string;
362
+ }>;
363
+ text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
364
+ en: string;
365
+ fr: string;
366
+ es: string;
367
+ 'en-GB': string;
368
+ de: string;
369
+ ja: string;
370
+ ko: string;
371
+ zh: string;
372
+ it: string;
373
+ pt: string;
374
+ hi: string;
375
+ ar: string;
376
+ ru: string;
377
+ }>;
45
378
  };
46
379
  downloadButton: {
47
- text: import('@intlayer/core').TranslationContent<string>;
48
- label: import('@intlayer/core').TranslationContent<string>;
380
+ text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
381
+ en: string;
382
+ 'en-GB': string;
383
+ fr: string;
384
+ es: string;
385
+ de: string;
386
+ ja: string;
387
+ ko: string;
388
+ zh: string;
389
+ it: string;
390
+ pt: string;
391
+ hi: string;
392
+ ar: string;
393
+ ru: string;
394
+ }>;
395
+ label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.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
+ }>;
49
410
  };
50
411
  };
51
412
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryDetails.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuaf,CAAC"}
1
+ {"version":3,"file":"dictionaryDetails.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuaf,CAAC"}
@@ -1,18 +1,186 @@
1
1
  export declare const useDictionaryDetailsSchemaContent: {
2
2
  key: string;
3
3
  content: {
4
- titleRequiredError: import('@intlayer/core').TranslationContent<string>;
5
- titleInvalidTypeError: import('@intlayer/core').TranslationContent<string>;
6
- titleMinLengthError: import('@intlayer/core').TranslationContent<string>;
7
- keyRequiredError: import('@intlayer/core').TranslationContent<string>;
8
- keyInvalidTypeError: import('@intlayer/core').TranslationContent<string>;
9
- keySpaceError: import('@intlayer/core').TranslationContent<string>;
10
- keyMinLengthError: import('@intlayer/core').TranslationContent<string>;
11
- descriptionRequiredError: import('@intlayer/core').TranslationContent<string>;
12
- descriptionInvalidTypeError: import('@intlayer/core').TranslationContent<string>;
13
- requiredErrorProjectId: import('@intlayer/core').TranslationContent<string>;
14
- invalidTypeErrorProjectId: import('@intlayer/core').TranslationContent<string>;
15
- invalidTypeErrorTags: import('@intlayer/core').TranslationContent<string>;
4
+ titleRequiredError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
5
+ en: string;
6
+ 'en-GB': string;
7
+ fr: string;
8
+ es: string;
9
+ de: string;
10
+ ja: string;
11
+ ko: string;
12
+ zh: string;
13
+ it: string;
14
+ pt: string;
15
+ hi: string;
16
+ ar: string;
17
+ ru: string;
18
+ }>;
19
+ titleInvalidTypeError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
20
+ en: string;
21
+ 'en-GB': string;
22
+ fr: string;
23
+ es: string;
24
+ de: string;
25
+ ja: string;
26
+ ko: string;
27
+ zh: string;
28
+ it: string;
29
+ pt: string;
30
+ hi: string;
31
+ ar: string;
32
+ ru: string;
33
+ }>;
34
+ titleMinLengthError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
35
+ en: string;
36
+ 'en-GB': string;
37
+ fr: string;
38
+ es: string;
39
+ de: string;
40
+ ja: string;
41
+ ko: string;
42
+ zh: string;
43
+ it: string;
44
+ pt: string;
45
+ hi: string;
46
+ ar: string;
47
+ ru: string;
48
+ }>;
49
+ keyRequiredError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
50
+ en: string;
51
+ 'en-GB': string;
52
+ fr: string;
53
+ es: string;
54
+ de: string;
55
+ ja: string;
56
+ ko: string;
57
+ zh: string;
58
+ it: string;
59
+ pt: string;
60
+ hi: string;
61
+ ar: string;
62
+ ru: string;
63
+ }>;
64
+ keyInvalidTypeError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
65
+ en: string;
66
+ 'en-GB': string;
67
+ fr: string;
68
+ es: string;
69
+ de: string;
70
+ ja: string;
71
+ ko: string;
72
+ zh: string;
73
+ it: string;
74
+ pt: string;
75
+ hi: string;
76
+ ar: string;
77
+ ru: string;
78
+ }>;
79
+ keySpaceError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
80
+ en: string;
81
+ 'en-GB': string;
82
+ fr: string;
83
+ es: string;
84
+ de: string;
85
+ ja: string;
86
+ ko: string;
87
+ zh: string;
88
+ it: string;
89
+ pt: string;
90
+ hi: string;
91
+ ar: string;
92
+ ru: string;
93
+ }>;
94
+ keyMinLengthError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
95
+ en: string;
96
+ 'en-GB': string;
97
+ fr: string;
98
+ es: string;
99
+ de: string;
100
+ ja: string;
101
+ ko: string;
102
+ zh: string;
103
+ it: string;
104
+ pt: string;
105
+ hi: string;
106
+ ar: string;
107
+ ru: string;
108
+ }>;
109
+ descriptionRequiredError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
110
+ en: string;
111
+ 'en-GB': string;
112
+ fr: string;
113
+ es: string;
114
+ de: string;
115
+ ja: string;
116
+ ko: string;
117
+ zh: string;
118
+ it: string;
119
+ pt: string;
120
+ hi: string;
121
+ ar: string;
122
+ ru: string;
123
+ }>;
124
+ descriptionInvalidTypeError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
125
+ en: string;
126
+ 'en-GB': string;
127
+ fr: string;
128
+ es: string;
129
+ de: string;
130
+ ja: string;
131
+ ko: string;
132
+ zh: string;
133
+ it: string;
134
+ pt: string;
135
+ hi: string;
136
+ ar: string;
137
+ ru: string;
138
+ }>;
139
+ requiredErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
140
+ en: string;
141
+ 'en-GB': string;
142
+ fr: string;
143
+ es: string;
144
+ de: string;
145
+ ja: string;
146
+ ko: string;
147
+ zh: string;
148
+ it: string;
149
+ pt: string;
150
+ hi: string;
151
+ ar: string;
152
+ ru: string;
153
+ }>;
154
+ invalidTypeErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
155
+ en: string;
156
+ 'en-GB': string;
157
+ fr: string;
158
+ es: string;
159
+ de: string;
160
+ ja: string;
161
+ ko: string;
162
+ zh: string;
163
+ it: string;
164
+ pt: string;
165
+ hi: string;
166
+ ar: string;
167
+ ru: string;
168
+ }>;
169
+ invalidTypeErrorTags: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
170
+ en: string;
171
+ 'en-GB': string;
172
+ fr: string;
173
+ es: string;
174
+ de: string;
175
+ ja: string;
176
+ ko: string;
177
+ zh: string;
178
+ it: string;
179
+ pt: string;
180
+ hi: string;
181
+ ar: string;
182
+ ru: string;
183
+ }>;
16
184
  };
17
185
  };
18
186
  //# sourceMappingURL=useDictionaryDetailsSchema.content.d.ts.map
@@ -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;;;;;;;;;;;;;;;;CAoMxB,CAAC"}
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"}
@@ -78,7 +78,7 @@ const EditorView = ({
78
78
  {
79
79
  name: "key",
80
80
  "aria-label": "Key",
81
- placeholder: titleInput.placeholder,
81
+ placeholder: titleInput.placeholder.value,
82
82
  defaultValue: utils_camelCase.camelCaseToSentence(initialKeyName),
83
83
  onSave: (value) => handleRenameNodeKey(value),
84
84
  className: "h-8",
@@ -109,7 +109,7 @@ const EditorView = ({
109
109
  isEdited && /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
110
110
  components_Button_Button.Button,
111
111
  {
112
- label: restoreButton.label,
112
+ label: restoreButton.label.value,
113
113
  variant: "outline",
114
114
  color: "text-inverse",
115
115
  Icon: lucideReact.RotateCcw,
@@ -120,7 +120,7 @@ const EditorView = ({
120
120
  /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
121
121
  components_Button_Button.Button,
122
122
  {
123
- label: deleteButton.label,
123
+ label: deleteButton.label.value,
124
124
  variant: "outline",
125
125
  color: "error",
126
126
  Icon: lucideReact.X,