@omnia/fx 8.0.136-dev → 8.0.138-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/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- 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/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 +101 -35
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- 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 +34 -32
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -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 +144 -142
- 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/themepicker/ThemeViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +77 -12
- 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/journey/JourneyRouter.d.ts +0 -8
@@ -2,17 +2,17 @@ export declare const useThemeContextStore: () => {
|
|
2
2
|
actions: {
|
3
3
|
onDispatching: {
|
4
4
|
saveTheme: {
|
5
|
-
subscribe(fn: (variant: "default" | "
|
5
|
+
subscribe(fn: (variant: "default" | "admin" | "preview") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
6
6
|
};
|
7
7
|
};
|
8
8
|
onDispatched: {
|
9
9
|
saveTheme: {
|
10
|
-
subscribe(fn: (result: void, variant: "default" | "
|
10
|
+
subscribe(fn: (result: void, variant: "default" | "admin" | "preview") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
11
11
|
};
|
12
12
|
};
|
13
13
|
onFailure: {
|
14
14
|
saveTheme: {
|
15
|
-
subscribe(fn: (failureReason: any, variant: "default" | "
|
15
|
+
subscribe(fn: (failureReason: any, variant: "default" | "admin" | "preview") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
16
|
};
|
17
17
|
};
|
18
18
|
} & {
|
@@ -86,6 +86,7 @@ export declare const useThemeContextStore: () => {
|
|
86
86
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
87
87
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
88
88
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
89
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
89
90
|
};
|
90
91
|
deactivated(): void;
|
91
92
|
};
|
@@ -168,6 +169,7 @@ export declare const useThemeContextStore: () => {
|
|
168
169
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
169
170
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
170
171
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
172
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
171
173
|
};
|
172
174
|
deactivated(): void;
|
173
175
|
};
|
@@ -250,6 +252,7 @@ export declare const useThemeContextStore: () => {
|
|
250
252
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
251
253
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
252
254
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
255
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
253
256
|
};
|
254
257
|
deactivated(): void;
|
255
258
|
};
|
@@ -334,6 +337,7 @@ export declare const useThemeContextStore: () => {
|
|
334
337
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
335
338
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
336
339
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
340
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
337
341
|
};
|
338
342
|
deactivated(): void;
|
339
343
|
};
|
@@ -416,6 +420,7 @@ export declare const useThemeContextStore: () => {
|
|
416
420
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
417
421
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
418
422
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
423
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
419
424
|
};
|
420
425
|
deactivated(): void;
|
421
426
|
};
|
@@ -498,6 +503,7 @@ export declare const useThemeContextStore: () => {
|
|
498
503
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
499
504
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
500
505
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
506
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
501
507
|
};
|
502
508
|
deactivated(): void;
|
503
509
|
};
|
@@ -582,6 +588,7 @@ export declare const useThemeContextStore: () => {
|
|
582
588
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
583
589
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
584
590
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
591
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
585
592
|
};
|
586
593
|
deactivated(): void;
|
587
594
|
};
|
@@ -664,6 +671,7 @@ export declare const useThemeContextStore: () => {
|
|
664
671
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
665
672
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
666
673
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
674
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
667
675
|
};
|
668
676
|
deactivated(): void;
|
669
677
|
};
|
@@ -746,6 +754,7 @@ export declare const useThemeContextStore: () => {
|
|
746
754
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
747
755
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
748
756
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
757
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
749
758
|
};
|
750
759
|
deactivated(): void;
|
751
760
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Guid, ITemplateRegistration, ThemeDefinitionV2 } from "@omnia/fx-models";
|
1
|
+
import { Guid, GuidValue, ITemplateRegistration, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
2
|
export declare const useThemeDefinitionStore: () => {
|
3
3
|
state: {
|
4
4
|
definitions: ITemplateRegistration<ThemeDefinitionV2>[];
|
@@ -13,39 +13,49 @@ export declare const useThemeDefinitionStore: () => {
|
|
13
13
|
load: {
|
14
14
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
15
|
};
|
16
|
+
updateBlueprintReferencesForThemes: {
|
17
|
+
subscribe(fn: (id: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
16
19
|
upsertDefinition: {
|
17
20
|
subscribe(fn: (definition: ITemplateRegistration<ThemeDefinitionV2>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
21
|
};
|
19
22
|
deleteDefinition: {
|
20
|
-
subscribe(fn: (registrationId:
|
23
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
24
|
};
|
22
25
|
};
|
23
26
|
onDispatched: {
|
24
27
|
load: {
|
25
28
|
subscribe(fn: (result: unknown) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
29
|
};
|
30
|
+
updateBlueprintReferencesForThemes: {
|
31
|
+
subscribe(fn: (result: void, id: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
27
33
|
upsertDefinition: {
|
28
34
|
subscribe(fn: (result: void, definition: ITemplateRegistration<ThemeDefinitionV2>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
35
|
};
|
30
36
|
deleteDefinition: {
|
31
|
-
subscribe(fn: (result: boolean, registrationId:
|
37
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
38
|
};
|
33
39
|
};
|
34
40
|
onFailure: {
|
35
41
|
load: {
|
36
42
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
43
|
};
|
44
|
+
updateBlueprintReferencesForThemes: {
|
45
|
+
subscribe(fn: (failureReason: any, id: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
};
|
38
47
|
upsertDefinition: {
|
39
48
|
subscribe(fn: (failureReason: any, definition: ITemplateRegistration<ThemeDefinitionV2>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
49
|
};
|
41
50
|
deleteDefinition: {
|
42
|
-
subscribe(fn: (failureReason: any, registrationId:
|
51
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
52
|
};
|
44
53
|
};
|
45
54
|
} & {
|
46
55
|
load(): Promise<unknown>;
|
56
|
+
updateBlueprintReferencesForThemes(id: GuidValue): Promise<void>;
|
47
57
|
upsertDefinition(definition: ITemplateRegistration<ThemeDefinitionV2>): Promise<void>;
|
48
|
-
deleteDefinition(registrationId:
|
58
|
+
deleteDefinition(registrationId: GuidValue): Promise<boolean>;
|
49
59
|
};
|
50
60
|
get: {
|
51
61
|
byId(id: Guid): ITemplateRegistration<ThemeDefinitionV2>;
|
@@ -66,6 +66,7 @@ export declare const useThemeStoreV2: () => {
|
|
66
66
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
67
67
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
68
68
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
69
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
69
70
|
};
|
70
71
|
deactivated(): void;
|
71
72
|
};
|
@@ -0,0 +1,45 @@
|
|
1
|
+
import { ButtonBlueprint, ChromeBlueprint, ColorSchema, ComponentBlueprints, GuidValue, ITemplateRegistration, SpacingBlueprints, TabsBlueprint, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
|
+
export declare const useThemingService: () => {
|
3
|
+
buttons: () => {
|
4
|
+
upsert: (item: ITemplateRegistration<ButtonBlueprint>) => Promise<unknown>;
|
5
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
6
|
+
getAll: () => Promise<ITemplateRegistration<ButtonBlueprint>[]>;
|
7
|
+
};
|
8
|
+
chrome: () => {
|
9
|
+
upsert: (item: ITemplateRegistration<ChromeBlueprint>) => Promise<unknown>;
|
10
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
11
|
+
getAll: () => Promise<ITemplateRegistration<ChromeBlueprint>[]>;
|
12
|
+
};
|
13
|
+
colorSchema: () => {
|
14
|
+
upsert: (item: ITemplateRegistration<ColorSchema>) => Promise<unknown>;
|
15
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
16
|
+
getAll: () => Promise<ITemplateRegistration<ColorSchema>[]>;
|
17
|
+
};
|
18
|
+
components: () => {
|
19
|
+
upsert: (item: ITemplateRegistration<ComponentBlueprints>) => Promise<unknown>;
|
20
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
21
|
+
getAll: () => Promise<ITemplateRegistration<ComponentBlueprints>[]>;
|
22
|
+
};
|
23
|
+
spacings: () => {
|
24
|
+
upsert: (item: ITemplateRegistration<SpacingBlueprints>) => Promise<unknown>;
|
25
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
26
|
+
getAll: () => Promise<ITemplateRegistration<SpacingBlueprints>[]>;
|
27
|
+
};
|
28
|
+
tabs: () => {
|
29
|
+
upsert: (item: ITemplateRegistration<TabsBlueprint>) => Promise<unknown>;
|
30
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
31
|
+
getAll: () => Promise<ITemplateRegistration<TabsBlueprint>[]>;
|
32
|
+
};
|
33
|
+
themes: () => {
|
34
|
+
upsert: (item: ITemplateRegistration<ThemeDefinitionV2>) => Promise<unknown>;
|
35
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
36
|
+
getAll: () => Promise<ITemplateRegistration<ThemeDefinitionV2>[]>;
|
37
|
+
saveTheme: (key: string, theme: ThemeDefinitionV2) => void;
|
38
|
+
loadTheme: (key: string) => ThemeDefinitionV2;
|
39
|
+
};
|
40
|
+
typography: () => {
|
41
|
+
upsert: (item: ITemplateRegistration<TypographyBlueprints>) => Promise<unknown>;
|
42
|
+
delete: (id: GuidValue) => Promise<unknown>;
|
43
|
+
getAll: () => Promise<ITemplateRegistration<TypographyBlueprints>[]>;
|
44
|
+
};
|
45
|
+
};
|