@omnia/fx 8.0.243-dev → 8.0.244-dev

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -48,5 +48,7 @@ export interface IReturnSetupStore<TState, TGetters, TActions extends {
48
48
  }
49
49
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
50
50
  [key: string]: any;
51
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup, lifetime?: InstanceLifetimes): () => InferReturnSetup;
51
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup, lifetime?: InstanceLifetimes): () => InferReturnSetup & {
52
+ dispose?: () => void;
53
+ };
52
54
  export {};
@@ -39,4 +39,6 @@ export declare const useLocalizationStore: () => {
39
39
  value: (key: string) => string;
40
40
  path: <T>(namespace: string, exp: (localize: T) => string) => string;
41
41
  };
42
+ } & {
43
+ dispose?: () => void;
42
44
  };
@@ -37,4 +37,6 @@ export declare const useSizeContainerStore: () => {
37
37
  setZoomLevel: (zoomLevel: number) => void;
38
38
  };
39
39
  get: {};
40
+ } & {
41
+ dispose?: () => void;
40
42
  };
@@ -38,4 +38,6 @@ export declare const useMarkdownPluginStore: () => {
38
38
  events: {
39
39
  onMutatedPlugins: import("internal/fx/core").MessageBusExposeOnlySubscription<MarkdownPluginRegistration[]>;
40
40
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
41
+ } & {
42
+ dispose?: () => void;
41
43
  };
@@ -26,4 +26,6 @@ export declare const useMarkdownToolbarStateStore: () => {
26
26
  setActiveToolbar: (id: guid) => void;
27
27
  };
28
28
  get: {};
29
+ } & {
30
+ dispose?: () => void;
29
31
  };
@@ -344,5 +344,7 @@ export declare const useMediaPickerImageTransformerStore: () => {
344
344
  editorIntance(instance: ImageEditor): void;
345
345
  supplementEditor(instance: ImageEditor): void;
346
346
  };
347
+ } & {
348
+ dispose?: () => void;
347
349
  };
348
350
  export type ImageTransformerStore = ReturnType<typeof useMediaPickerImageTransformerStore>;
@@ -81,5 +81,7 @@ export declare const MediaPickerCommonStore: () => {
81
81
  get: {
82
82
  isLoading: () => boolean;
83
83
  };
84
+ } & {
85
+ dispose?: () => void;
84
86
  };
85
87
  export type MediaPickerCommonStoreType = ReturnType<typeof MediaPickerCommonStore>;
@@ -187,5 +187,7 @@ export declare const GalleryStore: () => {
187
187
  isNotEditing: () => boolean;
188
188
  editingMedia: () => MediaState;
189
189
  };
190
+ } & {
191
+ dispose?: () => void;
190
192
  };
191
193
  export type MediaPickerGalleryStoreType = ReturnType<typeof GalleryStore>;
@@ -235,5 +235,7 @@ export declare const ProviderStore: () => {
235
235
  supportGalleryFeature: boolean;
236
236
  };
237
237
  };
238
+ } & {
239
+ dispose?: () => void;
238
240
  };
239
241
  export type MediaPickerProviderStoreType = ReturnType<typeof ProviderStore>;
@@ -103,5 +103,7 @@ export declare const useCompontentHostStore: () => {
103
103
  readonly force: boolean;
104
104
  appliedComponents(host: string): boolean;
105
105
  };
106
+ } & {
107
+ dispose?: () => void;
106
108
  };
107
109
  export {};
@@ -27,4 +27,6 @@ export declare const useCompontentSharedSettingsStore: () => {
27
27
  get: {
28
28
  settings<TSettings>(): TSettings;
29
29
  };
30
+ } & {
31
+ dispose?: () => void;
30
32
  };
@@ -3,7 +3,9 @@ import { SetupFactoryContext } from "@omnia/fx";
3
3
  interface SetupRouterContext extends SetupFactoryContext {
4
4
  defineRoute<T1 extends TokenBasedRoute, T2 extends TokenBasedRouteStateData>(buildContextPath: (routeContext: T1) => string, resolveRouteFromPath: (path: string) => T1): InternalTokenRouter<T1, T2>;
5
5
  }
