@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
|
@@ -45,51 +45,129 @@ declare const _default: {
|
|
|
45
45
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
|
46
46
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
|
47
47
|
actions: {
|
|
48
|
-
onDispatching
|
|
49
|
-
resetStore
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
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
|
-
|
|
91
|
-
|
|
92
|
-
|
|
48
|
+
onDispatching: {
|
|
49
|
+
resetStore: {
|
|
50
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
51
|
+
};
|
|
52
|
+
ensureLastTextDefinition: {
|
|
53
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
54
|
+
};
|
|
55
|
+
addDefinition: {
|
|
56
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
57
|
+
};
|
|
58
|
+
setActiveDefinition: {
|
|
59
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
60
|
+
};
|
|
61
|
+
removeActiveDefinition: {
|
|
62
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
63
|
+
};
|
|
64
|
+
setSelectedDefinition: {
|
|
65
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
66
|
+
};
|
|
67
|
+
removeSelectedDefinition: {
|
|
68
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
69
|
+
};
|
|
70
|
+
setDragDropState: {
|
|
71
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
72
|
+
};
|
|
73
|
+
updateColorSchema: {
|
|
74
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
75
|
+
};
|
|
76
|
+
toggleColorSchemaPreview: {
|
|
77
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
78
|
+
};
|
|
79
|
+
toggleDefinitionPreview: {
|
|
80
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
81
|
+
};
|
|
82
|
+
changeDefinition: {
|
|
83
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
84
|
+
};
|
|
85
|
+
updateDefinition: {
|
|
86
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
onDispatched: {
|
|
90
|
+
resetStore: {
|
|
91
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
92
|
+
};
|
|
93
|
+
ensureLastTextDefinition: {
|
|
94
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
95
|
+
};
|
|
96
|
+
addDefinition: {
|
|
97
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
98
|
+
};
|
|
99
|
+
setActiveDefinition: {
|
|
100
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
101
|
+
};
|
|
102
|
+
removeActiveDefinition: {
|
|
103
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
104
|
+
};
|
|
105
|
+
setSelectedDefinition: {
|
|
106
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
107
|
+
};
|
|
108
|
+
removeSelectedDefinition: {
|
|
109
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
110
|
+
};
|
|
111
|
+
setDragDropState: {
|
|
112
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
113
|
+
};
|
|
114
|
+
updateColorSchema: {
|
|
115
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
116
|
+
};
|
|
117
|
+
toggleColorSchemaPreview: {
|
|
118
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
119
|
+
};
|
|
120
|
+
toggleDefinitionPreview: {
|
|
121
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
122
|
+
};
|
|
123
|
+
changeDefinition: {
|
|
124
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
125
|
+
};
|
|
126
|
+
updateDefinition: {
|
|
127
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
onFailure: {
|
|
131
|
+
resetStore: {
|
|
132
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
133
|
+
};
|
|
134
|
+
ensureLastTextDefinition: {
|
|
135
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
136
|
+
};
|
|
137
|
+
addDefinition: {
|
|
138
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
139
|
+
};
|
|
140
|
+
setActiveDefinition: {
|
|
141
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
142
|
+
};
|
|
143
|
+
removeActiveDefinition: {
|
|
144
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
145
|
+
};
|
|
146
|
+
setSelectedDefinition: {
|
|
147
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
148
|
+
};
|
|
149
|
+
removeSelectedDefinition: {
|
|
150
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
151
|
+
};
|
|
152
|
+
setDragDropState: {
|
|
153
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
154
|
+
};
|
|
155
|
+
updateColorSchema: {
|
|
156
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
157
|
+
};
|
|
158
|
+
toggleColorSchemaPreview: {
|
|
159
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
160
|
+
};
|
|
161
|
+
toggleDefinitionPreview: {
|
|
162
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
163
|
+
};
|
|
164
|
+
changeDefinition: {
|
|
165
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
166
|
+
};
|
|
167
|
+
updateDefinition: {
|
|
168
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
93
171
|
} & {
|
|
94
172
|
resetStore(): void;
|
|
95
173
|
ensureLastTextDefinition(): void;
|
|
@@ -151,51 +229,129 @@ declare const _default: {
|
|
|
151
229
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
|
152
230
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
|
153
231
|
actions: {
|
|
154
|
-
onDispatching
|
|
155
|
-
resetStore
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
232
|
+
onDispatching: {
|
|
233
|
+
resetStore: {
|
|
234
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
235
|
+
};
|
|
236
|
+
ensureLastTextDefinition: {
|
|
237
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
238
|
+
};
|
|
239
|
+
addDefinition: {
|
|
240
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
241
|
+
};
|
|
242
|
+
setActiveDefinition: {
|
|
243
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
244
|
+
};
|
|
245
|
+
removeActiveDefinition: {
|
|
246
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
247
|
+
};
|
|
248
|
+
setSelectedDefinition: {
|
|
249
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
250
|
+
};
|
|
251
|
+
removeSelectedDefinition: {
|
|
252
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
253
|
+
};
|
|
254
|
+
setDragDropState: {
|
|
255
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
256
|
+
};
|
|
257
|
+
updateColorSchema: {
|
|
258
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
259
|
+
};
|
|
260
|
+
toggleColorSchemaPreview: {
|
|
261
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
262
|
+
};
|
|
263
|
+
toggleDefinitionPreview: {
|
|
264
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
265
|
+
};
|
|
266
|
+
changeDefinition: {
|
|
267
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
268
|
+
};
|
|
269
|
+
updateDefinition: {
|
|
270
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
onDispatched: {
|
|
274
|
+
resetStore: {
|
|
275
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
276
|
+
};
|
|
277
|
+
ensureLastTextDefinition: {
|
|
278
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
279
|
+
};
|
|
280
|
+
addDefinition: {
|
|
281
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
282
|
+
};
|
|
283
|
+
setActiveDefinition: {
|
|
284
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
285
|
+
};
|
|
286
|
+
removeActiveDefinition: {
|
|
287
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
288
|
+
};
|
|
289
|
+
setSelectedDefinition: {
|
|
290
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
291
|
+
};
|
|
292
|
+
removeSelectedDefinition: {
|
|
293
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
294
|
+
};
|
|
295
|
+
setDragDropState: {
|
|
296
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
297
|
+
};
|
|
298
|
+
updateColorSchema: {
|
|
299
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
300
|
+
};
|
|
301
|
+
toggleColorSchemaPreview: {
|
|
302
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
303
|
+
};
|
|
304
|
+
toggleDefinitionPreview: {
|
|
305
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
306
|
+
};
|
|
307
|
+
changeDefinition: {
|
|
308
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
309
|
+
};
|
|
310
|
+
updateDefinition: {
|
|
311
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
onFailure: {
|
|
315
|
+
resetStore: {
|
|
316
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
317
|
+
};
|
|
318
|
+
ensureLastTextDefinition: {
|
|
319
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
320
|
+
};
|
|
321
|
+
addDefinition: {
|
|
322
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
323
|
+
};
|
|
324
|
+
setActiveDefinition: {
|
|
325
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
326
|
+
};
|
|
327
|
+
removeActiveDefinition: {
|
|
328
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
329
|
+
};
|
|
330
|
+
setSelectedDefinition: {
|
|
331
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
332
|
+
};
|
|
333
|
+
removeSelectedDefinition: {
|
|
334
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
335
|
+
};
|
|
336
|
+
setDragDropState: {
|
|
337
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
338
|
+
};
|
|
339
|
+
updateColorSchema: {
|
|
340
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
341
|
+
};
|
|
342
|
+
toggleColorSchemaPreview: {
|
|
343
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
344
|
+
};
|
|
345
|
+
toggleDefinitionPreview: {
|
|
346
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
347
|
+
};
|
|
348
|
+
changeDefinition: {
|
|
349
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
350
|
+
};
|
|
351
|
+
updateDefinition: {
|
|
352
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
353
|
+
};
|
|
354
|
+
};
|
|
199
355
|
} & {
|
|
200
356
|
resetStore(): void;
|
|
201
357
|
ensureLastTextDefinition(): void;
|
|
@@ -257,51 +413,129 @@ declare const _default: {
|
|
|
257
413
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
|
258
414
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
|
259
415
|
actions: {
|
|
260
|
-
onDispatching
|
|
261
|
-
resetStore
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
416
|
+
onDispatching: {
|
|
417
|
+
resetStore: {
|
|
418
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
419
|
+
};
|
|
420
|
+
ensureLastTextDefinition: {
|
|
421
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
422
|
+
};
|
|
423
|
+
addDefinition: {
|
|
424
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
425
|
+
};
|
|
426
|
+
setActiveDefinition: {
|
|
427
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
428
|
+
};
|
|
429
|
+
removeActiveDefinition: {
|
|
430
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
431
|
+
};
|
|
432
|
+
setSelectedDefinition: {
|
|
433
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
434
|
+
};
|
|
435
|
+
removeSelectedDefinition: {
|
|
436
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
437
|
+
};
|
|
438
|
+
setDragDropState: {
|
|
439
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
440
|
+
};
|
|
441
|
+
updateColorSchema: {
|
|
442
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
443
|
+
};
|
|
444
|
+
toggleColorSchemaPreview: {
|
|
445
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
446
|
+
};
|
|
447
|
+
toggleDefinitionPreview: {
|
|
448
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
449
|
+
};
|
|
450
|
+
changeDefinition: {
|
|
451
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
452
|
+
};
|
|
453
|
+
updateDefinition: {
|
|
454
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
onDispatched: {
|
|
458
|
+
resetStore: {
|
|
459
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
460
|
+
};
|
|
461
|
+
ensureLastTextDefinition: {
|
|
462
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
463
|
+
};
|
|
464
|
+
addDefinition: {
|
|
465
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
466
|
+
};
|
|
467
|
+
setActiveDefinition: {
|
|
468
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
469
|
+
};
|
|
470
|
+
removeActiveDefinition: {
|
|
471
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
472
|
+
};
|
|
473
|
+
setSelectedDefinition: {
|
|
474
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
475
|
+
};
|
|
476
|
+
removeSelectedDefinition: {
|
|
477
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
478
|
+
};
|
|
479
|
+
setDragDropState: {
|
|
480
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
481
|
+
};
|
|
482
|
+
updateColorSchema: {
|
|
483
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
484
|
+
};
|
|
485
|
+
toggleColorSchemaPreview: {
|
|
486
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
487
|
+
};
|
|
488
|
+
toggleDefinitionPreview: {
|
|
489
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
490
|
+
};
|
|
491
|
+
changeDefinition: {
|
|
492
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
493
|
+
};
|
|
494
|
+
updateDefinition: {
|
|
495
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
onFailure: {
|
|
499
|
+
resetStore: {
|
|
500
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
501
|
+
};
|
|
502
|
+
ensureLastTextDefinition: {
|
|
503
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
504
|
+
};
|
|
505
|
+
addDefinition: {
|
|
506
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
507
|
+
};
|
|
508
|
+
setActiveDefinition: {
|
|
509
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
510
|
+
};
|
|
511
|
+
removeActiveDefinition: {
|
|
512
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
513
|
+
};
|
|
514
|
+
setSelectedDefinition: {
|
|
515
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
516
|
+
};
|
|
517
|
+
removeSelectedDefinition: {
|
|
518
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
519
|
+
};
|
|
520
|
+
setDragDropState: {
|
|
521
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
522
|
+
};
|
|
523
|
+
updateColorSchema: {
|
|
524
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
525
|
+
};
|
|
526
|
+
toggleColorSchemaPreview: {
|
|
527
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
528
|
+
};
|
|
529
|
+
toggleDefinitionPreview: {
|
|
530
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
531
|
+
};
|
|
532
|
+
changeDefinition: {
|
|
533
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
534
|
+
};
|
|
535
|
+
updateDefinition: {
|
|
536
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
537
|
+
};
|
|
538
|
+
};
|
|
305
539
|
} & {
|
|
306
540
|
resetStore(): void;
|
|
307
541
|
ensureLastTextDefinition(): void;
|
|
@@ -362,51 +596,129 @@ declare const _default: {
|
|
|
362
596
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
|
363
597
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
|
364
598
|
actions: {
|
|
365
|
-
onDispatching
|
|
366
|
-
resetStore
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
599
|
+
onDispatching: {
|
|
600
|
+
resetStore: {
|
|
601
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
602
|
+
};
|
|
603
|
+
ensureLastTextDefinition: {
|
|
604
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
605
|
+
};
|
|
606
|
+
addDefinition: {
|
|
607
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
608
|
+
};
|
|
609
|
+
setActiveDefinition: {
|
|
610
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
611
|
+
};
|
|
612
|
+
removeActiveDefinition: {
|
|
613
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
614
|
+
};
|
|
615
|
+
setSelectedDefinition: {
|
|
616
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
617
|
+
};
|
|
618
|
+
removeSelectedDefinition: {
|
|
619
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
620
|
+
};
|
|
621
|
+
setDragDropState: {
|
|
622
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
623
|
+
};
|
|
624
|
+
updateColorSchema: {
|
|
625
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
626
|
+
};
|
|
627
|
+
toggleColorSchemaPreview: {
|
|
628
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
629
|
+
};
|
|
630
|
+
toggleDefinitionPreview: {
|
|
631
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
632
|
+
};
|
|
633
|
+
changeDefinition: {
|
|
634
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
635
|
+
};
|
|
636
|
+
updateDefinition: {
|
|
637
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
638
|
+
};
|
|
639
|
+
};
|
|
640
|
+
onDispatched: {
|
|
641
|
+
resetStore: {
|
|
642
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
643
|
+
};
|
|
644
|
+
ensureLastTextDefinition: {
|
|
645
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
646
|
+
};
|
|
647
|
+
addDefinition: {
|
|
648
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
649
|
+
};
|
|
650
|
+
setActiveDefinition: {
|
|
651
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
652
|
+
};
|
|
653
|
+
removeActiveDefinition: {
|
|
654
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
655
|
+
};
|
|
656
|
+
setSelectedDefinition: {
|
|
657
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
658
|
+
};
|
|
659
|
+
removeSelectedDefinition: {
|
|
660
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
661
|
+
};
|
|
662
|
+
setDragDropState: {
|
|
663
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
664
|
+
};
|
|
665
|
+
updateColorSchema: {
|
|
666
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
667
|
+
};
|
|
668
|
+
toggleColorSchemaPreview: {
|
|
669
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
670
|
+
};
|
|
671
|
+
toggleDefinitionPreview: {
|
|
672
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
673
|
+
};
|
|
674
|
+
changeDefinition: {
|
|
675
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
676
|
+
};
|
|
677
|
+
updateDefinition: {
|
|
678
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
onFailure: {
|
|
682
|
+
resetStore: {
|
|
683
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
684
|
+
};
|
|
685
|
+
ensureLastTextDefinition: {
|
|
686
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
687
|
+
};
|
|
688
|
+
addDefinition: {
|
|
689
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
690
|
+
};
|
|
691
|
+
setActiveDefinition: {
|
|
692
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
693
|
+
};
|
|
694
|
+
removeActiveDefinition: {
|
|
695
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
696
|
+
};
|
|
697
|
+
setSelectedDefinition: {
|
|
698
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
699
|
+
};
|
|
700
|
+
removeSelectedDefinition: {
|
|
701
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
702
|
+
};
|
|
703
|
+
setDragDropState: {
|
|
704
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
705
|
+
};
|
|
706
|
+
updateColorSchema: {
|
|
707
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
708
|
+
};
|
|
709
|
+
toggleColorSchemaPreview: {
|
|
710
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
711
|
+
};
|
|
712
|
+
toggleDefinitionPreview: {
|
|
713
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
714
|
+
};
|
|
715
|
+
changeDefinition: {
|
|
716
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
717
|
+
};
|
|
718
|
+
updateDefinition: {
|
|
719
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
410
722
|
} & {
|
|
411
723
|
resetStore(): void;
|
|
412
724
|
ensureLastTextDefinition(): void;
|
|
@@ -448,7 +760,7 @@ declare const _default: {
|
|
|
448
760
|
};
|
|
449
761
|
$forceUpdate: () => void;
|
|
450
762
|
$nextTick: typeof import("vue").nextTick;
|
|
451
|
-
$watch<
|
|
763
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
452
764
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
453
765
|
placeholder: {
|
|
454
766
|
type: import("vue").PropType<string>;
|
|
@@ -492,51 +804,129 @@ declare const _default: {
|
|
|
492
804
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
|
493
805
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
|
494
806
|
actions: {
|
|
495
|
-
onDispatching
|
|
496
|
-
resetStore
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
807
|
+
onDispatching: {
|
|
808
|
+
resetStore: {
|
|
809
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
810
|
+
};
|
|
811
|
+
ensureLastTextDefinition: {
|
|
812
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
813
|
+
};
|
|
814
|
+
addDefinition: {
|
|
815
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
816
|
+
};
|
|
817
|
+
setActiveDefinition: {
|
|
818
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
819
|
+
};
|
|
820
|
+
removeActiveDefinition: {
|
|
821
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
822
|
+
};
|
|
823
|
+
setSelectedDefinition: {
|
|
824
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
825
|
+
};
|
|
826
|
+
removeSelectedDefinition: {
|
|
827
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
828
|
+
};
|
|
829
|
+
setDragDropState: {
|
|
830
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
831
|
+
};
|
|
832
|
+
updateColorSchema: {
|
|
833
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
834
|
+
};
|
|
835
|
+
toggleColorSchemaPreview: {
|
|
836
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
837
|
+
};
|
|
838
|
+
toggleDefinitionPreview: {
|
|
839
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
840
|
+
};
|
|
841
|
+
changeDefinition: {
|
|
842
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
843
|
+
};
|
|
844
|
+
updateDefinition: {
|
|
845
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
846
|
+
};
|
|
847
|
+
};
|
|
848
|
+
onDispatched: {
|
|
849
|
+
resetStore: {
|
|
850
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
851
|
+
};
|
|
852
|
+
ensureLastTextDefinition: {
|
|
853
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
854
|
+
};
|
|
855
|
+
addDefinition: {
|
|
856
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
857
|
+
};
|
|
858
|
+
setActiveDefinition: {
|
|
859
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
860
|
+
};
|
|
861
|
+
removeActiveDefinition: {
|
|
862
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
863
|
+
};
|
|
864
|
+
setSelectedDefinition: {
|
|
865
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
866
|
+
};
|
|
867
|
+
removeSelectedDefinition: {
|
|
868
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
869
|
+
};
|
|
870
|
+
setDragDropState: {
|
|
871
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
872
|
+
};
|
|
873
|
+
updateColorSchema: {
|
|
874
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
875
|
+
};
|
|
876
|
+
toggleColorSchemaPreview: {
|
|
877
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
878
|
+
};
|
|
879
|
+
toggleDefinitionPreview: {
|
|
880
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
881
|
+
};
|
|
882
|
+
changeDefinition: {
|
|
883
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
884
|
+
};
|
|
885
|
+
updateDefinition: {
|
|
886
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
887
|
+
};
|
|
888
|
+
};
|
|
889
|
+
onFailure: {
|
|
890
|
+
resetStore: {
|
|
891
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
892
|
+
};
|
|
893
|
+
ensureLastTextDefinition: {
|
|
894
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
895
|
+
};
|
|
896
|
+
addDefinition: {
|
|
897
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
898
|
+
};
|
|
899
|
+
setActiveDefinition: {
|
|
900
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
901
|
+
};
|
|
902
|
+
removeActiveDefinition: {
|
|
903
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
904
|
+
};
|
|
905
|
+
setSelectedDefinition: {
|
|
906
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
907
|
+
};
|
|
908
|
+
removeSelectedDefinition: {
|
|
909
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
910
|
+
};
|
|
911
|
+
setDragDropState: {
|
|
912
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
913
|
+
};
|
|
914
|
+
updateColorSchema: {
|
|
915
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
916
|
+
};
|
|
917
|
+
toggleColorSchemaPreview: {
|
|
918
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
919
|
+
};
|
|
920
|
+
toggleDefinitionPreview: {
|
|
921
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
922
|
+
};
|
|
923
|
+
changeDefinition: {
|
|
924
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
925
|
+
};
|
|
926
|
+
updateDefinition: {
|
|
927
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
928
|
+
};
|
|
929
|
+
};
|
|
540
930
|
} & {
|
|
541
931
|
resetStore(): void;
|
|
542
932
|
ensureLastTextDefinition(): void;
|
|
@@ -602,51 +992,129 @@ declare const _default: {
|
|
|
602
992
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
|
603
993
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
|
604
994
|
actions: {
|
|
605
|
-
onDispatching
|
|
606
|
-
resetStore
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
995
|
+
onDispatching: {
|
|
996
|
+
resetStore: {
|
|
997
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
998
|
+
};
|
|
999
|
+
ensureLastTextDefinition: {
|
|
1000
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1001
|
+
};
|
|
1002
|
+
addDefinition: {
|
|
1003
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1004
|
+
};
|
|
1005
|
+
setActiveDefinition: {
|
|
1006
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1007
|
+
};
|
|
1008
|
+
removeActiveDefinition: {
|
|
1009
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1010
|
+
};
|
|
1011
|
+
setSelectedDefinition: {
|
|
1012
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1013
|
+
};
|
|
1014
|
+
removeSelectedDefinition: {
|
|
1015
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1016
|
+
};
|
|
1017
|
+
setDragDropState: {
|
|
1018
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1019
|
+
};
|
|
1020
|
+
updateColorSchema: {
|
|
1021
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1022
|
+
};
|
|
1023
|
+
toggleColorSchemaPreview: {
|
|
1024
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1025
|
+
};
|
|
1026
|
+
toggleDefinitionPreview: {
|
|
1027
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1028
|
+
};
|
|
1029
|
+
changeDefinition: {
|
|
1030
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1031
|
+
};
|
|
1032
|
+
updateDefinition: {
|
|
1033
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1034
|
+
};
|
|
1035
|
+
};
|
|
1036
|
+
onDispatched: {
|
|
1037
|
+
resetStore: {
|
|
1038
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1039
|
+
};
|
|
1040
|
+
ensureLastTextDefinition: {
|
|
1041
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1042
|
+
};
|
|
1043
|
+
addDefinition: {
|
|
1044
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1045
|
+
};
|
|
1046
|
+
setActiveDefinition: {
|
|
1047
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1048
|
+
};
|
|
1049
|
+
removeActiveDefinition: {
|
|
1050
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1051
|
+
};
|
|
1052
|
+
setSelectedDefinition: {
|
|
1053
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1054
|
+
};
|
|
1055
|
+
removeSelectedDefinition: {
|
|
1056
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1057
|
+
};
|
|
1058
|
+
setDragDropState: {
|
|
1059
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1060
|
+
};
|
|
1061
|
+
updateColorSchema: {
|
|
1062
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1063
|
+
};
|
|
1064
|
+
toggleColorSchemaPreview: {
|
|
1065
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1066
|
+
};
|
|
1067
|
+
toggleDefinitionPreview: {
|
|
1068
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1069
|
+
};
|
|
1070
|
+
changeDefinition: {
|
|
1071
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1072
|
+
};
|
|
1073
|
+
updateDefinition: {
|
|
1074
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1075
|
+
};
|
|
1076
|
+
};
|
|
1077
|
+
onFailure: {
|
|
1078
|
+
resetStore: {
|
|
1079
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1080
|
+
};
|
|
1081
|
+
ensureLastTextDefinition: {
|
|
1082
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1083
|
+
};
|
|
1084
|
+
addDefinition: {
|
|
1085
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1086
|
+
};
|
|
1087
|
+
setActiveDefinition: {
|
|
1088
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1089
|
+
};
|
|
1090
|
+
removeActiveDefinition: {
|
|
1091
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1092
|
+
};
|
|
1093
|
+
setSelectedDefinition: {
|
|
1094
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1095
|
+
};
|
|
1096
|
+
removeSelectedDefinition: {
|
|
1097
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1098
|
+
};
|
|
1099
|
+
setDragDropState: {
|
|
1100
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1101
|
+
};
|
|
1102
|
+
updateColorSchema: {
|
|
1103
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1104
|
+
};
|
|
1105
|
+
toggleColorSchemaPreview: {
|
|
1106
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1107
|
+
};
|
|
1108
|
+
toggleDefinitionPreview: {
|
|
1109
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1110
|
+
};
|
|
1111
|
+
changeDefinition: {
|
|
1112
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1113
|
+
};
|
|
1114
|
+
updateDefinition: {
|
|
1115
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1116
|
+
};
|
|
1117
|
+
};
|
|
650
1118
|
} & {
|
|
651
1119
|
resetStore(): void;
|
|
652
1120
|
ensureLastTextDefinition(): void;
|
|
@@ -705,51 +1173,129 @@ declare const _default: {
|
|
|
705
1173
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
|
706
1174
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
|
707
1175
|
actions: {
|
|
708
|
-
onDispatching
|
|
709
|
-
resetStore
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
1176
|
+
onDispatching: {
|
|
1177
|
+
resetStore: {
|
|
1178
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1179
|
+
};
|
|
1180
|
+
ensureLastTextDefinition: {
|
|
1181
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1182
|
+
};
|
|
1183
|
+
addDefinition: {
|
|
1184
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1185
|
+
};
|
|
1186
|
+
setActiveDefinition: {
|
|
1187
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1188
|
+
};
|
|
1189
|
+
removeActiveDefinition: {
|
|
1190
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1191
|
+
};
|
|
1192
|
+
setSelectedDefinition: {
|
|
1193
|
+
subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1194
|
+
};
|
|
1195
|
+
removeSelectedDefinition: {
|
|
1196
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1197
|
+
};
|
|
1198
|
+
setDragDropState: {
|
|
1199
|
+
subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1200
|
+
};
|
|
1201
|
+
updateColorSchema: {
|
|
1202
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1203
|
+
};
|
|
1204
|
+
toggleColorSchemaPreview: {
|
|
1205
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1206
|
+
};
|
|
1207
|
+
toggleDefinitionPreview: {
|
|
1208
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1209
|
+
};
|
|
1210
|
+
changeDefinition: {
|
|
1211
|
+
subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1212
|
+
};
|
|
1213
|
+
updateDefinition: {
|
|
1214
|
+
subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1215
|
+
};
|
|
1216
|
+
};
|
|
1217
|
+
onDispatched: {
|
|
1218
|
+
resetStore: {
|
|
1219
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1220
|
+
};
|
|
1221
|
+
ensureLastTextDefinition: {
|
|
1222
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1223
|
+
};
|
|
1224
|
+
addDefinition: {
|
|
1225
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1226
|
+
};
|
|
1227
|
+
setActiveDefinition: {
|
|
1228
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1229
|
+
};
|
|
1230
|
+
removeActiveDefinition: {
|
|
1231
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1232
|
+
};
|
|
1233
|
+
setSelectedDefinition: {
|
|
1234
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1235
|
+
};
|
|
1236
|
+
removeSelectedDefinition: {
|
|
1237
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1238
|
+
};
|
|
1239
|
+
setDragDropState: {
|
|
1240
|
+
subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1241
|
+
};
|
|
1242
|
+
updateColorSchema: {
|
|
1243
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1244
|
+
};
|
|
1245
|
+
toggleColorSchemaPreview: {
|
|
1246
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1247
|
+
};
|
|
1248
|
+
toggleDefinitionPreview: {
|
|
1249
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1250
|
+
};
|
|
1251
|
+
changeDefinition: {
|
|
1252
|
+
subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1253
|
+
};
|
|
1254
|
+
updateDefinition: {
|
|
1255
|
+
subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1256
|
+
};
|
|
1257
|
+
};
|
|
1258
|
+
onFailure: {
|
|
1259
|
+
resetStore: {
|
|
1260
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1261
|
+
};
|
|
1262
|
+
ensureLastTextDefinition: {
|
|
1263
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1264
|
+
};
|
|
1265
|
+
addDefinition: {
|
|
1266
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1267
|
+
};
|
|
1268
|
+
setActiveDefinition: {
|
|
1269
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1270
|
+
};
|
|
1271
|
+
removeActiveDefinition: {
|
|
1272
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1273
|
+
};
|
|
1274
|
+
setSelectedDefinition: {
|
|
1275
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1276
|
+
};
|
|
1277
|
+
removeSelectedDefinition: {
|
|
1278
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1279
|
+
};
|
|
1280
|
+
setDragDropState: {
|
|
1281
|
+
subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1282
|
+
};
|
|
1283
|
+
updateColorSchema: {
|
|
1284
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1285
|
+
};
|
|
1286
|
+
toggleColorSchemaPreview: {
|
|
1287
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1288
|
+
};
|
|
1289
|
+
toggleDefinitionPreview: {
|
|
1290
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1291
|
+
};
|
|
1292
|
+
changeDefinition: {
|
|
1293
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1294
|
+
};
|
|
1295
|
+
updateDefinition: {
|
|
1296
|
+
subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
1297
|
+
};
|
|
1298
|
+
};
|
|
753
1299
|
} & {
|
|
754
1300
|
resetStore(): void;
|
|
755
1301
|
ensureLastTextDefinition(): void;
|