@omnia/fx 8.0.62-dev → 8.0.63-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +19 -7
  2. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
  3. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
  5. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
  6. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
  7. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
  10. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
  11. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
  12. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
  14. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
  15. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
  26. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
  27. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
  28. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
  29. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
  30. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
  32. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
  33. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
  34. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
  35. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
  38. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
  39. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
  40. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
  41. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
  42. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
  43. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
  44. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
  45. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
  47. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
  48. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
  49. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
  50. package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
  51. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
  52. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
  53. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
  54. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
  55. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
  56. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
  57. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
  60. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
  61. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
  68. package/package.json +2 -2
@@ -8,11 +8,23 @@ type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) =
8
8
  type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
9
9
  type MapActionOnFailure<T extends Function> = T extends (...args: infer U) => any ? (failureReason: any, ...args: U) => void : never;
10
10
  type ReturnDefineAction<TAction extends {
11
- [key: string]: Function;
11
+ [key: string]: any;
12
12
  }> = {
13
- onDispatching<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnDispatching<T>): IMessageBusSubscriptionHandler;
14
- onDispatched<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnDispatched<T>): IMessageBusSubscriptionHandler;
15
- onFailure<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnFailure<T>): IMessageBusSubscriptionHandler;
13
+ onDispatching: {
14
+ [k in keyof TAction]: {
15
+ subscribe(fn: MapActionOnDispatching<TAction[k]>): IMessageBusSubscriptionHandler;
16
+ };
17
+ };
18
+ onDispatched: {
19
+ [k in keyof TAction]: {
20
+ subscribe(fn: MapActionOnDispatched<TAction[k]>): IMessageBusSubscriptionHandler;
21
+ };
22
+ };
23
+ onFailure: {
24
+ [k in keyof TAction]: {
25
+ subscribe(fn: MapActionOnFailure<TAction[k]>): IMessageBusSubscriptionHandler;
26
+ };
27
+ };
16
28
  } & TAction;
17
29
  interface SetupStoreContext extends SetupFactoryContext {
18
30
  defineState<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>> = Record<string, IMessageBusTopicPublishSubscriber<any>>>(state: TState): {
@@ -22,8 +34,8 @@ interface SetupStoreContext extends SetupFactoryContext {
22
34
  [K in keyof TState]: MutateFn<TState[K]>;
23
35
  };
24
36
  };
25
- defineAction<TActions extends {
26
- [key: string]: Function;
37
+ defineActions<TActions extends {
38
+ [key: string]: any;
27
39
  }>(actions: TActions): ReturnDefineAction<TActions>;
28
40
  }
29
41
  export interface IReturnSetupStore<TState, TGetters, TActions extends {
@@ -35,6 +47,6 @@ export interface IReturnSetupStore<TState, TGetters, TActions extends {
35
47
  events?: TEvents;
36
48
  }
37
49
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
38
- [key: string]: Function;
50
+ [key: string]: any;
39
51
  }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): () => InferReturnSetup;
40
52
  export {};
