@omnia/fx 8.0.62-dev → 8.0.63-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +19 -7
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
- package/package.json +2 -2
@@ -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]:
|
11
|
+
[key: string]: any;
|
12
12
|
}> = {
|
13
|
-
onDispatching
|
14
|
-
|
15
|
-
|
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
|
-
|
26
|
-
[key: string]:
|
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]:
|
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
|
7
|
-
ensureLoadLocalization:
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
}
|
14
|
-
|
15
|
-
ensureLoadLocalization:
|
16
|
-
|
17
|
-
|
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: <
|
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" | "
|
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" | "
|
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
|
31
|
-
addAppliedComponent
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
setForce
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
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" | "
|
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
|
10
|
-
updateSettings
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
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
|
40
|
-
ensureLoadNavigationNodeRegistrationsByCategory
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
}
|
47
|
-
|
48
|
-
ensureLoadNavigationNodeRegistrationsByCategory
|
49
|
-
|
50
|
-
|
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
|
18
|
-
setMyTitle
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
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;
|
package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts
CHANGED
@@ -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
|
56
|
-
setTargetResolverType:
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
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
|
65
|
-
toggleCategoryFilter:
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
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>;
|