@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
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition,
|
1
|
+
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, GuidValue, ITemplateRegistration, IThemeRegistrationApiHandler, IconBlueprints, SpacingBlueprints, SpacingDefinition, TabsBlueprint, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare const useBlueprintTemplatesStore: () => {
|
3
3
|
state: {
|
4
4
|
registrations: IThemeRegistrationApiHandler;
|
@@ -11,6 +11,7 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
11
11
|
components: ITemplateRegistration<ComponentBlueprints>[];
|
12
12
|
spacings: ITemplateRegistration<SpacingBlueprints>[];
|
13
13
|
spacing: ITemplateRegistration<SpacingDefinition>[];
|
14
|
+
icons: ITemplateRegistration<IconBlueprints>[];
|
14
15
|
typographies: ITemplateRegistration<TypographyBlueprints>[];
|
15
16
|
};
|
16
17
|
events: {
|
@@ -24,157 +25,158 @@ export declare const useBlueprintTemplatesStore: () => {
|
|
24
25
|
onMutatedComponents: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ComponentBlueprints>[]>;
|
25
26
|
onMutatedSpacings: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingBlueprints>[]>;
|
26
27
|
onMutatedSpacing: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingDefinition>[]>;
|
28
|
+
onMutatedIcons: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<IconBlueprints>[]>;
|
27
29
|
onMutatedTypographies: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TypographyBlueprints>[]>;
|
28
30
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
29
31
|
actions: {
|
30
32
|
onDispatching: {
|
31
|
-
|
33
|
+
ensureReferencesFromTheme: {
|
32
34
|
subscribe(fn: (themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
35
|
};
|
34
36
|
upsertSpacingBlueprints: {
|
35
37
|
subscribe(fn: (blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
38
|
};
|
37
39
|
deleteSpacingBlueprints: {
|
38
|
-
subscribe(fn: (registrationId:
|
40
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
41
|
};
|
40
42
|
upsertButtonBlueprint: {
|
41
43
|
subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
44
|
};
|
43
45
|
deleteButtonBlueprint: {
|
44
|
-
subscribe(fn: (registrationId:
|
46
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
47
|
};
|
46
48
|
upsertTabsBlueprint: {
|
47
49
|
subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
50
|
};
|
49
51
|
deleteTabsBlueprint: {
|
50
|
-
subscribe(fn: (registrationId:
|
52
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
53
|
};
|
52
54
|
upsertChromeBlueprint: {
|
53
55
|
subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
56
|
};
|
55
57
|
deleteChromeBlueprint: {
|
56
|
-
subscribe(fn: (registrationId:
|
58
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
59
|
};
|
58
60
|
upsertComponentBlueprints: {
|
59
61
|
subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
62
|
};
|
61
63
|
deleteComponentBlueprints: {
|
62
|
-
subscribe(fn: (registrationId:
|
64
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
65
|
};
|
64
66
|
upsertTypographyBlueprints: {
|
65
67
|
subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
68
|
};
|
67
69
|
deleteTypographyBlueprints: {
|
68
|
-
subscribe(fn: (registrationId:
|
70
|
+
subscribe(fn: (registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
71
|
};
|
70
72
|
};
|
71
73
|
onDispatched: {
|
72
|
-
|
74
|
+
ensureReferencesFromTheme: {
|
73
75
|
subscribe(fn: (result: void, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
76
|
};
|
75
77
|
upsertSpacingBlueprints: {
|
76
78
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
79
|
};
|
78
80
|
deleteSpacingBlueprints: {
|
79
|
-
subscribe(fn: (result: boolean, registrationId:
|
81
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
82
|
};
|
81
83
|
upsertButtonBlueprint: {
|
82
84
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
85
|
};
|
84
86
|
deleteButtonBlueprint: {
|
85
|
-
subscribe(fn: (result: boolean, registrationId:
|
87
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
88
|
};
|
87
89
|
upsertTabsBlueprint: {
|
88
90
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
91
|
};
|
90
92
|
deleteTabsBlueprint: {
|
91
|
-
subscribe(fn: (result: boolean, registrationId:
|
93
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
94
|
};
|
93
95
|
upsertChromeBlueprint: {
|
94
96
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
97
|
};
|
96
98
|
deleteChromeBlueprint: {
|
97
|
-
subscribe(fn: (result: boolean, registrationId:
|
99
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
100
|
};
|
99
101
|
upsertComponentBlueprints: {
|
100
102
|
subscribe(fn: (result: boolean, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
103
|
};
|
102
104
|
deleteComponentBlueprints: {
|
103
|
-
subscribe(fn: (result: boolean, registrationId:
|
105
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
106
|
};
|
105
107
|
upsertTypographyBlueprints: {
|
106
108
|
subscribe(fn: (result: unknown, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
109
|
};
|
108
110
|
deleteTypographyBlueprints: {
|
109
|
-
subscribe(fn: (result: boolean, registrationId:
|
111
|
+
subscribe(fn: (result: boolean, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
110
112
|
};
|
111
113
|
};
|
112
114
|
onFailure: {
|
113
|
-
|
115
|
+
ensureReferencesFromTheme: {
|
114
116
|
subscribe(fn: (failureReason: any, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
117
|
};
|
116
118
|
upsertSpacingBlueprints: {
|
117
119
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
120
|
};
|
119
121
|
deleteSpacingBlueprints: {
|
120
|
-
subscribe(fn: (failureReason: any, registrationId:
|
122
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
121
123
|
};
|
122
124
|
upsertButtonBlueprint: {
|
123
125
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
126
|
};
|
125
127
|
deleteButtonBlueprint: {
|
126
|
-
subscribe(fn: (failureReason: any, registrationId:
|
128
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
129
|
};
|
128
130
|
upsertTabsBlueprint: {
|
129
131
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
132
|
};
|
131
133
|
deleteTabsBlueprint: {
|
132
|
-
subscribe(fn: (failureReason: any, registrationId:
|
134
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
133
135
|
};
|
134
136
|
upsertChromeBlueprint: {
|
135
137
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
136
138
|
};
|
137
139
|
deleteChromeBlueprint: {
|
138
|
-
subscribe(fn: (failureReason: any, registrationId:
|
140
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
139
141
|
};
|
140
142
|
upsertComponentBlueprints: {
|
141
143
|
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
142
144
|
};
|
143
145
|
deleteComponentBlueprints: {
|
144
|
-
subscribe(fn: (failureReason: any, registrationId:
|
146
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
145
147
|
};
|
146
148
|
upsertTypographyBlueprints: {
|
147
149
|
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
148
150
|
};
|
149
151
|
deleteTypographyBlueprints: {
|
150
|
-
subscribe(fn: (failureReason: any, registrationId:
|
152
|
+
subscribe(fn: (failureReason: any, registrationId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
153
|
};
|
152
154
|
};
|
153
155
|
} & {
|
154
|
-
|
156
|
+
ensureReferencesFromTheme(themeDefinition: ThemeDefinitionV2): Promise<void>;
|
155
157
|
upsertSpacingBlueprints(blueprint: ITemplateRegistration<SpacingBlueprints>): Promise<boolean>;
|
156
|
-
deleteSpacingBlueprints(registrationId:
|
158
|
+
deleteSpacingBlueprints(registrationId: GuidValue): Promise<boolean>;
|
157
159
|
/**Button */
|
158
160
|
upsertButtonBlueprint(blueprint: ITemplateRegistration<ButtonBlueprint>): Promise<boolean>;
|
159
|
-
deleteButtonBlueprint(registrationId:
|
161
|
+
deleteButtonBlueprint(registrationId: GuidValue): Promise<boolean>;
|
160
162
|
/**Tabs */
|
161
163
|
upsertTabsBlueprint(blueprint: ITemplateRegistration<TabsBlueprint>): Promise<boolean>;
|
162
|
-
deleteTabsBlueprint(registrationId:
|
164
|
+
deleteTabsBlueprint(registrationId: GuidValue): Promise<boolean>;
|
163
165
|
/**Chrome */
|
164
166
|
upsertChromeBlueprint(blueprint: ITemplateRegistration<ChromeBlueprint>): Promise<boolean>;
|
165
|
-
deleteChromeBlueprint(registrationId:
|
167
|
+
deleteChromeBlueprint(registrationId: GuidValue): Promise<boolean>;
|
166
168
|
/**Components */
|
167
169
|
upsertComponentBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): Promise<boolean>;
|
168
|
-
deleteComponentBlueprints(registrationId:
|
170
|
+
deleteComponentBlueprints(registrationId: GuidValue): Promise<boolean>;
|
169
171
|
/**Typography */
|
170
172
|
upsertTypographyBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): Promise<unknown>;
|
171
|
-
deleteTypographyBlueprints(registrationId:
|
173
|
+
deleteTypographyBlueprints(registrationId: GuidValue): Promise<boolean>;
|
172
174
|
};
|
173
175
|
get: {
|
174
176
|
byId: {
|
175
|
-
componentBlueprints(id:
|
176
|
-
spacingBlueprints(id:
|
177
|
-
typopgraphyBlueprints(id:
|
177
|
+
componentBlueprints(id: GuidValue): ComponentBlueprints;
|
178
|
+
spacingBlueprints(id: GuidValue): SpacingBlueprints;
|
179
|
+
typopgraphyBlueprints(id: GuidValue): TypographyBlueprints;
|
178
180
|
};
|
179
181
|
};
|
180
182
|
};
|