@omnia/fx 8.0.299-dev → 8.0.300-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
  3. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
  5. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
  6. package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
  7. package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
  8. package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
  9. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
  10. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
  11. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
  12. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
  13. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
  14. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
  15. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
  16. package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
  17. package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
  18. package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
  19. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
  20. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
  21. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
  22. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
  23. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
  24. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
  25. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
  26. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
  27. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
  28. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
  29. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
  30. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
  31. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
  32. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
  33. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/AddBlueprint.d.ts +16 -0
  34. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +8 -42
  35. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
  36. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +68 -377
  37. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +17 -69
  38. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
  39. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
  40. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
  41. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
  42. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
  43. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
  44. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
  45. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
  46. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
  47. package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
  49. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
  50. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +8 -33
  51. package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +4 -0
  52. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
  53. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +19 -406
  54. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
  55. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +156 -700
  56. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
  57. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +13 -57
  58. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +20 -407
  59. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
  60. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
  61. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
  62. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
  63. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
  64. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
  65. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
  66. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
  67. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
  68. package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
  69. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
  70. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
  71. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
  72. package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
  73. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
  74. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
  75. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
  76. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
  77. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
  80. package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
  81. package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
  82. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
  83. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
  84. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -54
  85. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
  87. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
  89. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
  90. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
  92. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
  95. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
  96. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
  97. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
  99. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
  100. package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
  101. package/internal-do-not-import-from-here/wctypings.d.ts +11 -9
  102. package/package.json +2 -2
  103. /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
  104. /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
  106. /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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
30
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
61
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
109
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
137
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
168
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
216
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
244
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
275
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
323
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
351
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
382
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
430
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedDefaultTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
261
+ events: import("@omnia/fx/stores").StoreEvents<{
262
+ defaultTheme: {
455
263
  state: {
456
264
  currentTheme: ResolvedThemeDefinition;
457
265
  };
458
- events: {
459
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
460
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
491
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
539
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedAdminTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
324
+ };
325
+ adminTheme: {
562
326
  state: {
563
327
  currentTheme: ResolvedThemeDefinition;
564
328
  };
565
- events: {
566
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
567
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
598
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
646
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedPreviewTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
387
+ };
388
+ previewTheme: {
669
389
  state: {
670
390
  currentTheme: ResolvedThemeDefinition;
671
391
  };
672
- events: {
673
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
674
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
705
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
753
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedDesignerTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
450
+ };
451
+ designerTheme: {
776
452
  state: {
777
453
  currentTheme: ResolvedThemeDefinition;
778
454
  };
779
- events: {
780
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
781
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
812
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
860
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
890
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
921
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
969
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
997
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
1028
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
1076
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
1104
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
1135
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
1183
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
- onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
1211
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
1242
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
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").ContainerVariant | string): boolean;
1290
- getByType(type: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint | string): import("@omnia/fx-models").ContainerBlueprint;
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
  } & {