@omnia/fx 8.0.299-dev → 8.0.301-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/core/utils/Utils.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersFillsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +11 -43
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +72 -378
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/BlueprintStrategyBase.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD3Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +10 -33
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +21 -406
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +180 -700
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +15 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +22 -407
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +2 -34
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
- package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowReportUsage.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +7 -55
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +14 -84
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +41 -13
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +0 -79
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBlade.d.ts → AddBlueprint.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBladeEdit.d.ts → ContainerFillsBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
import { ColorSchemaType, ContainerFillBlueprint, ContainerFillBlueprints, BlueprintVariant } from "@omnia/fx-models";
|
2
|
+
export declare const useContainerFillsEditorStore: () => {
|
3
|
+
state: {
|
4
|
+
editMode: boolean;
|
5
|
+
previewColorSchema: ColorSchemaType;
|
6
|
+
editingBlueprint: ContainerFillBlueprint;
|
7
|
+
editingBlueprintType: BlueprintVariant;
|
8
|
+
containerBlueprints: ContainerFillBlueprints;
|
9
|
+
};
|
10
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
11
|
+
editMode: boolean;
|
12
|
+
previewColorSchema: ColorSchemaType;
|
13
|
+
editingBlueprint: ContainerFillBlueprint;
|
14
|
+
editingBlueprintType: BlueprintVariant;
|
15
|
+
containerBlueprints: ContainerFillBlueprints;
|
16
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
18
|
+
editBlueprints(blueprints: ContainerFillBlueprints): void;
|
19
|
+
editBlueprint(variant: BlueprintVariant): void;
|
20
|
+
addBlueprint(blueprint: ContainerFillBlueprint): void;
|
21
|
+
copyBlueprint(blueprint: ContainerFillBlueprint): void;
|
22
|
+
applyChanges(): void;
|
23
|
+
}>;
|
24
|
+
get: {};
|
25
|
+
} & {
|
26
|
+
dispose?: () => void;
|
27
|
+
};
|
@@ -5,50 +5,16 @@ export declare const useIconsEditorStore: () => {
|
|
5
5
|
editingBlueprint: IconBlueprint;
|
6
6
|
editingiconSize: OIconSizes;
|
7
7
|
};
|
8
|
-
events: {
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
actions: {
|
14
|
-
onDispatching: {
|
15
|
-
setEditingBlueprints: {
|
16
|
-
subscribe(fn: (blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
-
};
|
18
|
-
setEditingBlueprint: {
|
19
|
-
subscribe(fn: (size: "small" | "default" | "x-large" | "x-small" | "large") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
applyChanges: {
|
22
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
onDispatched: {
|
26
|
-
setEditingBlueprints: {
|
27
|
-
subscribe(fn: (result: void, blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
setEditingBlueprint: {
|
30
|
-
subscribe(fn: (result: void, size: "small" | "default" | "x-large" | "x-small" | "large") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
applyChanges: {
|
33
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
};
|
36
|
-
onFailure: {
|
37
|
-
setEditingBlueprints: {
|
38
|
-
subscribe(fn: (failureReason: any, blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
setEditingBlueprint: {
|
41
|
-
subscribe(fn: (failureReason: any, size: "small" | "default" | "x-large" | "x-small" | "large") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
applyChanges: {
|
44
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
};
|
47
|
-
} & {
|
8
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
9
|
+
blueprints: IconBlueprints;
|
10
|
+
editingBlueprint: IconBlueprint;
|
11
|
+
editingiconSize: OIconSizes;
|
12
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
13
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
48
14
|
setEditingBlueprints(blueprints: IconBlueprints): void;
|
49
15
|
setEditingBlueprint(size: OIconSizes): void;
|
50
16
|
applyChanges(): void;
|
51
|
-
}
|
17
|
+
}>;
|
52
18
|
} & {
|
53
19
|
dispose?: () => void;
|
54
20
|
};
|
@@ -5,50 +5,16 @@ export declare const useTabsEditorStore: () => {
|
|
5
5
|
editingTabBlueprint: TabsBlueprint;
|
6
6
|
editingVariant: BlueprintVariant;
|
7
7
|
};
|
8
|
-
events: {
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
actions: {
|
14
|
-
onDispatching: {
|
15
|
-
setEditingBlueprints: {
|
16
|
-
subscribe(fn: (blueprints: TabsBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
-
};
|
18
|
-
setEditingBlueprint: {
|
19
|
-
subscribe(fn: (variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
applyChanges: {
|
22
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
onDispatched: {
|
26
|
-
setEditingBlueprints: {
|
27
|
-
subscribe(fn: (result: void, blueprints: TabsBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
setEditingBlueprint: {
|
30
|
-
subscribe(fn: (result: void, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
applyChanges: {
|
33
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
};
|
36
|
-
onFailure: {
|
37
|
-
setEditingBlueprints: {
|
38
|
-
subscribe(fn: (failureReason: any, blueprints: TabsBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
setEditingBlueprint: {
|
41
|
-
subscribe(fn: (failureReason: any, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
applyChanges: {
|
44
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
};
|
47
|
-
} & {
|
8
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
9
|
+
blueprints: TabsBlueprints;
|
10
|
+
editingTabBlueprint: TabsBlueprint;
|
11
|
+
editingVariant: BlueprintVariant;
|
12
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
13
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
48
14
|
setEditingBlueprints(blueprints: TabsBlueprints): void;
|
49
15
|
setEditingBlueprint(variant: BlueprintVariant): void;
|
50
16
|
applyChanges(): void;
|
51
|
-
}
|
17
|
+
}>;
|
52
18
|
} & {
|
53
19
|
dispose?: () => void;
|
54
20
|
};
|
@@ -6,92 +6,13 @@ export declare const useSpacingEditorStore: () => {
|
|
6
6
|
editMode: boolean;
|
7
7
|
editType: SpacingScale;
|
8
8
|
};
|
9
|
-
events: {
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
15
|
-
actions: {
|
16
|
-
onDispatching: {
|
17
|
-
editDefinition: {
|
18
|
-
subscribe(fn: (scale: SpacingScale) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
-
};
|
20
|
-
editBlueprint: {
|
21
|
-
subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
addBlueprint: {
|
24
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
copyDefinition: {
|
27
|
-
subscribe(fn: (definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
copyBlueprints: {
|
30
|
-
subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
setDefinition: {
|
33
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
save: {
|
36
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
delete: {
|
39
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
onDispatched: {
|
43
|
-
editDefinition: {
|
44
|
-
subscribe(fn: (result: void, scale: SpacingScale) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
editBlueprint: {
|
47
|
-
subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
-
};
|
49
|
-
addBlueprint: {
|
50
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
copyDefinition: {
|
53
|
-
subscribe(fn: (result: void, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
-
};
|
55
|
-
copyBlueprints: {
|
56
|
-
subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
-
};
|
58
|
-
setDefinition: {
|
59
|
-
subscribe(fn: (result: true) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
-
};
|
61
|
-
save: {
|
62
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
-
};
|
64
|
-
delete: {
|
65
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
-
};
|
67
|
-
};
|
68
|
-
onFailure: {
|
69
|
-
editDefinition: {
|
70
|
-
subscribe(fn: (failureReason: any, scale: SpacingScale) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
-
};
|
72
|
-
editBlueprint: {
|
73
|
-
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
-
};
|
75
|
-
addBlueprint: {
|
76
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
-
};
|
78
|
-
copyDefinition: {
|
79
|
-
subscribe(fn: (failureReason: any, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
copyBlueprints: {
|
82
|
-
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
setDefinition: {
|
85
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
-
};
|
87
|
-
save: {
|
88
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
-
};
|
90
|
-
delete: {
|
91
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
-
};
|
93
|
-
};
|
94
|
-
} & {
|
9
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
10
|
+
definition: SpacingDefinition;
|
11
|
+
blueprints: ITemplateRegistration<SpacingBlueprints>;
|
12
|
+
editMode: boolean;
|
13
|
+
editType: SpacingScale;
|
14
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
15
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
95
16
|
editDefinition(scale: SpacingScale): void;
|
96
17
|
editBlueprint(blueprints: ITemplateRegistration<SpacingBlueprints>): void;
|
97
18
|
addBlueprint(): void;
|
@@ -100,7 +21,7 @@ export declare const useSpacingEditorStore: () => {
|
|
100
21
|
setDefinition(): true;
|
101
22
|
save(): Promise<boolean>;
|
102
23
|
delete(): Promise<boolean>;
|
103
|
-
}
|
24
|
+
}>;
|
104
25
|
get: {};
|
105
26
|
bladeId: {
|
106
27
|
spacingStartBlade: guid;
|
@@ -13,156 +13,20 @@ export declare const useTypographyEditorStore: () => {
|
|
13
13
|
selectedFill: FillDefinition;
|
14
14
|
selectedFillVariant: FillVariant;
|
15
15
|
};
|
16
|
-
events: {
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
16
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
17
|
+
blueprints: ITemplateRegistration<TypographyBlueprints>;
|
18
|
+
availableFonts: ITemplateRegistration<IFontBlueprints>;
|
19
|
+
blueprint: TypographyBlueprint;
|
20
|
+
editMode: boolean;
|
21
|
+
selectedTypography: {
|
22
22
|
type: TypographyType;
|
23
23
|
size: TypographySizes;
|
24
24
|
definition: TypographyDefinition;
|
25
|
-
}>;
|
26
|
-
onMutatedSelectedFill: import("@omnia/fx").MessageBusExposeOnlySubscription<FillDefinition>;
|
27
|
-
onMutatedSelectedFillVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<FillVariant>;
|
28
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
29
|
-
actions: {
|
30
|
-
onDispatching: {
|
31
|
-
setSelectedDefinition: {
|
32
|
-
subscribe(fn: (type: "text" | "title" | "navigation" | "variants", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
setSelectedFillVariant: {
|
35
|
-
subscribe(fn: (fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
|
-
updateSelectedFill: {
|
38
|
-
subscribe(fn: (fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
updateSelectedDefinition: {
|
41
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
editBlueprints: {
|
44
|
-
subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
addBlueprints: {
|
47
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
-
};
|
49
|
-
copyBlueprint: {
|
50
|
-
subscribe(fn: (blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
setFont: {
|
53
|
-
subscribe(fn: (font: {
|
54
|
-
family: string;
|
55
|
-
cdn?: string;
|
56
|
-
manifestId?: guid;
|
57
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
setFontForTypoType: {
|
60
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
setFontForTypoTypeSize: {
|
63
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
saveTenantAvailableFont: {
|
66
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
-
};
|
68
|
-
save: {
|
69
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
|
-
};
|
71
|
-
delete: {
|
72
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
|
-
};
|
74
25
|
};
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
setSelectedFillVariant: {
|
80
|
-
subscribe(fn: (result: void, fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
81
|
-
};
|
82
|
-
updateSelectedFill: {
|
83
|
-
subscribe(fn: (result: void, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
|
-
};
|
85
|
-
updateSelectedDefinition: {
|
86
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
-
};
|
88
|
-
editBlueprints: {
|
89
|
-
subscribe(fn: (result: void, blueprints: ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
-
};
|
91
|
-
addBlueprints: {
|
92
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
-
};
|
94
|
-
copyBlueprint: {
|
95
|
-
subscribe(fn: (result: void, blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
|
-
};
|
97
|
-
setFont: {
|
98
|
-
subscribe(fn: (result: void, font: {
|
99
|
-
family: string;
|
100
|
-
cdn?: string;
|
101
|
-
manifestId?: guid;
|
102
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
103
|
-
};
|
104
|
-
setFontForTypoType: {
|
105
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
106
|
-
};
|
107
|
-
setFontForTypoTypeSize: {
|
108
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
|
-
};
|
110
|
-
saveTenantAvailableFont: {
|
111
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
112
|
-
};
|
113
|
-
save: {
|
114
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
-
};
|
116
|
-
delete: {
|
117
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
|
-
};
|
119
|
-
};
|
120
|
-
onFailure: {
|
121
|
-
setSelectedDefinition: {
|
122
|
-
subscribe(fn: (failureReason: any, type: "text" | "title" | "navigation" | "variants", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
123
|
-
};
|
124
|
-
setSelectedFillVariant: {
|
125
|
-
subscribe(fn: (failureReason: any, fillVariant: FillVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
126
|
-
};
|
127
|
-
updateSelectedFill: {
|
128
|
-
subscribe(fn: (failureReason: any, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
129
|
-
};
|
130
|
-
updateSelectedDefinition: {
|
131
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
132
|
-
};
|
133
|
-
editBlueprints: {
|
134
|
-
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
|
-
};
|
136
|
-
addBlueprints: {
|
137
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
138
|
-
};
|
139
|
-
copyBlueprint: {
|
140
|
-
subscribe(fn: (failureReason: any, blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
141
|
-
};
|
142
|
-
setFont: {
|
143
|
-
subscribe(fn: (failureReason: any, font: {
|
144
|
-
family: string;
|
145
|
-
cdn?: string;
|
146
|
-
manifestId?: guid;
|
147
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
148
|
-
};
|
149
|
-
setFontForTypoType: {
|
150
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
|
-
};
|
152
|
-
setFontForTypoTypeSize: {
|
153
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
154
|
-
};
|
155
|
-
saveTenantAvailableFont: {
|
156
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
157
|
-
};
|
158
|
-
save: {
|
159
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
160
|
-
};
|
161
|
-
delete: {
|
162
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
163
|
-
};
|
164
|
-
};
|
165
|
-
} & {
|
26
|
+
selectedFill: FillDefinition;
|
27
|
+
selectedFillVariant: FillVariant;
|
28
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
29
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
166
30
|
setSelectedDefinition(type: TypographyType, size: TypographySizes): void;
|
167
31
|
setSelectedFillVariant(fillVariant: FillVariant): void;
|
168
32
|
updateSelectedFill(fill: FillDefinition): void;
|
@@ -180,7 +44,7 @@ export declare const useTypographyEditorStore: () => {
|
|
180
44
|
saveTenantAvailableFont(): Promise<boolean>;
|
181
45
|
save(): Promise<boolean>;
|
182
46
|
delete(): Promise<boolean>;
|
183
|
-
}
|
47
|
+
}>;
|
184
48
|
get: {
|
185
49
|
definitionType: () => {
|
186
50
|
xl: TypographyDefinition;
|
@@ -4,69 +4,17 @@ export declare const useColorschemaEditorStore: () => {
|
|
4
4
|
colorSchema: ITemplateRegistration<ColorSchema>;
|
5
5
|
editMode: boolean;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
editColorSchema: {
|
14
|
-
subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
addColorSchema: {
|
17
|
-
subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
copyColorSchema: {
|
20
|
-
subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
save: {
|
23
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
delete: {
|
26
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
};
|
29
|
-
onDispatched: {
|
30
|
-
editColorSchema: {
|
31
|
-
subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
addColorSchema: {
|
34
|
-
subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
copyColorSchema: {
|
37
|
-
subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
save: {
|
40
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
|
-
delete: {
|
43
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
};
|
46
|
-
onFailure: {
|
47
|
-
editColorSchema: {
|
48
|
-
subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
addColorSchema: {
|
51
|
-
subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
-
};
|
53
|
-
copyColorSchema: {
|
54
|
-
subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
save: {
|
57
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
delete: {
|
60
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
};
|
63
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
colorSchema: ITemplateRegistration<ColorSchema>;
|
9
|
+
editMode: boolean;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
64
12
|
editColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
|
65
13
|
addColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
|
66
14
|
copyColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
|
67
15
|
save(): Promise<boolean>;
|
68
16
|
delete(): Promise<boolean>;
|
69
|
-
}
|
17
|
+
}>;
|
70
18
|
get: {};
|
71
19
|
bladeId: {
|
72
20
|
colorSchemaEditBlade: guid;
|
@@ -11,65 +11,13 @@ export declare const useFontManagerStore: () => {
|
|
11
11
|
allFontsBlade: guid;
|
12
12
|
editFontBlade: guid;
|
13
13
|
};
|
14
|
-
actions: {
|
15
|
-
onDispatching: {
|
16
|
-
editFont: {
|
17
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
selectApiHubFont: {
|
20
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
addFontMode: {
|
23
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
deleteFont: {
|
26
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
saveFont: {
|
29
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
};
|
32
|
-
onDispatched: {
|
33
|
-
editFont: {
|
34
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
selectApiHubFont: {
|
37
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
addFontMode: {
|
40
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
|
-
deleteFont: {
|
43
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
saveFont: {
|
46
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
-
};
|
48
|
-
};
|
49
|
-
onFailure: {
|
50
|
-
editFont: {
|
51
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
-
};
|
53
|
-
selectApiHubFont: {
|
54
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
addFontMode: {
|
57
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
deleteFont: {
|
60
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
saveFont: {
|
63
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
};
|
66
|
-
} & {
|
14
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
67
15
|
editFont(font: TypographyFontDefinition): void;
|
68
16
|
selectApiHubFont(font: TypographyFontDefinition): void;
|
69
17
|
addFontMode(): void;
|
70
18
|
deleteFont(font: TypographyFontDefinition): Promise<void>;
|
71
19
|
saveFont(font: TypographyFontDefinition): Promise<void>;
|
72
|
-
}
|
20
|
+
}>;
|
73
21
|
} & {
|
74
22
|
dispose?: () => void;
|
75
23
|
};
|