@omnia/fx 8.0.242-dev → 8.0.244-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (138) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -1
  3. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
  4. package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +2 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +43 -0
  6. package/internal-do-not-import-from-here/stores/markdown/MarkdownToolbarStateStore.d.ts +2 -0
  7. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
  8. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +2 -0
  9. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -0
  10. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +2 -0
  11. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -0
  12. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +2 -0
  13. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -0
  14. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +3 -1
  15. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +2 -0
  16. package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +2 -0
  18. package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +2 -0
  24. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +2 -0
  27. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +2 -0
  28. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -0
  29. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +2 -0
  30. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -0
  32. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +2 -0
  33. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -0
  34. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -0
  35. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +2 -0
  41. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +2 -0
  42. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +2 -0
  43. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
  44. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -1
  45. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
  46. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -0
  47. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +50 -0
  49. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +4 -0
  50. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +17 -0
  52. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -1
  53. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +4 -0
  54. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
  55. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -0
  58. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +2 -0
  59. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -10
  60. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -0
  62. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +12 -21
  63. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +2 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -0
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +2 -0
  66. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +0 -498
  68. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +0 -3
  69. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +0 -3
  70. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +0 -57
  71. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +0 -3
  72. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +0 -57
  73. package/internal-do-not-import-from-here/{stores/markdown → ux/markdown/stores}/MarkdownEditorStore.d.ts +5 -3
  74. package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +6 -1
  75. package/internal-do-not-import-from-here/ux/markdown2/PluginRegistrationHandler.d.ts +1 -0
  76. package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +3 -1
  77. package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +3 -1
  78. package/internal-do-not-import-from-here/ux/markdown2/plugins/TextPlugin.d.ts +3 -1
  79. package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +3 -1
  80. package/internal-do-not-import-from-here/ux/markdown2/plugins/VelcronPlugin.d.ts +3 -1
  81. package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +7 -5
  83. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +32 -20
  84. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +4 -0
  85. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -0
  86. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -0
  87. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +3 -3
  88. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -0
  89. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +2 -0
  90. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
  91. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +2 -0
  92. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -0
  93. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -0
  94. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -0
  95. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -0
  96. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -0
  97. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -0
  98. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -0
  99. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -0
  100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -0
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -0
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -0
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -0
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -0
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -0
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -0
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -0
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -0
  110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -0
  111. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -0
  112. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -0
  113. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -0
  114. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -0
  115. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
  116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -0
  117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -0
  118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -0
  119. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -0
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -0
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -0
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -0
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -0
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -0
  125. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +3 -1
  126. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
  127. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -0
  129. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +2 -0
  130. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +2 -0
  131. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +10 -0
  132. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +2 -0
  133. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +2 -0
  134. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -0
  135. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  136. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
  137. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -0
  138. package/package.json +4 -4
@@ -1,5 +1,6 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
2
  import { useMarkdownStore } from "./stores/MarkdownStore";
3
+ import { MarkdownPluginSettings } from "@omnia/fx-models";
3
4
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
5
  "v-model"?: string;
5
6
  } & {
@@ -14,6 +15,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
14
15
  edit?: boolean;
15
16
  } & {
16
17
  getApi?: (store: ReturnType<typeof useMarkdownStore>) => void;
18
+ } & {
19
+ plugins?: MarkdownPluginSettings[];
17
20
  } & DefineEmit<"update:modelValue", (value: string) => true>>) => {
18
21
  $: import("vue").ComponentInternalInstance;
19
22
  $data: {};
@@ -66,13 +69,15 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
66
69
  edit?: boolean;
67
70
  } & {
68
71
  getApi?: (store: ReturnType<typeof useMarkdownStore>) => void;
72
+ } & {
73
+ plugins?: MarkdownPluginSettings[];
69
74
  } & DefineEmit<"update:modelValue", (value: string) => true>> & {
70
75
  "v-slots"?: {} & Omit<{
71
76
  default?: import("vue").Slot;
72
77
  }, never>;
73
78
  } & {
74
79
  "onUpdate:modelValue"?: (value: string) => any;
75
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toolbar" | "placeholder" | "edit" | "v-model" | "onUpdate:modelValue" | "modelValue" | "getApi">;
80
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toolbar" | "placeholder" | "edit" | "v-model" | "onUpdate:modelValue" | "modelValue" | "getApi" | "plugins">;
76
81
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
77
82
  [key: string]: any;
78
83
  }>;
