@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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -38
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +253 -72
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +506 -144
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +506 -144
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +38 -28
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +20 -8
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +13 -4897
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +17 -7
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +43 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +253 -72
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/events/CreateEventHook.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/core/events/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +11 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +41 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/use/UseEventHook.d.ts +0 -14
@@ -60,6 +60,49 @@ export declare const useColorSchemaStore: () => {
|
|
60
60
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
61
61
|
};
|
62
62
|
get: {
|
63
|
+
componentBlueprintStore(): {
|
64
|
+
state: {
|
65
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
66
|
+
};
|
67
|
+
events: {
|
68
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
69
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
70
|
+
actions: {
|
71
|
+
onDispatching: {
|
72
|
+
setBlueprint: {
|
73
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
};
|
75
|
+
setBluePrints: {
|
76
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
onDispatched: {
|
80
|
+
setBlueprint: {
|
81
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
+
};
|
83
|
+
setBluePrints: {
|
84
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
+
};
|
86
|
+
};
|
87
|
+
onFailure: {
|
88
|
+
setBlueprint: {
|
89
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
+
};
|
91
|
+
setBluePrints: {
|
92
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
+
};
|
94
|
+
};
|
95
|
+
} & {
|
96
|
+
setBlueprint(type: "default"): void;
|
97
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
98
|
+
};
|
99
|
+
get: {
|
100
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
101
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
102
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
103
|
+
};
|
104
|
+
deactivated(): void;
|
105
|
+
};
|
63
106
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
|
64
107
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
65
108
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -112,6 +155,49 @@ export declare const useColorSchemaStore: () => {
|
|
112
155
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
113
156
|
};
|
114
157
|
get: {
|
158
|
+
componentBlueprintStore(): {
|
159
|
+
state: {
|
160
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
161
|
+
};
|
162
|
+
events: {
|
163
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
164
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
165
|
+
actions: {
|
166
|
+
onDispatching: {
|
167
|
+
setBlueprint: {
|
168
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
169
|
+
};
|
170
|
+
setBluePrints: {
|
171
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
172
|
+
};
|
173
|
+
};
|
174
|
+
onDispatched: {
|
175
|
+
setBlueprint: {
|
176
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
177
|
+
};
|
178
|
+
setBluePrints: {
|
179
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
180
|
+
};
|
181
|
+
};
|
182
|
+
onFailure: {
|
183
|
+
setBlueprint: {
|
184
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
185
|
+
};
|
186
|
+
setBluePrints: {
|
187
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
188
|
+
};
|
189
|
+
};
|
190
|
+
} & {
|
191
|
+
setBlueprint(type: "default"): void;
|
192
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
193
|
+
};
|
194
|
+
get: {
|
195
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
196
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
197
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
198
|
+
};
|
199
|
+
deactivated(): void;
|
200
|
+
};
|
115
201
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
|
116
202
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
117
203
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -164,6 +250,49 @@ export declare const useColorSchemaStore: () => {
|
|
164
250
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
165
251
|
};
|
166
252
|
get: {
|
253
|
+
componentBlueprintStore(): {
|
254
|
+
state: {
|
255
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
256
|
+
};
|
257
|
+
events: {
|
258
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
259
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
260
|
+
actions: {
|
261
|
+
onDispatching: {
|
262
|
+
setBlueprint: {
|
263
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
264
|
+
};
|
265
|
+
setBluePrints: {
|
266
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
267
|
+
};
|
268
|
+
};
|
269
|
+
onDispatched: {
|
270
|
+
setBlueprint: {
|
271
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
272
|
+
};
|
273
|
+
setBluePrints: {
|
274
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
275
|
+
};
|
276
|
+
};
|
277
|
+
onFailure: {
|
278
|
+
setBlueprint: {
|
279
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
280
|
+
};
|
281
|
+
setBluePrints: {
|
282
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
283
|
+
};
|
284
|
+
};
|
285
|
+
} & {
|
286
|
+
setBlueprint(type: "default"): void;
|
287
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
288
|
+
};
|
289
|
+
get: {
|
290
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
291
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
292
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
293
|
+
};
|
294
|
+
deactivated(): void;
|
295
|
+
};
|
167
296
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
|
168
297
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
169
298
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -212,12 +341,10 @@ export declare const useColorSchemaStore: () => {
|
|
212
341
|
colorToned: string;
|
213
342
|
};
|
214
343
|
id: {
|
215
|
-
|
344
|
+
toString: () => string;
|
345
|
+
equals?: {
|
216
346
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
217
347
|
};
|
218
|
-
toString: () => string;
|
219
|
-
toJSON: () => string;
|
220
|
-
valueOf: () => string;
|
221
348
|
};
|
222
349
|
};
|
223
350
|
secondary: {
|
@@ -243,12 +370,10 @@ export declare const useColorSchemaStore: () => {
|
|
243
370
|
colorToned: string;
|
244
371
|
};
|
245
372
|
id: {
|
246
|
-
|
373
|
+
toString: () => string;
|
374
|
+
equals?: {
|
247
375
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
248
376
|
};
|
249
|
-
toString: () => string;
|
250
|
-
toJSON: () => string;
|
251
|
-
valueOf: () => string;
|
252
377
|
};
|
253
378
|
};
|
254
379
|
accent1: {
|
@@ -274,12 +399,10 @@ export declare const useColorSchemaStore: () => {
|
|
274
399
|
colorToned: string;
|
275
400
|
};
|
276
401
|
id: {
|
277
|
-
|
402
|
+
toString: () => string;
|
403
|
+
equals?: {
|
278
404
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
279
405
|
};
|
280
|
-
toString: () => string;
|
281
|
-
toJSON: () => string;
|
282
|
-
valueOf: () => string;
|
283
406
|
};
|
284
407
|
};
|
285
408
|
accent2: {
|
@@ -305,12 +428,10 @@ export declare const useColorSchemaStore: () => {
|
|
305
428
|
colorToned: string;
|
306
429
|
};
|
307
430
|
id: {
|
308
|
-
|
431
|
+
toString: () => string;
|
432
|
+
equals?: {
|
309
433
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
310
434
|
};
|
311
|
-
toString: () => string;
|
312
|
-
toJSON: () => string;
|
313
|
-
valueOf: () => string;
|
314
435
|
};
|
315
436
|
};
|
316
437
|
accent3: {
|
@@ -336,12 +457,10 @@ export declare const useColorSchemaStore: () => {
|
|
336
457
|
colorToned: string;
|
337
458
|
};
|
338
459
|
id: {
|
339
|
-
|
460
|
+
toString: () => string;
|
461
|
+
equals?: {
|
340
462
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
341
463
|
};
|
342
|
-
toString: () => string;
|
343
|
-
toJSON: () => string;
|
344
|
-
valueOf: () => string;
|
345
464
|
};
|
346
465
|
};
|
347
466
|
neutral: {
|
@@ -367,12 +486,10 @@ export declare const useColorSchemaStore: () => {
|
|
367
486
|
colorToned: string;
|
368
487
|
};
|
369
488
|
id: {
|
370
|
-
|
489
|
+
toString: () => string;
|
490
|
+
equals?: {
|
371
491
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
372
492
|
};
|
373
|
-
toString: () => string;
|
374
|
-
toJSON: () => string;
|
375
|
-
valueOf: () => string;
|
376
493
|
};
|
377
494
|
};
|
378
495
|
background: {
|
@@ -398,12 +515,10 @@ export declare const useColorSchemaStore: () => {
|
|
398
515
|
colorToned: string;
|
399
516
|
};
|
400
517
|
id: {
|
401
|
-
|
518
|
+
toString: () => string;
|
519
|
+
equals?: {
|
402
520
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
403
521
|
};
|
404
|
-
toString: () => string;
|
405
|
-
toJSON: () => string;
|
406
|
-
valueOf: () => string;
|
407
522
|
};
|
408
523
|
};
|
409
524
|
error: {
|
@@ -429,12 +544,10 @@ export declare const useColorSchemaStore: () => {
|
|
429
544
|
colorToned: string;
|
430
545
|
};
|
431
546
|
id: {
|
432
|
-
|
547
|
+
toString: () => string;
|
548
|
+
equals?: {
|
433
549
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
434
550
|
};
|
435
|
-
toString: () => string;
|
436
|
-
toJSON: () => string;
|
437
|
-
valueOf: () => string;
|
438
551
|
};
|
439
552
|
};
|
440
553
|
info: {
|
@@ -460,12 +573,10 @@ export declare const useColorSchemaStore: () => {
|
|
460
573
|
colorToned: string;
|
461
574
|
};
|
462
575
|
id: {
|
463
|
-
|
576
|
+
toString: () => string;
|
577
|
+
equals?: {
|
464
578
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
465
579
|
};
|
466
|
-
toString: () => string;
|
467
|
-
toJSON: () => string;
|
468
|
-
valueOf: () => string;
|
469
580
|
};
|
470
581
|
};
|
471
582
|
warning: {
|
@@ -491,12 +602,10 @@ export declare const useColorSchemaStore: () => {
|
|
491
602
|
colorToned: string;
|
492
603
|
};
|
493
604
|
id: {
|
494
|
-
|
605
|
+
toString: () => string;
|
606
|
+
equals?: {
|
495
607
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
496
608
|
};
|
497
|
-
toString: () => string;
|
498
|
-
toJSON: () => string;
|
499
|
-
valueOf: () => string;
|
500
609
|
};
|
501
610
|
};
|
502
611
|
notification: {
|
@@ -522,12 +631,10 @@ export declare const useColorSchemaStore: () => {
|
|
522
631
|
colorToned: string;
|
523
632
|
};
|
524
633
|
id: {
|
525
|
-
|
634
|
+
toString: () => string;
|
635
|
+
equals?: {
|
526
636
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
527
637
|
};
|
528
|
-
toString: () => string;
|
529
|
-
toJSON: () => string;
|
530
|
-
valueOf: () => string;
|
531
638
|
};
|
532
639
|
};
|
533
640
|
};
|
@@ -536,12 +643,10 @@ export declare const useColorSchemaStore: () => {
|
|
536
643
|
name: string;
|
537
644
|
font?: {
|
538
645
|
id: {
|
539
|
-
|
646
|
+
toString: () => string;
|
647
|
+
equals?: {
|
540
648
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
541
649
|
};
|
542
|
-
toString: () => string;
|
543
|
-
toJSON: () => string;
|
544
|
-
valueOf: () => string;
|
545
650
|
};
|
546
651
|
family: string;
|
547
652
|
cdn?: string;
|
@@ -773,12 +878,10 @@ export declare const useColorSchemaStore: () => {
|
|
773
878
|
};
|
774
879
|
name?: string;
|
775
880
|
id: {
|
776
|
-
|
881
|
+
toString: () => string;
|
882
|
+
equals?: {
|
777
883
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
778
884
|
};
|
779
|
-
toString: () => string;
|
780
|
-
toJSON: () => string;
|
781
|
-
valueOf: () => string;
|
782
885
|
};
|
783
886
|
};
|
784
887
|
spacing: {
|
@@ -802,12 +905,10 @@ export declare const useColorSchemaStore: () => {
|
|
802
905
|
};
|
803
906
|
name?: string;
|
804
907
|
id: {
|
805
|
-
|
908
|
+
toString: () => string;
|
909
|
+
equals?: {
|
806
910
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
807
911
|
};
|
808
|
-
toString: () => string;
|
809
|
-
toJSON: () => string;
|
810
|
-
valueOf: () => string;
|
811
912
|
};
|
812
913
|
};
|
813
914
|
components: {
|
@@ -4128,7 +4229,7 @@ export declare const useColorSchemaStore: () => {
|
|
4128
4229
|
events?: {
|
4129
4230
|
onLoaded?: string[];
|
4130
4231
|
onEditMode?: string[];
|
4131
|
-
|
4232
|
+
onSaving?: string[];
|
4132
4233
|
};
|
4133
4234
|
actions?: {
|
4134
4235
|
[name: string]: string[];
|
@@ -4329,7 +4430,7 @@ export declare const useColorSchemaStore: () => {
|
|
4329
4430
|
events?: {
|
4330
4431
|
onLoaded?: string[];
|
4331
4432
|
onEditMode?: string[];
|
4332
|
-
|
4433
|
+
onSaving?: string[];
|
4333
4434
|
};
|
4334
4435
|
actions?: {
|
4335
4436
|
[name: string]: string[];
|
@@ -4530,7 +4631,7 @@ export declare const useColorSchemaStore: () => {
|
|
4530
4631
|
events?: {
|
4531
4632
|
onLoaded?: string[];
|
4532
4633
|
onEditMode?: string[];
|
4533
|
-
|
4634
|
+
onSaving?: string[];
|
4534
4635
|
};
|
4535
4636
|
actions?: {
|
4536
4637
|
[name: string]: string[];
|
@@ -4731,7 +4832,7 @@ export declare const useColorSchemaStore: () => {
|
|
4731
4832
|
events?: {
|
4732
4833
|
onLoaded?: string[];
|
4733
4834
|
onEditMode?: string[];
|
4734
|
-
|
4835
|
+
onSaving?: string[];
|
4735
4836
|
};
|
4736
4837
|
actions?: {
|
4737
4838
|
[name: string]: string[];
|
@@ -4882,31 +4983,25 @@ export declare const useColorSchemaStore: () => {
|
|
4882
4983
|
};
|
4883
4984
|
name?: string;
|
4884
4985
|
id: {
|
4885
|
-
|
4986
|
+
toString: () => string;
|
4987
|
+
equals?: {
|
4886
4988
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4887
4989
|
};
|
4888
|
-
toString: () => string;
|
4889
|
-
toJSON: () => string;
|
4890
|
-
valueOf: () => string;
|
4891
4990
|
};
|
4892
4991
|
};
|
4893
4992
|
name?: string;
|
4894
4993
|
id: {
|
4895
|
-
|
4994
|
+
toString: () => string;
|
4995
|
+
equals?: {
|
4896
4996
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4897
4997
|
};
|
4898
|
-
toString: () => string;
|
4899
|
-
toJSON: () => string;
|
4900
|
-
valueOf: () => string;
|
4901
4998
|
};
|
4902
4999
|
};
|
4903
5000
|
id: {
|
4904
|
-
|
5001
|
+
toString: () => string;
|
5002
|
+
equals?: {
|
4905
5003
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4906
5004
|
};
|
4907
|
-
toString: () => string;
|
4908
|
-
toJSON: () => string;
|
4909
|
-
valueOf: () => string;
|
4910
5005
|
};
|
4911
5006
|
name?: string;
|
4912
5007
|
};
|
@@ -4939,6 +5034,49 @@ export declare const useColorSchemaStore: () => {
|
|
4939
5034
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
4940
5035
|
};
|
4941
5036
|
get: {
|
5037
|
+
componentBlueprintStore: () => {
|
5038
|
+
state: {
|
5039
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5040
|
+
};
|
5041
|
+
events: {
|
5042
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5043
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5044
|
+
actions: {
|
5045
|
+
onDispatching: {
|
5046
|
+
setBlueprint: {
|
5047
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5048
|
+
};
|
5049
|
+
setBluePrints: {
|
5050
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5051
|
+
};
|
5052
|
+
};
|
5053
|
+
onDispatched: {
|
5054
|
+
setBlueprint: {
|
5055
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5056
|
+
};
|
5057
|
+
setBluePrints: {
|
5058
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5059
|
+
};
|
5060
|
+
};
|
5061
|
+
onFailure: {
|
5062
|
+
setBlueprint: {
|
5063
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5064
|
+
};
|
5065
|
+
setBluePrints: {
|
5066
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5067
|
+
};
|
5068
|
+
};
|
5069
|
+
} & {
|
5070
|
+
setBlueprint(type: "default"): void;
|
5071
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5072
|
+
};
|
5073
|
+
get: {
|
5074
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5075
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5076
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5077
|
+
};
|
5078
|
+
deactivated(): void;
|
5079
|
+
};
|
4942
5080
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => ColorSchema;
|
4943
5081
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
4944
5082
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|