@omnia/fx 8.0.62-dev → 8.0.63-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/stores/DefineStore.d.ts +19 -7
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
- package/package.json +2 -2
@@ -33,7 +33,7 @@ declare const _default: {
|
|
33
33
|
} & {
|
34
34
|
itemRendering?: () => VNodeChild;
|
35
35
|
};
|
36
|
-
readonly variant?: "navigation" | "default" | "header" | "
|
36
|
+
readonly variant?: "navigation" | "default" | "header" | "settings" | "toolbar";
|
37
37
|
readonly notificationCount?: number;
|
38
38
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
39
39
|
"v-slots": import("vue").Prop<{
|
@@ -42,7 +42,7 @@ declare const _default: {
|
|
42
42
|
itemRendering?: () => VNodeChild;
|
43
43
|
}>;
|
44
44
|
variant: {
|
45
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
45
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
46
46
|
};
|
47
47
|
icon: {
|
48
48
|
type: import("vue").PropType<TabIconModel>;
|
@@ -97,7 +97,7 @@ declare const _default: {
|
|
97
97
|
itemRendering?: () => VNodeChild;
|
98
98
|
}>;
|
99
99
|
variant: {
|
100
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
100
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
101
101
|
};
|
102
102
|
icon: {
|
103
103
|
type: import("vue").PropType<TabIconModel>;
|
@@ -164,7 +164,7 @@ declare const _default: {
|
|
164
164
|
itemRendering?: () => VNodeChild;
|
165
165
|
}>;
|
166
166
|
variant: {
|
167
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
167
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
168
168
|
};
|
169
169
|
icon: {
|
170
170
|
type: import("vue").PropType<TabIconModel>;
|
@@ -209,7 +209,7 @@ declare const _default: {
|
|
209
209
|
itemRendering?: () => VNodeChild;
|
210
210
|
}>;
|
211
211
|
variant: {
|
212
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
212
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
213
213
|
};
|
214
214
|
icon: {
|
215
215
|
type: import("vue").PropType<TabIconModel>;
|
@@ -269,7 +269,7 @@ declare const _default: {
|
|
269
269
|
} & {
|
270
270
|
itemRendering?: () => VNodeChild;
|
271
271
|
};
|
272
|
-
variant?: "navigation" | "default" | "header" | "
|
272
|
+
variant?: "navigation" | "default" | "header" | "settings" | "toolbar";
|
273
273
|
notificationCount?: number;
|
274
274
|
}>, never>;
|
275
275
|
};
|
@@ -20,7 +20,7 @@ declare const _default: {
|
|
20
20
|
readonly "v-model"?: number;
|
21
21
|
readonly modelValue?: number;
|
22
22
|
readonly grow?: boolean;
|
23
|
-
readonly variant?: "navigation" | "default" | "header" | "
|
23
|
+
readonly variant?: "navigation" | "default" | "header" | "settings" | "toolbar";
|
24
24
|
readonly toned?: boolean;
|
25
25
|
readonly scrolling?: string;
|
26
26
|
readonly stacked?: boolean;
|
@@ -47,7 +47,7 @@ declare const _default: {
|
|
47
47
|
type: import("vue").PropType<boolean>;
|
48
48
|
};
|
49
49
|
variant: {
|
50
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
50
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
51
51
|
};
|
52
52
|
stacked: {
|
53
53
|
type: import("vue").PropType<boolean>;
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
109
109
|
type: import("vue").PropType<boolean>;
|
110
110
|
};
|
111
111
|
variant: {
|
112
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
112
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
113
113
|
};
|
114
114
|
stacked: {
|
115
115
|
type: import("vue").PropType<boolean>;
|
@@ -183,7 +183,7 @@ declare const _default: {
|
|
183
183
|
type: import("vue").PropType<boolean>;
|
184
184
|
};
|
185
185
|
variant: {
|
186
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
186
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
187
187
|
};
|
188
188
|
stacked: {
|
189
189
|
type: import("vue").PropType<boolean>;
|
@@ -235,7 +235,7 @@ declare const _default: {
|
|
235
235
|
type: import("vue").PropType<boolean>;
|
236
236
|
};
|
237
237
|
variant: {
|
238
|
-
type: import("vue").PropType<"navigation" | "default" | "header" | "
|
238
|
+
type: import("vue").PropType<"navigation" | "default" | "header" | "settings" | "toolbar">;
|
239
239
|
};
|
240
240
|
stacked: {
|
241
241
|
type: import("vue").PropType<boolean>;
|
@@ -281,7 +281,7 @@ declare const _default: {
|
|
281
281
|
"v-model"?: number;
|
282
282
|
modelValue?: number;
|
283
283
|
grow?: boolean;
|
284
|
-
variant?: "navigation" | "default" | "header" | "
|
284
|
+
variant?: "navigation" | "default" | "header" | "settings" | "toolbar";
|
285
285
|
toned?: boolean;
|
286
286
|
scrolling?: string;
|
287
287
|
stacked?: boolean;
|
@@ -8,8 +8,8 @@ declare const _default: {
|
|
8
8
|
$data: {};
|
9
9
|
$props: Partial<{}> & Omit<{
|
10
10
|
readonly serviceId?: unknown;
|
11
|
-
readonly disabled?: boolean;
|
12
11
|
readonly settings?: PermissionInputSettings;
|
12
|
+
readonly disabled?: boolean;
|
13
13
|
readonly contextParams?: {
|
14
14
|
[key: string]: string | number;
|
15
15
|
};
|
@@ -303,8 +303,8 @@ declare const _default: {
|
|
303
303
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
304
304
|
propsDefinition: Omit<Readonly<{} & {
|
305
305
|
serviceId?: GuidValue;
|
306
|
-
disabled?: boolean;
|
307
306
|
settings?: PermissionInputSettings;
|
307
|
+
disabled?: boolean;
|
308
308
|
contextParams?: {
|
309
309
|
[key: string]: string | number;
|
310
310
|
};
|
@@ -4,11 +4,11 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<{
|
7
|
+
readonly settings?: EnterprisePropertyRichTextItemSettings;
|
7
8
|
readonly disabled?: boolean;
|
8
9
|
readonly "onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
|
9
10
|
readonly "v-model"?: HtmlPropertyValue;
|
10
11
|
readonly modelValue?: HtmlPropertyValue;
|
11
|
-
readonly settings?: EnterprisePropertyRichTextItemSettings;
|
12
12
|
readonly displaySettings?: HtmlDisplaySettings;
|
13
13
|
readonly setupSettings?: never;
|
14
14
|
readonly editorSettings?: HtmlEditorSettings;
|
@@ -88,11 +88,11 @@ declare const _default: {
|
|
88
88
|
settings?: import("vue").Prop<EnterprisePropertyRichTextItemSettings, EnterprisePropertyRichTextItemSettings>;
|
89
89
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
90
90
|
propsDefinition: Omit<Readonly<{} & {
|
91
|
+
settings?: EnterprisePropertyRichTextItemSettings;
|
91
92
|
disabled?: boolean;
|
92
93
|
"onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
|
93
94
|
"v-model"?: HtmlPropertyValue;
|
94
95
|
modelValue?: HtmlPropertyValue;
|
95
|
-
settings?: EnterprisePropertyRichTextItemSettings;
|
96
96
|
displaySettings?: HtmlDisplaySettings;
|
97
97
|
setupSettings?: never;
|
98
98
|
editorSettings?: HtmlEditorSettings;
|
@@ -13,21 +13,39 @@ export declare const useBlueprintEditorStore: () => {
|
|
13
13
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
14
14
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
15
15
|
actions: {
|
16
|
-
onDispatching
|
17
|
-
setBlueprint
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
16
|
+
onDispatching: {
|
17
|
+
setBlueprint: {
|
18
|
+
subscribe(fn: (blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
20
|
+
updateHeaderDefinition: {
|
21
|
+
subscribe(fn: (definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
+
};
|
23
|
+
save: {
|
24
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
onDispatched: {
|
28
|
+
setBlueprint: {
|
29
|
+
subscribe(fn: (result: void, blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
updateHeaderDefinition: {
|
32
|
+
subscribe(fn: (result: void, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
save: {
|
35
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
37
|
+
};
|
38
|
+
onFailure: {
|
39
|
+
setBlueprint: {
|
40
|
+
subscribe(fn: (failureReason: any, blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
updateHeaderDefinition: {
|
43
|
+
subscribe(fn: (failureReason: any, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
save: {
|
46
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
};
|
31
49
|
} & {
|
32
50
|
setBlueprint(blueprint: BlueprintDefinition): void;
|
33
51
|
updateHeaderDefinition(definition: VelcronAppDefinition<any>): void;
|
@@ -9,24 +9,48 @@ export declare const useColorschemaEditorStore: () => {
|
|
9
9
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
10
10
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
11
|
actions: {
|
12
|
-
onDispatching
|
13
|
-
editColorSchema
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
save
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
12
|
+
onDispatching: {
|
13
|
+
editColorSchema: {
|
14
|
+
subscribe(fn: (colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
+
};
|
16
|
+
addColorSchema: {
|
17
|
+
subscribe(fn: (colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
copyColorSchema: {
|
20
|
+
subscribe(fn: (colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
+
};
|
22
|
+
save: {
|
23
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
onDispatched: {
|
27
|
+
editColorSchema: {
|
28
|
+
subscribe(fn: (result: void, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
addColorSchema: {
|
31
|
+
subscribe(fn: (result: void, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
copyColorSchema: {
|
34
|
+
subscribe(fn: (result: void, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
save: {
|
37
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
onFailure: {
|
41
|
+
editColorSchema: {
|
42
|
+
subscribe(fn: (failureReason: any, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
+
};
|
44
|
+
addColorSchema: {
|
45
|
+
subscribe(fn: (failureReason: any, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
};
|
47
|
+
copyColorSchema: {
|
48
|
+
subscribe(fn: (failureReason: any, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
+
};
|
50
|
+
save: {
|
51
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
+
};
|
53
|
+
};
|
30
54
|
} & {
|
31
55
|
editColorSchema(colorSchema: ColorSchema): void;
|
32
56
|
addColorSchema(colorSchema: ColorSchema): void;
|
@@ -9,24 +9,48 @@ export declare const useSpacingEditorStore: () => {
|
|
9
9
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
10
10
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
11
|
actions: {
|
12
|
-
onDispatching
|
13
|
-
editBlueprint
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
save
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
12
|
+
onDispatching: {
|
13
|
+
editBlueprint: {
|
14
|
+
subscribe(fn: (blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
+
};
|
16
|
+
addBlueprint: {
|
17
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
copyBlueprint: {
|
20
|
+
subscribe(fn: (blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
+
};
|
22
|
+
save: {
|
23
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
onDispatched: {
|
27
|
+
editBlueprint: {
|
28
|
+
subscribe(fn: (result: void, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
addBlueprint: {
|
31
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
copyBlueprint: {
|
34
|
+
subscribe(fn: (result: void, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
save: {
|
37
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
onFailure: {
|
41
|
+
editBlueprint: {
|
42
|
+
subscribe(fn: (failureReason: any, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
+
};
|
44
|
+
addBlueprint: {
|
45
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
};
|
47
|
+
copyBlueprint: {
|
48
|
+
subscribe(fn: (failureReason: any, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
+
};
|
50
|
+
save: {
|
51
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
+
};
|
53
|
+
};
|
30
54
|
} & {
|
31
55
|
editBlueprint(blueprint: SpacingDefinition): void;
|
32
56
|
addBlueprint(): void;
|
@@ -17,36 +17,66 @@ export declare const useTypographyEditorStore: () => {
|
|
17
17
|
}>;
|
18
18
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
19
|
actions: {
|
20
|
-
onDispatching
|
21
|
-
setBlueprint
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
}
|
40
|
-
|
41
|
-
setBlueprint
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
20
|
+
onDispatching: {
|
21
|
+
setBlueprint: {
|
22
|
+
subscribe(fn: (blueprint: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
addBlueprint: {
|
25
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
+
};
|
27
|
+
copyBlueprint: {
|
28
|
+
subscribe(fn: (blueprint: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
setFont: {
|
31
|
+
subscribe(fn: (font: {
|
32
|
+
family: string;
|
33
|
+
cdn?: string;
|
34
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
save: {
|
37
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
onDispatched: {
|
41
|
+
setBlueprint: {
|
42
|
+
subscribe(fn: (result: void, blueprint: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
+
};
|
44
|
+
addBlueprint: {
|
45
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
};
|
47
|
+
copyBlueprint: {
|
48
|
+
subscribe(fn: (result: void, blueprint: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
+
};
|
50
|
+
setFont: {
|
51
|
+
subscribe(fn: (result: void, font: {
|
52
|
+
family: string;
|
53
|
+
cdn?: string;
|
54
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
+
};
|
56
|
+
save: {
|
57
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
+
};
|
59
|
+
};
|
60
|
+
onFailure: {
|
61
|
+
setBlueprint: {
|
62
|
+
subscribe(fn: (failureReason: any, blueprint: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
+
};
|
64
|
+
addBlueprint: {
|
65
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
+
};
|
67
|
+
copyBlueprint: {
|
68
|
+
subscribe(fn: (failureReason: any, blueprint: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
+
};
|
70
|
+
setFont: {
|
71
|
+
subscribe(fn: (failureReason: any, font: {
|
72
|
+
family: string;
|
73
|
+
cdn?: string;
|
74
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
+
};
|
76
|
+
save: {
|
77
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
+
};
|
79
|
+
};
|
50
80
|
} & {
|
51
81
|
setBlueprint(blueprint: TypographyDefinition): void;
|
52
82
|
addBlueprint(): void;
|
@@ -7,15 +7,21 @@ export declare const useBlueprintDefinitionStore: () => {
|
|
7
7
|
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintDefinition[]>;
|
8
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
9
|
actions: {
|
10
|
-
onDispatching
|
11
|
-
addBluprint
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
10
|
+
onDispatching: {
|
11
|
+
addBluprint: {
|
12
|
+
subscribe(fn: (blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
onDispatched: {
|
16
|
+
addBluprint: {
|
17
|
+
subscribe(fn: (result: void, blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
};
|
20
|
+
onFailure: {
|
21
|
+
addBluprint: {
|
22
|
+
subscribe(fn: (failureReason: any, blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
};
|
19
25
|
} & {
|
20
26
|
addBluprint(blueprint: BlueprintDefinition): void;
|
21
27
|
};
|