1 | import { __Area } from 'prosemirror-tables';
|
2 | import { __clipCells } from 'prosemirror-tables';
|
3 | import { __insertCells } from 'prosemirror-tables';
|
4 | import { __pastedCells } from 'prosemirror-tables';
|
5 | import { addColSpan } from 'prosemirror-tables';
|
6 | import { addColumn } from 'prosemirror-tables';
|
7 | import { addColumnAfter } from 'prosemirror-tables';
|
8 | import { addColumnBefore } from 'prosemirror-tables';
|
9 | import { AddIgnoredProps } from 'prosemirror-suggest';
|
10 | import { addListNodes } from 'prosemirror-schema-list';
|
11 | import { AddMarkStep } from 'prosemirror-transform';
|
12 | import { AddNodeMarkStep } from 'prosemirror-transform';
|
13 | import { addRow } from 'prosemirror-tables';
|
14 | import { addRowAfter } from 'prosemirror-tables';
|
15 | import { addRowBefore } from 'prosemirror-tables';
|
16 | import { addSuggester } from 'prosemirror-suggest';
|
17 | import { AllSelection } from 'prosemirror-state';
|
18 | import { AttributeSpec } from 'prosemirror-model';
|
19 | import { Attrs } from 'prosemirror-model';
|
20 | import { AttrStep } from 'prosemirror-transform';
|
21 | import { autoJoin } from 'prosemirror-commands';
|
22 | import { baseKeymap } from 'prosemirror-commands';
|
23 | import { bulletList } from 'prosemirror-schema-list';
|
24 | import { canJoin } from 'prosemirror-transform';
|
25 | import { canSplit } from 'prosemirror-transform';
|
26 | import { cellAround } from 'prosemirror-tables';
|
27 | import { CellAttributes } from 'prosemirror-tables';
|
28 | import { CellBookmark } from 'prosemirror-tables';
|
29 | import { CellSelection } from 'prosemirror-tables';
|
30 | import { CellSelectionJSON } from 'prosemirror-tables';
|
31 | import { ChangeReason } from 'prosemirror-suggest';
|
32 | import { CheckNextValidSelection } from 'prosemirror-suggest';
|
33 | import { closeDoubleQuote } from 'prosemirror-inputrules';
|
34 | import { closeHistory } from 'prosemirror-history';
|
35 | import { closeSingleQuote } from 'prosemirror-inputrules';
|
36 | import { colCount } from 'prosemirror-tables';
|
37 | import { collab } from 'prosemirror-collab';
|
38 | import { columnIsHeader } from 'prosemirror-tables';
|
39 | import { columnResizing } from 'prosemirror-tables';
|
40 | import { ColumnResizingOptions } from 'prosemirror-tables';
|
41 | import { columnResizingPluginKey } from 'prosemirror-tables';
|
42 | import { ColWidths } from 'prosemirror-tables';
|
43 | import { Command } from 'prosemirror-state';
|
44 | import { CompareMatchProps } from 'prosemirror-suggest';
|
45 | import { ContentMatch } from 'prosemirror-model';
|
46 | import { createParagraphNear } from 'prosemirror-commands';
|
47 | import { createRegexFromSuggester } from 'prosemirror-suggest';
|
48 | import { Decoration } from 'prosemirror-view';
|
49 | import { DecorationAttrs } from 'prosemirror-view';
|
50 | import { DecorationSet } from 'prosemirror-view';
|
51 | import { DecorationSource } from 'prosemirror-view';
|
52 | import { DEFAULT_SUGGESTER } from 'prosemirror-suggest';
|
53 | import { deleteColumn } from 'prosemirror-tables';
|
54 | import { deleteRow } from 'prosemirror-tables';
|
55 | import { deleteSelection } from 'prosemirror-commands';
|
56 | import { deleteTable } from 'prosemirror-tables';
|
57 | import { DirectEditorProps } from 'prosemirror-view';
|
58 | import { Direction } from 'prosemirror-tables';
|
59 | import { DocAttrStep } from 'prosemirror-transform';
|
60 | import { DocChangedProps } from 'prosemirror-suggest';
|
61 | import { DOMEventMap } from 'prosemirror-view';
|
62 | import { DOMOutputSpec } from 'prosemirror-model';
|
63 | import { DOMParser as DOMParser_2 } from 'prosemirror-model';
|
64 | import { DOMSerializer } from 'prosemirror-model';
|
65 | import { Dragging } from 'prosemirror-tables';
|
66 | import { dropCursor } from 'prosemirror-dropcursor';
|
67 | import { dropPoint } from 'prosemirror-transform';
|
68 | import { EditorProps } from 'prosemirror-view';
|
69 | import { EditorSchema as EditorSchema_alias_1 } from 'prosemirror-suggest';
|
70 | import { EditorState } from 'prosemirror-state';
|
71 | import { EditorState as EditorState_alias_2 } from 'prosemirror-suggest';
|
72 | import { EditorStateConfig } from 'prosemirror-state';
|
73 | import { EditorStateProps } from 'prosemirror-suggest';
|
74 | import { EditorView } from 'prosemirror-view';
|
75 | import { EditorView as EditorView_alias_1 } from 'prosemirror-suggest';
|
76 | import { EditorViewProps } from 'prosemirror-suggest';
|
77 | import { ellipsis } from 'prosemirror-inputrules';
|
78 | import { emDash } from 'prosemirror-inputrules';
|
79 | import { exitCode } from 'prosemirror-commands';
|
80 | import { ExitReason } from 'prosemirror-suggest';
|
81 | import { FileDropHandlerProps } from 'prosemirror-paste-rules';
|
82 | import { FileHandlerProps } from 'prosemirror-paste-rules';
|
83 | import { FilePasteHandlerProps } from 'prosemirror-paste-rules';
|
84 | import { FilePasteRule } from 'prosemirror-paste-rules';
|
85 | import { findCell } from 'prosemirror-tables';
|
86 | import { findFromSuggesters } from 'prosemirror-suggest';
|
87 | import { findWrapping } from 'prosemirror-transform';
|
88 | import { fixTables } from 'prosemirror-tables';
|
89 | import { fixTablesKey } from 'prosemirror-tables';
|
90 | import { Fragment } from 'prosemirror-model';
|
91 | import { GapCursor } from 'prosemirror-gapcursor';
|
92 | import { gapCursor } from 'prosemirror-gapcursor';
|
93 | import { GenericParseRule } from 'prosemirror-model';
|
94 | import { GetCellTypeOptions } from 'prosemirror-tables';
|
95 | import { getFromDOM } from 'prosemirror-tables';
|
96 | import { getSuggesterWithDefaults } from 'prosemirror-suggest';
|
97 | import { getSuggestPluginState } from 'prosemirror-suggest';
|
98 | import { getVersion } from 'prosemirror-collab';
|
99 | import { goToNextCell } from 'prosemirror-tables';
|
100 | import { handlePaste } from 'prosemirror-tables';
|
101 | import { history as history_2 } from 'prosemirror-history';
|
102 | import { IGNORE_SUGGEST_META_KEY } from 'prosemirror-suggest';
|
103 | import { ignoreUpdateForSuggest } from 'prosemirror-suggest';
|
104 | import { InputRule } from 'prosemirror-inputrules';
|
105 | import { inputRules } from 'prosemirror-inputrules';
|
106 | import { inSameTable } from 'prosemirror-tables';
|
107 | import { insertPoint } from 'prosemirror-transform';
|
108 | import { isChangeReason } from 'prosemirror-suggest';
|
109 | import { isExitReason } from 'prosemirror-suggest';
|
110 | import { isInCode } from 'prosemirror-paste-rules';
|
111 | import { IsInCodeOptions } from 'prosemirror-paste-rules';
|
112 | import { isInTable } from 'prosemirror-tables';
|
113 | import { isInvalidSplitReason } from 'prosemirror-suggest';
|
114 | import { isJumpReason } from 'prosemirror-suggest';
|
115 | import { isRemovedReason } from 'prosemirror-suggest';
|
116 | import { isSelectionChangeReason } from 'prosemirror-suggest';
|
117 | import { isSelectionExitReason } from 'prosemirror-suggest';
|
118 | import { isSplitReason } from 'prosemirror-suggest';
|
119 | import { isValidMatch } from 'prosemirror-suggest';
|
120 | import { joinBackward } from 'prosemirror-commands';
|
121 | import { joinDown } from 'prosemirror-commands';
|
122 | import { joinForward } from 'prosemirror-commands';
|
123 | import { joinPoint } from 'prosemirror-transform';
|
124 | import { joinTextblockBackward } from 'prosemirror-commands';
|
125 | import { joinTextblockForward } from 'prosemirror-commands';
|
126 | import { joinUp } from 'prosemirror-commands';
|
127 | import { keydownHandler } from 'prosemirror-keymap';
|
128 | import { keymap } from 'prosemirror-keymap';
|
129 | import { lift } from 'prosemirror-commands';
|
130 | import { liftEmptyBlock } from 'prosemirror-commands';
|
131 | import { liftListItem } from 'prosemirror-schema-list';
|
132 | import { liftTarget } from 'prosemirror-transform';
|
133 | import { listItem } from 'prosemirror-schema-list';
|
134 | import { macBaseKeymap } from 'prosemirror-commands';
|
135 | import { MakeOptional } from 'prosemirror-suggest';
|
136 | import { Mappable } from 'prosemirror-transform';
|
137 | import { Mapping } from 'prosemirror-transform';
|
138 | import { MapResult } from 'prosemirror-transform';
|
139 | import { Mark } from 'prosemirror-model';
|
140 | import { markActiveInRange } from 'prosemirror-suggest';
|
141 | import { MarkPasteRule } from 'prosemirror-paste-rules';
|
142 | import { MarkSpec } from 'prosemirror-model';
|
143 | import { MarkType } from 'prosemirror-model';
|
144 | import { MarkViewConstructor } from 'prosemirror-view';
|
145 | import { MatchValue } from 'prosemirror-suggest';
|
146 | import { mergeCells } from 'prosemirror-tables';
|
147 | import { moveCellForward } from 'prosemirror-tables';
|
148 | import { MutableAttrs } from 'prosemirror-tables';
|
149 | import { newlineInCode } from 'prosemirror-commands';
|
150 | import { nextCell } from 'prosemirror-tables';
|
151 | import { Node as Node_2 } from 'prosemirror-model';
|
152 | import { NodePasteRule } from 'prosemirror-paste-rules';
|
153 | import { NodeRange } from 'prosemirror-model';
|
154 | import { NodeSelection } from 'prosemirror-state';
|
155 | import { NodeSpec } from 'prosemirror-model';
|
156 | import { NodeType } from 'prosemirror-model';
|
157 | import { NodeView } from 'prosemirror-view';
|
158 | import { NodeViewConstructor } from 'prosemirror-view';
|
159 | import { openDoubleQuote } from 'prosemirror-inputrules';
|
160 | import { openSingleQuote } from 'prosemirror-inputrules';
|
161 | import { orderedList } from 'prosemirror-schema-list';
|
162 | import { ParseOptions } from 'prosemirror-model';
|
163 | import { ParseRule } from 'prosemirror-model';
|
164 | import { PasteRule } from 'prosemirror-paste-rules';
|
165 | import { pasteRules } from 'prosemirror-paste-rules';
|
166 | import { pcBaseKeymap } from 'prosemirror-commands';
|
167 | import { Plugin as Plugin_2 } from 'prosemirror-state';
|
168 | import { PluginKey } from 'prosemirror-state';
|
169 | import { PluginSpec } from 'prosemirror-state';
|
170 | import { PluginView } from 'prosemirror-state';
|
171 | import { chainCommands as pmChainCommands } from 'prosemirror-commands';
|
172 | import { pointsAtCell } from 'prosemirror-tables';
|
173 | import { positionHasMarks } from 'prosemirror-suggest';
|
174 | import { Problem } from 'prosemirror-tables';
|
175 | import { ProsemirrorNode as ProsemirrorNode_alias_1 } from 'prosemirror-suggest';
|
176 | import { rangeHasMarks } from 'prosemirror-suggest';
|
177 | import { RangeWithCursor } from 'prosemirror-suggest';
|
178 | import { ReasonMatchProps } from 'prosemirror-suggest';
|
179 | import { ReasonProps } from 'prosemirror-suggest';
|
180 | import { receiveTransaction } from 'prosemirror-collab';
|
181 | import { Rect } from 'prosemirror-tables';
|
182 | import { redo } from 'prosemirror-history';
|
183 | import { redoDepth } from 'prosemirror-history';
|
184 | import { redoNoScroll } from 'prosemirror-history';
|
185 | import { removeColSpan } from 'prosemirror-tables';
|
186 | import { removeColumn } from 'prosemirror-tables';
|
187 | import { RemoveIgnoredProps } from 'prosemirror-suggest';
|
188 | import { RemoveMarkStep } from 'prosemirror-transform';
|
189 | import { RemoveNodeMarkStep } from 'prosemirror-transform';
|
190 | import { removeRow } from 'prosemirror-tables';
|
191 | import { removeSuggester } from 'prosemirror-suggest';
|
192 | import { ReplaceAroundStep } from 'prosemirror-transform';
|
193 | import { ReplaceError } from 'prosemirror-model';
|
194 | import { ReplaceStep } from 'prosemirror-transform';
|
195 | import { replaceStep } from 'prosemirror-transform';
|
196 | import { ResizeState } from 'prosemirror-tables';
|
197 | import { ResolvedPos } from 'prosemirror-model';
|
198 | import { ResolvedPos as ResolvedPos_alias_2 } from 'prosemirror-suggest';
|
199 | import { ResolvedPosProps } from 'prosemirror-suggest';
|
200 | import { ResolvedRangeWithCursor } from 'prosemirror-suggest';
|
201 | import { rowIsHeader } from 'prosemirror-tables';
|
202 | import { Schema } from 'prosemirror-model';
|
203 | import { SchemaSpec } from 'prosemirror-model';
|
204 | import { selectAll } from 'prosemirror-commands';
|
205 | import { selectedRect } from 'prosemirror-tables';
|
206 | import { Selection as Selection_2 } from 'prosemirror-state';
|
207 | import { SelectionBookmark } from 'prosemirror-state';
|
208 | import { selectionCell } from 'prosemirror-tables';
|
209 | import { selectionOutsideMatch } from 'prosemirror-suggest';
|
210 | import { SelectionProps } from 'prosemirror-suggest';
|
211 | import { SelectionRange } from 'prosemirror-state';
|
212 | import { selectNodeBackward } from 'prosemirror-commands';
|
213 | import { selectNodeForward } from 'prosemirror-commands';
|
214 | import { selectParentNode } from 'prosemirror-commands';
|
215 | import { selectTextblockEnd } from 'prosemirror-commands';
|
216 | import { selectTextblockStart } from 'prosemirror-commands';
|
217 | import { sendableSteps } from 'prosemirror-collab';
|
218 | import { setBlockType } from 'prosemirror-commands';
|
219 | import { setCellAttr } from 'prosemirror-tables';
|
220 | import { setDOMAttr } from 'prosemirror-tables';
|
221 | import { ShouldDisableDecorations } from 'prosemirror-suggest';
|
222 | import { sinkListItem } from 'prosemirror-schema-list';
|
223 | import { Slice } from 'prosemirror-model';
|
224 | import { smartQuotes } from 'prosemirror-inputrules';
|
225 | import { splitBlock } from 'prosemirror-commands';
|
226 | import { splitBlockAs } from 'prosemirror-commands';
|
227 | import { splitBlockKeepMarks } from 'prosemirror-commands';
|
228 | import { splitCell } from 'prosemirror-tables';
|
229 | import { splitCellWithType } from 'prosemirror-tables';
|
230 | import { splitListItem } from 'prosemirror-schema-list';
|
231 | import { splitListItemKeepMarks } from 'prosemirror-schema-list';
|
232 | import { StateField } from 'prosemirror-state';
|
233 | import { Step } from 'prosemirror-transform';
|
234 | import { StepMap } from 'prosemirror-transform';
|
235 | import { StepResult } from 'prosemirror-transform';
|
236 | import { StyleParseRule } from 'prosemirror-model';
|
237 | import { suggest } from 'prosemirror-suggest';
|
238 | import { SuggestChangeHandler } from 'prosemirror-suggest';
|
239 | import { SuggestChangeHandlerProps } from 'prosemirror-suggest';
|
240 | import { Suggester } from 'prosemirror-suggest';
|
241 | import { SuggesterProps } from 'prosemirror-suggest';
|
242 | import { SuggestIgnoreProps } from 'prosemirror-suggest';
|
243 | import { SuggestMarkProps } from 'prosemirror-suggest';
|
244 | import { SuggestMatch } from 'prosemirror-suggest';
|
245 | import { SuggestMatchWithReason } from 'prosemirror-suggest';
|
246 | import { SuggestReasonMap } from 'prosemirror-suggest';
|
247 | import { SuggestState } from 'prosemirror-suggest';
|
248 | import { SuggestStateMatchProps } from 'prosemirror-suggest';
|
249 | import { tableEditing } from 'prosemirror-tables';
|
250 | import { tableEditingKey } from 'prosemirror-tables';
|
251 | import { TableEditingOptions } from 'prosemirror-tables';
|
252 | import { TableMap } from 'prosemirror-tables';
|
253 | import { TableNodes } from 'prosemirror-tables';
|
254 | import { tableNodes } from 'prosemirror-tables';
|
255 | import { TableNodesOptions } from 'prosemirror-tables';
|
256 | import { tableNodeTypes } from 'prosemirror-tables';
|
257 | import { TableRect } from 'prosemirror-tables';
|
258 | import { TableRole } from 'prosemirror-tables';
|
259 | import { TableView } from 'prosemirror-tables';
|
260 | import { TagParseRule } from 'prosemirror-model';
|
261 | import { textblockTypeInputRule } from 'prosemirror-inputrules';
|
262 | import { TextPasteRule } from 'prosemirror-paste-rules';
|
263 | import { TextProps } from 'prosemirror-suggest';
|
264 | import { TextSelection } from 'prosemirror-state';
|
265 | import { toggleHeader } from 'prosemirror-tables';
|
266 | import { toggleHeaderCell } from 'prosemirror-tables';
|
267 | import { toggleHeaderColumn } from 'prosemirror-tables';
|
268 | import { toggleHeaderRow } from 'prosemirror-tables';
|
269 | import { ToggleHeaderType } from 'prosemirror-tables';
|
270 | import { toggleMark } from 'prosemirror-commands';
|
271 | import { trailingNode } from 'prosemirror-trailing-node';
|
272 | import { TrailingNodePluginOptions } from 'prosemirror-trailing-node';
|
273 | import { Transaction } from 'prosemirror-state';
|
274 | import { Transaction as Transaction_alias_2 } from 'prosemirror-suggest';
|
275 | import { TransactionProps } from 'prosemirror-suggest';
|
276 | import { Transform } from 'prosemirror-transform';
|
277 | import { undo } from 'prosemirror-history';
|
278 | import { undoDepth } from 'prosemirror-history';
|
279 | import { undoInputRule } from 'prosemirror-inputrules';
|
280 | import { undoNoScroll } from 'prosemirror-history';
|
281 | import { updateColumnsOnResize } from 'prosemirror-tables';
|
282 | import { wrapIn } from 'prosemirror-commands';
|
283 | import { wrapInList } from 'prosemirror-schema-list';
|
284 | import { wrappingInputRule } from 'prosemirror-inputrules';
|
285 |
|
286 | export { __Area }
|
287 |
|
288 | export { __clipCells }
|
289 |
|
290 | export { __insertCells }
|
291 |
|
292 | export { __pastedCells }
|
293 |
|
294 | export { addColSpan }
|
295 |
|
296 | export { addColumn }
|
297 |
|
298 | export { addColumnAfter }
|
299 |
|
300 | export { addColumnBefore }
|
301 |
|
302 | export { AddIgnoredProps }
|
303 |
|
304 | export { addListNodes }
|
305 |
|
306 | export { AddMarkStep }
|
307 |
|
308 | export { AddNodeMarkStep }
|
309 |
|
310 | export { addRow }
|
311 |
|
312 | export { addRowAfter }
|
313 |
|
314 | export { addRowBefore }
|
315 |
|
316 | export { addSuggester }
|
317 |
|
318 | export { AllSelection }
|
319 |
|
320 | export { AttributeSpec }
|
321 |
|
322 | export { Attrs }
|
323 |
|
324 | export { AttrStep }
|
325 |
|
326 | export { autoJoin }
|
327 |
|
328 | export { baseKeymap }
|
329 |
|
330 | declare type Brand<Type, B> = Type & Branding<B>;
|
331 |
|
332 | declare const _brand: unique symbol;
|
333 |
|
334 | declare interface Branding<Type> {
|
335 | readonly [_brand]: Type;
|
336 | }
|
337 |
|
338 | export { bulletList }
|
339 |
|
340 | export { canJoin }
|
341 |
|
342 | export { canSplit }
|
343 |
|
344 | export { cellAround }
|
345 |
|
346 | export { CellAttributes }
|
347 |
|
348 | export { CellBookmark }
|
349 |
|
350 | export { CellSelection }
|
351 |
|
352 | export { CellSelectionJSON }
|
353 |
|
354 |
|
355 |
|
356 |
|
357 |
|
358 |
|
359 |
|
360 |
|
361 |
|
362 |
|
363 |
|
364 | declare function chainableEditorState(tr: Transaction, state: EditorState): EditorState;
|
365 | export { chainableEditorState }
|
366 | export { chainableEditorState as chainableEditorState_alias_1 }
|
367 |
|
368 |
|
369 |
|
370 |
|
371 |
|
372 |
|
373 | declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>;
|
374 | export { chainCommands }
|
375 | export { chainCommands as chainCommands_alias_1 }
|
376 |
|
377 | export { ChangeReason }
|
378 |
|
379 | export { CheckNextValidSelection }
|
380 |
|
381 | export { closeDoubleQuote }
|
382 |
|
383 | export { closeHistory }
|
384 |
|
385 | export { closeSingleQuote }
|
386 |
|
387 | export { colCount }
|
388 |
|
389 | export { collab }
|
390 |
|
391 | export { columnIsHeader }
|
392 |
|
393 | export { columnResizing }
|
394 |
|
395 | export { ColumnResizingOptions }
|
396 |
|
397 | export { columnResizingPluginKey }
|
398 |
|
399 | export { ColWidths }
|
400 |
|
401 | export { Command }
|
402 |
|
403 |
|
404 |
|
405 |
|
406 |
|
407 |
|
408 |
|
409 |
|
410 |
|
411 |
|
412 |
|
413 |
|
414 |
|
415 |
|
416 |
|
417 |
|
418 |
|
419 |
|
420 |
|
421 |
|
422 |
|
423 |
|
424 |
|
425 |
|
426 |
|
427 | declare type CommandFunction<ExtraProps extends object = object> = (params: CommandFunctionProps & ExtraProps) => boolean;
|
428 | export { CommandFunction }
|
429 | export { CommandFunction as CommandFunction_alias_1 }
|
430 |
|
431 |
|
432 |
|
433 |
|
434 |
|
435 |
|
436 | declare interface CommandFunctionProps {
|
437 | |
438 |
|
439 |
|
440 | tr: Transaction;
|
441 | |
442 |
|
443 |
|
444 | state: EditorState;
|
445 | |
446 |
|
447 |
|
448 |
|
449 |
|
450 |
|
451 |
|
452 |
|
453 |
|
454 | dispatch?: DispatchFunction;
|
455 | |
456 |
|
457 |
|
458 | view?: EditorView;
|
459 | }
|
460 | export { CommandFunctionProps }
|
461 | export { CommandFunctionProps as CommandFunctionProps_alias_1 }
|
462 |
|
463 | export { CompareMatchProps }
|
464 |
|
465 | export { ContentMatch }
|
466 |
|
467 |
|
468 |
|
469 |
|
470 |
|
471 |
|
472 |
|
473 |
|
474 | declare function convertCommand<Extra extends object = object>(commandFunction: ProsemirrorCommandFunction): CommandFunction<Extra>;
|
475 | export { convertCommand }
|
476 | export { convertCommand as convertCommand_alias_1 }
|
477 |
|
478 | export { createParagraphNear }
|
479 |
|
480 | export { createRegexFromSuggester }
|
481 |
|
482 | export { Decoration }
|
483 | export { Decoration as Decoration_alias_1 }
|
484 | export { Decoration as Decoration_alias_2 }
|
485 |
|
486 | export { DecorationAttrs }
|
487 |
|
488 | export { DecorationSet }
|
489 | export { DecorationSet as DecorationSet_alias_1 }
|
490 | export { DecorationSet as DecorationSet_alias_2 }
|
491 |
|
492 | export { DecorationSource }
|
493 |
|
494 | export { DEFAULT_SUGGESTER }
|
495 |
|
496 | export { deleteColumn }
|
497 |
|
498 | export { deleteRow }
|
499 |
|
500 | export { deleteSelection }
|
501 |
|
502 | export { deleteTable }
|
503 |
|
504 | export { DirectEditorProps }
|
505 |
|
506 | export { Direction }
|
507 |
|
508 |
|
509 |
|
510 |
|
511 |
|
512 |
|
513 | declare type DispatchFunction = (tr: Transaction) => void;
|
514 | export { DispatchFunction }
|
515 | export { DispatchFunction as DispatchFunction_alias_1 }
|
516 |
|
517 | export { DocAttrStep }
|
518 |
|
519 | export { DocChangedProps }
|
520 |
|
521 | export { DOMEventMap }
|
522 |
|
523 | export { DOMOutputSpec }
|
524 |
|
525 | export { DOMParser_2 as DOMParser }
|
526 |
|
527 | export { DOMSerializer }
|
528 |
|
529 | export { Dragging }
|
530 |
|
531 | export { dropCursor }
|
532 |
|
533 | export { dropPoint }
|
534 |
|
535 | export { EditorProps }
|
536 |
|
537 | export { EditorSchema_alias_1 }
|
538 |
|
539 | export { EditorState }
|
540 | export { EditorState as EditorState_alias_1 }
|
541 | export { EditorState as EditorState_alias_3 }
|
542 |
|
543 | export { EditorState_alias_2 }
|
544 |
|
545 | export { EditorStateConfig }
|
546 |
|
547 | export { EditorStateProps }
|
548 |
|
549 | export { EditorView }
|
550 | export { EditorView as EditorView_alias_2 }
|
551 | export { EditorView as EditorView_alias_3 }
|
552 |
|
553 | export { EditorView_alias_1 }
|
554 |
|
555 | export { EditorViewProps }
|
556 |
|
557 | export { ellipsis }
|
558 |
|
559 | export { emDash }
|
560 |
|
561 | export { exitCode }
|
562 |
|
563 | export { ExitReason }
|
564 |
|
565 | export { FileDropHandlerProps }
|
566 |
|
567 | export { FileHandlerProps }
|
568 |
|
569 | export { FilePasteHandlerProps }
|
570 |
|
571 | export { FilePasteRule }
|
572 |
|
573 | export { findCell }
|
574 |
|
575 | export { findFromSuggesters }
|
576 |
|
577 | export { findWrapping }
|
578 |
|
579 | export { fixTables }
|
580 |
|
581 | export { fixTablesKey }
|
582 |
|
583 | export { Fragment }
|
584 | export { Fragment as Fragment_alias_1 }
|
585 | export { Fragment as Fragment_alias_2 }
|
586 |
|
587 | export { GapCursor }
|
588 |
|
589 | export { gapCursor }
|
590 |
|
591 | export { GenericParseRule }
|
592 |
|
593 | export { GetCellTypeOptions }
|
594 |
|
595 | export { getFromDOM }
|
596 |
|
597 | export { getSuggesterWithDefaults }
|
598 |
|
599 | export { getSuggestPluginState }
|
600 |
|
601 | export { getVersion }
|
602 |
|
603 | export { goToNextCell }
|
604 |
|
605 | export { handlePaste }
|
606 |
|
607 | export { history_2 as history }
|
608 |
|
609 | export { IGNORE_SUGGEST_META_KEY }
|
610 |
|
611 | export { ignoreUpdateForSuggest }
|
612 |
|
613 | export { InputRule }
|
614 | export { InputRule as InputRule_alias_1 }
|
615 | export { InputRule as InputRule_alias_2 }
|
616 |
|
617 | export { inputRules }
|
618 |
|
619 | export { inSameTable }
|
620 |
|
621 | export { insertPoint }
|
622 |
|
623 |
|
624 |
|
625 |
|
626 |
|
627 |
|
628 | export declare function isCellSelection(value: unknown): value is CellSelection;
|
629 |
|
630 | export { isChangeReason }
|
631 |
|
632 | export { isExitReason }
|
633 |
|
634 | export { isInCode }
|
635 |
|
636 | export { IsInCodeOptions }
|
637 |
|
638 | export { isInTable }
|
639 |
|
640 | export { isInvalidSplitReason }
|
641 |
|
642 | export { isJumpReason }
|
643 |
|
644 | export { isRemovedReason }
|
645 |
|
646 | export { isSelectionChangeReason }
|
647 |
|
648 | export { isSelectionExitReason }
|
649 |
|
650 | export { isSplitReason }
|
651 |
|
652 | export { isValidMatch }
|
653 |
|
654 | export { joinBackward }
|
655 |
|
656 | export { joinDown }
|
657 |
|
658 | export { joinForward }
|
659 |
|
660 | export { joinPoint }
|
661 |
|
662 | export { joinTextblockBackward }
|
663 |
|
664 | export { joinTextblockForward }
|
665 |
|
666 | export { joinUp }
|
667 |
|
668 | export { keydownHandler }
|
669 |
|
670 | export { keymap }
|
671 |
|
672 | export { lift }
|
673 |
|
674 | export { liftEmptyBlock }
|
675 |
|
676 | export { liftListItem }
|
677 |
|
678 | export { liftTarget }
|
679 |
|
680 | export { listItem }
|
681 |
|
682 | export { macBaseKeymap }
|
683 |
|
684 | export { MakeOptional }
|
685 |
|
686 | export { Mappable }
|
687 |
|
688 | export { Mapping }
|
689 | export { Mapping as Mapping_alias_1 }
|
690 | export { Mapping as Mapping_alias_2 }
|
691 |
|
692 | export { MapResult }
|
693 |
|
694 | export { Mark }
|
695 | export { Mark as Mark_alias_1 }
|
696 | export { Mark as Mark_alias_2 }
|
697 |
|
698 | export { markActiveInRange }
|
699 |
|
700 | export { MarkPasteRule }
|
701 |
|
702 | export { MarkSpec }
|
703 |
|
704 | export { MarkType }
|
705 | export { MarkType as MarkType_alias_1 }
|
706 | export { MarkType as MarkType_alias_2 }
|
707 |
|
708 | export { MarkViewConstructor }
|
709 |
|
710 | export { MatchValue }
|
711 |
|
712 | export { mergeCells }
|
713 |
|
714 | export { moveCellForward }
|
715 |
|
716 | export { MutableAttrs }
|
717 |
|
718 | export { newlineInCode }
|
719 |
|
720 | export { nextCell }
|
721 |
|
722 | export { Node_2 as Node }
|
723 | export { Node_2 as ProsemirrorNode }
|
724 | export { Node_2 as ProsemirrorNode_alias_2 }
|
725 |
|
726 | export { NodePasteRule }
|
727 |
|
728 | export { NodeRange }
|
729 |
|
730 | export { NodeSelection }
|
731 |
|
732 | export { NodeSpec }
|
733 |
|
734 | export { NodeType }
|
735 | export { NodeType as NodeType_alias_1 }
|
736 | export { NodeType as NodeType_alias_2 }
|
737 |
|
738 | export { NodeView }
|
739 | export { NodeView as NodeView_alias_1 }
|
740 | export { NodeView as NodeView_alias_2 }
|
741 |
|
742 | export { NodeViewConstructor }
|
743 |
|
744 |
|
745 |
|
746 |
|
747 |
|
748 |
|
749 |
|
750 |
|
751 |
|
752 |
|
753 |
|
754 | declare function nonChainable<Extra extends object = object>(commandFunction: CommandFunction<Extra>): NonChainableCommandFunction<Extra>;
|
755 | export { nonChainable }
|
756 | export { nonChainable as nonChainable_alias_1 }
|
757 |
|
758 |
|
759 |
|
760 |
|
761 |
|
762 | declare type NonChainableCommandFunction<Extra extends object = object> = Brand<CommandFunction<Extra>, 'non-chainable'>;
|
763 | export { NonChainableCommandFunction }
|
764 | export { NonChainableCommandFunction as NonChainableCommandFunction_alias_1 }
|
765 |
|
766 | export { openDoubleQuote }
|
767 |
|
768 | export { openSingleQuote }
|
769 |
|
770 | export { orderedList }
|
771 |
|
772 | export { ParseOptions }
|
773 |
|
774 | export { ParseRule }
|
775 |
|
776 | export { PasteRule }
|
777 |
|
778 | export { pasteRules }
|
779 |
|
780 | export { pcBaseKeymap }
|
781 |
|
782 | export { Plugin_2 as Plugin }
|
783 | export { Plugin_2 as ProsemirrorPlugin }
|
784 | export { Plugin_2 as ProsemirrorPlugin_alias_1 }
|
785 |
|
786 | export { PluginKey }
|
787 | export { PluginKey as PluginKey_alias_1 }
|
788 | export { PluginKey as PluginKey_alias_2 }
|
789 |
|
790 | export { PluginSpec }
|
791 |
|
792 | export { PluginView }
|
793 |
|
794 | export { pmChainCommands }
|
795 |
|
796 | export { pointsAtCell }
|
797 |
|
798 | export { positionHasMarks }
|
799 |
|
800 | export { Problem }
|
801 |
|
802 |
|
803 |
|
804 |
|
805 |
|
806 |
|
807 |
|
808 |
|
809 |
|
810 |
|
811 |
|
812 |
|
813 |
|
814 |
|
815 |
|
816 | declare type ProsemirrorCommandFunction = (state: EditorState, dispatch: DispatchFunction | undefined, view: EditorView | undefined) => boolean;
|
817 | export { ProsemirrorCommandFunction }
|
818 | export { ProsemirrorCommandFunction as ProsemirrorCommandFunction_alias_1 }
|
819 |
|
820 | export { ProsemirrorNode_alias_1 }
|
821 |
|
822 | export { rangeHasMarks }
|
823 |
|
824 | export { RangeWithCursor }
|
825 |
|
826 | export { ReasonMatchProps }
|
827 |
|
828 | export { ReasonProps }
|
829 |
|
830 | export { receiveTransaction }
|
831 |
|
832 | export { Rect }
|
833 |
|
834 | export { redo }
|
835 |
|
836 | export { redoDepth }
|
837 |
|
838 | export { redoNoScroll }
|
839 |
|
840 | export { removeColSpan }
|
841 |
|
842 | export { removeColumn }
|
843 |
|
844 | export { RemoveIgnoredProps }
|
845 |
|
846 | export { RemoveMarkStep }
|
847 |
|
848 | export { RemoveNodeMarkStep }
|
849 |
|
850 | export { removeRow }
|
851 |
|
852 | export { removeSuggester }
|
853 |
|
854 | export { ReplaceAroundStep }
|
855 |
|
856 | export { ReplaceError }
|
857 |
|
858 | export { ReplaceStep }
|
859 |
|
860 | export { replaceStep }
|
861 |
|
862 | export { ResizeState }
|
863 |
|
864 | export { ResolvedPos }
|
865 | export { ResolvedPos as ResolvedPos_alias_1 }
|
866 | export { ResolvedPos as ResolvedPos_alias_3 }
|
867 |
|
868 | export { ResolvedPos_alias_2 }
|
869 |
|
870 | export { ResolvedPosProps }
|
871 |
|
872 | export { ResolvedRangeWithCursor }
|
873 |
|
874 | export { rowIsHeader }
|
875 |
|
876 | export { Schema as EditorSchema }
|
877 | export { Schema as EditorSchema_alias_2 }
|
878 | export { Schema }
|
879 |
|
880 | export { SchemaSpec }
|
881 |
|
882 | export { selectAll }
|
883 |
|
884 | export { selectedRect }
|
885 |
|
886 | export { Selection_2 as Selection }
|
887 | export { Selection_2 as Selection_alias_1 }
|
888 | export { Selection_2 as Selection_alias_2 }
|
889 |
|
890 | export { SelectionBookmark }
|
891 |
|
892 | export { selectionCell }
|
893 |
|
894 | export { selectionOutsideMatch }
|
895 |
|
896 | export { SelectionProps }
|
897 |
|
898 | export { SelectionRange }
|
899 |
|
900 | export { selectNodeBackward }
|
901 |
|
902 | export { selectNodeForward }
|
903 |
|
904 | export { selectParentNode }
|
905 |
|
906 | export { selectTextblockEnd }
|
907 |
|
908 | export { selectTextblockStart }
|
909 |
|
910 | export { sendableSteps }
|
911 |
|
912 | export { setBlockType }
|
913 |
|
914 | export { setCellAttr }
|
915 |
|
916 | export { setDOMAttr }
|
917 |
|
918 | export { ShouldDisableDecorations }
|
919 |
|
920 | export { sinkListItem }
|
921 |
|
922 | export { Slice }
|
923 | export { Slice as Slice_alias_1 }
|
924 | export { Slice as Slice_alias_2 }
|
925 |
|
926 | export { smartQuotes }
|
927 |
|
928 | export { splitBlock }
|
929 |
|
930 | export { splitBlockAs }
|
931 |
|
932 | export { splitBlockKeepMarks }
|
933 |
|
934 | export { splitCell }
|
935 |
|
936 | export { splitCellWithType }
|
937 |
|
938 | export { splitListItem }
|
939 |
|
940 | export { splitListItemKeepMarks }
|
941 |
|
942 | export { StateField }
|
943 |
|
944 | export { Step }
|
945 |
|
946 | export { StepMap }
|
947 |
|
948 | export { StepResult }
|
949 |
|
950 | export { StyleParseRule }
|
951 |
|
952 | export { suggest }
|
953 |
|
954 | export { SuggestChangeHandler }
|
955 |
|
956 | export { SuggestChangeHandlerProps }
|
957 |
|
958 | export { Suggester }
|
959 |
|
960 | export { SuggesterProps }
|
961 |
|
962 | export { SuggestIgnoreProps }
|
963 |
|
964 | export { SuggestMarkProps }
|
965 |
|
966 | export { SuggestMatch }
|
967 |
|
968 | export { SuggestMatchWithReason }
|
969 |
|
970 | export { SuggestReasonMap }
|
971 |
|
972 | export { SuggestState }
|
973 |
|
974 | export { SuggestStateMatchProps }
|
975 |
|
976 | export { tableEditing }
|
977 |
|
978 | export { tableEditingKey }
|
979 |
|
980 | export { TableEditingOptions }
|
981 |
|
982 | export { TableMap }
|
983 |
|
984 | export { TableNodes }
|
985 |
|
986 | export { tableNodes }
|
987 |
|
988 | export { TableNodesOptions }
|
989 |
|
990 | export { tableNodeTypes }
|
991 |
|
992 | export { TableRect }
|
993 |
|
994 | export { TableRole }
|
995 |
|
996 | export { TableView }
|
997 |
|
998 | export { TagParseRule }
|
999 |
|
1000 | export { textblockTypeInputRule }
|
1001 |
|
1002 | export { TextPasteRule }
|
1003 |
|
1004 | export { TextProps }
|
1005 |
|
1006 | export { TextSelection }
|
1007 |
|
1008 | export { toggleHeader }
|
1009 |
|
1010 | export { toggleHeaderCell }
|
1011 |
|
1012 | export { toggleHeaderColumn }
|
1013 |
|
1014 | export { toggleHeaderRow }
|
1015 |
|
1016 | export { ToggleHeaderType }
|
1017 |
|
1018 | export { toggleMark }
|
1019 |
|
1020 | export { trailingNode }
|
1021 |
|
1022 | export { TrailingNodePluginOptions }
|
1023 |
|
1024 | export { Transaction }
|
1025 | export { Transaction as Transaction_alias_1 }
|
1026 | export { Transaction as Transaction_alias_3 }
|
1027 |
|
1028 | export { Transaction_alias_2 }
|
1029 |
|
1030 | export { TransactionProps }
|
1031 |
|
1032 | export { Transform }
|
1033 |
|
1034 | export { undo }
|
1035 |
|
1036 | export { undoDepth }
|
1037 |
|
1038 | export { undoInputRule }
|
1039 |
|
1040 | export { undoNoScroll }
|
1041 |
|
1042 | export { updateColumnsOnResize }
|
1043 |
|
1044 | export { wrapIn }
|
1045 |
|
1046 | export { wrapInList }
|
1047 |
|
1048 | export { wrappingInputRule }
|
1049 |
|
1050 | export { }
|