@intlayer/design-system 7.6.0-canary.0 → 7.6.0-canary.1

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 (146) hide show
  1. package/dist/esm/components/Browser/{browser.content.mjs → Browser.content.mjs} +4 -4
  2. package/dist/esm/components/Browser/{browser.content.mjs.map → Browser.content.mjs.map} +1 -1
  3. package/dist/esm/components/Container/index.mjs +1 -0
  4. package/dist/esm/components/Container/index.mjs.map +1 -1
  5. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  6. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
  7. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +226 -122
  8. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  9. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +147 -3
  10. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  11. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +80 -0
  12. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
  13. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +9 -2
  14. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
  15. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +56 -55
  16. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  17. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +8 -16
  18. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
  19. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +1 -1
  20. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
  21. package/dist/esm/components/IDE/CodeBlockClient.mjs +2 -2
  22. package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
  23. package/dist/esm/components/IDE/CodeBlockServer.mjs +2 -2
  24. package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
  25. package/dist/esm/components/IDE/MonacoCode.mjs +1 -1
  26. package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
  27. package/dist/esm/components/Input/Checkbox.mjs +3 -2
  28. package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
  29. package/dist/esm/components/Link/Link.mjs +1 -1
  30. package/dist/esm/components/Link/Link.mjs.map +1 -1
  31. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
  32. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  33. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  34. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  35. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +8 -2
  36. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  37. package/dist/esm/components/Modal/Modal.mjs +2 -2
  38. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  39. package/dist/esm/components/Popover/static.mjs +1 -1
  40. package/dist/esm/components/Popover/static.mjs.map +1 -1
  41. package/dist/esm/components/Tab/Tab.mjs +20 -14
  42. package/dist/esm/components/Tab/Tab.mjs.map +1 -1
  43. package/dist/esm/components/Terminal/Terminal.mjs +2 -2
  44. package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
  45. package/dist/types/components/Badge/index.d.ts +2 -2
  46. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  47. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  48. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  49. package/dist/types/components/Browser/{browser.content.d.ts → Browser.content.d.ts} +19 -19
  50. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -0
  51. package/dist/types/components/Browser/Browser.d.ts +2 -2
  52. package/dist/types/components/Button/Button.d.ts +7 -7
  53. package/dist/types/components/Carousel/index.content.d.ts +8 -8
  54. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  55. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  56. package/dist/types/components/Command/index.d.ts +20 -20
  57. package/dist/types/components/Container/index.d.ts +9 -9
  58. package/dist/types/components/Container/index.d.ts.map +1 -1
  59. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  60. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  61. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  62. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  63. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +1 -0
  64. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  65. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +338 -33
  66. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +197 -25
  67. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  68. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +7 -0
  69. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
  70. package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +1 -0
  71. package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  72. package/dist/types/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
  73. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  74. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  75. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  76. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  77. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  78. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  79. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  80. package/dist/types/components/Form/FormBase.d.ts +2 -2
  81. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  82. package/dist/types/components/Form/FormField.d.ts +2 -2
  83. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  84. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  85. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  86. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  87. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  88. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  89. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  90. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  91. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  92. package/dist/types/components/IDE/CodeBlockClient.d.ts.map +1 -1
  93. package/dist/types/components/IDE/CodeBlockServer.d.ts.map +1 -1
  94. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  95. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  96. package/dist/types/components/IDE/MonacoCode.d.ts.map +1 -1
  97. package/dist/types/components/IDE/code.content.d.ts +5 -5
  98. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  99. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  100. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  101. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  102. package/dist/types/components/Input/Input.d.ts +1 -1
  103. package/dist/types/components/Input/Input.d.ts.map +1 -1
  104. package/dist/types/components/Input/OTPInput.d.ts +4 -4
  105. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  106. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  107. package/dist/types/components/Link/Link.d.ts +6 -6
  108. package/dist/types/components/Loader/index.content.d.ts +3 -3
  109. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  110. package/dist/types/components/Loader/spinner.d.ts +2 -2
  111. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  112. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  113. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  114. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  115. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  116. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  117. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  118. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  119. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  120. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  121. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  122. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  123. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  124. package/dist/types/components/Navbar/index.d.ts +2 -2
  125. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  126. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  127. package/dist/types/components/Pagination/pagination.content.d.ts +12 -12
  128. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  129. package/dist/types/components/Select/Select.d.ts +3 -3
  130. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  131. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  132. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  133. package/dist/types/components/Tab/Tab.d.ts +11 -6
  134. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  135. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  136. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  137. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  138. package/dist/types/components/Table/table.content.d.ts +3 -3
  139. package/dist/types/components/Tag/index.d.ts +5 -5
  140. package/dist/types/components/Tag/index.d.ts.map +1 -1
  141. package/dist/types/components/Terminal/Terminal.d.ts.map +1 -1
  142. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  143. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  144. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  145. package/package.json +19 -19
  146. package/dist/types/components/Browser/browser.content.d.ts.map +0 -1
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types47 from "@intlayer/types";
1
+ import * as _intlayer_types239 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts
4
4
  declare const dictionaryDetailsContent: {
5
5
  key: string;
6
6
  content: {
7
7
  titleInput: {
8
- label: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
8
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -25,7 +25,7 @@ declare const dictionaryDetailsContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
28
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -48,7 +48,7 @@ declare const dictionaryDetailsContent: {
48
48
  uk: string;
49
49
  };
50
50
  }>;
51
- description: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
51
+ description: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
52
52
  en: string;
53
53
  'en-GB': string;
54
54
  fr: string;
@@ -68,7 +68,7 @@ declare const dictionaryDetailsContent: {
68
68
  vi: string;
69
69
  uk: string;
70
70
  }, {
71
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
71
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
72
72
  } & {
73
73
  translation: {
74
74
  en: string;
@@ -91,7 +91,7 @@ declare const dictionaryDetailsContent: {
91
91
  uk: string;
92
92
  };
93
93
  }>;
94
- placeholder: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
94
+ placeholder: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
95
95
  en: string;
96
96
  'en-GB': string;
97
97
  fr: string;
@@ -111,7 +111,7 @@ declare const dictionaryDetailsContent: {
111
111
  vi: string;
112
112
  uk: string;
113
113
  }, {
114
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
114
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
115
115
  } & {
116
116
  translation: {
117
117
  en: string;
@@ -136,7 +136,7 @@ declare const dictionaryDetailsContent: {
136
136
  }>;
137
137
  };
138
138
  keyInput: {
139
- label: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
139
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
140
140
  en: string;
141
141
  'en-GB': string;
142
142
  fr: string;
@@ -156,7 +156,7 @@ declare const dictionaryDetailsContent: {
156
156
  vi: string;
157
157
  uk: string;
158
158
  }, {
159
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
159
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
160
160
  } & {
161
161
  translation: {
162
162
  en: string;
@@ -179,7 +179,7 @@ declare const dictionaryDetailsContent: {
179
179
  uk: string;
180
180
  };
181
181
  }>;
182
- description: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
182
+ description: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
183
183
  en: string;
184
184
  'en-GB': string;
185
185
  fr: string;
@@ -199,7 +199,7 @@ declare const dictionaryDetailsContent: {
199
199
  vi: string;
200
200
  uk: string;
201
201
  }, {
202
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
202
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
203
203
  } & {
204
204
  translation: {
205
205
  en: string;
@@ -222,7 +222,7 @@ declare const dictionaryDetailsContent: {
222
222
  uk: string;
223
223
  };
224
224
  }>;
225
- placeholder: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
225
+ placeholder: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
226
226
  en: string;
227
227
  'en-GB': string;
228
228
  fr: string;
@@ -242,7 +242,7 @@ declare const dictionaryDetailsContent: {
242
242
  vi: string;
243
243
  uk: string;
244
244
  }, {
245
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
245
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
246
246
  } & {
247
247
  translation: {
248
248
  en: string;
@@ -267,7 +267,7 @@ declare const dictionaryDetailsContent: {
267
267
  }>;
268
268
  };
269
269
  descriptionInput: {
270
- label: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
270
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
271
271
  en: string;
272
272
  'en-GB': string;
273
273
  fr: string;
@@ -287,7 +287,7 @@ declare const dictionaryDetailsContent: {
287
287
  vi: string;
288
288
  uk: string;
289
289
  }, {
290
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
290
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
291
291
  } & {
292
292
  translation: {
293
293
  en: string;
@@ -310,7 +310,7 @@ declare const dictionaryDetailsContent: {
310
310
  uk: string;
311
311
  };
312
312
  }>;
313
- placeholder: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
313
+ placeholder: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
314
314
  en: string;
315
315
  'en-GB': string;
316
316
  fr: string;
@@ -330,7 +330,7 @@ declare const dictionaryDetailsContent: {
330
330
  vi: string;
331
331
  uk: string;
332
332
  }, {
333
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
333
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
334
334
  } & {
335
335
  translation: {
336
336
  en: string;
@@ -353,7 +353,7 @@ declare const dictionaryDetailsContent: {
353
353
  uk: string;
354
354
  };
355
355
  }>;
356
- description: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
356
+ description: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
357
357
  en: string;
358
358
  'en-GB': string;
359
359
  fr: string;
@@ -373,7 +373,7 @@ declare const dictionaryDetailsContent: {
373
373
  vi: string;
374
374
  uk: string;
375
375
  }, {
376
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
376
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
377
377
  } & {
378
378
  translation: {
379
379
  en: string;
@@ -398,7 +398,7 @@ declare const dictionaryDetailsContent: {
398
398
  }>;
399
399
  };
400
400
  projectInput: {
401
- label: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
401
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
402
402
  en: string;
403
403
  'en-GB': string;
404
404
  fr: string;
@@ -418,7 +418,7 @@ declare const dictionaryDetailsContent: {
418
418
  vi: string;
419
419
  uk: string;
420
420
  }, {
421
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
421
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
422
422
  } & {
423
423
  translation: {
424
424
  en: string;
@@ -441,7 +441,7 @@ declare const dictionaryDetailsContent: {
441
441
  uk: string;
442
442
  };
443
443
  }>;
444
- description: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
444
+ description: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
445
445
  en: string;
446
446
  'en-GB': string;
447
447
  fr: string;
@@ -461,7 +461,7 @@ declare const dictionaryDetailsContent: {
461
461
  vi: string;
462
462
  uk: string;
463
463
  }, {
464
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
464
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
465
465
  } & {
466
466
  translation: {
467
467
  en: string;
@@ -484,7 +484,7 @@ declare const dictionaryDetailsContent: {
484
484
  uk: string;
485
485
  };
486
486
  }>;
487
- placeholder: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
487
+ placeholder: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
488
488
  en: string;
489
489
  'en-GB': string;
490
490
  fr: string;
@@ -504,7 +504,7 @@ declare const dictionaryDetailsContent: {
504
504
  vi: string;
505
505
  uk: string;
506
506
  }, {
507
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
507
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
508
508
  } & {
509
509
  translation: {
510
510
  en: string;
@@ -529,7 +529,7 @@ declare const dictionaryDetailsContent: {
529
529
  }>;
530
530
  };
531
531
  tagsSelect: {
532
- label: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
532
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
533
533
  en: string;
534
534
  'en-GB': string;
535
535
  fr: string;
@@ -549,7 +549,7 @@ declare const dictionaryDetailsContent: {
549
549
  vi: string;
550
550
  uk: string;
551
551
  }, {
552
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
552
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
553
553
  } & {
554
554
  translation: {
555
555
  en: string;
@@ -572,7 +572,7 @@ declare const dictionaryDetailsContent: {
572
572
  uk: string;
573
573
  };
574
574
  }>;
575
- description: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
575
+ description: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
576
576
  en: string;
577
577
  'en-GB': string;
578
578
  fr: string;
@@ -592,7 +592,7 @@ declare const dictionaryDetailsContent: {
592
592
  vi: string;
593
593
  uk: string;
594
594
  }, {
595
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
595
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
596
596
  } & {
597
597
  translation: {
598
598
  en: string;
@@ -615,7 +615,7 @@ declare const dictionaryDetailsContent: {
615
615
  uk: string;
616
616
  };
617
617
  }>;
618
- placeholder: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
618
+ placeholder: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
619
619
  en: string;
620
620
  'en-GB': string;
621
621
  fr: string;
@@ -635,7 +635,312 @@ declare const dictionaryDetailsContent: {
635
635
  vi: string;
636
636
  uk: string;
637
637
  }, {
638
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
638
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
639
+ } & {
640
+ translation: {
641
+ en: string;
642
+ 'en-GB': string;
643
+ fr: string;
644
+ es: string;
645
+ de: string;
646
+ ja: string;
647
+ ko: string;
648
+ zh: string;
649
+ it: string;
650
+ pt: string;
651
+ hi: string;
652
+ ar: string;
653
+ ru: string;
654
+ tr: string;
655
+ pl: string;
656
+ id: string;
657
+ vi: string;
658
+ uk: string;
659
+ };
660
+ }>;
661
+ };
662
+ locationSelect: {
663
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
664
+ en: string;
665
+ 'en-GB': string;
666
+ fr: string;
667
+ es: string;
668
+ de: string;
669
+ ja: string;
670
+ ko: string;
671
+ zh: string;
672
+ it: string;
673
+ pt: string;
674
+ hi: string;
675
+ ar: string;
676
+ ru: string;
677
+ tr: string;
678
+ pl: string;
679
+ id: string;
680
+ vi: string;
681
+ uk: string;
682
+ }, {
683
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
684
+ } & {
685
+ translation: {
686
+ en: string;
687
+ 'en-GB': string;
688
+ fr: string;
689
+ es: string;
690
+ de: string;
691
+ ja: string;
692
+ ko: string;
693
+ zh: string;
694
+ it: string;
695
+ pt: string;
696
+ hi: string;
697
+ ar: string;
698
+ ru: string;
699
+ tr: string;
700
+ pl: string;
701
+ id: string;
702
+ vi: string;
703
+ uk: string;
704
+ };
705
+ }>;
706
+ local: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
707
+ en: string;
708
+ 'en-GB': string;
709
+ fr: string;
710
+ es: string;
711
+ de: string;
712
+ ja: string;
713
+ ko: string;
714
+ zh: string;
715
+ it: string;
716
+ pt: string;
717
+ hi: string;
718
+ ar: string;
719
+ ru: string;
720
+ tr: string;
721
+ pl: string;
722
+ id: string;
723
+ vi: string;
724
+ uk: string;
725
+ }, {
726
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
727
+ } & {
728
+ translation: {
729
+ en: string;
730
+ 'en-GB': string;
731
+ fr: string;
732
+ es: string;
733
+ de: string;
734
+ ja: string;
735
+ ko: string;
736
+ zh: string;
737
+ it: string;
738
+ pt: string;
739
+ hi: string;
740
+ ar: string;
741
+ ru: string;
742
+ tr: string;
743
+ pl: string;
744
+ id: string;
745
+ vi: string;
746
+ uk: string;
747
+ };
748
+ }>;
749
+ remote: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
750
+ en: string;
751
+ 'en-GB': string;
752
+ fr: string;
753
+ es: string;
754
+ de: string;
755
+ ja: string;
756
+ ko: string;
757
+ zh: string;
758
+ it: string;
759
+ pt: string;
760
+ hi: string;
761
+ ar: string;
762
+ ru: string;
763
+ tr: string;
764
+ pl: string;
765
+ id: string;
766
+ vi: string;
767
+ uk: string;
768
+ }, {
769
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
770
+ } & {
771
+ translation: {
772
+ en: string;
773
+ 'en-GB': string;
774
+ fr: string;
775
+ es: string;
776
+ de: string;
777
+ ja: string;
778
+ ko: string;
779
+ zh: string;
780
+ it: string;
781
+ pt: string;
782
+ hi: string;
783
+ ar: string;
784
+ ru: string;
785
+ tr: string;
786
+ pl: string;
787
+ id: string;
788
+ vi: string;
789
+ uk: string;
790
+ };
791
+ }>;
792
+ testDescription: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
793
+ en: string;
794
+ 'en-GB': string;
795
+ fr: string;
796
+ es: string;
797
+ de: string;
798
+ ja: string;
799
+ ko: string;
800
+ zh: string;
801
+ it: string;
802
+ pt: string;
803
+ hi: string;
804
+ ar: string;
805
+ ru: string;
806
+ tr: string;
807
+ pl: string;
808
+ id: string;
809
+ vi: string;
810
+ uk: string;
811
+ }, {
812
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
813
+ } & {
814
+ translation: {
815
+ en: string;
816
+ 'en-GB': string;
817
+ fr: string;
818
+ es: string;
819
+ de: string;
820
+ ja: string;
821
+ ko: string;
822
+ zh: string;
823
+ it: string;
824
+ pt: string;
825
+ hi: string;
826
+ ar: string;
827
+ ru: string;
828
+ tr: string;
829
+ pl: string;
830
+ id: string;
831
+ vi: string;
832
+ uk: string;
833
+ };
834
+ }>;
835
+ };
836
+ filePathInput: {
837
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
838
+ en: string;
839
+ 'en-GB': string;
840
+ fr: string;
841
+ es: string;
842
+ de: string;
843
+ ja: string;
844
+ ko: string;
845
+ zh: string;
846
+ it: string;
847
+ pt: string;
848
+ hi: string;
849
+ ar: string;
850
+ ru: string;
851
+ tr: string;
852
+ pl: string;
853
+ id: string;
854
+ vi: string;
855
+ uk: string;
856
+ }, {
857
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
858
+ } & {
859
+ translation: {
860
+ en: string;
861
+ 'en-GB': string;
862
+ fr: string;
863
+ es: string;
864
+ de: string;
865
+ ja: string;
866
+ ko: string;
867
+ zh: string;
868
+ it: string;
869
+ pt: string;
870
+ hi: string;
871
+ ar: string;
872
+ ru: string;
873
+ tr: string;
874
+ pl: string;
875
+ id: string;
876
+ vi: string;
877
+ uk: string;
878
+ };
879
+ }>;
880
+ description: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
881
+ en: string;
882
+ 'en-GB': string;
883
+ fr: string;
884
+ es: string;
885
+ de: string;
886
+ ja: string;
887
+ ko: string;
888
+ zh: string;
889
+ it: string;
890
+ pt: string;
891
+ hi: string;
892
+ ar: string;
893
+ ru: string;
894
+ tr: string;
895
+ pl: string;
896
+ id: string;
897
+ vi: string;
898
+ uk: string;
899
+ }, {
900
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
901
+ } & {
902
+ translation: {
903
+ en: string;
904
+ 'en-GB': string;
905
+ fr: string;
906
+ es: string;
907
+ de: string;
908
+ ja: string;
909
+ ko: string;
910
+ zh: string;
911
+ it: string;
912
+ pt: string;
913
+ hi: string;
914
+ ar: string;
915
+ ru: string;
916
+ tr: string;
917
+ pl: string;
918
+ id: string;
919
+ vi: string;
920
+ uk: string;
921
+ };
922
+ }>;
923
+ placeholder: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
924
+ en: string;
925
+ 'en-GB': string;
926
+ fr: string;
927
+ es: string;
928
+ de: string;
929
+ ja: string;
930
+ ko: string;
931
+ zh: string;
932
+ it: string;
933
+ pt: string;
934
+ hi: string;
935
+ ar: string;
936
+ ru: string;
937
+ tr: string;
938
+ pl: string;
939
+ id: string;
940
+ vi: string;
941
+ uk: string;
942
+ }, {
943
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
639
944
  } & {
640
945
  translation: {
641
946
  en: string;
@@ -660,7 +965,7 @@ declare const dictionaryDetailsContent: {
660
965
  }>;
661
966
  };
662
967
  auditButton: {
663
- label: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
968
+ label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
664
969
  en: string;
665
970
  fr: string;
666
971
  es: string;
@@ -680,7 +985,7 @@ declare const dictionaryDetailsContent: {
680
985
  vi: string;
681
986
  uk: string;
682
987
  }, {
683
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
988
+ nodeType: "translation" | _intlayer_types239.NodeType.Translation;
684
989
  } & {
685
990
  translation: {
686
991
  en: string;