prosekit 0.0.12 → 0.0.14
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/dist/_tsup-dts-rollup.d.ts +1070 -0
- package/dist/basic/style.css +1 -1
- package/dist/extensions/list/style.css +1 -1
- package/dist/prosekit-basic.d.ts +2 -1
- package/dist/prosekit-core.d.ts +53 -1
- package/dist/prosekit-extensions-autocomplete.d.ts +3 -1
- package/dist/prosekit-extensions-blockquote.d.ts +2 -1
- package/dist/prosekit-extensions-bold.d.ts +4 -1
- package/dist/prosekit-extensions-code-block.d.ts +5 -1
- package/dist/prosekit-extensions-code.d.ts +2 -1
- package/dist/prosekit-extensions-heading.d.ts +5 -1
- package/dist/prosekit-extensions-italic.d.ts +4 -1
- package/dist/prosekit-extensions-link.d.ts +4 -1
- package/dist/prosekit-extensions-list.d.ts +5 -1
- package/dist/prosekit-extensions-mention.d.ts +3 -1
- package/dist/prosekit-extensions-placeholder.d.ts +2 -1
- package/dist/prosekit-extensions-suggestion.d.ts +3 -1
- package/dist/prosekit-extensions.d.ts +1 -1
- package/dist/prosekit-lit-components-autocomplete-empty.d.ts +3 -1
- package/dist/prosekit-lit-components-autocomplete-item.d.ts +3 -1
- package/dist/prosekit-lit-components-autocomplete-list.d.ts +3 -1
- package/dist/prosekit-lit-components-autocomplete-popover.d.ts +4 -1
- package/dist/prosekit-lit-components-code-block-popover.d.ts +3 -1
- package/dist/prosekit-lit-components-combo-box-input.d.ts +3 -1
- package/dist/prosekit-lit-components-combo-box-item.d.ts +3 -1
- package/dist/prosekit-lit-components-combo-box-list.d.ts +3 -1
- package/dist/prosekit-lit-components-combo-box.d.ts +3 -1
- package/dist/prosekit-lit.d.ts +1 -1
- package/dist/prosekit-pm-commands.d.ts +29 -1
- package/dist/prosekit-pm-inputrules.d.ts +12 -1
- package/dist/prosekit-pm-keymap.d.ts +2 -1
- package/dist/prosekit-pm-model.d.ts +22 -1
- package/dist/prosekit-pm-state.d.ts +16 -1
- package/dist/prosekit-pm-transform.d.ts +22 -1
- package/dist/prosekit-pm-view.d.ts +11 -1
- package/dist/prosekit-pm.d.ts +1 -1
- package/dist/prosekit-preact-components-autocomplete-empty.d.ts +2 -1
- package/dist/prosekit-preact-components-autocomplete-item.d.ts +2 -1
- package/dist/prosekit-preact-components-autocomplete-list.d.ts +2 -1
- package/dist/prosekit-preact-components-autocomplete-popover.d.ts +3 -1
- package/dist/prosekit-preact-components-code-block-popover.d.ts +2 -1
- package/dist/prosekit-preact-components-combo-box-input.d.ts +2 -1
- package/dist/prosekit-preact-components-combo-box-item.d.ts +2 -1
- package/dist/prosekit-preact-components-combo-box-list.d.ts +2 -1
- package/dist/prosekit-preact-components-combo-box.d.ts +2 -1
- package/dist/prosekit-preact.d.ts +5 -1
- package/dist/prosekit-react-components-autocomplete-empty.d.ts +2 -1
- package/dist/prosekit-react-components-autocomplete-item.d.ts +2 -1
- package/dist/prosekit-react-components-autocomplete-list.d.ts +2 -1
- package/dist/prosekit-react-components-autocomplete-popover.d.ts +3 -1
- package/dist/prosekit-react-components-code-block-popover.d.ts +2 -1
- package/dist/prosekit-react-components-combo-box-input.d.ts +2 -1
- package/dist/prosekit-react-components-combo-box-item.d.ts +2 -1
- package/dist/prosekit-react-components-combo-box-list.d.ts +2 -1
- package/dist/prosekit-react-components-combo-box.d.ts +2 -1
- package/dist/prosekit-react.d.ts +5 -1
- package/dist/prosekit-solid-components-autocomplete-empty.d.ts +2 -1
- package/dist/prosekit-solid-components-autocomplete-item.d.ts +2 -1
- package/dist/prosekit-solid-components-autocomplete-list.d.ts +2 -1
- package/dist/prosekit-solid-components-autocomplete-popover.d.ts +3 -1
- package/dist/prosekit-solid-components-code-block-popover.d.ts +2 -1
- package/dist/prosekit-solid-components-combo-box-input.d.ts +2 -1
- package/dist/prosekit-solid-components-combo-box-item.d.ts +2 -1
- package/dist/prosekit-solid-components-combo-box-list.d.ts +2 -1
- package/dist/prosekit-solid-components-combo-box.d.ts +2 -1
- package/dist/prosekit-solid.d.ts +5 -1
- package/dist/prosekit-svelte-components-autocomplete-empty.d.ts +2 -1
- package/dist/prosekit-svelte-components-autocomplete-item.d.ts +2 -1
- package/dist/prosekit-svelte-components-autocomplete-list.d.ts +2 -1
- package/dist/prosekit-svelte-components-autocomplete-popover.d.ts +2 -1
- package/dist/prosekit-svelte-components-code-block-popover.d.ts +2 -1
- package/dist/prosekit-svelte-components-combo-box-input.d.ts +2 -1
- package/dist/prosekit-svelte-components-combo-box-item.d.ts +2 -1
- package/dist/prosekit-svelte-components-combo-box-list.d.ts +2 -1
- package/dist/prosekit-svelte-components-combo-box.d.ts +2 -1
- package/dist/prosekit-svelte-components-prosekit.d.ts +2 -1
- package/dist/prosekit-svelte.d.ts +1 -1
- package/dist/prosekit-vue-components-autocomplete-empty.d.ts +2 -1
- package/dist/prosekit-vue-components-autocomplete-item.d.ts +2 -1
- package/dist/prosekit-vue-components-autocomplete-list.d.ts +2 -1
- package/dist/prosekit-vue-components-autocomplete-popover.d.ts +3 -1
- package/dist/prosekit-vue-components-code-block-popover.d.ts +2 -1
- package/dist/prosekit-vue-components-combo-box-input.d.ts +2 -1
- package/dist/prosekit-vue-components-combo-box-item.d.ts +2 -1
- package/dist/prosekit-vue-components-combo-box-list.d.ts +2 -1
- package/dist/prosekit-vue-components-combo-box.d.ts +2 -1
- package/dist/prosekit-vue.d.ts +4 -1
- package/dist/prosekit.d.ts +1 -84
- package/package.json +13 -13
|
@@ -0,0 +1,1070 @@
|
|
|
1
|
+
import { addAutocomplete } from '@prosekit/extensions/autocomplete';
|
|
2
|
+
import { addBaseCommands } from '@prosekit/core';
|
|
3
|
+
import { addBaseKeymap } from '@prosekit/core';
|
|
4
|
+
import { addBasicExtension } from '@prosekit/basic';
|
|
5
|
+
import { addBlockquote } from '@prosekit/extensions/blockquote';
|
|
6
|
+
import { addBlockquoteSpec } from '@prosekit/extensions/blockquote';
|
|
7
|
+
import { addBold } from '@prosekit/extensions/bold';
|
|
8
|
+
import { addBoldCommands } from '@prosekit/extensions/bold';
|
|
9
|
+
import { addBoldKeymap } from '@prosekit/extensions/bold';
|
|
10
|
+
import { addBoldSpec } from '@prosekit/extensions/bold';
|
|
11
|
+
import { addCode } from '@prosekit/extensions/code';
|
|
12
|
+
import { addCodeBlock } from '@prosekit/extensions/code-block';
|
|
13
|
+
import { addCodeBlockCommands } from '@prosekit/extensions/code-block';
|
|
14
|
+
import { addCodeBlockInputRule } from '@prosekit/extensions/code-block';
|
|
15
|
+
import { addCodeBlockSpec } from '@prosekit/extensions/code-block';
|
|
16
|
+
import { addCodeSpec } from '@prosekit/extensions/code';
|
|
17
|
+
import { addCommands } from '@prosekit/core';
|
|
18
|
+
import { addDefaultState } from '@prosekit/core';
|
|
19
|
+
import { addDoc } from '@prosekit/core';
|
|
20
|
+
import { addHeading } from '@prosekit/extensions/heading';
|
|
21
|
+
import { addHeadingInputRule } from '@prosekit/extensions/heading';
|
|
22
|
+
import { addHeadingKeymap } from '@prosekit/extensions/heading';
|
|
23
|
+
import { addHeadingSpec } from '@prosekit/extensions/heading';
|
|
24
|
+
import { addInputRule } from '@prosekit/core';
|
|
25
|
+
import { addItalic } from '@prosekit/extensions/italic';
|
|
26
|
+
import { addItalic as addItalic_alias_1 } from '@prosekit/extensions/link';
|
|
27
|
+
import { addItalicCommands } from '@prosekit/extensions/italic';
|
|
28
|
+
import { addItalicKeymap } from '@prosekit/extensions/italic';
|
|
29
|
+
import { addItalicSpec } from '@prosekit/extensions/italic';
|
|
30
|
+
import { addKeymap } from '@prosekit/core';
|
|
31
|
+
import { addLinkCommands } from '@prosekit/extensions/link';
|
|
32
|
+
import { addLinkSpec } from '@prosekit/extensions/link';
|
|
33
|
+
import { addList } from '@prosekit/extensions/list';
|
|
34
|
+
import { addListInputRules } from '@prosekit/extensions/list';
|
|
35
|
+
import { addListKeymap } from '@prosekit/extensions/list';
|
|
36
|
+
import { addListPlugins } from '@prosekit/extensions/list';
|
|
37
|
+
import { addListSpec } from '@prosekit/extensions/list';
|
|
38
|
+
import { addMark } from '@prosekit/core';
|
|
39
|
+
import { AddMarkOptions } from '@prosekit/core';
|
|
40
|
+
import { addMarkSpec } from '@prosekit/core';
|
|
41
|
+
import { AddMarkStep } from '@prosekit/pm/transform';
|
|
42
|
+
import { addMention } from '@prosekit/extensions/mention';
|
|
43
|
+
import { addMentionSpec } from '@prosekit/extensions/mention';
|
|
44
|
+
import { AddNodeMarkStep } from '@prosekit/pm/transform';
|
|
45
|
+
import { addNodeSpec } from '@prosekit/core';
|
|
46
|
+
import { addNodeView } from '@prosekit/core';
|
|
47
|
+
import { addParagraph } from '@prosekit/core';
|
|
48
|
+
import { addPlaceholder } from '@prosekit/extensions/placeholder';
|
|
49
|
+
import { addPlugin } from '@prosekit/core';
|
|
50
|
+
import { addSuggestion } from '@prosekit/extensions/suggestion';
|
|
51
|
+
import { addText } from '@prosekit/core';
|
|
52
|
+
import { AllSelection } from '@prosekit/pm/state';
|
|
53
|
+
import { AttributeSpec } from '@prosekit/pm/model';
|
|
54
|
+
import { Attrs } from '@prosekit/pm/model';
|
|
55
|
+
import { AttrStep } from '@prosekit/pm/transform';
|
|
56
|
+
import { AutocompleteEmpty } from '@prosekit/lit/components/autocomplete-empty';
|
|
57
|
+
import { AutocompleteEmpty as AutocompleteEmpty_alias_1 } from '@prosekit/preact/components/autocomplete-empty';
|
|
58
|
+
import { AutocompleteEmpty as AutocompleteEmpty_alias_2 } from '@prosekit/react/components/autocomplete-empty';
|
|
59
|
+
import { AutocompleteEmpty as AutocompleteEmpty_alias_3 } from '@prosekit/solid/components/autocomplete-empty';
|
|
60
|
+
import { AutocompleteEmpty as AutocompleteEmpty_alias_4 } from '@prosekit/svelte/components/autocomplete-empty';
|
|
61
|
+
import { AutocompleteEmpty as AutocompleteEmpty_alias_5 } from '@prosekit/vue/components/autocomplete-empty';
|
|
62
|
+
import { AutocompleteEmptyProps } from '@prosekit/lit/components/autocomplete-empty';
|
|
63
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_1 } from '@prosekit/preact/components/autocomplete-empty';
|
|
64
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_2 } from '@prosekit/react/components/autocomplete-empty';
|
|
65
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_3 } from '@prosekit/solid/components/autocomplete-empty';
|
|
66
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_4 } from '@prosekit/svelte/components/autocomplete-empty';
|
|
67
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_5 } from '@prosekit/vue/components/autocomplete-empty';
|
|
68
|
+
import { AutocompleteItem } from '@prosekit/lit/components/autocomplete-item';
|
|
69
|
+
import { AutocompleteItem as AutocompleteItem_alias_1 } from '@prosekit/preact/components/autocomplete-item';
|
|
70
|
+
import { AutocompleteItem as AutocompleteItem_alias_2 } from '@prosekit/react/components/autocomplete-item';
|
|
71
|
+
import { AutocompleteItem as AutocompleteItem_alias_3 } from '@prosekit/solid/components/autocomplete-item';
|
|
72
|
+
import { AutocompleteItem as AutocompleteItem_alias_4 } from '@prosekit/svelte/components/autocomplete-item';
|
|
73
|
+
import { AutocompleteItem as AutocompleteItem_alias_5 } from '@prosekit/vue/components/autocomplete-item';
|
|
74
|
+
import { AutocompleteItemProps } from '@prosekit/lit/components/autocomplete-item';
|
|
75
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_1 } from '@prosekit/preact/components/autocomplete-item';
|
|
76
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_2 } from '@prosekit/react/components/autocomplete-item';
|
|
77
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_3 } from '@prosekit/solid/components/autocomplete-item';
|
|
78
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_4 } from '@prosekit/svelte/components/autocomplete-item';
|
|
79
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_5 } from '@prosekit/vue/components/autocomplete-item';
|
|
80
|
+
import { AutocompleteList } from '@prosekit/lit/components/autocomplete-list';
|
|
81
|
+
import { AutocompleteList as AutocompleteList_alias_1 } from '@prosekit/preact/components/autocomplete-list';
|
|
82
|
+
import { AutocompleteList as AutocompleteList_alias_2 } from '@prosekit/react/components/autocomplete-list';
|
|
83
|
+
import { AutocompleteList as AutocompleteList_alias_3 } from '@prosekit/solid/components/autocomplete-list';
|
|
84
|
+
import { AutocompleteList as AutocompleteList_alias_4 } from '@prosekit/svelte/components/autocomplete-list';
|
|
85
|
+
import { AutocompleteList as AutocompleteList_alias_5 } from '@prosekit/vue/components/autocomplete-list';
|
|
86
|
+
import { AutocompleteListProps } from '@prosekit/lit/components/autocomplete-list';
|
|
87
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_1 } from '@prosekit/preact/components/autocomplete-list';
|
|
88
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_2 } from '@prosekit/react/components/autocomplete-list';
|
|
89
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_3 } from '@prosekit/solid/components/autocomplete-list';
|
|
90
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_4 } from '@prosekit/svelte/components/autocomplete-list';
|
|
91
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_5 } from '@prosekit/vue/components/autocomplete-list';
|
|
92
|
+
import { AutocompletePopover } from '@prosekit/lit/components/autocomplete-popover';
|
|
93
|
+
import { AutocompletePopover as AutocompletePopover_alias_1 } from '@prosekit/preact/components/autocomplete-popover';
|
|
94
|
+
import { AutocompletePopover as AutocompletePopover_alias_2 } from '@prosekit/react/components/autocomplete-popover';
|
|
95
|
+
import { AutocompletePopover as AutocompletePopover_alias_3 } from '@prosekit/solid/components/autocomplete-popover';
|
|
96
|
+
import { AutocompletePopover as AutocompletePopover_alias_4 } from '@prosekit/svelte/components/autocomplete-popover';
|
|
97
|
+
import { AutocompletePopover as AutocompletePopover_alias_5 } from '@prosekit/vue/components/autocomplete-popover';
|
|
98
|
+
import { AutocompletePopoverProps } from '@prosekit/lit/components/autocomplete-popover';
|
|
99
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_1 } from '@prosekit/preact/components/autocomplete-popover';
|
|
100
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_2 } from '@prosekit/react/components/autocomplete-popover';
|
|
101
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_3 } from '@prosekit/solid/components/autocomplete-popover';
|
|
102
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_4 } from '@prosekit/svelte/components/autocomplete-popover';
|
|
103
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_5 } from '@prosekit/vue/components/autocomplete-popover';
|
|
104
|
+
import { AutocompleteRule } from '@prosekit/extensions/autocomplete';
|
|
105
|
+
import { autoJoin } from '@prosekit/pm/commands';
|
|
106
|
+
import { baseKeymap } from '@prosekit/pm/commands';
|
|
107
|
+
import { BasicExtension } from '@prosekit/basic';
|
|
108
|
+
import { canJoin } from '@prosekit/pm/transform';
|
|
109
|
+
import { canSplit } from '@prosekit/pm/transform';
|
|
110
|
+
import { chainCommands } from '@prosekit/pm/commands';
|
|
111
|
+
import { closeDoubleQuote } from '@prosekit/pm/inputrules';
|
|
112
|
+
import { closeSingleQuote } from '@prosekit/pm/inputrules';
|
|
113
|
+
import { CodeBlockAttrs } from '@prosekit/extensions/code-block';
|
|
114
|
+
import { CodeBlockPopover } from '@prosekit/lit/components/code-block-popover';
|
|
115
|
+
import { CodeBlockPopover as CodeBlockPopover_alias_1 } from '@prosekit/preact/components/code-block-popover';
|
|
116
|
+
import { CodeBlockPopover as CodeBlockPopover_alias_2 } from '@prosekit/react/components/code-block-popover';
|
|
117
|
+
import { CodeBlockPopover as CodeBlockPopover_alias_3 } from '@prosekit/solid/components/code-block-popover';
|
|
118
|
+
import { CodeBlockPopover as CodeBlockPopover_alias_4 } from '@prosekit/svelte/components/code-block-popover';
|
|
119
|
+
import { CodeBlockPopover as CodeBlockPopover_alias_5 } from '@prosekit/vue/components/code-block-popover';
|
|
120
|
+
import { CodeBlockPopoverProps } from '@prosekit/lit/components/code-block-popover';
|
|
121
|
+
import { CodeBlockPopoverProps as CodeBlockPopoverProps_alias_1 } from '@prosekit/preact/components/code-block-popover';
|
|
122
|
+
import { CodeBlockPopoverProps as CodeBlockPopoverProps_alias_2 } from '@prosekit/react/components/code-block-popover';
|
|
123
|
+
import { CodeBlockPopoverProps as CodeBlockPopoverProps_alias_3 } from '@prosekit/solid/components/code-block-popover';
|
|
124
|
+
import { CodeBlockPopoverProps as CodeBlockPopoverProps_alias_4 } from '@prosekit/svelte/components/code-block-popover';
|
|
125
|
+
import { CodeBlockPopoverProps as CodeBlockPopoverProps_alias_5 } from '@prosekit/vue/components/code-block-popover';
|
|
126
|
+
import { ComboBox } from '@prosekit/lit/components/combo-box';
|
|
127
|
+
import { ComboBox as ComboBox_alias_1 } from '@prosekit/preact/components/combo-box';
|
|
128
|
+
import { ComboBox as ComboBox_alias_2 } from '@prosekit/react/components/combo-box';
|
|
129
|
+
import { ComboBox as ComboBox_alias_3 } from '@prosekit/solid/components/combo-box';
|
|
130
|
+
import { ComboBox as ComboBox_alias_4 } from '@prosekit/svelte/components/combo-box';
|
|
131
|
+
import { ComboBox as ComboBox_alias_5 } from '@prosekit/vue/components/combo-box';
|
|
132
|
+
import { ComboBoxInput } from '@prosekit/lit/components/combo-box-input';
|
|
133
|
+
import { ComboBoxInput as ComboBoxInput_alias_1 } from '@prosekit/preact/components/combo-box-input';
|
|
134
|
+
import { ComboBoxInput as ComboBoxInput_alias_2 } from '@prosekit/react/components/combo-box-input';
|
|
135
|
+
import { ComboBoxInput as ComboBoxInput_alias_3 } from '@prosekit/solid/components/combo-box-input';
|
|
136
|
+
import { ComboBoxInput as ComboBoxInput_alias_4 } from '@prosekit/svelte/components/combo-box-input';
|
|
137
|
+
import { ComboBoxInput as ComboBoxInput_alias_5 } from '@prosekit/vue/components/combo-box-input';
|
|
138
|
+
import { ComboBoxInputProps } from '@prosekit/lit/components/combo-box-input';
|
|
139
|
+
import { ComboBoxInputProps as ComboBoxInputProps_alias_1 } from '@prosekit/preact/components/combo-box-input';
|
|
140
|
+
import { ComboBoxInputProps as ComboBoxInputProps_alias_2 } from '@prosekit/react/components/combo-box-input';
|
|
141
|
+
import { ComboBoxInputProps as ComboBoxInputProps_alias_3 } from '@prosekit/solid/components/combo-box-input';
|
|
142
|
+
import { ComboBoxInputProps as ComboBoxInputProps_alias_4 } from '@prosekit/svelte/components/combo-box-input';
|
|
143
|
+
import { ComboBoxInputProps as ComboBoxInputProps_alias_5 } from '@prosekit/vue/components/combo-box-input';
|
|
144
|
+
import { ComboBoxItem } from '@prosekit/lit/components/combo-box-item';
|
|
145
|
+
import { ComboBoxItem as ComboBoxItem_alias_1 } from '@prosekit/preact/components/combo-box-item';
|
|
146
|
+
import { ComboBoxItem as ComboBoxItem_alias_2 } from '@prosekit/react/components/combo-box-item';
|
|
147
|
+
import { ComboBoxItem as ComboBoxItem_alias_3 } from '@prosekit/solid/components/combo-box-item';
|
|
148
|
+
import { ComboBoxItem as ComboBoxItem_alias_4 } from '@prosekit/svelte/components/combo-box-item';
|
|
149
|
+
import { ComboBoxItem as ComboBoxItem_alias_5 } from '@prosekit/vue/components/combo-box-item';
|
|
150
|
+
import { ComboBoxItemProps } from '@prosekit/lit/components/combo-box-item';
|
|
151
|
+
import { ComboBoxItemProps as ComboBoxItemProps_alias_1 } from '@prosekit/preact/components/combo-box-item';
|
|
152
|
+
import { ComboBoxItemProps as ComboBoxItemProps_alias_2 } from '@prosekit/react/components/combo-box-item';
|
|
153
|
+
import { ComboBoxItemProps as ComboBoxItemProps_alias_3 } from '@prosekit/solid/components/combo-box-item';
|
|
154
|
+
import { ComboBoxItemProps as ComboBoxItemProps_alias_4 } from '@prosekit/svelte/components/combo-box-item';
|
|
155
|
+
import { ComboBoxItemProps as ComboBoxItemProps_alias_5 } from '@prosekit/vue/components/combo-box-item';
|
|
156
|
+
import { ComboBoxList } from '@prosekit/lit/components/combo-box-list';
|
|
157
|
+
import { ComboBoxList as ComboBoxList_alias_1 } from '@prosekit/preact/components/combo-box-list';
|
|
158
|
+
import { ComboBoxList as ComboBoxList_alias_2 } from '@prosekit/react/components/combo-box-list';
|
|
159
|
+
import { ComboBoxList as ComboBoxList_alias_3 } from '@prosekit/solid/components/combo-box-list';
|
|
160
|
+
import { ComboBoxList as ComboBoxList_alias_4 } from '@prosekit/svelte/components/combo-box-list';
|
|
161
|
+
import { ComboBoxList as ComboBoxList_alias_5 } from '@prosekit/vue/components/combo-box-list';
|
|
162
|
+
import { ComboBoxListProps } from '@prosekit/lit/components/combo-box-list';
|
|
163
|
+
import { ComboBoxListProps as ComboBoxListProps_alias_1 } from '@prosekit/preact/components/combo-box-list';
|
|
164
|
+
import { ComboBoxListProps as ComboBoxListProps_alias_2 } from '@prosekit/react/components/combo-box-list';
|
|
165
|
+
import { ComboBoxListProps as ComboBoxListProps_alias_3 } from '@prosekit/solid/components/combo-box-list';
|
|
166
|
+
import { ComboBoxListProps as ComboBoxListProps_alias_4 } from '@prosekit/svelte/components/combo-box-list';
|
|
167
|
+
import { ComboBoxListProps as ComboBoxListProps_alias_5 } from '@prosekit/vue/components/combo-box-list';
|
|
168
|
+
import { ComboBoxProps } from '@prosekit/lit/components/combo-box';
|
|
169
|
+
import { ComboBoxProps as ComboBoxProps_alias_1 } from '@prosekit/preact/components/combo-box';
|
|
170
|
+
import { ComboBoxProps as ComboBoxProps_alias_2 } from '@prosekit/react/components/combo-box';
|
|
171
|
+
import { ComboBoxProps as ComboBoxProps_alias_3 } from '@prosekit/solid/components/combo-box';
|
|
172
|
+
import { ComboBoxProps as ComboBoxProps_alias_4 } from '@prosekit/svelte/components/combo-box';
|
|
173
|
+
import { ComboBoxProps as ComboBoxProps_alias_5 } from '@prosekit/vue/components/combo-box';
|
|
174
|
+
import { Command } from '@prosekit/pm/state';
|
|
175
|
+
import { CommandArgs } from '@prosekit/core';
|
|
176
|
+
import { ContentMatch } from '@prosekit/pm/model';
|
|
177
|
+
import { createEditor } from '@prosekit/core';
|
|
178
|
+
import { createParagraphNear } from '@prosekit/pm/commands';
|
|
179
|
+
import { Decoration } from '@prosekit/pm/view';
|
|
180
|
+
import { DecorationAttrs } from '@prosekit/pm/view';
|
|
181
|
+
import { DecorationSet } from '@prosekit/pm/view';
|
|
182
|
+
import { DecorationSource } from '@prosekit/pm/view';
|
|
183
|
+
import { DefaultStateOptions } from '@prosekit/core';
|
|
184
|
+
import { defineExtension } from '@prosekit/core';
|
|
185
|
+
import { deleteSelection } from '@prosekit/pm/commands';
|
|
186
|
+
import { DirectEditorProps } from '@prosekit/pm/view';
|
|
187
|
+
import { DOMEventMap } from '@prosekit/pm/view';
|
|
188
|
+
import { DOMOutputSpec } from '@prosekit/pm/model';
|
|
189
|
+
import { DOMParser as DOMParser_2 } from '@prosekit/pm/model';
|
|
190
|
+
import { DOMSerializer } from '@prosekit/pm/model';
|
|
191
|
+
import { dropPoint } from '@prosekit/pm/transform';
|
|
192
|
+
import { Editor } from '@prosekit/core';
|
|
193
|
+
import { EditorOptions } from '@prosekit/core';
|
|
194
|
+
import { EditorProps } from '@prosekit/pm/view';
|
|
195
|
+
import { EditorState } from '@prosekit/pm/state';
|
|
196
|
+
import { EditorStateConfig } from '@prosekit/pm/state';
|
|
197
|
+
import { EditorView } from '@prosekit/pm/view';
|
|
198
|
+
import { ellipsis } from '@prosekit/pm/inputrules';
|
|
199
|
+
import { emDash } from '@prosekit/pm/inputrules';
|
|
200
|
+
import { exitCode } from '@prosekit/pm/commands';
|
|
201
|
+
import { Extension } from '@prosekit/core';
|
|
202
|
+
import { ExtensionTyping } from '@prosekit/core';
|
|
203
|
+
import { ExtractCommandCreators } from '@prosekit/core';
|
|
204
|
+
import { ExtractCommandDispatchers } from '@prosekit/core';
|
|
205
|
+
import { ExtractMarks } from '@prosekit/core';
|
|
206
|
+
import { ExtractNodes } from '@prosekit/core';
|
|
207
|
+
import { Facet } from '@prosekit/core';
|
|
208
|
+
import { FacetExtension } from '@prosekit/core';
|
|
209
|
+
import { FacetOptions } from '@prosekit/core';
|
|
210
|
+
import { findWrapping } from '@prosekit/pm/transform';
|
|
211
|
+
import { Fragment } from '@prosekit/pm/model';
|
|
212
|
+
import { getEditor } from '@prosekit/svelte';
|
|
213
|
+
import { getMarkType } from '@prosekit/core';
|
|
214
|
+
import { getNodeType } from '@prosekit/core';
|
|
215
|
+
import { HeadingAttrs } from '@prosekit/extensions/heading';
|
|
216
|
+
import { InputRule } from '@prosekit/pm/inputrules';
|
|
217
|
+
import { inputRules } from '@prosekit/pm/inputrules';
|
|
218
|
+
import { insertPoint } from '@prosekit/pm/transform';
|
|
219
|
+
import { joinBackward } from '@prosekit/pm/commands';
|
|
220
|
+
import { joinDown } from '@prosekit/pm/commands';
|
|
221
|
+
import { joinForward } from '@prosekit/pm/commands';
|
|
222
|
+
import { joinPoint } from '@prosekit/pm/transform';
|
|
223
|
+
import { joinTextblockBackward } from '@prosekit/pm/commands';
|
|
224
|
+
import { joinTextblockForward } from '@prosekit/pm/commands';
|
|
225
|
+
import { joinUp } from '@prosekit/pm/commands';
|
|
226
|
+
import { keydownHandler } from '@prosekit/pm/keymap';
|
|
227
|
+
import { Keymap } from '@prosekit/core';
|
|
228
|
+
import { keymap } from '@prosekit/pm/keymap';
|
|
229
|
+
import { lift } from '@prosekit/pm/commands';
|
|
230
|
+
import { liftEmptyBlock } from '@prosekit/pm/commands';
|
|
231
|
+
import { liftTarget } from '@prosekit/pm/transform';
|
|
232
|
+
import { LinkAttrs } from '@prosekit/extensions/link';
|
|
233
|
+
import { macBaseKeymap } from '@prosekit/pm/commands';
|
|
234
|
+
import { Mappable } from '@prosekit/pm/transform';
|
|
235
|
+
import { Mapping } from '@prosekit/pm/transform';
|
|
236
|
+
import { MapResult } from '@prosekit/pm/transform';
|
|
237
|
+
import { Mark } from '@prosekit/pm/model';
|
|
238
|
+
import { MarkSpec } from '@prosekit/pm/model';
|
|
239
|
+
import { MarkSpecOptions } from '@prosekit/core';
|
|
240
|
+
import { MarkType } from '@prosekit/pm/model';
|
|
241
|
+
import { MarkViewConstructor } from '@prosekit/pm/view';
|
|
242
|
+
import { MatchHandler } from '@prosekit/extensions/autocomplete';
|
|
243
|
+
import { MentionAttrs } from '@prosekit/extensions/mention';
|
|
244
|
+
import { newlineInCode } from '@prosekit/pm/commands';
|
|
245
|
+
import { Node as Node_2 } from '@prosekit/pm/model';
|
|
246
|
+
import { NodeJson } from '@prosekit/core';
|
|
247
|
+
import { NodeRange } from '@prosekit/pm/model';
|
|
248
|
+
import { NodeSelection } from '@prosekit/pm/state';
|
|
249
|
+
import { NodeSpec } from '@prosekit/pm/model';
|
|
250
|
+
import { NodeSpecOptions } from '@prosekit/core';
|
|
251
|
+
import { NodeType } from '@prosekit/pm/model';
|
|
252
|
+
import { NodeView } from '@prosekit/pm/view';
|
|
253
|
+
import { NodeViewConstructor } from '@prosekit/pm/view';
|
|
254
|
+
import { NodeViewOptions } from '@prosekit/core';
|
|
255
|
+
import { openDoubleQuote } from '@prosekit/pm/inputrules';
|
|
256
|
+
import { openSingleQuote } from '@prosekit/pm/inputrules';
|
|
257
|
+
import { Options } from 'tsup';
|
|
258
|
+
import { ParseOptions } from '@prosekit/pm/model';
|
|
259
|
+
import { ParseRule } from '@prosekit/pm/model';
|
|
260
|
+
import { pcBaseKeymap } from '@prosekit/pm/commands';
|
|
261
|
+
import { PlaceholderOptions } from '@prosekit/extensions/placeholder';
|
|
262
|
+
import { Plugin as Plugin_2 } from '@prosekit/pm/state';
|
|
263
|
+
import { pluginFacet } from '@prosekit/core';
|
|
264
|
+
import { PluginFacetInput } from '@prosekit/core';
|
|
265
|
+
import { PluginKey } from '@prosekit/pm/state';
|
|
266
|
+
import { PluginSpec } from '@prosekit/pm/state';
|
|
267
|
+
import { PluginView } from '@prosekit/pm/state';
|
|
268
|
+
import { PopoverOptions } from '@prosekit/lit/components/autocomplete-popover';
|
|
269
|
+
import { PopoverOptions as PopoverOptions_alias_1 } from '@prosekit/preact/components/autocomplete-popover';
|
|
270
|
+
import { PopoverOptions as PopoverOptions_alias_2 } from '@prosekit/react/components/autocomplete-popover';
|
|
271
|
+
import { PopoverOptions as PopoverOptions_alias_3 } from '@prosekit/solid/components/autocomplete-popover';
|
|
272
|
+
import { PopoverOptions as PopoverOptions_alias_4 } from '@prosekit/vue/components/autocomplete-popover';
|
|
273
|
+
import { PredictionRule } from '@prosekit/extensions/suggestion';
|
|
274
|
+
import { Priority } from '@prosekit/core';
|
|
275
|
+
import { propNames } from '@prosekit/lit/components/autocomplete-empty';
|
|
276
|
+
import { propNames as propNames_alias_1 } from '@prosekit/lit/components/autocomplete-item';
|
|
277
|
+
import { propNames as propNames_alias_2 } from '@prosekit/lit/components/autocomplete-list';
|
|
278
|
+
import { propNames as propNames_alias_3 } from '@prosekit/lit/components/autocomplete-popover';
|
|
279
|
+
import { propNames as propNames_alias_4 } from '@prosekit/lit/components/code-block-popover';
|
|
280
|
+
import { propNames as propNames_alias_5 } from '@prosekit/lit/components/combo-box-input';
|
|
281
|
+
import { propNames as propNames_alias_6 } from '@prosekit/lit/components/combo-box-item';
|
|
282
|
+
import { propNames as propNames_alias_7 } from '@prosekit/lit/components/combo-box-list';
|
|
283
|
+
import { propNames as propNames_alias_8 } from '@prosekit/lit/components/combo-box';
|
|
284
|
+
import { ProseKit } from '@prosekit/preact';
|
|
285
|
+
import { ProseKit as ProseKit_alias_1 } from '@prosekit/react';
|
|
286
|
+
import { ProseKit as ProseKit_alias_2 } from '@prosekit/solid';
|
|
287
|
+
import { ProseKit as ProseKit_alias_3 } from '@prosekit/vue';
|
|
288
|
+
import { ProseKit as ProseKit_alias_4 } from '@prosekit/svelte/components/prosekit';
|
|
289
|
+
import { ProseKitError } from '@prosekit/core';
|
|
290
|
+
import { ProseKitProps } from '@prosekit/preact';
|
|
291
|
+
import { ProseKitProps as ProseKitProps_alias_1 } from '@prosekit/react';
|
|
292
|
+
import { ProseKitProps as ProseKitProps_alias_2 } from '@prosekit/solid';
|
|
293
|
+
import { ProseKitProps as ProseKitProps_alias_3 } from '@prosekit/vue';
|
|
294
|
+
import { ProseKitProps as ProseKitProps_alias_4 } from '@prosekit/svelte/components/prosekit';
|
|
295
|
+
import { ProseMirrorNode } from '@prosekit/pm/model';
|
|
296
|
+
import { ProseMirrorPlugin } from '@prosekit/pm/state';
|
|
297
|
+
import { RemoveMarkStep } from '@prosekit/pm/transform';
|
|
298
|
+
import { RemoveNodeMarkStep } from '@prosekit/pm/transform';
|
|
299
|
+
import { ReplaceAroundStep } from '@prosekit/pm/transform';
|
|
300
|
+
import { ReplaceError } from '@prosekit/pm/model';
|
|
301
|
+
import { ReplaceStep } from '@prosekit/pm/transform';
|
|
302
|
+
import { replaceStep } from '@prosekit/pm/transform';
|
|
303
|
+
import { ResolvedPos } from '@prosekit/pm/model';
|
|
304
|
+
import { Schema } from '@prosekit/pm/model';
|
|
305
|
+
import { SchemaSpec } from '@prosekit/pm/model';
|
|
306
|
+
import { selectAll } from '@prosekit/pm/commands';
|
|
307
|
+
import { Selection as Selection_2 } from '@prosekit/pm/state';
|
|
308
|
+
import { SelectionBookmark } from '@prosekit/pm/state';
|
|
309
|
+
import { SelectionJson } from '@prosekit/core';
|
|
310
|
+
import { SelectionRange } from '@prosekit/pm/state';
|
|
311
|
+
import { selectNodeBackward } from '@prosekit/pm/commands';
|
|
312
|
+
import { selectNodeForward } from '@prosekit/pm/commands';
|
|
313
|
+
import { selectParentNode } from '@prosekit/pm/commands';
|
|
314
|
+
import { selectTextblockEnd } from '@prosekit/pm/commands';
|
|
315
|
+
import { selectTextblockStart } from '@prosekit/pm/commands';
|
|
316
|
+
import { setBlockType } from '@prosekit/pm/commands';
|
|
317
|
+
import { SimplifyExtension } from '@prosekit/core';
|
|
318
|
+
import { SimplifyUnion } from '@prosekit/core';
|
|
319
|
+
import { Slice } from '@prosekit/pm/model';
|
|
320
|
+
import { smartQuotes } from '@prosekit/pm/inputrules';
|
|
321
|
+
import { splitBlock } from '@prosekit/pm/commands';
|
|
322
|
+
import { splitBlockAs } from '@prosekit/pm/commands';
|
|
323
|
+
import { splitBlockKeepMarks } from '@prosekit/pm/commands';
|
|
324
|
+
import { StateConfigCallback } from '@prosekit/core';
|
|
325
|
+
import { StateConfigContext } from '@prosekit/core';
|
|
326
|
+
import { StateField } from '@prosekit/pm/state';
|
|
327
|
+
import { StateJson } from '@prosekit/core';
|
|
328
|
+
import { Step } from '@prosekit/pm/transform';
|
|
329
|
+
import { StepMap } from '@prosekit/pm/transform';
|
|
330
|
+
import { StepResult } from '@prosekit/pm/transform';
|
|
331
|
+
import { SuggestionOptions } from '@prosekit/extensions/suggestion';
|
|
332
|
+
import { textblockTypeInputRule } from '@prosekit/pm/inputrules';
|
|
333
|
+
import { TextSelection } from '@prosekit/pm/state';
|
|
334
|
+
import { toggleMark } from '@prosekit/core';
|
|
335
|
+
import { toggleMark as toggleMark_alias_1 } from '@prosekit/pm/commands';
|
|
336
|
+
import { ToggleMarkOptions } from '@prosekit/core';
|
|
337
|
+
import { toggleNode } from '@prosekit/core';
|
|
338
|
+
import { ToggleNodeOptions } from '@prosekit/core';
|
|
339
|
+
import { Transaction } from '@prosekit/pm/state';
|
|
340
|
+
import { Transform } from '@prosekit/pm/transform';
|
|
341
|
+
import { undoInputRule } from '@prosekit/pm/inputrules';
|
|
342
|
+
import { useEditor } from '@prosekit/preact';
|
|
343
|
+
import { useEditor as useEditor_alias_1 } from '@prosekit/react';
|
|
344
|
+
import { useEditor as useEditor_alias_2 } from '@prosekit/solid';
|
|
345
|
+
import { useEditor as useEditor_alias_3 } from '@prosekit/vue';
|
|
346
|
+
import { useExtension } from '@prosekit/preact';
|
|
347
|
+
import { useExtension as useExtension_alias_1 } from '@prosekit/react';
|
|
348
|
+
import { useExtension as useExtension_alias_2 } from '@prosekit/solid';
|
|
349
|
+
import { useKeymap } from '@prosekit/preact';
|
|
350
|
+
import { useKeymap as useKeymap_alias_1 } from '@prosekit/react';
|
|
351
|
+
import { useKeymap as useKeymap_alias_2 } from '@prosekit/solid';
|
|
352
|
+
import { useKeymap as useKeymap_alias_3 } from '@prosekit/vue';
|
|
353
|
+
import { ViewProps } from '@prosekit/core';
|
|
354
|
+
import { withPriority } from '@prosekit/core';
|
|
355
|
+
import { wrapIn } from '@prosekit/pm/commands';
|
|
356
|
+
import { wrappingInputRule } from '@prosekit/pm/inputrules';
|
|
357
|
+
|
|
358
|
+
export { addAutocomplete }
|
|
359
|
+
|
|
360
|
+
export { addBaseCommands }
|
|
361
|
+
|
|
362
|
+
export { addBaseKeymap }
|
|
363
|
+
|
|
364
|
+
export { addBasicExtension }
|
|
365
|
+
|
|
366
|
+
export { addBlockquote }
|
|
367
|
+
|
|
368
|
+
export { addBlockquoteSpec }
|
|
369
|
+
|
|
370
|
+
export { addBold }
|
|
371
|
+
|
|
372
|
+
export { addBoldCommands }
|
|
373
|
+
|
|
374
|
+
export { addBoldKeymap }
|
|
375
|
+
|
|
376
|
+
export { addBoldSpec }
|
|
377
|
+
|
|
378
|
+
export { addCode }
|
|
379
|
+
|
|
380
|
+
export { addCodeBlock }
|
|
381
|
+
|
|
382
|
+
export { addCodeBlockCommands }
|
|
383
|
+
|
|
384
|
+
export { addCodeBlockInputRule }
|
|
385
|
+
|
|
386
|
+
export { addCodeBlockSpec }
|
|
387
|
+
|
|
388
|
+
export { addCodeSpec }
|
|
389
|
+
|
|
390
|
+
export { addCommands }
|
|
391
|
+
|
|
392
|
+
export { addDefaultState }
|
|
393
|
+
|
|
394
|
+
export { addDoc }
|
|
395
|
+
|
|
396
|
+
export { addHeading }
|
|
397
|
+
|
|
398
|
+
export { addHeadingInputRule }
|
|
399
|
+
|
|
400
|
+
export { addHeadingKeymap }
|
|
401
|
+
|
|
402
|
+
export { addHeadingSpec }
|
|
403
|
+
|
|
404
|
+
export { addInputRule }
|
|
405
|
+
|
|
406
|
+
export { addItalic }
|
|
407
|
+
|
|
408
|
+
export { addItalic_alias_1 }
|
|
409
|
+
|
|
410
|
+
export { addItalicCommands }
|
|
411
|
+
|
|
412
|
+
export { addItalicKeymap }
|
|
413
|
+
|
|
414
|
+
export { addItalicSpec }
|
|
415
|
+
|
|
416
|
+
export { addKeymap }
|
|
417
|
+
|
|
418
|
+
export { addLinkCommands }
|
|
419
|
+
|
|
420
|
+
export { addLinkSpec }
|
|
421
|
+
|
|
422
|
+
export { addList }
|
|
423
|
+
|
|
424
|
+
export { addListInputRules }
|
|
425
|
+
|
|
426
|
+
export { addListKeymap }
|
|
427
|
+
|
|
428
|
+
export { addListPlugins }
|
|
429
|
+
|
|
430
|
+
export { addListSpec }
|
|
431
|
+
|
|
432
|
+
export { addMark }
|
|
433
|
+
|
|
434
|
+
export { AddMarkOptions }
|
|
435
|
+
|
|
436
|
+
export { addMarkSpec }
|
|
437
|
+
|
|
438
|
+
export { AddMarkStep }
|
|
439
|
+
|
|
440
|
+
export { addMention }
|
|
441
|
+
|
|
442
|
+
export { addMentionSpec }
|
|
443
|
+
|
|
444
|
+
export { AddNodeMarkStep }
|
|
445
|
+
|
|
446
|
+
export { addNodeSpec }
|
|
447
|
+
|
|
448
|
+
export { addNodeView }
|
|
449
|
+
|
|
450
|
+
export { addParagraph }
|
|
451
|
+
|
|
452
|
+
export { addPlaceholder }
|
|
453
|
+
|
|
454
|
+
export { addPlugin }
|
|
455
|
+
|
|
456
|
+
export { addSuggestion }
|
|
457
|
+
|
|
458
|
+
export { addText }
|
|
459
|
+
|
|
460
|
+
export { AllSelection }
|
|
461
|
+
|
|
462
|
+
export { AttributeSpec }
|
|
463
|
+
|
|
464
|
+
export { Attrs }
|
|
465
|
+
|
|
466
|
+
export { AttrStep }
|
|
467
|
+
|
|
468
|
+
export { AutocompleteEmpty }
|
|
469
|
+
|
|
470
|
+
export { AutocompleteEmpty_alias_1 }
|
|
471
|
+
|
|
472
|
+
export { AutocompleteEmpty_alias_2 }
|
|
473
|
+
|
|
474
|
+
export { AutocompleteEmpty_alias_3 }
|
|
475
|
+
|
|
476
|
+
export { AutocompleteEmpty_alias_4 }
|
|
477
|
+
|
|
478
|
+
export { AutocompleteEmpty_alias_5 }
|
|
479
|
+
|
|
480
|
+
export { AutocompleteEmptyProps }
|
|
481
|
+
|
|
482
|
+
export { AutocompleteEmptyProps_alias_1 }
|
|
483
|
+
|
|
484
|
+
export { AutocompleteEmptyProps_alias_2 }
|
|
485
|
+
|
|
486
|
+
export { AutocompleteEmptyProps_alias_3 }
|
|
487
|
+
|
|
488
|
+
export { AutocompleteEmptyProps_alias_4 }
|
|
489
|
+
|
|
490
|
+
export { AutocompleteEmptyProps_alias_5 }
|
|
491
|
+
|
|
492
|
+
export { AutocompleteItem }
|
|
493
|
+
|
|
494
|
+
export { AutocompleteItem_alias_1 }
|
|
495
|
+
|
|
496
|
+
export { AutocompleteItem_alias_2 }
|
|
497
|
+
|
|
498
|
+
export { AutocompleteItem_alias_3 }
|
|
499
|
+
|
|
500
|
+
export { AutocompleteItem_alias_4 }
|
|
501
|
+
|
|
502
|
+
export { AutocompleteItem_alias_5 }
|
|
503
|
+
|
|
504
|
+
export { AutocompleteItemProps }
|
|
505
|
+
|
|
506
|
+
export { AutocompleteItemProps_alias_1 }
|
|
507
|
+
|
|
508
|
+
export { AutocompleteItemProps_alias_2 }
|
|
509
|
+
|
|
510
|
+
export { AutocompleteItemProps_alias_3 }
|
|
511
|
+
|
|
512
|
+
export { AutocompleteItemProps_alias_4 }
|
|
513
|
+
|
|
514
|
+
export { AutocompleteItemProps_alias_5 }
|
|
515
|
+
|
|
516
|
+
export { AutocompleteList }
|
|
517
|
+
|
|
518
|
+
export { AutocompleteList_alias_1 }
|
|
519
|
+
|
|
520
|
+
export { AutocompleteList_alias_2 }
|
|
521
|
+
|
|
522
|
+
export { AutocompleteList_alias_3 }
|
|
523
|
+
|
|
524
|
+
export { AutocompleteList_alias_4 }
|
|
525
|
+
|
|
526
|
+
export { AutocompleteList_alias_5 }
|
|
527
|
+
|
|
528
|
+
export { AutocompleteListProps }
|
|
529
|
+
|
|
530
|
+
export { AutocompleteListProps_alias_1 }
|
|
531
|
+
|
|
532
|
+
export { AutocompleteListProps_alias_2 }
|
|
533
|
+
|
|
534
|
+
export { AutocompleteListProps_alias_3 }
|
|
535
|
+
|
|
536
|
+
export { AutocompleteListProps_alias_4 }
|
|
537
|
+
|
|
538
|
+
export { AutocompleteListProps_alias_5 }
|
|
539
|
+
|
|
540
|
+
export { AutocompletePopover }
|
|
541
|
+
|
|
542
|
+
export { AutocompletePopover_alias_1 }
|
|
543
|
+
|
|
544
|
+
export { AutocompletePopover_alias_2 }
|
|
545
|
+
|
|
546
|
+
export { AutocompletePopover_alias_3 }
|
|
547
|
+
|
|
548
|
+
export { AutocompletePopover_alias_4 }
|
|
549
|
+
|
|
550
|
+
export { AutocompletePopover_alias_5 }
|
|
551
|
+
|
|
552
|
+
export { AutocompletePopoverProps }
|
|
553
|
+
|
|
554
|
+
export { AutocompletePopoverProps_alias_1 }
|
|
555
|
+
|
|
556
|
+
export { AutocompletePopoverProps_alias_2 }
|
|
557
|
+
|
|
558
|
+
export { AutocompletePopoverProps_alias_3 }
|
|
559
|
+
|
|
560
|
+
export { AutocompletePopoverProps_alias_4 }
|
|
561
|
+
|
|
562
|
+
export { AutocompletePopoverProps_alias_5 }
|
|
563
|
+
|
|
564
|
+
export { AutocompleteRule }
|
|
565
|
+
|
|
566
|
+
export { autoJoin }
|
|
567
|
+
|
|
568
|
+
export { baseKeymap }
|
|
569
|
+
|
|
570
|
+
export { BasicExtension }
|
|
571
|
+
|
|
572
|
+
export { canJoin }
|
|
573
|
+
|
|
574
|
+
export { canSplit }
|
|
575
|
+
|
|
576
|
+
export { chainCommands }
|
|
577
|
+
|
|
578
|
+
export { closeDoubleQuote }
|
|
579
|
+
|
|
580
|
+
export { closeSingleQuote }
|
|
581
|
+
|
|
582
|
+
export { CodeBlockAttrs }
|
|
583
|
+
|
|
584
|
+
export { CodeBlockPopover }
|
|
585
|
+
|
|
586
|
+
export { CodeBlockPopover_alias_1 }
|
|
587
|
+
|
|
588
|
+
export { CodeBlockPopover_alias_2 }
|
|
589
|
+
|
|
590
|
+
export { CodeBlockPopover_alias_3 }
|
|
591
|
+
|
|
592
|
+
export { CodeBlockPopover_alias_4 }
|
|
593
|
+
|
|
594
|
+
export { CodeBlockPopover_alias_5 }
|
|
595
|
+
|
|
596
|
+
export { CodeBlockPopoverProps }
|
|
597
|
+
|
|
598
|
+
export { CodeBlockPopoverProps_alias_1 }
|
|
599
|
+
|
|
600
|
+
export { CodeBlockPopoverProps_alias_2 }
|
|
601
|
+
|
|
602
|
+
export { CodeBlockPopoverProps_alias_3 }
|
|
603
|
+
|
|
604
|
+
export { CodeBlockPopoverProps_alias_4 }
|
|
605
|
+
|
|
606
|
+
export { CodeBlockPopoverProps_alias_5 }
|
|
607
|
+
|
|
608
|
+
export { ComboBox }
|
|
609
|
+
|
|
610
|
+
export { ComboBox_alias_1 }
|
|
611
|
+
|
|
612
|
+
export { ComboBox_alias_2 }
|
|
613
|
+
|
|
614
|
+
export { ComboBox_alias_3 }
|
|
615
|
+
|
|
616
|
+
export { ComboBox_alias_4 }
|
|
617
|
+
|
|
618
|
+
export { ComboBox_alias_5 }
|
|
619
|
+
|
|
620
|
+
export { ComboBoxInput }
|
|
621
|
+
|
|
622
|
+
export { ComboBoxInput_alias_1 }
|
|
623
|
+
|
|
624
|
+
export { ComboBoxInput_alias_2 }
|
|
625
|
+
|
|
626
|
+
export { ComboBoxInput_alias_3 }
|
|
627
|
+
|
|
628
|
+
export { ComboBoxInput_alias_4 }
|
|
629
|
+
|
|
630
|
+
export { ComboBoxInput_alias_5 }
|
|
631
|
+
|
|
632
|
+
export { ComboBoxInputProps }
|
|
633
|
+
|
|
634
|
+
export { ComboBoxInputProps_alias_1 }
|
|
635
|
+
|
|
636
|
+
export { ComboBoxInputProps_alias_2 }
|
|
637
|
+
|
|
638
|
+
export { ComboBoxInputProps_alias_3 }
|
|
639
|
+
|
|
640
|
+
export { ComboBoxInputProps_alias_4 }
|
|
641
|
+
|
|
642
|
+
export { ComboBoxInputProps_alias_5 }
|
|
643
|
+
|
|
644
|
+
export { ComboBoxItem }
|
|
645
|
+
|
|
646
|
+
export { ComboBoxItem_alias_1 }
|
|
647
|
+
|
|
648
|
+
export { ComboBoxItem_alias_2 }
|
|
649
|
+
|
|
650
|
+
export { ComboBoxItem_alias_3 }
|
|
651
|
+
|
|
652
|
+
export { ComboBoxItem_alias_4 }
|
|
653
|
+
|
|
654
|
+
export { ComboBoxItem_alias_5 }
|
|
655
|
+
|
|
656
|
+
export { ComboBoxItemProps }
|
|
657
|
+
|
|
658
|
+
export { ComboBoxItemProps_alias_1 }
|
|
659
|
+
|
|
660
|
+
export { ComboBoxItemProps_alias_2 }
|
|
661
|
+
|
|
662
|
+
export { ComboBoxItemProps_alias_3 }
|
|
663
|
+
|
|
664
|
+
export { ComboBoxItemProps_alias_4 }
|
|
665
|
+
|
|
666
|
+
export { ComboBoxItemProps_alias_5 }
|
|
667
|
+
|
|
668
|
+
export { ComboBoxList }
|
|
669
|
+
|
|
670
|
+
export { ComboBoxList_alias_1 }
|
|
671
|
+
|
|
672
|
+
export { ComboBoxList_alias_2 }
|
|
673
|
+
|
|
674
|
+
export { ComboBoxList_alias_3 }
|
|
675
|
+
|
|
676
|
+
export { ComboBoxList_alias_4 }
|
|
677
|
+
|
|
678
|
+
export { ComboBoxList_alias_5 }
|
|
679
|
+
|
|
680
|
+
export { ComboBoxListProps }
|
|
681
|
+
|
|
682
|
+
export { ComboBoxListProps_alias_1 }
|
|
683
|
+
|
|
684
|
+
export { ComboBoxListProps_alias_2 }
|
|
685
|
+
|
|
686
|
+
export { ComboBoxListProps_alias_3 }
|
|
687
|
+
|
|
688
|
+
export { ComboBoxListProps_alias_4 }
|
|
689
|
+
|
|
690
|
+
export { ComboBoxListProps_alias_5 }
|
|
691
|
+
|
|
692
|
+
export { ComboBoxProps }
|
|
693
|
+
|
|
694
|
+
export { ComboBoxProps_alias_1 }
|
|
695
|
+
|
|
696
|
+
export { ComboBoxProps_alias_2 }
|
|
697
|
+
|
|
698
|
+
export { ComboBoxProps_alias_3 }
|
|
699
|
+
|
|
700
|
+
export { ComboBoxProps_alias_4 }
|
|
701
|
+
|
|
702
|
+
export { ComboBoxProps_alias_5 }
|
|
703
|
+
|
|
704
|
+
export { Command }
|
|
705
|
+
|
|
706
|
+
export { CommandArgs }
|
|
707
|
+
|
|
708
|
+
export { ContentMatch }
|
|
709
|
+
|
|
710
|
+
export { createEditor }
|
|
711
|
+
|
|
712
|
+
export { createParagraphNear }
|
|
713
|
+
|
|
714
|
+
export { Decoration }
|
|
715
|
+
|
|
716
|
+
export { DecorationAttrs }
|
|
717
|
+
|
|
718
|
+
export { DecorationSet }
|
|
719
|
+
|
|
720
|
+
export { DecorationSource }
|
|
721
|
+
|
|
722
|
+
export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
723
|
+
|
|
724
|
+
export { DefaultStateOptions }
|
|
725
|
+
|
|
726
|
+
export { defineExtension }
|
|
727
|
+
|
|
728
|
+
export { deleteSelection }
|
|
729
|
+
|
|
730
|
+
export { DirectEditorProps }
|
|
731
|
+
|
|
732
|
+
export { DOMEventMap }
|
|
733
|
+
|
|
734
|
+
export { DOMOutputSpec }
|
|
735
|
+
|
|
736
|
+
export { DOMParser_2 as DOMParser }
|
|
737
|
+
|
|
738
|
+
export { DOMSerializer }
|
|
739
|
+
|
|
740
|
+
export { dropPoint }
|
|
741
|
+
|
|
742
|
+
export { Editor }
|
|
743
|
+
|
|
744
|
+
export { EditorOptions }
|
|
745
|
+
|
|
746
|
+
export { EditorProps }
|
|
747
|
+
|
|
748
|
+
export { EditorState }
|
|
749
|
+
|
|
750
|
+
export { EditorStateConfig }
|
|
751
|
+
|
|
752
|
+
export { EditorView }
|
|
753
|
+
|
|
754
|
+
export { ellipsis }
|
|
755
|
+
|
|
756
|
+
export { emDash }
|
|
757
|
+
|
|
758
|
+
export { exitCode }
|
|
759
|
+
|
|
760
|
+
export { Extension }
|
|
761
|
+
|
|
762
|
+
export { ExtensionTyping }
|
|
763
|
+
|
|
764
|
+
export { ExtractCommandCreators }
|
|
765
|
+
|
|
766
|
+
export { ExtractCommandDispatchers }
|
|
767
|
+
|
|
768
|
+
export { ExtractMarks }
|
|
769
|
+
|
|
770
|
+
export { ExtractNodes }
|
|
771
|
+
|
|
772
|
+
export { Facet }
|
|
773
|
+
|
|
774
|
+
export { FacetExtension }
|
|
775
|
+
|
|
776
|
+
export { FacetOptions }
|
|
777
|
+
|
|
778
|
+
export { findWrapping }
|
|
779
|
+
|
|
780
|
+
export { Fragment }
|
|
781
|
+
|
|
782
|
+
export { getEditor }
|
|
783
|
+
|
|
784
|
+
export { getMarkType }
|
|
785
|
+
|
|
786
|
+
export { getNodeType }
|
|
787
|
+
|
|
788
|
+
export { HeadingAttrs }
|
|
789
|
+
|
|
790
|
+
export { InputRule }
|
|
791
|
+
|
|
792
|
+
export { inputRules }
|
|
793
|
+
|
|
794
|
+
export { insertPoint }
|
|
795
|
+
|
|
796
|
+
export { joinBackward }
|
|
797
|
+
|
|
798
|
+
export { joinDown }
|
|
799
|
+
|
|
800
|
+
export { joinForward }
|
|
801
|
+
|
|
802
|
+
export { joinPoint }
|
|
803
|
+
|
|
804
|
+
export { joinTextblockBackward }
|
|
805
|
+
|
|
806
|
+
export { joinTextblockForward }
|
|
807
|
+
|
|
808
|
+
export { joinUp }
|
|
809
|
+
|
|
810
|
+
export { keydownHandler }
|
|
811
|
+
|
|
812
|
+
export { Keymap }
|
|
813
|
+
|
|
814
|
+
export { keymap }
|
|
815
|
+
|
|
816
|
+
export { lift }
|
|
817
|
+
|
|
818
|
+
export { liftEmptyBlock }
|
|
819
|
+
|
|
820
|
+
export { liftTarget }
|
|
821
|
+
|
|
822
|
+
export { LinkAttrs }
|
|
823
|
+
|
|
824
|
+
export { macBaseKeymap }
|
|
825
|
+
|
|
826
|
+
export { Mappable }
|
|
827
|
+
|
|
828
|
+
export { Mapping }
|
|
829
|
+
|
|
830
|
+
export { MapResult }
|
|
831
|
+
|
|
832
|
+
export { Mark }
|
|
833
|
+
|
|
834
|
+
export { MarkSpec }
|
|
835
|
+
|
|
836
|
+
export { MarkSpecOptions }
|
|
837
|
+
|
|
838
|
+
export { MarkType }
|
|
839
|
+
|
|
840
|
+
export { MarkViewConstructor }
|
|
841
|
+
|
|
842
|
+
export { MatchHandler }
|
|
843
|
+
|
|
844
|
+
export { MentionAttrs }
|
|
845
|
+
|
|
846
|
+
export { newlineInCode }
|
|
847
|
+
|
|
848
|
+
export { Node_2 as Node }
|
|
849
|
+
|
|
850
|
+
export { NodeJson }
|
|
851
|
+
|
|
852
|
+
export { NodeRange }
|
|
853
|
+
|
|
854
|
+
export { NodeSelection }
|
|
855
|
+
|
|
856
|
+
export { NodeSpec }
|
|
857
|
+
|
|
858
|
+
export { NodeSpecOptions }
|
|
859
|
+
|
|
860
|
+
export { NodeType }
|
|
861
|
+
|
|
862
|
+
export { NodeView }
|
|
863
|
+
|
|
864
|
+
export { NodeViewConstructor }
|
|
865
|
+
|
|
866
|
+
export { NodeViewOptions }
|
|
867
|
+
|
|
868
|
+
export { openDoubleQuote }
|
|
869
|
+
|
|
870
|
+
export { openSingleQuote }
|
|
871
|
+
|
|
872
|
+
export { ParseOptions }
|
|
873
|
+
|
|
874
|
+
export { ParseRule }
|
|
875
|
+
|
|
876
|
+
export { pcBaseKeymap }
|
|
877
|
+
|
|
878
|
+
export { PlaceholderOptions }
|
|
879
|
+
|
|
880
|
+
export { Plugin_2 as Plugin }
|
|
881
|
+
|
|
882
|
+
export { pluginFacet }
|
|
883
|
+
|
|
884
|
+
export { PluginFacetInput }
|
|
885
|
+
|
|
886
|
+
export { PluginKey }
|
|
887
|
+
|
|
888
|
+
export { PluginSpec }
|
|
889
|
+
|
|
890
|
+
export { PluginView }
|
|
891
|
+
|
|
892
|
+
export { PopoverOptions }
|
|
893
|
+
|
|
894
|
+
export { PopoverOptions_alias_1 }
|
|
895
|
+
|
|
896
|
+
export { PopoverOptions_alias_2 }
|
|
897
|
+
|
|
898
|
+
export { PopoverOptions_alias_3 }
|
|
899
|
+
|
|
900
|
+
export { PopoverOptions_alias_4 }
|
|
901
|
+
|
|
902
|
+
export { PredictionRule }
|
|
903
|
+
|
|
904
|
+
export { Priority }
|
|
905
|
+
|
|
906
|
+
export { propNames }
|
|
907
|
+
|
|
908
|
+
export { propNames_alias_1 }
|
|
909
|
+
|
|
910
|
+
export { propNames_alias_2 }
|
|
911
|
+
|
|
912
|
+
export { propNames_alias_3 }
|
|
913
|
+
|
|
914
|
+
export { propNames_alias_4 }
|
|
915
|
+
|
|
916
|
+
export { propNames_alias_5 }
|
|
917
|
+
|
|
918
|
+
export { propNames_alias_6 }
|
|
919
|
+
|
|
920
|
+
export { propNames_alias_7 }
|
|
921
|
+
|
|
922
|
+
export { propNames_alias_8 }
|
|
923
|
+
|
|
924
|
+
export { ProseKit }
|
|
925
|
+
|
|
926
|
+
export { ProseKit_alias_1 }
|
|
927
|
+
|
|
928
|
+
export { ProseKit_alias_2 }
|
|
929
|
+
|
|
930
|
+
export { ProseKit_alias_3 }
|
|
931
|
+
|
|
932
|
+
export { ProseKit_alias_4 }
|
|
933
|
+
|
|
934
|
+
export { ProseKitError }
|
|
935
|
+
|
|
936
|
+
export { ProseKitProps }
|
|
937
|
+
|
|
938
|
+
export { ProseKitProps_alias_1 }
|
|
939
|
+
|
|
940
|
+
export { ProseKitProps_alias_2 }
|
|
941
|
+
|
|
942
|
+
export { ProseKitProps_alias_3 }
|
|
943
|
+
|
|
944
|
+
export { ProseKitProps_alias_4 }
|
|
945
|
+
|
|
946
|
+
export { ProseMirrorNode }
|
|
947
|
+
|
|
948
|
+
export { ProseMirrorPlugin }
|
|
949
|
+
|
|
950
|
+
export { RemoveMarkStep }
|
|
951
|
+
|
|
952
|
+
export { RemoveNodeMarkStep }
|
|
953
|
+
|
|
954
|
+
export { ReplaceAroundStep }
|
|
955
|
+
|
|
956
|
+
export { ReplaceError }
|
|
957
|
+
|
|
958
|
+
export { ReplaceStep }
|
|
959
|
+
|
|
960
|
+
export { replaceStep }
|
|
961
|
+
|
|
962
|
+
export { ResolvedPos }
|
|
963
|
+
|
|
964
|
+
export { Schema }
|
|
965
|
+
|
|
966
|
+
export { SchemaSpec }
|
|
967
|
+
|
|
968
|
+
export { selectAll }
|
|
969
|
+
|
|
970
|
+
export { Selection_2 as Selection }
|
|
971
|
+
|
|
972
|
+
export { SelectionBookmark }
|
|
973
|
+
|
|
974
|
+
export { SelectionJson }
|
|
975
|
+
|
|
976
|
+
export { SelectionRange }
|
|
977
|
+
|
|
978
|
+
export { selectNodeBackward }
|
|
979
|
+
|
|
980
|
+
export { selectNodeForward }
|
|
981
|
+
|
|
982
|
+
export { selectParentNode }
|
|
983
|
+
|
|
984
|
+
export { selectTextblockEnd }
|
|
985
|
+
|
|
986
|
+
export { selectTextblockStart }
|
|
987
|
+
|
|
988
|
+
export { setBlockType }
|
|
989
|
+
|
|
990
|
+
export { SimplifyExtension }
|
|
991
|
+
|
|
992
|
+
export { SimplifyUnion }
|
|
993
|
+
|
|
994
|
+
export { Slice }
|
|
995
|
+
|
|
996
|
+
export { smartQuotes }
|
|
997
|
+
|
|
998
|
+
export { splitBlock }
|
|
999
|
+
|
|
1000
|
+
export { splitBlockAs }
|
|
1001
|
+
|
|
1002
|
+
export { splitBlockKeepMarks }
|
|
1003
|
+
|
|
1004
|
+
export { StateConfigCallback }
|
|
1005
|
+
|
|
1006
|
+
export { StateConfigContext }
|
|
1007
|
+
|
|
1008
|
+
export { StateField }
|
|
1009
|
+
|
|
1010
|
+
export { StateJson }
|
|
1011
|
+
|
|
1012
|
+
export { Step }
|
|
1013
|
+
|
|
1014
|
+
export { StepMap }
|
|
1015
|
+
|
|
1016
|
+
export { StepResult }
|
|
1017
|
+
|
|
1018
|
+
export { SuggestionOptions }
|
|
1019
|
+
|
|
1020
|
+
export { textblockTypeInputRule }
|
|
1021
|
+
|
|
1022
|
+
export { TextSelection }
|
|
1023
|
+
|
|
1024
|
+
export { toggleMark }
|
|
1025
|
+
|
|
1026
|
+
export { toggleMark_alias_1 }
|
|
1027
|
+
|
|
1028
|
+
export { ToggleMarkOptions }
|
|
1029
|
+
|
|
1030
|
+
export { toggleNode }
|
|
1031
|
+
|
|
1032
|
+
export { ToggleNodeOptions }
|
|
1033
|
+
|
|
1034
|
+
export { Transaction }
|
|
1035
|
+
|
|
1036
|
+
export { Transform }
|
|
1037
|
+
|
|
1038
|
+
export { undoInputRule }
|
|
1039
|
+
|
|
1040
|
+
export { useEditor }
|
|
1041
|
+
|
|
1042
|
+
export { useEditor_alias_1 }
|
|
1043
|
+
|
|
1044
|
+
export { useEditor_alias_2 }
|
|
1045
|
+
|
|
1046
|
+
export { useEditor_alias_3 }
|
|
1047
|
+
|
|
1048
|
+
export { useExtension }
|
|
1049
|
+
|
|
1050
|
+
export { useExtension_alias_1 }
|
|
1051
|
+
|
|
1052
|
+
export { useExtension_alias_2 }
|
|
1053
|
+
|
|
1054
|
+
export { useKeymap }
|
|
1055
|
+
|
|
1056
|
+
export { useKeymap_alias_1 }
|
|
1057
|
+
|
|
1058
|
+
export { useKeymap_alias_2 }
|
|
1059
|
+
|
|
1060
|
+
export { useKeymap_alias_3 }
|
|
1061
|
+
|
|
1062
|
+
export { ViewProps }
|
|
1063
|
+
|
|
1064
|
+
export { withPriority }
|
|
1065
|
+
|
|
1066
|
+
export { wrapIn }
|
|
1067
|
+
|
|
1068
|
+
export { wrappingInputRule }
|
|
1069
|
+
|
|
1070
|
+
export { }
|