@intlayer/design-system 7.1.3 → 7.1.5

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 (145) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +1 -1
  4. package/dist/esm/components/Browser/Browser.mjs +1 -1
  5. package/dist/esm/components/Button/Button.mjs +1 -2
  6. package/dist/esm/components/Button/Button.mjs.map +1 -1
  7. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  8. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  9. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  10. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  11. package/dist/esm/components/CopyButton/index.mjs +1 -1
  12. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  13. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  15. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  16. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  17. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  20. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  21. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  22. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  23. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  24. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  25. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  26. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  27. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  28. package/dist/esm/components/HideShow/index.mjs +1 -1
  29. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  30. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  31. package/dist/esm/components/Input/OTPInput.mjs +2 -2
  32. package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
  33. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  34. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  35. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  36. package/dist/esm/components/Modal/Modal.mjs +3 -3
  37. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  38. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  39. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  40. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  41. package/dist/esm/components/Tab/Tab.mjs +1 -1
  42. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  43. package/dist/esm/components/Table/Table.mjs +1 -1
  44. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  45. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  46. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  47. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  48. package/dist/types/components/Badge/index.d.ts +2 -2
  49. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  50. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  51. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  52. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  53. package/dist/types/components/Button/Button.d.ts +3 -3
  54. package/dist/types/components/Button/Button.d.ts.map +1 -1
  55. package/dist/types/components/Command/index.d.ts +4 -4
  56. package/dist/types/components/Container/index.d.ts +4 -4
  57. package/dist/types/components/Container/index.d.ts.map +1 -1
  58. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  59. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  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/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  63. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  64. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  65. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  66. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  67. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  68. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  69. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  70. package/dist/types/components/Form/FormBase.d.ts +2 -2
  71. package/dist/types/components/Form/FormField.d.ts +2 -2
  72. package/dist/types/components/Form/FormItem.d.ts +2 -2
  73. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  74. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  76. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  77. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  78. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  79. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  80. package/dist/types/components/IDE/code.content.d.ts +5 -5
  81. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  82. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  83. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  84. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  85. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  86. package/dist/types/components/Input/Input.d.ts +3 -3
  87. package/dist/types/components/Input/Input.d.ts.map +1 -1
  88. package/dist/types/components/Input/OTPInput.d.ts +4 -4
  89. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  90. package/dist/types/components/Link/Link.d.ts +3 -3
  91. package/dist/types/components/Loader/index.content.d.ts +3 -3
  92. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  93. package/dist/types/components/Loader/spinner.d.ts +2 -2
  94. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  95. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  96. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  97. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  98. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  99. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  100. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  101. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  102. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  103. package/dist/types/components/Navbar/index.d.ts +2 -2
  104. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  105. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  106. package/dist/types/components/Select/Select.d.ts +3 -3
  107. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  108. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  109. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  110. package/dist/types/components/Tab/Tab.d.ts +5 -5
  111. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  112. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  113. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  114. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  115. package/dist/types/components/Table/table.content.d.ts +3 -3
  116. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  117. package/dist/types/components/Tag/index.d.ts +5 -5
  118. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  119. package/dist/types/hooks/reactQuery.d.ts +40 -40
  120. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  121. package/dist/types/hooks/useAuth/useOAuth2.d.ts +1 -2
  122. package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +1 -1
  123. package/dist/types/hooks/useUser/index.d.ts +2 -2
  124. package/package.json +14 -14
  125. package/dist/esm/components/Form/elements/CodeInputElement.mjs +0 -40
  126. package/dist/esm/components/Form/elements/CodeInputElement.mjs.map +0 -1
  127. package/dist/esm/components/Input/CodeInput.mjs +0 -84
  128. package/dist/esm/components/Input/CodeInput.mjs.map +0 -1
  129. package/dist/esm/components/Input/OTPInput/Input.mjs +0 -426
  130. package/dist/esm/components/Input/OTPInput/Input.mjs.map +0 -1
  131. package/dist/esm/components/Input/OTPInput/index.mjs +0 -495
  132. package/dist/esm/components/Input/OTPInput/index.mjs.map +0 -1
  133. package/dist/types/Checkbox.d.ts +0 -2
  134. package/dist/types/Input.d.ts +0 -16
  135. package/dist/types/Input.d.ts.map +0 -1
  136. package/dist/types/InputPassword.d.ts +0 -2
  137. package/dist/types/OTPElement.d.ts +0 -30
  138. package/dist/types/OTPElement.d.ts.map +0 -1
  139. package/dist/types/OTPInput.d.ts +0 -3
  140. package/dist/types/SearchInput.d.ts +0 -1
  141. package/dist/types/components/Input/OTPInput/Input.d.ts +0 -57
  142. package/dist/types/components/Input/OTPInput/Input.d.ts.map +0 -1
  143. package/dist/types/components/Input/OTPInput/index.d.ts +0 -78
  144. package/dist/types/components/Input/OTPInput/index.d.ts.map +0 -1
  145. package/dist/types/index.d.ts +0 -5
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types328 from "@intlayer/types";
1
+ import * as _intlayer_types310 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_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
8
+ text: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -24,7 +24,7 @@ declare const saveDictionaryContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
27
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -46,7 +46,7 @@ declare const saveDictionaryContent: {
46
46
  vi: string;
47
47
  };
