@halo-dev/richtext-editor 2.21.0 → 2.22.0
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/README.md +61 -0
- package/dist/components/Editor.vue.d.ts +5 -4
- package/dist/components/EditorHeader.vue.d.ts +4 -4
- package/dist/components/base/DropdownItem.vue.d.ts +29 -0
- package/dist/components/base/Input.vue.d.ts +29 -0
- package/dist/components/base/index.d.ts +2 -0
- package/dist/components/block/BlockActionButton.vue.d.ts +13 -8
- package/dist/{dev/App.vue.d.ts → components/block/BlockActionHorizontalSeparator.vue.d.ts} +1 -1
- package/dist/components/block/BlockActionSeparator.vue.d.ts +2 -1
- package/dist/components/block/index.d.ts +1 -2
- package/dist/components/bubble/BubbleButton.vue.d.ts +28 -0
- package/dist/components/bubble/BubbleItem.vue.d.ts +3 -37
- package/dist/components/{EditorBubbleMenu.vue.d.ts → bubble/EditorBubbleMenu.vue.d.ts} +3 -3
- package/dist/components/bubble/index.d.ts +2 -1
- package/dist/components/common/ColorPickerDropdown.vue.d.ts +7 -7
- package/dist/components/drag/EditorDragButtonItem.vue.d.ts +8 -0
- package/dist/components/drag/EditorDragHandle.vue.d.ts +14 -0
- package/dist/components/drag/EditorDragMenu.vue.d.ts +43 -0
- package/dist/components/drag/default-drag.d.ts +8 -0
- package/dist/components/drag/index.d.ts +4 -0
- package/dist/components/index.d.ts +4 -2
- package/dist/components/toolbar/ToolbarItem.vue.d.ts +2 -24
- package/dist/components/toolbar/ToolbarSubItem.vue.d.ts +2 -20
- package/dist/components/toolbox/ToolboxItem.vue.d.ts +2 -21
- package/dist/components/upload/EditorLinkObtain.vue.d.ts +52 -0
- package/dist/components/upload/ResourceReplaceButton.vue.d.ts +14 -0
- package/dist/components/upload/index.d.ts +2 -0
- package/dist/composables/use-attachment.d.ts +7 -0
- package/dist/extensions/audio/AudioView.vue.d.ts +107 -2
- package/dist/extensions/audio/BubbleItemAudioLink.vue.d.ts +2 -29
- package/dist/extensions/audio/BubbleItemAudioPosition.vue.d.ts +7 -0
- package/dist/extensions/audio/index.d.ts +9 -4
- package/dist/extensions/blockquote/index.d.ts +2 -2
- package/dist/extensions/bold/index.d.ts +2 -2
- package/dist/extensions/bullet-list/index.d.ts +3 -3
- package/dist/extensions/character-count/index.d.ts +1 -0
- package/dist/extensions/clear-format/index.d.ts +2 -2
- package/dist/extensions/code/index.d.ts +2 -2
- package/dist/extensions/code-block/CodeBlockSelect.vue.d.ts +7 -5
- package/dist/extensions/code-block/code-block.d.ts +7 -5
- package/dist/extensions/code-block/index.d.ts +0 -1
- package/dist/extensions/color/ColorBubbleItem.vue.d.ts +2 -29
- package/dist/extensions/color/ColorToolbarItem.vue.d.ts +2 -24
- package/dist/extensions/color/index.d.ts +2 -2
- package/dist/extensions/columns/column.d.ts +6 -2
- package/dist/extensions/columns/columns.d.ts +11 -4
- package/dist/extensions/columns/index.d.ts +2 -2
- package/dist/extensions/commands-menu/CommandsView.vue.d.ts +1 -1
- package/dist/extensions/commands-menu/commands.d.ts +2 -3
- package/dist/extensions/commands-menu/index.d.ts +1 -1
- package/dist/extensions/details/index.d.ts +6 -0
- package/dist/extensions/document/index.d.ts +2 -0
- package/dist/extensions/drop-cursor/index.d.ts +1 -0
- package/dist/extensions/extensions-kit.d.ts +91 -0
- package/dist/extensions/figure/FigureCaptionView.vue.d.ts +3 -0
- package/dist/extensions/figure/figure-caption.d.ts +2 -0
- package/dist/extensions/figure/index.d.ts +15 -0
- package/dist/extensions/font-size/index.d.ts +4 -14
- package/dist/extensions/format-brush/index.d.ts +4 -4
- package/dist/extensions/gallery/BubbleItemAddImage.vue.d.ts +7 -0
- package/dist/extensions/gallery/BubbleItemGap.vue.d.ts +493 -0
- package/dist/extensions/gallery/BubbleItemGroupSize.vue.d.ts +493 -0
- package/dist/extensions/gallery/BubbleItemLayout.vue.d.ts +493 -0
- package/dist/extensions/gallery/GalleryView.vue.d.ts +3 -0
- package/dist/extensions/gallery/gallery-bubble.d.ts +8 -0
- package/dist/extensions/gallery/index.d.ts +28 -0
- package/dist/extensions/gallery/useGalleryImages.d.ts +7 -0
- package/dist/extensions/gap-cursor/index.d.ts +1 -17
- package/dist/extensions/hard-break/index.d.ts +1 -0
- package/dist/extensions/heading/index.d.ts +2 -2
- package/dist/extensions/highlight/HighlightBubbleItem.vue.d.ts +2 -29
- package/dist/extensions/highlight/HighlightToolbarItem.vue.d.ts +2 -24
- package/dist/extensions/highlight/index.d.ts +2 -2
- package/dist/extensions/history/index.d.ts +1 -3
- package/dist/extensions/horizontal-rule/index.d.ts +1 -0
- package/dist/extensions/iframe/BubbleItemIframeAlign.vue.d.ts +7 -0
- package/dist/extensions/iframe/BubbleItemIframeLink.vue.d.ts +2 -29
- package/dist/extensions/iframe/BubbleItemIframeSize.vue.d.ts +2 -6
- package/dist/extensions/iframe/IframeView.vue.d.ts +54 -1
- package/dist/extensions/iframe/index.d.ts +4 -4
- package/dist/extensions/image/BubbleItemImageAlt.vue.d.ts +2 -29
- package/dist/extensions/image/BubbleItemImageHref.vue.d.ts +2 -29
- package/dist/extensions/image/BubbleItemImageLink.vue.d.ts +2 -29
- package/dist/extensions/image/BubbleItemImagePosition.vue.d.ts +7 -0
- package/dist/extensions/image/BubbleItemImageSize.vue.d.ts +2 -29
- package/dist/extensions/image/ImageView.vue.d.ts +109 -2
- package/dist/extensions/image/index.d.ts +8 -2
- package/dist/extensions/indent/index.d.ts +5 -5
- package/dist/extensions/index.d.ts +49 -47
- package/dist/extensions/italic/index.d.ts +2 -2
- package/dist/extensions/link/LinkBubbleButton.vue.d.ts +2 -29
- package/dist/extensions/link/index.d.ts +2 -2
- package/dist/extensions/list-extra/index.d.ts +6 -0
- package/dist/extensions/list-keymap/index.d.ts +4 -4
- package/dist/extensions/node-selected/index.d.ts +3 -4
- package/dist/extensions/ordered-list/index.d.ts +3 -3
- package/dist/extensions/paragraph/index.d.ts +2 -2
- package/dist/extensions/placeholder/index.d.ts +1 -0
- package/dist/extensions/range-selection/index.d.ts +2 -2
- package/dist/extensions/search-and-replace/IconButton.vue.d.ts +20 -0
- package/dist/extensions/search-and-replace/MatchToggleButton.vue.d.ts +20 -0
- package/dist/extensions/search-and-replace/SearchAndReplace.vue.d.ts +5 -2
- package/dist/extensions/search-and-replace/SearchAndReplacePlugin.d.ts +3 -2
- package/dist/extensions/search-and-replace/index.d.ts +2 -3
- package/dist/extensions/strike/index.d.ts +2 -2
- package/dist/extensions/subscript/index.d.ts +2 -2
- package/dist/extensions/superscript/index.d.ts +2 -2
- package/dist/extensions/table/index.d.ts +4 -2
- package/dist/extensions/table/table-row.d.ts +1 -1
- package/dist/extensions/task-list/index.d.ts +3 -3
- package/dist/extensions/text/BubbleItemTextType.vue.d.ts +3 -0
- package/dist/extensions/text/index.d.ts +4 -2
- package/dist/extensions/text-align/index.d.ts +2 -2
- package/dist/extensions/text-style/index.d.ts +3 -3
- package/dist/extensions/trailing-node/index.d.ts +1 -2
- package/dist/extensions/underline/index.d.ts +2 -2
- package/dist/extensions/upload/index.d.ts +8 -0
- package/dist/extensions/video/BubbleItemVideoLink.vue.d.ts +2 -29
- package/dist/extensions/video/BubbleItemVideoPosition.vue.d.ts +7 -0
- package/dist/extensions/video/BubbleItemVideoSize.vue.d.ts +2 -29
- package/dist/extensions/video/VideoView.vue.d.ts +107 -2
- package/dist/extensions/video/index.d.ts +18 -4
- package/dist/index.d.ts +1 -4
- package/dist/index.es.js +39156 -0
- package/dist/index.iife.js +176 -0
- package/dist/style.css +2 -1
- package/dist/tiptap/index.d.ts +3 -3
- package/dist/tiptap/pm/index.d.ts +0 -1
- package/dist/types/index.d.ts +115 -59
- package/dist/utils/attachment.d.ts +3 -0
- package/dist/utils/clipboard.d.ts +9 -0
- package/dist/utils/delete-node.d.ts +1 -1
- package/dist/utils/filter-duplicate-extensions.d.ts +2 -0
- package/dist/utils/index.d.ts +8 -0
- package/dist/utils/{isListActive.d.ts → is-list-active.d.ts} +2 -2
- package/dist/utils/is-node-empty.d.ts +6 -0
- package/dist/utils/keyboard.d.ts +37 -0
- package/dist/utils/upload.d.ts +67 -0
- package/package.json +46 -58
- package/dist/components/block/BlockActionInput.vue.d.ts +0 -15
- package/dist/components/block/BlockCard.vue.d.ts +0 -30
- package/dist/components/bubble/BubbleMenu.vue.d.ts +0 -84
- package/dist/components/bubble/BubbleMenuPlugin.d.ts +0 -52
- package/dist/dev/main.d.ts +0 -1
- package/dist/extensions/draggable/index.d.ts +0 -13
- package/dist/rich-text-editor.es.js +0 -41650
- package/dist/rich-text-editor.iife.js +0 -136
- package/dist/utils/isNodeEmpty.d.ts +0 -4
- /package/dist/components/icon/{MdiDeleteForeverOutline.vue.d.ts → MingcuteDelete2Line.vue.d.ts} +0 -0
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
editor: Editor;
|
|
5
|
-
isActive: ({ editor }: {
|
|
6
|
-
editor: Editor;
|
|
7
|
-
}) => boolean;
|
|
8
|
-
visible?: ({ editor }: {
|
|
9
|
-
editor: Editor;
|
|
10
|
-
}) => boolean;
|
|
11
|
-
icon?: Component;
|
|
12
|
-
title?: string;
|
|
13
|
-
action?: ({ editor }: {
|
|
14
|
-
editor: Editor;
|
|
15
|
-
}) => void;
|
|
16
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
editor: Editor;
|
|
18
|
-
isActive: ({ editor }: {
|
|
19
|
-
editor: Editor;
|
|
20
|
-
}) => boolean;
|
|
21
|
-
visible?: ({ editor }: {
|
|
22
|
-
editor: Editor;
|
|
23
|
-
}) => boolean;
|
|
24
|
-
icon?: Component;
|
|
25
|
-
title?: string;
|
|
26
|
-
action?: ({ editor }: {
|
|
27
|
-
editor: Editor;
|
|
28
|
-
}) => void;
|
|
29
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
3
|
export default _default;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
-
editor: Editor;
|
|
4
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
5
|
-
editor: Editor;
|
|
6
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
3
|
export default _default;
|
|
@@ -1,3 +1,56 @@
|
|
|
1
1
|
import { NodeViewProps } from '../../tiptap/vue-3';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<NodeViewProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<NodeViewProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<NodeViewProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<NodeViewProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
3
|
+
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
+
modelValue?: string | number | undefined;
|
|
5
|
+
} & {
|
|
6
|
+
type?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
help?: boolean;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
tooltip?: string;
|
|
11
|
+
autoFocus?: boolean;
|
|
12
|
+
}> & Readonly<{
|
|
13
|
+
onFocus?: (() => any) | undefined;
|
|
14
|
+
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: string | number | undefined) => any;
|
|
17
|
+
} & {
|
|
18
|
+
focus: () => any;
|
|
19
|
+
}, import('vue').PublicProps, {
|
|
20
|
+
tooltip: string;
|
|
21
|
+
type: string;
|
|
22
|
+
label: string;
|
|
23
|
+
placeholder: string;
|
|
24
|
+
help: boolean;
|
|
25
|
+
autoFocus: boolean;
|
|
26
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
27
|
+
inputRef: HTMLInputElement;
|
|
28
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
29
|
+
P: {};
|
|
30
|
+
B: {};
|
|
31
|
+
D: {};
|
|
32
|
+
C: {};
|
|
33
|
+
M: {};
|
|
34
|
+
Defaults: {};
|
|
35
|
+
}, Readonly<{
|
|
36
|
+
modelValue?: string | number | undefined;
|
|
37
|
+
} & {
|
|
38
|
+
type?: string;
|
|
39
|
+
label?: string;
|
|
40
|
+
help?: boolean;
|
|
41
|
+
placeholder?: string;
|
|
42
|
+
tooltip?: string;
|
|
43
|
+
autoFocus?: boolean;
|
|
44
|
+
}> & Readonly<{
|
|
45
|
+
onFocus?: (() => any) | undefined;
|
|
46
|
+
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
47
|
+
}>, {}, {}, {}, {}, {
|
|
48
|
+
tooltip: string;
|
|
49
|
+
type: string;
|
|
50
|
+
label: string;
|
|
51
|
+
placeholder: string;
|
|
52
|
+
help: boolean;
|
|
53
|
+
autoFocus: boolean;
|
|
54
|
+
}> | null;
|
|
55
|
+
}, any>;
|
|
3
56
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Node } from '../../tiptap
|
|
1
|
+
import { Node, PluginKey } from '../../tiptap';
|
|
2
2
|
import { ExtensionOptions } from '../../types';
|
|
3
|
-
declare module
|
|
3
|
+
declare module '../../tiptap' {
|
|
4
4
|
interface Commands<ReturnType> {
|
|
5
5
|
iframe: {
|
|
6
6
|
setIframe: (options: {
|
|
@@ -9,5 +9,5 @@ declare module "@/tiptap" {
|
|
|
9
9
|
};
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
13
|
-
export
|
|
12
|
+
export declare const IFRAME_BUBBLE_MENU_KEY: PluginKey<any>;
|
|
13
|
+
export declare const ExtensionIframe: Node<ExtensionOptions, any>;
|
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
editor: Editor;
|
|
5
|
-
isActive: ({ editor }: {
|
|
6
|
-
editor: Editor;
|
|
7
|
-
}) => boolean;
|
|
8
|
-
visible?: ({ editor }: {
|
|
9
|
-
editor: Editor;
|
|
10
|
-
}) => boolean;
|
|
11
|
-
icon?: Component;
|
|
12
|
-
title?: string;
|
|
13
|
-
action?: ({ editor }: {
|
|
14
|
-
editor: Editor;
|
|
15
|
-
}) => void;
|
|
16
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
editor: Editor;
|
|
18
|
-
isActive: ({ editor }: {
|
|
19
|
-
editor: Editor;
|
|
20
|
-
}) => boolean;
|
|
21
|
-
visible?: ({ editor }: {
|
|
22
|
-
editor: Editor;
|
|
23
|
-
}) => boolean;
|
|
24
|
-
icon?: Component;
|
|
25
|
-
title?: string;
|
|
26
|
-
action?: ({ editor }: {
|
|
27
|
-
editor: Editor;
|
|
28
|
-
}) => void;
|
|
29
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
3
|
export default _default;
|
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
editor: Editor;
|
|
5
|
-
isActive: ({ editor }: {
|
|
6
|
-
editor: Editor;
|
|
7
|
-
}) => boolean;
|
|
8
|
-
visible?: ({ editor }: {
|
|
9
|
-
editor: Editor;
|
|
10
|
-
}) => boolean;
|
|
11
|
-
icon?: Component;
|
|
12
|
-
title?: string;
|
|
13
|
-
action?: ({ editor }: {
|
|
14
|
-
editor: Editor;
|
|
15
|
-
}) => void;
|
|
16
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
editor: Editor;
|
|
18
|
-
isActive: ({ editor }: {
|
|
19
|
-
editor: Editor;
|
|
20
|
-
}) => boolean;
|
|
21
|
-
visible?: ({ editor }: {
|
|
22
|
-
editor: Editor;
|
|
23
|
-
}) => boolean;
|
|
24
|
-
icon?: Component;
|
|
25
|
-
title?: string;
|
|
26
|
-
action?: ({ editor }: {
|
|
27
|
-
editor: Editor;
|
|
28
|
-
}) => void;
|
|
29
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
3
|
export default _default;
|
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
editor: Editor;
|
|
5
|
-
isActive: ({ editor }: {
|
|
6
|
-
editor: Editor;
|
|
7
|
-
}) => boolean;
|
|
8
|
-
visible?: ({ editor }: {
|
|
9
|
-
editor: Editor;
|
|
10
|
-
}) => boolean;
|
|
11
|
-
icon?: Component;
|
|
12
|
-
title?: string;
|
|
13
|
-
action?: ({ editor }: {
|
|
14
|
-
editor: Editor;
|
|
15
|
-
}) => void;
|
|
16
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
editor: Editor;
|
|
18
|
-
isActive: ({ editor }: {
|
|
19
|
-
editor: Editor;
|
|
20
|
-
}) => boolean;
|
|
21
|
-
visible?: ({ editor }: {
|
|
22
|
-
editor: Editor;
|
|
23
|
-
}) => boolean;
|
|
24
|
-
icon?: Component;
|
|
25
|
-
title?: string;
|
|
26
|
-
action?: ({ editor }: {
|
|
27
|
-
editor: Editor;
|
|
28
|
-
}) => void;
|
|
29
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
3
|
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {
|
|
3
|
+
visible: ({ editor }: {
|
|
4
|
+
editor: import('@tiptap/core').Editor;
|
|
5
|
+
}) => boolean;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
editor: Editor;
|
|
5
|
-
isActive?: ({ editor }: {
|
|
6
|
-
editor: Editor;
|
|
7
|
-
}) => boolean;
|
|
8
|
-
visible?: ({ editor }: {
|
|
9
|
-
editor: Editor;
|
|
10
|
-
}) => boolean;
|
|
11
|
-
icon?: Component;
|
|
12
|
-
title?: string;
|
|
13
|
-
action?: ({ editor }: {
|
|
14
|
-
editor: Editor;
|
|
15
|
-
}) => void;
|
|
16
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
editor: Editor;
|
|
18
|
-
isActive?: ({ editor }: {
|
|
19
|
-
editor: Editor;
|
|
20
|
-
}) => boolean;
|
|
21
|
-
visible?: ({ editor }: {
|
|
22
|
-
editor: Editor;
|
|
23
|
-
}) => boolean;
|
|
24
|
-
icon?: Component;
|
|
25
|
-
title?: string;
|
|
26
|
-
action?: ({ editor }: {
|
|
27
|
-
editor: Editor;
|
|
28
|
-
}) => void;
|
|
29
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
3
|
export default _default;
|
|
@@ -1,3 +1,110 @@
|
|
|
1
|
-
import { NodeViewProps } from '../../tiptap
|
|
2
|
-
|
|
1
|
+
import { NodeViewProps } from '../../tiptap';
|
|
2
|
+
import { AttachmentSimple } from '@halo-dev/ui-shared';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<NodeViewProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<NodeViewProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
4
|
+
resizeRef: HTMLDivElement;
|
|
5
|
+
resizeHandleRef: HTMLDivElement;
|
|
6
|
+
editorLinkObtain: ({
|
|
7
|
+
$: import('vue').ComponentInternalInstance;
|
|
8
|
+
$data: {};
|
|
9
|
+
$props: {
|
|
10
|
+
readonly editor: import('@tiptap/core').Editor;
|
|
11
|
+
readonly accept?: string | undefined;
|
|
12
|
+
readonly uploadedFile?: File | undefined;
|
|
13
|
+
readonly uploadToAttachmentFile: (file: File, options?: import('axios').AxiosRequestConfig) => Promise<import('@halo-dev/api-client').Attachment>;
|
|
14
|
+
readonly onSetExternalLink?: ((attachment?: AttachmentSimple | undefined) => any) | undefined;
|
|
15
|
+
readonly onOnUploadReady?: ((file: File) => any) | undefined;
|
|
16
|
+
readonly onOnUploadProgress?: ((progress: number) => any) | undefined;
|
|
17
|
+
readonly onOnUploadFinish?: (() => any) | undefined;
|
|
18
|
+
readonly onOnUploadError?: ((error: Error) => any) | undefined;
|
|
19
|
+
readonly onOnUploadAbort?: (() => any) | undefined;
|
|
20
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
21
|
+
$attrs: {
|
|
22
|
+
[x: string]: unknown;
|
|
23
|
+
};
|
|
24
|
+
$refs: {
|
|
25
|
+
[x: string]: unknown;
|
|
26
|
+
};
|
|
27
|
+
$slots: Readonly<{
|
|
28
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
31
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
32
|
+
$host: Element | null;
|
|
33
|
+
$emit: ((event: "setExternalLink", attachment?: AttachmentSimple | undefined) => void) & ((event: "onUploadReady", file: File) => void) & ((event: "onUploadProgress", progress: number) => void) & ((event: "onUploadFinish") => void) & ((event: "onUploadError", error: Error) => void) & ((event: "onUploadAbort") => void);
|
|
34
|
+
$el: any;
|
|
35
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
36
|
+
editor: import('@tiptap/core').Editor;
|
|
37
|
+
accept?: string;
|
|
38
|
+
uploadedFile?: File;
|
|
39
|
+
uploadToAttachmentFile: (file: File, options?: import('axios').AxiosRequestConfig) => Promise<import('@halo-dev/api-client').Attachment>;
|
|
40
|
+
}> & Readonly<{
|
|
41
|
+
onSetExternalLink?: ((attachment?: AttachmentSimple | undefined) => any) | undefined;
|
|
42
|
+
onOnUploadReady?: ((file: File) => any) | undefined;
|
|
43
|
+
onOnUploadProgress?: ((progress: number) => any) | undefined;
|
|
44
|
+
onOnUploadFinish?: (() => any) | undefined;
|
|
45
|
+
onOnUploadError?: ((error: Error) => any) | undefined;
|
|
46
|
+
onOnUploadAbort?: (() => any) | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
abort: () => void;
|
|
49
|
+
retry: () => void;
|
|
50
|
+
reset: () => void;
|
|
51
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
52
|
+
setExternalLink: (attachment?: AttachmentSimple | undefined) => any;
|
|
53
|
+
onUploadReady: (file: File) => any;
|
|
54
|
+
onUploadProgress: (progress: number) => any;
|
|
55
|
+
onUploadFinish: () => any;
|
|
56
|
+
onUploadError: (error: Error) => any;
|
|
57
|
+
onUploadAbort: () => any;
|
|
58
|
+
}, string, {
|
|
59
|
+
accept: string;
|
|
60
|
+
uploadedFile: File;
|
|
61
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
62
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
63
|
+
created?: (() => void) | (() => void)[];
|
|
64
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
65
|
+
mounted?: (() => void) | (() => void)[];
|
|
66
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
67
|
+
updated?: (() => void) | (() => void)[];
|
|
68
|
+
activated?: (() => void) | (() => void)[];
|
|
69
|
+
deactivated?: (() => void) | (() => void)[];
|
|
70
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
71
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
72
|
+
destroyed?: (() => void) | (() => void)[];
|
|
73
|
+
unmounted?: (() => void) | (() => void)[];
|
|
74
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
75
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
76
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
77
|
+
};
|
|
78
|
+
$forceUpdate: () => void;
|
|
79
|
+
$nextTick: typeof import('vue').nextTick;
|
|
80
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
81
|
+
} & Readonly<{
|
|
82
|
+
accept: string;
|
|
83
|
+
uploadedFile: File;
|
|
84
|
+
}> & Omit<Readonly<{
|
|
85
|
+
editor: import('@tiptap/core').Editor;
|
|
86
|
+
accept?: string;
|
|
87
|
+
uploadedFile?: File;
|
|
88
|
+
uploadToAttachmentFile: (file: File, options?: import('axios').AxiosRequestConfig) => Promise<import('@halo-dev/api-client').Attachment>;
|
|
89
|
+
}> & Readonly<{
|
|
90
|
+
onSetExternalLink?: ((attachment?: AttachmentSimple | undefined) => any) | undefined;
|
|
91
|
+
onOnUploadReady?: ((file: File) => any) | undefined;
|
|
92
|
+
onOnUploadProgress?: ((progress: number) => any) | undefined;
|
|
93
|
+
onOnUploadFinish?: (() => any) | undefined;
|
|
94
|
+
onOnUploadError?: ((error: Error) => any) | undefined;
|
|
95
|
+
onOnUploadAbort?: (() => any) | undefined;
|
|
96
|
+
}>, "reset" | "abort" | "retry" | ("accept" | "uploadedFile")> & import('vue').ShallowUnwrapRef<{
|
|
97
|
+
abort: () => void;
|
|
98
|
+
retry: () => void;
|
|
99
|
+
reset: () => void;
|
|
100
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
101
|
+
$slots: {
|
|
102
|
+
uploading?(_: {
|
|
103
|
+
progress: number | undefined;
|
|
104
|
+
}): any;
|
|
105
|
+
error?(_: {}): any;
|
|
106
|
+
icon?(_: {}): any;
|
|
107
|
+
};
|
|
108
|
+
}) | null;
|
|
109
|
+
}, any>;
|
|
3
110
|
export default _default;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
import { PluginKey } from '../../tiptap';
|
|
1
2
|
import { ExtensionOptions } from '../../types';
|
|
3
|
+
import { Attachment } from '@halo-dev/api-client';
|
|
2
4
|
import { ImageOptions } from '@tiptap/extension-image';
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
+
import { AxiosRequestConfig } from 'axios';
|
|
6
|
+
export declare const IMAGE_BUBBLE_MENU_KEY: PluginKey<any>;
|
|
7
|
+
export type ExtensionImageOptions = ExtensionOptions & Partial<ImageOptions> & {
|
|
8
|
+
uploadImage?: (file: File, options?: AxiosRequestConfig) => Promise<Attachment>;
|
|
9
|
+
};
|
|
10
|
+
export declare const ExtensionImage: import('@tiptap/core').Node<ExtensionImageOptions, any>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Extension, KeyboardShortcutCommand } from '../../tiptap';
|
|
2
|
-
|
|
2
|
+
import { ExtensionOptions } from '../../types';
|
|
3
|
+
declare module '../../tiptap' {
|
|
3
4
|
interface Commands<ReturnType> {
|
|
4
5
|
indent: {
|
|
5
6
|
indent: () => ReturnType;
|
|
@@ -7,7 +8,7 @@ declare module "@/tiptap" {
|
|
|
7
8
|
};
|
|
8
9
|
}
|
|
9
10
|
}
|
|
10
|
-
|
|
11
|
+
export interface ExtensionIndentOptions extends ExtensionOptions {
|
|
11
12
|
names: Array<string>;
|
|
12
13
|
indentRange: number;
|
|
13
14
|
minIndentLevel: number;
|
|
@@ -15,9 +16,8 @@ type IndentOptions = {
|
|
|
15
16
|
defaultIndentLevel: number;
|
|
16
17
|
HTMLAttributes: Record<string, any>;
|
|
17
18
|
firstLineIndent: boolean;
|
|
18
|
-
}
|
|
19
|
-
declare const
|
|
19
|
+
}
|
|
20
|
+
export declare const ExtensionIndent: Extension<ExtensionIndentOptions, any>;
|
|
20
21
|
export declare const clamp: (val: number, min: number, max: number) => number;
|
|
21
22
|
export declare const getIndent: () => KeyboardShortcutCommand;
|
|
22
23
|
export declare const getOutdent: (outdentOnlyAtHead: boolean) => KeyboardShortcutCommand;
|
|
23
|
-
export default Indent;
|
|
@@ -1,47 +1,49 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export
|
|
47
|
-
export
|
|
1
|
+
export * from './extensions-kit';
|
|
2
|
+
export * from './audio';
|
|
3
|
+
export * from './blockquote';
|
|
4
|
+
export * from './bold';
|
|
5
|
+
export * from './bullet-list';
|
|
6
|
+
export * from './character-count';
|
|
7
|
+
export * from './clear-format';
|
|
8
|
+
export * from './code';
|
|
9
|
+
export * from './code-block';
|
|
10
|
+
export * from './color';
|
|
11
|
+
export * from './columns';
|
|
12
|
+
export * from './commands-menu';
|
|
13
|
+
export * from './details';
|
|
14
|
+
export * from './document';
|
|
15
|
+
export * from './drop-cursor';
|
|
16
|
+
export * from './figure';
|
|
17
|
+
export * from './font-size';
|
|
18
|
+
export * from './format-brush';
|
|
19
|
+
export * from './gallery';
|
|
20
|
+
export * from './gap-cursor';
|
|
21
|
+
export * from './hard-break';
|
|
22
|
+
export * from './heading';
|
|
23
|
+
export * from './highlight';
|
|
24
|
+
export * from './history';
|
|
25
|
+
export * from './horizontal-rule';
|
|
26
|
+
export * from './iframe';
|
|
27
|
+
export * from './image';
|
|
28
|
+
export * from './indent';
|
|
29
|
+
export * from './italic';
|
|
30
|
+
export * from './link';
|
|
31
|
+
export * from './list-keymap';
|
|
32
|
+
export * from './node-selected';
|
|
33
|
+
export * from './ordered-list';
|
|
34
|
+
export * from './paragraph';
|
|
35
|
+
export * from './placeholder';
|
|
36
|
+
export * from './range-selection';
|
|
37
|
+
export * from './search-and-replace';
|
|
38
|
+
export * from './strike';
|
|
39
|
+
export * from './subscript';
|
|
40
|
+
export * from './superscript';
|
|
41
|
+
export * from './table';
|
|
42
|
+
export * from './task-list';
|
|
43
|
+
export * from './text';
|
|
44
|
+
export * from './text-align';
|
|
45
|
+
export * from './text-style';
|
|
46
|
+
export * from './trailing-node';
|
|
47
|
+
export * from './underline';
|
|
48
|
+
export * from './upload';
|
|
49
|
+
export * from './video';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ExtensionOptions } from '../../types';
|
|
2
2
|
import { ItalicOptions } from '@tiptap/extension-italic';
|
|
3
|
-
|
|
4
|
-
export
|
|
3
|
+
export type ExtensionItalicOptions = ExtensionOptions & Partial<ItalicOptions>;
|
|
4
|
+
export declare const ExtensionItalic: import('@tiptap/core').Mark<ExtensionItalicOptions, any>;
|
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
editor: Editor;
|
|
5
|
-
isActive: ({ editor }: {
|
|
6
|
-
editor: Editor;
|
|
7
|
-
}) => boolean;
|
|
8
|
-
visible?: ({ editor }: {
|
|
9
|
-
editor: Editor;
|
|
10
|
-
}) => boolean;
|
|
11
|
-
icon?: Component;
|
|
12
|
-
title?: string;
|
|
13
|
-
action?: ({ editor }: {
|
|
14
|
-
editor: Editor;
|
|
15
|
-
}) => void;
|
|
16
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
editor: Editor;
|
|
18
|
-
isActive: ({ editor }: {
|
|
19
|
-
editor: Editor;
|
|
20
|
-
}) => boolean;
|
|
21
|
-
visible?: ({ editor }: {
|
|
22
|
-
editor: Editor;
|
|
23
|
-
}) => boolean;
|
|
24
|
-
icon?: Component;
|
|
25
|
-
title?: string;
|
|
26
|
-
action?: ({ editor }: {
|
|
27
|
-
editor: Editor;
|
|
28
|
-
}) => void;
|
|
29
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1
|
+
import { BubbleItemComponentProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BubbleItemComponentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleItemComponentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
3
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ExtensionOptions } from '../../types';
|
|
2
2
|
import { LinkOptions } from '@tiptap/extension-link';
|
|
3
|
-
|
|
4
|
-
export
|
|
3
|
+
export type ExtensionLinkOptions = ExtensionOptions & Partial<LinkOptions>;
|
|
4
|
+
export declare const ExtensionLink: import('@tiptap/core').Mark<ExtensionLinkOptions, any>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListKeymapOptions } from '@tiptap/extension-list
|
|
1
|
+
import { ListKeymapOptions } from '@tiptap/extension-list';
|
|
2
|
+
export type ExtensionListKeymapOptions = Partial<ListKeymapOptions>;
|
|
2
3
|
/**
|
|
3
|
-
* Optimize the listKeymap extension until the issue with @tiptap/extension-list
|
|
4
|
+
* Optimize the listKeymap extension until the issue with @tiptap/extension-list is resolved.
|
|
4
5
|
* https://github.com/ueberdosis/tiptap/issues/4395
|
|
5
6
|
*/
|
|
6
|
-
declare const ExtensionListKeymap: import('@tiptap/core').Extension<ListKeymapOptions
|
|
7
|
-
export default ExtensionListKeymap;
|
|
7
|
+
export declare const ExtensionListKeymap: import('@tiptap/core').Extension<Partial<ListKeymapOptions>, any>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { Extension } from '../../tiptap
|
|
2
|
-
export interface
|
|
1
|
+
import { Extension } from '../../tiptap';
|
|
2
|
+
export interface ExtensionNodeSelectedOptions {
|
|
3
3
|
className: string;
|
|
4
4
|
}
|
|
5
|
-
declare const
|
|
6
|
-
export default NodeSelected;
|
|
5
|
+
export declare const ExtensionNodeSelected: Extension<ExtensionNodeSelectedOptions, any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ExtensionOptions } from '../../types';
|
|
2
|
-
import { OrderedListOptions } from '@tiptap/extension-
|
|
3
|
-
|
|
4
|
-
export
|
|
2
|
+
import { OrderedListOptions } from '@tiptap/extension-list';
|
|
3
|
+
export type ExtensionOrderedListOptions = Partial<OrderedListOptions> & ExtensionOptions;
|
|
4
|
+
export declare const ExtensionOrderedList: import('@tiptap/core').Node<ExtensionOrderedListOptions, any>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EditorState, ResolvedPos, Dispatch } from '../../tiptap';
|
|
2
2
|
import { ExtensionOptions } from '../../types';
|
|
3
3
|
import { ParagraphOptions } from '@tiptap/extension-paragraph';
|
|
4
|
-
|
|
4
|
+
export type ExtensionParagraphOptions = ExtensionOptions & Partial<ParagraphOptions>;
|
|
5
|
+
export declare const ExtensionParagraph: import('@tiptap/core').Node<ExtensionParagraphOptions, any>;
|
|
5
6
|
export declare function deleteCurrentNodeAndSetSelection($from: ResolvedPos, beforePos: number, state: EditorState, dispatch: Dispatch): boolean;
|
|
6
7
|
export declare function handleDeletePreviousNode($from: ResolvedPos, beforePos: number, state: EditorState, dispatch: Dispatch): boolean;
|
|
7
|
-
export default Paragraph;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ExtensionPlaceholder: import('@tiptap/core').Extension<import('@tiptap/extensions').PlaceholderOptions, any>;
|