@@ -1 +1,3 @@
1
- export declare const colorStylePlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin;
1
+ export declare const colorStylePlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin & {
2
+ dispose?: () => void;
3
+ };
@@ -2,5 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
2
2
  import { MarkdownPlugin } from "../models/MarkdownPlugin";
3
3
  interface SetupMarkdownPluginContext extends SetupFactoryContext {
4
4
  }
5
- export declare function defineMarkdownPlugin<TArgs extends any[]>(setup: (ctx: SetupMarkdownPluginContext) => MarkdownPlugin): () => MarkdownPlugin;
5
+ export declare function defineMarkdownPlugin<TArgs extends any[]>(setup: (ctx: SetupMarkdownPluginContext) => MarkdownPlugin): () => MarkdownPlugin & {
6
+ dispose?: () => void;
7
+ };
6
8
  export {};
@@ -1 +1,3 @@
1
- export declare const textPlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin;
1
+ export declare const textPlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin & {
2
+ dispose?: () => void;
3
+ };
@@ -1 +1,3 @@
1
- export declare const typographyPlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin;
1
+ export declare const typographyPlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin & {
2
+ dispose?: () => void;
3
+ };
@@ -1 +1,3 @@
1
- export declare const velcronRendererPlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin;
1
+ export declare const velcronRendererPlugin: () => import("../models/MarkdownPlugin").MarkdownPlugin & {
2
+ dispose?: () => void;
3
+ };
@@ -1,4 +1,4 @@
1
- import { MarkdownEditorActionRegistration } from "@omnia/fx-models";
1
+ import { MarkdownEditorActionRegistration, MarkdownPluginSettings } from "@omnia/fx-models";
2
2
  import { MarkdownPlugin, MarkdownPluginContext } from "../models/MarkdownPlugin";
