slate-vue3 0.13.4 → 0.13.6
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/core.js +99 -2
- package/dist/create-editor-D66_fXbO.js +3335 -0
- package/dist/dom.js +405 -2
- package/dist/history.js +211 -162
- package/dist/hotkeys-DqqUXWM5.js +1773 -0
- package/dist/hyperscript.js +228 -250
- package/dist/index-Ban80MbP.js +21 -0
- package/dist/index-DN2Lw5SY.js +1622 -0
- package/dist/index.js +63 -3
- package/dist/packages/slate/interfaces/editor.d.ts +2 -2
- package/dist/packages/slate/interfaces/transforms/general.d.ts +8 -0
- package/dist/use-focused-BnHzwvoC.js +2110 -0
- package/dist/yjs.js +1498 -1075
- package/package.json +13 -13
- package/dist/share-tools-DLjSB3JV.js +0 -21
- package/dist/slate-C-CGsGnX.js +0 -5618
- package/dist/slate-dom-IFTx5FeX.js +0 -1805
- package/dist/slate-vue-D6ifooP_.js +0 -1684
package/dist/core.js
CHANGED
|
@@ -1,2 +1,99 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { P, a, R, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, Q, S, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq } from "./create-editor-D66_fXbO.js";
|
|
2
|
+
import { E as E2, a as a10, L as L2, N as N2, O as O2, P as P2, b as b2, R as R2, S as S2, c as c2, T as T2, d as d2, i as i2, e as e2 } from "./index-DN2Lw5SY.js";
|
|
3
|
+
export {
|
|
4
|
+
E2 as Editor,
|
|
5
|
+
a10 as Element,
|
|
6
|
+
L2 as Location,
|
|
7
|
+
N2 as Node,
|
|
8
|
+
O2 as Operation,
|
|
9
|
+
P2 as Path,
|
|
10
|
+
P as PathRef,
|
|
11
|
+
b2 as Point,
|
|
12
|
+
a as PointRef,
|
|
13
|
+
R2 as Range,
|
|
14
|
+
R as RangeRef,
|
|
15
|
+
S2 as Scrubber,
|
|
16
|
+
c2 as Span,
|
|
17
|
+
T2 as Text,
|
|
18
|
+
d2 as Transforms,
|
|
19
|
+
b as above,
|
|
20
|
+
c as addMark,
|
|
21
|
+
d as after,
|
|
22
|
+
e as apply,
|
|
23
|
+
f as before,
|
|
24
|
+
g as collapse,
|
|
25
|
+
h as createEditor,
|
|
26
|
+
i as deleteBackward,
|
|
27
|
+
j as deleteForward,
|
|
28
|
+
k as deleteFragment,
|
|
29
|
+
l as deleteText,
|
|
30
|
+
m as deselect,
|
|
31
|
+
n as edges,
|
|
32
|
+
o as elementReadOnly,
|
|
33
|
+
p as end,
|
|
34
|
+
q as first,
|
|
35
|
+
r as fragment,
|
|
36
|
+
s as getDirtyPaths,
|
|
37
|
+
t as getFragment,
|
|
38
|
+
u as getVoid,
|
|
39
|
+
v as hasBlocks,
|
|
40
|
+
w as hasInlines,
|
|
41
|
+
x as hasPath,
|
|
42
|
+
y as hasTexts,
|
|
43
|
+
z as insertBreak,
|
|
44
|
+
A as insertFragment,
|
|
45
|
+
B as insertNode,
|
|
46
|
+
C as insertNodes,
|
|
47
|
+
D as insertSoftBreak,
|
|
48
|
+
E as insertText,
|
|
49
|
+
F as isBlock,
|
|
50
|
+
G as isEdge,
|
|
51
|
+
i2 as isEditor,
|
|
52
|
+
H as isEmpty,
|
|
53
|
+
I as isEnd,
|
|
54
|
+
J as isNormalizing,
|
|
55
|
+
e2 as isObject,
|
|
56
|
+
K as isStart,
|
|
57
|
+
L as last,
|
|
58
|
+
M as leaf,
|
|
59
|
+
N as levels,
|
|
60
|
+
O as liftNodes,
|
|
61
|
+
Q as marks,
|
|
62
|
+
S as mergeNodes,
|
|
63
|
+
T as move,
|
|
64
|
+
U as moveNodes,
|
|
65
|
+
V as next,
|
|
66
|
+
W as node,
|
|
67
|
+
X as nodes,
|
|
68
|
+
Y as normalize,
|
|
69
|
+
Z as normalizeNode,
|
|
70
|
+
_ as parent,
|
|
71
|
+
$ as path,
|
|
72
|
+
a0 as pathRef,
|
|
73
|
+
a1 as pathRefs,
|
|
74
|
+
a2 as point,
|
|
75
|
+
a3 as pointRef,
|
|
76
|
+
a4 as pointRefs,
|
|
77
|
+
a5 as positions,
|
|
78
|
+
a6 as previous,
|
|
79
|
+
a7 as range,
|
|
80
|
+
a8 as rangeRef,
|
|
81
|
+
a9 as rangeRefs,
|
|
82
|
+
aa as removeMark,
|
|
83
|
+
ab as removeNodes,
|
|
84
|
+
ac as select,
|
|
85
|
+
ad as setNodes,
|
|
86
|
+
ae as setNormalizing,
|
|
87
|
+
af as setPoint,
|
|
88
|
+
ag as setSelection,
|
|
89
|
+
ah as shouldMergeNodesRemovePrevNode,
|
|
90
|
+
ai as shouldNormalize,
|
|
91
|
+
aj as splitNodes,
|
|
92
|
+
ak as start,
|
|
93
|
+
al as string,
|
|
94
|
+
am as unhangRange,
|
|
95
|
+
an as unsetNodes,
|
|
96
|
+
ao as unwrapNodes,
|
|
97
|
+
ap as withoutNormalizing,
|
|
98
|
+
aq as wrapNodes
|
|
99
|
+
};
|