48
48
  }>;
49
- label: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
49
+ label: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
50
50
  en: string;
51
51
  'en-GB': string;
52
52
  fr: string;
@@ -65,7 +65,7 @@ declare const saveDictionaryContent: {
65
65
  id: string;
66
66
  vi: string;
67
67
  }, {
68
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
68
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
69
69
  } & {
70
70
  translation: {
71
71
  en: string;
@@ -89,7 +89,7 @@ declare const saveDictionaryContent: {
89
89
  }>;
90
90
  };
91
91
  resetButton: {
92
- text: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
92
+ text: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
93
93
  en: string;
94
94
  'en-GB': string;
95
95
  fr: string;
@@ -108,7 +108,7 @@ declare const saveDictionaryContent: {
108
108
  id: string;
109
109
  vi: string;
110
110
  }, {
111
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
111
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
112
112
  } & {
113
113
  translation: {
114
114
  en: string;
@@ -130,7 +130,7 @@ declare const saveDictionaryContent: {
130
130
  vi: string;
131
131
  };
132
132
  }>;
133
- label: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
133
+ label: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
134
134
  en: string;
135
135
  'en-GB': string;
136
136
  fr: string;
@@ -149,7 +149,7 @@ declare const saveDictionaryContent: {
149
149
  id: string;
150
150
  vi: string;
151
151
  }, {
152
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
152
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
153
153
  } & {
154
154
  translation: {
155
155
  en: string;
@@ -173,7 +173,7 @@ declare const saveDictionaryContent: {
173
173
  }>;
174
174
  };
175
175
  saveButton: {
176
- text: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
176
+ text: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
177
177
  en: string;
178
178
  'en-GB': string;
179
179
  fr: string;
@@ -192,7 +192,7 @@ declare const saveDictionaryContent: {
192
192
  id: string;
193
193
  vi: string;
194
194
  }, {
195
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
195
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
196
196
  } & {
197
197
  translation: {
198
198
  en: string;
@@ -214,7 +214,7 @@ declare const saveDictionaryContent: {
214
214
  vi: string;
215
215
  };
216
216
  }>;
217
- label: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
217
+ label: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
218
218
  en: string;
219
219
  'en-GB': string;
220
220
  fr: string;
@@ -233,7 +233,7 @@ declare const saveDictionaryContent: {
233
233
  id: string;
234
234
  vi: string;
235
235
  }, {
236
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
236
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
237
237
  } & {
238
238
  translation: {
239
239
  en: string;
@@ -257,7 +257,7 @@ declare const saveDictionaryContent: {
257
257
  }>;
258
258
  };
259
259
  publishButton: {
260
- text: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
260
+ text: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
261
261
  en: string;
262
262
  'en-GB': string;
263
263
  fr: string;
@@ -276,7 +276,7 @@ declare const saveDictionaryContent: {
276
276
  id: string;
277
277
  vi: string;
278
278
  }, {
279
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
279
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
280
280
  } & {
281
281
  translation: {
282
282
  en: string;
@@ -298,7 +298,7 @@ declare const saveDictionaryContent: {
298
298
  vi: string;
299
299
  };
300
300
  }>;
301
- label: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
301
+ label: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
302
302
  en: string;
303
303
  'en-GB': string;
304
304
  fr: string;
@@ -317,7 +317,7 @@ declare const saveDictionaryContent: {
317
317
  id: string;
318
318
  vi: string;
319
319
  }, {
320
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
320
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
321
321
  } & {
322
322
  translation: {
323
323
  en: string;
@@ -341,7 +341,7 @@ declare const saveDictionaryContent: {
341
341
  }>;
342
342
  };
343
343
  downloadButton: {
344
- text: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
344
+ text: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
345
345
  en: string;
346
346
  'en-GB': string;
347
347
  fr: string;
@@ -360,7 +360,7 @@ declare const saveDictionaryContent: {
360
360
  id: string;
361
361
  vi: string;
362
362
  }, {
363
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
363
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
364
364
  } & {
365
365
  translation: {
366
366
  en: string;
@@ -382,7 +382,7 @@ declare const saveDictionaryContent: {
382
382
  vi: string;
383
383
  };
384
384
  }>;
385
- label: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
385
+ label: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
386
386
  en: string;
387
387
  'en-GB': string;
388
388
  fr: string;
@@ -401,7 +401,7 @@ declare const saveDictionaryContent: {
401
401
  id: string;
402
402
  vi: string;
403
403
  }, {
404
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
404
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
405
405
  } & {
406
406
  translation: {
407
407
  en: string;
@@ -425,7 +425,7 @@ declare const saveDictionaryContent: {
425
425
  }>;
426
426
  };
427
427
  confirmation: {
428
- title: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
428
+ title: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
429
429
  en: string;
430
430
  'en-GB': string;
431
431
  fr: string;
@@ -444,7 +444,7 @@ declare const saveDictionaryContent: {
444
444
  id: string;
445
445
  vi: string;
446
446
  }, {
447
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
447
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
448
448
  } & {
449
449
  translation: {
450
450
  en: string;
@@ -466,7 +466,7 @@ declare const saveDictionaryContent: {
466
466
  vi: string;
467
467
  };
468
468
  }>;
469
- message: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
469
+ message: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
470
470
  en: string;
471
471
  'en-GB': string;
472
472
  fr: string;
@@ -485,7 +485,7 @@ declare const saveDictionaryContent: {
485
485
  id: string;
486
486
  vi: string;
487
487
  }, {
488
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
488
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
489
489
  } & {
490
490
  translation: {
491
491
  en: string;
@@ -508,7 +508,7 @@ declare const saveDictionaryContent: {
508
508
  };
509
509
  }>;
510
510
  confirmButton: {
511
- text: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
511
+ text: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
512
512
  en: string;
513
513
  'en-GB': string;
514
514
  fr: string;
@@ -527,7 +527,7 @@ declare const saveDictionaryContent: {
527
527
  id: string;
528
528
  vi: string;
529
529
  }, {
530
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
530
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
531
531
  } & {
532
532
  translation: {
533
533
  en: string;
@@ -549,7 +549,7 @@ declare const saveDictionaryContent: {
549
549
  vi: string;
550
550
  };
551
551
  }>;
552
- label: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
552
+ label: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
553
553
  en: string;
554
554
  'en-GB': string;
555
555
  fr: string;
@@ -568,7 +568,7 @@ declare const saveDictionaryContent: {
568
568
  id: string;
569
569
  vi: string;
570
570
  }, {
571
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
571
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
572
572
  } & {
573
573
  translation: {
574
574
  en: string;
@@ -592,7 +592,7 @@ declare const saveDictionaryContent: {
592
592
  }>;
593
593
  };
594
594
  cancelButton: {
595
- text: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
595
+ text: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
596
596
  en: string;
597
597
  'en-GB': string;
598
598
  fr: string;
@@ -611,7 +611,7 @@ declare const saveDictionaryContent: {
611
611
  id: string;
612
612
  vi: string;
613
613
  }, {
614
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
614
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
615
615
  } & {
616
616
  translation: {
617
617
  en: string;
@@ -633,7 +633,7 @@ declare const saveDictionaryContent: {
633
633
  vi: string;
634
634
  };
635
635
  }>;
636
- label: _intlayer_types328.TypedNodeModel<_intlayer_types328.NodeType.Translation, {
636
+ label: _intlayer_types310.TypedNodeModel<_intlayer_types310.NodeType.Translation, {
637
637
  en: string;
638
638
  'en-GB': string;
639
639
  fr: string;
@@ -652,7 +652,7 @@ declare const saveDictionaryContent: {
652
652
  id: string;
653
653
  vi: string;
654
654
  }, {
655
- nodeType: _intlayer_types328.NodeType.Translation | "translation";
655
+ nodeType: _intlayer_types310.NodeType.Translation | "translation";
656
656
  } & {
657
657
  translation: {
658
658
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types268 from "@intlayer/types";
1
+ import * as _intlayer_types358 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_types268.TypedNodeModel<_intlayer_types268.NodeType.Translation, {
8
+ placeholder: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -24,7 +24,7 @@ declare const structureViewContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: _intlayer_types268.NodeType.Translation | "translation";
27
+ nodeType: _intlayer_types358.NodeType.Translation | "translation";
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -48,7 +48,7 @@ declare const structureViewContent: {
48
48
  }>;
49
49
  };
50
50
  deleteButton: {
51
- label: _intlayer_types268.TypedNodeModel<_intlayer_types268.NodeType.Translation, {
51
+ label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
52
52
  en: string;
53
53
  'en-GB': string;
54
54
  fr: string;
@@ -67,7 +67,7 @@ declare const structureViewContent: {
67
67
  id: string;
68
68
  vi: string;
69
69
  }, {
70
- nodeType: _intlayer_types268.NodeType.Translation | "translation";
70
+ nodeType: _intlayer_types358.NodeType.Translation | "translation";
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -91,7 +91,7 @@ declare const structureViewContent: {
91
91
  }>;
92
92
  };
93
93
  addNodeButton: {
94
- label: _intlayer_types268.TypedNodeModel<_intlayer_types268.NodeType.Translation, {
94
+ label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
95
95
  en: string;
96
96
  'en-GB': string;
97
97
  fr: string;
@@ -110,7 +110,7 @@ declare const structureViewContent: {
110
110
  id: string;
111
111
  vi: string;
112
112
  }, {
113
- nodeType: _intlayer_types268.NodeType.Translation | "translation";
113
+ nodeType: _intlayer_types358.NodeType.Translation | "translation";
114
114
  } & {
115
115
  translation: {
116
116
  en: string;
@@ -132,7 +132,7 @@ declare const structureViewContent: {
132
132
  vi: string;
133
133
  };
134
134
  }>;
135
- text: _intlayer_types268.TypedNodeModel<_intlayer_types268.NodeType.Translation, {
135
+ text: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
136
136
  en: string;
137
137
  'en-GB': string;
138
138
  fr: string;
@@ -151,7 +151,7 @@ declare const structureViewContent: {
151
151
  id: string;
152
152
  vi: string;
153
153
  }, {
154
- nodeType: _intlayer_types268.NodeType.Translation | "translation";
154
+ nodeType: _intlayer_types358.NodeType.Translation | "translation";
155
155
  } & {
156
156
  translation: {
157
157
  en: string;
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types376 from "@intlayer/types";
1
+ import * as _intlayer_types370 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_types376.TypedNodeModel<_intlayer_types376.NodeType.Translation, {
7
+ versionSwitcherLabel: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const versionSwitcherContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types376.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types370.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const versionSwitcherContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- versionListLabel: _intlayer_types376.TypedNodeModel<_intlayer_types376.NodeType.Translation, {
48
+ versionListLabel: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const versionSwitcherContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types376.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types370.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const versionSwitcherContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- switchTo: _intlayer_types376.TypedNodeModel<_intlayer_types376.NodeType.Translation, {
89
+ switchTo: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
90
90
  en: string;
91
91
  fr: string;
92
92
  es: string;
@@ -105,7 +105,7 @@ declare const versionSwitcherContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: _intlayer_types376.NodeType.Translation | "translation";
108
+ nodeType: _intlayer_types370.NodeType.Translation | "translation";
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types56 from "@intlayer/types";
1
+ import * as _intlayer_types26 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts
4
4
  declare const nodeTypeSelectorContent: {
5
5
  key: string;
6
6
  content: {
7
- triggerPlaceHolder: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
7
+ triggerPlaceHolder: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const nodeTypeSelectorContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const nodeTypeSelectorContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- multilingual: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
48
+ multilingual: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const nodeTypeSelectorContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const nodeTypeSelectorContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- text: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
89
+ text: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
90
90
  en: string;
91
91
  'en-GB': string;
92
92
  fr: string;
@@ -105,7 +105,7 @@ declare const nodeTypeSelectorContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
108
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -127,7 +127,7 @@ declare const nodeTypeSelectorContent: {
127
127
  vi: string;
128
128
  };
129
129
  }>;
130
- number: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
130
+ number: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
131
131
  en: string;
132
132
  'en-GB': string;
133
133
  fr: string;
@@ -146,7 +146,7 @@ declare const nodeTypeSelectorContent: {
146
146
  id: string;
147
147
  vi: string;
148
148
  }, {
149
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
149
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
150
150
  } & {
151
151
  translation: {
152
152
  en: string;
@@ -168,7 +168,7 @@ declare const nodeTypeSelectorContent: {
168
168
  vi: string;
169
169
  };
170
170
  }>;
171
- boolean: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
171
+ boolean: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
172
172
  en: string;
173
173
  'en-GB': string;
174
174
  fr: string;
@@ -187,7 +187,7 @@ declare const nodeTypeSelectorContent: {
187
187
  id: string;
188
188
  vi: string;
189
189
  }, {
190
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
190
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
191
191
  } & {
192
192
  translation: {
193
193
  en: string;
@@ -209,7 +209,7 @@ declare const nodeTypeSelectorContent: {
209
209
  vi: string;
210
210
  };
211
211
  }>;
212
- node: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
212
+ node: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
213
213
  en: string;
214
214
  'en-GB': string;
215
215
  fr: string;
@@ -228,7 +228,7 @@ declare const nodeTypeSelectorContent: {
228
228
  id: string;
229
229
  vi: string;
230
230
  }, {
231
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
231
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
232
232
  } & {
233
233
  translation: {
234
234
  en: string;
@@ -250,7 +250,7 @@ declare const nodeTypeSelectorContent: {
250
250
  vi: string;
251
251
  };
252
252
  }>;
253
- array: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
253
+ array: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
254
254
  en: string;
255
255
  'en-GB': string;
256
256
  fr: string;
@@ -269,7 +269,7 @@ declare const nodeTypeSelectorContent: {
269
269
  id: string;
270
270
  vi: string;
271
271
  }, {
272
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
272
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
273
273
  } & {
274
274
  translation: {
275
275
  en: string;
@@ -291,7 +291,7 @@ declare const nodeTypeSelectorContent: {
291
291
  vi: string;
292
292
  };
293
293
  }>;
294
- enumeration: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
294
+ enumeration: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
295
295
  en: string;
296
296
  'en-GB': string;
297
297
  fr: string;
@@ -310,7 +310,7 @@ declare const nodeTypeSelectorContent: {
310
310
  id: string;
311
311
  vi: string;
312
312
  }, {
313
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
313
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
314
314
  } & {
315
315
  translation: {
316
316
  en: string;
@@ -332,7 +332,7 @@ declare const nodeTypeSelectorContent: {
332
332
  vi: string;
333
333
  };
334
334
  }>;
335
- gender: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
335
+ gender: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
336
336
  en: string;
337
337
  'en-GB': string;
338
338
  fr: string;
@@ -351,7 +351,7 @@ declare const nodeTypeSelectorContent: {
351
351
  id: string;
352
352
  vi: string;
353
353
  }, {
354
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
354
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
355
355
  } & {
356
356
  translation: {
357
357
  en: string;
@@ -373,7 +373,7 @@ declare const nodeTypeSelectorContent: {
373
373
  vi: string;
374
374
  };
375
375
  }>;
376
- nest: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
376
+ nest: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
377
377
  en: string;
378
378
  'en-GB': string;
379
379
  fr: string;
@@ -392,7 +392,7 @@ declare const nodeTypeSelectorContent: {
392
392
  id: string;
393
393
  vi: string;
394
394
  }, {
395
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
395
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
396
396
  } & {
397
397
  translation: {
398
398
  en: string;
@@ -414,7 +414,7 @@ declare const nodeTypeSelectorContent: {
414
414
  vi: string;
415
415
  };
416
416
  }>;
417
- insertion: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
417
+ insertion: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
418
418
  en: string;
419
419
  'en-GB': string;
420
420
  fr: string;
@@ -433,7 +433,7 @@ declare const nodeTypeSelectorContent: {
433
433
  id: string;
434
434
  vi: string;
435
435
  }, {
436
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
436
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
437
437
  } & {
438
438
  translation: {
439
439
  en: string;
@@ -455,7 +455,7 @@ declare const nodeTypeSelectorContent: {
455
455
  vi: string;
456
456
  };
457
457
  }>;
458
- condition: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
458
+ condition: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
459
459
  en: string;
460
460
  'en-GB': string;
461
461
  fr: string;
@@ -474,7 +474,7 @@ declare const nodeTypeSelectorContent: {
474
474
  id: string;
475
475
  vi: string;
476
476
  }, {
477
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
477
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
478
478
  } & {
479
479
  translation: {
480
480
  en: string;
@@ -496,7 +496,7 @@ declare const nodeTypeSelectorContent: {
496
496
  vi: string;
497
497
  };
498
498
  }>;
499
- file: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
499
+ file: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
500
500
  en: string;
501
501
  'en-GB': string;
502
502
  fr: string;
@@ -515,7 +515,7 @@ declare const nodeTypeSelectorContent: {
515
515
  id: string;
516
516
  vi: string;
517
517
  }, {
518
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
518
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
519
519
  } & {
520
520
  translation: {
521
521
  en: string;
@@ -537,7 +537,7 @@ declare const nodeTypeSelectorContent: {
537
537
  vi: string;
538
538
  };
539
539
  }>;
540
- markdown: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
540
+ markdown: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
541
541
  en: string;
542
542
  'en-GB': string;
543
543
  fr: string;
@@ -556,7 +556,7 @@ declare const nodeTypeSelectorContent: {
556
556
  id: string;
557
557
  vi: string;
558
558
  }, {
559
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
559
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
560
560
  } & {
561
561
  translation: {
562
562
  en: string;
@@ -578,7 +578,7 @@ declare const nodeTypeSelectorContent: {
578
578
  vi: string;
579
579
  };
580
580
  }>;
581
- reactNode: _intlayer_types56.TypedNodeModel<_intlayer_types56.NodeType.Translation, {
581
+ reactNode: _intlayer_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
582
582
  en: string;
583
583
  'en-GB': string;
584
584
  fr: string;
@@ -597,7 +597,7 @@ declare const nodeTypeSelectorContent: {
597
597
  id: string;
598
598
  vi: string;
599
599
  }, {
600
- nodeType: _intlayer_types56.NodeType.Translation | "translation";
600
+ nodeType: _intlayer_types26.NodeType.Translation | "translation";
601
601
  } & {
602
602
  translation: {
603
603
  en: string;