@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
@@ -64,6 +64,49 @@ declare const _default: <T extends unknown>(props: {
|
|
64
64
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
65
65
|
};
|
66
66
|
get: {
|
67
|
+
componentBlueprintStore(): {
|
68
|
+
state: {
|
69
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
70
|
+
};
|
71
|
+
events: {
|
72
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
73
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
74
|
+
actions: {
|
75
|
+
onDispatching: {
|
76
|
+
setBlueprint: {
|
77
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
+
};
|
79
|
+
setBluePrints: {
|
80
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
81
|
+
};
|
82
|
+
};
|
83
|
+
onDispatched: {
|
84
|
+
setBlueprint: {
|
85
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
+
};
|
87
|
+
setBluePrints: {
|
88
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
+
};
|
90
|
+
};
|
91
|
+
onFailure: {
|
92
|
+
setBlueprint: {
|
93
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
|
+
};
|
95
|
+
setBluePrints: {
|
96
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
|
+
};
|
98
|
+
};
|
99
|
+
} & {
|
100
|
+
setBlueprint(type: "default"): void;
|
101
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
102
|
+
};
|
103
|
+
get: {
|
104
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
105
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
106
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
107
|
+
};
|
108
|
+
deactivated(): void;
|
109
|
+
};
|
67
110
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
68
111
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
69
112
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -116,6 +159,49 @@ declare const _default: <T extends unknown>(props: {
|
|
116
159
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
117
160
|
};
|
118
161
|
get: {
|
162
|
+
componentBlueprintStore(): {
|
163
|
+
state: {
|
164
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
165
|
+
};
|
166
|
+
events: {
|
167
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
168
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
169
|
+
actions: {
|
170
|
+
onDispatching: {
|
171
|
+
setBlueprint: {
|
172
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
173
|
+
};
|
174
|
+
setBluePrints: {
|
175
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
176
|
+
};
|
177
|
+
};
|
178
|
+
onDispatched: {
|
179
|
+
setBlueprint: {
|
180
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
181
|
+
};
|
182
|
+
setBluePrints: {
|
183
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
184
|
+
};
|
185
|
+
};
|
186
|
+
onFailure: {
|
187
|
+
setBlueprint: {
|
188
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
189
|
+
};
|
190
|
+
setBluePrints: {
|
191
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
192
|
+
};
|
193
|
+
};
|
194
|
+
} & {
|
195
|
+
setBlueprint(type: "default"): void;
|
196
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
197
|
+
};
|
198
|
+
get: {
|
199
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
200
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
201
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
202
|
+
};
|
203
|
+
deactivated(): void;
|
204
|
+
};
|
119
205
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
120
206
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
121
207
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -168,6 +254,49 @@ declare const _default: <T extends unknown>(props: {
|
|
168
254
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
169
255
|
};
|
170
256
|
get: {
|
257
|
+
componentBlueprintStore(): {
|
258
|
+
state: {
|
259
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
260
|
+
};
|
261
|
+
events: {
|
262
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
263
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
264
|
+
actions: {
|
265
|
+
onDispatching: {
|
266
|
+
setBlueprint: {
|
267
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
268
|
+
};
|
269
|
+
setBluePrints: {
|
270
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
271
|
+
};
|
272
|
+
};
|
273
|
+
onDispatched: {
|
274
|
+
setBlueprint: {
|
275
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
276
|
+
};
|
277
|
+
setBluePrints: {
|
278
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
279
|
+
};
|
280
|
+
};
|
281
|
+
onFailure: {
|
282
|
+
setBlueprint: {
|
283
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
284
|
+
};
|
285
|
+
setBluePrints: {
|
286
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
287
|
+
};
|
288
|
+
};
|
289
|
+
} & {
|
290
|
+
setBlueprint(type: "default"): void;
|
291
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
292
|
+
};
|
293
|
+
get: {
|
294
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
295
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
296
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
297
|
+
};
|
298
|
+
deactivated(): void;
|
299
|
+
};
|
171
300
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
172
301
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
173
302
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -213,6 +342,49 @@ declare const _default: <T extends unknown>(props: {
|
|
213
342
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
214
343
|
};
|
215
344
|
get: {
|
345
|
+
componentBlueprintStore(): {
|
346
|
+
state: {
|
347
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
348
|
+
};
|
349
|
+
events: {
|
350
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
351
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
352
|
+
actions: {
|
353
|
+
onDispatching: {
|
354
|
+
setBlueprint: {
|
355
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
356
|
+
};
|
357
|
+
setBluePrints: {
|
358
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
359
|
+
};
|
360
|
+
};
|
361
|
+
onDispatched: {
|
362
|
+
setBlueprint: {
|
363
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
364
|
+
};
|
365
|
+
setBluePrints: {
|
366
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
367
|
+
};
|
368
|
+
};
|
369
|
+
onFailure: {
|
370
|
+
setBlueprint: {
|
371
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
372
|
+
};
|
373
|
+
setBluePrints: {
|
374
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
375
|
+
};
|
376
|
+
};
|
377
|
+
} & {
|
378
|
+
setBlueprint(type: "default"): void;
|
379
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
380
|
+
};
|
381
|
+
get: {
|
382
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
383
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
384
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
385
|
+
};
|
386
|
+
deactivated(): void;
|
387
|
+
};
|
216
388
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
217
389
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
218
390
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -254,12 +426,10 @@ declare const _default: <T extends unknown>(props: {
|
|
254
426
|
colorToned: string;
|
255
427
|
};
|
256
428
|
id: {
|
257
|
-
|
429
|
+
toString: () => string;
|
430
|
+
equals?: {
|
258
431
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
259
432
|
};
|
260
|
-
toString: () => string;
|
261
|
-
toJSON: () => string;
|
262
|
-
valueOf: () => string;
|
263
433
|
};
|
264
434
|
};
|
265
435
|
secondary: {
|
@@ -285,12 +455,10 @@ declare const _default: <T extends unknown>(props: {
|
|
285
455
|
colorToned: string;
|
286
456
|
};
|
287
457
|
id: {
|
288
|
-
|
458
|
+
toString: () => string;
|
459
|
+
equals?: {
|
289
460
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
290
461
|
};
|
291
|
-
toString: () => string;
|
292
|
-
toJSON: () => string;
|
293
|
-
valueOf: () => string;
|
294
462
|
};
|
295
463
|
};
|
296
464
|
accent1: {
|
@@ -316,12 +484,10 @@ declare const _default: <T extends unknown>(props: {
|
|
316
484
|
colorToned: string;
|
317
485
|
};
|
318
486
|
id: {
|
319
|
-
|
487
|
+
toString: () => string;
|
488
|
+
equals?: {
|
320
489
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
321
490
|
};
|
322
|
-
toString: () => string;
|
323
|
-
toJSON: () => string;
|
324
|
-
valueOf: () => string;
|
325
491
|
};
|
326
492
|
};
|
327
493
|
accent2: {
|
@@ -347,12 +513,10 @@ declare const _default: <T extends unknown>(props: {
|
|
347
513
|
colorToned: string;
|
348
514
|
};
|
349
515
|
id: {
|
350
|
-
|
516
|
+
toString: () => string;
|
517
|
+
equals?: {
|
351
518
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
352
519
|
};
|
353
|
-
toString: () => string;
|
354
|
-
toJSON: () => string;
|
355
|
-
valueOf: () => string;
|
356
520
|
};
|
357
521
|
};
|
358
522
|
accent3: {
|
@@ -378,12 +542,10 @@ declare const _default: <T extends unknown>(props: {
|
|
378
542
|
colorToned: string;
|
379
543
|
};
|
380
544
|
id: {
|
381
|
-
|
545
|
+
toString: () => string;
|
546
|
+
equals?: {
|
382
547
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
383
548
|
};
|
384
|
-
toString: () => string;
|
385
|
-
toJSON: () => string;
|
386
|
-
valueOf: () => string;
|
387
549
|
};
|
388
550
|
};
|
389
551
|
neutral: {
|
@@ -409,12 +571,10 @@ declare const _default: <T extends unknown>(props: {
|
|
409
571
|
colorToned: string;
|
410
572
|
};
|
411
573
|
id: {
|
412
|
-
|
574
|
+
toString: () => string;
|
575
|
+
equals?: {
|
413
576
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
414
577
|
};
|
415
|
-
toString: () => string;
|
416
|
-
toJSON: () => string;
|
417
|
-
valueOf: () => string;
|
418
578
|
};
|
419
579
|
};
|
420
580
|
background: {
|
@@ -440,12 +600,10 @@ declare const _default: <T extends unknown>(props: {
|
|
440
600
|
colorToned: string;
|
441
601
|
};
|
442
602
|
id: {
|
443
|
-
|
603
|
+
toString: () => string;
|
604
|
+
equals?: {
|
444
605
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
445
606
|
};
|
446
|
-
toString: () => string;
|
447
|
-
toJSON: () => string;
|
448
|
-
valueOf: () => string;
|
449
607
|
};
|
450
608
|
};
|
451
609
|
error: {
|
@@ -471,12 +629,10 @@ declare const _default: <T extends unknown>(props: {
|
|
471
629
|
colorToned: string;
|
472
630
|
};
|
473
631
|
id: {
|
474
|
-
|
632
|
+
toString: () => string;
|
633
|
+
equals?: {
|
475
634
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
476
635
|
};
|
477
|
-
toString: () => string;
|
478
|
-
toJSON: () => string;
|
479
|
-
valueOf: () => string;
|
480
636
|
};
|
481
637
|
};
|
482
638
|
info: {
|
@@ -502,12 +658,10 @@ declare const _default: <T extends unknown>(props: {
|
|
502
658
|
colorToned: string;
|
503
659
|
};
|
504
660
|
id: {
|
505
|
-
|
661
|
+
toString: () => string;
|
662
|
+
equals?: {
|
506
663
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
507
664
|
};
|
508
|
-
toString: () => string;
|
509
|
-
toJSON: () => string;
|
510
|
-
valueOf: () => string;
|
511
665
|
};
|
512
666
|
};
|
513
667
|
warning: {
|
@@ -533,12 +687,10 @@ declare const _default: <T extends unknown>(props: {
|
|
533
687
|
colorToned: string;
|
534
688
|
};
|
535
689
|
id: {
|
536
|
-
|
690
|
+
toString: () => string;
|
691
|
+
equals?: {
|
537
692
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
538
693
|
};
|
539
|
-
toString: () => string;
|
540
|
-
toJSON: () => string;
|
541
|
-
valueOf: () => string;
|
542
694
|
};
|
543
695
|
};
|
544
696
|
notification: {
|
@@ -564,12 +716,10 @@ declare const _default: <T extends unknown>(props: {
|
|
564
716
|
colorToned: string;
|
565
717
|
};
|
566
718
|
id: {
|
567
|
-
|
719
|
+
toString: () => string;
|
720
|
+
equals?: {
|
568
721
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
569
722
|
};
|
570
|
-
toString: () => string;
|
571
|
-
toJSON: () => string;
|
572
|
-
valueOf: () => string;
|
573
723
|
};
|
574
724
|
};
|
575
725
|
};
|
@@ -578,12 +728,10 @@ declare const _default: <T extends unknown>(props: {
|
|
578
728
|
name: string;
|
579
729
|
font?: {
|
580
730
|
id: {
|
581
|
-
|
731
|
+
toString: () => string;
|
732
|
+
equals?: {
|
582
733
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
583
734
|
};
|
584
|
-
toString: () => string;
|
585
|
-
toJSON: () => string;
|
586
|
-
valueOf: () => string;
|
587
735
|
};
|
588
736
|
family: string;
|
589
737
|
cdn?: string;
|
@@ -815,12 +963,10 @@ declare const _default: <T extends unknown>(props: {
|
|
815
963
|
};
|
816
964
|
name?: string;
|
817
965
|
id: {
|
818
|
-
|
966
|
+
toString: () => string;
|
967
|
+
equals?: {
|
819
968
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
820
969
|
};
|
821
|
-
toString: () => string;
|
822
|
-
toJSON: () => string;
|
823
|
-
valueOf: () => string;
|
824
970
|
};
|
825
971
|
};
|
826
972
|
spacing: {
|
@@ -844,12 +990,10 @@ declare const _default: <T extends unknown>(props: {
|
|
844
990
|
};
|
845
991
|
name?: string;
|
846
992
|
id: {
|
847
|
-
|
993
|
+
toString: () => string;
|
994
|
+
equals?: {
|
848
995
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
849
996
|
};
|
850
|
-
toString: () => string;
|
851
|
-
toJSON: () => string;
|
852
|
-
valueOf: () => string;
|
853
997
|
};
|
854
998
|
};
|
855
999
|
components: {
|
@@ -4170,7 +4314,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4170
4314
|
events?: {
|
4171
4315
|
onLoaded?: string[];
|
4172
4316
|
onEditMode?: string[];
|
4173
|
-
|
4317
|
+
onSaving?: string[];
|
4174
4318
|
};
|
4175
4319
|
actions?: {
|
4176
4320
|
[name: string]: string[];
|
@@ -4371,7 +4515,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4371
4515
|
events?: {
|
4372
4516
|
onLoaded?: string[];
|
4373
4517
|
onEditMode?: string[];
|
4374
|
-
|
4518
|
+
onSaving?: string[];
|
4375
4519
|
};
|
4376
4520
|
actions?: {
|
4377
4521
|
[name: string]: string[];
|
@@ -4572,7 +4716,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4572
4716
|
events?: {
|
4573
4717
|
onLoaded?: string[];
|
4574
4718
|
onEditMode?: string[];
|
4575
|
-
|
4719
|
+
onSaving?: string[];
|
4576
4720
|
};
|
4577
4721
|
actions?: {
|
4578
4722
|
[name: string]: string[];
|
@@ -4773,7 +4917,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4773
4917
|
events?: {
|
4774
4918
|
onLoaded?: string[];
|
4775
4919
|
onEditMode?: string[];
|
4776
|
-
|
4920
|
+
onSaving?: string[];
|
4777
4921
|
};
|
4778
4922
|
actions?: {
|
4779
4923
|
[name: string]: string[];
|
@@ -4924,31 +5068,25 @@ declare const _default: <T extends unknown>(props: {
|
|
4924
5068
|
};
|
4925
5069
|
name?: string;
|
4926
5070
|
id: {
|
4927
|
-
|
5071
|
+
toString: () => string;
|
5072
|
+
equals?: {
|
4928
5073
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4929
5074
|
};
|
4930
|
-
toString: () => string;
|
4931
|
-
toJSON: () => string;
|
4932
|
-
valueOf: () => string;
|
4933
5075
|
};
|
4934
5076
|
};
|
4935
5077
|
name?: string;
|
4936
5078
|
id: {
|
4937
|
-
|
5079
|
+
toString: () => string;
|
5080
|
+
equals?: {
|
4938
5081
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4939
5082
|
};
|
4940
|
-
toString: () => string;
|
4941
|
-
toJSON: () => string;
|
4942
|
-
valueOf: () => string;
|
4943
5083
|
};
|
4944
5084
|
};
|
4945
5085
|
id: {
|
4946
|
-
|
5086
|
+
toString: () => string;
|
5087
|
+
equals?: {
|
4947
5088
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4948
5089
|
};
|
4949
|
-
toString: () => string;
|
4950
|
-
toJSON: () => string;
|
4951
|
-
valueOf: () => string;
|
4952
5090
|
};
|
4953
5091
|
name?: string;
|
4954
5092
|
};
|
@@ -4981,6 +5119,49 @@ declare const _default: <T extends unknown>(props: {
|
|
4981
5119
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
4982
5120
|
};
|
4983
5121
|
get: {
|
5122
|
+
componentBlueprintStore: () => {
|
5123
|
+
state: {
|
5124
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5125
|
+
};
|
5126
|
+
events: {
|
5127
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5128
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5129
|
+
actions: {
|
5130
|
+
onDispatching: {
|
5131
|
+
setBlueprint: {
|
5132
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5133
|
+
};
|
5134
|
+
setBluePrints: {
|
5135
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5136
|
+
};
|
5137
|
+
};
|
5138
|
+
onDispatched: {
|
5139
|
+
setBlueprint: {
|
5140
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5141
|
+
};
|
5142
|
+
setBluePrints: {
|
5143
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5144
|
+
};
|
5145
|
+
};
|
5146
|
+
onFailure: {
|
5147
|
+
setBlueprint: {
|
5148
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5149
|
+
};
|
5150
|
+
setBluePrints: {
|
5151
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5152
|
+
};
|
5153
|
+
};
|
5154
|
+
} & {
|
5155
|
+
setBlueprint(type: "default"): void;
|
5156
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5157
|
+
};
|
5158
|
+
get: {
|
5159
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5160
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5161
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5162
|
+
};
|
5163
|
+
deactivated(): void;
|
5164
|
+
};
|
4984
5165
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
4985
5166
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
4986
5167
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
@@ -5151,6 +5332,49 @@ declare const _default: <T extends unknown>(props: {
|
|
5151
5332
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
5152
5333
|
};
|
5153
5334
|
get: {
|
5335
|
+
componentBlueprintStore(): {
|
5336
|
+
state: {
|
5337
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5338
|
+
};
|
5339
|
+
events: {
|
5340
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5341
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5342
|
+
actions: {
|
5343
|
+
onDispatching: {
|
5344
|
+
setBlueprint: {
|
5345
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5346
|
+
};
|
5347
|
+
setBluePrints: {
|
5348
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5349
|
+
};
|
5350
|
+
};
|
5351
|
+
onDispatched: {
|
5352
|
+
setBlueprint: {
|
5353
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5354
|
+
};
|
5355
|
+
setBluePrints: {
|
5356
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5357
|
+
};
|
5358
|
+
};
|
5359
|
+
onFailure: {
|
5360
|
+
setBlueprint: {
|
5361
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5362
|
+
};
|
5363
|
+
setBluePrints: {
|
5364
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5365
|
+
};
|
5366
|
+
};
|
5367
|
+
} & {
|
5368
|
+
setBlueprint(type: "default"): void;
|
5369
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5370
|
+
};
|
5371
|
+
get: {
|
5372
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5373
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5374
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5375
|
+
};
|
5376
|
+
deactivated(): void;
|
5377
|
+
};
|
5154
5378
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5155
5379
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5156
5380
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -5203,6 +5427,49 @@ declare const _default: <T extends unknown>(props: {
|
|
5203
5427
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
5204
5428
|
};
|
5205
5429
|
get: {
|
5430
|
+
componentBlueprintStore(): {
|
5431
|
+
state: {
|
5432
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5433
|
+
};
|
5434
|
+
events: {
|
5435
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5436
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5437
|
+
actions: {
|
5438
|
+
onDispatching: {
|
5439
|
+
setBlueprint: {
|
5440
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5441
|
+
};
|
5442
|
+
setBluePrints: {
|
5443
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5444
|
+
};
|
5445
|
+
};
|
5446
|
+
onDispatched: {
|
5447
|
+
setBlueprint: {
|
5448
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5449
|
+
};
|
5450
|
+
setBluePrints: {
|
5451
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5452
|
+
};
|
5453
|
+
};
|
5454
|
+
onFailure: {
|
5455
|
+
setBlueprint: {
|
5456
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5457
|
+
};
|
5458
|
+
setBluePrints: {
|
5459
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5460
|
+
};
|
5461
|
+
};
|
5462
|
+
} & {
|
5463
|
+
setBlueprint(type: "default"): void;
|
5464
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5465
|
+
};
|
5466
|
+
get: {
|
5467
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5468
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5469
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5470
|
+
};
|
5471
|
+
deactivated(): void;
|
5472
|
+
};
|
5206
5473
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5207
5474
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5208
5475
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -5255,6 +5522,49 @@ declare const _default: <T extends unknown>(props: {
|
|
5255
5522
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
5256
5523
|
};
|
5257
5524
|
get: {
|
5525
|
+
componentBlueprintStore(): {
|
5526
|
+
state: {
|
5527
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5528
|
+
};
|
5529
|
+
events: {
|
5530
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5531
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5532
|
+
actions: {
|
5533
|
+
onDispatching: {
|
5534
|
+
setBlueprint: {
|
5535
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5536
|
+
};
|
5537
|
+
setBluePrints: {
|
5538
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5539
|
+
};
|
5540
|
+
};
|
5541
|
+
onDispatched: {
|
5542
|
+
setBlueprint: {
|
5543
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5544
|
+
};
|
5545
|
+
setBluePrints: {
|
5546
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5547
|
+
};
|
5548
|
+
};
|
5549
|
+
onFailure: {
|
5550
|
+
setBlueprint: {
|
5551
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5552
|
+
};
|
5553
|
+
setBluePrints: {
|
5554
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5555
|
+
};
|
5556
|
+
};
|
5557
|
+
} & {
|
5558
|
+
setBlueprint(type: "default"): void;
|
5559
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5560
|
+
};
|
5561
|
+
get: {
|
5562
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5563
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5564
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5565
|
+
};
|
5566
|
+
deactivated(): void;
|
5567
|
+
};
|
5258
5568
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5259
5569
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5260
5570
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -5300,6 +5610,49 @@ declare const _default: <T extends unknown>(props: {
|
|
5300
5610
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
5301
5611
|
};
|
5302
5612
|
get: {
|
5613
|
+
componentBlueprintStore(): {
|
5614
|
+
state: {
|
5615
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5616
|
+
};
|
5617
|
+
events: {
|
5618
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5619
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5620
|
+
actions: {
|
5621
|
+
onDispatching: {
|
5622
|
+
setBlueprint: {
|
5623
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5624
|
+
};
|
5625
|
+
setBluePrints: {
|
5626
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5627
|
+
};
|
5628
|
+
};
|
5629
|
+
onDispatched: {
|
5630
|
+
setBlueprint: {
|
5631
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5632
|
+
};
|
5633
|
+
setBluePrints: {
|
5634
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5635
|
+
};
|
5636
|
+
};
|
5637
|
+
onFailure: {
|
5638
|
+
setBlueprint: {
|
5639
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5640
|
+
};
|
5641
|
+
setBluePrints: {
|
5642
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5643
|
+
};
|
5644
|
+
};
|
5645
|
+
} & {
|
5646
|
+
setBlueprint(type: "default"): void;
|
5647
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5648
|
+
};
|
5649
|
+
get: {
|
5650
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5651
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5652
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5653
|
+
};
|
5654
|
+
deactivated(): void;
|
5655
|
+
};
|
5303
5656
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5304
5657
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5305
5658
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -5341,12 +5694,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5341
5694
|
colorToned: string;
|
5342
5695
|
};
|
5343
5696
|
id: {
|
5344
|
-
|
5697
|
+
toString: () => string;
|
5698
|
+
equals?: {
|
5345
5699
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5346
5700
|
};
|
5347
|
-
toString: () => string;
|
5348
|
-
toJSON: () => string;
|
5349
|
-
valueOf: () => string;
|
5350
5701
|
};
|
5351
5702
|
};
|
5352
5703
|
secondary: {
|
@@ -5372,12 +5723,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5372
5723
|
colorToned: string;
|
5373
5724
|
};
|
5374
5725
|
id: {
|
5375
|
-
|
5726
|
+
toString: () => string;
|
5727
|
+
equals?: {
|
5376
5728
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5377
5729
|
};
|
5378
|
-
toString: () => string;
|
5379
|
-
toJSON: () => string;
|
5380
|
-
valueOf: () => string;
|
5381
5730
|
};
|
5382
5731
|
};
|
5383
5732
|
accent1: {
|
@@ -5403,12 +5752,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5403
5752
|
colorToned: string;
|
5404
5753
|
};
|
5405
5754
|
id: {
|
5406
|
-
|
5755
|
+
toString: () => string;
|
5756
|
+
equals?: {
|
5407
5757
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5408
5758
|
};
|
5409
|
-
toString: () => string;
|
5410
|
-
toJSON: () => string;
|
5411
|
-
valueOf: () => string;
|
5412
5759
|
};
|
5413
5760
|
};
|
5414
5761
|
accent2: {
|
@@ -5434,12 +5781,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5434
5781
|
colorToned: string;
|
5435
5782
|
};
|
5436
5783
|
id: {
|
5437
|
-
|
5784
|
+
toString: () => string;
|
5785
|
+
equals?: {
|
5438
5786
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5439
5787
|
};
|
5440
|
-
toString: () => string;
|
5441
|
-
toJSON: () => string;
|
5442
|
-
valueOf: () => string;
|
5443
5788
|
};
|
5444
5789
|
};
|
5445
5790
|
accent3: {
|
@@ -5465,12 +5810,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5465
5810
|
colorToned: string;
|
5466
5811
|
};
|
5467
5812
|
id: {
|
5468
|
-
|
5813
|
+
toString: () => string;
|
5814
|
+
equals?: {
|
5469
5815
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5470
5816
|
};
|
5471
|
-
toString: () => string;
|
5472
|
-
toJSON: () => string;
|
5473
|
-
valueOf: () => string;
|
5474
5817
|
};
|
5475
5818
|
};
|
5476
5819
|
neutral: {
|
@@ -5496,12 +5839,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5496
5839
|
colorToned: string;
|
5497
5840
|
};
|
5498
5841
|
id: {
|
5499
|
-
|
5842
|
+
toString: () => string;
|
5843
|
+
equals?: {
|
5500
5844
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5501
5845
|
};
|
5502
|
-
toString: () => string;
|
5503
|
-
toJSON: () => string;
|
5504
|
-
valueOf: () => string;
|
5505
5846
|
};
|
5506
5847
|
};
|
5507
5848
|
background: {
|
@@ -5527,12 +5868,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5527
5868
|
colorToned: string;
|
5528
5869
|
};
|
5529
5870
|
id: {
|
5530
|
-
|
5871
|
+
toString: () => string;
|
5872
|
+
equals?: {
|
5531
5873
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5532
5874
|
};
|
5533
|
-
toString: () => string;
|
5534
|
-
toJSON: () => string;
|
5535
|
-
valueOf: () => string;
|
5536
5875
|
};
|
5537
5876
|
};
|
5538
5877
|
error: {
|
@@ -5558,12 +5897,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5558
5897
|
colorToned: string;
|
5559
5898
|
};
|
5560
5899
|
id: {
|
5561
|
-
|
5900
|
+
toString: () => string;
|
5901
|
+
equals?: {
|
5562
5902
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5563
5903
|
};
|
5564
|
-
toString: () => string;
|
5565
|
-
toJSON: () => string;
|
5566
|
-
valueOf: () => string;
|
5567
5904
|
};
|
5568
5905
|
};
|
5569
5906
|
info: {
|
@@ -5589,12 +5926,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5589
5926
|
colorToned: string;
|
5590
5927
|
};
|
5591
5928
|
id: {
|
5592
|
-
|
5929
|
+
toString: () => string;
|
5930
|
+
equals?: {
|
5593
5931
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5594
5932
|
};
|
5595
|
-
toString: () => string;
|
5596
|
-
toJSON: () => string;
|
5597
|
-
valueOf: () => string;
|
5598
5933
|
};
|
5599
5934
|
};
|
5600
5935
|
warning: {
|
@@ -5620,12 +5955,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5620
5955
|
colorToned: string;
|
5621
5956
|
};
|
5622
5957
|
id: {
|
5623
|
-
|
5958
|
+
toString: () => string;
|
5959
|
+
equals?: {
|
5624
5960
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5625
5961
|
};
|
5626
|
-
toString: () => string;
|
5627
|
-
toJSON: () => string;
|
5628
|
-
valueOf: () => string;
|
5629
5962
|
};
|
5630
5963
|
};
|
5631
5964
|
notification: {
|
@@ -5651,12 +5984,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5651
5984
|
colorToned: string;
|
5652
5985
|
};
|
5653
5986
|
id: {
|
5654
|
-
|
5987
|
+
toString: () => string;
|
5988
|
+
equals?: {
|
5655
5989
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5656
5990
|
};
|
5657
|
-
toString: () => string;
|
5658
|
-
toJSON: () => string;
|
5659
|
-
valueOf: () => string;
|
5660
5991
|
};
|
5661
5992
|
};
|
5662
5993
|
};
|
@@ -5665,12 +5996,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5665
5996
|
name: string;
|
5666
5997
|
font?: {
|
5667
5998
|
id: {
|
5668
|
-
|
5999
|
+
toString: () => string;
|
6000
|
+
equals?: {
|
5669
6001
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5670
6002
|
};
|
5671
|
-
toString: () => string;
|
5672
|
-
toJSON: () => string;
|
5673
|
-
valueOf: () => string;
|
5674
6003
|
};
|
5675
6004
|
family: string;
|
5676
6005
|
cdn?: string;
|
@@ -5902,12 +6231,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5902
6231
|
};
|
5903
6232
|
name?: string;
|
5904
6233
|
id: {
|
5905
|
-
|
6234
|
+
toString: () => string;
|
6235
|
+
equals?: {
|
5906
6236
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5907
6237
|
};
|
5908
|
-
toString: () => string;
|
5909
|
-
toJSON: () => string;
|
5910
|
-
valueOf: () => string;
|
5911
6238
|
};
|
5912
6239
|
};
|
5913
6240
|
spacing: {
|
@@ -5931,12 +6258,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5931
6258
|
};
|
5932
6259
|
name?: string;
|
5933
6260
|
id: {
|
5934
|
-
|
6261
|
+
toString: () => string;
|
6262
|
+
equals?: {
|
5935
6263
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5936
6264
|
};
|
5937
|
-
toString: () => string;
|
5938
|
-
toJSON: () => string;
|
5939
|
-
valueOf: () => string;
|
5940
6265
|
};
|
5941
6266
|
};
|
5942
6267
|
components: {
|
@@ -9257,7 +9582,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9257
9582
|
events?: {
|
9258
9583
|
onLoaded?: string[];
|
9259
9584
|
onEditMode?: string[];
|
9260
|
-
|
9585
|
+
onSaving?: string[];
|
9261
9586
|
};
|
9262
9587
|
actions?: {
|
9263
9588
|
[name: string]: string[];
|
@@ -9458,7 +9783,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9458
9783
|
events?: {
|
9459
9784
|
onLoaded?: string[];
|
9460
9785
|
onEditMode?: string[];
|
9461
|
-
|
9786
|
+
onSaving?: string[];
|
9462
9787
|
};
|
9463
9788
|
actions?: {
|
9464
9789
|
[name: string]: string[];
|
@@ -9659,7 +9984,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9659
9984
|
events?: {
|
9660
9985
|
onLoaded?: string[];
|
9661
9986
|
onEditMode?: string[];
|
9662
|
-
|
9987
|
+
onSaving?: string[];
|
9663
9988
|
};
|
9664
9989
|
actions?: {
|
9665
9990
|
[name: string]: string[];
|
@@ -9860,7 +10185,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9860
10185
|
events?: {
|
9861
10186
|
onLoaded?: string[];
|
9862
10187
|
onEditMode?: string[];
|
9863
|
-
|
10188
|
+
onSaving?: string[];
|
9864
10189
|
};
|
9865
10190
|
actions?: {
|
9866
10191
|
[name: string]: string[];
|
@@ -10011,31 +10336,25 @@ declare const _default: <T extends unknown>(props: {
|
|
10011
10336
|
};
|
10012
10337
|
name?: string;
|
10013
10338
|
id: {
|
10014
|
-
|
10339
|
+
toString: () => string;
|
10340
|
+
equals?: {
|
10015
10341
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10016
10342
|
};
|
10017
|
-
toString: () => string;
|
10018
|
-
toJSON: () => string;
|
10019
|
-
valueOf: () => string;
|
10020
10343
|
};
|
10021
10344
|
};
|
10022
10345
|
name?: string;
|
10023
10346
|
id: {
|
10024
|
-
|
10347
|
+
toString: () => string;
|
10348
|
+
equals?: {
|
10025
10349
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10026
10350
|
};
|
10027
|
-
toString: () => string;
|
10028
|
-
toJSON: () => string;
|
10029
|
-
valueOf: () => string;
|
10030
10351
|
};
|
10031
10352
|
};
|
10032
10353
|
id: {
|
10033
|
-
|
10354
|
+
toString: () => string;
|
10355
|
+
equals?: {
|
10034
10356
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10035
10357
|
};
|
10036
|
-
toString: () => string;
|
10037
|
-
toJSON: () => string;
|
10038
|
-
valueOf: () => string;
|
10039
10358
|
};
|
10040
10359
|
name?: string;
|
10041
10360
|
};
|
@@ -10068,6 +10387,49 @@ declare const _default: <T extends unknown>(props: {
|
|
10068
10387
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
10069
10388
|
};
|
10070
10389
|
get: {
|
10390
|
+
componentBlueprintStore: () => {
|
10391
|
+
state: {
|
10392
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
10393
|
+
};
|
10394
|
+
events: {
|
10395
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
10396
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
10397
|
+
actions: {
|
10398
|
+
onDispatching: {
|
10399
|
+
setBlueprint: {
|
10400
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10401
|
+
};
|
10402
|
+
setBluePrints: {
|
10403
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10404
|
+
};
|
10405
|
+
};
|
10406
|
+
onDispatched: {
|
10407
|
+
setBlueprint: {
|
10408
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10409
|
+
};
|
10410
|
+
setBluePrints: {
|
10411
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10412
|
+
};
|
10413
|
+
};
|
10414
|
+
onFailure: {
|
10415
|
+
setBlueprint: {
|
10416
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10417
|
+
};
|
10418
|
+
setBluePrints: {
|
10419
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10420
|
+
};
|
10421
|
+
};
|
10422
|
+
} & {
|
10423
|
+
setBlueprint(type: "default"): void;
|
10424
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
10425
|
+
};
|
10426
|
+
get: {
|
10427
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
10428
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
10429
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
10430
|
+
};
|
10431
|
+
deactivated(): void;
|
10432
|
+
};
|
10071
10433
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
10072
10434
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
10073
10435
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|