@omnia/fx 8.0.243-dev → 8.0.245-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.
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownToolbarStateStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TextPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/VelcronPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -0
- package/package.json +4 -4
@@ -106,6 +106,8 @@ export declare const useThemeContextStore: () => {
|
|
106
106
|
};
|
107
107
|
};
|
108
108
|
deactivated(): void;
|
109
|
+
} & {
|
110
|
+
dispose?: () => void;
|
109
111
|
};
|
110
112
|
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;
|
111
113
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -119,6 +121,8 @@ export declare const useThemeContextStore: () => {
|
|
119
121
|
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;
|
120
122
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
121
123
|
};
|
124
|
+
} & {
|
125
|
+
dispose?: () => void;
|
122
126
|
};
|
123
127
|
adminTheme: {
|
124
128
|
state: {
|
@@ -205,6 +209,8 @@ export declare const useThemeContextStore: () => {
|
|
205
209
|
};
|
206
210
|
};
|
207
211
|
deactivated(): void;
|
212
|
+
} & {
|
213
|
+
dispose?: () => void;
|
208
214
|
};
|
209
215
|
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;
|
210
216
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -218,6 +224,8 @@ export declare const useThemeContextStore: () => {
|
|
218
224
|
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;
|
219
225
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
220
226
|
};
|
227
|
+
} & {
|
228
|
+
dispose?: () => void;
|
221
229
|
};
|
222
230
|
previewTheme: {
|
223
231
|
state: {
|
@@ -304,6 +312,8 @@ export declare const useThemeContextStore: () => {
|
|
304
312
|
};
|
305
313
|
};
|
306
314
|
deactivated(): void;
|
315
|
+
} & {
|
316
|
+
dispose?: () => void;
|
307
317
|
};
|
308
318
|
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;
|
309
319
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -317,6 +327,8 @@ export declare const useThemeContextStore: () => {
|
|
317
327
|
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;
|
318
328
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
319
329
|
};
|
330
|
+
} & {
|
331
|
+
dispose?: () => void;
|
320
332
|
};
|
321
333
|
designerTheme: {
|
322
334
|
state: {
|
@@ -403,6 +415,8 @@ export declare const useThemeContextStore: () => {
|
|
403
415
|
};
|
404
416
|
};
|
405
417
|
deactivated(): void;
|
418
|
+
} & {
|
419
|
+
dispose?: () => void;
|
406
420
|
};
|
407
421
|
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;
|
408
422
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -416,6 +430,8 @@ export declare const useThemeContextStore: () => {
|
|
416
430
|
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;
|
417
431
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
418
432
|
};
|
433
|
+
} & {
|
434
|
+
dispose?: () => void;
|
419
435
|
};
|
420
436
|
};
|
421
437
|
events: {
|
@@ -504,6 +520,8 @@ export declare const useThemeContextStore: () => {
|
|
504
520
|
};
|
505
521
|
};
|
506
522
|
deactivated(): void;
|
523
|
+
} & {
|
524
|
+
dispose?: () => void;
|
507
525
|
};
|
508
526
|
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;
|
509
527
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -517,6 +535,8 @@ export declare const useThemeContextStore: () => {
|
|
517
535
|
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;
|
518
536
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
519
537
|
};
|
538
|
+
} & {
|
539
|
+
dispose?: () => void;
|
520
540
|
}>;
|
521
541
|
onMutatedAdminTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
522
542
|
state: {
|
@@ -603,6 +623,8 @@ export declare const useThemeContextStore: () => {
|
|
603
623
|
};
|
604
624
|
};
|
605
625
|
deactivated(): void;
|
626
|
+
} & {
|
627
|
+
dispose?: () => void;
|
606
628
|
};
|
607
629
|
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;
|
608
630
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -616,6 +638,8 @@ export declare const useThemeContextStore: () => {
|
|
616
638
|
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;
|
617
639
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
618
640
|
};
|
641
|
+
} & {
|
642
|
+
dispose?: () => void;
|
619
643
|
}>;
|
620
644
|
onMutatedPreviewTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
621
645
|
state: {
|
@@ -702,6 +726,8 @@ export declare const useThemeContextStore: () => {
|
|
702
726
|
};
|
703
727
|
};
|
704
728
|
deactivated(): void;
|
729
|
+
} & {
|
730
|
+
dispose?: () => void;
|
705
731
|
};
|
706
732
|
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;
|
707
733
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -715,6 +741,8 @@ export declare const useThemeContextStore: () => {
|
|
715
741
|
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;
|
716
742
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
717
743
|
};
|
744
|
+
} & {
|
745
|
+
dispose?: () => void;
|
718
746
|
}>;
|
719
747
|
onMutatedDesignerTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
720
748
|
state: {
|
@@ -801,6 +829,8 @@ export declare const useThemeContextStore: () => {
|
|
801
829
|
};
|
802
830
|
};
|
803
831
|
deactivated(): void;
|
832
|
+
} & {
|
833
|
+
dispose?: () => void;
|
804
834
|
};
|
805
835
|
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;
|
806
836
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -814,6 +844,8 @@ export declare const useThemeContextStore: () => {
|
|
814
844
|
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;
|
815
845
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
816
846
|
};
|
847
|
+
} & {
|
848
|
+
dispose?: () => void;
|
817
849
|
}>;
|
818
850
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
819
851
|
get: {
|
@@ -902,6 +934,8 @@ export declare const useThemeContextStore: () => {
|
|
902
934
|
};
|
903
935
|
};
|
904
936
|
deactivated(): void;
|
937
|
+
} & {
|
938
|
+
dispose?: () => void;
|
905
939
|
};
|
906
940
|
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;
|
907
941
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -915,6 +949,8 @@ export declare const useThemeContextStore: () => {
|
|
915
949
|
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;
|
916
950
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
917
951
|
};
|
952
|
+
} & {
|
953
|
+
dispose?: () => void;
|
918
954
|
};
|
919
955
|
readonly adminTheme: {
|
920
956
|
state: {
|
@@ -1001,6 +1037,8 @@ export declare const useThemeContextStore: () => {
|
|
1001
1037
|
};
|
1002
1038
|
};
|
1003
1039
|
deactivated(): void;
|
1040
|
+
} & {
|
1041
|
+
dispose?: () => void;
|
1004
1042
|
};
|
1005
1043
|
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;
|
1006
1044
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -1014,6 +1052,8 @@ export declare const useThemeContextStore: () => {
|
|
1014
1052
|
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;
|
1015
1053
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
1016
1054
|
};
|
1055
|
+
} & {
|
1056
|
+
dispose?: () => void;
|
1017
1057
|
};
|
1018
1058
|
readonly previewTheme: {
|
1019
1059
|
state: {
|
@@ -1100,6 +1140,8 @@ export declare const useThemeContextStore: () => {
|
|
1100
1140
|
};
|
1101
1141
|
};
|
1102
1142
|
deactivated(): void;
|
1143
|
+
} & {
|
1144
|
+
dispose?: () => void;
|
1103
1145
|
};
|
1104
1146
|
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;
|
1105
1147
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -1113,6 +1155,8 @@ export declare const useThemeContextStore: () => {
|
|
1113
1155
|
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;
|
1114
1156
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
1115
1157
|
};
|
1158
|
+
} & {
|
1159
|
+
dispose?: () => void;
|
1116
1160
|
};
|
1117
1161
|
readonly designerTheme: {
|
1118
1162
|
state: {
|
@@ -1199,6 +1243,8 @@ export declare const useThemeContextStore: () => {
|
|
1199
1243
|
};
|
1200
1244
|
};
|
1201
1245
|
deactivated(): void;
|
1246
|
+
} & {
|
1247
|
+
dispose?: () => void;
|
1202
1248
|
};
|
1203
1249
|
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;
|
1204
1250
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -1212,7 +1258,11 @@ export declare const useThemeContextStore: () => {
|
|
1212
1258
|
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;
|
1213
1259
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
1214
1260
|
};
|
1261
|
+
} & {
|
1262
|
+
dispose?: () => void;
|
1215
1263
|
};
|
1216
1264
|
byType(type: ThemeContextType): ReturnType<typeof useThemeStoreV2>;
|
1217
1265
|
};
|
1266
|
+
} & {
|
1267
|
+
dispose?: () => void;
|
1218
1268
|
};
|
@@ -84,6 +84,8 @@ export declare const useThemeStoreV2: () => {
|
|
84
84
|
};
|
85
85
|
};
|
86
86
|
deactivated(): void;
|
87
|
+
} & {
|
88
|
+
dispose?: () => void;
|
87
89
|
};
|
88
90
|
colorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType | ColorSchema): ColorSchema;
|
89
91
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -97,4 +99,6 @@ export declare const useThemeStoreV2: () => {
|
|
97
99
|
complementaryColorDefinition(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): import("@omnia/fx-models").ColorDefinition;
|
98
100
|
currentTheme(): ThemeDefinitionV2;
|
99
101
|
};
|
102
|
+
} & {
|
103
|
+
dispose?: () => void;
|
100
104
|
};
|
@@ -5,4 +5,6 @@ export declare const useThemingService: () => {
|
|
5
5
|
getAll: () => Promise<Record<string, ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>>>;
|
6
6
|
saveTheme: (key: string, theme: ThemeDefinitionV2) => void;
|
7
7
|
loadTheme: (key: string) => ThemeDefinitionV2;
|
8
|
+
} & {
|
9
|
+
dispose?: () => void;
|
8
10
|
};
|
@@ -102,6 +102,8 @@ export declare const useTypographyBlueprintStore: () => {
|
|
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 useTypographyBlueprintStore: () => {
|
|
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 useTypographyBlueprintStore: () => {
|
|
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 useTypographyBlueprintStore: () => {
|
|
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 useTypographyBlueprintStore: () => {
|
|
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 useTypographyBlueprintStore: () => {
|
|
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 useTypographyBlueprintStore: () => {
|
|
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,9 +6363,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
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: TypographyBlueprint;
|
6354
6369
|
typography(typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes): TypographyDefinition;
|
6355
6370
|
};
|
6356
6371
|
deactivated(): void;
|
6372
|
+
} & {
|
6373
|
+
dispose?: () => void;
|
6357
6374
|
};
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { Feature } from "@omnia/fx-models";
|
2
2
|
export declare const myService: () => {
|
3
3
|
getFeatureDefinitions: () => Promise<Feature>;
|
4
|
+
} & {
|
5
|
+
dispose?: () => void;
|
6
|
+
};
|
7
|
+
export declare const myService2: () => {
|
8
|
+
dispose?: () => void;
|
4
9
|
};
|
5
|
-
export declare const myService2: () => {};
|
@@ -5,6 +5,8 @@ export declare const useMyStore: () => {
|
|
5
5
|
events: {
|
6
6
|
onMutatedTitle: import("../../../../..").MessageBusExposeOnlySubscription<string>;
|
7
7
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
8
|
+
} & {
|
9
|
+
dispose?: () => void;
|
8
10
|
};
|
9
11
|
export declare const useMyActionStore: () => {
|
10
12
|
state: {
|
@@ -44,4 +46,6 @@ export declare const useMyActionStore: () => {
|
|
44
46
|
setMyTitle(value: string): void;
|
45
47
|
setMyDescriptionAsync(value: string): Promise<string>;
|
46
48
|
};
|
49
|
+
} & {
|
50
|
+
dispose?: () => void;
|
47
51
|
};
|
@@ -201,6 +201,8 @@ export declare const useActivityFeedStore: () => {
|
|
201
201
|
categories(): ActivityCategoryCount[];
|
202
202
|
totalNewActivities(channelId: ChannelId): number;
|
203
203
|
};
|
204
|
+
} & {
|
205
|
+
dispose?: () => void;
|
204
206
|
};
|
205
207
|
declare class ActivityRealtimeChannel extends RealtimeChannel {
|
206
208
|
private _id;
|
@@ -4,19 +4,16 @@ import { VNodeChild } from "vue";
|
|
4
4
|
import { ConstructComponentProps } from "../InternalDefineComponent";
|
5
5
|
import { type OListProps } from "../oxide/list/List";
|
6
6
|
import { DataTableProps } from "../oxide/datatable/DataTable";
|
7
|
-
import { DraggableProps } from "../oxide/draggable/Draggable";
|
8
7
|
import { type JourneyMenuProps } from "./JourneyMenu";
|
9
8
|
type BladeElement = (props: ConstructComponentProps<Omit<JourneyBladeProps, "id" | "getApi">>) => any;
|
10
9
|
type BladeMenuElement = (props: ConstructComponentProps<Omit<JourneyMenuProps, "id" | "getApi">>) => any;
|
11
10
|
type DatatTableComponentTypings = <T1>(props: ConstructComponentProps<Omit<DataTableProps<T1>, "draggable">>) => any;
|
12
|
-
type DraggableComponentTypings = (props: ConstructComponentProps<Omit<DraggableProps, "hideDraggableIcon">>) => any;
|
13
11
|
type ListComponentTypings = <T1>(props: ConstructComponentProps<OListProps<T1>>) => any;
|
14
12
|
export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild): {
|
15
13
|
readonly Blade: BladeElement;
|
16
14
|
readonly Menu: BladeMenuElement;
|
17
15
|
readonly ManageList: ListComponentTypings;
|
18
16
|
readonly ManageDataTable: DatatTableComponentTypings;
|
19
|
-
Draggable: DraggableComponentTypings;
|
20
17
|
id: guid;
|
21
18
|
readonly route: TRoute;
|
22
19
|
moveNext(): void;
|
@@ -68,4 +68,6 @@ export declare const useJourneyRouterStore: () => {
|
|
68
68
|
events: {
|
69
69
|
onMutatedBlades: import("@omnia/fx").MessageBusExposeOnlySubscription<InternalJourneyBladeRouter[]>;
|
70
70
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
71
|
+
} & {
|
72
|
+
dispose?: () => void;
|
71
73
|
};
|
@@ -89,6 +89,8 @@ export declare const useJourneyStore: () => {
|
|
89
89
|
shareds<T>(): {
|
90
90
|
state: T;
|
91
91
|
events: { [K in keyof T as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<T[K]>; } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
92
|
+
} & {
|
93
|
+
dispose?: () => void;
|
92
94
|
};
|
93
95
|
blade(id: guid): BladeInstance;
|
94
96
|
showBackButton(bladeId: guid): boolean;
|
@@ -103,7 +105,6 @@ export declare const useJourneyStore: () => {
|
|
103
105
|
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
104
106
|
readonly ManageList: <T1>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T1>>) => any;
|
105
107
|
readonly ManageDataTable: <T1_1>(props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/datatable/DataTable").DataTableProps<T1_1>, "draggable">>) => any;
|
106
|
-
Draggable: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/draggable/Draggable").DraggableProps, "hideDraggableIcon">>) => any;
|
107
108
|
id: guid;
|
108
109
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
109
110
|
moveNext(): void;
|
@@ -147,7 +148,6 @@ export declare const useJourneyStore: () => {
|
|
147
148
|
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
148
149
|
readonly ManageList: <T1>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T1>>) => any;
|
149
150
|
readonly ManageDataTable: <T1_1>(props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/datatable/DataTable").DataTableProps<T1_1>, "draggable">>) => any;
|
150
|
-
Draggable: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/draggable/Draggable").DraggableProps, "hideDraggableIcon">>) => any;
|
151
151
|
id: guid;
|
152
152
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
153
153
|
moveNext(): void;
|
@@ -191,7 +191,6 @@ export declare const useJourneyStore: () => {
|
|
191
191
|
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
192
192
|
readonly ManageList: <T1>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T1>>) => any;
|
193
193
|
readonly ManageDataTable: <T1_1>(props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/datatable/DataTable").DataTableProps<T1_1>, "draggable">>) => any;
|
194
|
-
Draggable: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/draggable/Draggable").DraggableProps, "hideDraggableIcon">>) => any;
|
195
194
|
id: guid;
|
196
195
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
197
196
|
moveNext(): void;
|
@@ -239,9 +238,13 @@ export declare const useJourneyStore: () => {
|
|
239
238
|
travelTo(fromBladeId: guid, toBladeId: guid): void;
|
240
239
|
setActiveIndex(index: number): void;
|
241
240
|
};
|
241
|
+
} & {
|
242
|
+
dispose?: () => void;
|
242
243
|
};
|
243
244
|
declare function createJourneyStateManager<T extends Object>(): {
|
244
245
|
state: T;
|
245
246
|
events: { [K in keyof T as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<T[K]>; } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
247
|
+
} & {
|
248
|
+
dispose?: () => void;
|
246
249
|
};
|
247
250
|
export {};
|
@@ -184,6 +184,8 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
184
184
|
};
|
185
185
|
readonly scrollPosition: number;
|
186
186
|
};
|
187
|
+
} & {
|
188
|
+
dispose?: () => void;
|
187
189
|
}>;
|
188
190
|
sizeContainer: StoreState<{
|
189
191
|
state: {
|
@@ -224,6 +226,8 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
224
226
|
setZoomLevel: (zoomLevel: number) => void;
|
225
227
|
};
|
226
228
|
get: {};
|
229
|
+
} & {
|
230
|
+
dispose?: () => void;
|
227
231
|
}>;
|
228
232
|
layout: StoreState<LoadedLayout>;
|
229
233
|
previewUrl: StoreState<string>;
|
@@ -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 {};
|
@@ -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[];
|
@@ -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[]>;
|
@@ -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: {
|
@@ -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: {
|
@@ -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
|
};
|