@omnia/fx 8.0.223-dev → 8.0.225-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/core/utils/Utils.d.ts +6 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/AppStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +9 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +21 -15
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +12 -11
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/{textcompletion/components/TextCompletion.d.ts → usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts} +3 -24
- package/internal-do-not-import-from-here/ux/admin/{mediaflow/components/MediaflowProviderSecrets.d.ts → usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts} +3 -31
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/{velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts → app/apps/admin/AppManagementCategoryJourney.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +80 -22
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +68 -27
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +51 -61
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +57 -82
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +55 -81
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/{NavigationDrawer.css.d.ts → NavigationDrawer.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +73 -20
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +48 -35
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +14 -1063
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +236 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +178 -88
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +0 -100
- package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +0 -4
- /package/internal-do-not-import-from-here/ux/{admin/dalle/SecretRegistrations.d.ts → app/apps/admin/registration/AdminRegistrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/layout/{Layout.css.d.ts → Layout.stylex.d.ts} +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
import { useMarkdownEditorStore } from "@omnia/fx/stores";
|
1
2
|
import { VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration, ContainerBlueprint, ContainerVariant, VelcronSectionInstance, guid, BorderSelectorActionRegistration } from "@omnia/fx-models";
|
2
3
|
type InsertMode = "add" | "change";
|
3
4
|
export interface InsertOptions {
|
@@ -74,6 +75,84 @@ export declare const useVelcronContentEditorStore: () => {
|
|
74
75
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
75
76
|
actions: {
|
76
77
|
onDispatching: {
|
78
|
+
setMarkdownEditorStore: {
|
79
|
+
subscribe(fn: (store: {
|
80
|
+
state: {
|
81
|
+
toolbar: {
|
82
|
+
show: boolean;
|
83
|
+
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
84
|
+
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
85
|
+
};
|
86
|
+
toolbarOwnerId: guid;
|
87
|
+
activeEditor: import("@toast-ui/editor").Editor;
|
88
|
+
};
|
89
|
+
events: {
|
90
|
+
onMutatedToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
91
|
+
show: boolean;
|
92
|
+
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
93
|
+
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
94
|
+
}>;
|
95
|
+
onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
96
|
+
onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@toast-ui/editor").Editor>;
|
97
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
98
|
+
actions: {
|
99
|
+
onDispatching: {
|
100
|
+
commands: {
|
101
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
|
+
};
|
103
|
+
toolbar: {
|
104
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
+
};
|
106
|
+
editor: {
|
107
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
108
|
+
};
|
109
|
+
};
|
110
|
+
onDispatched: {
|
111
|
+
commands: {
|
112
|
+
subscribe(fn: (result: {
|
113
|
+
exec: (command: string, payload: any) => void;
|
114
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
+
};
|
116
|
+
toolbar: {
|
117
|
+
subscribe(fn: (result: {
|
118
|
+
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
119
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
120
|
+
};
|
121
|
+
editor: {
|
122
|
+
subscribe(fn: (result: {
|
123
|
+
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
124
|
+
onLeave: (id: any) => void;
|
125
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
126
|
+
};
|
127
|
+
};
|
128
|
+
onFailure: {
|
129
|
+
commands: {
|
130
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
|
+
};
|
132
|
+
toolbar: {
|
133
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
+
};
|
135
|
+
editor: {
|
136
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
137
|
+
};
|
138
|
+
};
|
139
|
+
} & {
|
140
|
+
commands: () => {
|
141
|
+
exec: (command: string, payload: any) => void;
|
142
|
+
};
|
143
|
+
toolbar: () => {
|
144
|
+
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
145
|
+
};
|
146
|
+
editor: () => {
|
147
|
+
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
148
|
+
onLeave: (id: any) => void;
|
149
|
+
};
|
150
|
+
};
|
151
|
+
get: {
|
152
|
+
isActiveStore(): boolean;
|
153
|
+
};
|
154
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
|
+
};
|
77
156
|
selectorActions: {
|
78
157
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
158
|
};
|
@@ -97,6 +176,84 @@ export declare const useVelcronContentEditorStore: () => {
|
|
97
176
|
};
|
98
177
|
};
|
99
178
|
onDispatched: {
|
179
|
+
setMarkdownEditorStore: {
|
180
|
+
subscribe(fn: (result: void, store: {
|
181
|
+
state: {
|
182
|
+
toolbar: {
|
183
|
+
show: boolean;
|
184
|
+
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
185
|
+
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
186
|
+
};
|
187
|
+
toolbarOwnerId: guid;
|
188
|
+
activeEditor: import("@toast-ui/editor").Editor;
|
189
|
+
};
|
190
|
+
events: {
|
191
|
+
onMutatedToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
192
|
+
show: boolean;
|
193
|
+
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
194
|
+
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
195
|
+
}>;
|
196
|
+
onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
197
|
+
onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@toast-ui/editor").Editor>;
|
198
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
199
|
+
actions: {
|
200
|
+
onDispatching: {
|
201
|
+
commands: {
|
202
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
203
|
+
};
|
204
|
+
toolbar: {
|
205
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
206
|
+
};
|
207
|
+
editor: {
|
208
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
209
|
+
};
|
210
|
+
};
|
211
|
+
onDispatched: {
|
212
|
+
commands: {
|
213
|
+
subscribe(fn: (result: {
|
214
|
+
exec: (command: string, payload: any) => void;
|
215
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
216
|
+
};
|
217
|
+
toolbar: {
|
218
|
+
subscribe(fn: (result: {
|
219
|
+
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
220
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
221
|
+
};
|
222
|
+
editor: {
|
223
|
+
subscribe(fn: (result: {
|
224
|
+
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
225
|
+
onLeave: (id: any) => void;
|
226
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
227
|
+
};
|
228
|
+
};
|
229
|
+
onFailure: {
|
230
|
+
commands: {
|
231
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
232
|
+
};
|
233
|
+
toolbar: {
|
234
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
235
|
+
};
|
236
|
+
editor: {
|
237
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
238
|
+
};
|
239
|
+
};
|
240
|
+
} & {
|
241
|
+
commands: () => {
|
242
|
+
exec: (command: string, payload: any) => void;
|
243
|
+
};
|
244
|
+
toolbar: () => {
|
245
|
+
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
246
|
+
};
|
247
|
+
editor: () => {
|
248
|
+
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
249
|
+
onLeave: (id: any) => void;
|
250
|
+
};
|
251
|
+
};
|
252
|
+
get: {
|
253
|
+
isActiveStore(): boolean;
|
254
|
+
};
|
255
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
256
|
+
};
|
100
257
|
selectorActions: {
|
101
258
|
subscribe(fn: (result: {
|
102
259
|
hideDefaultSelector: () => void;
|
@@ -154,6 +311,84 @@ export declare const useVelcronContentEditorStore: () => {
|
|
154
311
|
};
|
155
312
|
};
|
156
313
|
onFailure: {
|
314
|
+
setMarkdownEditorStore: {
|
315
|
+
subscribe(fn: (failureReason: any, store: {
|
316
|
+
state: {
|
317
|
+
toolbar: {
|
318
|
+
show: boolean;
|
319
|
+
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
320
|
+
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
321
|
+
};
|
322
|
+
toolbarOwnerId: guid;
|
323
|
+
activeEditor: import("@toast-ui/editor").Editor;
|
324
|
+
};
|
325
|
+
events: {
|
326
|
+
onMutatedToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
327
|
+
show: boolean;
|
328
|
+
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
329
|
+
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
330
|
+
}>;
|
331
|
+
onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
332
|
+
onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@toast-ui/editor").Editor>;
|
333
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
334
|
+
actions: {
|
335
|
+
onDispatching: {
|
336
|
+
commands: {
|
337
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
338
|
+
};
|
339
|
+
toolbar: {
|
340
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
341
|
+
};
|
342
|
+
editor: {
|
343
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
344
|
+
};
|
345
|
+
};
|
346
|
+
onDispatched: {
|
347
|
+
commands: {
|
348
|
+
subscribe(fn: (result: {
|
349
|
+
exec: (command: string, payload: any) => void;
|
350
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
351
|
+
};
|
352
|
+
toolbar: {
|
353
|
+
subscribe(fn: (result: {
|
354
|
+
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
355
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
356
|
+
};
|
357
|
+
editor: {
|
358
|
+
subscribe(fn: (result: {
|
359
|
+
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
360
|
+
onLeave: (id: any) => void;
|
361
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
362
|
+
};
|
363
|
+
};
|
364
|
+
onFailure: {
|
365
|
+
commands: {
|
366
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
367
|
+
};
|
368
|
+
toolbar: {
|
369
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
370
|
+
};
|
371
|
+
editor: {
|
372
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
373
|
+
};
|
374
|
+
};
|
375
|
+
} & {
|
376
|
+
commands: () => {
|
377
|
+
exec: (command: string, payload: any) => void;
|
378
|
+
};
|
379
|
+
toolbar: () => {
|
380
|
+
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
381
|
+
};
|
382
|
+
editor: () => {
|
383
|
+
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
384
|
+
onLeave: (id: any) => void;
|
385
|
+
};
|
386
|
+
};
|
387
|
+
get: {
|
388
|
+
isActiveStore(): boolean;
|
389
|
+
};
|
390
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
391
|
+
};
|
157
392
|
selectorActions: {
|
158
393
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
159
394
|
};
|
@@ -177,6 +412,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
177
412
|
};
|
178
413
|
};
|
179
414
|
} & {
|
415
|
+
setMarkdownEditorStore(store: ReturnType<typeof useMarkdownEditorStore>): void;
|
180
416
|
selectorActions: () => {
|
181
417
|
hideDefaultSelector: () => void;
|
182
418
|
showCopySelector(): void;
|
@@ -181,6 +181,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
|
|
181
181
|
shield: import("@omnia/fx-models").FontAwesomeIcon;
|
182
182
|
authentication: import("@omnia/fx-models").FontAwesomeIcon;
|
183
183
|
addUser: import("@omnia/fx-models").FontAwesomeIcon;
|
184
|
+
spin: import("@omnia/fx-models").FontAwesomeIcon;
|
184
185
|
};
|
185
186
|
system: {
|
186
187
|
settings: {
|