@intlayer/design-system 7.5.5 → 7.5.6

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 (140) 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/CollapsibleTable/CollapsibleTable.mjs +1 -1
  6. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  7. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  8. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  9. package/dist/esm/components/CopyButton/index.mjs +1 -1
  10. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  11. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  12. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  13. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  15. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  17. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  20. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  21. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  22. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  23. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  25. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  26. package/dist/esm/components/HideShow/index.mjs +1 -1
  27. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  28. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  29. package/dist/esm/components/Input/OTPInput.mjs +1 -1
  30. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  31. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
  32. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  33. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  34. package/dist/esm/components/Modal/Modal.mjs +3 -3
  35. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  36. package/dist/esm/components/Pagination/Pagination.mjs +2 -2
  37. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  38. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  39. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  40. package/dist/esm/components/Tab/Tab.mjs +1 -1
  41. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  42. package/dist/esm/components/Table/Table.mjs +1 -1
  43. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  44. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  45. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  46. package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
  47. package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
  48. package/dist/esm/libs/auth.mjs +1 -1
  49. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  50. package/dist/types/components/Badge/index.d.ts +2 -2
  51. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  52. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  53. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  54. package/dist/types/components/Browser/Browser.content.d.ts +13 -13
  55. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  56. package/dist/types/components/Browser/Browser.d.ts +2 -2
  57. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  58. package/dist/types/components/Button/Button.d.ts +7 -7
  59. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  60. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  61. package/dist/types/components/Command/index.d.ts +16 -16
  62. package/dist/types/components/Command/index.d.ts.map +1 -1
  63. package/dist/types/components/Container/index.d.ts +9 -9
  64. package/dist/types/components/Container/index.d.ts.map +1 -1
  65. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  66. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  67. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  68. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  69. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  70. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  71. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  72. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  73. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  74. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  75. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  76. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  77. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  78. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  79. package/dist/types/components/Form/FormBase.d.ts +2 -2
  80. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  81. package/dist/types/components/Form/FormField.d.ts +2 -2
  82. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  83. package/dist/types/components/Form/FormItem.d.ts +2 -2
  84. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  85. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  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/CodeContext.d.ts +2 -2
  93. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  94. package/dist/types/components/IDE/code.content.d.ts +5 -5
  95. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  96. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  97. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  98. package/dist/types/components/Input/Input.d.ts +2 -2
  99. package/dist/types/components/Input/OTPInput.d.ts +4 -4
  100. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  101. package/dist/types/components/Link/Link.d.ts +6 -6
  102. package/dist/types/components/Loader/index.content.d.ts +3 -3
  103. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  104. package/dist/types/components/Loader/index.d.ts.map +1 -1
  105. package/dist/types/components/Loader/spinner.d.ts +2 -2
  106. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  107. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  108. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  109. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  110. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  111. package/dist/types/components/MarkDownRender/processor.d.ts.map +1 -1
  112. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  113. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  114. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  115. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  116. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  117. package/dist/types/components/Navbar/index.d.ts +2 -2
  118. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  119. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  120. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  121. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  122. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  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/SwitchSelector/index.d.ts +7 -7
  127. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  128. package/dist/types/components/Tab/Tab.d.ts +6 -6
  129. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  130. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  131. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  132. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  133. package/dist/types/components/Table/table.content.d.ts +3 -3
  134. package/dist/types/components/Tag/index.d.ts +5 -5
  135. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  136. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  137. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  138. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  139. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  140. package/package.json +14 -14
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types100 from "@intlayer/types";
1
+ import * as _intlayer_types104 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts
4
4
  declare const dictionaryFormSchemaContent: {
5
5
  key: string;
6
6
  content: {
7
- requiredErrorName: _intlayer_types100.TypedNodeModel<_intlayer_types100.NodeType.Translation, {
7
+ requiredErrorName: _intlayer_types104.TypedNodeModel<_intlayer_types104.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const dictionaryFormSchemaContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types100.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types104.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const dictionaryFormSchemaContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- invalidTypeErrorName: _intlayer_types100.TypedNodeModel<_intlayer_types100.NodeType.Translation, {
48
+ invalidTypeErrorName: _intlayer_types104.TypedNodeModel<_intlayer_types104.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const dictionaryFormSchemaContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types100.NodeType.Translation;
67
+ nodeType: "translation" | _intlayer_types104.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const dictionaryFormSchemaContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- requiredErrorProjectId: _intlayer_types100.TypedNodeModel<_intlayer_types100.NodeType.Translation, {
89
+ requiredErrorProjectId: _intlayer_types104.TypedNodeModel<_intlayer_types104.NodeType.Translation, {
90
90
  en: string;
91
91
  'en-GB': string;
92
92
  fr: string;
@@ -105,7 +105,7 @@ declare const dictionaryFormSchemaContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: "translation" | _intlayer_types100.NodeType.Translation;
108
+ nodeType: "translation" | _intlayer_types104.NodeType.Translation;
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -127,7 +127,7 @@ declare const dictionaryFormSchemaContent: {
127
127
  vi: string;
128
128
  };
129
129
  }>;
130
- invalidTypeErrorProjectId: _intlayer_types100.TypedNodeModel<_intlayer_types100.NodeType.Translation, {
130
+ invalidTypeErrorProjectId: _intlayer_types104.TypedNodeModel<_intlayer_types104.NodeType.Translation, {
131
131
  en: string;
132
132
  'en-GB': string;
133
133
  fr: string;
@@ -146,7 +146,7 @@ declare const dictionaryFormSchemaContent: {
146
146
  id: string;
147
147
  vi: string;
148
148
  }, {
149
- nodeType: "translation" | _intlayer_types100.NodeType.Translation;
149
+ nodeType: "translation" | _intlayer_types104.NodeType.Translation;
150
150
  } & {
151
151
  translation: {
152
152
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types220 from "@intlayer/types";
1
+ import * as _intlayer_types152 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_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
8
+ label: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -24,7 +24,7 @@ declare const dictionaryDetailsContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -46,7 +46,7 @@ declare const dictionaryDetailsContent: {
46
46
  vi: string;
47
47
  };
48
48
  }>;
49
- description: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
49
+ description: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
50
50
  en: string;
51
51
  'en-GB': string;
52
52
  fr: string;
@@ -65,7 +65,7 @@ declare const dictionaryDetailsContent: {
65
65
  id: string;
66
66
  vi: string;
67
67
  }, {
68
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
68
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
69
69
  } & {
70
70
  translation: {
71
71
  en: string;
@@ -87,7 +87,7 @@ declare const dictionaryDetailsContent: {
87
87
  vi: string;
88
88
  };
89
89
  }>;
90
- placeholder: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
90
+ placeholder: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
91
91
  en: string;
92
92
  'en-GB': string;
93
93
  fr: string;
@@ -106,7 +106,7 @@ declare const dictionaryDetailsContent: {
106
106
  id: string;
107
107
  vi: string;
108
108
  }, {
109
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
109
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
110
110
  } & {
111
111
  translation: {
112
112
  en: string;
@@ -130,7 +130,7 @@ declare const dictionaryDetailsContent: {
130
130
  }>;
131
131
  };
132
132
  keyInput: {
133
- label: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
133
+ label: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
134
134
  en: string;
135
135
  'en-GB': string;
136
136
  fr: string;
@@ -149,7 +149,7 @@ declare const dictionaryDetailsContent: {
149
149
  id: string;
150
150
  vi: string;
151
151
  }, {
152
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
152
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
153
153
  } & {
154
154
  translation: {
155
155
  en: string;
@@ -171,7 +171,7 @@ declare const dictionaryDetailsContent: {
171
171
  vi: string;
172
172
  };
173
173
  }>;
174
- description: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
174
+ description: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
175
175
  en: string;
176
176
  'en-GB': string;
177
177
  fr: string;
@@ -190,7 +190,7 @@ declare const dictionaryDetailsContent: {
190
190
  id: string;
191
191
  vi: string;
192
192
  }, {
193
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
193
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
194
194
  } & {
195
195
  translation: {
196
196
  en: string;
@@ -212,7 +212,7 @@ declare const dictionaryDetailsContent: {
212
212
  vi: string;
213
213
  };
214
214
  }>;
215
- placeholder: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
215
+ placeholder: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
216
216
  en: string;
217
217
  'en-GB': string;
218
218
  fr: string;
@@ -231,7 +231,7 @@ declare const dictionaryDetailsContent: {
231
231
  id: string;
232
232
  vi: string;
233
233
  }, {
234
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
234
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
235
235
  } & {
236
236
  translation: {
237
237
  en: string;
@@ -255,7 +255,7 @@ declare const dictionaryDetailsContent: {
255
255
  }>;
256
256
  };
257
257
  descriptionInput: {
258
- label: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
258
+ label: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
259
259
  en: string;
260
260
  'en-GB': string;
261
261
  fr: string;
@@ -274,7 +274,7 @@ declare const dictionaryDetailsContent: {
274
274
  id: string;
275
275
  vi: string;
276
276
  }, {
277
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
277
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
278
278
  } & {
279
279
  translation: {
280
280
  en: string;
@@ -296,7 +296,7 @@ declare const dictionaryDetailsContent: {
296
296
  vi: string;
297
297
  };
298
298
  }>;
299
- placeholder: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
299
+ placeholder: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
300
300
  en: string;
301
301
  'en-GB': string;
302
302
  fr: string;
@@ -315,7 +315,7 @@ declare const dictionaryDetailsContent: {
315
315
  id: string;
316
316
  vi: string;
317
317
  }, {
318
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
318
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
319
319
  } & {
320
320
  translation: {
321
321
  en: string;
@@ -337,7 +337,7 @@ declare const dictionaryDetailsContent: {
337
337
  vi: string;
338
338
  };
339
339
  }>;
340
- description: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
340
+ description: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
341
341
  en: string;
342
342
  'en-GB': string;
343
343
  fr: string;
@@ -356,7 +356,7 @@ declare const dictionaryDetailsContent: {
356
356
  id: string;
357
357
  vi: string;
358
358
  }, {
359
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
359
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
360
360
  } & {
361
361
  translation: {
362
362
  en: string;
@@ -380,7 +380,7 @@ declare const dictionaryDetailsContent: {
380
380
  }>;
381
381
  };
382
382
  projectInput: {
383
- label: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
383
+ label: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
384
384
  en: string;
385
385
  'en-GB': string;
386
386
  fr: string;
@@ -399,7 +399,7 @@ declare const dictionaryDetailsContent: {
399
399
  id: string;
400
400
  vi: string;
401
401
  }, {
402
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
402
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
403
403
  } & {
404
404
  translation: {
405
405
  en: string;
@@ -421,7 +421,7 @@ declare const dictionaryDetailsContent: {
421
421
  vi: string;
422
422
  };
423
423
  }>;
424
- description: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
424
+ description: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
425
425
  en: string;
426
426
  'en-GB': string;
427
427
  fr: string;
@@ -440,7 +440,7 @@ declare const dictionaryDetailsContent: {
440
440
  id: string;
441
441
  vi: string;
442
442
  }, {
443
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
443
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
444
444
  } & {
445
445
  translation: {
446
446
  en: string;
@@ -462,7 +462,7 @@ declare const dictionaryDetailsContent: {
462
462
  vi: string;
463
463
  };
464
464
  }>;
465
- placeholder: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
465
+ placeholder: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
466
466
  en: string;
467
467
  'en-GB': string;
468
468
  fr: string;
@@ -481,7 +481,7 @@ declare const dictionaryDetailsContent: {
481
481
  id: string;
482
482
  vi: string;
483
483
  }, {
484
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
484
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
485
485
  } & {
486
486
  translation: {
487
487
  en: string;
@@ -505,7 +505,7 @@ declare const dictionaryDetailsContent: {
505
505
  }>;
506
506
  };
507
507
  tagsSelect: {
508
- label: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
508
+ label: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
509
509
  en: string;
510
510
  'en-GB': string;
511
511
  fr: string;
@@ -524,7 +524,7 @@ declare const dictionaryDetailsContent: {
524
524
  id: string;
525
525
  vi: string;
526
526
  }, {
527
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
527
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
528
528
  } & {
529
529
  translation: {
530
530
  en: string;
@@ -546,7 +546,7 @@ declare const dictionaryDetailsContent: {
546
546
  vi: string;
547
547
  };
548
548
  }>;
549
- description: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
549
+ description: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
550
550
  en: string;
551
551
  'en-GB': string;
552
552
  fr: string;
@@ -565,7 +565,7 @@ declare const dictionaryDetailsContent: {
565
565
  id: string;
566
566
  vi: string;
567
567
  }, {
568
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
568
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
569
569
  } & {
570
570
  translation: {
571
571
  en: string;
@@ -587,7 +587,7 @@ declare const dictionaryDetailsContent: {
587
587
  vi: string;
588
588
  };
589
589
  }>;
590
- placeholder: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
590
+ placeholder: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
591
591
  en: string;
592
592
  'en-GB': string;
593
593
  fr: string;
@@ -606,7 +606,7 @@ declare const dictionaryDetailsContent: {
606
606
  id: string;
607
607
  vi: string;
608
608
  }, {
609
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
609
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
610
610
  } & {
611
611
  translation: {
612
612
  en: string;
@@ -630,7 +630,7 @@ declare const dictionaryDetailsContent: {
630
630
  }>;
631
631
  };
632
632
  auditButton: {
633
- label: _intlayer_types220.TypedNodeModel<_intlayer_types220.NodeType.Translation, {
633
+ label: _intlayer_types152.TypedNodeModel<_intlayer_types152.NodeType.Translation, {
634
634
  en: string;
635
635
  fr: string;
636
636
  es: string;
@@ -649,7 +649,7 @@ declare const dictionaryDetailsContent: {
649
649
  id: string;
650
650
  vi: string;
651
651
  }, {
652
- nodeType: "translation" | _intlayer_types220.NodeType.Translation;
652
+ nodeType: "translation" | _intlayer_types152.NodeType.Translation;
653
653
  } & {
654
654
  translation: {
655
655
  en: string;
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types184 from "@intlayer/types";
1
+ import * as _intlayer_types116 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts
4
4
  declare const useDictionaryDetailsSchemaContent: {
5
5
  key: string;
6
6
  content: {
7
- titleRequiredError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
7
+ titleRequiredError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const useDictionaryDetailsSchemaContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const useDictionaryDetailsSchemaContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- titleInvalidTypeError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
48
+ titleInvalidTypeError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const useDictionaryDetailsSchemaContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
67
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const useDictionaryDetailsSchemaContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- titleMinLengthError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
89
+ titleMinLengthError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
90
90
  en: string;
91
91
  'en-GB': string;
92
92
  fr: string;
@@ -105,7 +105,7 @@ declare const useDictionaryDetailsSchemaContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
108
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -127,7 +127,7 @@ declare const useDictionaryDetailsSchemaContent: {
127
127
  vi: string;
128
128
  };
129
129
  }>;
130
- keyRequiredError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
130
+ keyRequiredError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
131
131
  en: string;
132
132
  'en-GB': string;
133
133
  fr: string;
@@ -146,7 +146,7 @@ declare const useDictionaryDetailsSchemaContent: {
146
146
  id: string;
147
147
  vi: string;
148
148
  }, {
149
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
149
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
150
150
  } & {
151
151
  translation: {
152
152
  en: string;
@@ -168,7 +168,7 @@ declare const useDictionaryDetailsSchemaContent: {
168
168
  vi: string;
169
169
  };
170
170
  }>;
171
- keyInvalidTypeError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
171
+ keyInvalidTypeError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
172
172
  en: string;
173
173
  'en-GB': string;
174
174
  fr: string;
@@ -187,7 +187,7 @@ declare const useDictionaryDetailsSchemaContent: {
187
187
  id: string;
188
188
  vi: string;
189
189
  }, {
190
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
190
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
191
191
  } & {
192
192
  translation: {
193
193
  en: string;
@@ -209,7 +209,7 @@ declare const useDictionaryDetailsSchemaContent: {
209
209
  vi: string;
210
210
  };
211
211
  }>;
212
- keySpaceError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
212
+ keySpaceError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
213
213
  en: string;
214
214
  'en-GB': string;
215
215
  fr: string;
@@ -228,7 +228,7 @@ declare const useDictionaryDetailsSchemaContent: {
228
228
  id: string;
229
229
  vi: string;
230
230
  }, {
231
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
231
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
232
232
  } & {
233
233
  translation: {
234
234
  en: string;
@@ -250,7 +250,7 @@ declare const useDictionaryDetailsSchemaContent: {
250
250
  vi: string;
251
251
  };
252
252
  }>;
253
- keyMinLengthError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
253
+ keyMinLengthError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
254
254
  en: string;
255
255
  'en-GB': string;
256
256
  fr: string;
@@ -269,7 +269,7 @@ declare const useDictionaryDetailsSchemaContent: {
269
269
  id: string;
270
270
  vi: string;
271
271
  }, {
272
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
272
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
273
273
  } & {
274
274
  translation: {
275
275
  en: string;
@@ -291,7 +291,7 @@ declare const useDictionaryDetailsSchemaContent: {
291
291
  vi: string;
292
292
  };
293
293
  }>;
294
- descriptionRequiredError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
294
+ descriptionRequiredError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
295
295
  en: string;
296
296
  'en-GB': string;
297
297
  fr: string;
@@ -310,7 +310,7 @@ declare const useDictionaryDetailsSchemaContent: {
310
310
  id: string;
311
311
  vi: string;
312
312
  }, {
313
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
313
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
314
314
  } & {
315
315
  translation: {
316
316
  en: string;
@@ -332,7 +332,7 @@ declare const useDictionaryDetailsSchemaContent: {
332
332
  vi: string;
333
333
  };
334
334
  }>;
335
- descriptionInvalidTypeError: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
335
+ descriptionInvalidTypeError: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
336
336
  en: string;
337
337
  'en-GB': string;
338
338
  fr: string;
@@ -351,7 +351,7 @@ declare const useDictionaryDetailsSchemaContent: {
351
351
  id: string;
352
352
  vi: string;
353
353
  }, {
354
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
354
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
355
355
  } & {
356
356
  translation: {
357
357
  en: string;
@@ -373,7 +373,7 @@ declare const useDictionaryDetailsSchemaContent: {
373
373
  vi: string;
374
374
  };
375
375
  }>;
376
- requiredErrorProjectId: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
376
+ requiredErrorProjectId: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
377
377
  en: string;
378
378
  'en-GB': string;
379
379
  fr: string;
@@ -392,7 +392,7 @@ declare const useDictionaryDetailsSchemaContent: {
392
392
  id: string;
393
393
  vi: string;
394
394
  }, {
395
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
395
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
396
396
  } & {
397
397
  translation: {
398
398
  en: string;
@@ -414,7 +414,7 @@ declare const useDictionaryDetailsSchemaContent: {
414
414
  vi: string;
415
415
  };
416
416
  }>;
417
- invalidTypeErrorProjectId: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
417
+ invalidTypeErrorProjectId: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
418
418
  en: string;
419
419
  'en-GB': string;
420
420
  fr: string;
@@ -433,7 +433,7 @@ declare const useDictionaryDetailsSchemaContent: {
433
433
  id: string;
434
434
  vi: string;
435
435
  }, {
436
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
436
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
437
437
  } & {
438
438
  translation: {
439
439
  en: string;
@@ -455,7 +455,7 @@ declare const useDictionaryDetailsSchemaContent: {
455
455
  vi: string;
456
456
  };
457
457
  }>;
458
- invalidTypeErrorTags: _intlayer_types184.TypedNodeModel<_intlayer_types184.NodeType.Translation, {
458
+ invalidTypeErrorTags: _intlayer_types116.TypedNodeModel<_intlayer_types116.NodeType.Translation, {
459
459
  en: string;
460
460
  'en-GB': string;
461
461
  fr: string;
@@ -474,7 +474,7 @@ declare const useDictionaryDetailsSchemaContent: {
474
474
  id: string;
475
475
  vi: string;
476
476
  }, {
477
- nodeType: "translation" | _intlayer_types184.NodeType.Translation;
477
+ nodeType: "translation" | _intlayer_types116.NodeType.Translation;
478
478
  } & {
479
479
  translation: {
480
480
  en: string;