6
- export declare function defineRouter<InferReturnSetup>(token: string, setup: (ctx: SetupRouterContext) => InferReturnSetup, lifeTime?: InstanceLifetimes): () => InferReturnSetup;
6
+ export declare function defineRouter<InferReturnSetup>(token: string, setup: (ctx: SetupRouterContext) => InferReturnSetup, lifeTime?: InstanceLifetimes): () => InferReturnSetup & {
7
+ dispose?: () => void;
8
+ };
7
9
  export declare abstract class TokenBasedRouter<T1 extends TokenBasedRoute, T2 extends TokenBasedRouteStateData> {
8
10
  private static initialized;
9
11
  private static initialTokenBasedPath;
@@ -58,4 +58,6 @@ export declare const useBusinessProfileJourneyStore: () => {
58
58
  get: {
59
59
  currentUrl(): string;
60
60
  };
61
+ } & {
62
+ dispose?: () => void;
61
63
  };
@@ -31,5 +31,7 @@ export declare const AppInstanceJourneyStore: () => {
31
31
  subMenuItems: () => SubMenuItem[];
32
32
  activeSubMenuItem: () => SubMenuItem;
33
33
  };
34
+ } & {
35
+ dispose?: () => void;
34
36
  };
35
37
  export type AppInstanceJourneyStoreType = ReturnType<typeof AppInstanceJourneyStore>;
@@ -31,5 +31,7 @@ export declare const ProfileJourneyStore: () => {
31
31
  subMenuItems: () => SubMenuItem[];
32
32
  activeSubMenuItem: () => SubMenuItem;
33
33
  };
34
+ } & {
35
+ dispose?: () => void;
34
36
  };
35
37
  export type ProfileJourneyStoreType = ReturnType<typeof ProfileJourneyStore>;
@@ -31,5 +31,7 @@ export declare const TenantJourneyStore: () => {
31
31
  subMenuItems: () => SubMenuItem[];
32
32
  activeSubMenuItem: () => SubMenuItem;
33
33
  };
34
+ } & {
35
+ dispose?: () => void;
34
36
  };
35
37
  export type TenantJourneyStoreType = ReturnType<typeof TenantJourneyStore>;
@@ -79,5 +79,7 @@ export declare const SettingsBladeStore: () => {
79
79
  isNew: boolean;
80
80
  };
81
81
  };
82
+ } & {
83
+ dispose?: () => void;
82
84
  };
83
85
  export type SettingsBladeStoreType = ReturnType<typeof SettingsBladeStore>;
@@ -68,5 +68,7 @@ export declare const useAdminStore: () => {
68
68
  getNavigationNodeRegistrationsByCategory(category: string): AdminNavigationNodeRegistration[];
69
69
  getNavigationNodeRegistrationsByParentNodeId(parentNodeId: guid): AdminNavigationNodeRegistration[];
70
70
  };
71
+ } & {
72
+ dispose?: () => void;
71
73
  };
72
74
  export {};
@@ -61,5 +61,7 @@ export declare const SystemJourneyStore: () => {
61
61
  subMenuItems(): SubMenuItem[];
62
62
  activeSubMenuItem: () => SubMenuItem;
63
63
  };
64
+ } & {
65
+ dispose?: () => void;
64
66
  };
65
67
  export type SystemJourneyStoreType = ReturnType<typeof SystemJourneyStore>;
@@ -117,4 +117,6 @@ export declare const LocalizationAdminStore: () => {
117
117
  };
118
118
  languageInfo: (language: LanguageTags) => Language;
119
119
  };
120
+ } & {
121
+ dispose?: () => void;
120
122
  };
@@ -41,5 +41,7 @@ export declare const ServicesJourneyStore: () => {
41
41
  subMenuItems(): SubMenuItem[];
42
42
  activeSubMenuItem: () => SubMenuItem;
43
43
  };
