@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
@@ -73,7 +73,7 @@ export declare const useTypographyEditorStore: () => {
|
|
73
73
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
74
|
};
|
75
75
|
save: {
|
76
|
-
subscribe(fn: (result:
|
76
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
77
|
};
|
78
78
|
delete: {
|
79
79
|
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -118,7 +118,7 @@ export declare const useTypographyEditorStore: () => {
|
|
118
118
|
family: string;
|
119
119
|
cdn?: string;
|
120
120
|
}): void;
|
121
|
-
save(): Promise<
|
121
|
+
save(): Promise<boolean>;
|
122
122
|
delete(): Promise<boolean>;
|
123
123
|
};
|
124
124
|
get: {
|
@@ -37,7 +37,7 @@ export declare const useThemeEditorStore: () => {
|
|
37
37
|
subscribe(fn: (result: void, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
38
|
};
|
39
39
|
save: {
|
40
|
-
subscribe(fn: (result:
|
40
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
41
|
};
|
42
42
|
delete: {
|
43
43
|
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -64,7 +64,7 @@ export declare const useThemeEditorStore: () => {
|
|
64
64
|
addThemeDefinition(): void;
|
65
65
|
editThemeDefinition(definition: ITemplateRegistration<ThemeDefinitionV2>): void;
|
66
66
|
copyDefinition(definition: ThemeDefinitionV2): void;
|
67
|
-
save(): Promise<
|
67
|
+
save(): Promise<void>;
|
68
68
|
delete(): Promise<boolean>;
|
69
69
|
};
|
70
70
|
get: {};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { BackgroundDefinition, ChromeBlueprint, FillDefinition,
|
1
|
+
import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Spacing } from "@omnia/fx-models";
|
2
2
|
export declare class FilledChrome implements ChromeBlueprint {
|
3
3
|
name: string;
|
4
4
|
header: {
|
5
|
-
definitionId:
|
5
|
+
definitionId: string;
|
6
6
|
};
|
7
7
|
styles: {
|
8
8
|
background: {
|
@@ -14,7 +14,7 @@ export declare class FilledChrome implements ChromeBlueprint {
|
|
14
14
|
export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
15
15
|
name: string;
|
16
16
|
header: {
|
17
|
-
definitionId:
|
17
|
+
definitionId: string;
|
18
18
|
};
|
19
19
|
styles: {
|
20
20
|
background: BackgroundDefinition;
|
@@ -24,7 +24,7 @@ export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
|
24
24
|
export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
25
25
|
name: string;
|
26
26
|
header: {
|
27
|
-
definitionId:
|
27
|
+
definitionId: string;
|
28
28
|
};
|
29
29
|
styles: {
|
30
30
|
background: BackgroundDefinition;
|
@@ -34,7 +34,7 @@ export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
|
34
34
|
export declare class OutlinedChrome implements ChromeBlueprint {
|
35
35
|
name: string;
|
36
36
|
header: {
|
37
|
-
definitionId:
|
37
|
+
definitionId: string;
|
38
38
|
};
|
39
39
|
styles: {
|
40
40
|
background: BackgroundDefinition;
|
@@ -44,7 +44,7 @@ export declare class OutlinedChrome implements ChromeBlueprint {
|
|
44
44
|
export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
45
45
|
name: string;
|
46
46
|
header: {
|
47
|
-
definitionId:
|
47
|
+
definitionId: string;
|
48
48
|
};
|
49
49
|
styles: {
|
50
50
|
background: BackgroundDefinition;
|
@@ -54,7 +54,7 @@ export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
|
54
54
|
export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
55
55
|
name: string;
|
56
56
|
header: {
|
57
|
-
definitionId:
|
57
|
+
definitionId: string;
|
58
58
|
};
|
59
59
|
styles: {
|
60
60
|
background: BackgroundDefinition;
|
@@ -64,7 +64,7 @@ export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
|
64
64
|
export declare class ElevatedChrome implements ChromeBlueprint {
|
65
65
|
name: string;
|
66
66
|
header: {
|
67
|
-
definitionId:
|
67
|
+
definitionId: string;
|
68
68
|
};
|
69
69
|
styles: {
|
70
70
|
elevation: number;
|
@@ -77,7 +77,7 @@ export declare class ElevatedChrome implements ChromeBlueprint {
|
|
77
77
|
export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
78
78
|
name: string;
|
79
79
|
header: {
|
80
|
-
definitionId:
|
80
|
+
definitionId: string;
|
81
81
|
};
|
82
82
|
styles: {
|
83
83
|
background: BackgroundDefinition;
|
@@ -87,7 +87,7 @@ export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
|
87
87
|
export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
|
88
88
|
name: string;
|
89
89
|
header: {
|
90
|
-
definitionId:
|
90
|
+
definitionId: string;
|
91
91
|
};
|
92
92
|
styles: {
|
93
93
|
background: BackgroundDefinition;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: string;
|
4
4
|
name: string;
|
5
5
|
primary: DocumentationTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class DocumentationTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: string;
|
11
11
|
title: {
|
12
12
|
xl: {
|
13
13
|
lg: {
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: string;
|
4
4
|
name: string;
|
5
5
|
primary: EditorTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class EditorTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: string;
|
11
11
|
font: {
|
12
|
-
id:
|
12
|
+
id: string;
|
13
13
|
family: string;
|
14
14
|
cdn: string;
|
15
15
|
};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ChromeBlueprints, ComponentBlueprints,
|
1
|
+
import { ChromeBlueprints, ComponentBlueprints, GuidValue, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
|
4
4
|
declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
|
@@ -10,7 +10,7 @@ declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
|
|
10
10
|
variant3: any;
|
11
11
|
}
|
12
12
|
export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
|
13
|
-
id:
|
13
|
+
id: string;
|
14
14
|
name: string;
|
15
15
|
primary: {
|
16
16
|
layout: DefaultLayoutSpacing;
|
@@ -20,7 +20,7 @@ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint
|
|
20
20
|
}
|
21
21
|
export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
|
22
22
|
name: string;
|
23
|
-
id:
|
23
|
+
id: string;
|
24
24
|
primary: {
|
25
25
|
layout: PreviewInnerSpacing;
|
26
26
|
inner: PreviewInnerSpacing;
|
@@ -61,16 +61,16 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
|
61
61
|
variant3: any;
|
62
62
|
};
|
63
63
|
blocks: ChromeBlueprintsTemplate;
|
64
|
-
constructor(id:
|
64
|
+
constructor(id: GuidValue, name: string);
|
65
65
|
}
|
66
66
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
67
|
-
id:
|
67
|
+
id: string;
|
68
68
|
name: string;
|
69
69
|
primary: DefaultTypography;
|
70
70
|
constructor();
|
71
71
|
}
|
72
72
|
export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
|
73
|
-
id:
|
73
|
+
id: string;
|
74
74
|
name: string;
|
75
75
|
primary: FunkyTypography;
|
76
76
|
constructor();
|
@@ -79,13 +79,13 @@ export declare class PreviewTypographyBlueprint implements TypographyBlueprints
|
|
79
79
|
name: string;
|
80
80
|
primary: PreviewTypography;
|
81
81
|
constructor();
|
82
|
-
id:
|
82
|
+
id: string;
|
83
83
|
}
|
84
84
|
export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
|
85
85
|
name: string;
|
86
86
|
primary: PreviewMiniTypography;
|
87
87
|
constructor();
|
88
|
-
id:
|
88
|
+
id: string;
|
89
89
|
}
|
90
90
|
export declare const BlueprintsTemplates: {
|
91
91
|
chrome: {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { ColorSchema, ColorSchemas, ComponentBlueprints, Guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { ColorSchema, ColorSchemas, ComponentBlueprints, Guid, GuidValue, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
3
|
-
id:
|
3
|
+
id: GuidValue;
|
4
4
|
colors: ColorSchemas;
|
5
5
|
dark: boolean;
|
6
6
|
name: string;
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint } from "@omnia/fx-models";
|
2
2
|
export declare class FunkyTypography implements TypographyBlueprint {
|
3
3
|
name: string;
|
4
4
|
font: {
|
5
|
-
id:
|
5
|
+
id: string;
|
6
6
|
family: string;
|
7
7
|
cdn: string;
|
8
8
|
};
|
@@ -103,7 +103,7 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
103
103
|
export declare class DefaultTypography implements TypographyBlueprint {
|
104
104
|
name: string;
|
105
105
|
font: {
|
106
|
-
id:
|
106
|
+
id: string;
|
107
107
|
family: string;
|
108
108
|
};
|
109
109
|
title: {
|
@@ -201,7 +201,7 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
201
201
|
};
|
202
202
|
}
|
203
203
|
export declare class PreviewTypography implements TypographyBlueprint {
|
204
|
-
id:
|
204
|
+
id: string;
|
205
205
|
name: string;
|
206
206
|
title: {
|
207
207
|
xl: {
|
@@ -301,7 +301,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
301
301
|
}
|
302
302
|
export declare class PreviewMiniTypography implements TypographyBlueprint {
|
303
303
|
name: string;
|
304
|
-
id:
|
304
|
+
id: string;
|
305
305
|
title: {
|
306
306
|
xl: {
|
307
307
|
lg: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition,
|
1
|
+
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, GuidValue, ITemplateRegistration, IThemeRegistrationApiHandler, SpacingBlueprints, SpacingDefinition, TabsBlueprint, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare const useBlueprintTemplatesStore: () => {
|
3
3
|
state: {
|
4
4
|
registrations: IThemeRegistrationApiHandler;
|
@@ -28,143 +28,153 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
28
28
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
29
29
|
actions: {
|
30
30
|
onDispatching: {
|
31
|
+
ensureReferencesFromTheme: {
|
32
|
+
subscribe(fn: (themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
31
34
|
upsertSpacingBlueprints: {
|
32
35
|
subscribe(fn: (blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
36
|
};
|
34
37
|
deleteSpacingBlueprints: {
|
35
|
-
subscribe(fn: (registrationId:
|
38
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
39
|
};
|
37
40
|
upsertButtonBlueprint: {
|
38
41
|
subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
42
|
};
|
40
43
|
deleteButtonBlueprint: {
|
41
|
-
subscribe(fn: (registrationId:
|
44
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
45
|
};
|
43
46
|
upsertTabsBlueprint: {
|
44
47
|
subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
48
|
};
|
46
49
|
deleteTabsBlueprint: {
|
47
|
-
subscribe(fn: (registrationId:
|
50
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
51
|
};
|
49
52
|
upsertChromeBlueprint: {
|
50
53
|
subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
54
|
};
|
52
55
|
deleteChromeBlueprint: {
|
53
|
-
subscribe(fn: (registrationId:
|
56
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
57
|
};
|
55
58
|
upsertComponentBlueprints: {
|
56
59
|
subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
60
|
};
|
58
61
|
deleteComponentBlueprints: {
|
59
|
-
subscribe(fn: (registrationId:
|
62
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
63
|
};
|
61
64
|
upsertTypographyBlueprints: {
|
62
65
|
subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
66
|
};
|
64
67
|
deleteTypographyBlueprints: {
|
65
|
-
subscribe(fn: (registrationId:
|
68
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
69
|
};
|
67
70
|
};
|
68
71
|
onDispatched: {
|
72
|
+
ensureReferencesFromTheme: {
|
73
|
+
subscribe(fn: (result: void, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
};
|
69
75
|
upsertSpacingBlueprints: {
|
70
76
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
77
|
};
|
72
78
|
deleteSpacingBlueprints: {
|
73
|
-
subscribe(fn: (result: boolean, registrationId:
|
79
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
80
|
};
|
75
81
|
upsertButtonBlueprint: {
|
76
82
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
83
|
};
|
78
84
|
deleteButtonBlueprint: {
|
79
|
-
subscribe(fn: (result: boolean, registrationId:
|
85
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
86
|
};
|
81
87
|
upsertTabsBlueprint: {
|
82
88
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
89
|
};
|
84
90
|
deleteTabsBlueprint: {
|
85
|
-
subscribe(fn: (result: boolean, registrationId:
|
91
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
92
|
};
|
87
93
|
upsertChromeBlueprint: {
|
88
94
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
95
|
};
|
90
96
|
deleteChromeBlueprint: {
|
91
|
-
subscribe(fn: (result: boolean, registrationId:
|
97
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
98
|
};
|
93
99
|
upsertComponentBlueprints: {
|
94
100
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
101
|
};
|
96
102
|
deleteComponentBlueprints: {
|
97
|
-
subscribe(fn: (result: boolean, registrationId:
|
103
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
104
|
};
|
99
105
|
upsertTypographyBlueprints: {
|
100
106
|
subscribe(fn: (result: unknown, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
107
|
};
|
102
108
|
deleteTypographyBlueprints: {
|
103
|
-
subscribe(fn: (result: boolean, registrationId:
|
109
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
110
|
};
|
105
111
|
};
|
106
112
|
onFailure: {
|
113
|
+
ensureReferencesFromTheme: {
|
114
|
+
subscribe(fn: (failureReason: any, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
+
};
|
107
116
|
upsertSpacingBlueprints: {
|
108
117
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
118
|
};
|
110
119
|
deleteSpacingBlueprints: {
|
111
|
-
subscribe(fn: (failureReason: any, registrationId:
|
120
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
112
121
|
};
|
113
122
|
upsertButtonBlueprint: {
|
114
123
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
124
|
};
|
116
125
|
deleteButtonBlueprint: {
|
117
|
-
subscribe(fn: (failureReason: any, registrationId:
|
126
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
127
|
};
|
119
128
|
upsertTabsBlueprint: {
|
120
129
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
121
130
|
};
|
122
131
|
deleteTabsBlueprint: {
|
123
|
-
subscribe(fn: (failureReason: any, registrationId:
|
132
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
133
|
};
|
125
134
|
upsertChromeBlueprint: {
|
126
135
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
136
|
};
|
128
137
|
deleteChromeBlueprint: {
|
129
|
-
subscribe(fn: (failureReason: any, registrationId:
|
138
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
139
|
};
|
131
140
|
upsertComponentBlueprints: {
|
132
141
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
133
142
|
};
|
134
143
|
deleteComponentBlueprints: {
|
135
|
-
subscribe(fn: (failureReason: any, registrationId:
|
144
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
136
145
|
};
|
137
146
|
upsertTypographyBlueprints: {
|
138
147
|
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
139
148
|
};
|
140
149
|
deleteTypographyBlueprints: {
|
141
|
-
subscribe(fn: (failureReason: any, registrationId:
|
150
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
142
151
|
};
|
143
152
|
};
|
144
153
|
} & {
|
154
|
+
ensureReferencesFromTheme(themeDefinition: ThemeDefinitionV2): Promise<void>;
|
145
155
|
upsertSpacingBlueprints(blueprint: ITemplateRegistration<SpacingBlueprints>): Promise<boolean>;
|
146
|
-
deleteSpacingBlueprints(registrationId:
|
156
|
+
deleteSpacingBlueprints(registrationId: GuidValue): Promise<boolean>;
|
147
157
|
/**Button */
|
148
158
|
upsertButtonBlueprint(blueprint: ITemplateRegistration<ButtonBlueprint>): Promise<boolean>;
|
149
|
-
deleteButtonBlueprint(registrationId:
|
159
|
+
deleteButtonBlueprint(registrationId: GuidValue): Promise<boolean>;
|
150
160
|
/**Tabs */
|
151
161
|
upsertTabsBlueprint(blueprint: ITemplateRegistration<TabsBlueprint>): Promise<boolean>;
|
152
|
-
deleteTabsBlueprint(registrationId:
|
162
|
+
deleteTabsBlueprint(registrationId: GuidValue): Promise<boolean>;
|
153
163
|
/**Chrome */
|
154
164
|
upsertChromeBlueprint(blueprint: ITemplateRegistration<ChromeBlueprint>): Promise<boolean>;
|
155
|
-
deleteChromeBlueprint(registrationId:
|
165
|
+
deleteChromeBlueprint(registrationId: GuidValue): Promise<boolean>;
|
156
166
|
/**Components */
|
157
167
|
upsertComponentBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): Promise<boolean>;
|
158
|
-
deleteComponentBlueprints(registrationId:
|
168
|
+
deleteComponentBlueprints(registrationId: GuidValue): Promise<boolean>;
|
159
169
|
/**Typography */
|
160
170
|
upsertTypographyBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): Promise<unknown>;
|
161
|
-
deleteTypographyBlueprints(registrationId:
|
171
|
+
deleteTypographyBlueprints(registrationId: GuidValue): Promise<boolean>;
|
162
172
|
};
|
163
173
|
get: {
|
164
174
|
byId: {
|
165
|
-
componentBlueprints(id:
|
166
|
-
spacingBlueprints(id:
|
167
|
-
typopgraphyBlueprints(id:
|
175
|
+
componentBlueprints(id: GuidValue): ComponentBlueprints;
|
176
|
+
spacingBlueprints(id: GuidValue): SpacingBlueprints;
|
177
|
+
typopgraphyBlueprints(id: GuidValue): TypographyBlueprints;
|
168
178
|
};
|
169
179
|
};
|
170
180
|
};
|