@omnia/fx 8.0.135-dev → 8.0.137-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 (50) 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/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.css.d.ts +2 -1
  5. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +29 -0
  6. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +29 -0
  7. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
  8. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -38
  9. package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +8 -0
  10. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
  13. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +29 -0
  14. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +253 -72
  15. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +506 -144
  16. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +29 -0
  17. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +506 -144
  18. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  22. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  23. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +8 -8
  24. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +38 -28
  27. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +210 -72
  28. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +20 -8
  29. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +210 -72
  30. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +13 -4897
  31. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +210 -72
  32. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +406 -0
  33. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +17 -7
  34. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +43 -0
  35. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
  36. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +210 -72
  37. package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
  38. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +0 -8
  39. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +253 -72
  40. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
  42. package/internal-do-not-import-from-here/ux/velcron/core/events/CreateEventHook.d.ts +5 -0
  43. package/internal-do-not-import-from-here/ux/velcron/core/events/index.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -2
  46. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +11 -3
  47. package/internal-do-not-import-from-here/wctypings.d.ts +41 -0
  48. package/package.json +3 -3
  49. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
  50. package/internal-do-not-import-from-here/ux/use/UseEventHook.d.ts +0 -14
@@ -42,6 +42,49 @@ export declare const useChromeBlueprintStore: () => {
42
42
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
43
43
  };