3
3
  export declare const useMarkdownStore: () => {
4
4
  state: {
@@ -22,7 +22,7 @@ export declare const useMarkdownStore: () => {
22
22
  actions: {
23
23
  onDispatching: {
24
24
  registerPlugin: {
25
- subscribe(fn: (plugin: () => MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ subscribe(fn: (pluginSettings: MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
26
  };
27
27
  toHtml: {
28
28
  subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -57,7 +57,7 @@ export declare const useMarkdownStore: () => {
57
57
  };
58
58
  onDispatched: {
59
59
  registerPlugin: {
60
- subscribe(fn: (result: void, plugin: () => MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
60
+ subscribe(fn: (result: void, pluginSettings: MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
61
  };
62
62
  toHtml: {
63
63
  subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -105,7 +105,7 @@ export declare const useMarkdownStore: () => {
105
105
  };
106
106
  onFailure: {
107
107
  registerPlugin: {
108
- subscribe(fn: (failureReason: any, plugin: () => MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
108
+ subscribe(fn: (failureReason: any, pluginSettings: MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
109
109
  };
110
110
  toHtml: {
111
111
  subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -139,7 +139,7 @@ export declare const useMarkdownStore: () => {
139
139
  };
140
140
  };
141
141
  } & {
142
- registerPlugin: (plugin: () => MarkdownPlugin) => void;
142
+ registerPlugin: (pluginSettings: MarkdownPluginSettings) => void;
143
143
  toHtml: (markdown: string) => string;
144
144
  toMarkdown: () => void;
145
145
  setContent: (markdown: string) => void;
@@ -167,4 +167,6 @@ export declare const useMarkdownStore: () => {
167
167
  get: {
168
168
  plugins: MarkdownPlugin[];
169
169
  };
170
+ } & {
171
+ dispose?: () => void;
170
172
  };
@@ -24,7 +24,7 @@ export declare const useMarkdownToolbarStore: () => {
24
24
  actions: {
25
25
  onDispatching: {
26
26
  registerPlugin: {
27
- subscribe(fn: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
28
  };
29
29
  toHtml: {
30
30
  subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -59,7 +59,7 @@ export declare const useMarkdownToolbarStore: () => {
59
59
  };
60
60
  onDispatched: {
61
61
  registerPlugin: {
62
- subscribe(fn: (result: void, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
+ subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
63
  };
64
64
  toHtml: {
65
65
  subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -107,7 +107,7 @@ export declare const useMarkdownToolbarStore: () => {
107
107
  };
108
108
  onFailure: {
109
109
  registerPlugin: {
110
- subscribe(fn: (failureReason: any, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
110
+ subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
111
111
  };
112
112
  toHtml: {
113
113
  subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -141,7 +141,7 @@ export declare const useMarkdownToolbarStore: () => {
141
141
  };
142
142
  };
143
143
  } & {
144
- registerPlugin: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void;
144
+ registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
145
145
  toHtml: (markdown: string) => string;
146
146
  toMarkdown: () => void;
147
147
  setContent: (markdown: string) => void;
@@ -169,6 +169,8 @@ export declare const useMarkdownToolbarStore: () => {
169
169
  get: {
170
170
  plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
171
171
  };
172
+ } & {
173
+ dispose?: () => void;
172
174
  };
173
175
  show: boolean;
174
176
  actions: MarkdownEditorActionRegistration[];
@@ -196,7 +198,7 @@ export declare const useMarkdownToolbarStore: () => {
196
198
  actions: {
197
199
  onDispatching: {
198
200
  registerPlugin: {
199
- subscribe(fn: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
201
+ subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
200
202
  };
201
203
  toHtml: {
202
204
  subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -231,7 +233,7 @@ export declare const useMarkdownToolbarStore: () => {
231
233
  };
232
234
  onDispatched: {
233
235
  registerPlugin: {
234
- subscribe(fn: (result: void, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
236
+ subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
235
237
  };
236
238
  toHtml: {
237
239
  subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -279,7 +281,7 @@ export declare const useMarkdownToolbarStore: () => {
279
281
  };
280
282
  onFailure: {
281
283
  registerPlugin: {
282
- subscribe(fn: (failureReason: any, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
284
+ subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
283
285
  };
284
286
  toHtml: {
285
287
  subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -313,7 +315,7 @@ export declare const useMarkdownToolbarStore: () => {
313
315
  };
314
316
  };
315
317
  } & {
316
- registerPlugin: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void;
318
+ registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
317
319
  toHtml: (markdown: string) => string;
318
320
  toMarkdown: () => void;
319
321
  setContent: (markdown: string) => void;
@@ -341,6 +343,8 @@ export declare const useMarkdownToolbarStore: () => {
341
343
  get: {
342
344
  plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
343
345
  };
346
+ } & {
347
+ dispose?: () => void;
344
348
  }>;
345
349
  onMutatedShow: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
346
350
  onMutatedActions: import("@omnia/fx").MessageBusExposeOnlySubscription<MarkdownEditorActionRegistration[]>;
@@ -370,7 +374,7 @@ export declare const useMarkdownToolbarStore: () => {
370
374
  actions: {
371
375
  onDispatching: {
372
376
  registerPlugin: {
373
- subscribe(fn: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
377
+ subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
374
378
  };
375
379
  toHtml: {
376
380
  subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -405,7 +409,7 @@ export declare const useMarkdownToolbarStore: () => {
405
409
  };
406
410
  onDispatched: {
407
411
  registerPlugin: {
408
- subscribe(fn: (result: void, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
412
+ subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
409
413
  };
410
414
  toHtml: {
411
415
  subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -453,7 +457,7 @@ export declare const useMarkdownToolbarStore: () => {
453
457
  };
454
458
  onFailure: {
455
459
  registerPlugin: {
456
- subscribe(fn: (failureReason: any, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
460
+ subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
457
461
  };
458
462
  toHtml: {
459
463
  subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -487,7 +491,7 @@ export declare const useMarkdownToolbarStore: () => {
487
491
  };
488
492
  };
489
493
  } & {
490
- registerPlugin: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void;
494
+ registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
491
495
  toHtml: (markdown: string) => string;
492
496
  toMarkdown: () => void;
493
497
  setContent: (markdown: string) => void;
@@ -515,6 +519,8 @@ export declare const useMarkdownToolbarStore: () => {
515
519
  get: {
516
520
  plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
517
521
  };
522
+ } & {
523
+ dispose?: () => void;
518
524
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
519
525
  };
520
526
  setVisibility: {
@@ -545,7 +551,7 @@ export declare const useMarkdownToolbarStore: () => {
545
551
  actions: {
546
552
  onDispatching: {
547
553
  registerPlugin: {
548
- subscribe(fn: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
554
+ subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
549
555
  };
550
556
  toHtml: {
551
557
  subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -580,7 +586,7 @@ export declare const useMarkdownToolbarStore: () => {
580
586
  };
581
587
  onDispatched: {
582
588
  registerPlugin: {
583
- subscribe(fn: (result: void, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
589
+ subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
584
590
  };
585
591
  toHtml: {
586
592
  subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -628,7 +634,7 @@ export declare const useMarkdownToolbarStore: () => {
628
634
  };
629
635
  onFailure: {
630
636
  registerPlugin: {
631
- subscribe(fn: (failureReason: any, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
637
+ subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
632
638
  };
633
639
  toHtml: {
634
640
  subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -662,7 +668,7 @@ export declare const useMarkdownToolbarStore: () => {
662
668
  };
663
669
  };
664
670
  } & {
665
- registerPlugin: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void;
671
+ registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
666
672
  toHtml: (markdown: string) => string;
667
673
  toMarkdown: () => void;
668
674
  setContent: (markdown: string) => void;
@@ -690,6 +696,8 @@ export declare const useMarkdownToolbarStore: () => {
690
696
  get: {
691
697
  plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
692
698
  };
699
+ } & {
700
+ dispose?: () => void;
693
701
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
694
702
  };
695
703
  setVisibility: {
@@ -720,7 +728,7 @@ export declare const useMarkdownToolbarStore: () => {
720
728
  actions: {
721
729
  onDispatching: {
722
730
  registerPlugin: {
723
- subscribe(fn: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
731
+ subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
724
732
  };
725
733
  toHtml: {
726
734
  subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -755,7 +763,7 @@ export declare const useMarkdownToolbarStore: () => {
755
763
  };
756
764
  onDispatched: {
757
765
  registerPlugin: {
758
- subscribe(fn: (result: void, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
766
+ subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
759
767
  };
760
768
  toHtml: {
761
769
  subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -803,7 +811,7 @@ export declare const useMarkdownToolbarStore: () => {
803
811
  };
804
812
  onFailure: {
805
813
  registerPlugin: {
806
- subscribe(fn: (failureReason: any, plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
814
+ subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
807
815
  };
808
816
  toHtml: {
809
817
  subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -837,7 +845,7 @@ export declare const useMarkdownToolbarStore: () => {
837
845
  };
838
846
  };
839
847
  } & {
840
- registerPlugin: (plugin: () => import("../models/MarkdownPlugin").MarkdownPlugin) => void;
848
+ registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
841
849
  toHtml: (markdown: string) => string;
842
850
  toMarkdown: () => void;
843
851
  setContent: (markdown: string) => void;
@@ -865,6 +873,8 @@ export declare const useMarkdownToolbarStore: () => {
865
873
  get: {
866
874
  plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
867
875
  };
876
+ } & {
877
+ dispose?: () => void;
868
878
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
869
879
  };
870
880
  setVisibility: {
@@ -879,4 +889,6 @@ export declare const useMarkdownToolbarStore: () => {
879
889
  isActiveStore(): boolean;
880
890
  actionsGroupedAndSorted(): MarkdownEditorActionRegistration[][];
881
891
  };
892
+ } & {
893
+ dispose?: () => void;
882
894
  };
@@ -96,6 +96,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
96
96
  autoplay: () => boolean;
97
97
  swiper: () => import("swiper/types/swiper-class").default;
98
98
  };
99
+ } & {
100
+ dispose?: () => void;
99
101
  };
100
102
  }>) => {
101
103
  $: import("vue").ComponentInternalInstance;
@@ -228,6 +230,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
228
230
  autoplay: () => boolean;
229
231
  swiper: () => import("swiper/types/swiper-class").default;
230
232
  };
233
+ } & {
234
+ dispose?: () => void;
231
235
  };
232
236
  }> & {
233
237
  "v-slots"?: {} & Omit<{
@@ -60,4 +60,6 @@ export declare const PhotoWallStore: () => {
60
60
  layoutPhotosMap(): LayoutPhotoMap;
61
61
  getGridImageHeight(): string[];
62
62
  };
63
+ } & {
64
+ dispose?: () => void;
63
65
  };
@@ -76,4 +76,6 @@ export declare const useMediaflowProviderStore: () => {
76
76
  videoHandler: BaseProviderVideoHandler;
77
77
  imageHandler: BaseProviderImageHandler;
78
78
  };
79
+ } & {
80
+ dispose?: () => void;
79
81
  };
@@ -1,12 +1,12 @@
1
1
  import { DefineProp, DefinePropClass, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
- import { ComponentPublicInstance, Ref, VNodeChild } from "vue";
2
+ import { ComponentPublicInstance, VNodeChild } from "vue";
3
3
  import { OListLineTypes, OListTypes } from "@omnia/fx-models";
4
4
  export interface IListItem<T> {
5
5
  value: T;
6
6
  index: number;
7
7
  Item: typeof o.list.item;
8
8
  }
9
- export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, true, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"draggable", boolean | Ref<boolean>, false, false, "Enable draggable row."> & DefineProp<"removable", boolean | Ref<boolean>, false, false, "Enable removable row."> & DefineProp<"itemValue", string | ((item: any) => string), false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
9
+ export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, true, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"navigation", boolean | ((item: T) => boolean), false, false, "The row navigation."> & DefineProp<"remove", boolean | ((item: T) => boolean), false, false, "Enable removable row."> & DefineProp<"itemValue", string | ((item: T) => string), false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
10
10
  declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<OListProps<T>>) => {
11
11
  $: import("vue").ComponentInternalInstance;
12
12
  $data: {};
@@ -51,7 +51,7 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Constr
51
51
  } & Omit<{
52
52
  default?: import("vue").Slot;
53
53
  }, "item">;
54
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "draggable" | "variant" | "divider" | "lines" | "removable" | "itemValue">;
54
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "container" | "drag" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "remove" | "variant" | "divider" | "lines" | "itemValue">;
55
55
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
56
  [key: string]: any;
57
57
  }>;
@@ -154,5 +154,7 @@ export declare const useScrollContainerStore: () => {
154
154
  readonly coordinates: Coordinates;
155
155
  readonly scrollPosition: number;
156
156
  };
157
+ } & {
158
+ dispose?: () => void;
157
159
  };
158
160
  export {};
@@ -83,4 +83,6 @@ export declare const useSlidePanelStore: () => {
83
83
  autoplay: () => boolean;
84
84
  swiper: () => Swiper;
85
85
  };
86
+ } & {
87
+ dispose?: () => void;
86
88
  };
@@ -42,4 +42,6 @@ export declare const useStickyContainerStore: () => {
42
42
  startMarkElementId: string;
43
43
  stickyWrapperElementId: string;
44
44
  };
45
+ } & {
46
+ dispose?: () => void;
45
47
  };
@@ -35,4 +35,6 @@ export declare const useRichTextEditorStore: () => {
35
35
  [key: string]: any;
36
36
  }): void;
37
37
  };
38
+ } & {
39
+ dispose?: () => void;
38
40
  };
@@ -22,4 +22,6 @@ export declare const alignmentEditorExtension: () => {
22
22
  };
23
23
  }[];
24
24
  };
25
+ } & {
26
+ dispose?: () => void;
25
27
  };
@@ -23,4 +23,6 @@ export declare const anchorLinkEditorExtension: () => {
23
23
  };
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -13,4 +13,6 @@ export declare const animatedGifEditorExtension: () => {
13
13
  configuration: {};
14
14
  }[];
15
15
  };
16
+ } & {
17
+ dispose?: () => void;
16
18
  };
@@ -23,4 +23,6 @@ export declare const blockquoteEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -8,4 +8,6 @@ export declare const boldEditorExtension: () => {
8
8
  toolbar: any;
9
9
  }[];
10
10
  };
11
+ } & {
12
+ dispose?: () => void;
11
13
  };
@@ -9,4 +9,6 @@ export declare const bulletListEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -23,4 +23,6 @@ export declare const codeEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -23,4 +23,6 @@ export declare const codeBlockEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -23,4 +23,6 @@ export declare const emoticonPickerEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -5,4 +5,6 @@ export declare const enterpriseGlossaryLinkSuggestionExtension: () => {
5
5
  getConfiguration(): {
6
6
  nodes: (import("@tiptap/core").Mark<any, any> | import("@tiptap/core").Node<any, any>)[];
7
7
  };
8
+ } & {
9
+ dispose?: () => void;
8
10
  };
@@ -7,4 +7,6 @@ export declare const extendedElementsEditorExtension: () => {
7
7
  nodes: any[];
8
8
  };
9
9
  setOptions(options?: ExtendedElementsEditorExtensionConfiguration): void;
10
+ } & {
11
+ dispose?: () => void;
10
12
  };
@@ -18,4 +18,6 @@ export declare const hashTagEditorExtension: () => {
18
18
  onBlur: (editor: TipTapEditor, setExtensionData: (data: RichTextContentExtensionData) => void) => void;
19
19
  };
20
20
  setPromotedTagOptions(promotedTagOptions: PromotedTagOptions): void;
21
+ } & {
22
+ dispose?: () => void;
21
23
  };
@@ -9,4 +9,6 @@ export declare const headingEditorExtension: () => {
9
9
  }[];
10
10
  };
11
11
  setOptions(options: HeadingEditorExtensionConfiguration): void;
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -23,4 +23,6 @@ export declare const historyEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -23,4 +23,6 @@ export declare const horizontalRuleEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -40,4 +40,6 @@ export declare const htmlEditorExtension: () => {
40
40
  configuration: {};
41
41
  }[];
42
42
  };
43
+ } & {
44
+ dispose?: () => void;
43
45
  };
@@ -9,4 +9,6 @@ export declare const italicEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -42,4 +42,6 @@ export declare const languagePickerEditorExtension: () => {
42
42
  }[];
43
43
  };
44
44
  setOptions(config?: LanguagePickerEditorExtensionConfiguration): void;
45
+ } & {
46
+ dispose?: () => void;
45
47
  };
@@ -5,4 +5,6 @@ export declare const listItemEditorExtension: () => {
5
5
  getConfiguration(): {
6
6
  nodes: import("@tiptap/core").Node<import("./ListItemNode").ListItemOptions, any>[];
7
7
  };
8
+ } & {
9
+ dispose?: () => void;
8
10
  };
@@ -64,4 +64,6 @@ export declare const mediaPickerEditorExtension: () => {
64
64
  }[];
65
65
  };
66
66
  setOptions(options: MediaPickerProps): void;
67
+ } & {
68
+ dispose?: () => void;
67
69
  };
@@ -85,4 +85,6 @@ export declare const mentionEditorExtension: () => {
85
85
  hidden: true;
86
86
  }[];
87
87
  };
88
+ } & {
89
+ dispose?: () => void;
88
90
  };