@llui/markdown-editor 0.2.14 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,274 +0,0 @@
1
- {
2
- "compilerVersion": "0.3.0",
3
- "components": {},
4
- "helpers": {
5
- "editor#markdownEditor": {
6
- "helperLocalPaths": [],
7
- "kind": "view-helper",
8
- "viaParams": [
9
- {
10
- "index": 0,
11
- "reads": [
12
- "changeDebounceMs",
13
- "collab",
14
- "defaultValue",
15
- "namespace",
16
- "onChange",
17
- "onFormatChange",
18
- "pasteMarkdown",
19
- "placeholder",
20
- "plugins",
21
- "plugins.length",
22
- "readonly",
23
- "theme",
24
- "toolbar",
25
- "value"
26
- ],
27
- "shape": "state-value"
28
- }
29
- ]
30
- },
31
- "format#computeFormatState": {
32
- "helperLocalPaths": [],
33
- "kind": "view-helper",
34
- "viaParams": [
35
- {
36
- "index": 0,
37
- "shape": "opaque"
38
- },
39
- {
40
- "index": 1,
41
- "reads": [
42
- "canRedo",
43
- "canUndo"
44
- ],
45
- "shape": "state-value"
46
- }
47
- ]
48
- },
49
- "plugins/callout#calloutPlugin": {
50
- "helperLocalPaths": [],
51
- "kind": "view-helper",
52
- "viaParams": [
53
- {
54
- "index": 0,
55
- "reads": [
56
- "defaultKind"
57
- ],
58
- "shape": "state-value"
59
- }
60
- ]
61
- },
62
- "plugins/emoji#emojiPlugin": {
63
- "helperLocalPaths": [],
64
- "kind": "view-helper",
65
- "viaParams": [
66
- {
67
- "index": 0,
68
- "reads": [
69
- "emoji"
70
- ],
71
- "shape": "state-value"
72
- }
73
- ]
74
- },
75
- "plugins/image#imagePlugin": {
76
- "helperLocalPaths": [],
77
- "kind": "view-helper",
78
- "viaParams": [
79
- {
80
- "index": 0,
81
- "reads": [
82
- "upload"
83
- ],
84
- "shape": "state-value"
85
- }
86
- ]
87
- },
88
- "plugins/link#linkPlugin": {
89
- "helperLocalPaths": [],
90
- "kind": "view-helper",
91
- "viaParams": [
92
- {
93
- "index": 0,
94
- "reads": [
95
- "defaultUrl"
96
- ],
97
- "shape": "state-value"
98
- }
99
- ]
100
- },
101
- "plugins/math#mathPlugin": {
102
- "helperLocalPaths": [],
103
- "kind": "view-helper",
104
- "viaParams": [
105
- {
106
- "index": 0,
107
- "reads": [
108
- "render"
109
- ],
110
- "shape": "state-value"
111
- }
112
- ]
113
- },
114
- "plugins/mention#mentionPlugin": {
115
- "helperLocalPaths": [],
116
- "kind": "view-helper",
117
- "viaParams": [
118
- {
119
- "index": 0,
120
- "reads": [
121
- "source"
122
- ],
123
- "shape": "state-value"
124
- }
125
- ]
126
- },
127
- "plugins/mermaid#mermaidPlugin": {
128
- "helperLocalPaths": [],
129
- "kind": "view-helper",
130
- "viaParams": [
131
- {
132
- "index": 0,
133
- "reads": [
134
- "render"
135
- ],
136
- "shape": "state-value"
137
- }
138
- ]
139
- },
140
- "plugins/overlay#overlayRoot": {
141
- "helperLocalPaths": [],
142
- "kind": "view-helper",
143
- "viaParams": [
144
- {
145
- "index": 0,
146
- "reads": [
147
- "attrs",
148
- "before",
149
- "open",
150
- "transform",
151
- "x",
152
- "y",
153
- "zIndex"
154
- ],
155
- "shape": "state-value"
156
- }
157
- ]
158
- },
159
- "plugins/single-block#singleBlockPlugin": {
160
- "helperLocalPaths": [],
161
- "kind": "view-helper",
162
- "viaParams": [
163
- {
164
- "index": 0,
165
- "reads": [
166
- "allowLineBreaks",
167
- "formats",
168
- "link"
169
- ],
170
- "shape": "state-value"
171
- }
172
- ]
173
- },
174
- "plugins/ui#definePluginUI": {
175
- "helperLocalPaths": [],
176
- "kind": "view-helper",
177
- "viaParams": [
178
- {
179
- "index": 0,
180
- "reads": [
181
- "init",
182
- "onEffect",
183
- "update",
184
- "view"
185
- ],
186
- "shape": "state-value"
187
- }
188
- ]
189
- },
190
- "state#init": {
191
- "helperLocalPaths": [],
192
- "kind": "view-helper",
193
- "viaParams": [
194
- {
195
- "index": 0,
196
- "reads": [
197
- "collab",
198
- "readonly",
199
- "value",
200
- "value.length"
201
- ],
202
- "shape": "state-value"
203
- }
204
- ]
205
- },
206
- "state#update": {
207
- "helperLocalPaths": [],
208
- "kind": "view-helper",
209
- "viaParams": [
210
- {
211
- "index": 0,
212
- "shape": "opaque"
213
- },
214
- {
215
- "index": 1,
216
- "reads": [
217
- "charCount",
218
- "connected",
219
- "format",
220
- "id",
221
- "overlay",
222
- "peers",
223
- "query",
224
- "readonly",
225
- "synced",
226
- "type",
227
- "value",
228
- "wordCount",
229
- "x",
230
- "y"
231
- ],
232
- "shape": "state-value"
233
- }
234
- ]
235
- },
236
- "surfaces/link-dialog#linkDialog": {
237
- "helperLocalPaths": [],
238
- "kind": "view-helper",
239
- "viaParams": [
240
- {
241
- "index": 0,
242
- "reads": [
243
- "dialog",
244
- "id",
245
- "onDialog",
246
- "url"
247
- ],
248
- "shape": "state-value"
249
- }
250
- ]
251
- },
252
- "surfaces/toolbar#toolbar": {
253
- "helperLocalPaths": [],
254
- "kind": "view-helper",
255
- "viaParams": [
256
- {
257
- "index": 0,
258
- "reads": [
259
- "aria-label",
260
- "blockSelect",
261
- "collab",
262
- "format",
263
- "glyphs",
264
- "groups",
265
- "items",
266
- "send"
267
- ],
268
- "shape": "state-value"
269
- }
270
- ]
271
- }
272
- },
273
- "version": 2
274
- }