@omnia/fx 8.0.243-dev → 8.0.244-dev

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 (121) hide show
  1. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -1
  2. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
  3. package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +2 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +2 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownToolbarStateStore.d.ts +2 -0
  6. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +2 -0
  7. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -0
  8. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +2 -0
  9. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -0
  10. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +2 -0
  11. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -0
  12. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +3 -1
  13. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +2 -0
  14. package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +2 -0
  15. package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +2 -0
  16. package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +2 -0
  18. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -0
  23. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +2 -0
  24. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +2 -0
  25. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +2 -0
  27. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -0
  28. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -0
  29. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +2 -0
  30. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -0
  32. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -0
  33. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +2 -0
  34. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +2 -0
  35. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
  41. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -1
  42. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
  43. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -0
  44. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +50 -0
  46. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +4 -0
  47. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +17 -0
  49. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -1
  50. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +4 -0
  51. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +2 -0
  54. package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -0
  55. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +0 -3
  57. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +2 -0
  58. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -0
  59. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -3
  60. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -0
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +2 -0
  63. package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +2 -0
  64. package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +3 -1
  65. package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +3 -1
  66. package/internal-do-not-import-from-here/ux/markdown2/plugins/TextPlugin.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +3 -1
  68. package/internal-do-not-import-from-here/ux/markdown2/plugins/VelcronPlugin.d.ts +3 -1
  69. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +2 -0
  70. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +12 -0
  71. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +4 -0
  72. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -0
  73. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -0
  74. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +2 -0
  76. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
  77. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +2 -0
  78. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -0
  79. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -0
  80. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -0
  81. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -0
  82. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -0
  83. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -0
  84. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -0
  85. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -0
  86. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -0
  87. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -0
  88. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -0
  89. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -0
  90. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -0
  91. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -0
  92. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -0
  93. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -0
  94. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -0
  95. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -0
  96. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -0
  97. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -0
  98. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -0
  99. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -0
  100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -0
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -0
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -0
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -0
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -0
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -0
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -0
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -0
  110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -0
  111. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +3 -1
  112. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
  113. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -0
  114. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +2 -0
  115. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +2 -0
  116. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +10 -0
  117. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +2 -0
  118. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +2 -0
  119. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -0
  120. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -0
  121. package/package.json +4 -4
@@ -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
  };
@@ -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
  };
@@ -9,4 +9,6 @@ export declare const orderedListEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -5,4 +5,6 @@ export declare const placeholderEditorExtension: () => {
5
5
  getConfiguration(): {
6
6
  nodes: import("@tiptap/core").Extension<import("./PlaceHolderNode").PlaceholderOptions, any>[];
7
7
  };
8
+ } & {
9
+ dispose?: () => void;
8
10
  };
@@ -42,4 +42,6 @@ export declare const removingFormattingEditorExtension: () => {
42
42
  showOnPasted: true;
43
43
  })[];
44
44
  };
45
+ } & {
46
+ dispose?: () => void;
45
47
  };
@@ -23,4 +23,6 @@ export declare const strikeEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -9,4 +9,6 @@ export declare const subscriptEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -9,4 +9,6 @@ export declare const superscriptEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -42,4 +42,6 @@ export declare const tableEditorExtension: () => {
42
42
  isSubToolBar: true;
43
43
  })[];
44
44
  };
45
+ } & {
46
+ dispose?: () => void;
45
47
  };
@@ -23,4 +23,6 @@ export declare const textColorEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -60,4 +60,6 @@ export declare const textCompletionEditorExtension: () => {
60
60
  }[];
61
61
  bubbleMenuItems: any[];
62
62
  };
63
+ } & {
64
+ dispose?: () => void;
63
65
  };
@@ -23,4 +23,6 @@ export declare const textTranslatorEditorExtension: () => {
23
23
  configuration: {};
24
24
  }[];
25
25
  };
26
+ } & {
27
+ dispose?: () => void;
26
28
  };
@@ -10,4 +10,6 @@ export declare const todoListEditorExtension: () => {
10
10
  configuration: {};
11
11
  }[];
12
12
  };
13
+ } & {
14
+ dispose?: () => void;
13
15
  };
@@ -9,4 +9,6 @@ export declare const underlineEditorExtension: () => {
9
9
  configuration: {};
10
10
  }[];
11
11
  };
12
+ } & {
13
+ dispose?: () => void;
12
14
  };
@@ -2,5 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
2
2
  import { RichTextEditorExtension } from "@omnia/fx-models";
3
3
  interface SetupRichTextExtensionContext extends SetupFactoryContext {
4
4
  }
5
- export declare function defineRichTextEditorExtension<TReturnSetup extends RichTextEditorExtension>(setup: (ctx: SetupRichTextExtensionContext) => TReturnSetup): () => TReturnSetup;
5
+ export declare function defineRichTextEditorExtension<TReturnSetup extends RichTextEditorExtension>(setup: (ctx: SetupRichTextExtensionContext) => TReturnSetup): () => TReturnSetup & {
6
+ dispose?: () => void;
7
+ };
6
8
  export {};
@@ -1 +1,3 @@
1
- export declare function useColorSchemaSetup(props: object): import("../aurora/store").ColorSchemaStoreType;
1
+ export declare function useColorSchemaSetup(props: object): import("../aurora/store").ColorSchemaStoreType & {
2
+ dispose?: () => void;
3
+ };
@@ -188,6 +188,8 @@ declare const _default: {
188
188
  changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
189
189
  updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
190
190
  };
