@omnia/fx 8.0.317-dev → 8.0.321-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.
Files changed (61) hide show
  1. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +0 -4
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  5. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +3 -2
  8. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +5 -2
  9. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +12 -0
  11. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +4 -548
  13. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +7 -7
  14. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -1
  15. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +3 -20
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -329
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +4 -329
  19. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +6 -62
  20. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.stylex.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +8 -0
  22. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.stylex.d.ts +8 -0
  23. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/Handler.d.ts +9 -0
  24. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/store/CentralImageLocationProviderStore.d.ts +42 -0
  25. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +5 -0
  26. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.stylex.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +15 -0
  28. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +3 -2
  29. package/internal-do-not-import-from-here/ux/models/AnimatedGifStyles.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +6 -1
  31. package/internal-do-not-import-from-here/ux/oxide/hover/Hover.d.ts +14 -0
  32. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.stylex.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -2
  35. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +5 -1
  36. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +13 -4
  37. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +4 -0
  38. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +7 -8
  40. package/internal-do-not-import-from-here/ux/video/VideoPlayer.css.d.ts +46 -0
  41. package/internal-do-not-import-from-here/ux/video/VideoPlayer.d.ts +33 -0
  42. package/internal-do-not-import-from-here/wctypings.d.ts +46 -4
  43. package/package.json +4 -4
  44. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +0 -8
  45. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.css.d.ts +0 -0
  46. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +0 -0
  47. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +0 -0
  48. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_oldv2.d.ts +0 -60
  49. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_oldv2.stylex.d.ts +0 -5
  50. package/internal-do-not-import-from-here/ux/vuetify/avatar/VAvatar.bundle.d.ts +0 -1
  51. package/internal-do-not-import-from-here/ux/vuetify/badge/VBadge.bundle.d.ts +0 -1
  52. package/internal-do-not-import-from-here/ux/vuetify/button/VButton.bundle.d.ts +0 -1
  53. package/internal-do-not-import-from-here/ux/vuetify/chip/VChip.bundle.d.ts +0 -1
  54. package/internal-do-not-import-from-here/ux/vuetify/hover/VHover.bundle.d.ts +0 -1
  55. package/internal-do-not-import-from-here/ux/vuetify/menu/VMenu.bundle.d.ts +0 -1
  56. package/internal-do-not-import-from-here/ux/vuetify/speeddial/VSpeedDial.bundle.d.ts +0 -1
  57. package/internal-do-not-import-from-here/ux/vuetify/toolbar/Toolbar.bundle.d.ts +0 -1
  58. package/internal-do-not-import-from-here/ux/vuetify/tooltip/VTooltip.bundle.d.ts +0 -1
  59. package/internal-do-not-import-from-here/ux/vuetify/virtualscroll/VirtualScroll.bundle.d.ts +0 -1
  60. /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview_old.d.ts → Treeview.d.ts} +0 -0
  61. /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview_old.stylex.d.ts → Treeview.stylex.d.ts} +0 -0
@@ -4,556 +4,9 @@ export declare const useThemeContextStore: () => {
4
4
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
5
5
  saveTheme(variant: ThemeContextType): void;
6
6
  }>;
