prosemirror-flat-list
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -1166,2 +1166,3 @@ // src/commands/dedent-list.ts | ||
enterWithoutLift, | ||
findListsRange, | ||
flatListGroup, | ||
@@ -1168,0 +1169,0 @@ getListType, |
@@ -16,2 +16,3 @@ import { Attrs } from 'prosemirror-model'; | ||
import { Plugin as Plugin_2 } from 'prosemirror-state'; | ||
import { ResolvedPos } from 'prosemirror-model'; | ||
import { Schema } from 'prosemirror-model'; | ||
@@ -105,2 +106,10 @@ import { Transaction } from 'prosemirror-state'; | ||
/** | ||
* Returns a minimal block range that includes the given two positions and | ||
* represents one or multiple sibling list nodes. | ||
* | ||
* @public | ||
*/ | ||
export declare function findListsRange($from: ResolvedPos, $to: ResolvedPos): NodeRange | null; | ||
/** @public */ | ||
@@ -107,0 +116,0 @@ export declare const flatListGroup = "flatList"; |
@@ -1166,2 +1166,3 @@ // src/commands/dedent-list.ts | ||
enterWithoutLift, | ||
findListsRange, | ||
flatListGroup, | ||
@@ -1168,0 +1169,0 @@ getListType, |
{ | ||
"name": "prosemirror-flat-list", | ||
"type": "module", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "author": "ocavue <ocavue@gmail.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117502
3743