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

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 (200) 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/CopyToClipboard/index.mjs +12 -9
  6. package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
  7. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  8. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
  9. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +257 -122
  10. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  11. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +258 -12
  12. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  13. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +80 -0
  14. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
  15. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +14 -2
  16. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
  17. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +62 -55
  18. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  19. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +8 -16
  20. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
  21. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
  23. package/dist/esm/components/Flags/Flag.mjs +5 -8
  24. package/dist/esm/components/Flags/Flag.mjs.map +1 -1
  25. package/dist/esm/components/IDE/CodeBlockClient.mjs +2 -2
  26. package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
  27. package/dist/esm/components/IDE/CodeBlockServer.mjs +2 -2
  28. package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
  29. package/dist/esm/components/IDE/MonacoCode.mjs +1 -1
  30. package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
  31. package/dist/esm/components/Input/Checkbox.mjs +3 -2
  32. package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
  33. package/dist/esm/components/Link/Link.mjs +1 -1
  34. package/dist/esm/components/Link/Link.mjs.map +1 -1
  35. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
  36. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  37. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  38. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  39. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +9 -3
  40. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  41. package/dist/esm/components/MarkDownRender/index.mjs +2 -1
  42. package/dist/esm/components/MarkDownRender/processor-adapter.mjs +57 -0
  43. package/dist/esm/components/MarkDownRender/processor-adapter.mjs.map +1 -0
  44. package/dist/esm/components/MarkDownRender/processor.mjs +5 -5
  45. package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -1
  46. package/dist/esm/components/Modal/Modal.mjs +2 -2
  47. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  48. package/dist/esm/components/Popover/static.mjs +13 -11
  49. package/dist/esm/components/Popover/static.mjs.map +1 -1
  50. package/dist/esm/components/RightDrawer/RightDrawer.mjs +4 -5
  51. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  52. package/dist/esm/components/RightDrawer/index.mjs +2 -2
  53. package/dist/esm/components/RightDrawer/useRightDrawer.mjs +65 -0
  54. package/dist/esm/components/RightDrawer/useRightDrawer.mjs.map +1 -0
  55. package/dist/esm/components/Tab/Tab.mjs +20 -14
  56. package/dist/esm/components/Tab/Tab.mjs.map +1 -1
  57. package/dist/esm/components/Terminal/Terminal.mjs +2 -2
  58. package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
  59. package/dist/esm/components/index.mjs +3 -2
  60. package/dist/esm/hooks/useScrollBlockage/index.mjs +1 -6
  61. package/dist/esm/hooks/useScrollBlockage/index.mjs.map +1 -1
  62. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs +60 -31
  63. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -1
  64. package/dist/types/components/Badge/index.d.ts +2 -2
  65. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  66. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  67. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  68. package/dist/types/components/Browser/{browser.content.d.ts → Browser.content.d.ts} +19 -19
  69. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -0
  70. package/dist/types/components/Browser/Browser.d.ts +2 -2
  71. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  72. package/dist/types/components/Button/Button.d.ts +6 -6
  73. package/dist/types/components/Carousel/index.content.d.ts +8 -8
  74. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
  75. package/dist/types/components/Command/index.d.ts +20 -20
  76. package/dist/types/components/Command/index.d.ts.map +1 -1
  77. package/dist/types/components/Container/index.d.ts +9 -9
  78. package/dist/types/components/Container/index.d.ts.map +1 -1
  79. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  80. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  81. package/dist/types/components/CopyToClipboard/index.d.ts +18 -7
  82. package/dist/types/components/CopyToClipboard/index.d.ts.map +1 -1
  83. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  84. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  85. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  86. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +1 -0
  87. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  88. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +556 -34
  89. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  90. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +197 -25
  91. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  92. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +12 -0
  93. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
  94. package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +1 -0
  95. package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  96. package/dist/types/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
  97. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  98. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  99. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  100. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  101. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  102. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  103. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  104. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  105. package/dist/types/components/Form/FormBase.d.ts +2 -2
  106. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  107. package/dist/types/components/Form/FormField.d.ts +2 -2
  108. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  109. package/dist/types/components/Form/FormItem.d.ts +2 -2
  110. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  111. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  112. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  113. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  114. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  115. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  116. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  117. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  118. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  119. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  120. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  121. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  122. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  123. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  124. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  125. package/dist/types/components/IDE/CodeBlockClient.d.ts.map +1 -1
  126. package/dist/types/components/IDE/CodeBlockServer.d.ts.map +1 -1
  127. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  128. package/dist/types/components/IDE/MonacoCode.d.ts.map +1 -1
  129. package/dist/types/components/IDE/code.content.d.ts +5 -5
  130. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  131. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  132. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  133. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  134. package/dist/types/components/Input/Input.d.ts +2 -2
  135. package/dist/types/components/Input/Input.d.ts.map +1 -1
  136. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  137. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  138. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  139. package/dist/types/components/Link/Link.d.ts +6 -6
  140. package/dist/types/components/Loader/index.content.d.ts +3 -3
  141. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  142. package/dist/types/components/Loader/spinner.d.ts +2 -2
  143. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  144. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  145. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  146. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  147. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +1 -1
  148. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  149. package/dist/types/components/MarkDownRender/index.d.ts +2 -1
  150. package/dist/types/components/MarkDownRender/processor-adapter.d.ts +85 -0
  151. package/dist/types/components/MarkDownRender/processor-adapter.d.ts.map +1 -0
  152. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  153. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  154. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  155. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  156. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  157. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  158. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  159. package/dist/types/components/Navbar/index.d.ts +2 -2
  160. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  161. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  162. package/dist/types/components/Pagination/pagination.content.d.ts +12 -12
  163. package/dist/types/components/Popover/static.d.ts +11 -9
  164. package/dist/types/components/Popover/static.d.ts.map +1 -1
  165. package/dist/types/components/RightDrawer/index.d.ts +2 -2
  166. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  167. package/dist/types/components/RightDrawer/useRightDrawer.d.ts +22 -0
  168. package/dist/types/components/RightDrawer/useRightDrawer.d.ts.map +1 -0
  169. package/dist/types/components/Select/Select.d.ts +3 -3
  170. package/dist/types/components/Select/Select.d.ts.map +1 -1
  171. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  172. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  173. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  174. package/dist/types/components/Tab/Tab.d.ts +10 -5
  175. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  176. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  177. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  178. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  179. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  180. package/dist/types/components/Table/table.content.d.ts +3 -3
  181. package/dist/types/components/Tag/index.d.ts +5 -5
  182. package/dist/types/components/Tag/index.d.ts.map +1 -1
  183. package/dist/types/components/Terminal/Terminal.d.ts.map +1 -1
  184. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  185. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  186. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  187. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  188. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  189. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  190. package/dist/types/components/index.d.ts +3 -2
  191. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  192. package/dist/types/hooks/useScrollBlockage/index.d.ts.map +1 -1
  193. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +14 -6
  194. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -1
  195. package/package.json +23 -23
  196. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs +0 -87
  197. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs.map +0 -1
  198. package/dist/types/components/Browser/browser.content.d.ts.map +0 -1
  199. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +0 -116
  200. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts.map +0 -1
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types47 from "@intlayer/types";
1
+ import * as _intlayer_types301 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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
619
619
  en: string;