44
+ } & {
45
+ dispose?: () => void;
44
46
  };
45
47
  export type ServicesJourneyStoreType = ReturnType<typeof ServicesJourneyStore>;
@@ -85,6 +85,8 @@ export declare const useBPSystemLayoutStore: () => {
85
85
  loadLayouts: () => Promise<VersionedLayout[]>;
86
86
  createLayout: (tenantVersionedLayout: VersionedLayout) => Promise<VersionedLayout>;
87
87
  };
88
+ } & {
89
+ dispose?: () => void;
88
90
  };
89
91
  export declare const useTenantSystemLayoutStore: () => {
90
92
  state: {
@@ -171,4 +173,6 @@ export declare const useTenantSystemLayoutStore: () => {
171
173
  loadLayouts: () => Promise<VersionedLayout[]>;
172
174
  createLayout: (tenantVersionedLayout: VersionedLayout) => Promise<VersionedLayout>;
173
175
  };
176
+ } & {
177
+ dispose?: () => void;
174
178
  };
@@ -45,5 +45,7 @@ export declare const BusinessProfileAuthenticationStore: () => {
45
45
  get: {
46
46
  authenSettings: () => any;
47
47
  };
48
+ } & {
49
+ dispose?: () => void;
48
50
  };
49
51
  export type BusinessProfileAuthenticationStoreType = ReturnType<typeof BusinessProfileAuthenticationStore>;
@@ -25,4 +25,6 @@ export declare const useGroupDetailStore: () => {
25
25
  businessProfileId: (value: string | ((prev: string) => string)) => void;
26
26
  onDelete: (value: ((...params: any[]) => Promise<void> | void) | ((prev: (...params: any[]) => Promise<void> | void) => (...params: any[]) => Promise<void> | void)) => void;
27
27
  };
28
+ } & {
29
+ dispose?: () => void;
28
30
  };
@@ -75,4 +75,6 @@ export declare const useGroupQueryStore: () => {
75
75
  }>) => void;
76
76
  uiLanguage: (value: LanguageTags | ((prev: LanguageTags) => LanguageTags)) => void;
77
77
  };
78
+ } & {
79
+ dispose?: () => void;
78
80
  };
@@ -108,4 +108,6 @@ export declare const useSelfServiceStore: () => {
108
108
  onMutatedExtendedPropertiesRegistration: import("@omnia/fx").MessageBusExposeOnlySubscription<ExtendedPropertiesRegistrationViewModel[]>;
109
109
  onMutatedExtendedEnterprisePropBindings: import("@omnia/fx").MessageBusExposeOnlySubscription<PropertyBinding<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>[]>;
110
110
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
111
+ } & {
112
+ dispose?: () => void;
111
113
  };
@@ -100,4 +100,6 @@ export declare const useUserManagementStore: () => {
100
100
  loadProviders: () => Promise<IdentitySyncProvider[]>;
101
101
  loadBusinessProfiles: () => Promise<BusinessProfile[]>;
102
102
  };
103
+ } & {
104
+ dispose?: () => void;
103
105
  };
@@ -148,4 +148,6 @@ export declare const useUserQueryStore: () => {
148
148
  mutate: {
149
149
  uiLanguage: (value: LanguageTags | ((prev: LanguageTags) => LanguageTags)) => void;
150
150
  };
151
+ } & {
152
+ dispose?: () => void;
151
153
  };
@@ -51,4 +51,6 @@ export declare const useButtonsEditorStore: () => {
51
51
  setEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): void;
52
52
  applyChanges(): void;
53
53
  };
54
+ } & {
55
+ dispose?: () => void;
54
56
  };
@@ -88,4 +88,6 @@ export declare const useChromeEditorStore: () => {
88
88
  applyChanges(): void;
89
89
  };
90
90
  get: {};
91
+ } & {
92
+ dispose?: () => void;
91
93
  };
@@ -217,6 +217,8 @@ export declare const useComponentsEditorStore: () => {
217
217
  applyChanges(): void;
218
218
  };
