@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_types179 from "@intlayer/types";
1
+ import * as _intlayer_types143 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts
4
4
  declare const saveDictionaryContent: {
5
5
  key: string;
6
6
  content: {
7
7
  deleteButton: {
8
- text: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
8
+ text: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -25,7 +25,7 @@ declare const saveDictionaryContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
28
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -48,7 +48,7 @@ declare const saveDictionaryContent: {
48
48
  uk: string;
49
49
  };
50
50
  }>;
51
- label: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
51
+ label: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
52
52
  en: string;
53
53
  'en-GB': string;
54
54
  fr: string;
@@ -68,7 +68,7 @@ declare const saveDictionaryContent: {
68
68
  vi: string;
69
69
  uk: string;
70
70
  }, {
71
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
71
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
72
72
  } & {
73
73
  translation: {
74
74
  en: string;
@@ -93,7 +93,7 @@ declare const saveDictionaryContent: {
93
93
  }>;
94
94
  };
95
95
  resetButton: {
96
- text: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
96
+ text: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
97
97
  en: string;
98
98
  'en-GB': string;
99
99
  fr: string;
@@ -113,7 +113,7 @@ declare const saveDictionaryContent: {
113
113
  vi: string;
114
114
  uk: string;
115
115
  }, {
116
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
116
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
117
117
  } & {
118
118
  translation: {
119
119
  en: string;
@@ -136,7 +136,7 @@ declare const saveDictionaryContent: {
136
136
  uk: string;
137
137
  };
138
138
  }>;
139
- label: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
139
+ label: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
140
140
  en: string;
141
141
  'en-GB': string;
142
142
  fr: string;
@@ -156,7 +156,7 @@ declare const saveDictionaryContent: {
156
156
  vi: string;
157
157
  uk: string;
158
158
  }, {
159
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
159
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
160
160
  } & {
161
161
  translation: {
162
162
  en: string;
@@ -181,7 +181,7 @@ declare const saveDictionaryContent: {
181
181
  }>;
182
182
  };
183
183
  saveButton: {
184
- text: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
184
+ text: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
185
185
  en: string;
186
186
  'en-GB': string;
187
187
  fr: string;
@@ -201,7 +201,7 @@ declare const saveDictionaryContent: {
201
201
  vi: string;
202
202
  uk: string;
203
203
  }, {
204
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
204
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
205
205
  } & {
206
206
  translation: {
207
207
  en: string;
@@ -224,7 +224,7 @@ declare const saveDictionaryContent: {
224
224
  uk: string;
225
225
  };
226
226
  }>;
227
- label: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
227
+ label: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
228
228
  en: string;
229
229
  'en-GB': string;
230
230
  fr: string;
@@ -244,7 +244,7 @@ declare const saveDictionaryContent: {
244
244
  vi: string;
245
245
  uk: string;
246
246
  }, {
247
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
247
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
248
248
  } & {
249
249
  translation: {
250
250
  en: string;
@@ -269,7 +269,7 @@ declare const saveDictionaryContent: {
269
269
  }>;
270
270
  };
271
271
  publishButton: {
272
- text: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
272
+ text: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
273
273
  en: string;
274
274
  'en-GB': string;
275
275
  fr: string;
@@ -289,7 +289,7 @@ declare const saveDictionaryContent: {
289
289
  vi: string;
290
290
  uk: string;
291
291
  }, {
292
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
292
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
293
293
  } & {
294
294
  translation: {
295
295
  en: string;
@@ -312,7 +312,7 @@ declare const saveDictionaryContent: {
312
312
  uk: string;
313
313
  };
314
314
  }>;
315
- label: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
315
+ label: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
316
316
  en: string;
317
317
  'en-GB': string;
318
318
  fr: string;
@@ -332,7 +332,7 @@ declare const saveDictionaryContent: {
332
332
  vi: string;
333
333
  uk: string;
334
334
  }, {
335
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
335
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
336
336
  } & {
337
337
  translation: {
338
338
  en: string;
@@ -357,7 +357,7 @@ declare const saveDictionaryContent: {
357
357
  }>;
358
358
  };
359
359
  downloadButton: {
360
- text: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
360
+ text: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
361
361
  en: string;
362
362
  'en-GB': string;
363
363
  fr: string;
@@ -377,7 +377,7 @@ declare const saveDictionaryContent: {
377
377
  vi: string;
378
378
  uk: string;
379
379
  }, {
380
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
380
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
381
381
  } & {
382
382
  translation: {
383
383
  en: string;
@@ -400,7 +400,7 @@ declare const saveDictionaryContent: {
400
400
  uk: string;
401
401
  };
402
402
  }>;
403
- label: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
403
+ label: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
404
404
  en: string;
405
405
  'en-GB': string;
406
406
  fr: string;
@@ -420,7 +420,7 @@ declare const saveDictionaryContent: {
420
420
  vi: string;
421
421
  uk: string;
422
422
  }, {
423
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
423
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
424
424
  } & {
425
425
  translation: {
426
426
  en: string;
@@ -445,7 +445,7 @@ declare const saveDictionaryContent: {
445
445
  }>;
446
446
  };
447
447
  confirmation: {
448
- title: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
448
+ title: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
449
449
  en: string;
450
450
  'en-GB': string;
451
451
  fr: string;
@@ -465,7 +465,7 @@ declare const saveDictionaryContent: {
465
465
  vi: string;
466
466
  uk: string;
467
467
  }, {
468
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
468
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
469
469
  } & {
470
470
  translation: {
471
471
  en: string;
@@ -488,7 +488,7 @@ declare const saveDictionaryContent: {
488
488
  uk: string;
489
489
  };
490
490
  }>;
491
- message: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
491
+ message: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
492
492
  en: string;
493
493
  'en-GB': string;
494
494
  fr: string;
@@ -508,7 +508,7 @@ declare const saveDictionaryContent: {
508
508
  vi: string;
509
509
  uk: string;
510
510
  }, {
511
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
511
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
512
512
  } & {
513
513
  translation: {
514
514
  en: string;
@@ -532,7 +532,7 @@ declare const saveDictionaryContent: {
532
532
  };
533
533
  }>;
534
534
  confirmButton: {
535
- text: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
535
+ text: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
536
536
  en: string;
537
537
  'en-GB': string;
538
538
  fr: string;
@@ -552,7 +552,7 @@ declare const saveDictionaryContent: {
552
552
  vi: string;
553
553
  uk: string;
554
554
  }, {
555
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
555
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
556
556
  } & {
557
557
  translation: {
558
558
  en: string;
@@ -575,7 +575,7 @@ declare const saveDictionaryContent: {
575
575
  uk: string;
576
576
  };
577
577
  }>;
578
- label: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
578
+ label: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
579
579
  en: string;
580
580
  'en-GB': string;
581
581
  fr: string;
@@ -595,7 +595,7 @@ declare const saveDictionaryContent: {
595
595
  vi: string;
596
596
  uk: string;
597
597
  }, {
598
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
598
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
599
599
  } & {
600
600
  translation: {
601
601
  en: string;
@@ -620,7 +620,7 @@ declare const saveDictionaryContent: {
620
620
  }>;
621
621
  };
622
622
  cancelButton: {
623
- text: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
623
+ text: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
624
624
  en: string;
625
625
  'en-GB': string;
626
626
  fr: string;
@@ -640,7 +640,7 @@ declare const saveDictionaryContent: {
640
640
  vi: string;
641
641
  uk: string;
642
642
  }, {
643
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
643
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
644
644
  } & {
645
645
  translation: {
646
646
  en: string;
@@ -663,7 +663,7 @@ declare const saveDictionaryContent: {
663
663
  uk: string;
664
664
  };
665
665
  }>;
666
- label: _intlayer_types179.TypedNodeModel<_intlayer_types179.NodeType.Translation, {
666
+ label: _intlayer_types143.TypedNodeModel<_intlayer_types143.NodeType.Translation, {
667
667
  en: string;
668
668
  'en-GB': string;
669
669
  fr: string;
@@ -683,7 +683,7 @@ declare const saveDictionaryContent: {
683
683
  vi: string;
684
684
  uk: string;
685
685
  }, {
686
- nodeType: "translation" | _intlayer_types179.NodeType.Translation;
686
+ nodeType: "translation" | _intlayer_types143.NodeType.Translation;
687
687
  } & {
688
688
  translation: {
689
689
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types227 from "@intlayer/types";
1
+ import * as _intlayer_types317 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts
4
4
  declare const structureViewContent: {
5
5
  key: string;
6
6
  content: {
7
7
  titleInput: {
8
- placeholder: _intlayer_types227.TypedNodeModel<_intlayer_types227.NodeType.Translation, {
8
+ placeholder: _intlayer_types317.TypedNodeModel<_intlayer_types317.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -25,7 +25,7 @@ declare const structureViewContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: "translation" | _intlayer_types227.NodeType.Translation;
28
+ nodeType: "translation" | _intlayer_types317.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -50,7 +50,7 @@ declare const structureViewContent: {
50
50
  }>;
51
51
  };
52
52
  deleteButton: {
53
- label: _intlayer_types227.TypedNodeModel<_intlayer_types227.NodeType.Translation, {
53
+ label: _intlayer_types317.TypedNodeModel<_intlayer_types317.NodeType.Translation, {
54
54
  en: string;
55
55
  'en-GB': string;
56
56
  fr: string;
@@ -70,7 +70,7 @@ declare const structureViewContent: {
70
70
  vi: string;
71
71
  uk: string;
72
72
  }, {
73
- nodeType: "translation" | _intlayer_types227.NodeType.Translation;
73
+ nodeType: "translation" | _intlayer_types317.NodeType.Translation;
74
74
  } & {
75
75
  translation: {
76
76
  en: string;
@@ -95,7 +95,7 @@ declare const structureViewContent: {
95
95
  }>;
96
96
  };
97
97
  addNodeButton: {
98
- label: _intlayer_types227.TypedNodeModel<_intlayer_types227.NodeType.Translation, {
98
+ label: _intlayer_types317.TypedNodeModel<_intlayer_types317.NodeType.Translation, {
99
99
  en: string;
100
100
  'en-GB': string;
101
101
  fr: string;
@@ -115,7 +115,7 @@ declare const structureViewContent: {
115
115
  vi: string;
116
116
  uk: string;
117
117
  }, {
118
- nodeType: "translation" | _intlayer_types227.NodeType.Translation;
118
+ nodeType: "translation" | _intlayer_types317.NodeType.Translation;
119
119
  } & {
120
120
  translation: {
121
121
  en: string;
@@ -138,7 +138,7 @@ declare const structureViewContent: {
138
138
  uk: string;
139
139
  };
140
140
  }>;
141
- text: _intlayer_types227.TypedNodeModel<_intlayer_types227.NodeType.Translation, {
141
+ text: _intlayer_types317.TypedNodeModel<_intlayer_types317.NodeType.Translation, {
142
142
  en: string;
143
143
  'en-GB': string;
144
144
  fr: string;
@@ -158,7 +158,7 @@ declare const structureViewContent: {
158
158
  vi: string;
159
159
  uk: string;
160
160
  }, {
161
- nodeType: "translation" | _intlayer_types227.NodeType.Translation;
161
+ nodeType: "translation" | _intlayer_types317.NodeType.Translation;
162
162
  } & {
163
163
  translation: {
164
164
  en: string;
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types239 from "@intlayer/types";
1
+ import * as _intlayer_types308 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts
4
4
  declare const versionSwitcherContent: {
5
5
  key: string;
6
6
  content: {
7
- versionSwitcherLabel: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
7
+ versionSwitcherLabel: _intlayer_types308.TypedNodeModel<_intlayer_types308.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -24,7 +24,7 @@ declare const versionSwitcherContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types308.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -47,7 +47,7 @@ declare const versionSwitcherContent: {
47
47
  uk: string;
48
48
  };
49
49
  }>;
50
- versionListLabel: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
50
+ versionListLabel: _intlayer_types308.TypedNodeModel<_intlayer_types308.NodeType.Translation, {
51
51
  en: string;
52
52
  'en-GB': string;
53
53
  fr: string;
@@ -67,7 +67,7 @@ declare const versionSwitcherContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
70
+ nodeType: "translation" | _intlayer_types308.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -90,7 +90,7 @@ declare const versionSwitcherContent: {
90
90
  uk: string;
91
91
  };
92
92
  }>;
93
- switchTo: _intlayer_types239.TypedNodeModel<_intlayer_types239.NodeType.Translation, {
93
+ switchTo: _intlayer_types308.TypedNodeModel<_intlayer_types308.NodeType.Translation, {
94
94
  en: string;
95
95
  fr: string;
96
96
  es: string;
@@ -110,7 +110,7 @@ declare const versionSwitcherContent: {
110
110
  vi: string;
111
111
  uk: string;
112
112
  }, {
113
- nodeType: "translation" | _intlayer_types239.NodeType.Translation;
113
+ nodeType: "translation" | _intlayer_types308.NodeType.Translation;
114
114
  } & {
115
115
  translation: {
116
116
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types0 from "@intlayer/types";
1
+ import * as _intlayer_types359 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts
4
4
  declare const dictionaryFieldEditorContent: {
5
5
  key: string;
6
6
  content: {
7
7
  returnToDictionaryList: {
8
- label: _intlayer_types0.TypedNodeModel<_intlayer_types0.NodeType.Translation, {
8
+ label: _intlayer_types359.TypedNodeModel<_intlayer_types359.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -25,7 +25,7 @@ declare const dictionaryFieldEditorContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
+ nodeType: "translation" | _intlayer_types359.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -48,7 +48,7 @@ declare const dictionaryFieldEditorContent: {
48
48
  uk: string;
49
49
  };
50
50
  }>;
51
- text: _intlayer_types0.TypedNodeModel<_intlayer_types0.NodeType.Translation, {
51
+ text: _intlayer_types359.TypedNodeModel<_intlayer_types359.NodeType.Translation, {
52
52
  en: string;
53
53
  'en-GB': string;
54
54
  fr: string;
@@ -68,7 +68,7 @@ declare const dictionaryFieldEditorContent: {
68
68
  vi: string;
69
69
  uk: string;
70
70
  }, {
71
- nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
+ nodeType: "translation" | _intlayer_types359.NodeType.Translation;
72
72
  } & {
73
73
  translation: {
74
74
  en: string;