@omnia/fx 8.0.299-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/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/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
@@ -10,43 +10,16 @@ export declare const useVelcronPluginStore: () => {
|
|
10
10
|
activeElement: VelcronHtmlDivElement;
|
11
11
|
editorCtx: FlowEditorPluginContext;
|
12
12
|
};
|
13
|
-
events: {
|
14
|
-
|
15
|
-
|
16
|
-
}
|
17
|
-
actions: {
|
18
|
-
onDispatching: {
|
19
|
-
set: {
|
20
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
delete: {
|
23
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
};
|
26
|
-
onDispatched: {
|
27
|
-
set: {
|
28
|
-
subscribe(fn: (result: {
|
29
|
-
active(element: VelcronHtmlDivElement, ctx: FlowEditorPluginContext): void;
|
30
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
delete: {
|
33
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
};
|
36
|
-
onFailure: {
|
37
|
-
set: {
|
38
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
delete: {
|
41
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
};
|
44
|
-
} & {
|
13
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
14
|
+
activeElement: VelcronHtmlDivElement;
|
15
|
+
editorCtx: FlowEditorPluginContext;
|
16
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
45
18
|
set: () => {
|
46
19
|
active(element: VelcronHtmlDivElement, ctx: FlowEditorPluginContext): void;
|
47
20
|
};
|
48
21
|
delete: () => void;
|
49
|
-
}
|
22
|
+
}>;
|
50
23
|
get: {};
|
51
24
|
} & {
|
52
25
|
dispose?: () => void;
|
@@ -16,79 +16,21 @@ export declare const useFlowRendererStore: () => {
|
|
16
16
|
textStyle: TextBlueprint;
|
17
17
|
};
|
18
18
|
};
|
19
|
-
events: {
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
19
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
20
|
+
editorContent: FlowContent;
|
21
|
+
plugins: FlowRendererPlugin[];
|
22
|
+
renderEl: HTMLDivElement;
|
23
|
+
telePorts: JSX.Element[];
|
24
|
+
id: string;
|
25
|
+
pluginContext: FlowRendererPluginContext;
|
26
|
+
pluginsLoadedPromise: Future<void>;
|
27
|
+
settings: {
|
28
28
|
gridWidth: number;
|
29
29
|
rowSpacing: SpacingValue;
|
30
30
|
textStyle: TextBlueprint;
|
31
|
-
}>;
|
32
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
33
|
-
actions: {
|
34
|
-
onDispatching: {
|
35
|
-
plugin: {
|
36
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
content: {
|
39
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
set: {
|
42
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
element: {
|
45
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
-
};
|
47
31
|
};
|
48
|
-
|
49
|
-
|
50
|
-
subscribe(fn: (result: {
|
51
|
-
register: {
|
52
|
-
context: (ctx: FlowRendererPluginContext) => void;
|
53
|
-
};
|
54
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
content: {
|
57
|
-
subscribe(fn: (result: {
|
58
|
-
set: {
|
59
|
-
byObject: (content: FlowContent) => void;
|
60
|
-
};
|
61
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
set: {
|
64
|
-
subscribe(fn: (result: {
|
65
|
-
container: (el: HTMLDivElement) => void;
|
66
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
-
};
|
68
|
-
element: {
|
69
|
-
subscribe(fn: (result: {
|
70
|
-
createForComponent: <TElementType extends HTMLDivElement = HTMLDivElement>(componentName: string) => TElementType;
|
71
|
-
createText: () => HTMLParagraphElement;
|
72
|
-
create: (tagName: string, dataType: string) => HTMLElement;
|
73
|
-
createTextNode: (data: any) => Text;
|
74
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
-
};
|
76
|
-
};
|
77
|
-
onFailure: {
|
78
|
-
plugin: {
|
79
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
-
};
|
81
|
-
content: {
|
82
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
-
};
|
84
|
-
set: {
|
85
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
-
};
|
87
|
-
element: {
|
88
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
-
};
|
90
|
-
};
|
91
|
-
} & {
|
32
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
33
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
92
34
|
plugin: () => {
|
93
35
|
register: {
|
94
36
|
context: (ctx: FlowRendererPluginContext) => void;
|
@@ -108,7 +50,7 @@ export declare const useFlowRendererStore: () => {
|
|
108
50
|
create: (tagName: string, dataType: string) => HTMLElement;
|
109
51
|
createTextNode: (data: any) => Text;
|
110
52
|
};
|
111
|
-
}
|
53
|
+
}>;
|
112
54
|
get: {
|
113
55
|
plugins: FlowRendererPlugin[];
|
114
56
|
};
|
@@ -30,107 +30,37 @@ export declare const useActivityFeedStore: () => {
|
|
30
30
|
[key: ChannelId]: Array<Actor>;
|
31
31
|
};
|
32
32
|
};
|
33
|
-
events: {
|
34
|
-
|
35
|
-
|
36
|
-
[key: ChannelId]: ActorActivity<object, object
|
37
|
-
}
|
38
|
-
|
39
|
-
[key: ActorId]: ActorActivity<object, object
|
40
|
-
}
|
41
|
-
|
42
|
-
[key: number]: ActorActivity<object, object
|
43
|
-
}
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
[key: ActivityRendererId]: ActivityRenderer
|
49
|
-
}
|
50
|
-
|
51
|
-
[key: ChannelId]: Activity
|
52
|
-
}
|
53
|
-
|
33
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
34
|
+
selectedActivity: Activity;
|
35
|
+
activities: {
|
36
|
+
[key: ChannelId]: Array<ActorActivity<object, object>>;
|
37
|
+
};
|
38
|
+
activitiesByActors: {
|
39
|
+
[key: ActorId]: Array<ActorActivity<object, object>>;
|
40
|
+
};
|
41
|
+
activitiesByCategory: {
|
42
|
+
[key: number]: Array<ActorActivity<object, object>>;
|
43
|
+
};
|
44
|
+
actorFilter: Actor;
|
45
|
+
categoryFilter: ActivityCategoryCount;
|
46
|
+
categories: Array<ActivityCategoryCount>;
|
47
|
+
renderers: {
|
48
|
+
[key: ActivityRendererId]: Array<ActivityRenderer>;
|
49
|
+
};
|
50
|
+
newlyPushed: {
|
51
|
+
[key: ChannelId]: Array<Activity>;
|
52
|
+
};
|
53
|
+
actors: {
|
54
54
|
[key: ActorId]: Actor;
|
55
|
-
}
|
56
|
-
|
57
|
-
[key: ChannelId]: NewActivitiesByActor
|
58
|
-
}
|
59
|
-
|
60
|
-
[key: ChannelId]: Actor
|
61
|
-
}
|
62
|
-
}
|
63
|
-
actions: {
|
64
|
-
onDispatching: {
|
65
|
-
toggleCategoryFilter: {
|
66
|
-
subscribe(fn: (filter: ActivityCategoryCount) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
-
};
|
68
|
-
toggleActorFilter: {
|
69
|
-
subscribe(fn: (channelId: ChannelId, actor: Actor) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
|
-
};
|
71
|
-
toggleSelectedActivity: {
|
72
|
-
subscribe(fn: (activity: Activity<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
|
-
};
|
74
|
-
enableChannel: {
|
75
|
-
subscribe(fn: (channelId: ChannelId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
-
};
|
77
|
-
loadActivities: {
|
78
|
-
subscribe(fn: (channelId: ChannelId, options?: FeedQuery) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
|
-
};
|
80
|
-
createActivity: {
|
81
|
-
subscribe(fn: (channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
-
};
|
83
|
-
updateActorActivityCategory: {
|
84
|
-
subscribe(fn: (channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
-
};
|
86
|
-
};
|
87
|
-
onDispatched: {
|
88
|
-
toggleCategoryFilter: {
|
89
|
-
subscribe(fn: (result: void, filter: ActivityCategoryCount) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
-
};
|
91
|
-
toggleActorFilter: {
|
92
|
-
subscribe(fn: (result: void, channelId: ChannelId, actor: Actor) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
-
};
|
94
|
-
toggleSelectedActivity: {
|
95
|
-
subscribe(fn: (result: void, activity: Activity<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
|
-
};
|
97
|
-
enableChannel: {
|
98
|
-
subscribe(fn: (result: void, channelId: ChannelId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
99
|
-
};
|
100
|
-
loadActivities: {
|
101
|
-
subscribe(fn: (result: boolean, channelId: ChannelId, options?: FeedQuery) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
|
-
};
|
103
|
-
createActivity: {
|
104
|
-
subscribe(fn: (result: void, channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
-
};
|
106
|
-
updateActorActivityCategory: {
|
107
|
-
subscribe(fn: (result: void, channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
108
|
-
};
|
109
|
-
};
|
110
|
-
onFailure: {
|
111
|
-
toggleCategoryFilter: {
|
112
|
-
subscribe(fn: (failureReason: any, filter: ActivityCategoryCount) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
113
|
-
};
|
114
|
-
toggleActorFilter: {
|
115
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId, actor: Actor) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
|
-
};
|
117
|
-
toggleSelectedActivity: {
|
118
|
-
subscribe(fn: (failureReason: any, activity: Activity<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
119
|
-
};
|
120
|
-
enableChannel: {
|
121
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
122
|
-
};
|
123
|
-
loadActivities: {
|
124
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId, options?: FeedQuery) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
125
|
-
};
|
126
|
-
createActivity: {
|
127
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
128
|
-
};
|
129
|
-
updateActorActivityCategory: {
|
130
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
|
-
};
|
132
|
-
};
|
133
|
-
} & {
|
55
|
+
};
|
56
|
+
newByActor: {
|
57
|
+
[key: ChannelId]: Array<NewActivitiesByActor>;
|
58
|
+
};
|
59
|
+
recentActors: {
|
60
|
+
[key: ChannelId]: Array<Actor>;
|
61
|
+
};
|
62
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
63
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
134
64
|
toggleCategoryFilter: (filter: ActivityCategoryCount) => void;
|
135
65
|
toggleActorFilter: (channelId: ChannelId, actor: Actor) => Promise<void>;
|
136
66
|
toggleSelectedActivity: (activity: Activity) => void;
|
@@ -138,7 +68,7 @@ export declare const useActivityFeedStore: () => {
|
|
138
68
|
loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
|
139
69
|
createActivity: <TRenderState>(channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
|
140
70
|
updateActorActivityCategory: (channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => Promise<void>;
|
141
|
-
}
|
71
|
+
}>;
|
142
72
|
get: {
|
143
73
|
/**
|
144
74
|
* Retrieves activities from the state based on the provided channelId.
|
@@ -16,62 +16,28 @@ export declare const useHubFeedChromeStore: () => {
|
|
16
16
|
showProcessIFrame: boolean;
|
17
17
|
showReviewButtons: boolean;
|
18
18
|
};
|
19
|
-
events: {
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
}
|
36
|
-
actions: {
|
37
|
-
onDispatching: {
|
38
|
-
toggleSelectedMeItem: {
|
39
|
-
subscribe(fn: (item: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
toggleSelectedFindItem: {
|
42
|
-
subscribe(fn: (item: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
toggelReviewIframe: {
|
45
|
-
subscribe(fn: (navigationType: "review" | "process") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
-
};
|
47
|
-
};
|
48
|
-
onDispatched: {
|
49
|
-
toggleSelectedMeItem: {
|
50
|
-
subscribe(fn: (result: void, item: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
toggleSelectedFindItem: {
|
53
|
-
subscribe(fn: (result: void, item: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
-
};
|
55
|
-
toggelReviewIframe: {
|
56
|
-
subscribe(fn: (result: void, navigationType: "review" | "process") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
-
};
|
58
|
-
};
|
59
|
-
onFailure: {
|
60
|
-
toggleSelectedMeItem: {
|
61
|
-
subscribe(fn: (failureReason: any, item: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
toggleSelectedFindItem: {
|
64
|
-
subscribe(fn: (failureReason: any, item: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
-
};
|
66
|
-
toggelReviewIframe: {
|
67
|
-
subscribe(fn: (failureReason: any, navigationType: "review" | "process") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
-
};
|
69
|
-
};
|
70
|
-
} & {
|
19
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
20
|
+
visible: boolean;
|
21
|
+
showSendersDrawer: boolean;
|
22
|
+
showMeDrawer: boolean;
|
23
|
+
showFindDrawer: boolean;
|
24
|
+
activeTab: number;
|
25
|
+
showMainMenu: boolean;
|
26
|
+
selectedMeItem: string;
|
27
|
+
selectedFindItem: string;
|
28
|
+
draftsCount: number;
|
29
|
+
pendingApprovalCount: number;
|
30
|
+
showFakeIframe: boolean;
|
31
|
+
reviewIframeUrl: string;
|
32
|
+
showPolicyIframe: boolean;
|
33
|
+
showProcessIFrame: boolean;
|
34
|
+
showReviewButtons: boolean;
|
35
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
36
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
71
37
|
toggleSelectedMeItem: (item: string) => void;
|
72
38
|
toggleSelectedFindItem: (item: string) => void;
|
73
39
|
toggelReviewIframe: (navigationType: "review" | "process") => void;
|
74
|
-
}
|
40
|
+
}>;
|
75
41
|
get: {};
|
76
42
|
} & {
|
77
43
|
dispose?: () => void;
|
@@ -1,34 +1,9 @@
|
|
1
1
|
import { AdProperty } from "@omnia/fx-models";
|
2
2
|
export declare const useAzureAdProviderSettingsStore: () => {
|
3
|
-
actions: {
|
4
|
-
onDispatching: {
|
5
|
-
getSyncPropertiesApi: {
|
6
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
7
|
-
};
|
8
|
-
getSyncPropertyDisplayName: {
|
9
|
-
subscribe(fn: (property: AdProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10
|
-
};
|
11
|
-
};
|
12
|
-
onDispatched: {
|
13
|
-
getSyncPropertiesApi: {
|
14
|
-
subscribe(fn: (result: AdProperty[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
getSyncPropertyDisplayName: {
|
17
|
-
subscribe(fn: (result: string, property: AdProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
getSyncPropertiesApi: {
|
22
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
getSyncPropertyDisplayName: {
|
25
|
-
subscribe(fn: (failureReason: any, property: AdProperty) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
};
|
28
|
-
} & {
|
3
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
29
4
|
getSyncPropertiesApi: () => Promise<AdProperty[]>;
|
30
5
|
getSyncPropertyDisplayName(property: AdProperty): string;
|
31
|
-
}
|
6
|
+
}>;
|
32
7
|
get: {
|
33
8
|
readonly providerId: import("@omnia/fx-models").guid;
|
34
9
|
};
|
package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts
CHANGED
@@ -1,38 +1,13 @@
|
|
1
1
|
import { Language } from "../../../models";
|
2
2
|
export declare const useInputLanguageStore: () => {
|
3
|
-
events: {
|
4
|
-
|
5
|
-
|
6
|
-
}
|
7
|
-
actions: {
|
8
|
-
onDispatching: {
|
9
|
-
setInputLanguage: {
|
10
|
-
subscribe(fn: (language: Language) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
11
|
-
};
|
12
|
-
setShowAllLanguages: {
|
13
|
-
subscribe(fn: (showAll: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
14
|
-
};
|
15
|
-
};
|
16
|
-
onDispatched: {
|
17
|
-
setInputLanguage: {
|
18
|
-
subscribe(fn: (result: void, language: Language) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
-
};
|
20
|
-
setShowAllLanguages: {
|
21
|
-
subscribe(fn: (result: void, showAll: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
};
|
24
|
-
onFailure: {
|
25
|
-
setInputLanguage: {
|
26
|
-
subscribe(fn: (failureReason: any, language: Language) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
setShowAllLanguages: {
|
29
|
-
subscribe(fn: (failureReason: any, showAll: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
};
|
32
|
-
} & {
|
3
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
4
|
+
selectedLanguage: Language;
|
5
|
+
uiShowAllLanguages: boolean;
|
6
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
7
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
33
8
|
setInputLanguage: (language: Language) => void;
|
34
9
|
setShowAllLanguages: (showAll: boolean) => void;
|
35
|
-
}
|
10
|
+
}>;
|
36
11
|
get: {
|
37
12
|
getInputLanguage: () => Language;
|
38
13
|
getShowAllLanguages: () => boolean;
|
@@ -4,39 +4,14 @@ export declare const useJourneyMenuStore: () => {
|
|
4
4
|
menuItems: Array<JourneyMenuItem>;
|
5
5
|
activeMenuItem: JourneyMenuItem;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setMenuItems: {
|
14
|
-
subscribe(fn: (menuItems: JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
toggleActiveMenuItem: {
|
17
|
-
subscribe(fn: (menuItem: JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onDispatched: {
|
21
|
-
setMenuItems: {
|
22
|
-
subscribe(fn: (result: void, menuItems: JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
toggleActiveMenuItem: {
|
25
|
-
subscribe(fn: (result: void, menuItem: JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
};
|
28
|
-
onFailure: {
|
29
|
-
setMenuItems: {
|
30
|
-
subscribe(fn: (failureReason: any, menuItems: JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
toggleActiveMenuItem: {
|
33
|
-
subscribe(fn: (failureReason: any, menuItem: JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
};
|
36
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
menuItems: Array<JourneyMenuItem>;
|
9
|
+
activeMenuItem: JourneyMenuItem;
|
10
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
37
12
|
setMenuItems(menuItems: Array<JourneyMenuItem>): void;
|
38
13
|
toggleActiveMenuItem(menuItem: JourneyMenuItem): void;
|
39
|
-
}
|
14
|
+
}>;
|
40
15
|
get: {
|
41
16
|
readonly activeMenuItem: JourneyMenuItem;
|
42
17
|
readonly menuItems: JourneyMenuItem[];
|
@@ -6,68 +6,16 @@ export declare const useJourneyRouterStore: () => {
|
|
6
6
|
get: {
|
7
7
|
blade<T extends InternalJourneyBladeRouter>(bladeId: guid): T;
|
8
8
|
};
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
hideBlade: {
|
12
|
-
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
showBlade: {
|
15
|
-
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
-
};
|
17
|
-
ensureBlade: {
|
18
|
-
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
-
};
|
20
|
-
updateBlade: {
|
21
|
-
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
removeBlade: {
|
24
|
-
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
onDispatched: {
|
28
|
-
hideBlade: {
|
29
|
-
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
showBlade: {
|
32
|
-
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
ensureBlade: {
|
35
|
-
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
|
-
updateBlade: {
|
38
|
-
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
removeBlade: {
|
41
|
-
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
};
|
44
|
-
onFailure: {
|
45
|
-
hideBlade: {
|
46
|
-
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
-
};
|
48
|
-
showBlade: {
|
49
|
-
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
ensureBlade: {
|
52
|
-
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
updateBlade: {
|
55
|
-
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
-
};
|
57
|
-
removeBlade: {
|
58
|
-
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
-
};
|
60
|
-
};
|
61
|
-
} & {
|
9
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
62
10
|
hideBlade(blade: JourneyBladeRouter): void;
|
63
11
|
showBlade(blade: JourneyBladeRouter): void;
|
64
12
|
ensureBlade(blade: JourneyBladeRouter): void;
|
65
13
|
updateBlade(blade: JourneyBladeRouter): void;
|
66
14
|
removeBlade(blade: JourneyBladeRouter): void;
|
67
|
-
}
|
68
|
-
events: {
|
69
|
-
|
70
|
-
}
|
15
|
+
}>;
|
16
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
17
|
+
blades: InternalJourneyBladeRouter[];
|
18
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
71
19
|
} & {
|
72
20
|
dispose?: () => void;
|
73
21
|
};
|