@omnia/fx 8.0.242-dev → 8.0.244-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.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +43 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownToolbarStateStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -10
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +12 -21
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +0 -498
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +0 -57
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +0 -57
- package/internal-do-not-import-from-here/{stores/markdown → ux/markdown/stores}/MarkdownEditorStore.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/markdown2/PluginRegistrationHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TextPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/VelcronPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +32 -20
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -0
- package/package.json +4 -4
@@ -1,5 +1,6 @@
|
|
1
1
|
import { DefineEmit } from "@omnia/fx/ux";
|
2
2
|
import { useMarkdownStore } from "./stores/MarkdownStore";
|
3
|
+
import { MarkdownPluginSettings } from "@omnia/fx-models";
|
3
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
5
|
"v-model"?: string;
|
5
6
|
} & {
|
@@ -14,6 +15,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
14
15
|
edit?: boolean;
|
15
16
|
} & {
|
16
17
|
getApi?: (store: ReturnType<typeof useMarkdownStore>) => void;
|
18
|
+
} & {
|
19
|
+
plugins?: MarkdownPluginSettings[];
|
17
20
|
} & DefineEmit<"update:modelValue", (value: string) => true>>) => {
|
18
21
|
$: import("vue").ComponentInternalInstance;
|
19
22
|
$data: {};
|
@@ -66,13 +69,15 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
66
69
|
edit?: boolean;
|
67
70
|
} & {
|
68
71
|
getApi?: (store: ReturnType<typeof useMarkdownStore>) => void;
|
72
|
+
} & {
|
73
|
+
plugins?: MarkdownPluginSettings[];
|
69
74
|
} & DefineEmit<"update:modelValue", (value: string) => true>> & {
|
70
75
|
"v-slots"?: {} & Omit<{
|
71
76
|
default?: import("vue").Slot;
|
72
77
|
}, never>;
|
73
78
|
} & {
|
74
79
|
"onUpdate:modelValue"?: (value: string) => any;
|
75
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toolbar" | "placeholder" | "edit" | "v-model" | "onUpdate:modelValue" | "modelValue" | "getApi">;
|
80
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toolbar" | "placeholder" | "edit" | "v-model" | "onUpdate:modelValue" | "modelValue" | "getApi" | "plugins">;
|
76
81
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
77
82
|
[key: string]: any;
|
78
83
|
}>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -2,5 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
|
|
2
2
|
import { MarkdownPlugin } from "../models/MarkdownPlugin";
|
3
3
|
interface SetupMarkdownPluginContext extends SetupFactoryContext {
|
4
4
|
}
|
5
|
-
export declare function defineMarkdownPlugin<TArgs extends any[]>(setup: (ctx: SetupMarkdownPluginContext) => MarkdownPlugin): () => MarkdownPlugin
|
5
|
+
export declare function defineMarkdownPlugin<TArgs extends any[]>(setup: (ctx: SetupMarkdownPluginContext) => MarkdownPlugin): () => MarkdownPlugin & {
|
6
|
+
dispose?: () => void;
|
7
|
+
};
|
6
8
|
export {};
|
package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MarkdownEditorActionRegistration } from "@omnia/fx-models";
|
1
|
+
import { MarkdownEditorActionRegistration, MarkdownPluginSettings } from "@omnia/fx-models";
|
2
2
|
import { MarkdownPlugin, MarkdownPluginContext } from "../models/MarkdownPlugin";
|
3
3
|
export declare const useMarkdownStore: () => {
|
4
4
|
state: {
|
@@ -22,7 +22,7 @@ export declare const useMarkdownStore: () => {
|
|
22
22
|
actions: {
|
23
23
|
onDispatching: {
|
24
24
|
registerPlugin: {
|
25
|
-
subscribe(fn: (
|
25
|
+
subscribe(fn: (pluginSettings: MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
26
|
};
|
27
27
|
toHtml: {
|
28
28
|
subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -57,7 +57,7 @@ export declare const useMarkdownStore: () => {
|
|
57
57
|
};
|
58
58
|
onDispatched: {
|
59
59
|
registerPlugin: {
|
60
|
-
subscribe(fn: (result: void,
|
60
|
+
subscribe(fn: (result: void, pluginSettings: MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
61
|
};
|
62
62
|
toHtml: {
|
63
63
|
subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -105,7 +105,7 @@ export declare const useMarkdownStore: () => {
|
|
105
105
|
};
|
106
106
|
onFailure: {
|
107
107
|
registerPlugin: {
|
108
|
-
subscribe(fn: (failureReason: any,
|
108
|
+
subscribe(fn: (failureReason: any, pluginSettings: MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
109
109
|
};
|
110
110
|
toHtml: {
|
111
111
|
subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -139,7 +139,7 @@ export declare const useMarkdownStore: () => {
|
|
139
139
|
};
|
140
140
|
};
|
141
141
|
} & {
|
142
|
-
registerPlugin: (
|
142
|
+
registerPlugin: (pluginSettings: MarkdownPluginSettings) => void;
|
143
143
|
toHtml: (markdown: string) => string;
|
144
144
|
toMarkdown: () => void;
|
145
145
|
setContent: (markdown: string) => void;
|
@@ -167,4 +167,6 @@ export declare const useMarkdownStore: () => {
|
|
167
167
|
get: {
|
168
168
|
plugins: MarkdownPlugin[];
|
169
169
|
};
|
170
|
+
} & {
|
171
|
+
dispose?: () => void;
|
170
172
|
};
|
@@ -24,7 +24,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
24
24
|
actions: {
|
25
25
|
onDispatching: {
|
26
26
|
registerPlugin: {
|
27
|
-
subscribe(fn: (
|
27
|
+
subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
28
|
};
|
29
29
|
toHtml: {
|
30
30
|
subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -59,7 +59,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
59
59
|
};
|
60
60
|
onDispatched: {
|
61
61
|
registerPlugin: {
|
62
|
-
subscribe(fn: (result: void,
|
62
|
+
subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
63
|
};
|
64
64
|
toHtml: {
|
65
65
|
subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -107,7 +107,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
107
107
|
};
|
108
108
|
onFailure: {
|
109
109
|
registerPlugin: {
|
110
|
-
subscribe(fn: (failureReason: any,
|
110
|
+
subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
111
111
|
};
|
112
112
|
toHtml: {
|
113
113
|
subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -141,7 +141,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
141
141
|
};
|
142
142
|
};
|
143
143
|
} & {
|
144
|
-
registerPlugin: (
|
144
|
+
registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
|
145
145
|
toHtml: (markdown: string) => string;
|
146
146
|
toMarkdown: () => void;
|
147
147
|
setContent: (markdown: string) => void;
|
@@ -169,6 +169,8 @@ export declare const useMarkdownToolbarStore: () => {
|
|
169
169
|
get: {
|
170
170
|
plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
|
171
171
|
};
|
172
|
+
} & {
|
173
|
+
dispose?: () => void;
|
172
174
|
};
|
173
175
|
show: boolean;
|
174
176
|
actions: MarkdownEditorActionRegistration[];
|
@@ -196,7 +198,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
196
198
|
actions: {
|
197
199
|
onDispatching: {
|
198
200
|
registerPlugin: {
|
199
|
-
subscribe(fn: (
|
201
|
+
subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
200
202
|
};
|
201
203
|
toHtml: {
|
202
204
|
subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -231,7 +233,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
231
233
|
};
|
232
234
|
onDispatched: {
|
233
235
|
registerPlugin: {
|
234
|
-
subscribe(fn: (result: void,
|
236
|
+
subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
235
237
|
};
|
236
238
|
toHtml: {
|
237
239
|
subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -279,7 +281,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
279
281
|
};
|
280
282
|
onFailure: {
|
281
283
|
registerPlugin: {
|
282
|
-
subscribe(fn: (failureReason: any,
|
284
|
+
subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
283
285
|
};
|
284
286
|
toHtml: {
|
285
287
|
subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -313,7 +315,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
313
315
|
};
|
314
316
|
};
|
315
317
|
} & {
|
316
|
-
registerPlugin: (
|
318
|
+
registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
|
317
319
|
toHtml: (markdown: string) => string;
|
318
320
|
toMarkdown: () => void;
|
319
321
|
setContent: (markdown: string) => void;
|
@@ -341,6 +343,8 @@ export declare const useMarkdownToolbarStore: () => {
|
|
341
343
|
get: {
|
342
344
|
plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
|
343
345
|
};
|
346
|
+
} & {
|
347
|
+
dispose?: () => void;
|
344
348
|
}>;
|
345
349
|
onMutatedShow: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
346
350
|
onMutatedActions: import("@omnia/fx").MessageBusExposeOnlySubscription<MarkdownEditorActionRegistration[]>;
|
@@ -370,7 +374,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
370
374
|
actions: {
|
371
375
|
onDispatching: {
|
372
376
|
registerPlugin: {
|
373
|
-
subscribe(fn: (
|
377
|
+
subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
374
378
|
};
|
375
379
|
toHtml: {
|
376
380
|
subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -405,7 +409,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
405
409
|
};
|
406
410
|
onDispatched: {
|
407
411
|
registerPlugin: {
|
408
|
-
subscribe(fn: (result: void,
|
412
|
+
subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
409
413
|
};
|
410
414
|
toHtml: {
|
411
415
|
subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -453,7 +457,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
453
457
|
};
|
454
458
|
onFailure: {
|
455
459
|
registerPlugin: {
|
456
|
-
subscribe(fn: (failureReason: any,
|
460
|
+
subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
457
461
|
};
|
458
462
|
toHtml: {
|
459
463
|
subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -487,7 +491,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
487
491
|
};
|
488
492
|
};
|
489
493
|
} & {
|
490
|
-
registerPlugin: (
|
494
|
+
registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
|
491
495
|
toHtml: (markdown: string) => string;
|
492
496
|
toMarkdown: () => void;
|
493
497
|
setContent: (markdown: string) => void;
|
@@ -515,6 +519,8 @@ export declare const useMarkdownToolbarStore: () => {
|
|
515
519
|
get: {
|
516
520
|
plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
|
517
521
|
};
|
522
|
+
} & {
|
523
|
+
dispose?: () => void;
|
518
524
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
519
525
|
};
|
520
526
|
setVisibility: {
|
@@ -545,7 +551,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
545
551
|
actions: {
|
546
552
|
onDispatching: {
|
547
553
|
registerPlugin: {
|
548
|
-
subscribe(fn: (
|
554
|
+
subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
549
555
|
};
|
550
556
|
toHtml: {
|
551
557
|
subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -580,7 +586,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
580
586
|
};
|
581
587
|
onDispatched: {
|
582
588
|
registerPlugin: {
|
583
|
-
subscribe(fn: (result: void,
|
589
|
+
subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
584
590
|
};
|
585
591
|
toHtml: {
|
586
592
|
subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -628,7 +634,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
628
634
|
};
|
629
635
|
onFailure: {
|
630
636
|
registerPlugin: {
|
631
|
-
subscribe(fn: (failureReason: any,
|
637
|
+
subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
632
638
|
};
|
633
639
|
toHtml: {
|
634
640
|
subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -662,7 +668,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
662
668
|
};
|
663
669
|
};
|
664
670
|
} & {
|
665
|
-
registerPlugin: (
|
671
|
+
registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
|
666
672
|
toHtml: (markdown: string) => string;
|
667
673
|
toMarkdown: () => void;
|
668
674
|
setContent: (markdown: string) => void;
|
@@ -690,6 +696,8 @@ export declare const useMarkdownToolbarStore: () => {
|
|
690
696
|
get: {
|
691
697
|
plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
|
692
698
|
};
|
699
|
+
} & {
|
700
|
+
dispose?: () => void;
|
693
701
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
694
702
|
};
|
695
703
|
setVisibility: {
|
@@ -720,7 +728,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
720
728
|
actions: {
|
721
729
|
onDispatching: {
|
722
730
|
registerPlugin: {
|
723
|
-
subscribe(fn: (
|
731
|
+
subscribe(fn: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
724
732
|
};
|
725
733
|
toHtml: {
|
726
734
|
subscribe(fn: (markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -755,7 +763,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
755
763
|
};
|
756
764
|
onDispatched: {
|
757
765
|
registerPlugin: {
|
758
|
-
subscribe(fn: (result: void,
|
766
|
+
subscribe(fn: (result: void, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
759
767
|
};
|
760
768
|
toHtml: {
|
761
769
|
subscribe(fn: (result: string, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -803,7 +811,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
803
811
|
};
|
804
812
|
onFailure: {
|
805
813
|
registerPlugin: {
|
806
|
-
subscribe(fn: (failureReason: any,
|
814
|
+
subscribe(fn: (failureReason: any, pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
807
815
|
};
|
808
816
|
toHtml: {
|
809
817
|
subscribe(fn: (failureReason: any, markdown: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -837,7 +845,7 @@ export declare const useMarkdownToolbarStore: () => {
|
|
837
845
|
};
|
838
846
|
};
|
839
847
|
} & {
|
840
|
-
registerPlugin: (
|
848
|
+
registerPlugin: (pluginSettings: import("@omnia/fx-models").MarkdownPluginSettings) => void;
|
841
849
|
toHtml: (markdown: string) => string;
|
842
850
|
toMarkdown: () => void;
|
843
851
|
setContent: (markdown: string) => void;
|
@@ -865,6 +873,8 @@ export declare const useMarkdownToolbarStore: () => {
|
|
865
873
|
get: {
|
866
874
|
plugins: import("../models/MarkdownPlugin").MarkdownPlugin[];
|
867
875
|
};
|
876
|
+
} & {
|
877
|
+
dispose?: () => void;
|
868
878
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
869
879
|
};
|
870
880
|
setVisibility: {
|
@@ -879,4 +889,6 @@ export declare const useMarkdownToolbarStore: () => {
|
|
879
889
|
isActiveStore(): boolean;
|
880
890
|
actionsGroupedAndSorted(): MarkdownEditorActionRegistration[][];
|
881
891
|
};
|
892
|
+
} & {
|
893
|
+
dispose?: () => void;
|
882
894
|
};
|
@@ -96,6 +96,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
96
96
|
autoplay: () => boolean;
|
97
97
|
swiper: () => import("swiper/types/swiper-class").default;
|
98
98
|
};
|
99
|
+
} & {
|
100
|
+
dispose?: () => void;
|
99
101
|
};
|
100
102
|
}>) => {
|
101
103
|
$: import("vue").ComponentInternalInstance;
|
@@ -228,6 +230,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
228
230
|
autoplay: () => boolean;
|
229
231
|
swiper: () => import("swiper/types/swiper-class").default;
|
230
232
|
};
|
233
|
+
} & {
|
234
|
+
dispose?: () => void;
|
231
235
|
};
|
232
236
|
}> & {
|
233
237
|
"v-slots"?: {} & Omit<{
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { DefineProp, DefinePropClass, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
|
-
import { ComponentPublicInstance,
|
2
|
+
import { ComponentPublicInstance, VNodeChild } from "vue";
|
3
3
|
import { OListLineTypes, OListTypes } from "@omnia/fx-models";
|
4
4
|
export interface IListItem<T> {
|
5
5
|
value: T;
|
6
6
|
index: number;
|
7
7
|
Item: typeof o.list.item;
|
8
8
|
}
|
9
|
-
export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, true, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"draggable", boolean |
|
9
|
+
export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, true, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"navigation", boolean | ((item: T) => boolean), false, false, "The row navigation."> & DefineProp<"remove", boolean | ((item: T) => boolean), false, false, "Enable removable row."> & DefineProp<"itemValue", string | ((item: T) => string), false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
|
10
10
|
declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<OListProps<T>>) => {
|
11
11
|
$: import("vue").ComponentInternalInstance;
|
12
12
|
$data: {};
|
@@ -51,7 +51,7 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Constr
|
|
51
51
|
} & Omit<{
|
52
52
|
default?: import("vue").Slot;
|
53
53
|
}, "item">;
|
54
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "
|
54
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "container" | "drag" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "remove" | "variant" | "divider" | "lines" | "itemValue">;
|
55
55
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
56
|
[key: string]: any;
|
57
57
|
}>;
|
@@ -18,4 +18,6 @@ export declare const hashTagEditorExtension: () => {
|
|
18
18
|
onBlur: (editor: TipTapEditor, setExtensionData: (data: RichTextContentExtensionData) => void) => void;
|
19
19
|
};
|
20
20
|
setPromotedTagOptions(promotedTagOptions: PromotedTagOptions): void;
|
21
|
+
} & {
|
22
|
+
dispose?: () => void;
|
21
23
|
};
|