@@ -3,18 +3,30 @@ export declare const useLocalizationStore: () => {
3
3
  state: {};
4
4
  events: {} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5
5
  actions: {
6
- onDispatching<T extends (...args: any) => any>(action: (actions: {
7
- ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
8
- merge: (value: object) => void;
9
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
11
- ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
12
- merge: (value: object) => void;
13
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
15
- ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
16
- merge: (value: object) => void;
17
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
6
+ onDispatching: {
7
+ ensureLoadLocalization: {
8
+ subscribe(fn: (target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
9
+ };
10
+ merge: {
11
+ subscribe(fn: (value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
12
+ };
13
+ };
14
+ onDispatched: {
15
+ ensureLoadLocalization: {
16
+ subscribe(fn: (result: void, target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ };
18
+ merge: {
19
+ subscribe(fn: (result: void, value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
20
+ };
21
+ };
22
+ onFailure: {
23
+ ensureLoadLocalization: {
24
+ subscribe(fn: (failureReason: any, target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ };
26
+ merge: {
27
+ subscribe(fn: (failureReason: any, value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
+ };
29
+ };
18
30
  } & {
19
31
  ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
20
32
  merge: (value: object) => void;
@@ -25,6 +37,6 @@ export declare const useLocalizationStore: () => {
25
37
  };
26
38
  replace(text: string): string;
27
39
  value: (key: string) => string;
28
- path: <T_3>(namespace: string, exp: (localize: T_3) => string) => string;
40
+ path: <T>(namespace: string, exp: (localize: T) => string) => string;
29
41
  };
30
42
  };
@@ -15,42 +15,78 @@ export declare const useCompontentHostStore: () => {
15
15
  state: {
16
16
  host: "admin" | "editor" | "docs";
17
17
  componentHost: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
18
- componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
18
+ componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section";
19
19
  appliedComponents: string[];
20
20
  force: boolean;
21
21
  };
22
22
  events: {
23
23
  onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
24
24
  onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
25
- onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
25
+ onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
26
26
  onMutatedAppliedComponents: import("internal/fx/core").MessageBusExposeOnlySubscription<string[]>;
27
27
  onMutatedForce: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
28
28
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
29
29
  actions: {
30
- onDispatching<T extends (...args: any) => any>(action: (actions: {
31
- addAppliedComponent(host: string): void;
32
- setHost(type: HostTypes): void;
33
- setComponentHost(type: ComponentHostTypes): void;
34
- setComponentVariant(variant: ComponentVariants): void;
35
- setForce(value: boolean): void;
36
- provideNewHost(settings: NewHostSettings): void;
37
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
39
- addAppliedComponent(host: string): void;
40
- setHost(type: HostTypes): void;
41
- setComponentHost(type: ComponentHostTypes): void;
42
- setComponentVariant(variant: ComponentVariants): void;
43
- setForce(value: boolean): void;
44
- provideNewHost(settings: NewHostSettings): void;
45
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
47
- addAppliedComponent(host: string): void;
48
- setHost(type: HostTypes): void;
49
- setComponentHost(type: ComponentHostTypes): void;
50
- setComponentVariant(variant: ComponentVariants): void;
51
- setForce(value: boolean): void;
52
- provideNewHost(settings: NewHostSettings): void;
53
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ onDispatching: {
31
+ addAppliedComponent: {
32
+ subscribe(fn: (host: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
33
+ };
34
+ setHost: {
35
+ subscribe(fn: (type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
36
+ };
37
+ setComponentHost: {
38
+ subscribe(fn: (type: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
39
+ };
40
+ setComponentVariant: {
41
+ subscribe(fn: (variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
42
+ };
43
+ setForce: {
44
+ subscribe(fn: (value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
+ };
46
+ provideNewHost: {
47
+ subscribe(fn: (settings: NewHostSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ };
49
+ };
50
+ onDispatched: {
51
+ addAppliedComponent: {
52
+ subscribe(fn: (result: void, host: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
53
+ };
54
+ setHost: {
55
+ subscribe(fn: (result: void, type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
+ };
57
+ setComponentHost: {
58
+ subscribe(fn: (result: void, type: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
+ };
60
+ setComponentVariant: {
61
+ subscribe(fn: (result: void, variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
+ };
63
+ setForce: {
64
+ subscribe(fn: (result: void, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
+ };
66
+ provideNewHost: {
67
+ subscribe(fn: (result: void, settings: NewHostSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
+ };
69
+ };
70
+ onFailure: {
71
+ addAppliedComponent: {
72
+ subscribe(fn: (failureReason: any, host: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
+ };
74
+ setHost: {
75
+ subscribe(fn: (failureReason: any, type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
+ };
77
+ setComponentHost: {
78
+ subscribe(fn: (failureReason: any, type: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
+ };
80
+ setComponentVariant: {
81
+ subscribe(fn: (failureReason: any, variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
+ };
83
+ setForce: {
84
+ subscribe(fn: (failureReason: any, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
85
+ };
86
+ provideNewHost: {
87
+ subscribe(fn: (failureReason: any, settings: NewHostSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
88
+ };
89
+ };
54
90
  } & {
55
91
  addAppliedComponent(host: string): void;
56
92
  setHost(type: HostTypes): void;
@@ -63,7 +99,7 @@ export declare const useCompontentHostStore: () => {
63
99
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
64
100
  readonly host: "admin" | "editor" | "docs";
65
101
  readonly componentHost: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
66
- readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
102
+ readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section";
67
103
  readonly force: boolean;
68
104
  appliedComponents(host: string): boolean;
69
105
  };
@@ -6,15 +6,21 @@ export declare const useCompontentSharedSettingsStore: () => {
6
6
  onMutatedSettings: import("internal/fx/core").MessageBusExposeOnlySubscription<any>;
7
7
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
8
8
  actions: {
9
- onDispatching<T extends (...args: any) => any>(action: (actions: {
10
- updateSettings(settings: any): void;
11
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
12
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
13
- updateSettings(settings: any): void;
14
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
16
- updateSettings(settings: any): void;
17
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
9
+ onDispatching: {
10
+ updateSettings: {
11
+ subscribe(fn: (settings: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
12
+ };
13
+ };
14
+ onDispatched: {
15
+ updateSettings: {
16
+ subscribe(fn: (result: void, settings: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ };
18
+ };
19
+ onFailure: {
20
+ updateSettings: {
21
+ subscribe(fn: (failureReason: any, settings: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
+ };
23
+ };
18
24
  } & {
19
25
  updateSettings(settings: any): void;
20
26
  };
@@ -36,18 +36,30 @@ declare class AdminStoreClass extends Store {
36
36
  export declare const AdminStore: AdminStoreClass;
37
37
  export declare const useAdminStore: () => {
38
38
  actions: {
39
- onDispatching<T extends (...args: any) => any>(action: (actions: {
40
- ensureLoadNavigationNodeRegistrationsByCategory(category: string): Future<void>;
41
- ensureLoadNavigationNodeRegistrationsByParentNodeId(parentNodeId: Guid): Future<void>;
42
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
44
- ensureLoadNavigationNodeRegistrationsByCategory(category: string): Future<void>;
45
- ensureLoadNavigationNodeRegistrationsByParentNodeId(parentNodeId: Guid): Future<void>;
46
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
48
- ensureLoadNavigationNodeRegistrationsByCategory(category: string): Future<void>;
49
- ensureLoadNavigationNodeRegistrationsByParentNodeId(parentNodeId: Guid): Future<void>;
50
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
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
+ };
51
63
  } & {
52
64
  ensureLoadNavigationNodeRegistrationsByCategory(category: string): Future<void>;
53
65
  ensureLoadNavigationNodeRegistrationsByParentNodeId(parentNodeId: Guid): Future<void>;
@@ -14,15 +14,21 @@ export declare const useMyActionStore: () => {
14
14
  onMutatedTitle: import("../../../../..").MessageBusExposeOnlySubscription<string>;
15
15
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
16
16
  actions: {
17
- onDispatching<T extends (...args: any) => any>(action: (actions: {
18
- setMyTitle(value: string): void;
19
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
20
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
21
- setMyTitle(value: string): void;
22
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
23
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
24
- setMyTitle(value: string): void;
25
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ onDispatching: {
18
+ setMyTitle: {
19
+ subscribe(fn: (value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
20
+ };
21
+ };
22
+ onDispatched: {
23
+ setMyTitle: {
24
+ subscribe(fn: (result: void, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ };
26
+ };
27
+ onFailure: {
28
+ setMyTitle: {
29
+ subscribe(fn: (failureReason: any, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ };
31
+ };
26
32
  } & {
27
33
  setMyTitle(value: string): void;
28
34
  };
@@ -6,11 +6,11 @@ declare const _default: {
6
6
  $: import("vue").ComponentInternalInstance;
7
7
  $data: {};
8
8
  $props: Partial<{}> & Omit<{
9
+ readonly settings?: unknown;
9
10
  "onUpdate:modelValue"?: ((value: Identity[]) => any) & ((value: Identity[]) => any);
10
11
  readonly "v-model"?: Identity[];
11
12
  readonly modelValue?: Identity[];
12
13
  readonly property?: EnterprisePropertyDefinition;
13
- readonly settings?: unknown;
14
14
  onDoc$?: (description?: string) => any;
15
15
  onWrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => any;
16
16
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
@@ -169,11 +169,11 @@ declare const _default: {
169
169
  };
170
170
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
171
171
  propsDefinition: Omit<Readonly<{} & {
172
+ settings?: EnterprisePropertiesPersonDisplaySettings;
172
173
  "onUpdate:modelValue"?: (value: Identity[]) => any;
173
174
  "v-model"?: Identity[];
174
175
  modelValue?: Identity[];
175
176
  property?: EnterprisePropertyDefinition;
176
- settings?: EnterprisePropertiesPersonDisplaySettings;
177
177
  }>, "onUpdate:modelValue" | "onDoc$" | "onWrapWithParentContent"> & {
178
178
  "onUpdate:modelValue"?: (value: Identity[]) => any;
179
179
  onDoc$?: (description?: string) => any;
@@ -4,11 +4,11 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: Partial<{}> & Omit<{
7
+ readonly settings?: EnterprisePropertyDataItemSettings;
7
8
  readonly dark?: boolean;
8
9
  readonly disabled?: boolean;
9
10
  readonly valueBind?: unknown;
10
11
  readonly property?: EnterprisePropertyDefinition;
11
- readonly settings?: EnterprisePropertyDataItemSettings;
12
12
  readonly "value-bind"?: unknown;
13
13
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
14
14
  dark: {
@@ -170,13 +170,13 @@ declare const _default: {
170
170
  };
171
171
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
172
172
  propsDefinition: Omit<Readonly<{} & {
173
+ settings?: EnterprisePropertyDataItemSettings;
173
174
  dark?: boolean;
174
175
  disabled?: boolean;
175
176
  valueBind?: {
176
177
  [propertyInternalName: string]: any;
177
178
  };
178
179
  property?: EnterprisePropertyDefinition;
179
- settings?: EnterprisePropertyDataItemSettings;
180
180
  "value-bind"?: {
181
181
  [propertyInternalName: string]: any;
182
182
  };
@@ -52,27 +52,57 @@ export declare const useFeatureJourneyStore: () => {
52
52
  onMutatedAppTemplate: import("@omnia/fx").MessageBusExposeOnlySubscription<AppTemplate>;
53
53
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
54
54
  actions: {
55
- onDispatching<T extends (...args: any) => any>(action: (actions: {
56
- setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
57
- loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
58
- toggelSelectedFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
59
- setActiveFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
60
- searchFeatures: (searchText: string) => void;
61
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
63
- setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
64
- loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
65
- toggelSelectedFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
66
- setActiveFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
67
- searchFeatures: (searchText: string) => void;
68
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
70
- setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
71
- loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
72
- toggelSelectedFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
73
- setActiveFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
74
- searchFeatures: (searchText: string) => void;
75
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
+ onDispatching: {
56
+ setTargetResolverType: {
57
+ subscribe(fn: (targetResolverType: TargetResolverTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
+ };
59
+ loadFeatures: {
60
+ subscribe(fn: (appInstanceId?: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
+ };
62
+ toggelSelectedFeature: {
63
+ subscribe(fn: (feature: FeatureInstanceDetails<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
64
+ };
65
+ setActiveFeature: {
66
+ subscribe(fn: (feature: FeatureInstanceDetails<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ };
68
+ searchFeatures: {
69
+ subscribe(fn: (searchText: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
+ };
71
+ };
72
+ onDispatched: {
73
+ setTargetResolverType: {
74
+ subscribe(fn: (result: void, targetResolverType: TargetResolverTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
+ };
76
+ loadFeatures: {
77
+ subscribe(fn: (result: void, appInstanceId?: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
+ };
79
+ toggelSelectedFeature: {
80
+ subscribe(fn: (result: void, feature: FeatureInstanceDetails<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
81
+ };
82
+ setActiveFeature: {
83
+ subscribe(fn: (result: void, feature: FeatureInstanceDetails<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
84
+ };
85
+ searchFeatures: {
86
+ subscribe(fn: (result: void, searchText: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
+ };
88
+ };
89
+ onFailure: {
90
+ setTargetResolverType: {
91
+ subscribe(fn: (failureReason: any, targetResolverType: TargetResolverTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
92
+ };
93
+ loadFeatures: {
94
+ subscribe(fn: (failureReason: any, appInstanceId?: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
95
+ };
96
+ toggelSelectedFeature: {
97
+ subscribe(fn: (failureReason: any, feature: FeatureInstanceDetails<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
+ };
99
+ setActiveFeature: {
100
+ subscribe(fn: (failureReason: any, feature: FeatureInstanceDetails<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
101
+ };
102
+ searchFeatures: {
103
+ subscribe(fn: (failureReason: any, searchText: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
+ };
105
+ };
76
106
  } & {
77
107
  setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
78
108
  loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
@@ -61,33 +61,75 @@ export declare const useActivityFeedStore: () => {
61
61
  }>;
62
62
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
63
63
  actions: {
64
- onDispatching<T extends (...args: any) => any>(action: (actions: {
65
- toggleCategoryFilter: (filter: ActivityCategoryCount) => void;
66
- toggleSenderFilter: (channelId: ChannelId, sender: ActivitySender) => Promise<void>;
67
- toggleSelectedActivity: (activity: Activity) => void;
68
- enableChannel: (channelId: ChannelId) => Promise<void>;
69
- loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
70
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
71
- updateIdentityActivityCategory: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => Promise<void>;
72
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
74
- toggleCategoryFilter: (filter: ActivityCategoryCount) => void;
75
- toggleSenderFilter: (channelId: ChannelId, sender: ActivitySender) => Promise<void>;
76
- toggleSelectedActivity: (activity: Activity) => void;
77
- enableChannel: (channelId: ChannelId) => Promise<void>;
78
- loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
79
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
80
- updateIdentityActivityCategory: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => Promise<void>;
81
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
83
- toggleCategoryFilter: (filter: ActivityCategoryCount) => void;
84
- toggleSenderFilter: (channelId: ChannelId, sender: ActivitySender) => Promise<void>;
85
- toggleSelectedActivity: (activity: Activity) => void;
86
- enableChannel: (channelId: ChannelId) => Promise<void>;
87
- loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
88
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
89
- updateIdentityActivityCategory: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => Promise<void>;
90
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
64
+ onDispatching: {
65
+ toggleCategoryFilter: {
66
+ subscribe(fn: (filter: ActivityCategoryCount) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ };
68
+ toggleSenderFilter: {
69
+ subscribe(fn: (channelId: ChannelId, sender: ActivitySender) => 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, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
+ };
83
+ updateIdentityActivityCategory: {
84
+ subscribe(fn: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => 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
+ toggleSenderFilter: {
92
+ subscribe(fn: (result: void, channelId: ChannelId, sender: ActivitySender) => 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, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
105
+ };
106
+ updateIdentityActivityCategory: {
107
+ subscribe(fn: (result: void, channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => 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
+ toggleSenderFilter: {
115
+ subscribe(fn: (failureReason: any, channelId: ChannelId, sender: ActivitySender) => 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, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
128
+ };
129
+ updateIdentityActivityCategory: {
130
+ subscribe(fn: (failureReason: any, channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
131
+ };
132
+ };
91
133
  } & {
92
134
  toggleCategoryFilter: (filter: ActivityCategoryCount) => void;
93
135
  toggleSenderFilter: (channelId: ChannelId, sender: ActivitySender) => Promise<void>;