@intlayer/design-system 7.5.2 → 7.5.4

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 (100) hide show
  1. package/dist/esm/components/Tab/Tab.mjs +1 -0
  2. package/dist/esm/components/Tab/Tab.mjs.map +1 -1
  3. package/dist/esm/components/TabSelector/TabSelector.mjs +2 -2
  4. package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
  5. package/dist/types/components/Badge/index.d.ts +2 -2
  6. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  7. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  8. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  9. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  10. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  11. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  12. package/dist/types/components/Button/Button.d.ts +6 -6
  13. package/dist/types/components/Button/Button.d.ts.map +1 -1
  14. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  15. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  16. package/dist/types/components/Container/index.d.ts +4 -4
  17. package/dist/types/components/Container/index.d.ts.map +1 -1
  18. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  19. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  20. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  21. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  22. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  23. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  24. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  25. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  26. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  27. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  28. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  29. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  30. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  31. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  32. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  33. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  34. package/dist/types/components/Form/FormItem.d.ts +2 -2
  35. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  36. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  37. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  38. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  39. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  40. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  41. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  42. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  43. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  44. package/dist/types/components/IDE/code.content.d.ts +5 -5
  45. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  46. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  47. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  48. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  49. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  50. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  51. package/dist/types/components/Input/Input.d.ts +3 -3
  52. package/dist/types/components/Input/Input.d.ts.map +1 -1
  53. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  54. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  55. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  56. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  57. package/dist/types/components/Link/Link.d.ts +6 -6
  58. package/dist/types/components/Loader/index.content.d.ts +3 -3
  59. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  60. package/dist/types/components/Loader/spinner.d.ts +2 -2
  61. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  62. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  63. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  64. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  65. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  66. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  67. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  68. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  69. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  70. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  71. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  72. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  73. package/dist/types/components/Navbar/index.d.ts +2 -2
  74. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  75. package/dist/types/components/Pagination/Pagination.d.ts +2 -2
  76. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  77. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  78. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  79. package/dist/types/components/Select/Select.d.ts +3 -3
  80. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  81. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  82. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  83. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  84. package/dist/types/components/Tab/Tab.d.ts +5 -5
  85. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  86. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  87. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  88. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  89. package/dist/types/components/Table/table.content.d.ts +3 -3
  90. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  91. package/dist/types/components/Tag/index.d.ts +5 -5
  92. package/dist/types/components/Tag/index.d.ts.map +1 -1
  93. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  94. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  95. package/dist/types/components/Toaster/Toast.d.ts +3 -3
  96. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  97. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  98. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  99. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  100. package/package.json +14 -14
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types166 from "@intlayer/types";
1
+ import * as _intlayer_types235 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
4
4
  declare const navigationViewContent: {
5
5
  key: string;
6
6
  content: {
7
- tsxNotEditable: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
7
+ tsxNotEditable: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const navigationViewContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -46,7 +46,7 @@ declare const navigationViewContent: {
46
46
  };
47
47
  }>;
48
48
  goToField: {
49
- label: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
49
+ label: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
50
50
  en: string;
51
51
  'en-GB': string;
52
52
  fr: string;
@@ -65,7 +65,7 @@ declare const navigationViewContent: {
65
65
  id: string;
66
66
  vi: string;
67
67
  }, {
68
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
68
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
69
69
  } & {
70
70
  translation: {
71
71
  en: string;
@@ -89,7 +89,7 @@ declare const navigationViewContent: {
89
89
  }>;
90
90
  };
91
91
  addNewElement: {
92
- label: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
92
+ label: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
93
93
  en: string;
94
94
  'en-GB': string;
95
95
  fr: string;
@@ -108,7 +108,7 @@ declare const navigationViewContent: {
108
108
  id: string;
109
109
  vi: string;
110
110
  }, {
111
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
111
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
112
112
  } & {
113
113
  translation: {
114
114
  en: string;
@@ -130,7 +130,7 @@ declare const navigationViewContent: {
130
130
  vi: string;
131
131
  };
132
132
  }>;
133
- text: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
133
+ text: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
134
134
  en: string;
135
135
  'en-GB': string;
136
136
  fr: string;
@@ -149,7 +149,7 @@ declare const navigationViewContent: {
149
149
  id: string;
150
150
  vi: string;
151
151
  }, {
152
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
152
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
153
153
  } & {
154
154
  translation: {
155
155
  en: string;
@@ -173,7 +173,7 @@ declare const navigationViewContent: {
173
173
  }>;
174
174
  };
175
175
  removeElement: {
176
- label: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
176
+ label: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
177
177
  en: string;
178
178
  'en-GB': string;
179
179
  fr: string;
@@ -192,7 +192,7 @@ declare const navigationViewContent: {
192
192
  id: string;
193
193
  vi: string;
194
194
  }, {
195
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
195
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
196
196
  } & {
197
197
  translation: {
198
198
  en: string;
@@ -214,7 +214,7 @@ declare const navigationViewContent: {
214
214
  vi: string;
215
215
  };
216
216
  }>;
217
- text: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
217
+ text: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
218
218
  en: string;
219
219
  'en-GB': string;
220
220
  fr: string;
@@ -233,7 +233,7 @@ declare const navigationViewContent: {
233
233
  id: string;
234
234
  vi: string;
235
235
  }, {
236
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
236
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
237
237
  } & {
238
238
  translation: {
239
239
  en: string;
@@ -257,7 +257,7 @@ declare const navigationViewContent: {
257
257
  }>;
258
258
  };
259
259
  addNewEnumeration: {
260
- label: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
260
+ label: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
261
261
  en: string;
262
262
  'en-GB': string;
263
263
  fr: string;
@@ -276,7 +276,7 @@ declare const navigationViewContent: {
276
276
  id: string;
277
277
  vi: string;
278
278
  }, {
279
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
279
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
280
280
  } & {
281
281
  translation: {
282
282
  en: string;
@@ -298,7 +298,7 @@ declare const navigationViewContent: {
298
298
  vi: string;
299
299
  };
300
300
  }>;
301
- text: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
301
+ text: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
302
302
  en: string;
303
303
  'en-GB': string;
304
304
  fr: string;
@@ -317,7 +317,7 @@ declare const navigationViewContent: {
317
317
  id: string;
318
318
  vi: string;
319
319
  }, {
320
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
320
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
321
321
  } & {
322
322
  translation: {
323
323
  en: string;
@@ -341,7 +341,7 @@ declare const navigationViewContent: {
341
341
  }>;
342
342
  };
343
343
  removeEnumeration: {
344
- label: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
344
+ label: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
345
345
  en: string;
346
346
  'en-GB': string;
347
347
  fr: string;
@@ -360,7 +360,7 @@ declare const navigationViewContent: {
360
360
  id: string;
361
361
  vi: string;
362
362
  }, {
363
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
363
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
364
364
  } & {
365
365
  translation: {
366
366
  en: string;
@@ -382,7 +382,7 @@ declare const navigationViewContent: {
382
382
  vi: string;
383
383
  };
384
384
  }>;
385
- text: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
385
+ text: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
386
386
  en: string;
387
387
  'en-GB': string;
388
388
  fr: string;
@@ -401,7 +401,7 @@ declare const navigationViewContent: {
401
401
  id: string;
402
402
  vi: string;
403
403
  }, {
404
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
404
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
405
405
  } & {
406
406
  translation: {
407
407
  en: string;
@@ -425,7 +425,7 @@ declare const navigationViewContent: {
425
425
  }>;
426
426
  };
427
427
  addNewCondition: {
428
- label: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
428
+ label: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
429
429
  en: string;
430
430
  'en-GB': string;
431
431
  fr: string;
@@ -444,7 +444,7 @@ declare const navigationViewContent: {
444
444
  id: string;
445
445
  vi: string;
446
446
  }, {
447
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
447
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
448
448
  } & {
449
449
  translation: {
450
450
  en: string;
@@ -466,7 +466,7 @@ declare const navigationViewContent: {
466
466
  vi: string;
467
467
  };
468
468
  }>;
469
- text: _intlayer_types166.TypedNodeModel<_intlayer_types166.NodeType.Translation, {
469
+ text: _intlayer_types235.TypedNodeModel<_intlayer_types235.NodeType.Translation, {
470
470
  en: string;
471
471
  'en-GB': string;
472
472
  fr: string;
@@ -485,7 +485,7 @@ declare const navigationViewContent: {
485
485
  id: string;
486
486
  vi: string;
487
487
  }, {
488
- nodeType: _intlayer_types166.NodeType.Translation | "translation";
488
+ nodeType: _intlayer_types235.NodeType.Translation | "translation";
489
489
  } & {
490
490
  translation: {
491
491
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types214 from "@intlayer/types";
1
+ import * as _intlayer_types175 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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
8
+ text: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
27
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
49
+ label: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
68
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
92
+ text: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
111
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
133
+ label: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
152
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
176
+ text: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
195
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
217
+ label: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
236
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
260
+ text: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
279
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
301
+ label: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
320
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
344
+ text: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
363
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
385
+ label: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
404
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
428
+ title: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
447
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
469
+ message: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
488
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
511
+ text: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
530
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
552
+ label: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
571
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
595
+ text: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
614
+ nodeType: _intlayer_types175.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_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
636
+ label: _intlayer_types175.TypedNodeModel<_intlayer_types175.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_types214.NodeType.Translation | "translation";
655
+ nodeType: _intlayer_types175.NodeType.Translation | "translation";
656
656
  } & {
657
657
  translation: {
658
658
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types346 from "@intlayer/types";
1
+ import * as _intlayer_types223 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_types346.TypedNodeModel<_intlayer_types346.NodeType.Translation, {
8
+ placeholder: _intlayer_types223.TypedNodeModel<_intlayer_types223.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_types346.NodeType.Translation | "translation";
27
+ nodeType: _intlayer_types223.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_types346.TypedNodeModel<_intlayer_types346.NodeType.Translation, {
51
+ label: _intlayer_types223.TypedNodeModel<_intlayer_types223.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_types346.NodeType.Translation | "translation";
70
+ nodeType: _intlayer_types223.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_types346.TypedNodeModel<_intlayer_types346.NodeType.Translation, {
94
+ label: _intlayer_types223.TypedNodeModel<_intlayer_types223.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_types346.NodeType.Translation | "translation";
113
+ nodeType: _intlayer_types223.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_types346.TypedNodeModel<_intlayer_types346.NodeType.Translation, {
135
+ text: _intlayer_types223.TypedNodeModel<_intlayer_types223.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_types346.NodeType.Translation | "translation";
154
+ nodeType: _intlayer_types223.NodeType.Translation | "translation";
155
155
  } & {
156
156
  translation: {
157
157
  en: string;
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types394 from "@intlayer/types";
1
+ import * as _intlayer_types271 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_types394.TypedNodeModel<_intlayer_types394.NodeType.Translation, {
7
+ versionSwitcherLabel: _intlayer_types271.TypedNodeModel<_intlayer_types271.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_types394.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types271.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_types394.TypedNodeModel<_intlayer_types394.NodeType.Translation, {
48
+ versionListLabel: _intlayer_types271.TypedNodeModel<_intlayer_types271.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_types394.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types271.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_types394.TypedNodeModel<_intlayer_types394.NodeType.Translation, {
89
+ switchTo: _intlayer_types271.TypedNodeModel<_intlayer_types271.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_types394.NodeType.Translation | "translation";
108
+ nodeType: _intlayer_types271.NodeType.Translation | "translation";
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types31 from "@intlayer/types";
1
+ import * as _intlayer_types382 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_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
8
+ label: _intlayer_types382.TypedNodeModel<_intlayer_types382.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -24,7 +24,7 @@ declare const dictionaryFieldEditorContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: _intlayer_types31.NodeType.Translation | "translation";
27
+ nodeType: _intlayer_types382.NodeType.Translation | "translation";
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -46,7 +46,7 @@ declare const dictionaryFieldEditorContent: {
46
46
  vi: string;
47
47
  };
48
48
  }>;
49
- text: _intlayer_types31.TypedNodeModel<_intlayer_types31.NodeType.Translation, {
49
+ text: _intlayer_types382.TypedNodeModel<_intlayer_types382.NodeType.Translation, {
50
50
  en: string;
51
51
  'en-GB': string;
52
52
  fr: string;
@@ -65,7 +65,7 @@ declare const dictionaryFieldEditorContent: {
65
65
  id: string;
66
66
  vi: string;
67
67
  }, {
68
- nodeType: _intlayer_types31.NodeType.Translation | "translation";
68
+ nodeType: _intlayer_types382.NodeType.Translation | "translation";
69
69
  } & {
70
70
  translation: {
71
71
  en: string;