@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
@@ -13,6 +13,13 @@ declare const _default: {
|
|
13
13
|
} & {
|
14
14
|
activator?: Func<[VNodeChild]>;
|
15
15
|
}>;
|
16
|
+
disabled: {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
required: false;
|
19
|
+
} & {
|
20
|
+
type: import("vue").PropType<boolean>;
|
21
|
+
required: false;
|
22
|
+
};
|
16
23
|
"onUpdate:modelValue": {
|
17
24
|
type: import("vue").PropType<(value: string) => any>;
|
18
25
|
};
|
@@ -58,6 +65,13 @@ declare const _default: {
|
|
58
65
|
} & {
|
59
66
|
activator?: Func<[VNodeChild]>;
|
60
67
|
}>;
|
68
|
+
disabled: {
|
69
|
+
type: import("vue").PropType<boolean>;
|
70
|
+
required: false;
|
71
|
+
} & {
|
72
|
+
type: import("vue").PropType<boolean>;
|
73
|
+
required: false;
|
74
|
+
};
|
61
75
|
"onUpdate:modelValue": {
|
62
76
|
type: import("vue").PropType<(value: string) => any>;
|
63
77
|
};
|
@@ -112,6 +126,13 @@ declare const _default: {
|
|
112
126
|
} & {
|
113
127
|
activator?: Func<[VNodeChild]>;
|
114
128
|
}>;
|
129
|
+
disabled: {
|
130
|
+
type: import("vue").PropType<boolean>;
|
131
|
+
required: false;
|
132
|
+
} & {
|
133
|
+
type: import("vue").PropType<boolean>;
|
134
|
+
required: false;
|
135
|
+
};
|
115
136
|
"onUpdate:modelValue": {
|
116
137
|
type: import("vue").PropType<(value: string) => any>;
|
117
138
|
};
|
@@ -163,6 +184,13 @@ declare const _default: {
|
|
163
184
|
} & {
|
164
185
|
activator?: Func<[VNodeChild]>;
|
165
186
|
}>;
|
187
|
+
disabled: {
|
188
|
+
type: import("vue").PropType<boolean>;
|
189
|
+
required: false;
|
190
|
+
} & {
|
191
|
+
type: import("vue").PropType<boolean>;
|
192
|
+
required: false;
|
193
|
+
};
|
166
194
|
"onUpdate:modelValue": {
|
167
195
|
type: import("vue").PropType<(value: string) => any>;
|
168
196
|
};
|
@@ -214,6 +242,7 @@ declare const _default: {
|
|
214
242
|
} & {
|
215
243
|
class?: String | String[];
|
216
244
|
label?: string;
|
245
|
+
disabled?: boolean;
|
217
246
|
"v-model"?: string;
|
218
247
|
"onUpdate:modelValue"?: (value: string) => any;
|
219
248
|
modelValue?: string;
|
@@ -62,6 +62,49 @@ declare const _default: {
|
|
62
62
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
63
63
|
};
|
64
64
|
get: {
|
65
|
+
componentBlueprintStore(): {
|
66
|
+
state: {
|
67
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
68
|
+
};
|
69
|
+
events: {
|
70
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
71
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
72
|
+
actions: {
|
73
|
+
onDispatching: {
|
74
|
+
setBlueprint: {
|
75
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
+
};
|
77
|
+
setBluePrints: {
|
78
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
|
+
};
|
80
|
+
};
|
81
|
+
onDispatched: {
|
82
|
+
setBlueprint: {
|
83
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
|
+
};
|
85
|
+
setBluePrints: {
|
86
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
+
};
|
88
|
+
};
|
89
|
+
onFailure: {
|
90
|
+
setBlueprint: {
|
91
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
+
};
|
93
|
+
setBluePrints: {
|
94
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
|
+
};
|
96
|
+
};
|
97
|
+
} & {
|
98
|
+
setBlueprint(type: "default"): void;
|
99
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
100
|
+
};
|
101
|
+
get: {
|
102
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
103
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
104
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
105
|
+
};
|
106
|
+
deactivated(): void;
|
107
|
+
};
|
65
108
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
66
109
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
67
110
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -114,6 +157,49 @@ declare const _default: {
|
|
114
157
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
115
158
|
};
|
116
159
|
get: {
|
160
|
+
componentBlueprintStore(): {
|
161
|
+
state: {
|
162
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
163
|
+
};
|
164
|
+
events: {
|
165
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
166
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
167
|
+
actions: {
|
168
|
+
onDispatching: {
|
169
|
+
setBlueprint: {
|
170
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
171
|
+
};
|
172
|
+
setBluePrints: {
|
173
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
174
|
+
};
|
175
|
+
};
|
176
|
+
onDispatched: {
|
177
|
+
setBlueprint: {
|
178
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
179
|
+
};
|
180
|
+
setBluePrints: {
|
181
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
182
|
+
};
|
183
|
+
};
|
184
|
+
onFailure: {
|
185
|
+
setBlueprint: {
|
186
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
187
|
+
};
|
188
|
+
setBluePrints: {
|
189
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
190
|
+
};
|
191
|
+
};
|
192
|
+
} & {
|
193
|
+
setBlueprint(type: "default"): void;
|
194
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
195
|
+
};
|
196
|
+
get: {
|
197
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
198
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
199
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
200
|
+
};
|
201
|
+
deactivated(): void;
|
202
|
+
};
|
117
203
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
118
204
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
119
205
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -166,6 +252,49 @@ declare const _default: {
|
|
166
252
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
167
253
|
};
|
168
254
|
get: {
|
255
|
+
componentBlueprintStore(): {
|
256
|
+
state: {
|
257
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
258
|
+
};
|
259
|
+
events: {
|
260
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
261
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
262
|
+
actions: {
|
263
|
+
onDispatching: {
|
264
|
+
setBlueprint: {
|
265
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
266
|
+
};
|
267
|
+
setBluePrints: {
|
268
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
269
|
+
};
|
270
|
+
};
|
271
|
+
onDispatched: {
|
272
|
+
setBlueprint: {
|
273
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
274
|
+
};
|
275
|
+
setBluePrints: {
|
276
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
277
|
+
};
|
278
|
+
};
|
279
|
+
onFailure: {
|
280
|
+
setBlueprint: {
|
281
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
282
|
+
};
|
283
|
+
setBluePrints: {
|
284
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
285
|
+
};
|
286
|
+
};
|
287
|
+
} & {
|
288
|
+
setBlueprint(type: "default"): void;
|
289
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
290
|
+
};
|
291
|
+
get: {
|
292
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
293
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
294
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
295
|
+
};
|
296
|
+
deactivated(): void;
|
297
|
+
};
|
169
298
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
170
299
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
171
300
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -211,6 +340,49 @@ declare const _default: {
|
|
211
340
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
212
341
|
};
|
213
342
|
get: {
|
343
|
+
componentBlueprintStore(): {
|
344
|
+
state: {
|
345
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
346
|
+
};
|
347
|
+
events: {
|
348
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
349
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
350
|
+
actions: {
|
351
|
+
onDispatching: {
|
352
|
+
setBlueprint: {
|
353
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
354
|
+
};
|
355
|
+
setBluePrints: {
|
356
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
357
|
+
};
|
358
|
+
};
|
359
|
+
onDispatched: {
|
360
|
+
setBlueprint: {
|
361
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
362
|
+
};
|
363
|
+
setBluePrints: {
|
364
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
365
|
+
};
|
366
|
+
};
|
367
|
+
onFailure: {
|
368
|
+
setBlueprint: {
|
369
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
370
|
+
};
|
371
|
+
setBluePrints: {
|
372
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
373
|
+
};
|
374
|
+
};
|
375
|
+
} & {
|
376
|
+
setBlueprint(type: "default"): void;
|
377
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
378
|
+
};
|
379
|
+
get: {
|
380
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
381
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
382
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
383
|
+
};
|
384
|
+
deactivated(): void;
|
385
|
+
};
|
214
386
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
215
387
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
216
388
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -252,12 +424,10 @@ declare const _default: {
|
|
252
424
|
colorToned: string;
|
253
425
|
};
|
254
426
|
id: {
|
255
|
-
|
427
|
+
toString: () => string;
|
428
|
+
equals?: {
|
256
429
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
257
430
|
};
|
258
|
-
toString: () => string;
|
259
|
-
toJSON: () => string;
|
260
|
-
valueOf: () => string;
|
261
431
|
};
|
262
432
|
};
|
263
433
|
secondary: {
|
@@ -283,12 +453,10 @@ declare const _default: {
|
|
283
453
|
colorToned: string;
|
284
454
|
};
|
285
455
|
id: {
|
286
|
-
|
456
|
+
toString: () => string;
|
457
|
+
equals?: {
|
287
458
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
288
459
|
};
|
289
|
-
toString: () => string;
|
290
|
-
toJSON: () => string;
|
291
|
-
valueOf: () => string;
|
292
460
|
};
|
293
461
|
};
|
294
462
|
accent1: {
|
@@ -314,12 +482,10 @@ declare const _default: {
|
|
314
482
|
colorToned: string;
|
315
483
|
};
|
316
484
|
id: {
|
317
|
-
|
485
|
+
toString: () => string;
|
486
|
+
equals?: {
|
318
487
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
319
488
|
};
|
320
|
-
toString: () => string;
|
321
|
-
toJSON: () => string;
|
322
|
-
valueOf: () => string;
|
323
489
|
};
|
324
490
|
};
|
325
491
|
accent2: {
|
@@ -345,12 +511,10 @@ declare const _default: {
|
|
345
511
|
colorToned: string;
|
346
512
|
};
|
347
513
|
id: {
|
348
|
-
|
514
|
+
toString: () => string;
|
515
|
+
equals?: {
|
349
516
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
350
517
|
};
|
351
|
-
toString: () => string;
|
352
|
-
toJSON: () => string;
|
353
|
-
valueOf: () => string;
|
354
518
|
};
|
355
519
|
};
|
356
520
|
accent3: {
|
@@ -376,12 +540,10 @@ declare const _default: {
|
|
376
540
|
colorToned: string;
|
377
541
|
};
|
378
542
|
id: {
|
379
|
-
|
543
|
+
toString: () => string;
|
544
|
+
equals?: {
|
380
545
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
381
546
|
};
|
382
|
-
toString: () => string;
|
383
|
-
toJSON: () => string;
|
384
|
-
valueOf: () => string;
|
385
547
|
};
|
386
548
|
};
|
387
549
|
neutral: {
|
@@ -407,12 +569,10 @@ declare const _default: {
|
|
407
569
|
colorToned: string;
|
408
570
|
};
|
409
571
|
id: {
|
410
|
-
|
572
|
+
toString: () => string;
|
573
|
+
equals?: {
|
411
574
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
412
575
|
};
|
413
|
-
toString: () => string;
|
414
|
-
toJSON: () => string;
|
415
|
-
valueOf: () => string;
|
416
576
|
};
|
417
577
|
};
|
418
578
|
background: {
|
@@ -438,12 +598,10 @@ declare const _default: {
|
|
438
598
|
colorToned: string;
|
439
599
|
};
|
440
600
|
id: {
|
441
|
-
|
601
|
+
toString: () => string;
|
602
|
+
equals?: {
|
442
603
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
443
604
|
};
|
444
|
-
toString: () => string;
|
445
|
-
toJSON: () => string;
|
446
|
-
valueOf: () => string;
|
447
605
|
};
|
448
606
|
};
|
449
607
|
error: {
|
@@ -469,12 +627,10 @@ declare const _default: {
|
|
469
627
|
colorToned: string;
|
470
628
|
};
|
471
629
|
id: {
|
472
|
-
|
630
|
+
toString: () => string;
|
631
|
+
equals?: {
|
473
632
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
474
633
|
};
|
475
|
-
toString: () => string;
|
476
|
-
toJSON: () => string;
|
477
|
-
valueOf: () => string;
|
478
634
|
};
|
479
635
|
};
|
480
636
|
info: {
|
@@ -500,12 +656,10 @@ declare const _default: {
|
|
500
656
|
colorToned: string;
|
501
657
|
};
|
502
658
|
id: {
|
503
|
-
|
659
|
+
toString: () => string;
|
660
|
+
equals?: {
|
504
661
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
505
662
|
};
|
506
|
-
toString: () => string;
|
507
|
-
toJSON: () => string;
|
508
|
-
valueOf: () => string;
|
509
663
|
};
|
510
664
|
};
|
511
665
|
warning: {
|
@@ -531,12 +685,10 @@ declare const _default: {
|
|
531
685
|
colorToned: string;
|
532
686
|
};
|
533
687
|
id: {
|
534
|
-
|
688
|
+
toString: () => string;
|
689
|
+
equals?: {
|
535
690
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
536
691
|
};
|
537
|
-
toString: () => string;
|
538
|
-
toJSON: () => string;
|
539
|
-
valueOf: () => string;
|
540
692
|
};
|
541
693
|
};
|
542
694
|
notification: {
|
@@ -562,12 +714,10 @@ declare const _default: {
|
|
562
714
|
colorToned: string;
|
563
715
|
};
|
564
716
|
id: {
|
565
|
-
|
717
|
+
toString: () => string;
|
718
|
+
equals?: {
|
566
719
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
567
720
|
};
|
568
|
-
toString: () => string;
|
569
|
-
toJSON: () => string;
|
570
|
-
valueOf: () => string;
|
571
721
|
};
|
572
722
|
};
|
573
723
|
};
|
@@ -576,12 +726,10 @@ declare const _default: {
|
|
576
726
|
name: string;
|
577
727
|
font?: {
|
578
728
|
id: {
|
579
|
-
|
729
|
+
toString: () => string;
|
730
|
+
equals?: {
|
580
731
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
581
732
|
};
|
582
|
-
toString: () => string;
|
583
|
-
toJSON: () => string;
|
584
|
-
valueOf: () => string;
|
585
733
|
};
|
586
734
|
family: string;
|
587
735
|
cdn?: string;
|
@@ -813,12 +961,10 @@ declare const _default: {
|
|
813
961
|
};
|
814
962
|
name?: string;
|
815
963
|
id: {
|
816
|
-
|
964
|
+
toString: () => string;
|
965
|
+
equals?: {
|
817
966
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
818
967
|
};
|
819
|
-
toString: () => string;
|
820
|
-
toJSON: () => string;
|
821
|
-
valueOf: () => string;
|
822
968
|
};
|
823
969
|
};
|
824
970
|
spacing: {
|
@@ -842,12 +988,10 @@ declare const _default: {
|
|
842
988
|
};
|
843
989
|
name?: string;
|
844
990
|
id: {
|
845
|
-
|
991
|
+
toString: () => string;
|
992
|
+
equals?: {
|
846
993
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
847
994
|
};
|
848
|
-
toString: () => string;
|
849
|
-
toJSON: () => string;
|
850
|
-
valueOf: () => string;
|
851
995
|
};
|
852
996
|
};
|
853
997
|
components: {
|
@@ -4168,7 +4312,7 @@ declare const _default: {
|
|
4168
4312
|
events?: {
|
4169
4313
|
onLoaded?: string[];
|
4170
4314
|
onEditMode?: string[];
|
4171
|
-
|
4315
|
+
onSaving?: string[];
|
4172
4316
|
};
|
4173
4317
|
actions?: {
|
4174
4318
|
[name: string]: string[];
|
@@ -4369,7 +4513,7 @@ declare const _default: {
|
|
4369
4513
|
events?: {
|
4370
4514
|
onLoaded?: string[];
|
4371
4515
|
onEditMode?: string[];
|
4372
|
-
|
4516
|
+
onSaving?: string[];
|
4373
4517
|
};
|
4374
4518
|
actions?: {
|
4375
4519
|
[name: string]: string[];
|
@@ -4570,7 +4714,7 @@ declare const _default: {
|
|
4570
4714
|
events?: {
|
4571
4715
|
onLoaded?: string[];
|
4572
4716
|
onEditMode?: string[];
|
4573
|
-
|
4717
|
+
onSaving?: string[];
|
4574
4718
|
};
|
4575
4719
|
actions?: {
|
4576
4720
|
[name: string]: string[];
|
@@ -4771,7 +4915,7 @@ declare const _default: {
|
|
4771
4915
|
events?: {
|
4772
4916
|
onLoaded?: string[];
|
4773
4917
|
onEditMode?: string[];
|
4774
|
-
|
4918
|
+
onSaving?: string[];
|
4775
4919
|
};
|
4776
4920
|
actions?: {
|
4777
4921
|
[name: string]: string[];
|
@@ -4922,31 +5066,25 @@ declare const _default: {
|
|
4922
5066
|
};
|
4923
5067
|
name?: string;
|
4924
5068
|
id: {
|
4925
|
-
|
5069
|
+
toString: () => string;
|
5070
|
+
equals?: {
|
4926
5071
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4927
5072
|
};
|
4928
|
-
toString: () => string;
|
4929
|
-
toJSON: () => string;
|
4930
|
-
valueOf: () => string;
|
4931
5073
|
};
|
4932
5074
|
};
|
4933
5075
|
name?: string;
|
4934
5076
|
id: {
|
4935
|
-
|
5077
|
+
toString: () => string;
|
5078
|
+
equals?: {
|
4936
5079
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4937
5080
|
};
|
4938
|
-
toString: () => string;
|
4939
|
-
toJSON: () => string;
|
4940
|
-
valueOf: () => string;
|
4941
5081
|
};
|
4942
5082
|
};
|
4943
5083
|
id: {
|
4944
|
-
|
5084
|
+
toString: () => string;
|
5085
|
+
equals?: {
|
4945
5086
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4946
5087
|
};
|
4947
|
-
toString: () => string;
|
4948
|
-
toJSON: () => string;
|
4949
|
-
valueOf: () => string;
|
4950
5088
|
};
|
4951
5089
|
name?: string;
|
4952
5090
|
};
|
@@ -4979,6 +5117,49 @@ declare const _default: {
|
|
4979
5117
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
4980
5118
|
};
|
4981
5119
|
get: {
|
5120
|
+
componentBlueprintStore: () => {
|
5121
|
+
state: {
|
5122
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5123
|
+
};
|
5124
|
+
events: {
|
5125
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5126
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5127
|
+
actions: {
|
5128
|
+
onDispatching: {
|
5129
|
+
setBlueprint: {
|
5130
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5131
|
+
};
|
5132
|
+
setBluePrints: {
|
5133
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5134
|
+
};
|
5135
|
+
};
|
5136
|
+
onDispatched: {
|
5137
|
+
setBlueprint: {
|
5138
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5139
|
+
};
|
5140
|
+
setBluePrints: {
|
5141
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5142
|
+
};
|
5143
|
+
};
|
5144
|
+
onFailure: {
|
5145
|
+
setBlueprint: {
|
5146
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5147
|
+
};
|
5148
|
+
setBluePrints: {
|
5149
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5150
|
+
};
|
5151
|
+
};
|
5152
|
+
} & {
|
5153
|
+
setBlueprint(type: "default"): void;
|
5154
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5155
|
+
};
|
5156
|
+
get: {
|
5157
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5158
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5159
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5160
|
+
};
|
5161
|
+
deactivated(): void;
|
5162
|
+
};
|
4982
5163
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
4983
5164
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
4984
5165
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|