@intlayer/design-system 7.6.0-canary.1 → 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 (152) hide show
  1. package/dist/esm/components/CopyToClipboard/index.mjs +12 -9
  2. package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
  3. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +32 -1
  4. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  5. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +116 -14
  6. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  7. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +5 -0
  8. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
  9. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +11 -5
  10. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  11. package/dist/esm/components/Flags/Flag.mjs +5 -8
  12. package/dist/esm/components/Flags/Flag.mjs.map +1 -1
  13. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
  14. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  15. package/dist/esm/components/MarkDownRender/index.mjs +2 -1
  16. package/dist/esm/components/MarkDownRender/processor-adapter.mjs +57 -0
  17. package/dist/esm/components/MarkDownRender/processor-adapter.mjs.map +1 -0
  18. package/dist/esm/components/MarkDownRender/processor.mjs +5 -5
  19. package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -1
  20. package/dist/esm/components/Popover/static.mjs +12 -10
  21. package/dist/esm/components/Popover/static.mjs.map +1 -1
  22. package/dist/esm/components/RightDrawer/RightDrawer.mjs +4 -5
  23. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  24. package/dist/esm/components/RightDrawer/index.mjs +2 -2
  25. package/dist/esm/components/RightDrawer/useRightDrawer.mjs +65 -0
  26. package/dist/esm/components/RightDrawer/useRightDrawer.mjs.map +1 -0
  27. package/dist/esm/components/index.mjs +3 -2
  28. package/dist/esm/hooks/useScrollBlockage/index.mjs +1 -6
  29. package/dist/esm/hooks/useScrollBlockage/index.mjs.map +1 -1
  30. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs +60 -31
  31. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -1
  32. package/dist/types/components/Badge/index.d.ts +2 -2
  33. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  34. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  35. package/dist/types/components/Browser/Browser.content.d.ts +17 -17
  36. package/dist/types/components/Browser/Browser.d.ts +2 -2
  37. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  38. package/dist/types/components/Button/Button.d.ts +7 -7
  39. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  40. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  41. package/dist/types/components/Command/index.d.ts +16 -16
  42. package/dist/types/components/Command/index.d.ts.map +1 -1
  43. package/dist/types/components/Container/index.d.ts +10 -10
  44. package/dist/types/components/Container/index.d.ts.map +1 -1
  45. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  46. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  47. package/dist/types/components/CopyToClipboard/index.d.ts +18 -7
  48. package/dist/types/components/CopyToClipboard/index.d.ts.map +1 -1
  49. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  50. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  51. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  52. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +265 -48
  53. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  54. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +33 -33
  55. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  56. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +6 -1
  57. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
  58. package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  59. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  60. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  61. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  62. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  63. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  64. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  65. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  66. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  67. package/dist/types/components/Form/FormBase.d.ts +2 -2
  68. package/dist/types/components/Form/FormField.d.ts +2 -2
  69. package/dist/types/components/Form/FormItem.d.ts +2 -2
  70. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  71. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  72. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  73. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  74. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  76. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  77. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  78. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  79. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  80. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  81. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  82. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  83. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  84. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  85. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  86. package/dist/types/components/IDE/code.content.d.ts +5 -5
  87. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  88. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  89. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  90. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  91. package/dist/types/components/Input/Input.d.ts +3 -3
  92. package/dist/types/components/Input/Input.d.ts.map +1 -1
  93. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  94. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  95. package/dist/types/components/Link/Link.d.ts +5 -5
  96. package/dist/types/components/Loader/index.content.d.ts +3 -3
  97. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  98. package/dist/types/components/Loader/spinner.d.ts +2 -2
  99. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  100. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  101. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  102. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +1 -1
  103. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  104. package/dist/types/components/MarkDownRender/index.d.ts +2 -1
  105. package/dist/types/components/MarkDownRender/processor-adapter.d.ts +85 -0
  106. package/dist/types/components/MarkDownRender/processor-adapter.d.ts.map +1 -0
  107. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  108. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  109. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  110. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  111. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  112. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  113. package/dist/types/components/Navbar/index.d.ts +2 -2
  114. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  115. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  116. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  117. package/dist/types/components/Popover/static.d.ts +11 -9
  118. package/dist/types/components/Popover/static.d.ts.map +1 -1
  119. package/dist/types/components/RightDrawer/index.d.ts +2 -2
  120. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  121. package/dist/types/components/RightDrawer/useRightDrawer.d.ts +22 -0
  122. package/dist/types/components/RightDrawer/useRightDrawer.d.ts.map +1 -0
  123. package/dist/types/components/Select/Select.d.ts +3 -3
  124. package/dist/types/components/Select/Select.d.ts.map +1 -1
  125. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  126. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  127. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  128. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  129. package/dist/types/components/Tab/Tab.d.ts +6 -6
  130. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  131. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  132. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  133. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  134. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  135. package/dist/types/components/Table/table.content.d.ts +3 -3
  136. package/dist/types/components/Tag/index.d.ts +5 -5
  137. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  138. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  139. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  140. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  141. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  142. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  143. package/dist/types/components/index.d.ts +3 -2
  144. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  145. package/dist/types/hooks/useScrollBlockage/index.d.ts.map +1 -1
  146. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +14 -6
  147. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -1
  148. package/package.json +21 -21
  149. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs +0 -87
  150. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs.map +0 -1
  151. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +0 -116
  152. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts.map +0 -1
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types239 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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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_types239.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_types239.TypedNodeModel<_intlayer_types239.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,7 @@ declare const dictionaryDetailsContent: {
635
635
  vi: string;
636
636
  uk: string;
637
637
  }, {
638
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
638
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
639
639
  } & {
640
640
  translation: {
641
641
  en: string;
@@ -660,7 +660,7 @@ declare const dictionaryDetailsContent: {
660
660
  }>;
661
661
  };
662
662
  locationSelect: {
663
- label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
663
+ label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
664
664
  en: string;
665
665
  'en-GB': string;
666
666
  fr: string;
@@ -680,7 +680,7 @@ declare const dictionaryDetailsContent: {
680
680
  vi: string;
681
681
  uk: string;
682
682
  }, {
683
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
683
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
684
684
  } & {
685
685
  translation: {
686
686
  en: string;
@@ -703,7 +703,7 @@ declare const dictionaryDetailsContent: {
703
703
  uk: string;
704
704
  };
705
705
  }>;
706
- local: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
706
+ local: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
707
707
  en: string;
708
708
  'en-GB': string;
709
709
  fr: string;
@@ -723,7 +723,7 @@ declare const dictionaryDetailsContent: {
723
723
  vi: string;
724
724
  uk: string;
725
725
  }, {
726
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
726
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
727
727
  } & {
728
728
  translation: {
729
729
  en: string;
@@ -746,7 +746,7 @@ declare const dictionaryDetailsContent: {
746
746
  uk: string;
747
747
  };
748
748
  }>;
749
- remote: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
749
+ remote: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
750
750
  en: string;
751
751
  'en-GB': string;
752
752
  fr: string;
@@ -766,7 +766,7 @@ declare const dictionaryDetailsContent: {
766
766
  vi: string;
767
767
  uk: string;
768
768
  }, {
769
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
769
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
770
770
  } & {
771
771
  translation: {
772
772
  en: string;
@@ -789,7 +789,7 @@ declare const dictionaryDetailsContent: {
789
789
  uk: string;
790
790
  };
791
791
  }>;
792
- testDescription: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
792
+ testDescription: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
793
793
  en: string;
794
794
  'en-GB': string;
795
795
  fr: string;
@@ -809,7 +809,224 @@ declare const dictionaryDetailsContent: {
809
809
  vi: string;
810
810
  uk: string;
811
811
  }, {
812
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
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;
813
1030
  } & {
814
1031
  translation: {
815
1032
  en: string;
@@ -834,7 +1051,7 @@ declare const dictionaryDetailsContent: {
834
1051
  }>;
835
1052
  };
836
1053
  filePathInput: {
837
- label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
1054
+ label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
838
1055
  en: string;
839
1056
  'en-GB': string;
840
1057
  fr: string;
@@ -854,7 +1071,7 @@ declare const dictionaryDetailsContent: {
854
1071
  vi: string;
855
1072
  uk: string;
856
1073
  }, {
857
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
1074
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
858
1075
  } & {
859
1076
  translation: {
860
1077
  en: string;
@@ -877,7 +1094,7 @@ declare const dictionaryDetailsContent: {
877
1094
  uk: string;
878
1095
  };
879
1096
  }>;
880
- description: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
1097
+ description: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
881
1098
  en: string;
882
1099
  'en-GB': string;
883
1100
  fr: string;
@@ -897,7 +1114,7 @@ declare const dictionaryDetailsContent: {
897
1114
  vi: string;
898
1115
  uk: string;
899
1116
  }, {
900
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
1117
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
901
1118
  } & {
902
1119
  translation: {
903
1120
  en: string;
@@ -920,7 +1137,7 @@ declare const dictionaryDetailsContent: {
920
1137
  uk: string;
921
1138
  };
922
1139
  }>;
923
- placeholder: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
1140
+ placeholder: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
924
1141
  en: string;
925
1142
  'en-GB': string;
926
1143
  fr: string;
@@ -940,7 +1157,7 @@ declare const dictionaryDetailsContent: {
940
1157
  vi: string;
941
1158
  uk: string;
942
1159
  }, {
943
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
1160
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
944
1161
  } & {
945
1162
  translation: {
946
1163
  en: string;
@@ -965,7 +1182,7 @@ declare const dictionaryDetailsContent: {
965
1182
  }>;
966
1183
  };
967
1184
  auditButton: {
968
- label: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
1185
+ label: _intlayer_types301.TypedNodeModel<_intlayer_types301.NodeType.Translation, {
969
1186
  en: string;
970
1187
  fr: string;
971
1188
  es: string;
@@ -985,7 +1202,7 @@ declare const dictionaryDetailsContent: {
985
1202
  vi: string;
986
1203
  uk: string;
987
1204
  }, {
988
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
1205
+ nodeType: "translation" | _intlayer_types301.NodeType.Translation;
989
1206
  } & {
990
1207
  translation: {
991
1208
  en: string;
@@ -1015,5 +1232,5 @@ declare const dictionaryDetailsContent: {
1015
1232
  tags: string[];
1016
1233
  };
1017
1234
  //#endregion
1018
- export { dictionaryDetailsContent as default, dictionaryDetailsContent };
1235
+ export { dictionaryDetailsContent as default };
1019
1236
  //# sourceMappingURL=dictionaryDetails.content.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryDetails.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,UAAA,EAAA"}
1
+ {"version":3,"file":"dictionaryDetails.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,UAAA,EAAA"}