191
+ } & {
192
+ dispose?: () => void;
191
193
  }) => any;
192
194
  onFilesAdded?: (files: File[]) => any;
193
195
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -374,6 +376,8 @@ declare const _default: {
374
376
  changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
375
377
  updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
376
378
  };
379
+ } & {
380
+ dispose?: () => void;
377
381
  }) => any;
378
382
  onFilesAdded?: (files: File[]) => any;
379
383
  }, {}, true, {}, {}, {
@@ -563,6 +567,8 @@ declare const _default: {
563
567
  changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
564
568
  updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
565
569
  };
570
+ } & {
571
+ dispose?: () => void;
566
572
  }) => any;
567
573
  onFilesAdded?: (files: File[]) => any;
568
574
  }, () => JSX.Element, {}, {}, {}, {}>;
@@ -749,6 +755,8 @@ declare const _default: {
749
755
  changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
750
756
  updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
751
757
  };
758
+ } & {
759
+ dispose?: () => void;
752
760
  }) => any;
753
761
  onFilesAdded?: (files: File[]) => any;
754
762
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -932,6 +940,8 @@ declare const _default: {
932
940
  changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
933
941
  updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
934
942
  };
943
+ } & {
944
+ dispose?: () => void;
935
945
  }) => any;
936
946
  onFilesAdded?: (files: File[]) => any;
937
947
  };
@@ -175,4 +175,6 @@ export declare const useVelcronContentEditorStore: () => {
175
175
  changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
176
176
  updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
177
177
  };
178
+ } & {
179
+ dispose?: () => void;
178
180
  };
@@ -229,5 +229,7 @@ export declare const useVelcronContentEditorStore: () => {
229
229
  definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
230
230
  };
231
231
  };
232
+ } & {
233
+ dispose?: () => void;
232
234
  };
233
235
  export {};
@@ -224,6 +224,8 @@ declare const _default: {
224
224
  definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
225
225
  };
226
226
  };
227
+ } & {
228
+ dispose?: () => void;
227
229
  }) => any;
228
230
  onFilesAdded?: (files: File[]) => any;
229
231
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -447,6 +449,8 @@ declare const _default: {
447
449
  definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
448
450
  };
449
451
  };
452
+ } & {
453
+ dispose?: () => void;
450
454
  }) => any;
451
455
  onFilesAdded?: (files: File[]) => any;
452
456
  }, {}, true, {}, {}, {
@@ -673,6 +677,8 @@ declare const _default: {
673
677
  definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
674
678
  };
675
679
  };
680
+ } & {
681
+ dispose?: () => void;
676
682
  }) => any;
677
683
  onFilesAdded?: (files: File[]) => any;
678
684
  }, () => JSX.Element, {}, {}, {}, {}>;
@@ -896,6 +902,8 @@ declare const _default: {
896
902
  definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
897
903
  };
898
904
  };
905
+ } & {
906
+ dispose?: () => void;
899
907
  }) => any;
900
908
  onFilesAdded?: (files: File[]) => any;
901
909
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -1116,6 +1124,8 @@ declare const _default: {
1116
1124
  definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
1117
1125
  };
1118
1126
  };
1127
+ } & {
1128
+ dispose?: () => void;
1119
1129
  }) => any;
1120
1130
  onFilesAdded?: (files: File[]) => any;
1121
1131
  };
@@ -216,5 +216,7 @@ export declare const useVelcronContentEditorStore: () => {
216
216
  definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
217
217
  };
218
218
  };
219
+ } & {
220
+ dispose?: () => void;
219
221
  };
220
222
  export {};
@@ -18,4 +18,6 @@ export declare const useVelcronComponentStore: () => {
18
18
  }>;
19
19
  onMutatedComponentTemplates: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronComponentTemplateDescriptor[]>;
20
20
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
21
+ } & {
22
+ dispose?: () => void;
21
23
  };
@@ -24,6 +24,8 @@ export declare const useVelcronEditorStore: () => {
24
24
  }>;
25
25
  onMutatedComponentTemplates: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models").VelcronComponentTemplateDescriptor[]>;
26
26
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
27
+ } & {
28
+ dispose?: () => void;
27
29
  };
28
30
  getBodyTreeviewItem(): TreeViewItem<any>;
29
31
  getStatePropertyPath(from: TreeViewItem<StatePropertyAppTreeItem>): string;
@@ -368,5 +370,7 @@ export declare const useVelcronEditorStore: () => {
368
370
  onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
369
371
  onMutatedValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
370
372
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
373
+ } & {
374
+ dispose?: () => void;
371
375
  };
372
376
  export {};
@@ -68,4 +68,6 @@ export declare const useVelcronDefinitionStore: () => {
68
68
  onMutatedCategories: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionCategoryRegistration[]>;
69
69
  onMutatedRendererTypes: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRendererTypeRegistration[]>;
70
70
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
71
+ } & {
72
+ dispose?: () => void;
71
73
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.243-dev",
4
+ "version": "8.0.244-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,13 +20,13 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.243-dev",
23
+ "@omnia/fx-models": "8.0.244-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
- "vue": "3.4.31",
29
- "vuetify": "3.6.12",
28
+ "vue": "3.4.33",
29
+ "vuetify": "3.6.13",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
32
32
  "@tiptap/vue-3": "2.1.13",