@omnia/fx 8.0.298-dev → 8.0.300-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/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/AddBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +8 -42
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +68 -377
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +17 -69
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +19 -406
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +156 -700
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +13 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +20 -407
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
- package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -9
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
|
+
import { type StoreEvents, type StoreReturnDefineAction } from "@omnia/fx/stores";
|
3
3
|
import { BladeInstance, defineBlade } from "@omnia/fx/ux";
|
4
4
|
import { BladeSizeTypes } from "../models/Constants";
|
5
5
|
import { JourneyVariant } from "../Journey.css";
|
@@ -8,30 +8,9 @@ interface BladeRenderRegistration {
|
|
8
8
|
bladeDefinition: ReturnType<typeof defineBlade>;
|
9
9
|
id: guid;
|
10
10
|
}
|
11
|
-
type
|
12
|
-
|
13
|
-
|
14
|
-
type ReturnDefineAction<TAction extends {
|
15
|
-
[key: string]: any;
|
16
|
-
}> = {
|
17
|
-
onDispatching: {
|
18
|
-
[k in keyof TAction]: {
|
19
|
-
subscribe(fn: MapActionOnDispatching<TAction[k]>): IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
onDispatched: {
|
23
|
-
[k in keyof TAction]: {
|
24
|
-
subscribe(fn: MapActionOnDispatched<TAction[k]>): IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
onFailure: {
|
28
|
-
[k in keyof TAction]: {
|
29
|
-
subscribe(fn: MapActionOnFailure<TAction[k]>): IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
};
|
32
|
-
} & TAction;
|
33
|
-
type Events<TState extends object> = {
|
34
|
-
[K in keyof TState as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
|
11
|
+
type StateManagerStoreType<T extends object> = {
|
12
|
+
state: T;
|
13
|
+
events: StoreEvents<T, {}>;
|
35
14
|
};
|
36
15
|
export type InternalJourneyStoreType = {
|
37
16
|
state: {
|
@@ -42,7 +21,7 @@ export type InternalJourneyStoreType = {
|
|
42
21
|
activeIndex: number;
|
43
22
|
nested: boolean;
|
44
23
|
};
|
45
|
-
events:
|
24
|
+
events: StoreEvents<{
|
46
25
|
blades: Array<BladeInstance>;
|
47
26
|
bladeRenderers: Array<BladeRenderRegistration>;
|
48
27
|
variant: JourneyVariant;
|
@@ -50,7 +29,7 @@ export type InternalJourneyStoreType = {
|
|
50
29
|
activeIndex: number;
|
51
30
|
nested: boolean;
|
52
31
|
}>;
|
53
|
-
actions:
|
32
|
+
actions: StoreReturnDefineAction<{
|
54
33
|
moveNext(fromBladeId: guid): void;
|
55
34
|
movePrev(fromBladeId: guid): void;
|
56
35
|
travelTo(fromBladeId: guid, toBladeId: guid): void;
|
@@ -61,7 +40,7 @@ export type InternalJourneyStoreType = {
|
|
61
40
|
setActiveIndex(index: number): void;
|
62
41
|
}>;
|
63
42
|
get: {
|
64
|
-
shareds<T>():
|
43
|
+
shareds<T extends object>(): StateManagerStoreType<T>;
|
65
44
|
blade(id: guid): BladeInstance;
|
66
45
|
showBackButton(bladeId: guid): boolean;
|
67
46
|
bladeWidth(size: BladeSizeTypes, bladeId: guid, scrollContainerLeftPosition?: number): number;
|
@@ -77,152 +56,22 @@ export declare const useJourneyStore: () => {
|
|
77
56
|
activeIndex: number;
|
78
57
|
nested: boolean;
|
79
58
|
};
|
80
|
-
events: {
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
}
|
59
|
+
events: StoreEvents<{
|
60
|
+
blades: Array<BladeInstance>;
|
61
|
+
bladeRenderers: Array<BladeRenderRegistration>;
|
62
|
+
variant: JourneyVariant;
|
63
|
+
compactMode: boolean;
|
64
|
+
activeIndex: number;
|
65
|
+
nested: boolean;
|
66
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
88
67
|
get: {
|
89
|
-
shareds<T>():
|
68
|
+
shareds<T extends object>(): StateManagerStoreType<T>;
|
90
69
|
blade(id: guid): BladeInstance;
|
91
70
|
showBackButton(bladeId: guid): boolean;
|
92
71
|
bladeWidth(size: BladeSizeTypes, bladeId: guid, scrollContainerLeftPosition?: number): number;
|
93
72
|
readonly isNested: boolean;
|
94
73
|
};
|
95
|
-
actions: {
|
96
|
-
onDispatching: {
|
97
|
-
registerBladeForRendering: {
|
98
|
-
subscribe(fn: (blade: {
|
99
|
-
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
100
|
-
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
101
|
-
readonly ManageList: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T>>) => any;
|
102
|
-
readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>>) => any;
|
103
|
-
id: guid;
|
104
|
-
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
105
|
-
moveNext(): void;
|
106
|
-
movePrev(): void;
|
107
|
-
travelTo(toBladeId: guid): void;
|
108
|
-
defineValueToSave<T>(value?: T): {
|
109
|
-
value: T;
|
110
|
-
setValue: (value: T) => void;
|
111
|
-
};
|
112
|
-
}) => void): IMessageBusSubscriptionHandler;
|
113
|
-
};
|
114
|
-
addBlade: {
|
115
|
-
subscribe(fn: (newBlade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
116
|
-
};
|
117
|
-
removeBlade: {
|
118
|
-
subscribe(fn: (blade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
119
|
-
};
|
120
|
-
getBladeSize: {
|
121
|
-
subscribe(fn: (blade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
122
|
-
};
|
123
|
-
setBladeStates: {
|
124
|
-
subscribe(fn: (activeIndex: number) => void): IMessageBusSubscriptionHandler;
|
125
|
-
};
|
126
|
-
moveNext: {
|
127
|
-
subscribe(fn: (fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
128
|
-
};
|
129
|
-
movePrev: {
|
130
|
-
subscribe(fn: (fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
131
|
-
};
|
132
|
-
travelTo: {
|
133
|
-
subscribe(fn: (fromBladeId: guid, toBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
134
|
-
};
|
135
|
-
setActiveIndex: {
|
136
|
-
subscribe(fn: (index: number) => void): IMessageBusSubscriptionHandler;
|
137
|
-
};
|
138
|
-
};
|
139
|
-
onDispatched: {
|
140
|
-
registerBladeForRendering: {
|
141
|
-
subscribe(fn: (result: void, blade: {
|
142
|
-
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
143
|
-
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
144
|
-
readonly ManageList: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T>>) => any;
|
145
|
-
readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>>) => any;
|
146
|
-
id: guid;
|
147
|
-
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
148
|
-
moveNext(): void;
|
149
|
-
movePrev(): void;
|
150
|
-
travelTo(toBladeId: guid): void;
|
151
|
-
defineValueToSave<T>(value?: T): {
|
152
|
-
value: T;
|
153
|
-
setValue: (value: T) => void;
|
154
|
-
};
|
155
|
-
}) => void): IMessageBusSubscriptionHandler;
|
156
|
-
};
|
157
|
-
addBlade: {
|
158
|
-
subscribe(fn: (result: void, newBlade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
159
|
-
};
|
160
|
-
removeBlade: {
|
161
|
-
subscribe(fn: (result: void, blade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
162
|
-
};
|
163
|
-
getBladeSize: {
|
164
|
-
subscribe(fn: (result: number, blade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
165
|
-
};
|
166
|
-
setBladeStates: {
|
167
|
-
subscribe(fn: (result: void, activeIndex: number) => void): IMessageBusSubscriptionHandler;
|
168
|
-
};
|
169
|
-
moveNext: {
|
170
|
-
subscribe(fn: (result: void, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
171
|
-
};
|
172
|
-
movePrev: {
|
173
|
-
subscribe(fn: (result: void, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
174
|
-
};
|
175
|
-
travelTo: {
|
176
|
-
subscribe(fn: (result: void, fromBladeId: guid, toBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
177
|
-
};
|
178
|
-
setActiveIndex: {
|
179
|
-
subscribe(fn: (result: void, index: number) => void): IMessageBusSubscriptionHandler;
|
180
|
-
};
|
181
|
-
};
|
182
|
-
onFailure: {
|
183
|
-
registerBladeForRendering: {
|
184
|
-
subscribe(fn: (failureReason: any, blade: {
|
185
|
-
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
186
|
-
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
187
|
-
readonly ManageList: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T>>) => any;
|
188
|
-
readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>>) => any;
|
189
|
-
id: guid;
|
190
|
-
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
191
|
-
moveNext(): void;
|
192
|
-
movePrev(): void;
|
193
|
-
travelTo(toBladeId: guid): void;
|
194
|
-
defineValueToSave<T>(value?: T): {
|
195
|
-
value: T;
|
196
|
-
setValue: (value: T) => void;
|
197
|
-
};
|
198
|
-
}) => void): IMessageBusSubscriptionHandler;
|
199
|
-
};
|
200
|
-
addBlade: {
|
201
|
-
subscribe(fn: (failureReason: any, newBlade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
202
|
-
};
|
203
|
-
removeBlade: {
|
204
|
-
subscribe(fn: (failureReason: any, blade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
205
|
-
};
|
206
|
-
getBladeSize: {
|
207
|
-
subscribe(fn: (failureReason: any, blade: BladeInstance) => void): IMessageBusSubscriptionHandler;
|
208
|
-
};
|
209
|
-
setBladeStates: {
|
210
|
-
subscribe(fn: (failureReason: any, activeIndex: number) => void): IMessageBusSubscriptionHandler;
|
211
|
-
};
|
212
|
-
moveNext: {
|
213
|
-
subscribe(fn: (failureReason: any, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
214
|
-
};
|
215
|
-
movePrev: {
|
216
|
-
subscribe(fn: (failureReason: any, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
217
|
-
};
|
218
|
-
travelTo: {
|
219
|
-
subscribe(fn: (failureReason: any, fromBladeId: guid, toBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
220
|
-
};
|
221
|
-
setActiveIndex: {
|
222
|
-
subscribe(fn: (failureReason: any, index: number) => void): IMessageBusSubscriptionHandler;
|
223
|
-
};
|
224
|
-
};
|
225
|
-
} & {
|
74
|
+
actions: StoreReturnDefineAction<{
|
226
75
|
registerBladeForRendering(blade: ReturnType<typeof defineBlade>): void;
|
227
76
|
addBlade(newBlade: BladeInstance): void;
|
228
77
|
removeBlade(blade: BladeInstance): void;
|
@@ -232,13 +81,7 @@ export declare const useJourneyStore: () => {
|
|
232
81
|
movePrev(fromBladeId: guid): void;
|
233
82
|
travelTo(fromBladeId: guid, toBladeId: guid): void;
|
234
83
|
setActiveIndex(index: number): void;
|
235
|
-
}
|
236
|
-
} & {
|
237
|
-
dispose?: () => void;
|
238
|
-
};
|
239
|
-
declare function createJourneyStateManager<T extends Object>(): {
|
240
|
-
state: T;
|
241
|
-
events: { [K in keyof T as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<T[K]>; } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
84
|
+
}>;
|
242
85
|
} & {
|
243
86
|
dispose?: () => void;
|
244
87
|
};
|
@@ -8,84 +8,14 @@ export declare const useSettingsJourneyStore: () => {
|
|
8
8
|
bladeRegistrations: SettingsBladeRegistration[];
|
9
9
|
variant: SettingsJourneyVariant;
|
10
10
|
};
|
11
|
-
events: {
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
}
|
18
|
-
actions: {
|
19
|
-
onDispatching: {
|
20
|
-
defineJourney: {
|
21
|
-
subscribe(fn: (title: string, icon: IIcon) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
registerBlade: {
|
24
|
-
subscribe(fn: (registration: SettingsBladeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
registerBlades: {
|
27
|
-
subscribe(fn: (registration: SettingsBladeRegistration[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
unRegisterBlade: {
|
30
|
-
subscribe(fn: (id: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
unRegisterBlades: {
|
33
|
-
subscribe(fn: (ids: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
travelTo: {
|
36
|
-
subscribe(fn: (bladeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
travelBack: {
|
39
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
onDispatched: {
|
43
|
-
defineJourney: {
|
44
|
-
subscribe(fn: (result: void, title: string, icon: IIcon) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
registerBlade: {
|
47
|
-
subscribe(fn: (result: void, registration: SettingsBladeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
-
};
|
49
|
-
registerBlades: {
|
50
|
-
subscribe(fn: (result: void, registration: SettingsBladeRegistration[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
unRegisterBlade: {
|
53
|
-
subscribe(fn: (result: void, id: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
-
};
|
55
|
-
unRegisterBlades: {
|
56
|
-
subscribe(fn: (result: void, ids: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
-
};
|
58
|
-
travelTo: {
|
59
|
-
subscribe(fn: (result: void, bladeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
-
};
|
61
|
-
travelBack: {
|
62
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
-
};
|
64
|
-
};
|
65
|
-
onFailure: {
|
66
|
-
defineJourney: {
|
67
|
-
subscribe(fn: (failureReason: any, title: string, icon: IIcon) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
-
};
|
69
|
-
registerBlade: {
|
70
|
-
subscribe(fn: (failureReason: any, registration: SettingsBladeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
-
};
|
72
|
-
registerBlades: {
|
73
|
-
subscribe(fn: (failureReason: any, registration: SettingsBladeRegistration[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
-
};
|
75
|
-
unRegisterBlade: {
|
76
|
-
subscribe(fn: (failureReason: any, id: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
-
};
|
78
|
-
unRegisterBlades: {
|
79
|
-
subscribe(fn: (failureReason: any, ids: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
travelTo: {
|
82
|
-
subscribe(fn: (failureReason: any, bladeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
travelBack: {
|
85
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
-
};
|
87
|
-
};
|
88
|
-
} & {
|
11
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
12
|
+
title: string;
|
13
|
+
icon: IIcon;
|
14
|
+
activeBlade: SettingsBladeRegistration;
|
15
|
+
bladeRegistrations: SettingsBladeRegistration[];
|
16
|
+
variant: SettingsJourneyVariant;
|
17
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
18
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
89
19
|
defineJourney: (title: string, icon: IIcon) => void;
|
90
20
|
registerBlade: (registration: SettingsBladeRegistration) => void;
|
91
21
|
registerBlades: (registration: SettingsBladeRegistration[]) => void;
|
@@ -93,7 +23,7 @@ export declare const useSettingsJourneyStore: () => {
|
|
93
23
|
unRegisterBlades: (ids: string[]) => void;
|
94
24
|
travelTo: (bladeId: guid) => void;
|
95
25
|
travelBack: () => void;
|
96
|
-
}
|
26
|
+
}>;
|
97
27
|
get: {
|
98
28
|
readonly themeStore: any;
|
99
29
|
};
|
@@ -32,145 +32,21 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
32
32
|
readonly top: number;
|
33
33
|
};
|
34
34
|
};
|
35
|
-
events: {
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
35
|
+
events: import("../../../stores").StoreEvents<{
|
36
|
+
elementRef: HTMLElement;
|
37
|
+
elementId: string;
|
38
|
+
disableScrolling: boolean;
|
39
|
+
height: string;
|
40
|
+
width: string;
|
41
|
+
scrollingDirection: import("@omnia/fx-models").OScrollTypesCombination;
|
42
|
+
coordinates: {
|
43
43
|
readonly bottom: number;
|
44
44
|
readonly left: number;
|
45
45
|
readonly right: number;
|
46
46
|
readonly top: number;
|
47
|
-
}>;
|
48
|
-
} & Record<string, IMessageBusTopicPublishSubscriber<any>>;
|
49
|
-
actions: {
|
50
|
-
onDispatching: {
|
51
|
-
scroll: {
|
52
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
calculateDynamicHeight: {
|
55
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
-
};
|
57
|
-
setHeight: {
|
58
|
-
subscribe(fn: (height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
-
};
|
60
|
-
setWidth: {
|
61
|
-
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
setScrolling: {
|
64
|
-
subscribe(fn: (scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
-
};
|
66
|
-
calculateScrollHeight: {
|
67
|
-
subscribe(fn: (referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
-
};
|
69
|
-
isElementNameStillInView: {
|
70
|
-
subscribe(fn: (elementName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
-
};
|
72
|
-
isElementIdStillInView: {
|
73
|
-
subscribe(fn: (elementId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
-
};
|
75
|
-
scrollToStart: {
|
76
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
-
};
|
78
|
-
scrollToElementId: {
|
79
|
-
subscribe(fn: (elementId: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
scrollToElementName: {
|
82
|
-
subscribe(fn: (elementName: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
scrollToElement: {
|
85
|
-
subscribe(fn: (element: HTMLElement, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
-
};
|
87
|
-
scrollToSelector: {
|
88
|
-
subscribe(fn: (selector: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
-
};
|
90
|
-
};
|
91
|
-
onDispatched: {
|
92
|
-
scroll: {
|
93
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
|
-
};
|
95
|
-
calculateDynamicHeight: {
|
96
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
|
-
};
|
98
|
-
setHeight: {
|
99
|
-
subscribe(fn: (result: void, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
-
};
|
101
|
-
setWidth: {
|
102
|
-
subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
103
|
-
};
|
104
|
-
setScrolling: {
|
105
|
-
subscribe(fn: (result: void, scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
106
|
-
};
|
107
|
-
calculateScrollHeight: {
|
108
|
-
subscribe(fn: (result: void, referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
|
-
};
|
110
|
-
isElementNameStillInView: {
|
111
|
-
subscribe(fn: (result: boolean, elementName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
112
|
-
};
|
113
|
-
isElementIdStillInView: {
|
114
|
-
subscribe(fn: (result: boolean, elementId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
-
};
|
116
|
-
scrollToStart: {
|
117
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
|
-
};
|
119
|
-
scrollToElementId: {
|
120
|
-
subscribe(fn: (result: void, elementId: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
121
|
-
};
|
122
|
-
scrollToElementName: {
|
123
|
-
subscribe(fn: (result: void, elementName: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
|
-
};
|
125
|
-
scrollToElement: {
|
126
|
-
subscribe(fn: (result: void, element: HTMLElement, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
|
-
};
|
128
|
-
scrollToSelector: {
|
129
|
-
subscribe(fn: (result: void, selector: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
|
-
};
|
131
47
|
};
|
132
|
-
|
133
|
-
|
134
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
|
-
};
|
136
|
-
calculateDynamicHeight: {
|
137
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
138
|
-
};
|
139
|
-
setHeight: {
|
140
|
-
subscribe(fn: (failureReason: any, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
141
|
-
};
|
142
|
-
setWidth: {
|
143
|
-
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
144
|
-
};
|
145
|
-
setScrolling: {
|
146
|
-
subscribe(fn: (failureReason: any, scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
147
|
-
};
|
148
|
-
calculateScrollHeight: {
|
149
|
-
subscribe(fn: (failureReason: any, referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
150
|
-
};
|
151
|
-
isElementNameStillInView: {
|
152
|
-
subscribe(fn: (failureReason: any, elementName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
153
|
-
};
|
154
|
-
isElementIdStillInView: {
|
155
|
-
subscribe(fn: (failureReason: any, elementId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
156
|
-
};
|
157
|
-
scrollToStart: {
|
158
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
159
|
-
};
|
160
|
-
scrollToElementId: {
|
161
|
-
subscribe(fn: (failureReason: any, elementId: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
162
|
-
};
|
163
|
-
scrollToElementName: {
|
164
|
-
subscribe(fn: (failureReason: any, elementName: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
165
|
-
};
|
166
|
-
scrollToElement: {
|
167
|
-
subscribe(fn: (failureReason: any, element: HTMLElement, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
168
|
-
};
|
169
|
-
scrollToSelector: {
|
170
|
-
subscribe(fn: (failureReason: any, selector: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
171
|
-
};
|
172
|
-
};
|
173
|
-
} & {
|
48
|
+
}, Record<string, IMessageBusTopicPublishSubscriber<any>>>;
|
49
|
+
actions: import("../../../stores").StoreReturnDefineAction<{
|
174
50
|
scroll: () => void;
|
175
51
|
calculateDynamicHeight: () => void;
|
176
52
|
setHeight: (height: string) => void;
|
@@ -184,7 +60,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
184
60
|
scrollToElementName: (elementName: string, anchor?: import("../../oxide").AnchorPosition) => void;
|
185
61
|
scrollToElement: (element: HTMLElement, anchor?: import("../../oxide").AnchorPosition) => void;
|
186
62
|
scrollToSelector: (selector: string, anchor?: import("../../oxide").AnchorPosition) => void;
|
187
|
-
}
|
63
|
+
}>;
|
188
64
|
get: {
|
189
65
|
readonly coordinates: {
|
190
66
|
readonly bottom: number;
|
@@ -202,39 +78,14 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
202
78
|
width: string;
|
203
79
|
zoomLevel: number;
|
204
80
|
};
|
205
|
-
events: {
|
206
|
-
|
207
|
-
|
208
|
-
}
|
209
|
-
actions: {
|
210
|
-
onDispatching: {
|
211
|
-
setWidth: {
|
212
|
-
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
213
|
-
};
|
214
|
-
setZoomLevel: {
|
215
|
-
subscribe(fn: (zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
216
|
-
};
|
217
|
-
};
|
218
|
-
onDispatched: {
|
219
|
-
setWidth: {
|
220
|
-
subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
221
|
-
};
|
222
|
-
setZoomLevel: {
|
223
|
-
subscribe(fn: (result: void, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
224
|
-
};
|
225
|
-
};
|
226
|
-
onFailure: {
|
227
|
-
setWidth: {
|
228
|
-
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
229
|
-
};
|
230
|
-
setZoomLevel: {
|
231
|
-
subscribe(fn: (failureReason: any, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
232
|
-
};
|
233
|
-
};
|
234
|
-
} & {
|
81
|
+
events: import("../../../stores").StoreEvents<{
|
82
|
+
width: string;
|
83
|
+
zoomLevel: number;
|
84
|
+
}, Record<string, IMessageBusTopicPublishSubscriber<any>>>;
|
85
|
+
actions: import("../../../stores").StoreReturnDefineAction<{
|
235
86
|
setWidth: (width: string) => void;
|
236
87
|
setZoomLevel: (zoomLevel: number) => void;
|
237
|
-
}
|
88
|
+
}>;
|
238
89
|
get: {};
|
239
90
|
} & {
|
240
91
|
dispose?: () => void;
|
@@ -4,39 +4,14 @@ export declare const useSettingsMenuStore: () => {
|
|
4
4
|
menuItems: Array<SettingsJourneyMenuItem>;
|
5
5
|
activeMenuItem: SettingsJourneyMenuItem;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
addMenuItem: {
|
14
|
-
subscribe(fn: (menuItem: SettingsJourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
toggleActiveMenuItem: {
|
17
|
-
subscribe(fn: (menuItem: SettingsJourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onDispatched: {
|
21
|
-
addMenuItem: {
|
22
|
-
subscribe(fn: (result: void, menuItem: SettingsJourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
toggleActiveMenuItem: {
|
25
|
-
subscribe(fn: (result: void, menuItem: SettingsJourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
};
|
28
|
-
onFailure: {
|
29
|
-
addMenuItem: {
|
30
|
-
subscribe(fn: (failureReason: any, menuItem: SettingsJourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
toggleActiveMenuItem: {
|
33
|
-
subscribe(fn: (failureReason: any, menuItem: SettingsJourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
};
|
36
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
menuItems: Array<SettingsJourneyMenuItem>;
|
9
|
+
activeMenuItem: SettingsJourneyMenuItem;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
37
12
|
addMenuItem(menuItem: SettingsJourneyMenuItem): void;
|
38
13
|
toggleActiveMenuItem(menuItem: SettingsJourneyMenuItem): void;
|
39
|
-
}
|
14
|
+
}>;
|
40
15
|
get: {
|
41
16
|
readonly activeMenuItem: SettingsJourneyMenuItem;
|
42
17
|
readonly menuItems: SettingsJourneyMenuItem[];
|
@@ -9,35 +9,10 @@ export declare const useLinkPickerStore: () => {
|
|
9
9
|
pickers: (value: LinkPickerRegistration[] | ((prev: LinkPickerRegistration[]) => LinkPickerRegistration[])) => void;
|
10
10
|
link: (value: LinkItem | ((prev: LinkItem) => LinkItem)) => void;
|
11
11
|
};
|
12
|
-
actions: {
|
13
|
-
onDispatching: {
|
14
|
-
setLink: {
|
15
|
-
subscribe(fn: (link: LinkItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
-
};
|
17
|
-
ensureLinkPickerProviders: {
|
18
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
-
};
|
20
|
-
};
|
21
|
-
onDispatched: {
|
22
|
-
setLink: {
|
23
|
-
subscribe(fn: (result: void, link: LinkItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
ensureLinkPickerProviders: {
|
26
|
-
subscribe(fn: (result: LinkPickerRegistration[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
};
|
29
|
-
onFailure: {
|
30
|
-
setLink: {
|
31
|
-
subscribe(fn: (failureReason: any, link: LinkItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
ensureLinkPickerProviders: {
|
34
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
};
|
37
|
-
} & {
|
12
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
38
13
|
setLink(link: LinkItem): void;
|
39
14
|
ensureLinkPickerProviders(): Promise<LinkPickerRegistration[]>;
|
40
|
-
}
|
15
|
+
}>;
|
41
16
|
} & {
|
42
17
|
dispose?: () => void;
|
43
18
|
};
|