219
219
  get: {};
220
+ } & {
221
+ dispose?: () => void;
220
222
  };
221
223
  tabsEditorStore: {
222
224
  state: {
@@ -268,6 +270,8 @@ export declare const useComponentsEditorStore: () => {
268
270
  setEditingBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
269
271
  applyChanges(): void;
270
272
  };
273
+ } & {
274
+ dispose?: () => void;
271
275
  };
272
276
  buttonsEditorStore: {
273
277
  state: {
@@ -321,6 +325,8 @@ export declare const useComponentsEditorStore: () => {
321
325
  setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): void;
322
326
  applyChanges(): void;
323
327
  };
328
+ } & {
329
+ dispose?: () => void;
324
330
  };
325
331
  iconsEditorStore: {
326
332
  state: {
@@ -372,6 +378,8 @@ export declare const useComponentsEditorStore: () => {
372
378
  setEditingBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): void;
373
379
  applyChanges(): void;
374
380
  };
381
+ } & {
382
+ dispose?: () => void;
375
383
  };
376
384
  containersEditorStore: {
377
385
  state: {
@@ -448,6 +456,8 @@ export declare const useComponentsEditorStore: () => {
448
456
  applyChanges(): void;
449
457
  };
450
458
  get: {};
459
+ } & {
460
+ dispose?: () => void;
451
461
  };
452
462
  };
453
463
  bladeId: {
@@ -468,4 +478,6 @@ export declare const useComponentsEditorStore: () => {
468
478
  containersBlade: guid;
469
479
  containerEditBlade: guid;
470
480
  };
481
+ } & {
482
+ dispose?: () => void;
471
483
  };
@@ -74,4 +74,6 @@ export declare const useContainersEditorStore: () => {
74
74
  applyChanges(): void;
75
75
  };
76
76
  get: {};
77
+ } & {
78
+ dispose?: () => void;
77
79
  };
@@ -49,4 +49,6 @@ export declare const useIconsEditorStore: () => {
49
49
  setEditingBlueprint(size: OIconSizes): void;
50
50
  applyChanges(): void;
51
51
  };
52
+ } & {
53
+ dispose?: () => void;
52
54
  };
@@ -49,4 +49,6 @@ export declare const useTabsEditorStore: () => {
49
49
  setEditingBlueprint(variant: BlueprintVariant): void;
50
50
  applyChanges(): void;
51
51
  };
52
+ } & {
53
+ dispose?: () => void;
52
54
  };
@@ -108,4 +108,6 @@ export declare const useSpacingEditorStore: () => {
108
108
  editSpacingDefinitionBlade: guid;
109
109
  settingsBlade: guid;
110
110
  };
111
+ } & {
112
+ dispose?: () => void;
111
113
  };
@@ -183,4 +183,6 @@ export declare const useTypographyEditorStore: () => {
183
183
  editFillBlade: guid;
184
184
  settingsBlade: guid;
185
185
  };
186
+ } & {
187
+ dispose?: () => void;
186
188
  };
@@ -72,4 +72,6 @@ export declare const useColorschemaEditorStore: () => {
72
72
  colorSchemaEditBlade: guid;
73
73
  startSchemabladeId: guid;
74
74
  };
75
+ } & {
76
+ dispose?: () => void;
75
77
  };
@@ -153,4 +153,6 @@ export declare const useTemplateEditorStore: () => {
153
153
  chrome: guid;
154
154
  chromeEdit: guid;
155
155
  };
156
+ } & {
157
+ dispose?: () => void;
156
158
  };
@@ -41,4 +41,6 @@ export declare const useThemeDesignerStore: () => {
41
41
  setSelectedMenuItem(menuItem: JourneyMenuItem): void;
42
42
  toggleThemePreview(): void;
43
43
  };
44
+ } & {
45
+ dispose?: () => void;
44
46
  };
@@ -72,4 +72,6 @@ export declare const useThemeEditorStore: () => {
72
72
  editBlade: guid;
73
73
  viewBladeId: guid;
74
74
  };
