@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
@@ -34,21 +34,39 @@ export declare const useHubFeedChromeStore: () => {
|
|
34
34
|
onMutatedShowReviewButtons: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
35
35
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
36
36
|
actions: {
|
37
|
-
onDispatching
|
38
|
-
toggleSelectedMeItem:
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
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
|
+
};
|
52
70
|
} & {
|
53
71
|
toggleSelectedMeItem: (item: string) => void;
|
54
72
|
toggleSelectedFindItem: (item: string) => void;
|
@@ -9,6 +9,7 @@ declare const JourneyBladeComponent: {
|
|
9
9
|
readonly title?: string;
|
10
10
|
readonly delete?: boolean;
|
11
11
|
readonly id?: unknown;
|
12
|
+
readonly settings?: boolean;
|
12
13
|
readonly size?: BladeSizes;
|
13
14
|
readonly icon?: IIcon;
|
14
15
|
readonly "v-slots"?: {
|
@@ -20,7 +21,6 @@ declare const JourneyBladeComponent: {
|
|
20
21
|
readonly remove?: boolean;
|
21
22
|
readonly variant?: "info" | "edit" | "new";
|
22
23
|
readonly subTitle?: string;
|
23
|
-
readonly settings?: boolean;
|
24
24
|
readonly loading?: boolean;
|
25
25
|
readonly ok?: boolean;
|
26
26
|
readonly save?: boolean;
|
@@ -386,6 +386,7 @@ declare const JourneyBladeComponent: {
|
|
386
386
|
title?: string;
|
387
387
|
delete?: boolean;
|
388
388
|
id?: GuidValue;
|
389
|
+
settings?: boolean;
|
389
390
|
size?: BladeSizes;
|
390
391
|
icon?: IIcon;
|
391
392
|
"v-slots"?: {
|
@@ -397,7 +398,6 @@ declare const JourneyBladeComponent: {
|
|
397
398
|
remove?: boolean;
|
398
399
|
variant?: "info" | "edit" | "new";
|
399
400
|
subTitle?: string;
|
400
|
-
settings?: boolean;
|
401
401
|
loading?: boolean;
|
402
402
|
ok?: boolean;
|
403
403
|
save?: boolean;
|
@@ -9,18 +9,30 @@ export declare const useJourneyMenuStore: () => {
|
|
9
9
|
onMutatedActiveMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<JourneyMenuItem>;
|
10
10
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
11
|
actions: {
|
12
|
-
onDispatching
|
13
|
-
setMenuItems
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
}
|
20
|
-
|
21
|
-
setMenuItems
|
22
|
-
|
23
|
-
|
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
|
+
};
|
24
36
|
} & {
|
25
37
|
setMenuItems(menuItems: Array<JourneyMenuItem>): void;
|
26
38
|
toggleActiveMenuItem(menuItem: JourneyMenuItem): void;
|
@@ -17,18 +17,30 @@ export declare const useJourneyStore: () => {
|
|
17
17
|
onMutatedActiveMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem>;
|
18
18
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
19
|
actions: {
|
20
|
-
onDispatching
|
21
|
-
setMenuItems
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
}
|
28
|
-
|
29
|
-
setMenuItems
|
30
|
-
|
31
|
-
|
20
|
+
onDispatching: {
|
21
|
+
setMenuItems: {
|
22
|
+
subscribe(fn: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
toggleActiveMenuItem: {
|
25
|
+
subscribe(fn: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
onDispatched: {
|
29
|
+
setMenuItems: {
|
30
|
+
subscribe(fn: (result: void, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
};
|
32
|
+
toggleActiveMenuItem: {
|
33
|
+
subscribe(fn: (result: void, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
+
};
|
35
|
+
};
|
36
|
+
onFailure: {
|
37
|
+
setMenuItems: {
|
38
|
+
subscribe(fn: (failureReason: any, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
+
};
|
40
|
+
toggleActiveMenuItem: {
|
41
|
+
subscribe(fn: (failureReason: any, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
+
};
|
43
|
+
};
|
32
44
|
} & {
|
33
45
|
setMenuItems(menuItems: import("@omnia/fx-models").JourneyMenuItem[]): void;
|
34
46
|
toggleActiveMenuItem(menuItem: import("@omnia/fx-models").JourneyMenuItem): void;
|
@@ -53,18 +65,30 @@ export declare const useJourneyStore: () => {
|
|
53
65
|
onMutatedActiveMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem>;
|
54
66
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
55
67
|
actions: {
|
56
|
-
onDispatching
|
57
|
-
setMenuItems
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
}
|
64
|
-
|
65
|
-
setMenuItems
|
66
|
-
|
67
|
-
|
68
|
+
onDispatching: {
|
69
|
+
setMenuItems: {
|
70
|
+
subscribe(fn: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
+
};
|
72
|
+
toggleActiveMenuItem: {
|
73
|
+
subscribe(fn: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
};
|
75
|
+
};
|
76
|
+
onDispatched: {
|
77
|
+
setMenuItems: {
|
78
|
+
subscribe(fn: (result: void, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
|
+
};
|
80
|
+
toggleActiveMenuItem: {
|
81
|
+
subscribe(fn: (result: void, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
+
};
|
83
|
+
};
|
84
|
+
onFailure: {
|
85
|
+
setMenuItems: {
|
86
|
+
subscribe(fn: (failureReason: any, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
+
};
|
88
|
+
toggleActiveMenuItem: {
|
89
|
+
subscribe(fn: (failureReason: any, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
+
};
|
91
|
+
};
|
68
92
|
} & {
|
69
93
|
setMenuItems(menuItems: import("@omnia/fx-models").JourneyMenuItem[]): void;
|
70
94
|
toggleActiveMenuItem(menuItem: import("@omnia/fx-models").JourneyMenuItem): void;
|
@@ -76,48 +100,228 @@ export declare const useJourneyStore: () => {
|
|
76
100
|
}>;
|
77
101
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
78
102
|
get: {
|
79
|
-
shareds<
|
80
|
-
state:
|
81
|
-
events: { [K in keyof
|
103
|
+
shareds<T>(): {
|
104
|
+
state: T;
|
105
|
+
events: { [K in keyof T as `onMutated${Capitalize<string & K>}`]: import("@omnia/fx").MessageBusExposeOnlySubscription<T[K]>; } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
82
106
|
};
|
83
107
|
blade(id: GuidValue): BladeInstance;
|
84
108
|
showBackButton(bladeId: GuidValue): boolean;
|
85
109
|
readonly isNested: boolean;
|
86
110
|
};
|
87
111
|
actions: {
|
88
|
-
onDispatching
|
89
|
-
setNested
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
112
|
+
onDispatching: {
|
113
|
+
setNested: {
|
114
|
+
subscribe(fn: (menuStore: {
|
115
|
+
state: {
|
116
|
+
menuItems: import("@omnia/fx-models").JourneyMenuItem[];
|
117
|
+
activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
|
118
|
+
};
|
119
|
+
events: {
|
120
|
+
onMutatedMenuItems: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem[]>;
|
121
|
+
onMutatedActiveMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem>;
|
122
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
123
|
+
actions: {
|
124
|
+
onDispatching: {
|
125
|
+
setMenuItems: {
|
126
|
+
subscribe(fn: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
|
+
};
|
128
|
+
toggleActiveMenuItem: {
|
129
|
+
subscribe(fn: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
|
+
};
|
131
|
+
};
|
132
|
+
onDispatched: {
|
133
|
+
setMenuItems: {
|
134
|
+
subscribe(fn: (result: void, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
|
+
};
|
136
|
+
toggleActiveMenuItem: {
|
137
|
+
subscribe(fn: (result: void, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
138
|
+
};
|
139
|
+
};
|
140
|
+
onFailure: {
|
141
|
+
setMenuItems: {
|
142
|
+
subscribe(fn: (failureReason: any, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
143
|
+
};
|
144
|
+
toggleActiveMenuItem: {
|
145
|
+
subscribe(fn: (failureReason: any, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
146
|
+
};
|
147
|
+
};
|
148
|
+
} & {
|
149
|
+
setMenuItems(menuItems: import("@omnia/fx-models").JourneyMenuItem[]): void;
|
150
|
+
toggleActiveMenuItem(menuItem: import("@omnia/fx-models").JourneyMenuItem): void;
|
151
|
+
};
|
152
|
+
get: {
|
153
|
+
readonly activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
|
154
|
+
readonly menuItems: import("@omnia/fx-models").JourneyMenuItem[];
|
155
|
+
};
|
156
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
157
|
+
};
|
158
|
+
addBlade: {
|
159
|
+
subscribe(fn: (newBlade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
160
|
+
};
|
161
|
+
removeBlade: {
|
162
|
+
subscribe(fn: (blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
163
|
+
};
|
164
|
+
getBladeSize: {
|
165
|
+
subscribe(fn: (blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
166
|
+
};
|
167
|
+
setBladeStates: {
|
168
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
169
|
+
};
|
170
|
+
moveNext: {
|
171
|
+
subscribe(fn: (fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
172
|
+
};
|
173
|
+
movePrev: {
|
174
|
+
subscribe(fn: (fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
175
|
+
};
|
176
|
+
travelTo: {
|
177
|
+
subscribe(fn: (fromBladeId: GuidValue, toBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
+
};
|
179
|
+
setActiveIndex: {
|
180
|
+
subscribe(fn: (index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
181
|
+
};
|
182
|
+
};
|
183
|
+
onDispatched: {
|
184
|
+
setNested: {
|
185
|
+
subscribe(fn: (result: void, menuStore: {
|
186
|
+
state: {
|
187
|
+
menuItems: import("@omnia/fx-models").JourneyMenuItem[];
|
188
|
+
activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
|
189
|
+
};
|
190
|
+
events: {
|
191
|
+
onMutatedMenuItems: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem[]>;
|
192
|
+
onMutatedActiveMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem>;
|
193
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
194
|
+
actions: {
|
195
|
+
onDispatching: {
|
196
|
+
setMenuItems: {
|
197
|
+
subscribe(fn: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
198
|
+
};
|
199
|
+
toggleActiveMenuItem: {
|
200
|
+
subscribe(fn: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
201
|
+
};
|
202
|
+
};
|
203
|
+
onDispatched: {
|
204
|
+
setMenuItems: {
|
205
|
+
subscribe(fn: (result: void, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
206
|
+
};
|
207
|
+
toggleActiveMenuItem: {
|
208
|
+
subscribe(fn: (result: void, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
209
|
+
};
|
210
|
+
};
|
211
|
+
onFailure: {
|
212
|
+
setMenuItems: {
|
213
|
+
subscribe(fn: (failureReason: any, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
214
|
+
};
|
215
|
+
toggleActiveMenuItem: {
|
216
|
+
subscribe(fn: (failureReason: any, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
217
|
+
};
|
218
|
+
};
|
219
|
+
} & {
|
220
|
+
setMenuItems(menuItems: import("@omnia/fx-models").JourneyMenuItem[]): void;
|
221
|
+
toggleActiveMenuItem(menuItem: import("@omnia/fx-models").JourneyMenuItem): void;
|
222
|
+
};
|
223
|
+
get: {
|
224
|
+
readonly activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
|
225
|
+
readonly menuItems: import("@omnia/fx-models").JourneyMenuItem[];
|
226
|
+
};
|
227
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
228
|
+
};
|
229
|
+
addBlade: {
|
230
|
+
subscribe(fn: (result: void, newBlade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
231
|
+
};
|
232
|
+
removeBlade: {
|
233
|
+
subscribe(fn: (result: void, blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
234
|
+
};
|
235
|
+
getBladeSize: {
|
236
|
+
subscribe(fn: (result: number, blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
237
|
+
};
|
238
|
+
setBladeStates: {
|
239
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
240
|
+
};
|
241
|
+
moveNext: {
|
242
|
+
subscribe(fn: (result: void, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
243
|
+
};
|
244
|
+
movePrev: {
|
245
|
+
subscribe(fn: (result: void, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
246
|
+
};
|
247
|
+
travelTo: {
|
248
|
+
subscribe(fn: (result: void, fromBladeId: GuidValue, toBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
249
|
+
};
|
250
|
+
setActiveIndex: {
|
251
|
+
subscribe(fn: (result: void, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
252
|
+
};
|
253
|
+
};
|
254
|
+
onFailure: {
|
255
|
+
setNested: {
|
256
|
+
subscribe(fn: (failureReason: any, menuStore: {
|
257
|
+
state: {
|
258
|
+
menuItems: import("@omnia/fx-models").JourneyMenuItem[];
|
259
|
+
activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
|
260
|
+
};
|
261
|
+
events: {
|
262
|
+
onMutatedMenuItems: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem[]>;
|
263
|
+
onMutatedActiveMenuItem: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").JourneyMenuItem>;
|
264
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
265
|
+
actions: {
|
266
|
+
onDispatching: {
|
267
|
+
setMenuItems: {
|
268
|
+
subscribe(fn: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
269
|
+
};
|
270
|
+
toggleActiveMenuItem: {
|
271
|
+
subscribe(fn: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
272
|
+
};
|
273
|
+
};
|
274
|
+
onDispatched: {
|
275
|
+
setMenuItems: {
|
276
|
+
subscribe(fn: (result: void, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
277
|
+
};
|
278
|
+
toggleActiveMenuItem: {
|
279
|
+
subscribe(fn: (result: void, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
280
|
+
};
|
281
|
+
};
|
282
|
+
onFailure: {
|
283
|
+
setMenuItems: {
|
284
|
+
subscribe(fn: (failureReason: any, menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
285
|
+
};
|
286
|
+
toggleActiveMenuItem: {
|
287
|
+
subscribe(fn: (failureReason: any, menuItem: import("@omnia/fx-models").JourneyMenuItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
288
|
+
};
|
289
|
+
};
|
290
|
+
} & {
|
291
|
+
setMenuItems(menuItems: import("@omnia/fx-models").JourneyMenuItem[]): void;
|
292
|
+
toggleActiveMenuItem(menuItem: import("@omnia/fx-models").JourneyMenuItem): void;
|
293
|
+
};
|
294
|
+
get: {
|
295
|
+
readonly activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
|
296
|
+
readonly menuItems: import("@omnia/fx-models").JourneyMenuItem[];
|
297
|
+
};
|
298
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
299
|
+
};
|
300
|
+
addBlade: {
|
301
|
+
subscribe(fn: (failureReason: any, newBlade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
302
|
+
};
|
303
|
+
removeBlade: {
|
304
|
+
subscribe(fn: (failureReason: any, blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
305
|
+
};
|
306
|
+
getBladeSize: {
|
307
|
+
subscribe(fn: (failureReason: any, blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
308
|
+
};
|
309
|
+
setBladeStates: {
|
310
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
311
|
+
};
|
312
|
+
moveNext: {
|
313
|
+
subscribe(fn: (failureReason: any, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
314
|
+
};
|
315
|
+
movePrev: {
|
316
|
+
subscribe(fn: (failureReason: any, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
317
|
+
};
|
318
|
+
travelTo: {
|
319
|
+
subscribe(fn: (failureReason: any, fromBladeId: GuidValue, toBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
320
|
+
};
|
321
|
+
setActiveIndex: {
|
322
|
+
subscribe(fn: (failureReason: any, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
323
|
+
};
|
324
|
+
};
|
121
325
|
} & {
|
122
326
|
setNested(menuStore: ReturnType<typeof useJourneyMenuStore>): void;
|
123
327
|
addBlade(newBlade: BladeInstance): void;
|
@@ -9,6 +9,7 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
9
9
|
readonly title?: string;
|
10
10
|
readonly delete?: boolean;
|
11
11
|
readonly id?: unknown;
|
12
|
+
readonly settings?: boolean;
|
12
13
|
readonly size?: import("@omnia/fx-models").BladeSizes;
|
13
14
|
readonly icon?: import("@omnia/fx-models").IIcon;
|
14
15
|
readonly "v-slots"?: {
|
@@ -20,7 +21,6 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
20
21
|
readonly remove?: boolean;
|
21
22
|
readonly variant?: "info" | "edit" | "new";
|
22
23
|
readonly subTitle?: string;
|
23
|
-
readonly settings?: boolean;
|
24
24
|
readonly loading?: boolean;
|
25
25
|
readonly ok?: boolean;
|
26
26
|
readonly save?: boolean;
|
@@ -386,6 +386,7 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
386
386
|
title?: string;
|
387
387
|
delete?: boolean;
|
388
388
|
id?: GuidValue;
|
389
|
+
settings?: boolean;
|
389
390
|
size?: import("@omnia/fx-models").BladeSizes;
|
390
391
|
icon?: import("@omnia/fx-models").IIcon;
|
391
392
|
"v-slots"?: {
|
@@ -397,7 +398,6 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
397
398
|
remove?: boolean;
|
398
399
|
variant?: "info" | "edit" | "new";
|
399
400
|
subTitle?: string;
|
400
|
-
settings?: boolean;
|
401
401
|
loading?: boolean;
|
402
402
|
ok?: boolean;
|
403
403
|
save?: boolean;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts
CHANGED
@@ -23,8 +23,8 @@ declare const _default: {
|
|
23
23
|
readonly blueprintType?: any;
|
24
24
|
readonly colors?: any;
|
25
25
|
readonly block?: Block;
|
26
|
-
readonly themeTargetId?: string;
|
27
26
|
readonly settings?: SectionSettings;
|
27
|
+
readonly themeTargetId?: string;
|
28
28
|
readonly parentContainer?: LayoutItem;
|
29
29
|
readonly "parent-container"?: LayoutItem;
|
30
30
|
readonly "theme-target-id"?: string;
|
@@ -220,8 +220,8 @@ declare const _default: {
|
|
220
220
|
colors?: any;
|
221
221
|
} & {
|
222
222
|
block?: Block;
|
223
|
-
themeTargetId?: string;
|
224
223
|
settings?: SectionSettings;
|
224
|
+
themeTargetId?: string;
|
225
225
|
parentContainer?: LayoutItem;
|
226
226
|
"parent-container"?: LayoutItem;
|
227
227
|
"theme-target-id"?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts
CHANGED
@@ -15,9 +15,9 @@ declare const _default: {
|
|
15
15
|
readonly colorSchemaType?: any;
|
16
16
|
readonly blueprintType?: any;
|
17
17
|
readonly colors?: any;
|
18
|
+
readonly settings?: SectionSettings;
|
18
19
|
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
19
20
|
readonly themeTargetId?: string;
|
20
|
-
readonly settings?: SectionSettings;
|
21
21
|
readonly "theme-target-id"?: string;
|
22
22
|
readonly layoutId?: string;
|
23
23
|
readonly "layout-id"?: string;
|
@@ -243,9 +243,9 @@ declare const _default: {
|
|
243
243
|
blueprintType?: any;
|
244
244
|
colors?: any;
|
245
245
|
} & {
|
246
|
+
settings?: SectionSettings;
|
246
247
|
column?: SectionItem<ColumnedSectionItemSettings>;
|
247
248
|
themeTargetId?: string;
|
248
|
-
settings?: SectionSettings;
|
249
249
|
"theme-target-id"?: string;
|
250
250
|
layoutId?: string;
|
251
251
|
"layout-id"?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts
CHANGED
@@ -15,9 +15,9 @@ declare const _default: {
|
|
15
15
|
readonly colorSchemaType?: any;
|
16
16
|
readonly blueprintType?: any;
|
17
17
|
readonly colors?: any;
|
18
|
+
readonly settings?: PlaceHolderSectionSettings;
|
18
19
|
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
19
20
|
readonly themeTargetId?: string;
|
20
|
-
readonly settings?: PlaceHolderSectionSettings;
|
21
21
|
readonly "theme-target-id"?: string;
|
22
22
|
readonly layoutId?: string;
|
23
23
|
readonly "layout-id"?: string;
|
@@ -243,9 +243,9 @@ declare const _default: {
|
|
243
243
|
blueprintType?: any;
|
244
244
|
colors?: any;
|
245
245
|
} & {
|
246
|
+
settings?: PlaceHolderSectionSettings;
|
246
247
|
column?: SectionItem<ColumnedSectionItemSettings>;
|
247
248
|
themeTargetId?: string;
|
248
|
-
settings?: PlaceHolderSectionSettings;
|
249
249
|
"theme-target-id"?: string;
|
250
250
|
layoutId?: string;
|
251
251
|
"layout-id"?: string;
|
@@ -4,8 +4,8 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<{
|
7
|
-
readonly tab?: SectionItem<TabbedSectionItemSettings>;
|
8
7
|
readonly settings?: SectionSettings;
|
8
|
+
readonly tab?: SectionItem<TabbedSectionItemSettings>;
|
9
9
|
readonly layoutId?: string;
|
10
10
|
readonly "layout-id"?: string;
|
11
11
|
readonly useScrollMargingFix?: boolean;
|
@@ -168,8 +168,8 @@ declare const _default: {
|
|
168
168
|
};
|
169
169
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
170
170
|
propsDefinition: Omit<Readonly<{} & {
|
171
|
-
tab?: SectionItem<TabbedSectionItemSettings>;
|
172
171
|
settings?: SectionSettings;
|
172
|
+
tab?: SectionItem<TabbedSectionItemSettings>;
|
173
173
|
layoutId?: string;
|
174
174
|
"layout-id"?: string;
|
175
175
|
useScrollMargingFix?: boolean;
|
@@ -6,8 +6,8 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{}> & Omit<{
|
8
8
|
readonly block?: Block;
|
9
|
-
readonly themeTargetId?: string;
|
10
9
|
readonly settings?: SectionSettings;
|
10
|
+
readonly themeTargetId?: string;
|
11
11
|
readonly parentContainer?: LayoutItem;
|
12
12
|
readonly "parent-container"?: LayoutItem;
|
13
13
|
readonly useClickProtection?: boolean;
|
@@ -198,8 +198,8 @@ declare const _default: {
|
|
198
198
|
/**What should be here???? */
|
199
199
|
propsDefinition: Omit<Readonly<{} & {
|
200
200
|
block?: Block;
|
201
|
-
themeTargetId?: string;
|
202
201
|
settings?: SectionSettings;
|
202
|
+
themeTargetId?: string;
|
203
203
|
parentContainer?: LayoutItem;
|
204
204
|
"parent-container"?: LayoutItem;
|
205
205
|
useClickProtection?: boolean;
|