@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
@@ -74,6 +74,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
74
74
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
75
75
  };
76
76
  get: {
77
+ componentBlueprintStore(): {
78
+ state: {
79
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
80
+ };
81
+ events: {
82
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
83
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
84
+ actions: {
85
+ onDispatching: {
86
+ setBlueprint: {
87
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
88
+ };
89
+ setBluePrints: {
90
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
91
+ };
92
+ };
93
+ onDispatched: {
94
+ setBlueprint: {
95
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
96
+ };
97
+ setBluePrints: {
98
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
99
+ };
100
+ };
101
+ onFailure: {
102
+ setBlueprint: {
103
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
+ };
105
+ setBluePrints: {
106
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
+ };
108
+ };
109
+ } & {
110
+ setBlueprint(type: "default"): void;
111
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
112
+ };
113
+ get: {
114
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
115
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
116
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
117
+ };
118
+ deactivated(): void;
119
+ };
77
120
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
78
121
  typography(): import("@omnia/fx-models").TypographyBlueprints;
79
122
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -126,6 +169,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
126
169
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
127
170
  };
128
171
  get: {
172
+ componentBlueprintStore(): {
173
+ state: {
174
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
175
+ };
176
+ events: {
177
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
178
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
179
+ actions: {
180
+ onDispatching: {
181
+ setBlueprint: {
182
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
183
+ };
184
+ setBluePrints: {
185
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
186
+ };
187
+ };
188
+ onDispatched: {
189
+ setBlueprint: {
190
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
191
+ };
192
+ setBluePrints: {
193
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
194
+ };
195
+ };
196
+ onFailure: {
197
+ setBlueprint: {
198
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
199
+ };
200
+ setBluePrints: {
201
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
202
+ };
203
+ };
204
+ } & {
205
+ setBlueprint(type: "default"): void;
206
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
207
+ };
208
+ get: {
209
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
210
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
211
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
212
+ };
213
+ deactivated(): void;
214
+ };
129
215
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
130
216
  typography(): import("@omnia/fx-models").TypographyBlueprints;
131
217
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -178,6 +264,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
178
264
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
179
265
  };
180
266
  get: {
267
+ componentBlueprintStore(): {
268
+ state: {
269
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
270
+ };
271
+ events: {
272
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
273
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
274
+ actions: {
275
+ onDispatching: {
276
+ setBlueprint: {
277
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
278
+ };
279
+ setBluePrints: {
280
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
281
+ };
282
+ };
283
+ onDispatched: {
284
+ setBlueprint: {
285
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
286
+ };
287
+ setBluePrints: {
288
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
289
+ };
290
+ };
291
+ onFailure: {
292
+ setBlueprint: {
293
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
294
+ };
295
+ setBluePrints: {
296
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
297
+ };
298
+ };
299
+ } & {
300
+ setBlueprint(type: "default"): void;
301
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
302
+ };
303
+ get: {
304
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
305
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
306
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
307
+ };
308
+ deactivated(): void;
309
+ };
181
310
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
182
311
  typography(): import("@omnia/fx-models").TypographyBlueprints;
183
312
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -223,6 +352,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
223
352
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
224
353
  };
225
354
  get: {
355
+ componentBlueprintStore(): {
356
+ state: {
357
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
358
+ };
359
+ events: {
360
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
361
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
362
+ actions: {
363
+ onDispatching: {
364
+ setBlueprint: {
365
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
366
+ };
367
+ setBluePrints: {
368
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
369
+ };
370
+ };
371
+ onDispatched: {
372
+ setBlueprint: {
373
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
374
+ };
375
+ setBluePrints: {
376
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
377
+ };
378
+ };
379
+ onFailure: {
380
+ setBlueprint: {
381
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
382
+ };
383
+ setBluePrints: {
384
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
385
+ };
386
+ };
387
+ } & {
388
+ setBlueprint(type: "default"): void;
389
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
390
+ };
391
+ get: {
392
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
393
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
394
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
395
+ };
396
+ deactivated(): void;
397
+ };
226
398
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
227
399
  typography(): import("@omnia/fx-models").TypographyBlueprints;
228
400
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -264,12 +436,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
264
436
  colorToned: string;
265
437
  };
266
438
  id: {
267
- equals: {
439
+ toString: () => string;
440
+ equals?: {
268
441
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
269
442
  };
270
- toString: () => string;
271
- toJSON: () => string;
272
- valueOf: () => string;
273
443
  };
274
444
  };
275
445
  secondary: {
@@ -295,12 +465,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
295
465
  colorToned: string;
296
466
  };
297
467
  id: {
298
- equals: {
468
+ toString: () => string;
469
+ equals?: {
299
470
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
300
471
  };
301
- toString: () => string;
302
- toJSON: () => string;
303
- valueOf: () => string;
304
472
  };
305
473
  };
306
474
  accent1: {
@@ -326,12 +494,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
326
494
  colorToned: string;
327
495
  };
328
496
  id: {
329
- equals: {
497
+ toString: () => string;
498
+ equals?: {
330
499
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
331
500
  };
332
- toString: () => string;
333
- toJSON: () => string;
334
- valueOf: () => string;
335
501
  };
336
502
  };
337
503
  accent2: {
@@ -357,12 +523,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
357
523
  colorToned: string;
358
524
  };
359
525
  id: {
360
- equals: {
526
+ toString: () => string;
527
+ equals?: {
361
528
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
362
529
  };
363
- toString: () => string;
364
- toJSON: () => string;
365
- valueOf: () => string;
366
530
  };
367
531
  };
368
532
  accent3: {
@@ -388,12 +552,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
388
552
  colorToned: string;
389
553
  };
390
554
  id: {
391
- equals: {
555
+ toString: () => string;
556
+ equals?: {
392
557
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
393
558
  };
394
- toString: () => string;
395
- toJSON: () => string;
396
- valueOf: () => string;
397
559
  };
398
560
  };
399
561
  neutral: {
@@ -419,12 +581,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
419
581
  colorToned: string;
420
582
  };
421
583
  id: {
422
- equals: {
584
+ toString: () => string;
585
+ equals?: {
423
586
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
424
587
  };
425
- toString: () => string;
426
- toJSON: () => string;
427
- valueOf: () => string;
428
588
  };
429
589
  };
430
590
  background: {
@@ -450,12 +610,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
450
610
  colorToned: string;
451
611
  };
452
612
  id: {
453
- equals: {
613
+ toString: () => string;
614
+ equals?: {
454
615
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
455
616
  };
456
- toString: () => string;
457
- toJSON: () => string;
458
- valueOf: () => string;
459
617
  };
460
618
  };
461
619
  error: {
@@ -481,12 +639,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
481
639
  colorToned: string;
482
640
  };
483
641
  id: {
484
- equals: {
642
+ toString: () => string;
643
+ equals?: {
485
644
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
486
645
  };
487
- toString: () => string;
488
- toJSON: () => string;
489
- valueOf: () => string;
490
646
  };
491
647
  };
492
648
  info: {
@@ -512,12 +668,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
512
668
  colorToned: string;
513
669
  };
514
670
  id: {
515
- equals: {
671
+ toString: () => string;
672
+ equals?: {
516
673
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
517
674
  };
518
- toString: () => string;
519
- toJSON: () => string;
520
- valueOf: () => string;
521
675
  };
522
676
  };
523
677
  warning: {
@@ -543,12 +697,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
543
697
  colorToned: string;
544
698
  };
545
699
  id: {
546
- equals: {
700
+ toString: () => string;
701
+ equals?: {
547
702
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
548
703
  };
549
- toString: () => string;
550
- toJSON: () => string;
551
- valueOf: () => string;
552
704
  };
553
705
  };
554
706
  notification: {
@@ -574,12 +726,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
574
726
  colorToned: string;
575
727
  };
576
728
  id: {
577
- equals: {
729
+ toString: () => string;
730
+ equals?: {
578
731
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
579
732
  };
580
- toString: () => string;
581
- toJSON: () => string;
582
- valueOf: () => string;
583
733
  };
584
734
  };
585
735
  };
@@ -588,12 +738,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
588
738
  name: string;
589
739
  font?: {
590
740
  id: {
591
- equals: {
741
+ toString: () => string;
742
+ equals?: {
592
743
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
593
744
  };
594
- toString: () => string;
595
- toJSON: () => string;
596
- valueOf: () => string;
597
745
  };
598
746
  family: string;
599
747
  cdn?: string;
@@ -825,12 +973,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
825
973
  };
826
974
  name?: string;
827
975
  id: {
828
- equals: {
976
+ toString: () => string;
977
+ equals?: {
829
978
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
830
979
  };
831
- toString: () => string;
832
- toJSON: () => string;
833
- valueOf: () => string;
834
980
  };
835
981
  };
836
982
  spacing: {
@@ -854,12 +1000,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
854
1000
  };
855
1001
  name?: string;
856
1002
  id: {
857
- equals: {
1003
+ toString: () => string;
1004
+ equals?: {
858
1005
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
859
1006
  };
860
- toString: () => string;
861
- toJSON: () => string;
862
- valueOf: () => string;
863
1007
  };
864
1008
  };
865
1009
  components: {
@@ -4180,7 +4324,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4180
4324
  events?: {
4181
4325
  onLoaded?: string[];
4182
4326
  onEditMode?: string[];
4183
- onSaved?: string[];
4327
+ onSaving?: string[];
4184
4328
  };
4185
4329
  actions?: {
4186
4330
  [name: string]: string[];
@@ -4381,7 +4525,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4381
4525
  events?: {
4382
4526
  onLoaded?: string[];
4383
4527
  onEditMode?: string[];
4384
- onSaved?: string[];
4528
+ onSaving?: string[];
4385
4529
  };
4386
4530
  actions?: {
4387
4531
  [name: string]: string[];
@@ -4582,7 +4726,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4582
4726
  events?: {
4583
4727
  onLoaded?: string[];
4584
4728
  onEditMode?: string[];
4585
- onSaved?: string[];
4729
+ onSaving?: string[];
4586
4730
  };
4587
4731
  actions?: {
4588
4732
  [name: string]: string[];
@@ -4783,7 +4927,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4783
4927
  events?: {
4784
4928
  onLoaded?: string[];
4785
4929
  onEditMode?: string[];
4786
- onSaved?: string[];
4930
+ onSaving?: string[];
4787
4931
  };
4788
4932
  actions?: {
4789
4933
  [name: string]: string[];
@@ -4934,31 +5078,25 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4934
5078
  };
4935
5079
  name?: string;
4936
5080
  id: {
4937
- equals: {
5081
+ toString: () => string;
5082
+ equals?: {
4938
5083
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4939
5084
  };
4940
- toString: () => string;
4941
- toJSON: () => string;
4942
- valueOf: () => string;
4943
5085
  };
4944
5086
  };
4945
5087
  name?: string;
4946
5088
  id: {
4947
- equals: {
5089
+ toString: () => string;
5090
+ equals?: {
4948
5091
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4949
5092
  };
4950
- toString: () => string;
4951
- toJSON: () => string;
4952
- valueOf: () => string;
4953
5093
  };
4954
5094
  };
4955
5095
  id: {
4956
- equals: {
5096
+ toString: () => string;
5097
+ equals?: {
4957
5098
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4958
5099
  };
4959
- toString: () => string;
4960
- toJSON: () => string;
4961
- valueOf: () => string;
4962
5100
  };
4963
5101
  name?: string;
4964
5102
  };
@@ -4991,6 +5129,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4991
5129
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
4992
5130
  };
4993
5131
  get: {
5132
+ componentBlueprintStore: () => {
5133
+ state: {
5134
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
5135
+ };
5136
+ events: {
5137
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
5138
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5139
+ actions: {
5140
+ onDispatching: {
5141
+ setBlueprint: {
5142
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5143
+ };
5144
+ setBluePrints: {
5145
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5146
+ };
5147
+ };
5148
+ onDispatched: {
5149
+ setBlueprint: {
5150
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5151
+ };
5152
+ setBluePrints: {
5153
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5154
+ };
5155
+ };
5156
+ onFailure: {
5157
+ setBlueprint: {
5158
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5159
+ };
5160
+ setBluePrints: {
5161
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5162
+ };
5163
+ };
5164
+ } & {
5165
+ setBlueprint(type: "default"): void;
5166
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
5167
+ };
5168
+ get: {
5169
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5170
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5171
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5172
+ };
5173
+ deactivated(): void;
5174
+ };
4994
5175
  colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
4995
5176
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
4996
5177
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
@@ -5177,6 +5358,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5177
5358
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
5178
5359
  };
5179
5360
  get: {
5361
+ componentBlueprintStore(): {
5362
+ state: {
5363
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
5364
+ };
5365
+ events: {
5366
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
5367
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5368
+ actions: {
5369
+ onDispatching: {
5370
+ setBlueprint: {
5371
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5372
+ };
5373
+ setBluePrints: {
5374
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5375
+ };
5376
+ };
5377
+ onDispatched: {
5378
+ setBlueprint: {
5379
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5380
+ };
5381
+ setBluePrints: {
5382
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5383
+ };
5384
+ };
5385
+ onFailure: {
5386
+ setBlueprint: {
5387
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5388
+ };
5389
+ setBluePrints: {
5390
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5391
+ };
5392
+ };
5393
+ } & {
5394
+ setBlueprint(type: "default"): void;
5395
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
5396
+ };
5397
+ get: {
5398
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5399
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5400
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5401
+ };
5402
+ deactivated(): void;
5403
+ };
5180
5404
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
5181
5405
  typography(): import("@omnia/fx-models").TypographyBlueprints;
5182
5406
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -5229,6 +5453,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5229
5453
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
5230
5454
  };
5231
5455
  get: {
5456
+ componentBlueprintStore(): {
5457
+ state: {
5458
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
5459
+ };
5460
+ events: {
5461
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
5462
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5463
+ actions: {
5464
+ onDispatching: {
5465
+ setBlueprint: {
5466
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5467
+ };
5468
+ setBluePrints: {
5469
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5470
+ };
5471
+ };
5472
+ onDispatched: {
5473
+ setBlueprint: {
5474
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5475
+ };
5476
+ setBluePrints: {
5477
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5478
+ };
5479
+ };
5480
+ onFailure: {
5481
+ setBlueprint: {
5482
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5483
+ };
5484
+ setBluePrints: {
5485
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5486
+ };
5487
+ };
5488
+ } & {
5489
+ setBlueprint(type: "default"): void;
5490
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
5491
+ };
5492
+ get: {
5493
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5494
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5495
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5496
+ };
5497
+ deactivated(): void;
5498
+ };
5232
5499
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
5233
5500
  typography(): import("@omnia/fx-models").TypographyBlueprints;
5234
5501
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -5281,6 +5548,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5281
5548
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
5282
5549
  };
5283
5550
  get: {
5551
+ componentBlueprintStore(): {
5552
+ state: {
5553
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
5554
+ };
5555
+ events: {
5556
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
5557
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5558
+ actions: {
5559
+ onDispatching: {
5560
+ setBlueprint: {
5561
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5562
+ };
5563
+ setBluePrints: {
5564
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5565
+ };
5566
+ };
5567
+ onDispatched: {
5568
+ setBlueprint: {
5569
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5570
+ };
5571
+ setBluePrints: {
5572
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5573
+ };
5574
+ };
5575
+ onFailure: {
5576
+ setBlueprint: {
5577
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5578
+ };
5579
+ setBluePrints: {
5580
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5581
+ };
5582
+ };
5583
+ } & {
5584
+ setBlueprint(type: "default"): void;
5585
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
5586
+ };
5587
+ get: {
5588
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5589
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5590
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5591
+ };
5592
+ deactivated(): void;
5593
+ };
5284
5594
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
5285
5595
  typography(): import("@omnia/fx-models").TypographyBlueprints;
5286
5596
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -5326,6 +5636,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5326
5636
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
5327
5637
  };
5328
5638
  get: {
5639
+ componentBlueprintStore(): {
5640
+ state: {
5641
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
5642
+ };
5643
+ events: {
5644
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
5645
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5646
+ actions: {
5647
+ onDispatching: {
5648
+ setBlueprint: {
5649
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5650
+ };
5651
+ setBluePrints: {
5652
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5653
+ };
5654
+ };
5655
+ onDispatched: {
5656
+ setBlueprint: {
5657
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5658
+ };
5659
+ setBluePrints: {
5660
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5661
+ };
5662
+ };
5663
+ onFailure: {
5664
+ setBlueprint: {
5665
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5666
+ };
5667
+ setBluePrints: {
5668
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
5669
+ };
5670
+ };
5671
+ } & {
5672
+ setBlueprint(type: "default"): void;
5673
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
5674
+ };
5675
+ get: {
5676
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5677
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5678
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5679
+ };
5680
+ deactivated(): void;
5681
+ };
5329
5682
  colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
5330
5683
  typography(): import("@omnia/fx-models").TypographyBlueprints;
5331
5684
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
@@ -5367,12 +5720,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5367
5720
  colorToned: string;
5368
5721
  };
5369
5722
  id: {
5370
- equals: {
5723
+ toString: () => string;
5724
+ equals?: {
5371
5725
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5372
5726
  };
5373
- toString: () => string;
5374
- toJSON: () => string;
5375
- valueOf: () => string;
5376
5727
  };
5377
5728
  };
5378
5729
  secondary: {
@@ -5398,12 +5749,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5398
5749
  colorToned: string;
5399
5750
  };
5400
5751
  id: {
5401
- equals: {
5752
+ toString: () => string;
5753
+ equals?: {
5402
5754
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5403
5755
  };
5404
- toString: () => string;
5405
- toJSON: () => string;
5406
- valueOf: () => string;
5407
5756
  };
5408
5757
  };
5409
5758
  accent1: {
@@ -5429,12 +5778,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5429
5778
  colorToned: string;
5430
5779
  };
5431
5780
  id: {
5432
- equals: {
5781
+ toString: () => string;
5782
+ equals?: {
5433
5783
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5434
5784
  };
5435
- toString: () => string;
5436
- toJSON: () => string;
5437
- valueOf: () => string;
5438
5785
  };
5439
5786
  };
5440
5787
  accent2: {
@@ -5460,12 +5807,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5460
5807
  colorToned: string;
5461
5808
  };
5462
5809
  id: {
5463
- equals: {
5810
+ toString: () => string;
5811
+ equals?: {
5464
5812
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5465
5813
  };
5466
- toString: () => string;
5467
- toJSON: () => string;
5468
- valueOf: () => string;
5469
5814
  };
5470
5815
  };
5471
5816
  accent3: {
@@ -5491,12 +5836,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5491
5836
  colorToned: string;
5492
5837
  };
5493
5838
  id: {
5494
- equals: {
5839
+ toString: () => string;
5840
+ equals?: {
5495
5841
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5496
5842
  };
5497
- toString: () => string;
5498
- toJSON: () => string;
5499
- valueOf: () => string;
5500
5843
  };
5501
5844
  };
5502
5845
  neutral: {
@@ -5522,12 +5865,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5522
5865
  colorToned: string;
5523
5866
  };
5524
5867
  id: {
5525
- equals: {
5868
+ toString: () => string;
5869
+ equals?: {
5526
5870
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5527
5871
  };
5528
- toString: () => string;
5529
- toJSON: () => string;
5530
- valueOf: () => string;
5531
5872
  };
5532
5873
  };
5533
5874
  background: {
@@ -5553,12 +5894,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5553
5894
  colorToned: string;
5554
5895
  };
5555
5896
  id: {
5556
- equals: {
5897
+ toString: () => string;
5898
+ equals?: {
5557
5899
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5558
5900
  };
5559
- toString: () => string;
5560
- toJSON: () => string;
5561
- valueOf: () => string;
5562
5901
  };
5563
5902
  };
5564
5903
  error: {
@@ -5584,12 +5923,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5584
5923
  colorToned: string;
5585
5924
  };
5586
5925
  id: {
5587
- equals: {
5926
+ toString: () => string;
5927
+ equals?: {
5588
5928
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5589
5929
  };
5590
- toString: () => string;
5591
- toJSON: () => string;
5592
- valueOf: () => string;
5593
5930
  };
5594
5931
  };
5595
5932
  info: {
@@ -5615,12 +5952,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5615
5952
  colorToned: string;
5616
5953
  };
5617
5954
  id: {
5618
- equals: {
5955
+ toString: () => string;
5956
+ equals?: {
5619
5957
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5620
5958
  };
5621
- toString: () => string;
5622
- toJSON: () => string;
5623
- valueOf: () => string;
5624
5959
  };
5625
5960
  };
5626
5961
  warning: {
@@ -5646,12 +5981,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5646
5981
  colorToned: string;
5647
5982
  };
5648
5983
  id: {
5649
- equals: {
5984
+ toString: () => string;
5985
+ equals?: {
5650
5986
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5651
5987
  };
5652
- toString: () => string;
5653
- toJSON: () => string;
5654
- valueOf: () => string;
5655
5988
  };
5656
5989
  };
5657
5990
  notification: {
@@ -5677,12 +6010,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5677
6010
  colorToned: string;
5678
6011
  };
5679
6012
  id: {
5680
- equals: {
6013
+ toString: () => string;
6014
+ equals?: {
5681
6015
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5682
6016
  };
5683
- toString: () => string;
5684
- toJSON: () => string;
5685
- valueOf: () => string;
5686
6017
  };
5687
6018
  };
5688
6019
  };
@@ -5691,12 +6022,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5691
6022
  name: string;
5692
6023
  font?: {
5693
6024
  id: {
5694
- equals: {
6025
+ toString: () => string;
6026
+ equals?: {
5695
6027
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5696
6028
  };
5697
- toString: () => string;
5698
- toJSON: () => string;
5699
- valueOf: () => string;
5700
6029
  };
5701
6030
  family: string;
5702
6031
  cdn?: string;
@@ -5928,12 +6257,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5928
6257
  };
5929
6258
  name?: string;
5930
6259
  id: {
5931
- equals: {
6260
+ toString: () => string;
6261
+ equals?: {
5932
6262
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5933
6263
  };
5934
- toString: () => string;
5935
- toJSON: () => string;
5936
- valueOf: () => string;
5937
6264
  };
5938
6265
  };
5939
6266
  spacing: {
@@ -5957,12 +6284,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5957
6284
  };
5958
6285
  name?: string;
5959
6286
  id: {
5960
- equals: {
6287
+ toString: () => string;
6288
+ equals?: {
5961
6289
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5962
6290
  };
5963
- toString: () => string;
5964
- toJSON: () => string;
5965
- valueOf: () => string;
5966
6291
  };
5967
6292
  };
5968
6293
  components: {
@@ -9283,7 +9608,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9283
9608
  events?: {
9284
9609
  onLoaded?: string[];
9285
9610
  onEditMode?: string[];
9286
- onSaved?: string[];
9611
+ onSaving?: string[];
9287
9612
  };
9288
9613
  actions?: {
9289
9614
  [name: string]: string[];
@@ -9484,7 +9809,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9484
9809
  events?: {
9485
9810
  onLoaded?: string[];
9486
9811
  onEditMode?: string[];
9487
- onSaved?: string[];
9812
+ onSaving?: string[];
9488
9813
  };
9489
9814
  actions?: {
9490
9815
  [name: string]: string[];
@@ -9685,7 +10010,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9685
10010
  events?: {
9686
10011
  onLoaded?: string[];
9687
10012
  onEditMode?: string[];
9688
- onSaved?: string[];
10013
+ onSaving?: string[];
9689
10014
  };
9690
10015
  actions?: {
9691
10016
  [name: string]: string[];
@@ -9886,7 +10211,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9886
10211
  events?: {
9887
10212
  onLoaded?: string[];
9888
10213
  onEditMode?: string[];
9889
- onSaved?: string[];
10214
+ onSaving?: string[];
9890
10215
  };
9891
10216
  actions?: {
9892
10217
  [name: string]: string[];
@@ -10037,31 +10362,25 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10037
10362
  };
10038
10363
  name?: string;
10039
10364
  id: {
10040
- equals: {
10365
+ toString: () => string;
10366
+ equals?: {
10041
10367
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
10042
10368
  };
10043
- toString: () => string;
10044
- toJSON: () => string;
10045
- valueOf: () => string;
10046
10369
  };
10047
10370
  };
10048
10371
  name?: string;
10049
10372
  id: {
10050
- equals: {
10373
+ toString: () => string;
10374
+ equals?: {
10051
10375
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
10052
10376
  };
10053
- toString: () => string;
10054
- toJSON: () => string;
10055
- valueOf: () => string;
10056
10377
  };
10057
10378
  };
10058
10379
  id: {
10059
- equals: {
10380
+ toString: () => string;
10381
+ equals?: {
10060
10382
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
10061
10383
  };
10062
- toString: () => string;
10063
- toJSON: () => string;
10064
- valueOf: () => string;
10065
10384
  };
10066
10385
  name?: string;
10067
10386
  };
@@ -10094,6 +10413,49 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10094
10413
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
10095
10414
  };
10096
10415
  get: {
10416
+ componentBlueprintStore: () => {
10417
+ state: {
10418
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
10419
+ };
10420
+ events: {
10421
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
10422
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
10423
+ actions: {
10424
+ onDispatching: {
10425
+ setBlueprint: {
10426
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10427
+ };
10428
+ setBluePrints: {
10429
+ subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10430
+ };
10431
+ };
10432
+ onDispatched: {
10433
+ setBlueprint: {
10434
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10435
+ };
10436
+ setBluePrints: {
10437
+ subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10438
+ };
10439
+ };
10440
+ onFailure: {
10441
+ setBlueprint: {
10442
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10443
+ };
10444
+ setBluePrints: {
10445
+ subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10446
+ };
10447
+ };
10448
+ } & {
10449
+ setBlueprint(type: "default"): void;
10450
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
10451
+ };
10452
+ get: {
10453
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
10454
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
10455
+ buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
10456
+ };
10457
+ deactivated(): void;
10458
+ };
10097
10459
  colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
10098
10460
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
10099
10461
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;