@omnia/fx 8.0.298-dev → 8.0.300-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/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- 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/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/AddBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +8 -42
- 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 +68 -377
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +17 -69
- 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/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/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +4 -0
- 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 +19 -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 +156 -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 +13 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +20 -407
- 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/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/use/MediaflowProviderStore.d.ts +2 -54
- 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/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/theming/ThemeManager.d.ts +2 -2
- 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 +11 -9
- package/package.json +2 -2
- /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
package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts
CHANGED
@@ -4,29 +4,13 @@ export declare const AppInstanceJourneyStore: () => {
|
|
4
4
|
subMenuItems: SubMenuItem[];
|
5
5
|
activeSubMenuItem: SubMenuItem;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setActiveSubMenuItem: {
|
14
|
-
subscribe(fn: (item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
onDispatched: {
|
18
|
-
setActiveSubMenuItem: {
|
19
|
-
subscribe(fn: (result: void, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
onFailure: {
|
23
|
-
setActiveSubMenuItem: {
|
24
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
subMenuItems: SubMenuItem[];
|
9
|
+
activeSubMenuItem: SubMenuItem;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
28
12
|
setActiveSubMenuItem: (item: SubMenuItem) => void;
|
29
|
-
}
|
13
|
+
}>;
|
30
14
|
get: {
|
31
15
|
subMenuItems: () => SubMenuItem[];
|
32
16
|
activeSubMenuItem: () => SubMenuItem;
|
@@ -4,29 +4,13 @@ export declare const ProfileJourneyStore: () => {
|
|
4
4
|
subMenuItems: SubMenuItem[];
|
5
5
|
activeSubMenuItem: SubMenuItem;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setActiveSubMenuItem: {
|
14
|
-
subscribe(fn: (item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
onDispatched: {
|
18
|
-
setActiveSubMenuItem: {
|
19
|
-
subscribe(fn: (result: void, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
onFailure: {
|
23
|
-
setActiveSubMenuItem: {
|
24
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
subMenuItems: SubMenuItem[];
|
9
|
+
activeSubMenuItem: SubMenuItem;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
28
12
|
setActiveSubMenuItem: (item: SubMenuItem) => void;
|
29
|
-
}
|
13
|
+
}>;
|
30
14
|
get: {
|
31
15
|
subMenuItems: () => SubMenuItem[];
|
32
16
|
activeSubMenuItem: () => SubMenuItem;
|
@@ -4,29 +4,13 @@ export declare const TenantJourneyStore: () => {
|
|
4
4
|
subMenuItems: SubMenuItem[];
|
5
5
|
activeSubMenuItem: SubMenuItem;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setActiveSubMenuItem: {
|
14
|
-
subscribe(fn: (item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
onDispatched: {
|
18
|
-
setActiveSubMenuItem: {
|
19
|
-
subscribe(fn: (result: void, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
onFailure: {
|
23
|
-
setActiveSubMenuItem: {
|
24
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
subMenuItems: SubMenuItem[];
|
9
|
+
activeSubMenuItem: SubMenuItem;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
28
12
|
setActiveSubMenuItem: (item: SubMenuItem) => void;
|
29
|
-
}
|
13
|
+
}>;
|
30
14
|
get: {
|
31
15
|
subMenuItems: () => SubMenuItem[];
|
32
16
|
activeSubMenuItem: () => SubMenuItem;
|
@@ -10,65 +10,22 @@ export declare const SettingsBladeStore: () => {
|
|
10
10
|
isNew: boolean;
|
11
11
|
};
|
12
12
|
};
|
13
|
-
events: {
|
14
|
-
|
13
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
14
|
+
currentRatio: {
|
15
15
|
adminRatioDefinition: AdminMediaPickerImageRatioDefinition;
|
16
16
|
isNew: boolean;
|
17
|
-
}
|
18
|
-
|
17
|
+
};
|
18
|
+
currentScaling: {
|
19
19
|
adminScalingDefinition: AdminMediaPickerImageScalingDefinition;
|
20
20
|
isNew: boolean;
|
21
|
-
}>;
|
22
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
23
|
-
actions: {
|
24
|
-
onDispatching: {
|
25
|
-
saveCurrentRatio: {
|
26
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
saveCurrentImageScaling: {
|
29
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
setCurrentRatio: {
|
32
|
-
subscribe(fn: (item: MediaPickerImageRatio) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
setCurrentScaling: {
|
35
|
-
subscribe(fn: (item: MediaPickerImageScaling) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
21
|
};
|
38
|
-
|
39
|
-
|
40
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
|
-
saveCurrentImageScaling: {
|
43
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
setCurrentRatio: {
|
46
|
-
subscribe(fn: (result: void, item: MediaPickerImageRatio) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
-
};
|
48
|
-
setCurrentScaling: {
|
49
|
-
subscribe(fn: (result: void, item: MediaPickerImageScaling) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
};
|
52
|
-
onFailure: {
|
53
|
-
saveCurrentRatio: {
|
54
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
saveCurrentImageScaling: {
|
57
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
setCurrentRatio: {
|
60
|
-
subscribe(fn: (failureReason: any, item: MediaPickerImageRatio) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
setCurrentScaling: {
|
63
|
-
subscribe(fn: (failureReason: any, item: MediaPickerImageScaling) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
};
|
66
|
-
} & {
|
22
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
23
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
67
24
|
saveCurrentRatio: () => Promise<void>;
|
68
25
|
saveCurrentImageScaling: () => Promise<void>;
|
69
26
|
setCurrentRatio(item: MediaPickerImageRatio): void;
|
70
27
|
setCurrentScaling: (item: MediaPickerImageScaling) => void;
|
71
|
-
}
|
28
|
+
}>;
|
72
29
|
get: {
|
73
30
|
currentRatio: () => {
|
74
31
|
adminRatioDefinition: AdminMediaPickerImageRatioDefinition;
|
@@ -5,77 +5,7 @@ export declare const useOmniaRedirectStore: () => {
|
|
5
5
|
readonly editMode: boolean;
|
6
6
|
readonly editRedirect: Redirect;
|
7
7
|
};
|
8
|
-
actions: {
|
9
|
-
onDispatching: {
|
10
|
-
ensureLoadAllRedirect: {
|
11
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
12
|
-
};
|
13
|
-
insert: {
|
14
|
-
subscribe(fn: (redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
update: {
|
17
|
-
subscribe(fn: (redireftInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
turnOnAddMode: {
|
20
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
editRedirect: {
|
23
|
-
subscribe(fn: (redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
remove: {
|
26
|
-
subscribe(fn: (redirectId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
saveRedirect: {
|
29
|
-
subscribe(fn: (redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
};
|
32
|
-
onDispatched: {
|
33
|
-
ensureLoadAllRedirect: {
|
34
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
insert: {
|
37
|
-
subscribe(fn: (result: void, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
update: {
|
40
|
-
subscribe(fn: (result: void, redireftInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
|
-
turnOnAddMode: {
|
43
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
editRedirect: {
|
46
|
-
subscribe(fn: (result: void, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
-
};
|
48
|
-
remove: {
|
49
|
-
subscribe(fn: (result: void, redirectId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
saveRedirect: {
|
52
|
-
subscribe(fn: (result: boolean, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
};
|
55
|
-
onFailure: {
|
56
|
-
ensureLoadAllRedirect: {
|
57
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
insert: {
|
60
|
-
subscribe(fn: (failureReason: any, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
update: {
|
63
|
-
subscribe(fn: (failureReason: any, redireftInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
turnOnAddMode: {
|
66
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
-
};
|
68
|
-
editRedirect: {
|
69
|
-
subscribe(fn: (failureReason: any, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
|
-
};
|
71
|
-
remove: {
|
72
|
-
subscribe(fn: (failureReason: any, redirectId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
|
-
};
|
74
|
-
saveRedirect: {
|
75
|
-
subscribe(fn: (failureReason: any, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
-
};
|
77
|
-
};
|
78
|
-
} & {
|
8
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
79
9
|
ensureLoadAllRedirect(): Promise<void>;
|
80
10
|
insert(redirectInfo: Redirect): Promise<void>;
|
81
11
|
update(redireftInfo: Redirect): Promise<void>;
|
@@ -83,7 +13,7 @@ export declare const useOmniaRedirectStore: () => {
|
|
83
13
|
editRedirect(redirectInfo: Redirect): void;
|
84
14
|
remove(redirectId: number): Promise<void>;
|
85
15
|
saveRedirect(redirectInfo: Redirect): Promise<boolean>;
|
86
|
-
}
|
16
|
+
}>;
|
87
17
|
bladeIds: {
|
88
18
|
redirectManager: guid;
|
89
19
|
redirectDetail: guid;
|
@@ -35,35 +35,10 @@ declare class AdminStoreClass extends Store {
|
|
35
35
|
}
|
36
36
|
export declare const AdminStore: AdminStoreClass;
|
37
37
|
export declare const useAdminStore: () => {
|
38
|
-
actions: {
|
39
|
-
onDispatching: {
|
40
|
-
ensureLoadNavigationNodeRegistrationsByCategory: {
|
41
|
-
subscribe(fn: (category: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
ensureLoadNavigationNodeRegistrationsByParentNodeId: {
|
44
|
-
subscribe(fn: (parentNodeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
};
|
47
|
-
onDispatched: {
|
48
|
-
ensureLoadNavigationNodeRegistrationsByCategory: {
|
49
|
-
subscribe(fn: (result: void, category: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
ensureLoadNavigationNodeRegistrationsByParentNodeId: {
|
52
|
-
subscribe(fn: (result: void, parentNodeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
};
|
55
|
-
onFailure: {
|
56
|
-
ensureLoadNavigationNodeRegistrationsByCategory: {
|
57
|
-
subscribe(fn: (failureReason: any, category: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
ensureLoadNavigationNodeRegistrationsByParentNodeId: {
|
60
|
-
subscribe(fn: (failureReason: any, parentNodeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
};
|
63
|
-
} & {
|
38
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
64
39
|
ensureLoadNavigationNodeRegistrationsByCategory(category: string): Future<void>;
|
65
40
|
ensureLoadNavigationNodeRegistrationsByParentNodeId(parentNodeId: guid): Future<void>;
|
66
|
-
}
|
41
|
+
}>;
|
67
42
|
get: {
|
68
43
|
getNavigationNodeRegistrationsByCategory(category: string): AdminNavigationNodeRegistration[];
|
69
44
|
getNavigationNodeRegistrationsByParentNodeId(parentNodeId: guid): AdminNavigationNodeRegistration[];
|
@@ -4,59 +4,16 @@ export declare const SystemJourneyStore: () => {
|
|
4
4
|
subMenuItems: SubMenuItem[];
|
5
5
|
activeSubMenuItem: SubMenuItem;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setActiveSubMenuItem: {
|
14
|
-
subscribe(fn: (item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
addOrUpdateSubMenuItem: {
|
17
|
-
subscribe(fn: (item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
removeActiveSubMenuItem: {
|
20
|
-
subscribe(fn: (item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
addSubMenuItems: {
|
23
|
-
subscribe(fn: (items: SubMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
};
|
26
|
-
onDispatched: {
|
27
|
-
setActiveSubMenuItem: {
|
28
|
-
subscribe(fn: (result: void, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
addOrUpdateSubMenuItem: {
|
31
|
-
subscribe(fn: (result: void, item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
removeActiveSubMenuItem: {
|
34
|
-
subscribe(fn: (result: void, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
addSubMenuItems: {
|
37
|
-
subscribe(fn: (result: void, items: SubMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
};
|
40
|
-
onFailure: {
|
41
|
-
setActiveSubMenuItem: {
|
42
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
addOrUpdateSubMenuItem: {
|
45
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
-
};
|
47
|
-
removeActiveSubMenuItem: {
|
48
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
addSubMenuItems: {
|
51
|
-
subscribe(fn: (failureReason: any, items: SubMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
-
};
|
53
|
-
};
|
54
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
subMenuItems: SubMenuItem[];
|
9
|
+
activeSubMenuItem: SubMenuItem;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
55
12
|
setActiveSubMenuItem: (item: SubMenuItem) => void;
|
56
13
|
addOrUpdateSubMenuItem: (item: SubMenuItem, position?: number) => void;
|
57
14
|
removeActiveSubMenuItem: (item: SubMenuItem) => void;
|
58
15
|
addSubMenuItems: (items: SubMenuItem[]) => void;
|
59
|
-
}
|
16
|
+
}>;
|
60
17
|
get: {
|
61
18
|
subMenuItems(): SubMenuItem[];
|
62
19
|
activeSubMenuItem: () => SubMenuItem;
|
@@ -19,87 +19,17 @@ export declare const LocalizationAdminStore: () => {
|
|
19
19
|
mainJson: JsonData;
|
20
20
|
currentLanguage: LanguageTags;
|
21
21
|
};
|
22
|
-
events: {
|
23
|
-
|
24
|
-
|
22
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
23
|
+
languageTags: LanguageTags[];
|
24
|
+
localizationChanges: {
|
25
25
|
[serviceId: string]: {
|
26
26
|
[path: string]: UserdefinedLocalizationProperty;
|
27
27
|
};
|
28
|
-
}>;
|
29
|
-
onMutatedMainJson: import("@omnia/fx").MessageBusExposeOnlySubscription<JsonData>;
|
30
|
-
onMutatedCurrentLanguage: import("@omnia/fx").MessageBusExposeOnlySubscription<LanguageTags>;
|
31
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
32
|
-
actions: {
|
33
|
-
onDispatching: {
|
34
|
-
ensureLoadLocalization: {
|
35
|
-
subscribe(fn: (serviceId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
|
-
onAddorUpdateLocalizationChange: {
|
38
|
-
subscribe(fn: (localizationChange: UserdefinedLocalizationProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
updateLocalizationChanges: {
|
41
|
-
subscribe(fn: (omniaServiceId: guid, changes: UserdefinedLocalizationProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
changeServiceId: {
|
44
|
-
subscribe(fn: (serviceId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
changeLanguage: {
|
47
|
-
subscribe(fn: (language: LanguageTags) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
-
};
|
49
|
-
editJson: {
|
50
|
-
subscribe(fn: (jsonData: JsonData) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
changeCheckLanguages: {
|
53
|
-
subscribe(fn: (languages: LanguageTags[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
-
};
|
55
|
-
};
|
56
|
-
onDispatched: {
|
57
|
-
ensureLoadLocalization: {
|
58
|
-
subscribe(fn: (result: any, serviceId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
-
};
|
60
|
-
onAddorUpdateLocalizationChange: {
|
61
|
-
subscribe(fn: (result: UserdefinedLocalizationProperty, localizationChange: UserdefinedLocalizationProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
updateLocalizationChanges: {
|
64
|
-
subscribe(fn: (result: void, omniaServiceId: guid, changes: UserdefinedLocalizationProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
-
};
|
66
|
-
changeServiceId: {
|
67
|
-
subscribe(fn: (result: void, serviceId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
-
};
|
69
|
-
changeLanguage: {
|
70
|
-
subscribe(fn: (result: void, language: LanguageTags) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
-
};
|
72
|
-
editJson: {
|
73
|
-
subscribe(fn: (result: void, jsonData: JsonData) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
-
};
|
75
|
-
changeCheckLanguages: {
|
76
|
-
subscribe(fn: (result: void, languages: LanguageTags[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
-
};
|
78
|
-
};
|
79
|
-
onFailure: {
|
80
|
-
ensureLoadLocalization: {
|
81
|
-
subscribe(fn: (failureReason: any, serviceId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
-
};
|
83
|
-
onAddorUpdateLocalizationChange: {
|
84
|
-
subscribe(fn: (failureReason: any, localizationChange: UserdefinedLocalizationProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
-
};
|
86
|
-
updateLocalizationChanges: {
|
87
|
-
subscribe(fn: (failureReason: any, omniaServiceId: guid, changes: UserdefinedLocalizationProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
-
};
|
89
|
-
changeServiceId: {
|
90
|
-
subscribe(fn: (failureReason: any, serviceId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
|
-
};
|
92
|
-
changeLanguage: {
|
93
|
-
subscribe(fn: (failureReason: any, language: LanguageTags) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
|
-
};
|
95
|
-
editJson: {
|
96
|
-
subscribe(fn: (failureReason: any, jsonData: JsonData) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
|
-
};
|
98
|
-
changeCheckLanguages: {
|
99
|
-
subscribe(fn: (failureReason: any, languages: LanguageTags[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
-
};
|
101
28
|
};
|
102
|
-
|
29
|
+
mainJson: JsonData;
|
30
|
+
currentLanguage: LanguageTags;
|
31
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
32
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
103
33
|
ensureLoadLocalization: (serviceId: guid) => Promise<any>;
|
104
34
|
onAddorUpdateLocalizationChange: (localizationChange: UserdefinedLocalizationProperty) => Promise<UserdefinedLocalizationProperty>;
|
105
35
|
updateLocalizationChanges: (omniaServiceId: guid, changes: UserdefinedLocalizationProperty[]) => void;
|
@@ -107,7 +37,7 @@ export declare const LocalizationAdminStore: () => {
|
|
107
37
|
changeLanguage: (language: LanguageTags) => void;
|
108
38
|
editJson: (jsonData: JsonData) => void;
|
109
39
|
changeCheckLanguages: (languages: LanguageTags[]) => void;
|
110
|
-
}
|
40
|
+
}>;
|
111
41
|
get: {
|
112
42
|
getChange: (path: string[], serviceId?: guid) => UserdefinedLocalizationProperty;
|
113
43
|
getServiceIds: () => Promise<ServiceDefinition[]>;
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts
CHANGED
@@ -18,38 +18,13 @@ export declare const useSEOManager: () => {
|
|
18
18
|
page: number;
|
19
19
|
itemLimit: number;
|
20
20
|
};
|
21
|
-
actions: {
|
22
|
-
onDispatching: {
|
23
|
-
ensureDataLoad: {
|
24
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
forceGetNewSnapshot: {
|
27
|
-
subscribe(fn: (snapshotInfo: SeoBasicInfo) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
};
|
30
|
-
onDispatched: {
|
31
|
-
ensureDataLoad: {
|
32
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
forceGetNewSnapshot: {
|
35
|
-
subscribe(fn: (result: void, snapshotInfo: SeoBasicInfo) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
|
-
};
|
38
|
-
onFailure: {
|
39
|
-
ensureDataLoad: {
|
40
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
|
-
forceGetNewSnapshot: {
|
43
|
-
subscribe(fn: (failureReason: any, snapshotInfo: SeoBasicInfo) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
};
|
46
|
-
} & {
|
21
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
47
22
|
ensureDataLoad(): Promise<void>;
|
48
23
|
/**
|
49
24
|
* Trigger omnia to try to get new snapshot of this page
|
50
25
|
*/
|
51
26
|
forceGetNewSnapshot(snapshotInfo: SeoBasicInfo): Promise<void>;
|
52
|
-
}
|
27
|
+
}>;
|
53
28
|
} & {
|
54
29
|
dispose?: () => void;
|
55
30
|
};
|
@@ -4,39 +4,14 @@ export declare const ServicesJourneyStore: () => {
|
|
4
4
|
subMenuItems: SubMenuItem[];
|
5
5
|
activeSubMenuItem: SubMenuItem;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setActiveSubMenuItem: {
|
14
|
-
subscribe(fn: (item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
addOrUpdateSubMenuItem: {
|
17
|
-
subscribe(fn: (item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onDispatched: {
|
21
|
-
setActiveSubMenuItem: {
|
22
|
-
subscribe(fn: (result: void, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
addOrUpdateSubMenuItem: {
|
25
|
-
subscribe(fn: (result: void, item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
};
|
28
|
-
onFailure: {
|
29
|
-
setActiveSubMenuItem: {
|
30
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
addOrUpdateSubMenuItem: {
|
33
|
-
subscribe(fn: (failureReason: any, item: SubMenuItem, position?: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
};
|
36
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
subMenuItems: SubMenuItem[];
|
9
|
+
activeSubMenuItem: SubMenuItem;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
37
12
|
setActiveSubMenuItem: (item: SubMenuItem) => void;
|
38
13
|
addOrUpdateSubMenuItem: (item: SubMenuItem, position?: number) => void;
|
39
|
-
}
|
14
|
+
}>;
|
40
15
|
get: {
|
41
16
|
subMenuItems(): SubMenuItem[];
|
42
17
|
activeSubMenuItem: () => SubMenuItem;
|