@omnia/fx 8.0.248-dev → 8.0.250-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/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands_old.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/{Nodehelper.d.ts → HtmlNodehelper_old.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +17 -15
- package/internal-do-not-import-from-here/ux/markdown2/models/{MarkdownPlugin.d.ts → EditorPlugin.d.ts} +8 -10
- package/internal-do-not-import-from-here/ux/markdown2/parsers/HtmlParser.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/markdown2/parsers/JSONParser.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/MarkdownParser.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/MarkdownParser_engine.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/component.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/tags.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/textParser.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineEditorPlugin.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorStylePlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorButton.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +61 -41
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +295 -200
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +628 -20
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +0 -3
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/markdown2/parsers/MarkdownParser.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +0 -8
@@ -128,8 +128,8 @@ declare const _default: {
|
|
128
128
|
autoFocus?: boolean;
|
129
129
|
disabled?: boolean;
|
130
130
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
131
|
-
resetContetnRte?: boolean;
|
132
131
|
enableMention?: boolean;
|
132
|
+
resetContetnRte?: boolean;
|
133
133
|
}>, "onDoc$" | "onContentChanged" | "onRegisterFocus" | "onMentionChanged"> & {
|
134
134
|
onDoc$?: (description?: string) => any;
|
135
135
|
onContentChanged?: (content: string) => any;
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
40
40
|
};
|
41
41
|
}>> & {
|
42
42
|
onDoc$?: (description?: string) => any;
|
43
|
-
onOpenReply?: (commentToReplyOn: Comment) => any;
|
44
43
|
onCancelReply?: (comment: Comment) => any;
|
44
|
+
onOpenReply?: (commentToReplyOn: Comment) => any;
|
45
45
|
onRefresh?: (addedComment: boolean) => any;
|
46
46
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
47
47
|
refresh: (addedComment: boolean) => void;
|
@@ -84,8 +84,8 @@ declare const _default: {
|
|
84
84
|
};
|
85
85
|
}>> & {
|
86
86
|
onDoc$?: (description?: string) => any;
|
87
|
-
onOpenReply?: (commentToReplyOn: Comment) => any;
|
88
87
|
onCancelReply?: (comment: Comment) => any;
|
88
|
+
onOpenReply?: (commentToReplyOn: Comment) => any;
|
89
89
|
onRefresh?: (addedComment: boolean) => any;
|
90
90
|
}, {}, true, {}, {}, {
|
91
91
|
P: {};
|
@@ -128,8 +128,8 @@ declare const _default: {
|
|
128
128
|
};
|
129
129
|
}>> & {
|
130
130
|
onDoc$?: (description?: string) => any;
|
131
|
-
onOpenReply?: (commentToReplyOn: Comment) => any;
|
132
131
|
onCancelReply?: (comment: Comment) => any;
|
132
|
+
onOpenReply?: (commentToReplyOn: Comment) => any;
|
133
133
|
onRefresh?: (addedComment: boolean) => any;
|
134
134
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
135
135
|
__isFragment?: never;
|
@@ -169,8 +169,8 @@ declare const _default: {
|
|
169
169
|
};
|
170
170
|
}>> & {
|
171
171
|
onDoc$?: (description?: string) => any;
|
172
|
-
onOpenReply?: (commentToReplyOn: Comment) => any;
|
173
172
|
onCancelReply?: (comment: Comment) => any;
|
173
|
+
onOpenReply?: (commentToReplyOn: Comment) => any;
|
174
174
|
onRefresh?: (addedComment: boolean) => any;
|
175
175
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
176
176
|
refresh: (addedComment: boolean) => void;
|
@@ -182,19 +182,19 @@ declare const _default: {
|
|
182
182
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
183
183
|
propsDefinition: Omit<Readonly<{} & {
|
184
184
|
currentUser?: ResolvedUserIdentity;
|
185
|
-
|
186
|
-
|
187
|
-
templateSettings?: CommentLikeTemplateSettings;
|
188
|
-
canShowEditDialogOnLoad?: boolean;
|
185
|
+
readOnly?: boolean;
|
186
|
+
cardStyle?: ThemeDefinition;
|
189
187
|
canLike?: boolean;
|
188
|
+
canShowEditDialogOnLoad?: boolean;
|
189
|
+
dynamicInput?: CommentLikeTemplateDynamicInput;
|
190
190
|
additionalRoles?: guid[];
|
191
|
-
cardStyle?: ThemeDefinition;
|
192
191
|
hideEdit?: boolean;
|
193
|
-
|
194
|
-
|
192
|
+
comment?: Comment;
|
193
|
+
templateSettings?: CommentLikeTemplateSettings;
|
194
|
+
}>, "onDoc$" | "onCancelReply" | "onOpenReply" | "onRefresh"> & {
|
195
195
|
onDoc$?: (description?: string) => any;
|
196
|
-
onOpenReply?: (commentToReplyOn: Comment) => any;
|
197
196
|
onCancelReply?: (comment: Comment) => any;
|
197
|
+
onOpenReply?: (commentToReplyOn: Comment) => any;
|
198
198
|
onRefresh?: (addedComment: boolean) => any;
|
199
199
|
};
|
200
200
|
};
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts
CHANGED
@@ -127,12 +127,12 @@ declare const _default: {
|
|
127
127
|
propsDefinition: Omit<Readonly<{} & {
|
128
128
|
layout?: Layout;
|
129
129
|
definition?: VersionedLayoutDefinition;
|
130
|
-
versionedLayout?: VersionedLayout;
|
131
|
-
isCheckedOutToMe?: boolean;
|
132
130
|
layoutThemeDefinition?: ThemeDefinition;
|
133
131
|
blockThemeDefinition?: ThemeDefinition;
|
134
|
-
setLayoutEditorCanvasApi?: (instance: LayoutEditorCanvasApi) => void;
|
135
132
|
layoutProvider?: string;
|
133
|
+
versionedLayout?: VersionedLayout;
|
134
|
+
isCheckedOutToMe?: boolean;
|
135
|
+
setLayoutEditorCanvasApi?: (instance: LayoutEditorCanvasApi) => void;
|
136
136
|
layoutDependencyProviders?: string[];
|
137
137
|
}>, never>;
|
138
138
|
};
|
@@ -115,12 +115,12 @@ declare const _default: {
|
|
115
115
|
propsDefinition: Omit<Readonly<{} & {
|
116
116
|
versionedLayoutId?: VersionedLayoutId;
|
117
117
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
118
|
-
layoutThemeDefinition?: ThemeDefinition;
|
119
|
-
blockThemeDefinition?: ThemeDefinition;
|
120
|
-
layoutProvider?: string;
|
121
118
|
publishedVersionReference?: IVersionReference;
|
122
119
|
layoutBackgroundImageElementId?: string;
|
120
|
+
layoutThemeDefinition?: ThemeDefinition;
|
121
|
+
blockThemeDefinition?: ThemeDefinition;
|
123
122
|
enableAlternateLayout?: boolean;
|
123
|
+
layoutProvider?: string;
|
124
124
|
}>, never>;
|
125
125
|
};
|
126
126
|
export default _default;
|
package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts
CHANGED
@@ -167,12 +167,12 @@ declare const _default: {
|
|
167
167
|
serviceContainerContext?: ServiceContainerContext;
|
168
168
|
versionedLayoutId?: VersionedLayoutId;
|
169
169
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
170
|
-
layoutThemeDefinition?: ThemeDefinition;
|
171
|
-
blockThemeDefinition?: ThemeDefinition;
|
172
|
-
layoutProvider?: string;
|
173
170
|
publishedVersionReference?: IVersionReference;
|
174
171
|
layoutBackgroundImageElementId?: string;
|
172
|
+
layoutThemeDefinition?: ThemeDefinition;
|
173
|
+
blockThemeDefinition?: ThemeDefinition;
|
175
174
|
enableAlternateLayout?: boolean;
|
175
|
+
layoutProvider?: string;
|
176
176
|
}>, never>;
|
177
177
|
};
|
178
178
|
export default _default;
|
@@ -1276,9 +1276,6 @@ declare global {
|
|
1276
1276
|
"o-col": typeof wcd116618a12d0439f8da809535809c260 extends {
|
1277
1277
|
propsDefinition: infer TProp;
|
1278
1278
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd116618a12d0439f8da809535809c260 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd116618a12d0439f8da809535809c260>, "propsDefinition">> : never;
|
1279
|
-
"o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
|
1280
|
-
propsDefinition: infer TProp;
|
1281
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc27c00720f7fb46bbb39286a2cb94797c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc27c00720f7fb46bbb39286a2cb94797c>, "propsDefinition">> : never;
|
1282
1279
|
"o-data-table-server": typeof wc810f65f430374ef2a142907a707f650f extends {
|
1283
1280
|
propsDefinition: infer TProp;
|
1284
1281
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc810f65f430374ef2a142907a707f650f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc810f65f430374ef2a142907a707f650f>, "propsDefinition">> : never;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.250-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,12 +20,12 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.250-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
|
-
"vue": "3.4.
|
28
|
+
"vue": "3.4.34",
|
29
29
|
"vuetify": "3.6.13",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.3",
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { useEditorCommands } from "../commands/EditorCommands";
|
2
|
-
import { MarkdownPlugin, MarkdownPluginContext } from "../models/MarkdownPlugin";
|
3
|
-
export declare function useMarkdownParser(state: {
|
4
|
-
editor: HTMLDivElement;
|
5
|
-
}, plugins: Array<MarkdownPlugin>, editorCommands: ReturnType<typeof useEditorCommands>, pluginContext: MarkdownPluginContext): {
|
6
|
-
toHtml: (markdown: string) => string;
|
7
|
-
};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { SetupFactoryContext } from "@omnia/fx";
|
2
|
-
import { MarkdownPlugin } from "../models/MarkdownPlugin";
|
3
|
-
interface SetupMarkdownPluginContext extends SetupFactoryContext {
|
4
|
-
}
|
5
|
-
export declare function defineMarkdownPlugin<TArgs extends any[]>(setup: (ctx: SetupMarkdownPluginContext) => MarkdownPlugin): () => MarkdownPlugin & {
|
6
|
-
dispose?: () => void;
|
7
|
-
};
|
8
|
-
export {};
|