620
620
  'en-GB': string;
621
621
  fr: string;
@@ -635,7 +635,529 @@ declare const dictionaryDetailsContent: {
635
635
  vi: string;
636
636
  uk: string;
637
637
  }, {
638
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
638
+ nodeType: "translation" | _intlayer_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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
+ importModeSelect: {
837
+ label: _intlayer_types301.TypedNodeModel<_intlayer_types301.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_types301.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_types301.TypedNodeModel<_intlayer_types301.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_types301.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
+ static: _intlayer_types301.TypedNodeModel<_intlayer_types301.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_types301.NodeType.Translation;
944
+ } & {
945
+ translation: {
946
+ en: string;
947
+ 'en-GB': string;
948
+ fr: string;
949
+ es: string;
950
+ de: string;
951
+ ja: string;
952
+ ko: string;
953
+ zh: string;
954
+ it: string;
955
+ pt: string;
956
+ hi: string;
957
+ ar: string;
958
+ ru: string;
959
+ tr: string;
960
+ pl: string;
961
+ id: string;
962
+ vi: string;
963
+ uk: string;
964
+ };
965
+ }>;
966
+ dynamic: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
967
+ en: string;
968
+ 'en-GB': string;
969
+ fr: string;
970
+ es: string;
971
+ de: string;
972
+ ja: string;
973
+ ko: string;
974
+ zh: string;
975
+ it: string;
976
+ pt: string;
977
+ hi: string;
978
+ ar: string;
979
+ ru: string;
980
+ tr: string;
981
+ pl: string;
982
+ id: string;
983
+ vi: string;
984
+ uk: string;
985
+ }, {
986
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
987
+ } & {
988
+ translation: {
989
+ en: string;
990
+ 'en-GB': string;
991
+ fr: string;
992
+ es: string;
993
+ de: string;
994
+ ja: string;
995
+ ko: string;
996
+ zh: string;
997
+ it: string;
998
+ pt: string;
999
+ hi: string;
1000
+ ar: string;
1001
+ ru: string;
1002
+ tr: string;
1003
+ pl: string;
1004
+ id: string;
1005
+ vi: string;
1006
+ uk: string;
1007
+ };
1008
+ }>;
1009
+ live: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
1010
+ en: string;
1011
+ 'en-GB': string;
1012
+ fr: string;
1013
+ es: string;
1014
+ de: string;
1015
+ ja: string;
1016
+ ko: string;
1017
+ zh: string;
1018
+ it: string;
1019
+ pt: string;
1020
+ hi: string;
1021
+ ar: string;
1022
+ ru: string;
1023
+ tr: string;
1024
+ pl: string;
1025
+ id: string;
1026
+ vi: string;
1027
+ uk: string;
1028
+ }, {
1029
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
1030
+ } & {
1031
+ translation: {
1032
+ en: string;
1033
+ 'en-GB': string;
1034
+ fr: string;
1035
+ es: string;
1036
+ de: string;
1037
+ ja: string;
1038
+ ko: string;
1039
+ zh: string;
1040
+ it: string;
1041
+ pt: string;
1042
+ hi: string;
1043
+ ar: string;
1044
+ ru: string;
1045
+ tr: string;
1046
+ pl: string;
1047
+ id: string;
1048
+ vi: string;
1049
+ uk: string;
1050
+ };
1051
+ }>;
1052
+ };
1053
+ filePathInput: {
1054
+ label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
1055
+ en: string;
1056
+ 'en-GB': string;
1057
+ fr: string;
1058
+ es: string;
1059
+ de: string;
1060
+ ja: string;
1061
+ ko: string;
1062
+ zh: string;
1063
+ it: string;
1064
+ pt: string;
1065
+ hi: string;
1066
+ ar: string;
1067
+ ru: string;
1068
+ tr: string;
1069
+ pl: string;
1070
+ id: string;
1071
+ vi: string;
1072
+ uk: string;
1073
+ }, {
1074
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
1075
+ } & {
1076
+ translation: {
1077
+ en: string;
1078
+ 'en-GB': string;
1079
+ fr: string;
1080
+ es: string;
1081
+ de: string;
1082
+ ja: string;
1083
+ ko: string;
1084
+ zh: string;
1085
+ it: string;
1086
+ pt: string;
1087
+ hi: string;
1088
+ ar: string;
1089
+ ru: string;
1090
+ tr: string;
1091
+ pl: string;
1092
+ id: string;
1093
+ vi: string;
1094
+ uk: string;
1095
+ };
1096
+ }>;
1097
+ description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
1098
+ en: string;
1099
+ 'en-GB': string;
1100
+ fr: string;
1101
+ es: string;
1102
+ de: string;
1103
+ ja: string;
1104
+ ko: string;
1105
+ zh: string;
1106
+ it: string;
1107
+ pt: string;
1108
+ hi: string;
1109
+ ar: string;
1110
+ ru: string;
1111
+ tr: string;
1112
+ pl: string;
1113
+ id: string;
1114
+ vi: string;
1115
+ uk: string;
1116
+ }, {
1117
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
1118
+ } & {
1119
+ translation: {
1120
+ en: string;
1121
+ 'en-GB': string;
1122
+ fr: string;
1123
+ es: string;
1124
+ de: string;
1125
+ ja: string;
1126
+ ko: string;
1127
+ zh: string;
1128
+ it: string;
1129
+ pt: string;
1130
+ hi: string;
1131
+ ar: string;
1132
+ ru: string;
1133
+ tr: string;
1134
+ pl: string;
1135
+ id: string;
1136
+ vi: string;
1137
+ uk: string;
1138
+ };
1139
+ }>;
1140
+ placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
1141
+ en: string;
1142
+ 'en-GB': string;
1143
+ fr: string;
1144
+ es: string;
1145
+ de: string;
1146
+ ja: string;
1147
+ ko: string;
1148
+ zh: string;
1149
+ it: string;
1150
+ pt: string;
1151
+ hi: string;
1152
+ ar: string;
1153
+ ru: string;
1154
+ tr: string;
1155
+ pl: string;
1156
+ id: string;
1157
+ vi: string;
1158
+ uk: string;
1159
+ }, {
1160
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
639
1161
  } & {
640
1162
  translation: {
641
1163
  en: string;
@@ -660,7 +1182,7 @@ declare const dictionaryDetailsContent: {
660
1182
  }>;
661
1183
  };
662
1184
  auditButton: {
663
- label: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
1185
+ label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
664
1186
  en: string;
665
1187
  fr: string;
666
1188
  es: string;
@@ -680,7 +1202,7 @@ declare const dictionaryDetailsContent: {
680
1202
  vi: string;
681
1203
  uk: string;
682
1204
  }, {
683
- nodeType: "translation" | _intlayer_types47.NodeType.Translation;
1205
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
684
1206
  } & {
685
1207
  translation: {
686
1208
  en: string;
@@ -710,5 +1232,5 @@ declare const dictionaryDetailsContent: {
710
1232
  tags: string[];
711
1233
  };
712
1234
  //#endregion
713
- export { dictionaryDetailsContent as default, dictionaryDetailsContent };
1235
+ export { dictionaryDetailsContent as default };
714
1236
  //# sourceMappingURL=dictionaryDetails.content.d.ts.map