44
44
  get: {
45
+ componentBlueprintStore(): {
46
+ state: {
47
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
48
+ };
49
+ events: {
50
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
51
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
52
+ actions: {
53
+ onDispatching: {
54
+ setBlueprint: {
55
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
+ };
57
+ setBluePrints: {
58
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
+ };
60
+ };
61
+ onDispatched: {
62
+ setBlueprint: {
63
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
64
+ };
65
+ setBluePrints: {
66
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ };
68
+ };
69
+ onFailure: {
70
+ setBlueprint: {
71
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
+ };
73
+ setBluePrints: {
74
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
+ };
76
+ };
77
+ } & {
78
+ setBlueprint(type: "default"): void;
79
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
80
+ };
81
+ get: {
82
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
83
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
84
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
85
+ };
86
+ deactivated(): void;
87
+ };
45
88
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
46
89
  typography(): import("@omnia/fx-models").TypographyBlueprints;
47
90
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -88,6 +131,49 @@ export declare const useChromeBlueprintStore: () => {
88
131
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
89
132
  };
90
133
  get: {
134
+ componentBlueprintStore(): {
135
+ state: {
136
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
137
+ };
138
+ events: {
139
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
140
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
141
+ actions: {
142
+ onDispatching: {
143
+ setBlueprint: {
144
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
145
+ };
146
+ setBluePrints: {
147
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
148
+ };
149
+ };
150
+ onDispatched: {
151
+ setBlueprint: {
152
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
153
+ };
154
+ setBluePrints: {
155
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
156
+ };
157
+ };
158
+ onFailure: {
159
+ setBlueprint: {
160
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
161
+ };
162
+ setBluePrints: {
163
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
164
+ };
165
+ };
166
+ } & {
167
+ setBlueprint(type: "default"): void;
168
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
169
+ };
170
+ get: {
171
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
172
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
173
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
174
+ };
175
+ deactivated(): void;
176
+ };
91
177
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
92
178
  typography(): import("@omnia/fx-models").TypographyBlueprints;
93
179
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -134,6 +220,49 @@ export declare const useChromeBlueprintStore: () => {
134
220
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
135
221
  };
136
222
  get: {
223
+ componentBlueprintStore(): {
224
+ state: {
225
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
226
+ };
227
+ events: {
228
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
229
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
230
+ actions: {
231
+ onDispatching: {
232
+ setBlueprint: {
233
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
234
+ };
235
+ setBluePrints: {
236
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
237
+ };
238
+ };
239
+ onDispatched: {
240
+ setBlueprint: {
241
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
242
+ };
243
+ setBluePrints: {
244
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
245
+ };
246
+ };
247
+ onFailure: {
248
+ setBlueprint: {
249
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
250
+ };
251
+ setBluePrints: {
252
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
253
+ };
254
+ };
255
+ } & {
256
+ setBlueprint(type: "default"): void;
257
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
258
+ };
259
+ get: {
260
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
261
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
262
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
263
+ };
264
+ deactivated(): void;
265
+ };
137
266
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
138
267
  typography(): import("@omnia/fx-models").TypographyBlueprints;
139
268
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -180,12 +309,10 @@ export declare const useChromeBlueprintStore: () => {
180
309
  colorToned: string;
181
310
  };
182
311
  id: {
183
- equals: {
312
+ toString: () => string;
313
+ equals?: {
184
314
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
185
315
  };
186
- toString: () => string;
187
- toJSON: () => string;
188
- valueOf: () => string;
189
316
  };
190
317
  };
191
318
  secondary: {
@@ -211,12 +338,10 @@ export declare const useChromeBlueprintStore: () => {
211
338
  colorToned: string;
212
339
  };
213
340
  id: {
214
- equals: {
341
+ toString: () => string;
342
+ equals?: {
215
343
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
216
344
  };
217
- toString: () => string;
218
- toJSON: () => string;
219
- valueOf: () => string;
220
345
  };
221
346
  };
222
347
  accent1: {
@@ -242,12 +367,10 @@ export declare const useChromeBlueprintStore: () => {
242
367
  colorToned: string;
243
368
  };
244
369
  id: {
245
- equals: {
370
+ toString: () => string;
371
+ equals?: {
246
372
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
247
373
  };
248
- toString: () => string;
249
- toJSON: () => string;
250
- valueOf: () => string;
251
374
  };
252
375
  };
253
376
  accent2: {
@@ -273,12 +396,10 @@ export declare const useChromeBlueprintStore: () => {
273
396
  colorToned: string;
274
397
  };
275
398
  id: {
276
- equals: {
399
+ toString: () => string;
400
+ equals?: {
277
401
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
278
402
  };
279
- toString: () => string;
280
- toJSON: () => string;
281
- valueOf: () => string;
282
403
  };
283
404
  };
284
405
  accent3: {
@@ -304,12 +425,10 @@ export declare const useChromeBlueprintStore: () => {
304
425
  colorToned: string;
305
426
  };
306
427
  id: {
307
- equals: {
428
+ toString: () => string;
429
+ equals?: {
308
430
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
309
431
  };
310
- toString: () => string;
311
- toJSON: () => string;
312
- valueOf: () => string;
313
432
  };
314
433
  };
315
434
  neutral: {
@@ -335,12 +454,10 @@ export declare const useChromeBlueprintStore: () => {
335
454
  colorToned: string;
336
455
  };
337
456
  id: {
338
- equals: {
457
+ toString: () => string;
458
+ equals?: {
339
459
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
340
460
  };
341
- toString: () => string;
342
- toJSON: () => string;
343
- valueOf: () => string;
344
461
  };
345
462
  };
346
463
  background: {
@@ -366,12 +483,10 @@ export declare const useChromeBlueprintStore: () => {
366
483
  colorToned: string;
367
484
  };
368
485
  id: {
369
- equals: {
486
+ toString: () => string;
487
+ equals?: {
370
488
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
371
489
  };
372
- toString: () => string;
373
- toJSON: () => string;
374
- valueOf: () => string;
375
490
  };
376
491
  };
377
492
  error: {
@@ -397,12 +512,10 @@ export declare const useChromeBlueprintStore: () => {
397
512
  colorToned: string;
398
513
  };
399
514
  id: {
400
- equals: {
515
+ toString: () => string;
516
+ equals?: {
401
517
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
402
518
  };
403
- toString: () => string;
404
- toJSON: () => string;
405
- valueOf: () => string;
406
519
  };
407
520
  };
408
521
  info: {
@@ -428,12 +541,10 @@ export declare const useChromeBlueprintStore: () => {
428
541
  colorToned: string;
429
542
  };
430
543
  id: {
431
- equals: {
544
+ toString: () => string;
545
+ equals?: {
432
546
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
433
547
  };
434
- toString: () => string;
435
- toJSON: () => string;
436
- valueOf: () => string;
437
548
  };
438
549
  };
439
550
  warning: {
@@ -459,12 +570,10 @@ export declare const useChromeBlueprintStore: () => {
459
570
  colorToned: string;
460
571
  };
461
572
  id: {
462
- equals: {
573
+ toString: () => string;
574
+ equals?: {
463
575
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
464
576
  };
465
- toString: () => string;
466
- toJSON: () => string;
467
- valueOf: () => string;
468
577
  };
469
578
  };
470
579
  notification: {
@@ -490,12 +599,10 @@ export declare const useChromeBlueprintStore: () => {
490
599
  colorToned: string;
491
600
  };
492
601
  id: {
493
- equals: {
602
+ toString: () => string;
603
+ equals?: {
494
604
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
495
605
  };
496
- toString: () => string;
497
- toJSON: () => string;
498
- valueOf: () => string;
499
606
  };
500
607
  };
501
608
  };
@@ -504,12 +611,10 @@ export declare const useChromeBlueprintStore: () => {
504
611
  name: string;
505
612
  font?: {
506
613
  id: {
507
- equals: {
614
+ toString: () => string;
615
+ equals?: {
508
616
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
509
617
  };
510
- toString: () => string;
511
- toJSON: () => string;
512
- valueOf: () => string;
513
618
  };
514
619
  family: string;
515
620
  cdn?: string;
@@ -741,12 +846,10 @@ export declare const useChromeBlueprintStore: () => {
741
846
  };
742
847
  name?: string;
743
848
  id: {
744
- equals: {
849
+ toString: () => string;
850
+ equals?: {
745
851
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
746
852
  };
747
- toString: () => string;
748
- toJSON: () => string;
749
- valueOf: () => string;
750
853
  };
751
854
  };
752
855
  spacing: {
@@ -770,12 +873,10 @@ export declare const useChromeBlueprintStore: () => {
770
873
  };
771
874
  name?: string;
772
875
  id: {
773
- equals: {
876
+ toString: () => string;
877
+ equals?: {
774
878
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
775
879
  };
776
- toString: () => string;
777
- toJSON: () => string;
778
- valueOf: () => string;
779
880
  };
780
881
  };
781
882
  components: {
@@ -4096,7 +4197,7 @@ export declare const useChromeBlueprintStore: () => {
4096
4197
  events?: {
4097
4198
  onLoaded?: string[];
4098
4199
  onEditMode?: string[];
4099
- onSaved?: string[];
4200
+ onSaving?: string[];
4100
4201
  };
4101
4202
  actions?: {
4102
4203
  [name: string]: string[];
@@ -4297,7 +4398,7 @@ export declare const useChromeBlueprintStore: () => {
4297
4398
  events?: {
4298
4399
  onLoaded?: string[];
4299
4400
  onEditMode?: string[];
4300
- onSaved?: string[];
4401
+ onSaving?: string[];
4301
4402
  };
4302
4403
  actions?: {
4303
4404
  [name: string]: string[];
@@ -4498,7 +4599,7 @@ export declare const useChromeBlueprintStore: () => {
4498
4599
  events?: {
4499
4600
  onLoaded?: string[];
4500
4601
  onEditMode?: string[];
4501
- onSaved?: string[];
4602
+ onSaving?: string[];
4502
4603
  };
4503
4604
  actions?: {
4504
4605
  [name: string]: string[];
@@ -4699,7 +4800,7 @@ export declare const useChromeBlueprintStore: () => {
4699
4800
  events?: {
4700
4801
  onLoaded?: string[];
4701
4802
  onEditMode?: string[];
4702
- onSaved?: string[];
4803
+ onSaving?: string[];
4703
4804
  };
4704
4805
  actions?: {
4705
4806
  [name: string]: string[];
@@ -4850,31 +4951,25 @@ export declare const useChromeBlueprintStore: () => {
4850
4951
  };
4851
4952
  name?: string;
4852
4953
  id: {
4853
- equals: {
4954
+ toString: () => string;
4955
+ equals?: {
4854
4956
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4855
4957
  };
4856
- toString: () => string;
4857
- toJSON: () => string;
4858
- valueOf: () => string;
4859
4958
  };
4860
4959
  };
4861
4960
  name?: string;
4862
4961
  id: {
4863
- equals: {
4962
+ toString: () => string;
4963
+ equals?: {
4864
4964
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4865
4965
  };
4866
- toString: () => string;
4867
- toJSON: () => string;
4868
- valueOf: () => string;
4869
4966
  };
4870
4967
  };
4871
4968
  id: {
4872
- equals: {
4969
+ toString: () => string;
4970
+ equals?: {
4873
4971
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4874
4972
  };
4875
- toString: () => string;
4876
- toJSON: () => string;
4877
- valueOf: () => string;
4878
4973
  };
4879
4974
  name?: string;
4880
4975
  };
@@ -4907,6 +5002,49 @@ export declare const useChromeBlueprintStore: () => {
4907
5002
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
4908
5003
  };
4909
5004
  get: {
5005
+ componentBlueprintStore: () => {
5006
+ state: {
5007
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
5008
+ };
5009
+ events: {
5010
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
5011
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5012
+ actions: {
5013
+ onDispatching: {
5014
+ setBlueprint: {
5015
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5016
+ };
5017
+ setBluePrints: {
5018
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5019
+ };
5020
+ };
5021
+ onDispatched: {
5022
+ setBlueprint: {
5023
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5024
+ };
5025
+ setBluePrints: {
5026
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5027
+ };
5028
+ };
5029
+ onFailure: {
5030
+ setBlueprint: {
5031
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5032
+ };
5033
+ setBluePrints: {
5034
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5035
+ };
5036
+ };
5037
+ } & {
5038
+ setBlueprint(type: "default"): void;
5039
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
5040
+ };
5041
+ get: {
5042
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5043
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5044
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5045
+ };
5046
+ deactivated(): void;
5047
+ };
4910
5048
  colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
4911
5049
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
4912
5050
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
@@ -1,4 +1,4 @@
1
- import { ColorSchema, Guid, ITemplateRegistration } from "@omnia/fx-models";
1
+ import { ColorSchema, GuidValue, ITemplateRegistration, ThemeDefinitionV2 } from "@omnia/fx-models";
2
2
  export declare const useColorSchemaDefinitionStore: () => {
3
3
  state: {
4
4
  schemas: ITemplateRegistration<ColorSchema>[];
@@ -8,32 +8,44 @@ export declare const useColorSchemaDefinitionStore: () => {
8
8
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
9
9
  actions: {
10
10
  onDispatching: {
11
+ ensureReferencesFromTheme: {
12
+ subscribe(fn: (themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
13
+ };
11
14
  upsertColorSchema: {
12
15
  subscribe(fn: (colorSchemaRegistration: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
13
16
  };
14
17
  deleteColorSchema: {
15
- subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
19
  };
17
20
  };
18
21
  onDispatched: {
22
+ ensureReferencesFromTheme: {
23
+ subscribe(fn: (result: void, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
+ };
19
25
  upsertColorSchema: {
20
- subscribe(fn: (result: void, colorSchemaRegistration: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
+ subscribe(fn: (result: unknown, colorSchemaRegistration: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
27
  };
22
28
  deleteColorSchema: {
23
- subscribe(fn: (result: void, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
+ subscribe(fn: (result: unknown, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
30
  };
25
31
  };
26
32
  onFailure: {
33
+ ensureReferencesFromTheme: {
34
+ subscribe(fn: (failureReason: any, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
+ };
27
36
  upsertColorSchema: {
28
37
  subscribe(fn: (failureReason: any, colorSchemaRegistration: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
38
  };
30
39
  deleteColorSchema: {
31
- subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
40
+ subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
41
  };
33
42
  };
34
43
  } & {
35
- upsertColorSchema(colorSchemaRegistration: ITemplateRegistration<ColorSchema>): void;
36
- deleteColorSchema(registrationId: Guid): void;
44
+ ensureReferencesFromTheme(themeDefinition: ThemeDefinitionV2): Promise<void>;
45
+ upsertColorSchema(colorSchemaRegistration: ITemplateRegistration<ColorSchema>): Promise<unknown>;
46
+ deleteColorSchema(registrationId: GuidValue): Promise<unknown>;
47
+ };
48
+ get: {
49
+ byId: (id: GuidValue) => ColorSchema;
37
50
  };
38
- get: {};
39
51
  };