@omnia/fx 8.0.299-dev → 8.0.301-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/core/utils/Utils.d.ts +1 -0
- 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/ComponentTypings.d.ts +4 -1
- 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/ContainersFillsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +11 -43
- 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 +72 -378
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +27 -0
- 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/blueprintstrategy/BlueprintStrategyBase.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD3Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -3
- 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/index.d.ts +1 -0
- 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 +10 -33
- 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 +21 -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 +180 -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 +15 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +22 -407
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.css.d.ts +4 -4
- 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/errormessage/ErrorMessage.d.ts +2 -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/loc/localize.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowReportUsage.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +7 -55
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +13 -0
- 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/inputfield/InputField.d.ts +4 -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/rollupfilter/RollupFilter.d.ts +14 -84
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- 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 +41 -13
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +0 -79
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBlade.d.ts → AddBlueprint.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBladeEdit.d.ts → ContainerFillsBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/index.d.ts +0 -0
- /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,41 +24,18 @@ 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;
|
37
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
38
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
94
39
|
button: {
|
95
40
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
96
41
|
};
|
@@ -105,8 +50,8 @@ export declare const useThemeContextStore: () => {
|
|
105
50
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
106
51
|
};
|
107
52
|
container: {
|
108
|
-
hasVariant(type: import("@omnia/fx-models").
|
109
|
-
getByType(type: import("@omnia/fx-models").
|
53
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
54
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
110
55
|
};
|
111
56
|
};
|
112
57
|
deactivated(): void;
|
@@ -120,9 +65,6 @@ export declare const useThemeContextStore: () => {
|
|
120
65
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
121
66
|
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
67
|
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
68
|
currentTheme(): ResolvedThemeDefinition;
|
127
69
|
};
|
128
70
|
} & {
|
@@ -132,28 +74,12 @@ export declare const useThemeContextStore: () => {
|
|
132
74
|
state: {
|
133
75
|
currentTheme: ResolvedThemeDefinition;
|
134
76
|
};
|
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
|
-
} & {
|
77
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
78
|
+
currentTheme: ResolvedThemeDefinition;
|
79
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
80
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
155
81
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
156
|
-
}
|
82
|
+
}>;
|
157
83
|
get: {
|
158
84
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
159
85
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -163,41 +89,18 @@ export declare const useThemeContextStore: () => {
|
|
163
89
|
state: {
|
164
90
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
165
91
|
};
|
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
|
-
} & {
|
92
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
93
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
94
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
95
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
195
96
|
setBlueprint(type: "default"): void;
|
196
97
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
197
|
-
}
|
98
|
+
}>;
|
198
99
|
get: {
|
199
100
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
200
101
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
102
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
103
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
201
104
|
button: {
|
202
105
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
203
106
|
};
|
@@ -212,8 +115,8 @@ export declare const useThemeContextStore: () => {
|
|
212
115
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
213
116
|
};
|
214
117
|
container: {
|
215
|
-
hasVariant(type: import("@omnia/fx-models").
|
216
|
-
getByType(type: import("@omnia/fx-models").
|
118
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
119
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
217
120
|
};
|
218
121
|
};
|
219
122
|
deactivated(): void;
|
@@ -227,9 +130,6 @@ export declare const useThemeContextStore: () => {
|
|
227
130
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
228
131
|
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
132
|
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
133
|
currentTheme(): ResolvedThemeDefinition;
|
234
134
|
};
|
235
135
|
} & {
|
@@ -239,28 +139,12 @@ export declare const useThemeContextStore: () => {
|
|
239
139
|
state: {
|
240
140
|
currentTheme: ResolvedThemeDefinition;
|
241
141
|
};
|
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
|
-
} & {
|
142
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
143
|
+
currentTheme: ResolvedThemeDefinition;
|
144
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
145
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
262
146
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
263
|
-
}
|
147
|
+
}>;
|
264
148
|
get: {
|
265
149
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
266
150
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -270,41 +154,18 @@ export declare const useThemeContextStore: () => {
|
|
270
154
|
state: {
|
271
155
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
272
156
|
};
|
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
|
-
} & {
|
157
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
158
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
159
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
160
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
302
161
|
setBlueprint(type: "default"): void;
|
303
162
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
304
|
-
}
|
163
|
+
}>;
|
305
164
|
get: {
|
306
165
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
307
166
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
167
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
168
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
308
169
|
button: {
|
309
170
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
310
171
|
};
|
@@ -319,8 +180,8 @@ export declare const useThemeContextStore: () => {
|
|
319
180
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
320
181
|
};
|
321
182
|
container: {
|
322
|
-
hasVariant(type: import("@omnia/fx-models").
|
323
|
-
getByType(type: import("@omnia/fx-models").
|
183
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
184
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
324
185
|
};
|
325
186
|
};
|
326
187
|
deactivated(): void;
|
@@ -334,9 +195,6 @@ export declare const useThemeContextStore: () => {
|
|
334
195
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
335
196
|
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
197
|
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
198
|
currentTheme(): ResolvedThemeDefinition;
|
341
199
|
};
|
342
200
|
} & {
|
@@ -346,28 +204,12 @@ export declare const useThemeContextStore: () => {
|
|
346
204
|
state: {
|
347
205
|
currentTheme: ResolvedThemeDefinition;
|
348
206
|
};
|
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
|
-
} & {
|
207
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
208
|
+
currentTheme: ResolvedThemeDefinition;
|
209
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
210
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
369
211
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
370
|
-
}
|
212
|
+
}>;
|
371
213
|
get: {
|
372
214
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
373
215
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -377,41 +219,18 @@ export declare const useThemeContextStore: () => {
|
|
377
219
|
state: {
|
378
220
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
379
221
|
};
|
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
|
-
} & {
|
222
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
223
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
224
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
225
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
409
226
|
setBlueprint(type: "default"): void;
|
410
227
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
411
|
-
}
|
228
|
+
}>;
|
412
229
|
get: {
|
413
230
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
414
231
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
232
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
233
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
415
234
|
button: {
|
416
235
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
417
236
|
};
|
@@ -426,8 +245,8 @@ export declare const useThemeContextStore: () => {
|
|
426
245
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
427
246
|
};
|
428
247
|
container: {
|
429
|
-
hasVariant(type: import("@omnia/fx-models").
|
430
|
-
getByType(type: import("@omnia/fx-models").
|
248
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
249
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
431
250
|
};
|
432
251
|
};
|
433
252
|
deactivated(): void;
|
@@ -441,42 +260,23 @@ export declare const useThemeContextStore: () => {
|
|
441
260
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
442
261
|
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
262
|
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
263
|
currentTheme(): ResolvedThemeDefinition;
|
448
264
|
};
|
449
265
|
} & {
|
450
266
|
dispose?: () => void;
|
451
267
|
};
|
452
268
|
};
|
453
|
-
events: {
|
454
|
-
|
269
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
270
|
+
defaultTheme: {
|
455
271
|
state: {
|
456
272
|
currentTheme: ResolvedThemeDefinition;
|
457
273
|
};
|
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
|
-
} & {
|
274
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
275
|
+
currentTheme: ResolvedThemeDefinition;
|
276
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
277
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
478
278
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
479
|
-
}
|
279
|
+
}>;
|
480
280
|
get: {
|
481
281
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
482
282
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -486,41 +286,18 @@ export declare const useThemeContextStore: () => {
|
|
486
286
|
state: {
|
487
287
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
488
288
|
};
|
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
|
-
} & {
|
289
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
290
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
291
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
292
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
518
293
|
setBlueprint(type: "default"): void;
|
519
294
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
520
|
-
}
|
295
|
+
}>;
|
521
296
|
get: {
|
522
297
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
523
298
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
299
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
300
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
524
301
|
button: {
|
525
302
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
526
303
|
};
|
@@ -535,8 +312,8 @@ export declare const useThemeContextStore: () => {
|
|
535
312
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
536
313
|
};
|
537
314
|
container: {
|
538
|
-
hasVariant(type: import("@omnia/fx-models").
|
539
|
-
getByType(type: import("@omnia/fx-models").
|
315
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
316
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
540
317
|
};
|
541
318
|
};
|
542
319
|
deactivated(): void;
|
@@ -550,40 +327,21 @@ export declare const useThemeContextStore: () => {
|
|
550
327
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
551
328
|
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
329
|
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
330
|
currentTheme(): ResolvedThemeDefinition;
|
557
331
|
};
|
558
332
|
} & {
|
559
333
|
dispose?: () => void;
|
560
|
-
}
|
561
|
-
|
334
|
+
};
|
335
|
+
adminTheme: {
|
562
336
|
state: {
|
563
337
|
currentTheme: ResolvedThemeDefinition;
|
564
338
|
};
|
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
|
-
} & {
|
339
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
340
|
+
currentTheme: ResolvedThemeDefinition;
|
341
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
342
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
585
343
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
586
|
-
}
|
344
|
+
}>;
|
587
345
|
get: {
|
588
346
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
589
347
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -593,41 +351,18 @@ export declare const useThemeContextStore: () => {
|
|
593
351
|
state: {
|
594
352
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
595
353
|
};
|
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
|
-
} & {
|
354
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
355
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
356
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
357
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
625
358
|
setBlueprint(type: "default"): void;
|
626
359
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
627
|
-
}
|
360
|
+
}>;
|
628
361
|
get: {
|
629
362
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
630
363
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
364
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
365
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
631
366
|
button: {
|
632
367
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
633
368
|
};
|
@@ -642,8 +377,8 @@ export declare const useThemeContextStore: () => {
|
|
642
377
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
643
378
|
};
|
644
379
|
container: {
|
645
|
-
hasVariant(type: import("@omnia/fx-models").
|
646
|
-
getByType(type: import("@omnia/fx-models").
|
380
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
381
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
647
382
|
};
|
648
383
|
};
|
649
384
|
deactivated(): void;
|
@@ -657,40 +392,21 @@ export declare const useThemeContextStore: () => {
|
|
657
392
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
658
393
|
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
394
|
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
395
|
currentTheme(): ResolvedThemeDefinition;
|
664
396
|
};
|
665
397
|
} & {
|
666
398
|
dispose?: () => void;
|
667
|
-
}
|
668
|
-
|
399
|
+
};
|
400
|
+
previewTheme: {
|
669
401
|
state: {
|
670
402
|
currentTheme: ResolvedThemeDefinition;
|
671
403
|
};
|
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
|
-
} & {
|
404
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
405
|
+
currentTheme: ResolvedThemeDefinition;
|
406
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
407
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
692
408
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
693
|
-
}
|
409
|
+
}>;
|
694
410
|
get: {
|
695
411
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
696
412
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -700,41 +416,18 @@ export declare const useThemeContextStore: () => {
|
|
700
416
|
state: {
|
701
417
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
702
418
|
};
|
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
|
-
} & {
|
419
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
420
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
421
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
422
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
732
423
|
setBlueprint(type: "default"): void;
|
733
424
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
734
|
-
}
|
425
|
+
}>;
|
735
426
|
get: {
|
736
427
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
737
428
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
429
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
430
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
738
431
|
button: {
|
739
432
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
740
433
|
};
|
@@ -749,8 +442,8 @@ export declare const useThemeContextStore: () => {
|
|
749
442
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
750
443
|
};
|
751
444
|
container: {
|
752
|
-
hasVariant(type: import("@omnia/fx-models").
|
753
|
-
getByType(type: import("@omnia/fx-models").
|
445
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
446
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
754
447
|
};
|
755
448
|
};
|
756
449
|
deactivated(): void;
|
@@ -764,40 +457,21 @@ export declare const useThemeContextStore: () => {
|
|
764
457
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
765
458
|
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
459
|
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
460
|
currentTheme(): ResolvedThemeDefinition;
|
771
461
|
};
|
772
462
|
} & {
|
773
463
|
dispose?: () => void;
|
774
|
-
}
|
775
|
-
|
464
|
+
};
|
465
|
+
designerTheme: {
|
776
466
|
state: {
|
777
467
|
currentTheme: ResolvedThemeDefinition;
|
778
468
|
};
|
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
|
-
} & {
|
469
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
470
|
+
currentTheme: ResolvedThemeDefinition;
|
471
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
472
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
799
473
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
800
|
-
}
|
474
|
+
}>;
|
801
475
|
get: {
|
802
476
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
803
477
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -807,41 +481,18 @@ export declare const useThemeContextStore: () => {
|
|
807
481
|
state: {
|
808
482
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
809
483
|
};
|
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
|
-
} & {
|
484
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
485
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
486
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
487
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
839
488
|
setBlueprint(type: "default"): void;
|
840
489
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
841
|
-
}
|
490
|
+
}>;
|
842
491
|
get: {
|
843
492
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
844
493
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
494
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
495
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
845
496
|
button: {
|
846
497
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
847
498
|
};
|
@@ -856,8 +507,8 @@ export declare const useThemeContextStore: () => {
|
|
856
507
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
857
508
|
};
|
858
509
|
container: {
|
859
|
-
hasVariant(type: import("@omnia/fx-models").
|
860
|
-
getByType(type: import("@omnia/fx-models").
|
510
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
511
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
861
512
|
};
|
862
513
|
};
|
863
514
|
deactivated(): void;
|
@@ -871,42 +522,23 @@ export declare const useThemeContextStore: () => {
|
|
871
522
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
872
523
|
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
524
|
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
525
|
currentTheme(): ResolvedThemeDefinition;
|
878
526
|
};
|
879
527
|
} & {
|
880
528
|
dispose?: () => void;
|
881
|
-
}
|
882
|
-
}
|
529
|
+
};
|
530
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
883
531
|
get: {
|
884
532
|
readonly defaultTheme: {
|
885
533
|
state: {
|
886
534
|
currentTheme: ResolvedThemeDefinition;
|
887
535
|
};
|
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
|
-
} & {
|
536
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
537
|
+
currentTheme: ResolvedThemeDefinition;
|
538
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
539
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
908
540
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
909
|
-
}
|
541
|
+
}>;
|
910
542
|
get: {
|
911
543
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
912
544
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -916,41 +548,18 @@ export declare const useThemeContextStore: () => {
|
|
916
548
|
state: {
|
917
549
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
918
550
|
};
|
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
|
-
} & {
|
551
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
552
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
553
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
554
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
948
555
|
setBlueprint(type: "default"): void;
|
949
556
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
950
|
-
}
|
557
|
+
}>;
|
951
558
|
get: {
|
952
559
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
953
560
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
561
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
562
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
954
563
|
button: {
|
955
564
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
956
565
|
};
|
@@ -965,8 +574,8 @@ export declare const useThemeContextStore: () => {
|
|
965
574
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
966
575
|
};
|
967
576
|
container: {
|
968
|
-
hasVariant(type: import("@omnia/fx-models").
|
969
|
-
getByType(type: import("@omnia/fx-models").
|
577
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
578
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
970
579
|
};
|
971
580
|
};
|
972
581
|
deactivated(): void;
|
@@ -980,9 +589,6 @@ export declare const useThemeContextStore: () => {
|
|
980
589
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
981
590
|
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
591
|
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
592
|
currentTheme(): ResolvedThemeDefinition;
|
987
593
|
};
|
988
594
|
} & {
|
@@ -992,28 +598,12 @@ export declare const useThemeContextStore: () => {
|
|
992
598
|
state: {
|
993
599
|
currentTheme: ResolvedThemeDefinition;
|
994
600
|
};
|
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
|
-
} & {
|
601
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
602
|
+
currentTheme: ResolvedThemeDefinition;
|
603
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
604
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1015
605
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1016
|
-
}
|
606
|
+
}>;
|
1017
607
|
get: {
|
1018
608
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1019
609
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -1023,41 +613,18 @@ export declare const useThemeContextStore: () => {
|
|
1023
613
|
state: {
|
1024
614
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
1025
615
|
};
|
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
|
-
} & {
|
616
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
617
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
618
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
619
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1055
620
|
setBlueprint(type: "default"): void;
|
1056
621
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
1057
|
-
}
|
622
|
+
}>;
|
1058
623
|
get: {
|
1059
624
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
1060
625
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
626
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
627
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
1061
628
|
button: {
|
1062
629
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
1063
630
|
};
|
@@ -1072,8 +639,8 @@ export declare const useThemeContextStore: () => {
|
|
1072
639
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
1073
640
|
};
|
1074
641
|
container: {
|
1075
|
-
hasVariant(type: import("@omnia/fx-models").
|
1076
|
-
getByType(type: import("@omnia/fx-models").
|
642
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
643
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
1077
644
|
};
|
1078
645
|
};
|
1079
646
|
deactivated(): void;
|
@@ -1087,9 +654,6 @@ export declare const useThemeContextStore: () => {
|
|
1087
654
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
1088
655
|
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
656
|
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
657
|
currentTheme(): ResolvedThemeDefinition;
|
1094
658
|
};
|
1095
659
|
} & {
|
@@ -1099,28 +663,12 @@ export declare const useThemeContextStore: () => {
|
|
1099
663
|
state: {
|
1100
664
|
currentTheme: ResolvedThemeDefinition;
|
1101
665
|
};
|
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
|
-
} & {
|
666
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
667
|
+
currentTheme: ResolvedThemeDefinition;
|
668
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
669
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1122
670
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1123
|
-
}
|
671
|
+
}>;
|
1124
672
|
get: {
|
1125
673
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1126
674
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -1130,41 +678,18 @@ export declare const useThemeContextStore: () => {
|
|
1130
678
|
state: {
|
1131
679
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
1132
680
|
};
|
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
|
-
} & {
|
681
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
682
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
683
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
684
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1162
685
|
setBlueprint(type: "default"): void;
|
1163
686
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
1164
|
-
}
|
687
|
+
}>;
|
1165
688
|
get: {
|
1166
689
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
1167
690
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
691
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
692
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
1168
693
|
button: {
|
1169
694
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
1170
695
|
};
|
@@ -1179,8 +704,8 @@ export declare const useThemeContextStore: () => {
|
|
1179
704
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
1180
705
|
};
|
1181
706
|
container: {
|
1182
|
-
hasVariant(type: import("@omnia/fx-models").
|
1183
|
-
getByType(type: import("@omnia/fx-models").
|
707
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
708
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
1184
709
|
};
|
1185
710
|
};
|
1186
711
|
deactivated(): void;
|
@@ -1194,9 +719,6 @@ export declare const useThemeContextStore: () => {
|
|
1194
719
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
1195
720
|
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
721
|
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
722
|
currentTheme(): ResolvedThemeDefinition;
|
1201
723
|
};
|
1202
724
|
} & {
|
@@ -1206,28 +728,12 @@ export declare const useThemeContextStore: () => {
|
|
1206
728
|
state: {
|
1207
729
|
currentTheme: ResolvedThemeDefinition;
|
1208
730
|
};
|
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
|
-
} & {
|
731
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
732
|
+
currentTheme: ResolvedThemeDefinition;
|
733
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
734
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1229
735
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1230
|
-
}
|
736
|
+
}>;
|
1231
737
|
get: {
|
1232
738
|
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1233
739
|
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
@@ -1237,41 +743,18 @@ export declare const useThemeContextStore: () => {
|
|
1237
743
|
state: {
|
1238
744
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
1239
745
|
};
|
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
|
-
} & {
|
746
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
747
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
748
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
749
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
1269
750
|
setBlueprint(type: "default"): void;
|
1270
751
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
1271
|
-
}
|
752
|
+
}>;
|
1272
753
|
get: {
|
1273
754
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
1274
755
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
756
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
757
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
1275
758
|
button: {
|
1276
759
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
1277
760
|
};
|
@@ -1286,8 +769,8 @@ export declare const useThemeContextStore: () => {
|
|
1286
769
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
1287
770
|
};
|
1288
771
|
container: {
|
1289
|
-
hasVariant(type: import("@omnia/fx-models").
|
1290
|
-
getByType(type: import("@omnia/fx-models").
|
772
|
+
hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
|
773
|
+
getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
1291
774
|
};
|
1292
775
|
};
|
1293
776
|
deactivated(): void;
|
@@ -1301,9 +784,6 @@ export declare const useThemeContextStore: () => {
|
|
1301
784
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
1302
785
|
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
786
|
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
787
|
currentTheme(): ResolvedThemeDefinition;
|
1308
788
|
};
|
1309
789
|
} & {
|