@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
@@ -1,52 +1,20 @@
|
|
1
1
|
import { ResolvedThemeDefinition, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { useThemeStore } from "./ThemeStore";
|
3
3
|
export declare const useThemeContextStore: () => {
|
4
|
-
actions: {
|
5
|
-
onDispatching: {
|
6
|
-
saveTheme: {
|
7
|
-
subscribe(fn: (variant: ThemeContextType) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
8
|
-
};
|
9
|
-
};
|
10
|
-
onDispatched: {
|
11
|
-
saveTheme: {
|
12
|
-
subscribe(fn: (result: void, variant: ThemeContextType) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onFailure: {
|
16
|
-
saveTheme: {
|
17
|
-
subscribe(fn: (failureReason: any, variant: ThemeContextType) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
} & {
|
4
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
21
5
|
saveTheme(variant: ThemeContextType): void;
|
22
|
-
}
|
6
|
+
}>;
|
23
7
|
state: {
|
24
8
|
defaultTheme: {
|
25
9
|
state: {
|
26
10
|
currentTheme: ResolvedThemeDefinition;
|
27
11
|
};
|
28
|
-
events: {
|
29
|
-
|
30
|
-
}
|
31
|
-
actions: {
|
32
|
-
onDispatching: {
|
33
|
-
setTheme: {
|
34
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
};
|
37
|
-
onDispatched: {
|
38
|
-
setTheme: {
|
39
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
onFailure: {
|
43
|
-
setTheme: {
|
44
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
};
|
47
|
-
} & {
|
12
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
13
|
+
currentTheme: ResolvedThemeDefinition;
|
14
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
15
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
48
16
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
49
|
-
}
|
17
|
+
}>;
|
50
18
|
get: {
|
51
19
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
52
20
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -56,38 +24,13 @@ export declare const useThemeContextStore: () => {
|
|
56
24
|
state: {
|
57
25
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
58
26
|
};
|
59
|
-
events: {
|
60
|
-
|
61
|
-
}
|
62
|
-
actions: {
|
63
|
-
onDispatching: {
|
64
|
-
setBlueprint: {
|
65
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
-
};
|
67
|
-
setBluePrints: {
|
68
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
-
};
|
70
|
-
};
|
71
|
-
onDispatched: {
|
72
|
-
setBlueprint: {
|
73
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
-
};
|
75
|
-
setBluePrints: {
|
76
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
-
};
|
78
|
-
};
|
79
|
-
onFailure: {
|
80
|
-
setBlueprint: {
|
81
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
-
};
|
83
|
-
setBluePrints: {
|
84
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
-
};
|
86
|
-
};
|
87
|
-
} & {
|
27
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
28
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
29
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
30
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
88
31
|
setBlueprint(type: "default"): void;
|
89
32
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
90
|
-
}
|
33
|
+
}>;
|
91
34
|
get: {
|
92
35
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
93
36
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -105,8 +48,8 @@ export declare const useThemeContextStore: () => {
|
|
105
48
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
106
49
|
};
|
107
50
|
container: {
|
108
|
-
hasVariant(type: import("@omnia/fx-models").
|
109
|
-
getByType(type: import("@omnia/fx-models").
|
51
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
52
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
110
53
|
};
|
111
54
|
};
|
112
55
|
deactivated(): void;
|
@@ -120,9 +63,6 @@ export declare const useThemeContextStore: () => {
|
|
120
63
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
121
64
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
122
65
|
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;
|
123
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
124
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
125
|
-
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;
|
126
66
|
currentTheme(): ResolvedThemeDefinition;
|
127
67
|
};
|
128
68
|
} & {
|
@@ -132,28 +72,12 @@ export declare const useThemeContextStore: () => {
|
|
132
72
|
state: {
|
133
73
|
currentTheme: ResolvedThemeDefinition;
|
134
74
|
};
|
135
|
-
events: {
|
136
|
-
|
137
|
-
}
|
138
|
-
actions: {
|
139
|
-
onDispatching: {
|
140
|
-
setTheme: {
|
141
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
142
|
-
};
|
143
|
-
};
|
144
|
-
onDispatched: {
|
145
|
-
setTheme: {
|
146
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
147
|
-
};
|
148
|
-
};
|
149
|
-
onFailure: {
|
150
|
-
setTheme: {
|
151
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
152
|
-
};
|
153
|
-
};
|
154
|
-
} & {
|
75
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
76
|
+
currentTheme: ResolvedThemeDefinition;
|
77
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
78
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
155
79
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
156
|
-
}
|
80
|
+
}>;
|
157
81
|
get: {
|
158
82
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
159
83
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -163,38 +87,13 @@ export declare const useThemeContextStore: () => {
|
|
163
87
|
state: {
|
164
88
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
165
89
|
};
|
166
|
-
events: {
|
167
|
-
|
168
|
-
}
|
169
|
-
actions: {
|
170
|
-
onDispatching: {
|
171
|
-
setBlueprint: {
|
172
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
173
|
-
};
|
174
|
-
setBluePrints: {
|
175
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
176
|
-
};
|
177
|
-
};
|
178
|
-
onDispatched: {
|
179
|
-
setBlueprint: {
|
180
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
181
|
-
};
|
182
|
-
setBluePrints: {
|
183
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
184
|
-
};
|
185
|
-
};
|
186
|
-
onFailure: {
|
187
|
-
setBlueprint: {
|
188
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
189
|
-
};
|
190
|
-
setBluePrints: {
|
191
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
192
|
-
};
|
193
|
-
};
|
194
|
-
} & {
|
90
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
91
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
92
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
93
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
195
94
|
setBlueprint(type: "default"): void;
|
196
95
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
197
|
-
}
|
96
|
+
}>;
|
198
97
|
get: {
|
199
98
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
200
99
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -212,8 +111,8 @@ export declare const useThemeContextStore: () => {
|
|
212
111
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
213
112
|
};
|
214
113
|
container: {
|
215
|
-
hasVariant(type: import("@omnia/fx-models").
|
216
|
-
getByType(type: import("@omnia/fx-models").
|
114
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
115
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
217
116
|
};
|
218
117
|
};
|
219
118
|
deactivated(): void;
|
@@ -227,9 +126,6 @@ export declare const useThemeContextStore: () => {
|
|
227
126
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
228
127
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
229
128
|
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;
|
230
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
231
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
232
|
-
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;
|
233
129
|
currentTheme(): ResolvedThemeDefinition;
|
234
130
|
};
|
235
131
|
} & {
|
@@ -239,28 +135,12 @@ export declare const useThemeContextStore: () => {
|
|
239
135
|
state: {
|
240
136
|
currentTheme: ResolvedThemeDefinition;
|
241
137
|
};
|
242
|
-
events: {
|
243
|
-
|
244
|
-
}
|
245
|
-
actions: {
|
246
|
-
onDispatching: {
|
247
|
-
setTheme: {
|
248
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
249
|
-
};
|
250
|
-
};
|
251
|
-
onDispatched: {
|
252
|
-
setTheme: {
|
253
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
254
|
-
};
|
255
|
-
};
|
256
|
-
onFailure: {
|
257
|
-
setTheme: {
|
258
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
259
|
-
};
|
260
|
-
};
|
261
|
-
} & {
|
138
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
139
|
+
currentTheme: ResolvedThemeDefinition;
|
140
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
141
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
262
142
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
263
|
-
}
|
143
|
+
}>;
|
264
144
|
get: {
|
265
145
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
266
146
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -270,38 +150,13 @@ export declare const useThemeContextStore: () => {
|
|
270
150
|
state: {
|
271
151
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
272
152
|
};
|
273
|
-
events: {
|
274
|
-
|
275
|
-
}
|
276
|
-
actions: {
|
277
|
-
onDispatching: {
|
278
|
-
setBlueprint: {
|
279
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
280
|
-
};
|
281
|
-
setBluePrints: {
|
282
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
283
|
-
};
|
284
|
-
};
|
285
|
-
onDispatched: {
|
286
|
-
setBlueprint: {
|
287
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
288
|
-
};
|
289
|
-
setBluePrints: {
|
290
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
291
|
-
};
|
292
|
-
};
|
293
|
-
onFailure: {
|
294
|
-
setBlueprint: {
|
295
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
296
|
-
};
|
297
|
-
setBluePrints: {
|
298
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
299
|
-
};
|
300
|
-
};
|
301
|
-
} & {
|
153
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
154
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
155
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
156
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
302
157
|
setBlueprint(type: "default"): void;
|
303
158
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
304
|
-
}
|
159
|
+
}>;
|
305
160
|
get: {
|
306
161
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
307
162
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -319,8 +174,8 @@ export declare const useThemeContextStore: () => {
|
|
319
174
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
320
175
|
};
|
321
176
|
container: {
|
322
|
-
hasVariant(type: import("@omnia/fx-models").
|
323
|
-
getByType(type: import("@omnia/fx-models").
|
177
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
178
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
324
179
|
};
|
325
180
|
};
|
326
181
|
deactivated(): void;
|
@@ -334,9 +189,6 @@ export declare const useThemeContextStore: () => {
|
|
334
189
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
335
190
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
336
191
|
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;
|
337
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
338
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
339
|
-
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;
|
340
192
|
currentTheme(): ResolvedThemeDefinition;
|
341
193
|
};
|
342
194
|
} & {
|
@@ -346,28 +198,12 @@ export declare const useThemeContextStore: () => {
|
|
346
198
|
state: {
|
347
199
|
currentTheme: ResolvedThemeDefinition;
|
348
200
|
};
|
349
|
-
events: {
|
350
|
-
|
351
|
-
}
|
352
|
-
actions: {
|
353
|
-
onDispatching: {
|
354
|
-
setTheme: {
|
355
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
356
|
-
};
|
357
|
-
};
|
358
|
-
onDispatched: {
|
359
|
-
setTheme: {
|
360
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
361
|
-
};
|
362
|
-
};
|
363
|
-
onFailure: {
|
364
|
-
setTheme: {
|
365
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
366
|
-
};
|
367
|
-
};
|
368
|
-
} & {
|
201
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
202
|
+
currentTheme: ResolvedThemeDefinition;
|
203
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
204
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
369
205
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
370
|
-
}
|
206
|
+
}>;
|
371
207
|
get: {
|
372
208
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
373
209
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -377,38 +213,13 @@ export declare const useThemeContextStore: () => {
|
|
377
213
|
state: {
|
378
214
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
379
215
|
};
|
380
|
-
events: {
|
381
|
-
|
382
|
-
}
|
383
|
-
actions: {
|
384
|
-
onDispatching: {
|
385
|
-
setBlueprint: {
|
386
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
387
|
-
};
|
388
|
-
setBluePrints: {
|
389
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
390
|
-
};
|
391
|
-
};
|
392
|
-
onDispatched: {
|
393
|
-
setBlueprint: {
|
394
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
395
|
-
};
|
396
|
-
setBluePrints: {
|
397
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
398
|
-
};
|
399
|
-
};
|
400
|
-
onFailure: {
|
401
|
-
setBlueprint: {
|
402
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
403
|
-
};
|
404
|
-
setBluePrints: {
|
405
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
406
|
-
};
|
407
|
-
};
|
408
|
-
} & {
|
216
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
217
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
218
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
219
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
409
220
|
setBlueprint(type: "default"): void;
|
410
221
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
411
|
-
}
|
222
|
+
}>;
|
412
223
|
get: {
|
413
224
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
414
225
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -426,8 +237,8 @@ export declare const useThemeContextStore: () => {
|
|
426
237
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
427
238
|
};
|
428
239
|
container: {
|
429
|
-
hasVariant(type: import("@omnia/fx-models").
|
430
|
-
getByType(type: import("@omnia/fx-models").
|
240
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
241
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
431
242
|
};
|
432
243
|
};
|
433
244
|
deactivated(): void;
|
@@ -441,42 +252,23 @@ export declare const useThemeContextStore: () => {
|
|
441
252
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
442
253
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
443
254
|
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;
|
444
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
445
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
446
|
-
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;
|
447
255
|
currentTheme(): ResolvedThemeDefinition;
|
448
256
|
};
|
449
257
|
} & {
|
450
258
|
dispose?: () => void;
|
451
259
|
};
|
452
260
|
};
|
453
|
-
events: {
|
454
|
-
|
261
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
262
|
+
defaultTheme: {
|
455
263
|
state: {
|
456
264
|
currentTheme: ResolvedThemeDefinition;
|
457
265
|
};
|
458
|
-
events: {
|
459
|
-
|
460
|
-
}
|
461
|
-
actions: {
|
462
|
-
onDispatching: {
|
463
|
-
setTheme: {
|
464
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
465
|
-
};
|
466
|
-
};
|
467
|
-
onDispatched: {
|
468
|
-
setTheme: {
|
469
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
470
|
-
};
|
471
|
-
};
|
472
|
-
onFailure: {
|
473
|
-
setTheme: {
|
474
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
475
|
-
};
|
476
|
-
};
|
477
|
-
} & {
|
266
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
267
|
+
currentTheme: ResolvedThemeDefinition;
|
268
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
269
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
478
270
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
479
|
-
}
|
271
|
+
}>;
|
480
272
|
get: {
|
481
273
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
482
274
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -486,38 +278,13 @@ export declare const useThemeContextStore: () => {
|
|
486
278
|
state: {
|
487
279
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
488
280
|
};
|
489
|
-
events: {
|
490
|
-
|
491
|
-
}
|
492
|
-
actions: {
|
493
|
-
onDispatching: {
|
494
|
-
setBlueprint: {
|
495
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
496
|
-
};
|
497
|
-
setBluePrints: {
|
498
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
499
|
-
};
|
500
|
-
};
|
501
|
-
onDispatched: {
|
502
|
-
setBlueprint: {
|
503
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
504
|
-
};
|
505
|
-
setBluePrints: {
|
506
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
507
|
-
};
|
508
|
-
};
|
509
|
-
onFailure: {
|
510
|
-
setBlueprint: {
|
511
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
512
|
-
};
|
513
|
-
setBluePrints: {
|
514
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
515
|
-
};
|
516
|
-
};
|
517
|
-
} & {
|
281
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
282
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
283
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
284
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
518
285
|
setBlueprint(type: "default"): void;
|
519
286
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
520
|
-
}
|
287
|
+
}>;
|
521
288
|
get: {
|
522
289
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
523
290
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -535,8 +302,8 @@ export declare const useThemeContextStore: () => {
|
|
535
302
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
536
303
|
};
|
537
304
|
container: {
|
538
|
-
hasVariant(type: import("@omnia/fx-models").
|
539
|
-
getByType(type: import("@omnia/fx-models").
|
305
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
306
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
540
307
|
};
|
541
308
|
};
|
542
309
|
deactivated(): void;
|
@@ -550,40 +317,21 @@ export declare const useThemeContextStore: () => {
|
|
550
317
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
551
318
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
552
319
|
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;
|
553
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
554
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
555
|
-
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;
|
556
320
|
currentTheme(): ResolvedThemeDefinition;
|
557
321
|
};
|
558
322
|
} & {
|
559
323
|
dispose?: () => void;
|
560
|
-
}
|
561
|
-
|
324
|
+
};
|
325
|
+
adminTheme: {
|
562
326
|
state: {
|
563
327
|
currentTheme: ResolvedThemeDefinition;
|
564
328
|
};
|
565
|
-
events: {
|
566
|
-
|
567
|
-
}
|
568
|
-
actions: {
|
569
|
-
onDispatching: {
|
570
|
-
setTheme: {
|
571
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
572
|
-
};
|
573
|
-
};
|
574
|
-
onDispatched: {
|
575
|
-
setTheme: {
|
576
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
577
|
-
};
|
578
|
-
};
|
579
|
-
onFailure: {
|
580
|
-
setTheme: {
|
581
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
582
|
-
};
|
583
|
-
};
|
584
|
-
} & {
|
329
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
330
|
+
currentTheme: ResolvedThemeDefinition;
|
331
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
332
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
585
333
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
586
|
-
}
|
334
|
+
}>;
|
587
335
|
get: {
|
588
336
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
589
337
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -593,38 +341,13 @@ export declare const useThemeContextStore: () => {
|
|
593
341
|
state: {
|
594
342
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
595
343
|
};
|
596
|
-
events: {
|
597
|
-
|
598
|
-
}
|
599
|
-
actions: {
|
600
|
-
onDispatching: {
|
601
|
-
setBlueprint: {
|
602
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
603
|
-
};
|
604
|
-
setBluePrints: {
|
605
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
606
|
-
};
|
607
|
-
};
|
608
|
-
onDispatched: {
|
609
|
-
setBlueprint: {
|
610
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
611
|
-
};
|
612
|
-
setBluePrints: {
|
613
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
614
|
-
};
|
615
|
-
};
|
616
|
-
onFailure: {
|
617
|
-
setBlueprint: {
|
618
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
619
|
-
};
|
620
|
-
setBluePrints: {
|
621
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
622
|
-
};
|
623
|
-
};
|
624
|
-
} & {
|
344
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
345
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
346
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
347
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
625
348
|
setBlueprint(type: "default"): void;
|
626
349
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
627
|
-
}
|
350
|
+
}>;
|
628
351
|
get: {
|
629
352
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
630
353
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -642,8 +365,8 @@ export declare const useThemeContextStore: () => {
|
|
642
365
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
643
366
|
};
|
644
367
|
container: {
|
645
|
-
hasVariant(type: import("@omnia/fx-models").
|
646
|
-
getByType(type: import("@omnia/fx-models").
|
368
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
369
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
647
370
|
};
|
648
371
|
};
|
649
372
|
deactivated(): void;
|
@@ -657,40 +380,21 @@ export declare const useThemeContextStore: () => {
|
|
657
380
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
658
381
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
659
382
|
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;
|
660
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
661
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
662
|
-
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;
|
663
383
|
currentTheme(): ResolvedThemeDefinition;
|
664
384
|
};
|
665
385
|
} & {
|
666
386
|
dispose?: () => void;
|
667
|
-
}
|
668
|
-
|
387
|
+
};
|
388
|
+
previewTheme: {
|
669
389
|
state: {
|
670
390
|
currentTheme: ResolvedThemeDefinition;
|
671
391
|
};
|
672
|
-
events: {
|
673
|
-
|
674
|
-
}
|
675
|
-
actions: {
|
676
|
-
onDispatching: {
|
677
|
-
setTheme: {
|
678
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
679
|
-
};
|
680
|
-
};
|
681
|
-
onDispatched: {
|
682
|
-
setTheme: {
|
683
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
684
|
-
};
|
685
|
-
};
|
686
|
-
onFailure: {
|
687
|
-
setTheme: {
|
688
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
689
|
-
};
|
690
|
-
};
|
691
|
-
} & {
|
392
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
393
|
+
currentTheme: ResolvedThemeDefinition;
|
394
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
395
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
692
396
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
693
|
-
}
|
397
|
+
}>;
|
694
398
|
get: {
|
695
399
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
696
400
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -700,38 +404,13 @@ export declare const useThemeContextStore: () => {
|
|
700
404
|
state: {
|
701
405
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
702
406
|
};
|
703
|
-
events: {
|
704
|
-
|
705
|
-
}
|
706
|
-
actions: {
|
707
|
-
onDispatching: {
|
708
|
-
setBlueprint: {
|
709
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
710
|
-
};
|
711
|
-
setBluePrints: {
|
712
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
713
|
-
};
|
714
|
-
};
|
715
|
-
onDispatched: {
|
716
|
-
setBlueprint: {
|
717
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
718
|
-
};
|
719
|
-
setBluePrints: {
|
720
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
721
|
-
};
|
722
|
-
};
|
723
|
-
onFailure: {
|
724
|
-
setBlueprint: {
|
725
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
726
|
-
};
|
727
|
-
setBluePrints: {
|
728
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
729
|
-
};
|
730
|
-
};
|
731
|
-
} & {
|
407
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
408
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
409
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
410
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
732
411
|
setBlueprint(type: "default"): void;
|
733
412
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
734
|
-
}
|
413
|
+
}>;
|
735
414
|
get: {
|
736
415
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
737
416
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -749,8 +428,8 @@ export declare const useThemeContextStore: () => {
|
|
749
428
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
750
429
|
};
|
751
430
|
container: {
|
752
|
-
hasVariant(type: import("@omnia/fx-models").
|
753
|
-
getByType(type: import("@omnia/fx-models").
|
431
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
432
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
754
433
|
};
|
755
434
|
};
|
756
435
|
deactivated(): void;
|
@@ -764,40 +443,21 @@ export declare const useThemeContextStore: () => {
|
|
764
443
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
765
444
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
766
445
|
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;
|
767
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
768
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
769
|
-
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;
|
770
446
|
currentTheme(): ResolvedThemeDefinition;
|
771
447
|
};
|
772
448
|
} & {
|
773
449
|
dispose?: () => void;
|
774
|
-
}
|
775
|
-
|
450
|
+
};
|
451
|
+
designerTheme: {
|
776
452
|
state: {
|
777
453
|
currentTheme: ResolvedThemeDefinition;
|
778
454
|
};
|
779
|
-
events: {
|
780
|
-
|
781
|
-
}
|
782
|
-
actions: {
|
783
|
-
onDispatching: {
|
784
|
-
setTheme: {
|
785
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
786
|
-
};
|
787
|
-
};
|
788
|
-
onDispatched: {
|
789
|
-
setTheme: {
|
790
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
791
|
-
};
|
792
|
-
};
|
793
|
-
onFailure: {
|
794
|
-
setTheme: {
|
795
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
796
|
-
};
|
797
|
-
};
|
798
|
-
} & {
|
455
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
456
|
+
currentTheme: ResolvedThemeDefinition;
|
457
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
458
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
799
459
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
800
|
-
}
|
460
|
+
}>;
|
801
461
|
get: {
|
802
462
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
803
463
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -807,38 +467,13 @@ export declare const useThemeContextStore: () => {
|
|
807
467
|
state: {
|
808
468
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
809
469
|
};
|
810
|
-
events: {
|
811
|
-
|
812
|
-
}
|
813
|
-
actions: {
|
814
|
-
onDispatching: {
|
815
|
-
setBlueprint: {
|
816
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
817
|
-
};
|
818
|
-
setBluePrints: {
|
819
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
820
|
-
};
|
821
|
-
};
|
822
|
-
onDispatched: {
|
823
|
-
setBlueprint: {
|
824
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
825
|
-
};
|
826
|
-
setBluePrints: {
|
827
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
828
|
-
};
|
829
|
-
};
|
830
|
-
onFailure: {
|
831
|
-
setBlueprint: {
|
832
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
833
|
-
};
|
834
|
-
setBluePrints: {
|
835
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
836
|
-
};
|
837
|
-
};
|
838
|
-
} & {
|
470
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
471
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
472
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
473
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
839
474
|
setBlueprint(type: "default"): void;
|
840
475
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
841
|
-
}
|
476
|
+
}>;
|
842
477
|
get: {
|
843
478
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
844
479
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -856,8 +491,8 @@ export declare const useThemeContextStore: () => {
|
|
856
491
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
857
492
|
};
|
858
493
|
container: {
|
859
|
-
hasVariant(type: import("@omnia/fx-models").
|
860
|
-
getByType(type: import("@omnia/fx-models").
|
494
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
495
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
861
496
|
};
|
862
497
|
};
|
863
498
|
deactivated(): void;
|
@@ -871,42 +506,23 @@ export declare const useThemeContextStore: () => {
|
|
871
506
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
872
507
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
873
508
|
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;
|
874
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
875
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
876
|
-
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;
|
877
509
|
currentTheme(): ResolvedThemeDefinition;
|
878
510
|
};
|
879
511
|
} & {
|
880
512
|
dispose?: () => void;
|
881
|
-
}
|
882
|
-
}
|
513
|
+
};
|
514
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
883
515
|
get: {
|
884
516
|
readonly defaultTheme: {
|
885
517
|
state: {
|
886
518
|
currentTheme: ResolvedThemeDefinition;
|
887
519
|
};
|
888
|
-
events: {
|
889
|
-
|
890
|
-
}
|
891
|
-
actions: {
|
892
|
-
onDispatching: {
|
893
|
-
setTheme: {
|
894
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
895
|
-
};
|
896
|
-
};
|
897
|
-
onDispatched: {
|
898
|
-
setTheme: {
|
899
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
900
|
-
};
|
901
|
-
};
|
902
|
-
onFailure: {
|
903
|
-
setTheme: {
|
904
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
905
|
-
};
|
906
|
-
};
|
907
|
-
} & {
|
520
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
521
|
+
currentTheme: ResolvedThemeDefinition;
|
522
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
523
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
908
524
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
909
|
-
}
|
525
|
+
}>;
|
910
526
|
get: {
|
911
527
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
912
528
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -916,38 +532,13 @@ export declare const useThemeContextStore: () => {
|
|
916
532
|
state: {
|
917
533
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
918
534
|
};
|
919
|
-
events: {
|
920
|
-
|
921
|
-
}
|
922
|
-
actions: {
|
923
|
-
onDispatching: {
|
924
|
-
setBlueprint: {
|
925
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
926
|
-
};
|
927
|
-
setBluePrints: {
|
928
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
929
|
-
};
|
930
|
-
};
|
931
|
-
onDispatched: {
|
932
|
-
setBlueprint: {
|
933
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
934
|
-
};
|
935
|
-
setBluePrints: {
|
936
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
937
|
-
};
|
938
|
-
};
|
939
|
-
onFailure: {
|
940
|
-
setBlueprint: {
|
941
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
942
|
-
};
|
943
|
-
setBluePrints: {
|
944
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
945
|
-
};
|
946
|
-
};
|
947
|
-
} & {
|
535
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
536
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
537
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
538
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
948
539
|
setBlueprint(type: "default"): void;
|
949
540
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
950
|
-
}
|
541
|
+
}>;
|
951
542
|
get: {
|
952
543
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
953
544
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -965,8 +556,8 @@ export declare const useThemeContextStore: () => {
|
|
965
556
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
966
557
|
};
|
967
558
|
container: {
|
968
|
-
hasVariant(type: import("@omnia/fx-models").
|
969
|
-
getByType(type: import("@omnia/fx-models").
|
559
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
560
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
970
561
|
};
|
971
562
|
};
|
972
563
|
deactivated(): void;
|
@@ -980,9 +571,6 @@ export declare const useThemeContextStore: () => {
|
|
980
571
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
981
572
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
982
573
|
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;
|
983
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
984
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
985
|
-
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;
|
986
574
|
currentTheme(): ResolvedThemeDefinition;
|
987
575
|
};
|
988
576
|
} & {
|
@@ -992,28 +580,12 @@ export declare const useThemeContextStore: () => {
|
|
992
580
|
state: {
|
993
581
|
currentTheme: ResolvedThemeDefinition;
|
994
582
|
};
|
995
|
-
events: {
|
996
|
-
|
997
|
-
}
|
998
|
-
actions: {
|
999
|
-
onDispatching: {
|
1000
|
-
setTheme: {
|
1001
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1002
|
-
};
|
1003
|
-
};
|
1004
|
-
onDispatched: {
|
1005
|
-
setTheme: {
|
1006
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1007
|
-
};
|
1008
|
-
};
|
1009
|
-
onFailure: {
|
1010
|
-
setTheme: {
|
1011
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1012
|
-
};
|
1013
|
-
};
|
1014
|
-
} & {
|
583
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
584
|
+
currentTheme: ResolvedThemeDefinition;
|
585
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
586
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1015
587
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1016
|
-
}
|
588
|
+
}>;
|
1017
589
|
get: {
|
1018
590
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1019
591
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -1023,38 +595,13 @@ export declare const useThemeContextStore: () => {
|
|
1023
595
|
state: {
|
1024
596
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
1025
597
|
};
|
1026
|
-
events: {
|
1027
|
-
|
1028
|
-
}
|
1029
|
-
actions: {
|
1030
|
-
onDispatching: {
|
1031
|
-
setBlueprint: {
|
1032
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1033
|
-
};
|
1034
|
-
setBluePrints: {
|
1035
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1036
|
-
};
|
1037
|
-
};
|
1038
|
-
onDispatched: {
|
1039
|
-
setBlueprint: {
|
1040
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1041
|
-
};
|
1042
|
-
setBluePrints: {
|
1043
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1044
|
-
};
|
1045
|
-
};
|
1046
|
-
onFailure: {
|
1047
|
-
setBlueprint: {
|
1048
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1049
|
-
};
|
1050
|
-
setBluePrints: {
|
1051
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1052
|
-
};
|
1053
|
-
};
|
1054
|
-
} & {
|
598
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
599
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
600
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
601
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1055
602
|
setBlueprint(type: "default"): void;
|
1056
603
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
1057
|
-
}
|
604
|
+
}>;
|
1058
605
|
get: {
|
1059
606
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
1060
607
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -1072,8 +619,8 @@ export declare const useThemeContextStore: () => {
|
|
1072
619
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
1073
620
|
};
|
1074
621
|
container: {
|
1075
|
-
hasVariant(type: import("@omnia/fx-models").
|
1076
|
-
getByType(type: import("@omnia/fx-models").
|
622
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
623
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
1077
624
|
};
|
1078
625
|
};
|
1079
626
|
deactivated(): void;
|
@@ -1087,9 +634,6 @@ export declare const useThemeContextStore: () => {
|
|
1087
634
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
1088
635
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1089
636
|
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;
|
1090
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
1091
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1092
|
-
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;
|
1093
637
|
currentTheme(): ResolvedThemeDefinition;
|
1094
638
|
};
|
1095
639
|
} & {
|
@@ -1099,28 +643,12 @@ export declare const useThemeContextStore: () => {
|
|
1099
643
|
state: {
|
1100
644
|
currentTheme: ResolvedThemeDefinition;
|
1101
645
|
};
|
1102
|
-
events: {
|
1103
|
-
|
1104
|
-
}
|
1105
|
-
actions: {
|
1106
|
-
onDispatching: {
|
1107
|
-
setTheme: {
|
1108
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1109
|
-
};
|
1110
|
-
};
|
1111
|
-
onDispatched: {
|
1112
|
-
setTheme: {
|
1113
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1114
|
-
};
|
1115
|
-
};
|
1116
|
-
onFailure: {
|
1117
|
-
setTheme: {
|
1118
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1119
|
-
};
|
1120
|
-
};
|
1121
|
-
} & {
|
646
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
647
|
+
currentTheme: ResolvedThemeDefinition;
|
648
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
649
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1122
650
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1123
|
-
}
|
651
|
+
}>;
|
1124
652
|
get: {
|
1125
653
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1126
654
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -1130,38 +658,13 @@ export declare const useThemeContextStore: () => {
|
|
1130
658
|
state: {
|
1131
659
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
1132
660
|
};
|
1133
|
-
events: {
|
1134
|
-
|
1135
|
-
}
|
1136
|
-
actions: {
|
1137
|
-
onDispatching: {
|
1138
|
-
setBlueprint: {
|
1139
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1140
|
-
};
|
1141
|
-
setBluePrints: {
|
1142
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1143
|
-
};
|
1144
|
-
};
|
1145
|
-
onDispatched: {
|
1146
|
-
setBlueprint: {
|
1147
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1148
|
-
};
|
1149
|
-
setBluePrints: {
|
1150
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1151
|
-
};
|
1152
|
-
};
|
1153
|
-
onFailure: {
|
1154
|
-
setBlueprint: {
|
1155
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1156
|
-
};
|
1157
|
-
setBluePrints: {
|
1158
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1159
|
-
};
|
1160
|
-
};
|
1161
|
-
} & {
|
661
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
662
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
663
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
664
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1162
665
|
setBlueprint(type: "default"): void;
|
1163
666
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
1164
|
-
}
|
667
|
+
}>;
|
1165
668
|
get: {
|
1166
669
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
1167
670
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -1179,8 +682,8 @@ export declare const useThemeContextStore: () => {
|
|
1179
682
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
1180
683
|
};
|
1181
684
|
container: {
|
1182
|
-
hasVariant(type: import("@omnia/fx-models").
|
1183
|
-
getByType(type: import("@omnia/fx-models").
|
685
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
686
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
1184
687
|
};
|
1185
688
|
};
|
1186
689
|
deactivated(): void;
|
@@ -1194,9 +697,6 @@ export declare const useThemeContextStore: () => {
|
|
1194
697
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
1195
698
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1196
699
|
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;
|
1197
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
1198
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1199
|
-
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;
|
1200
700
|
currentTheme(): ResolvedThemeDefinition;
|
1201
701
|
};
|
1202
702
|
} & {
|
@@ -1206,28 +706,12 @@ export declare const useThemeContextStore: () => {
|
|
1206
706
|
state: {
|
1207
707
|
currentTheme: ResolvedThemeDefinition;
|
1208
708
|
};
|
1209
|
-
events: {
|
1210
|
-
|
1211
|
-
}
|
1212
|
-
actions: {
|
1213
|
-
onDispatching: {
|
1214
|
-
setTheme: {
|
1215
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1216
|
-
};
|
1217
|
-
};
|
1218
|
-
onDispatched: {
|
1219
|
-
setTheme: {
|
1220
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1221
|
-
};
|
1222
|
-
};
|
1223
|
-
onFailure: {
|
1224
|
-
setTheme: {
|
1225
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1226
|
-
};
|
1227
|
-
};
|
1228
|
-
} & {
|
709
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
710
|
+
currentTheme: ResolvedThemeDefinition;
|
711
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
712
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1229
713
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1230
|
-
}
|
714
|
+
}>;
|
1231
715
|
get: {
|
1232
716
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1233
717
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -1237,38 +721,13 @@ export declare const useThemeContextStore: () => {
|
|
1237
721
|
state: {
|
1238
722
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
1239
723
|
};
|
1240
|
-
events: {
|
1241
|
-
|
1242
|
-
}
|
1243
|
-
actions: {
|
1244
|
-
onDispatching: {
|
1245
|
-
setBlueprint: {
|
1246
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1247
|
-
};
|
1248
|
-
setBluePrints: {
|
1249
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1250
|
-
};
|
1251
|
-
};
|
1252
|
-
onDispatched: {
|
1253
|
-
setBlueprint: {
|
1254
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1255
|
-
};
|
1256
|
-
setBluePrints: {
|
1257
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1258
|
-
};
|
1259
|
-
};
|
1260
|
-
onFailure: {
|
1261
|
-
setBlueprint: {
|
1262
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1263
|
-
};
|
1264
|
-
setBluePrints: {
|
1265
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1266
|
-
};
|
1267
|
-
};
|
1268
|
-
} & {
|
724
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
725
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
726
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
727
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1269
728
|
setBlueprint(type: "default"): void;
|
1270
729
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
1271
|
-
}
|
730
|
+
}>;
|
1272
731
|
get: {
|
1273
732
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
1274
733
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -1286,8 +745,8 @@ export declare const useThemeContextStore: () => {
|
|
1286
745
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
1287
746
|
};
|
1288
747
|
container: {
|
1289
|
-
hasVariant(type: import("@omnia/fx-models").
|
1290
|
-
getByType(type: import("@omnia/fx-models").
|
748
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
749
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
1291
750
|
};
|
1292
751
|
};
|
1293
752
|
deactivated(): void;
|
@@ -1301,9 +760,6 @@ export declare const useThemeContextStore: () => {
|
|
1301
760
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
1302
761
|
color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1303
762
|
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;
|
1304
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
1305
|
-
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1306
|
-
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;
|
1307
763
|
currentTheme(): ResolvedThemeDefinition;
|
1308
764
|
};
|
1309
765
|
} & {
|