7
- state: {
8
- defaultTheme: {
9
- state: {
10
- currentTheme: ResolvedThemeDefinition;
11
- };
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<{
16
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
17
- }>;
18
- get: {
19
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
20
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
21
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
22
- };
23
- componentBlueprintStore(): {
24
- state: {
25
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
26
- };
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<{
31
- ensure(): {
32
- buttons: () => void;
33
- };
34
- setBlueprint(type: "default"): void;
35
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
36
- }>;
37
- get: {
38
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
39
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
40
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
41
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
42
- button: {
43
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
44
- };
45
- tabs: {
46
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
47
- };
48
- icon: {
49
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
50
- };
51
- containerFill: {
52
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
53
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
54
- };
55
- header: {
56
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
57
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
58
- };
59
- };
60
- deactivated(): void;
61
- } & {
62
- dispose?: () => void;
63
- };
64
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
65
- typography(): import("@omnia/fx-models").TypographyBlueprints;
66
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
67
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
68
- component(): import("@omnia/fx-models").ComponentBlueprints;
69
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
70
- 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;
71
- currentTheme(): ResolvedThemeDefinition;
72
- };
73
- } & {
74
- dispose?: () => void;
75
- };
76
- adminTheme: {
77
- state: {
78
- currentTheme: ResolvedThemeDefinition;
79
- };
80
- events: import("@omnia/fx/stores").StoreEvents<{
81
- currentTheme: ResolvedThemeDefinition;
82
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
83
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
84
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
85
- }>;
86
- get: {
87
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
88
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
89
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
90
- };
91
- componentBlueprintStore(): {
92
- state: {
93
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
94
- };
95
- events: import("@omnia/fx/stores").StoreEvents<{
96
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
97
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
98
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
99
- ensure(): {
100
- buttons: () => void;
101
- };
102
- setBlueprint(type: "default"): void;
103
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
104
- }>;
105
- get: {
106
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
107
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
108
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
109
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
110
- button: {
111
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
112
- };
113
- tabs: {
114
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
115
- };
116
- icon: {
117
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
118
- };
119
- containerFill: {
120
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
121
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
122
- };
123
- header: {
124
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
125
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
126
- };
127
- };
128
- deactivated(): void;
129
- } & {
130
- dispose?: () => void;
131
- };
132
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
133
- typography(): import("@omnia/fx-models").TypographyBlueprints;
134
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
135
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
136
- component(): import("@omnia/fx-models").ComponentBlueprints;
137
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
138
- 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;
139
- currentTheme(): ResolvedThemeDefinition;
140
- };
141
- } & {
142
- dispose?: () => void;
143
- };
144
- previewTheme: {
145
- state: {
146
- currentTheme: ResolvedThemeDefinition;
147
- };
148
- events: import("@omnia/fx/stores").StoreEvents<{
149
- currentTheme: ResolvedThemeDefinition;
150
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
151
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
152
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
153
- }>;
154
- get: {
155
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
156
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
157
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
158
- };
159
- componentBlueprintStore(): {
160
- state: {
161
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
162
- };
163
- events: import("@omnia/fx/stores").StoreEvents<{
164
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
165
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
166
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
167
- ensure(): {
168
- buttons: () => void;
169
- };
170
- setBlueprint(type: "default"): void;
171
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
172
- }>;
173
- get: {
174
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
175
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
176
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
177
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
178
- button: {
179
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
180
- };
181
- tabs: {
182
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
183
- };
184
- icon: {
185
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
186
- };
187
- containerFill: {
188
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
189
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
190
- };
191
- header: {
192
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
193
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
194
- };
195
- };
196
- deactivated(): void;
197
- } & {
198
- dispose?: () => void;
199
- };
200
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
201
- typography(): import("@omnia/fx-models").TypographyBlueprints;
202
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
203
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
204
- component(): import("@omnia/fx-models").ComponentBlueprints;
205
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
206
- 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;
207
- currentTheme(): ResolvedThemeDefinition;
208
- };
209
- } & {
210
- dispose?: () => void;
211
- };
212
- designerTheme: {
213
- state: {
214
- currentTheme: ResolvedThemeDefinition;
215
- };
216
- events: import("@omnia/fx/stores").StoreEvents<{
217
- currentTheme: ResolvedThemeDefinition;
218
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
219
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
220
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
221
- }>;
222
- get: {
223
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
224
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
225
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
226
- };
227
- componentBlueprintStore(): {
228
- state: {
229
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
230
- };
231
- events: import("@omnia/fx/stores").StoreEvents<{
232
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
233
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
234
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
235
- ensure(): {
236
- buttons: () => void;
237
- };
238
- setBlueprint(type: "default"): void;
239
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
240
- }>;
241
- get: {
242
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
243
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
244
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
245
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
246
- button: {
247
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
248
- };
249
- tabs: {
250
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
251
- };
252
- icon: {
253
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
254
- };
255
- containerFill: {
256
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
257
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
258
- };
259
- header: {
260
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
261
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
262
- };
263
- };
264
- deactivated(): void;
265
- } & {
266
- dispose?: () => void;
267
- };
268
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
269
- typography(): import("@omnia/fx-models").TypographyBlueprints;
270
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
271
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
272
- component(): import("@omnia/fx-models").ComponentBlueprints;
273
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
274
- 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;
275
- currentTheme(): ResolvedThemeDefinition;
276
- };
277
- } & {
278
- dispose?: () => void;
279
- };
280
- };
281
- events: import("@omnia/fx/stores").StoreEvents<{
282
- defaultTheme: {
283
- state: {
284
- currentTheme: ResolvedThemeDefinition;
285
- };
286
- events: import("@omnia/fx/stores").StoreEvents<{
287
- currentTheme: ResolvedThemeDefinition;
288
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
289
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
290
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
291
- }>;
292
- get: {
293
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
294
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
295
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
296
- };
297
- componentBlueprintStore(): {
298
- state: {
299
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
300
- };
301
- events: import("@omnia/fx/stores").StoreEvents<{
302
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
303
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
304
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
305
- ensure(): {
306
- buttons: () => void;
307
- };
308
- setBlueprint(type: "default"): void;
309
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
310
- }>;
311
- get: {
312
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
313
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
314
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
315
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
316
- button: {
317
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
318
- };
319
- tabs: {
320
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
321
- };
322
- icon: {
323
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
324
- };
325
- containerFill: {
326
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
327
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
328
- };
329
- header: {
330
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
331
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
332
- };
333
- };
334
- deactivated(): void;
335
- } & {
336
- dispose?: () => void;
337
- };
338
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
339
- typography(): import("@omnia/fx-models").TypographyBlueprints;
340
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
341
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
342
- component(): import("@omnia/fx-models").ComponentBlueprints;
343
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
344
- 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;
345
- currentTheme(): ResolvedThemeDefinition;
346
- };
347
- } & {
348
- dispose?: () => void;
349
- };
350
- adminTheme: {
351
- state: {
352
- currentTheme: ResolvedThemeDefinition;
353
- };
354
- events: import("@omnia/fx/stores").StoreEvents<{
355
- currentTheme: ResolvedThemeDefinition;
356
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
357
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
358
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
359
- }>;
360
- get: {
361
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
362
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
363
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
364
- };
365
- componentBlueprintStore(): {
366
- state: {
367
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
368
- };
369
- events: import("@omnia/fx/stores").StoreEvents<{
370
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
371
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
372
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
373
- ensure(): {
374
- buttons: () => void;
375
- };
376
- setBlueprint(type: "default"): void;
377
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
378
- }>;
379
- get: {
380
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
381
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
382
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
383
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
384
- button: {
385
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
386
- };
387
- tabs: {
388
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
389
- };
390
- icon: {
391
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
392
- };
393
- containerFill: {
394
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
395
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
396
- };
397
- header: {
398
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
399
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
400
- };
401
- };
402
- deactivated(): void;
403
- } & {
404
- dispose?: () => void;
405
- };
406
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
407
- typography(): import("@omnia/fx-models").TypographyBlueprints;
408
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
409
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
410
- component(): import("@omnia/fx-models").ComponentBlueprints;
411
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
412
- 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;
413
- currentTheme(): ResolvedThemeDefinition;
414
- };
415
- } & {
416
- dispose?: () => void;
417
- };
418
- previewTheme: {
419
- state: {
420
- currentTheme: ResolvedThemeDefinition;
421
- };
422
- events: import("@omnia/fx/stores").StoreEvents<{
423
- currentTheme: ResolvedThemeDefinition;
424
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
425
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
426
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
427
- }>;
428
- get: {
429
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
430
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
431
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
432
- };
433
- componentBlueprintStore(): {
434
- state: {
435
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
436
- };
437
- events: import("@omnia/fx/stores").StoreEvents<{
438
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
439
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
440
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
441
- ensure(): {
442
- buttons: () => void;
443
- };
444
- setBlueprint(type: "default"): void;
445
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
446
- }>;
447
- get: {
448
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
449
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
450
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
451
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
452
- button: {
453
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
454
- };
455
- tabs: {
456
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
457
- };
458
- icon: {
459
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
460
- };
461
- containerFill: {
462
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
463
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
464
- };
465
- header: {
466
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
467
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
468
- };
469
- };
470
- deactivated(): void;
471
- } & {
472
- dispose?: () => void;
473
- };
474
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
475
- typography(): import("@omnia/fx-models").TypographyBlueprints;
476
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
477
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
478
- component(): import("@omnia/fx-models").ComponentBlueprints;
479
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
480
- 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;
481
- currentTheme(): ResolvedThemeDefinition;
482
- };
483
- } & {
484
- dispose?: () => void;
485
- };
486
- designerTheme: {
487
- state: {
488
- currentTheme: ResolvedThemeDefinition;
489
- };
490
- events: import("@omnia/fx/stores").StoreEvents<{
491
- currentTheme: ResolvedThemeDefinition;
492
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
493
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
494
- setTheme(themeDefinition: ResolvedThemeDefinition): void;
495
- }>;
496
- get: {
497
- getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
498
- value: import("./ColorSchemaStore").ColorSchemaStoreType;
499
- setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
500
- };
501
- componentBlueprintStore(): {
502
- state: {
503
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
504
- };
505
- events: import("@omnia/fx/stores").StoreEvents<{
506
- blueprints: import("@omnia/fx-models").ComponentBlueprints;
507
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
508
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
509
- ensure(): {
510
- buttons: () => void;
511
- };
512
- setBlueprint(type: "default"): void;
513
- setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
514
- }>;
515
- get: {
516
- byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
517
- readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
518
- readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
519
- blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
520
- button: {
521
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
522
- };
523
- tabs: {
524
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
525
- };
526
- icon: {
527
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
528
- };
529
- containerFill: {
530
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
531
- getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
532
- };
533
- header: {
534
- hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
535
- getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
536
- };
537
- };
538
- deactivated(): void;
539
- } & {
540
- dispose?: () => void;
541
- };
542
- colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
543
- typography(): import("@omnia/fx-models").TypographyBlueprints;
544
- fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
545
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
546
- component(): import("@omnia/fx-models").ComponentBlueprints;
547
- color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
548
- 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;
549
- currentTheme(): ResolvedThemeDefinition;
550
- };
551
- } & {
552
- dispose?: () => void;
553
- };
554
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
555
7
  get: {
556
8
  readonly defaultTheme: {
9
+ id: import("@omnia/fx-models").guid;
557
10
  state: {
558
11
  currentTheme: ResolvedThemeDefinition;
559
12
  };
@@ -622,6 +75,7 @@ export declare const useThemeContextStore: () => {
622
75
  dispose?: () => void;
623
76
  };
624
77
  readonly adminTheme: {
78
+ id: import("@omnia/fx-models").guid;
625
79
  state: {
626
80
  currentTheme: ResolvedThemeDefinition;
627
81
  };
@@ -690,6 +144,7 @@ export declare const useThemeContextStore: () => {
690
144
  dispose?: () => void;
691
145
  };
692
146
  readonly previewTheme: {
147
+ id: import("@omnia/fx-models").guid;
693
148
  state: {
694
149
  currentTheme: ResolvedThemeDefinition;
695
150
  };
@@ -758,6 +213,7 @@ export declare const useThemeContextStore: () => {
758
213
  dispose?: () => void;
759
214
  };
760
215
  readonly designerTheme: {
216
+ id: import("@omnia/fx-models").guid;
761
217
  state: {
762
218
  currentTheme: ResolvedThemeDefinition;
763
219
  };
@@ -1,17 +1,17 @@
1
1
  import { ColorSchema, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, SpacingBlueprints, TemplateRegistrationType, ThemeDefinition, TypographyBlueprints } from "@omnia/fx-models";
2
2
  type ThemeRegistration = ITemplateRegistration<ResolvedThemeDefinition, TemplateRegistrationType> | ITemplateRegistration<ColorSchema> | ITemplateRegistration<TypographyBlueprints> | ITemplateRegistration<ComponentBlueprints> | ITemplateRegistration<SpacingBlueprints>;
3
3
  type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprints | SpacingBlueprints | ComponentBlueprints>;
4
- export declare const useThemeDataStore: () => {
4
+ export declare const useThemeProviderStore: () => {
5
5
  state: {
6
- adminThemeResolve: ResolvedThemeDefinition;
7
- defaultThemeResolve: ResolvedThemeDefinition;
8
- availableThemeResolve: ThemesResolved;
6
+ adminTheme: ResolvedThemeDefinition;
7
+ defaultTheme: ResolvedThemeDefinition;
8
+ availableThemes: ThemesResolved;
9
9
  isLoaded: boolean;
10
10
  };
11
11
  events: import("@omnia/fx/stores").StoreEvents<{
12
- adminThemeResolve: ResolvedThemeDefinition;
13
- defaultThemeResolve: ResolvedThemeDefinition;
14
- availableThemeResolve: ThemesResolved;
12
+ adminTheme: ResolvedThemeDefinition;
13
+ defaultTheme: ResolvedThemeDefinition;
14
+ availableThemes: ThemesResolved;
15
15
  isLoaded: boolean;
16
16
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
17
17
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
@@ -1,6 +1,7 @@
1
- import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, BlueprintVariant, ResolvedThemeDefinition } from "@omnia/fx-models";
1
+ import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, BlueprintVariant, ResolvedThemeDefinition, guid } from "@omnia/fx-models";
2
2
  import { type ColorSchemaStoreType } from "./ColorSchemaStore";
3
3
  export declare const useThemeStore: () => {
4
+ id: guid;
4
5
  state: {
5
6
  currentTheme: ResolvedThemeDefinition;
6
7
  };
@@ -20,6 +20,7 @@ export declare const useTypographyBlueprintStore: () => {
20
20
  get: {
21
21
  readonly defaultTypographyBlueprint: TypographyBlueprint;
22
22
  readonly themeStore: {
23
+ id: guid;
23
24
  state: {
24
25
  currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
25
26
  };