75
+ } & {
76
+ dispose?: () => void;
75
77
  };
@@ -71,5 +71,7 @@ export type ColorSchemaStoreType = {
71
71
  };
72
72
  deactivated(): void;
73
73
  };
74
- export declare const useColorSchemaStore: () => ColorSchemaStoreType;
74
+ export declare const useColorSchemaStore: () => ColorSchemaStoreType & {
75
+ dispose?: () => void;
76
+ };
75
77
  export {};
@@ -58,5 +58,7 @@ export declare const useComponentBlueprintStore: () => {
58
58
  };
59
59
  };
60
60
  deactivated(): void;
61
+ } & {
62
+ dispose?: () => void;
61
63
  };
62
64
  export {};
@@ -102,6 +102,8 @@ export declare const useSpacingBlueprintStore: () => {
102
102
  };
103
103
  };
104
104
  deactivated(): void;
105
+ } & {
106
+ dispose?: () => void;
105
107
  };
106
108
  colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
107
109
  typography(): import("@omnia/fx-models").TypographyBlueprints;
@@ -115,6 +117,8 @@ export declare const useSpacingBlueprintStore: () => {
115
117
  complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
116
118
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
117
119
  };
120
+ } & {
121
+ dispose?: () => void;
118
122
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
123
  };
120
124
  };
@@ -208,6 +212,8 @@ export declare const useSpacingBlueprintStore: () => {
208
212
  };
209
213
  };
210
214
  deactivated(): void;
215
+ } & {
216
+ dispose?: () => void;
211
217
  };
212
218
  colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
213
219
  typography(): import("@omnia/fx-models").TypographyBlueprints;
@@ -221,6 +227,8 @@ export declare const useSpacingBlueprintStore: () => {
221
227
  complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
222
228
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
223
229
  };
230
+ } & {
231
+ dispose?: () => void;
224
232
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
225
233
  };
226
234
  };
@@ -314,6 +322,8 @@ export declare const useSpacingBlueprintStore: () => {
314
322
  };
315
323
  };
316
324
  deactivated(): void;
325
+ } & {
326
+ dispose?: () => void;
317
327
  };
318
328
  colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
319
329
  typography(): import("@omnia/fx-models").TypographyBlueprints;
@@ -327,6 +337,8 @@ export declare const useSpacingBlueprintStore: () => {
327
337
  complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
328
338
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
329
339
  };
340
+ } & {
341
+ dispose?: () => void;
330
342
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
331
343
  };
332
344
  };
@@ -6336,6 +6348,8 @@ export declare const useSpacingBlueprintStore: () => {
6336
6348
  };
6337
6349
  };
6338
6350
  deactivated(): void;
6351
+ } & {
6352
+ dispose?: () => void;
6339
6353
  };
6340
6354
  colorSchema: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema) => import("@omnia/fx-models").ColorSchema;
6341
6355
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
@@ -6349,8 +6363,11 @@ export declare const useSpacingBlueprintStore: () => {
6349
6363
  complementaryColorDefinition: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
6350
6364
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
6351
6365
  };
6366
+ dispose?: () => void;
6352
6367
  };
6353
6368
  readonly blueprint: import("@omnia/fx-models").SpacingBlueprint;
6354
6369
  };
6355
6370
  deactivated(): void;
6371
+ } & {
6372
+ dispose?: () => void;
6356
6373
  };
@@ -51,4 +51,6 @@ export declare const useTemplateRegistrationStore: () => {
51
51
  byId: <TTemplateRegistration_1 extends ITemplateRegistration<any, TemplateRegistrationType>>(id: guid) => ITemplateRegistration<any, TemplateRegistrationType>;
52
52
  getByType: <TTemplateRegistration_2 extends ITemplateRegistration<any, TemplateRegistrationType>>(type: TemplateRegistrationType) => TTemplateRegistration_2[];
53
53
  };
54
+ } & {
55
+ dispose?: () => void;
54
56
  };