@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
@@ -58,6 +58,49 @@ export declare function useColorSchemaSetup(props: object): {
|
|
58
58
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
59
59
|
};
|
60
60
|
get: {
|
61
|
+
componentBlueprintStore(): {
|
62
|
+
state: {
|
63
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
64
|
+
};
|
65
|
+
events: {
|
66
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
67
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
68
|
+
actions: {
|
69
|
+
onDispatching: {
|
70
|
+
setBlueprint: {
|
71
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
+
};
|
73
|
+
setBluePrints: {
|
74
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
+
};
|
76
|
+
};
|
77
|
+
onDispatched: {
|
78
|
+
setBlueprint: {
|
79
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
+
};
|
81
|
+
setBluePrints: {
|
82
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
+
};
|
84
|
+
};
|
85
|
+
onFailure: {
|
86
|
+
setBlueprint: {
|
87
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
+
};
|
89
|
+
setBluePrints: {
|
90
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
|
+
};
|
92
|
+
};
|
93
|
+
} & {
|
94
|
+
setBlueprint(type: "default"): void;
|
95
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
96
|
+
};
|
97
|
+
get: {
|
98
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
99
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
100
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
101
|
+
};
|
102
|
+
deactivated(): void;
|
103
|
+
};
|
61
104
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
62
105
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
63
106
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -110,6 +153,49 @@ export declare function useColorSchemaSetup(props: object): {
|
|
110
153
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
111
154
|
};
|
112
155
|
get: {
|
156
|
+
componentBlueprintStore(): {
|
157
|
+
state: {
|
158
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
159
|
+
};
|
160
|
+
events: {
|
161
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
162
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
163
|
+
actions: {
|
164
|
+
onDispatching: {
|
165
|
+
setBlueprint: {
|
166
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
167
|
+
};
|
168
|
+
setBluePrints: {
|
169
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
170
|
+
};
|
171
|
+
};
|
172
|
+
onDispatched: {
|
173
|
+
setBlueprint: {
|
174
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
175
|
+
};
|
176
|
+
setBluePrints: {
|
177
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
+
};
|
179
|
+
};
|
180
|
+
onFailure: {
|
181
|
+
setBlueprint: {
|
182
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
183
|
+
};
|
184
|
+
setBluePrints: {
|
185
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
186
|
+
};
|
187
|
+
};
|
188
|
+
} & {
|
189
|
+
setBlueprint(type: "default"): void;
|
190
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
191
|
+
};
|
192
|
+
get: {
|
193
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
194
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
195
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
196
|
+
};
|
197
|
+
deactivated(): void;
|
198
|
+
};
|
113
199
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
114
200
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
115
201
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -162,6 +248,49 @@ export declare function useColorSchemaSetup(props: object): {
|
|
162
248
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
163
249
|
};
|
164
250
|
get: {
|
251
|
+
componentBlueprintStore(): {
|
252
|
+
state: {
|
253
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
254
|
+
};
|
255
|
+
events: {
|
256
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
257
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
258
|
+
actions: {
|
259
|
+
onDispatching: {
|
260
|
+
setBlueprint: {
|
261
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
262
|
+
};
|
263
|
+
setBluePrints: {
|
264
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
265
|
+
};
|
266
|
+
};
|
267
|
+
onDispatched: {
|
268
|
+
setBlueprint: {
|
269
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
270
|
+
};
|
271
|
+
setBluePrints: {
|
272
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
273
|
+
};
|
274
|
+
};
|
275
|
+
onFailure: {
|
276
|
+
setBlueprint: {
|
277
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
278
|
+
};
|
279
|
+
setBluePrints: {
|
280
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
281
|
+
};
|
282
|
+
};
|
283
|
+
} & {
|
284
|
+
setBlueprint(type: "default"): void;
|
285
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
286
|
+
};
|
287
|
+
get: {
|
288
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
289
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
290
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
291
|
+
};
|
292
|
+
deactivated(): void;
|
293
|
+
};
|
165
294
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
166
295
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
167
296
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -207,6 +336,49 @@ export declare function useColorSchemaSetup(props: object): {
|
|
207
336
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
208
337
|
};
|
209
338
|
get: {
|
339
|
+
componentBlueprintStore(): {
|
340
|
+
state: {
|
341
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
342
|
+
};
|
343
|
+
events: {
|
344
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
345
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
346
|
+
actions: {
|
347
|
+
onDispatching: {
|
348
|
+
setBlueprint: {
|
349
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
350
|
+
};
|
351
|
+
setBluePrints: {
|
352
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
353
|
+
};
|
354
|
+
};
|
355
|
+
onDispatched: {
|
356
|
+
setBlueprint: {
|
357
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
358
|
+
};
|
359
|
+
setBluePrints: {
|
360
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
361
|
+
};
|
362
|
+
};
|
363
|
+
onFailure: {
|
364
|
+
setBlueprint: {
|
365
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
366
|
+
};
|
367
|
+
setBluePrints: {
|
368
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
369
|
+
};
|
370
|
+
};
|
371
|
+
} & {
|
372
|
+
setBlueprint(type: "default"): void;
|
373
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
374
|
+
};
|
375
|
+
get: {
|
376
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
377
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
378
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
379
|
+
};
|
380
|
+
deactivated(): void;
|
381
|
+
};
|
210
382
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
211
383
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
212
384
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
@@ -248,12 +420,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
248
420
|
colorToned: string;
|
249
421
|
};
|
250
422
|
id: {
|
251
|
-
|
423
|
+
toString: () => string;
|
424
|
+
equals?: {
|
252
425
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
253
426
|
};
|
254
|
-
toString: () => string;
|
255
|
-
toJSON: () => string;
|
256
|
-
valueOf: () => string;
|
257
427
|
};
|
258
428
|
};
|
259
429
|
secondary: {
|
@@ -279,12 +449,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
279
449
|
colorToned: string;
|
280
450
|
};
|
281
451
|
id: {
|
282
|
-
|
452
|
+
toString: () => string;
|
453
|
+
equals?: {
|
283
454
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
284
455
|
};
|
285
|
-
toString: () => string;
|
286
|
-
toJSON: () => string;
|
287
|
-
valueOf: () => string;
|
288
456
|
};
|
289
457
|
};
|
290
458
|
accent1: {
|
@@ -310,12 +478,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
310
478
|
colorToned: string;
|
311
479
|
};
|
312
480
|
id: {
|
313
|
-
|
481
|
+
toString: () => string;
|
482
|
+
equals?: {
|
314
483
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
315
484
|
};
|
316
|
-
toString: () => string;
|
317
|
-
toJSON: () => string;
|
318
|
-
valueOf: () => string;
|
319
485
|
};
|
320
486
|
};
|
321
487
|
accent2: {
|
@@ -341,12 +507,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
341
507
|
colorToned: string;
|
342
508
|
};
|
343
509
|
id: {
|
344
|
-
|
510
|
+
toString: () => string;
|
511
|
+
equals?: {
|
345
512
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
346
513
|
};
|
347
|
-
toString: () => string;
|
348
|
-
toJSON: () => string;
|
349
|
-
valueOf: () => string;
|
350
514
|
};
|
351
515
|
};
|
352
516
|
accent3: {
|
@@ -372,12 +536,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
372
536
|
colorToned: string;
|
373
537
|
};
|
374
538
|
id: {
|
375
|
-
|
539
|
+
toString: () => string;
|
540
|
+
equals?: {
|
376
541
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
377
542
|
};
|
378
|
-
toString: () => string;
|
379
|
-
toJSON: () => string;
|
380
|
-
valueOf: () => string;
|
381
543
|
};
|
382
544
|
};
|
383
545
|
neutral: {
|
@@ -403,12 +565,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
403
565
|
colorToned: string;
|
404
566
|
};
|
405
567
|
id: {
|
406
|
-
|
568
|
+
toString: () => string;
|
569
|
+
equals?: {
|
407
570
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
408
571
|
};
|
409
|
-
toString: () => string;
|
410
|
-
toJSON: () => string;
|
411
|
-
valueOf: () => string;
|
412
572
|
};
|
413
573
|
};
|
414
574
|
background: {
|
@@ -434,12 +594,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
434
594
|
colorToned: string;
|
435
595
|
};
|
436
596
|
id: {
|
437
|
-
|
597
|
+
toString: () => string;
|
598
|
+
equals?: {
|
438
599
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
439
600
|
};
|
440
|
-
toString: () => string;
|
441
|
-
toJSON: () => string;
|
442
|
-
valueOf: () => string;
|
443
601
|
};
|
444
602
|
};
|
445
603
|
error: {
|
@@ -465,12 +623,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
465
623
|
colorToned: string;
|
466
624
|
};
|
467
625
|
id: {
|
468
|
-
|
626
|
+
toString: () => string;
|
627
|
+
equals?: {
|
469
628
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
470
629
|
};
|
471
|
-
toString: () => string;
|
472
|
-
toJSON: () => string;
|
473
|
-
valueOf: () => string;
|
474
630
|
};
|
475
631
|
};
|
476
632
|
info: {
|
@@ -496,12 +652,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
496
652
|
colorToned: string;
|
497
653
|
};
|
498
654
|
id: {
|
499
|
-
|
655
|
+
toString: () => string;
|
656
|
+
equals?: {
|
500
657
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
501
658
|
};
|
502
|
-
toString: () => string;
|
503
|
-
toJSON: () => string;
|
504
|
-
valueOf: () => string;
|
505
659
|
};
|
506
660
|
};
|
507
661
|
warning: {
|
@@ -527,12 +681,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
527
681
|
colorToned: string;
|
528
682
|
};
|
529
683
|
id: {
|
530
|
-
|
684
|
+
toString: () => string;
|
685
|
+
equals?: {
|
531
686
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
532
687
|
};
|
533
|
-
toString: () => string;
|
534
|
-
toJSON: () => string;
|
535
|
-
valueOf: () => string;
|
536
688
|
};
|
537
689
|
};
|
538
690
|
notification: {
|
@@ -558,12 +710,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
558
710
|
colorToned: string;
|
559
711
|
};
|
560
712
|
id: {
|
561
|
-
|
713
|
+
toString: () => string;
|
714
|
+
equals?: {
|
562
715
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
563
716
|
};
|
564
|
-
toString: () => string;
|
565
|
-
toJSON: () => string;
|
566
|
-
valueOf: () => string;
|
567
717
|
};
|
568
718
|
};
|
569
719
|
};
|
@@ -572,12 +722,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
572
722
|
name: string;
|
573
723
|
font?: {
|
574
724
|
id: {
|
575
|
-
|
725
|
+
toString: () => string;
|
726
|
+
equals?: {
|
576
727
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
577
728
|
};
|
578
|
-
toString: () => string;
|
579
|
-
toJSON: () => string;
|
580
|
-
valueOf: () => string;
|
581
729
|
};
|
582
730
|
family: string;
|
583
731
|
cdn?: string;
|
@@ -809,12 +957,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
809
957
|
};
|
810
958
|
name?: string;
|
811
959
|
id: {
|
812
|
-
|
960
|
+
toString: () => string;
|
961
|
+
equals?: {
|
813
962
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
814
963
|
};
|
815
|
-
toString: () => string;
|
816
|
-
toJSON: () => string;
|
817
|
-
valueOf: () => string;
|
818
964
|
};
|
819
965
|
};
|
820
966
|
spacing: {
|
@@ -838,12 +984,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
838
984
|
};
|
839
985
|
name?: string;
|
840
986
|
id: {
|
841
|
-
|
987
|
+
toString: () => string;
|
988
|
+
equals?: {
|
842
989
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
843
990
|
};
|
844
|
-
toString: () => string;
|
845
|
-
toJSON: () => string;
|
846
|
-
valueOf: () => string;
|
847
991
|
};
|
848
992
|
};
|
849
993
|
components: {
|
@@ -4164,7 +4308,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4164
4308
|
events?: {
|
4165
4309
|
onLoaded?: string[];
|
4166
4310
|
onEditMode?: string[];
|
4167
|
-
|
4311
|
+
onSaving?: string[];
|
4168
4312
|
};
|
4169
4313
|
actions?: {
|
4170
4314
|
[name: string]: string[];
|
@@ -4365,7 +4509,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4365
4509
|
events?: {
|
4366
4510
|
onLoaded?: string[];
|
4367
4511
|
onEditMode?: string[];
|
4368
|
-
|
4512
|
+
onSaving?: string[];
|
4369
4513
|
};
|
4370
4514
|
actions?: {
|
4371
4515
|
[name: string]: string[];
|
@@ -4566,7 +4710,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4566
4710
|
events?: {
|
4567
4711
|
onLoaded?: string[];
|
4568
4712
|
onEditMode?: string[];
|
4569
|
-
|
4713
|
+
onSaving?: string[];
|
4570
4714
|
};
|
4571
4715
|
actions?: {
|
4572
4716
|
[name: string]: string[];
|
@@ -4767,7 +4911,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4767
4911
|
events?: {
|
4768
4912
|
onLoaded?: string[];
|
4769
4913
|
onEditMode?: string[];
|
4770
|
-
|
4914
|
+
onSaving?: string[];
|
4771
4915
|
};
|
4772
4916
|
actions?: {
|
4773
4917
|
[name: string]: string[];
|
@@ -4918,31 +5062,25 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4918
5062
|
};
|
4919
5063
|
name?: string;
|
4920
5064
|
id: {
|
4921
|
-
|
5065
|
+
toString: () => string;
|
5066
|
+
equals?: {
|
4922
5067
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4923
5068
|
};
|
4924
|
-
toString: () => string;
|
4925
|
-
toJSON: () => string;
|
4926
|
-
valueOf: () => string;
|
4927
5069
|
};
|
4928
5070
|
};
|
4929
5071
|
name?: string;
|
4930
5072
|
id: {
|
4931
|
-
|
5073
|
+
toString: () => string;
|
5074
|
+
equals?: {
|
4932
5075
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4933
5076
|
};
|
4934
|
-
toString: () => string;
|
4935
|
-
toJSON: () => string;
|
4936
|
-
valueOf: () => string;
|
4937
5077
|
};
|
4938
5078
|
};
|
4939
5079
|
id: {
|
4940
|
-
|
5080
|
+
toString: () => string;
|
5081
|
+
equals?: {
|
4941
5082
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
4942
5083
|
};
|
4943
|
-
toString: () => string;
|
4944
|
-
toJSON: () => string;
|
4945
|
-
valueOf: () => string;
|
4946
5084
|
};
|
4947
5085
|
name?: string;
|
4948
5086
|
};
|
@@ -4975,6 +5113,49 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4975
5113
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
4976
5114
|
};
|
4977
5115
|
get: {
|
5116
|
+
componentBlueprintStore: () => {
|
5117
|
+
state: {
|
5118
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5119
|
+
};
|
5120
|
+
events: {
|
5121
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ComponentBlueprints>;
|
5122
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
5123
|
+
actions: {
|
5124
|
+
onDispatching: {
|
5125
|
+
setBlueprint: {
|
5126
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5127
|
+
};
|
5128
|
+
setBluePrints: {
|
5129
|
+
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5130
|
+
};
|
5131
|
+
};
|
5132
|
+
onDispatched: {
|
5133
|
+
setBlueprint: {
|
5134
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5135
|
+
};
|
5136
|
+
setBluePrints: {
|
5137
|
+
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5138
|
+
};
|
5139
|
+
};
|
5140
|
+
onFailure: {
|
5141
|
+
setBlueprint: {
|
5142
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5143
|
+
};
|
5144
|
+
setBluePrints: {
|
5145
|
+
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
5146
|
+
};
|
5147
|
+
};
|
5148
|
+
} & {
|
5149
|
+
setBlueprint(type: "default"): void;
|
5150
|
+
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
5151
|
+
};
|
5152
|
+
get: {
|
5153
|
+
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5154
|
+
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5155
|
+
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5156
|
+
};
|
5157
|
+
deactivated(): void;
|
5158
|
+
};
|
4978
5159
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
4979
5160
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
4980
5161
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
@@ -96,10 +96,10 @@ export declare function useWebNotification(options?: UseWebNotificationOptions):
|
|
96
96
|
permissionGranted: Ref<boolean>;
|
97
97
|
show: (overrides?: WebNotificationOptions) => Promise<Notification>;
|
98
98
|
close: () => void;
|
99
|
-
onClick: import("
|
100
|
-
onShow: import("
|
101
|
-
onError: import("
|
102
|
-
onClose: import("
|
99
|
+
onClick: import("@omnia/fx-models").EventHookOn<any>;
|
100
|
+
onShow: import("@omnia/fx-models").EventHookOn<any>;
|
101
|
+
onError: import("@omnia/fx-models").EventHookOn<any>;
|
102
|
+
onClose: import("@omnia/fx-models").EventHookOn<any>;
|
103
103
|
};
|
104
104
|
export type UseWebNotificationReturn = ReturnType<typeof useWebNotification>;
|
105
105
|
export {};
|
@@ -6,7 +6,6 @@ export * from "./UseConfirm";
|
|
6
6
|
export * from "./UseVueInstance";
|
7
7
|
export * from "./UseJourney";
|
8
8
|
export { createValidator } from "./UseValidation";
|
9
|
-
export * from "./UseEventHook";
|
10
9
|
export * from "./UseClone";
|
11
10
|
export * from "./UseKeyboard";
|
12
11
|
export * from "./UseIndexedDb";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./CreateEventHook";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, useVelcronThemingStore } from "..";
|
@@ -61,7 +61,7 @@ export interface VelcronRenderContext {
|
|
61
61
|
};
|
62
62
|
parent?: VelcronRenderContext;
|
63
63
|
hooks?: VelcronRenderContextHooks;
|
64
|
-
eventHandlers?:
|
64
|
+
eventHandlers?: VelcronRenderContextEventHandlersInstance;
|
65
65
|
editMode?: boolean;
|
66
66
|
disposers: Array<() => void>;
|
67
67
|
}
|
@@ -71,6 +71,9 @@ export interface VelcronRenderContextEventHandlers {
|
|
71
71
|
};
|
72
72
|
emitting?: <T>(emitter: (i: T) => T) => T;
|
73
73
|
}
|
74
|
+
export interface VelcronRenderContextEventHandlersInstance extends VelcronRenderContextEventHandlers {
|
75
|
+
emitOnSaved: EventHook<Future<void>>;
|
76
|
+
}
|
74
77
|
export interface VelcronRenderContextHooks {
|
75
78
|
dialogVisibilityChanged?: ((visible: boolean) => void);
|
76
79
|
onItemSelected?: ((item: VelcronDefinition) => void);
|
package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts
CHANGED
@@ -4,17 +4,21 @@ declare const _default: (props: {
|
|
4
4
|
settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
|
5
5
|
} & {
|
6
6
|
selectedLayout?: VersionedLayout;
|
7
|
+
} & {
|
8
|
+
title?: string;
|
9
|
+
} & {
|
10
|
+
subTitle?: string;
|
7
11
|
} & {
|
8
12
|
"v-model"?: boolean;
|
9
13
|
} & {
|
10
14
|
"onUpdate:modelValue"?: (value: boolean) => void;
|
11
15
|
} & {
|
12
16
|
modelValue?: boolean;
|
13
|
-
} & Omit<{}, "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectedLayout"> & {
|
17
|
+
} & Omit<{}, "title" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout"> & {
|
14
18
|
"v-slots"?: {
|
15
19
|
default?: import("vue").Slot;
|
16
20
|
} & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element>;
|
17
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectedLayout">) => {
|
21
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout">) => {
|
18
22
|
$: import("vue").ComponentInternalInstance;
|
19
23
|
$data: {};
|
20
24
|
$props: {};
|
@@ -56,6 +60,10 @@ declare const _default: (props: {
|
|
56
60
|
settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
|
57
61
|
} & {
|
58
62
|
selectedLayout?: VersionedLayout;
|
63
|
+
} & {
|
64
|
+
title?: string;
|
65
|
+
} & {
|
66
|
+
subTitle?: string;
|
59
67
|
} & {
|
60
68
|
"v-model"?: boolean;
|
61
69
|
} & {
|
@@ -66,7 +74,7 @@ declare const _default: (props: {
|
|
66
74
|
"v-slots"?: {
|
67
75
|
default?: import("vue").Slot;
|
68
76
|
} & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element>;
|
69
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectedLayout">;
|
77
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout">;
|
70
78
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
71
79
|
[key: string]: any;
|
72
80
|
}>;
|