@omnia/fx 8.0.299-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/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/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
@@ -7,386 +7,27 @@ export declare const useTypographyBlueprintStore: () => {
|
|
7
7
|
id: guid;
|
8
8
|
availableFonts: TypographyFontDefinition[];
|
9
9
|
};
|
10
|
-
events: {
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
}
|
16
|
-
actions: {
|
17
|
-
onDispatching: {
|
18
|
-
setBlueprint: {
|
19
|
-
subscribe(fn: (type: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
setThemeStore: {
|
22
|
-
subscribe(fn: (themeStoreInstance: {
|
23
|
-
state: {
|
24
|
-
currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
|
25
|
-
};
|
26
|
-
events: {
|
27
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ResolvedThemeDefinition>;
|
28
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
29
|
-
actions: {
|
30
|
-
onDispatching: {
|
31
|
-
setTheme: {
|
32
|
-
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
};
|
35
|
-
onDispatched: {
|
36
|
-
setTheme: {
|
37
|
-
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
};
|
40
|
-
onFailure: {
|
41
|
-
setTheme: {
|
42
|
-
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
};
|
45
|
-
} & {
|
46
|
-
setTheme(themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition): void;
|
47
|
-
};
|
48
|
-
get: {
|
49
|
-
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
50
|
-
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
51
|
-
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
52
|
-
};
|
53
|
-
componentBlueprintStore(): {
|
54
|
-
state: {
|
55
|
-
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
56
|
-
};
|
57
|
-
events: {
|
58
|
-
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
59
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
60
|
-
actions: {
|
61
|
-
onDispatching: {
|
62
|
-
setBlueprint: {
|
63
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
setBluePrints: {
|
66
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
-
};
|
68
|
-
};
|
69
|
-
onDispatched: {
|
70
|
-
setBlueprint: {
|
71
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
-
};
|
73
|
-
setBluePrints: {
|
74
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
-
};
|
76
|
-
};
|
77
|
-
onFailure: {
|
78
|
-
setBlueprint: {
|
79
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
setBluePrints: {
|
82
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
};
|
85
|
-
} & {
|
86
|
-
setBlueprint(type: "default"): void;
|
87
|
-
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
88
|
-
};
|
89
|
-
get: {
|
90
|
-
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
91
|
-
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
92
|
-
button: {
|
93
|
-
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
94
|
-
};
|
95
|
-
tabs: {
|
96
|
-
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
97
|
-
};
|
98
|
-
icon: {
|
99
|
-
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
100
|
-
};
|
101
|
-
block: {
|
102
|
-
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
103
|
-
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
104
|
-
};
|
105
|
-
container: {
|
106
|
-
hasVariant(type: import("@omnia/fx-models").ContainerVariant | string): boolean;
|
107
|
-
getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
|
108
|
-
};
|
109
|
-
};
|
110
|
-
deactivated(): void;
|
111
|
-
} & {
|
112
|
-
dispose?: () => void;
|
113
|
-
};
|
114
|
-
colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
|
115
|
-
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
116
|
-
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
117
|
-
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
118
|
-
component(): import("@omnia/fx-models").ComponentBlueprints;
|
119
|
-
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
120
|
-
colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
121
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
122
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
123
|
-
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
124
|
-
currentTheme(): import("@omnia/fx-models").ResolvedThemeDefinition;
|
125
|
-
};
|
126
|
-
} & {
|
127
|
-
dispose?: () => void;
|
128
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
129
|
-
};
|
130
|
-
};
|
131
|
-
onDispatched: {
|
132
|
-
setBlueprint: {
|
133
|
-
subscribe(fn: (result: void, type: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
-
};
|
135
|
-
setThemeStore: {
|
136
|
-
subscribe(fn: (result: void, themeStoreInstance: {
|
137
|
-
state: {
|
138
|
-
currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
|
139
|
-
};
|
140
|
-
events: {
|
141
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ResolvedThemeDefinition>;
|
142
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
143
|
-
actions: {
|
144
|
-
onDispatching: {
|
145
|
-
setTheme: {
|
146
|
-
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
147
|
-
};
|
148
|
-
};
|
149
|
-
onDispatched: {
|
150
|
-
setTheme: {
|
151
|
-
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
152
|
-
};
|
153
|
-
};
|
154
|
-
onFailure: {
|
155
|
-
setTheme: {
|
156
|
-
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
157
|
-
};
|
158
|
-
};
|
159
|
-
} & {
|
160
|
-
setTheme(themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition): void;
|
161
|
-
};
|
162
|
-
get: {
|
163
|
-
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
164
|
-
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
165
|
-
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
166
|
-
};
|
167
|
-
componentBlueprintStore(): {
|
168
|
-
state: {
|
169
|
-
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
170
|
-
};
|
171
|
-
events: {
|
172
|
-
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
173
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
174
|
-
actions: {
|
175
|
-
onDispatching: {
|
176
|
-
setBlueprint: {
|
177
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
-
};
|
179
|
-
setBluePrints: {
|
180
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
181
|
-
};
|
182
|
-
};
|
183
|
-
onDispatched: {
|
184
|
-
setBlueprint: {
|
185
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
186
|
-
};
|
187
|
-
setBluePrints: {
|
188
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
189
|
-
};
|
190
|
-
};
|
191
|
-
onFailure: {
|
192
|
-
setBlueprint: {
|
193
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
194
|
-
};
|
195
|
-
setBluePrints: {
|
196
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
197
|
-
};
|
198
|
-
};
|
199
|
-
} & {
|
200
|
-
setBlueprint(type: "default"): void;
|
201
|
-
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
202
|
-
};
|
203
|
-
get: {
|
204
|
-
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
205
|
-
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
206
|
-
button: {
|
207
|
-
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
208
|
-
};
|
209
|
-
tabs: {
|
210
|
-
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
211
|
-
};
|
212
|
-
icon: {
|
213
|
-
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
214
|
-
};
|
215
|
-
block: {
|
216
|
-
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
217
|
-
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
218
|
-
};
|
219
|
-
container: {
|
220
|
-
hasVariant(type: import("@omnia/fx-models").ContainerVariant | string): boolean;
|
221
|
-
getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
|
222
|
-
};
|
223
|
-
};
|
224
|
-
deactivated(): void;
|
225
|
-
} & {
|
226
|
-
dispose?: () => void;
|
227
|
-
};
|
228
|
-
colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
|
229
|
-
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
230
|
-
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
231
|
-
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
232
|
-
component(): import("@omnia/fx-models").ComponentBlueprints;
|
233
|
-
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
234
|
-
colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
235
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
236
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
237
|
-
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
238
|
-
currentTheme(): import("@omnia/fx-models").ResolvedThemeDefinition;
|
239
|
-
};
|
240
|
-
} & {
|
241
|
-
dispose?: () => void;
|
242
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
243
|
-
};
|
244
|
-
};
|
245
|
-
onFailure: {
|
246
|
-
setBlueprint: {
|
247
|
-
subscribe(fn: (failureReason: any, type: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
248
|
-
};
|
249
|
-
setThemeStore: {
|
250
|
-
subscribe(fn: (failureReason: any, themeStoreInstance: {
|
251
|
-
state: {
|
252
|
-
currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
|
253
|
-
};
|
254
|
-
events: {
|
255
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ResolvedThemeDefinition>;
|
256
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
257
|
-
actions: {
|
258
|
-
onDispatching: {
|
259
|
-
setTheme: {
|
260
|
-
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
261
|
-
};
|
262
|
-
};
|
263
|
-
onDispatched: {
|
264
|
-
setTheme: {
|
265
|
-
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
266
|
-
};
|
267
|
-
};
|
268
|
-
onFailure: {
|
269
|
-
setTheme: {
|
270
|
-
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
271
|
-
};
|
272
|
-
};
|
273
|
-
} & {
|
274
|
-
setTheme(themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition): void;
|
275
|
-
};
|
276
|
-
get: {
|
277
|
-
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
278
|
-
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
279
|
-
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
280
|
-
};
|
281
|
-
componentBlueprintStore(): {
|
282
|
-
state: {
|
283
|
-
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
284
|
-
};
|
285
|
-
events: {
|
286
|
-
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
287
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
288
|
-
actions: {
|
289
|
-
onDispatching: {
|
290
|
-
setBlueprint: {
|
291
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
292
|
-
};
|
293
|
-
setBluePrints: {
|
294
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
295
|
-
};
|
296
|
-
};
|
297
|
-
onDispatched: {
|
298
|
-
setBlueprint: {
|
299
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
300
|
-
};
|
301
|
-
setBluePrints: {
|
302
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
303
|
-
};
|
304
|
-
};
|
305
|
-
onFailure: {
|
306
|
-
setBlueprint: {
|
307
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
308
|
-
};
|
309
|
-
setBluePrints: {
|
310
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
311
|
-
};
|
312
|
-
};
|
313
|
-
} & {
|
314
|
-
setBlueprint(type: "default"): void;
|
315
|
-
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
316
|
-
};
|
317
|
-
get: {
|
318
|
-
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
319
|
-
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
320
|
-
button: {
|
321
|
-
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
322
|
-
};
|
323
|
-
tabs: {
|
324
|
-
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
325
|
-
};
|
326
|
-
icon: {
|
327
|
-
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
328
|
-
};
|
329
|
-
block: {
|
330
|
-
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
331
|
-
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
332
|
-
};
|
333
|
-
container: {
|
334
|
-
hasVariant(type: import("@omnia/fx-models").ContainerVariant | string): boolean;
|
335
|
-
getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
|
336
|
-
};
|
337
|
-
};
|
338
|
-
deactivated(): void;
|
339
|
-
} & {
|
340
|
-
dispose?: () => void;
|
341
|
-
};
|
342
|
-
colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
|
343
|
-
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
344
|
-
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
345
|
-
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
346
|
-
component(): import("@omnia/fx-models").ComponentBlueprints;
|
347
|
-
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
348
|
-
colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
349
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
350
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
351
|
-
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
352
|
-
currentTheme(): import("@omnia/fx-models").ResolvedThemeDefinition;
|
353
|
-
};
|
354
|
-
} & {
|
355
|
-
dispose?: () => void;
|
356
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
357
|
-
};
|
358
|
-
};
|
359
|
-
} & {
|
10
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
11
|
+
blueprint: TypographyBlueprint;
|
12
|
+
blueprintType: BlueprintVariant;
|
13
|
+
id: guid;
|
14
|
+
availableFonts: TypographyFontDefinition[];
|
15
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
16
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
360
17
|
setBlueprint(type: BlueprintVariant): void;
|
361
18
|
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStore>): void;
|
362
|
-
}
|
19
|
+
}>;
|
363
20
|
get: {
|
364
21
|
readonly themeStore: {
|
365
22
|
state: {
|
366
23
|
currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
|
367
24
|
};
|
368
|
-
events: {
|
369
|
-
|
370
|
-
}
|
371
|
-
actions: {
|
372
|
-
onDispatching: {
|
373
|
-
setTheme: {
|
374
|
-
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
375
|
-
};
|
376
|
-
};
|
377
|
-
onDispatched: {
|
378
|
-
setTheme: {
|
379
|
-
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
380
|
-
};
|
381
|
-
};
|
382
|
-
onFailure: {
|
383
|
-
setTheme: {
|
384
|
-
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
385
|
-
};
|
386
|
-
};
|
387
|
-
} & {
|
25
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
26
|
+
currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
|
27
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
28
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
388
29
|
setTheme(themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition): void;
|
389
|
-
}
|
30
|
+
}>;
|
390
31
|
get: {
|
391
32
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
392
33
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -396,38 +37,13 @@ export declare const useTypographyBlueprintStore: () => {
|
|
396
37
|
state: {
|
397
38
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
398
39
|
};
|
399
|
-
events: {
|
400
|
-
|
401
|
-
}
|
402
|
-
actions: {
|
403
|
-
onDispatching: {
|
404
|
-
setBlueprint: {
|
405
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
406
|
-
};
|
407
|
-
setBluePrints: {
|
408
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
409
|
-
};
|
410
|
-
};
|
411
|
-
onDispatched: {
|
412
|
-
setBlueprint: {
|
413
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
414
|
-
};
|
415
|
-
setBluePrints: {
|
416
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
417
|
-
};
|
418
|
-
};
|
419
|
-
onFailure: {
|
420
|
-
setBlueprint: {
|
421
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
422
|
-
};
|
423
|
-
setBluePrints: {
|
424
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
425
|
-
};
|
426
|
-
};
|
427
|
-
} & {
|
40
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
41
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
42
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
43
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
428
44
|
setBlueprint(type: "default"): void;
|
429
45
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
430
|
-
}
|
46
|
+
}>;
|
431
47
|
get: {
|
432
48
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
433
49
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -445,8 +61,8 @@ export declare const useTypographyBlueprintStore: () => {
|
|
445
61
|
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
446
62
|
};
|
447
63
|
container: {
|
448
|
-
hasVariant(type: import("@omnia/fx-models").
|
449
|
-
getByType(type: import("@omnia/fx-models").
|
64
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
65
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
450
66
|
};
|
451
67
|
};
|
452
68
|
deactivated(): void;
|
@@ -460,9 +76,6 @@ export declare const useTypographyBlueprintStore: () => {
|
|
460
76
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
461
77
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
462
78
|
colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
463
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
464
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
465
|
-
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
466
79
|
currentTheme(): import("@omnia/fx-models").ResolvedThemeDefinition;
|
467
80
|
};
|
468
81
|
} & {
|
@@ -1,9 +1,5 @@
|
|
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;
|
9
4
|
};
|
5
|
+
export declare const myService2: () => {};
|
@@ -2,9 +2,9 @@ export declare const useMyStore: () => {
|
|
2
2
|
state: {
|
3
3
|
title: string;
|
4
4
|
};
|
5
|
-
events: {
|
6
|
-
|
7
|
-
}
|
5
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
6
|
+
title: string;
|
7
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
8
8
|
} & {
|
9
9
|
dispose?: () => void;
|
10
10
|
};
|
@@ -13,39 +13,14 @@ export declare const useMyActionStore: () => {
|
|
13
13
|
title: string;
|
14
14
|
description: string;
|
15
15
|
};
|
16
|
-
events: {
|
17
|
-
|
18
|
-
|
19
|
-
}
|
20
|
-
actions: {
|
21
|
-
onDispatching: {
|
22
|
-
setMyTitle: {
|
23
|
-
subscribe(fn: (value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
setMyDescriptionAsync: {
|
26
|
-
subscribe(fn: (value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
};
|
29
|
-
onDispatched: {
|
30
|
-
setMyTitle: {
|
31
|
-
subscribe(fn: (result: void, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
setMyDescriptionAsync: {
|
34
|
-
subscribe(fn: (result: string, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
};
|
37
|
-
onFailure: {
|
38
|
-
setMyTitle: {
|
39
|
-
subscribe(fn: (failureReason: any, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
setMyDescriptionAsync: {
|
42
|
-
subscribe(fn: (failureReason: any, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
};
|
45
|
-
} & {
|
16
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
17
|
+
title: string;
|
18
|
+
description: string;
|
19
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
20
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
46
21
|
setMyTitle(value: string): void;
|
47
22
|
setMyDescriptionAsync(value: string): Promise<string>;
|
48
|
-
}
|
23
|
+
}>;
|
49
24
|
} & {
|
50
25
|
dispose?: () => void;
|
51
26
|
};
|