prosekit 0.0.2 → 0.0.4
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/prosekit-lit-components-command-empty.d.ts +1 -0
- package/dist/prosekit-lit-components-command-empty.js +2 -0
- package/dist/prosekit-lit-components-command-item.d.ts +1 -0
- package/dist/prosekit-lit-components-command-item.js +2 -0
- package/dist/prosekit-lit-components-command-list.d.ts +1 -0
- package/dist/prosekit-lit-components-command-list.js +2 -0
- package/dist/prosekit-lit-components-command-popover.d.ts +1 -0
- package/dist/prosekit-lit-components-command-popover.js +2 -0
- package/dist/prosekit-react-components-command-empty.d.ts +1 -0
- package/dist/prosekit-react-components-command-empty.js +2 -0
- package/dist/prosekit-react-components-command-item.d.ts +1 -0
- package/dist/prosekit-react-components-command-item.js +2 -0
- package/dist/prosekit-react-components-command-list.d.ts +1 -0
- package/dist/prosekit-react-components-command-list.js +2 -0
- package/dist/prosekit-react-components-command-popover.d.ts +1 -0
- package/dist/prosekit-react-components-command-popover.js +2 -0
- package/dist/prosekit-vue-components-command-empty.d.ts +1 -0
- package/dist/prosekit-vue-components-command-empty.js +2 -0
- package/dist/prosekit-vue-components-command-item.d.ts +1 -0
- package/dist/prosekit-vue-components-command-item.js +2 -0
- package/dist/prosekit-vue-components-command-list.d.ts +1 -0
- package/dist/prosekit-vue-components-command-list.js +2 -0
- package/dist/prosekit-vue-components-command-popover.d.ts +1 -0
- package/dist/prosekit-vue-components-command-popover.js +2 -0
- package/dist/prosekit.d.ts +12 -12
- package/package.json +169 -60
- package/dist/prosekit-lit-elements-menu-item.d.ts +0 -1
- package/dist/prosekit-lit-elements-menu-item.js +0 -2
- package/dist/prosekit-lit-elements-menu.d.ts +0 -1
- package/dist/prosekit-lit-elements-menu.js +0 -2
- package/dist/prosekit-lit-elements-popover-suggestion.d.ts +0 -1
- package/dist/prosekit-lit-elements-popover-suggestion.js +0 -2
- package/dist/prosekit-lit-elements-popover.d.ts +0 -1
- package/dist/prosekit-lit-elements-popover.js +0 -2
- package/dist/prosekit-react-components-menu-item.d.ts +0 -1
- package/dist/prosekit-react-components-menu-item.js +0 -2
- package/dist/prosekit-react-components-menu.d.ts +0 -1
- package/dist/prosekit-react-components-menu.js +0 -2
- package/dist/prosekit-react-components-popover-suggestion.d.ts +0 -1
- package/dist/prosekit-react-components-popover-suggestion.js +0 -2
- package/dist/prosekit-react-components-popover.d.ts +0 -1
- package/dist/prosekit-react-components-popover.js +0 -2
- package/dist/prosekit-vue-components-menu-item.d.ts +0 -1
- package/dist/prosekit-vue-components-menu-item.js +0 -2
- package/dist/prosekit-vue-components-menu.d.ts +0 -1
- package/dist/prosekit-vue-components-menu.js +0 -2
- package/dist/prosekit-vue-components-popover-suggestion.d.ts +0 -1
- package/dist/prosekit-vue-components-popover-suggestion.js +0 -2
- package/dist/prosekit-vue-components-popover.d.ts +0 -1
- package/dist/prosekit-vue-components-popover.js +0 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/lit/components/command-empty';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/lit/components/command-item';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/lit/components/command-list';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/lit/components/command-popover';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/react/components/command-empty';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/react/components/command-item';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/react/components/command-list';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/react/components/command-popover';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/vue/components/command-empty';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/vue/components/command-item';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/vue/components/command-list';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@prosekit/vue/components/command-popover';
|
package/dist/prosekit.d.ts
CHANGED
|
@@ -10,10 +10,10 @@ import '@prosekit/extensions/list';
|
|
|
10
10
|
import '@prosekit/extensions/placeholder';
|
|
11
11
|
import '@prosekit/extensions/suggestion';
|
|
12
12
|
import '@prosekit/lit';
|
|
13
|
-
import '@prosekit/lit/
|
|
14
|
-
import '@prosekit/lit/
|
|
15
|
-
import '@prosekit/lit/
|
|
16
|
-
import '@prosekit/lit/
|
|
13
|
+
import '@prosekit/lit/components/command-empty';
|
|
14
|
+
import '@prosekit/lit/components/command-item';
|
|
15
|
+
import '@prosekit/lit/components/command-list';
|
|
16
|
+
import '@prosekit/lit/components/command-popover';
|
|
17
17
|
import '@prosekit/pm';
|
|
18
18
|
import '@prosekit/pm/commands';
|
|
19
19
|
import '@prosekit/pm/inputrules';
|
|
@@ -23,12 +23,12 @@ import '@prosekit/pm/state';
|
|
|
23
23
|
import '@prosekit/pm/transform';
|
|
24
24
|
import '@prosekit/pm/view';
|
|
25
25
|
import '@prosekit/react';
|
|
26
|
-
import '@prosekit/react/components/
|
|
27
|
-
import '@prosekit/react/components/
|
|
28
|
-
import '@prosekit/react/components/
|
|
29
|
-
import '@prosekit/react/components/popover
|
|
26
|
+
import '@prosekit/react/components/command-empty';
|
|
27
|
+
import '@prosekit/react/components/command-item';
|
|
28
|
+
import '@prosekit/react/components/command-list';
|
|
29
|
+
import '@prosekit/react/components/command-popover';
|
|
30
30
|
import '@prosekit/vue';
|
|
31
|
-
import '@prosekit/vue/components/
|
|
32
|
-
import '@prosekit/vue/components/
|
|
33
|
-
import '@prosekit/vue/components/
|
|
34
|
-
import '@prosekit/vue/components/popover
|
|
31
|
+
import '@prosekit/vue/components/command-empty';
|
|
32
|
+
import '@prosekit/vue/components/command-item';
|
|
33
|
+
import '@prosekit/vue/components/command-list';
|
|
34
|
+
import '@prosekit/vue/components/command-popover';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -102,25 +102,25 @@
|
|
|
102
102
|
"import": "./dist/prosekit-lit.js",
|
|
103
103
|
"default": "./dist/prosekit-lit.js"
|
|
104
104
|
},
|
|
105
|
-
"./lit/
|
|
106
|
-
"types": "./dist/prosekit-lit-
|
|
107
|
-
"import": "./dist/prosekit-lit-
|
|
108
|
-
"default": "./dist/prosekit-lit-
|
|
105
|
+
"./lit/components/command-empty": {
|
|
106
|
+
"types": "./dist/prosekit-lit-components-command-empty.d.ts",
|
|
107
|
+
"import": "./dist/prosekit-lit-components-command-empty.js",
|
|
108
|
+
"default": "./dist/prosekit-lit-components-command-empty.js"
|
|
109
109
|
},
|
|
110
|
-
"./lit/
|
|
111
|
-
"types": "./dist/prosekit-lit-
|
|
112
|
-
"import": "./dist/prosekit-lit-
|
|
113
|
-
"default": "./dist/prosekit-lit-
|
|
110
|
+
"./lit/components/command-item": {
|
|
111
|
+
"types": "./dist/prosekit-lit-components-command-item.d.ts",
|
|
112
|
+
"import": "./dist/prosekit-lit-components-command-item.js",
|
|
113
|
+
"default": "./dist/prosekit-lit-components-command-item.js"
|
|
114
114
|
},
|
|
115
|
-
"./lit/
|
|
116
|
-
"types": "./dist/prosekit-lit-
|
|
117
|
-
"import": "./dist/prosekit-lit-
|
|
118
|
-
"default": "./dist/prosekit-lit-
|
|
115
|
+
"./lit/components/command-list": {
|
|
116
|
+
"types": "./dist/prosekit-lit-components-command-list.d.ts",
|
|
117
|
+
"import": "./dist/prosekit-lit-components-command-list.js",
|
|
118
|
+
"default": "./dist/prosekit-lit-components-command-list.js"
|
|
119
119
|
},
|
|
120
|
-
"./lit/
|
|
121
|
-
"types": "./dist/prosekit-lit-
|
|
122
|
-
"import": "./dist/prosekit-lit-
|
|
123
|
-
"default": "./dist/prosekit-lit-
|
|
120
|
+
"./lit/components/command-popover": {
|
|
121
|
+
"types": "./dist/prosekit-lit-components-command-popover.d.ts",
|
|
122
|
+
"import": "./dist/prosekit-lit-components-command-popover.js",
|
|
123
|
+
"default": "./dist/prosekit-lit-components-command-popover.js"
|
|
124
124
|
},
|
|
125
125
|
"./pm": {
|
|
126
126
|
"types": "./dist/prosekit-pm.d.ts",
|
|
@@ -170,63 +170,63 @@
|
|
|
170
170
|
"import": "./dist/prosekit-react.js",
|
|
171
171
|
"default": "./dist/prosekit-react.js"
|
|
172
172
|
},
|
|
173
|
-
"./react/components/
|
|
174
|
-
"types": "./dist/prosekit-react-components-
|
|
175
|
-
"import": "./dist/prosekit-react-components-
|
|
176
|
-
"default": "./dist/prosekit-react-components-
|
|
173
|
+
"./react/components/command-empty": {
|
|
174
|
+
"types": "./dist/prosekit-react-components-command-empty.d.ts",
|
|
175
|
+
"import": "./dist/prosekit-react-components-command-empty.js",
|
|
176
|
+
"default": "./dist/prosekit-react-components-command-empty.js"
|
|
177
177
|
},
|
|
178
|
-
"./react/components/
|
|
179
|
-
"types": "./dist/prosekit-react-components-
|
|
180
|
-
"import": "./dist/prosekit-react-components-
|
|
181
|
-
"default": "./dist/prosekit-react-components-
|
|
178
|
+
"./react/components/command-item": {
|
|
179
|
+
"types": "./dist/prosekit-react-components-command-item.d.ts",
|
|
180
|
+
"import": "./dist/prosekit-react-components-command-item.js",
|
|
181
|
+
"default": "./dist/prosekit-react-components-command-item.js"
|
|
182
182
|
},
|
|
183
|
-
"./react/components/
|
|
184
|
-
"types": "./dist/prosekit-react-components-
|
|
185
|
-
"import": "./dist/prosekit-react-components-
|
|
186
|
-
"default": "./dist/prosekit-react-components-
|
|
183
|
+
"./react/components/command-list": {
|
|
184
|
+
"types": "./dist/prosekit-react-components-command-list.d.ts",
|
|
185
|
+
"import": "./dist/prosekit-react-components-command-list.js",
|
|
186
|
+
"default": "./dist/prosekit-react-components-command-list.js"
|
|
187
187
|
},
|
|
188
|
-
"./react/components/popover
|
|
189
|
-
"types": "./dist/prosekit-react-components-popover
|
|
190
|
-
"import": "./dist/prosekit-react-components-popover
|
|
191
|
-
"default": "./dist/prosekit-react-components-popover
|
|
188
|
+
"./react/components/command-popover": {
|
|
189
|
+
"types": "./dist/prosekit-react-components-command-popover.d.ts",
|
|
190
|
+
"import": "./dist/prosekit-react-components-command-popover.js",
|
|
191
|
+
"default": "./dist/prosekit-react-components-command-popover.js"
|
|
192
192
|
},
|
|
193
193
|
"./vue": {
|
|
194
194
|
"types": "./dist/prosekit-vue.d.ts",
|
|
195
195
|
"import": "./dist/prosekit-vue.js",
|
|
196
196
|
"default": "./dist/prosekit-vue.js"
|
|
197
197
|
},
|
|
198
|
-
"./vue/components/
|
|
199
|
-
"types": "./dist/prosekit-vue-components-
|
|
200
|
-
"import": "./dist/prosekit-vue-components-
|
|
201
|
-
"default": "./dist/prosekit-vue-components-
|
|
202
|
-
},
|
|
203
|
-
"./vue/components/
|
|
204
|
-
"types": "./dist/prosekit-vue-components-
|
|
205
|
-
"import": "./dist/prosekit-vue-components-
|
|
206
|
-
"default": "./dist/prosekit-vue-components-
|
|
207
|
-
},
|
|
208
|
-
"./vue/components/
|
|
209
|
-
"types": "./dist/prosekit-vue-components-
|
|
210
|
-
"import": "./dist/prosekit-vue-components-
|
|
211
|
-
"default": "./dist/prosekit-vue-components-
|
|
212
|
-
},
|
|
213
|
-
"./vue/components/popover
|
|
214
|
-
"types": "./dist/prosekit-vue-components-popover
|
|
215
|
-
"import": "./dist/prosekit-vue-components-popover
|
|
216
|
-
"default": "./dist/prosekit-vue-components-popover
|
|
198
|
+
"./vue/components/command-empty": {
|
|
199
|
+
"types": "./dist/prosekit-vue-components-command-empty.d.ts",
|
|
200
|
+
"import": "./dist/prosekit-vue-components-command-empty.js",
|
|
201
|
+
"default": "./dist/prosekit-vue-components-command-empty.js"
|
|
202
|
+
},
|
|
203
|
+
"./vue/components/command-item": {
|
|
204
|
+
"types": "./dist/prosekit-vue-components-command-item.d.ts",
|
|
205
|
+
"import": "./dist/prosekit-vue-components-command-item.js",
|
|
206
|
+
"default": "./dist/prosekit-vue-components-command-item.js"
|
|
207
|
+
},
|
|
208
|
+
"./vue/components/command-list": {
|
|
209
|
+
"types": "./dist/prosekit-vue-components-command-list.d.ts",
|
|
210
|
+
"import": "./dist/prosekit-vue-components-command-list.js",
|
|
211
|
+
"default": "./dist/prosekit-vue-components-command-list.js"
|
|
212
|
+
},
|
|
213
|
+
"./vue/components/command-popover": {
|
|
214
|
+
"types": "./dist/prosekit-vue-components-command-popover.d.ts",
|
|
215
|
+
"import": "./dist/prosekit-vue-components-command-popover.js",
|
|
216
|
+
"default": "./dist/prosekit-vue-components-command-popover.js"
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
"files": [
|
|
220
220
|
"dist"
|
|
221
221
|
],
|
|
222
222
|
"dependencies": {
|
|
223
|
-
"@prosekit/basic": "
|
|
224
|
-
"@prosekit/core": "
|
|
225
|
-
"@prosekit/extensions": "
|
|
226
|
-
"@prosekit/lit": "
|
|
227
|
-
"@prosekit/pm": "
|
|
228
|
-
"@prosekit/react": "
|
|
229
|
-
"@prosekit/vue": "
|
|
223
|
+
"@prosekit/basic": "0.0.3",
|
|
224
|
+
"@prosekit/core": "0.0.3",
|
|
225
|
+
"@prosekit/extensions": "0.0.3",
|
|
226
|
+
"@prosekit/lit": "0.0.4",
|
|
227
|
+
"@prosekit/pm": "0.0.3",
|
|
228
|
+
"@prosekit/react": "0.0.4",
|
|
229
|
+
"@prosekit/vue": "0.0.4"
|
|
230
230
|
},
|
|
231
231
|
"peerDependencies": {
|
|
232
232
|
"react": ">= 17.0.0",
|
|
@@ -258,5 +258,114 @@
|
|
|
258
258
|
"build:tsup": "tsup",
|
|
259
259
|
"build:tsc": "tsc -b tsconfig.json"
|
|
260
260
|
},
|
|
261
|
-
"types": "./dist/prosekit.d.ts"
|
|
261
|
+
"types": "./dist/prosekit.d.ts",
|
|
262
|
+
"typesVersions": {
|
|
263
|
+
"*": {
|
|
264
|
+
".": [
|
|
265
|
+
"./dist/prosekit.d.ts"
|
|
266
|
+
],
|
|
267
|
+
"basic": [
|
|
268
|
+
"./dist/prosekit-basic.d.ts"
|
|
269
|
+
],
|
|
270
|
+
"core": [
|
|
271
|
+
"./dist/prosekit-core.d.ts"
|
|
272
|
+
],
|
|
273
|
+
"extensions": [
|
|
274
|
+
"./dist/prosekit-extensions.d.ts"
|
|
275
|
+
],
|
|
276
|
+
"extensions/blockquote": [
|
|
277
|
+
"./dist/prosekit-extensions-blockquote.d.ts"
|
|
278
|
+
],
|
|
279
|
+
"extensions/bold": [
|
|
280
|
+
"./dist/prosekit-extensions-bold.d.ts"
|
|
281
|
+
],
|
|
282
|
+
"extensions/code": [
|
|
283
|
+
"./dist/prosekit-extensions-code.d.ts"
|
|
284
|
+
],
|
|
285
|
+
"extensions/heading": [
|
|
286
|
+
"./dist/prosekit-extensions-heading.d.ts"
|
|
287
|
+
],
|
|
288
|
+
"extensions/italic": [
|
|
289
|
+
"./dist/prosekit-extensions-italic.d.ts"
|
|
290
|
+
],
|
|
291
|
+
"extensions/list": [
|
|
292
|
+
"./dist/prosekit-extensions-list.d.ts"
|
|
293
|
+
],
|
|
294
|
+
"extensions/placeholder": [
|
|
295
|
+
"./dist/prosekit-extensions-placeholder.d.ts"
|
|
296
|
+
],
|
|
297
|
+
"extensions/suggestion": [
|
|
298
|
+
"./dist/prosekit-extensions-suggestion.d.ts"
|
|
299
|
+
],
|
|
300
|
+
"lit": [
|
|
301
|
+
"./dist/prosekit-lit.d.ts"
|
|
302
|
+
],
|
|
303
|
+
"lit/components/command-empty": [
|
|
304
|
+
"./dist/prosekit-lit-components-command-empty.d.ts"
|
|
305
|
+
],
|
|
306
|
+
"lit/components/command-item": [
|
|
307
|
+
"./dist/prosekit-lit-components-command-item.d.ts"
|
|
308
|
+
],
|
|
309
|
+
"lit/components/command-list": [
|
|
310
|
+
"./dist/prosekit-lit-components-command-list.d.ts"
|
|
311
|
+
],
|
|
312
|
+
"lit/components/command-popover": [
|
|
313
|
+
"./dist/prosekit-lit-components-command-popover.d.ts"
|
|
314
|
+
],
|
|
315
|
+
"pm": [
|
|
316
|
+
"./dist/prosekit-pm.d.ts"
|
|
317
|
+
],
|
|
318
|
+
"pm/commands": [
|
|
319
|
+
"./dist/prosekit-pm-commands.d.ts"
|
|
320
|
+
],
|
|
321
|
+
"pm/inputrules": [
|
|
322
|
+
"./dist/prosekit-pm-inputrules.d.ts"
|
|
323
|
+
],
|
|
324
|
+
"pm/keymap": [
|
|
325
|
+
"./dist/prosekit-pm-keymap.d.ts"
|
|
326
|
+
],
|
|
327
|
+
"pm/model": [
|
|
328
|
+
"./dist/prosekit-pm-model.d.ts"
|
|
329
|
+
],
|
|
330
|
+
"pm/state": [
|
|
331
|
+
"./dist/prosekit-pm-state.d.ts"
|
|
332
|
+
],
|
|
333
|
+
"pm/transform": [
|
|
334
|
+
"./dist/prosekit-pm-transform.d.ts"
|
|
335
|
+
],
|
|
336
|
+
"pm/view": [
|
|
337
|
+
"./dist/prosekit-pm-view.d.ts"
|
|
338
|
+
],
|
|
339
|
+
"react": [
|
|
340
|
+
"./dist/prosekit-react.d.ts"
|
|
341
|
+
],
|
|
342
|
+
"react/components/command-empty": [
|
|
343
|
+
"./dist/prosekit-react-components-command-empty.d.ts"
|
|
344
|
+
],
|
|
345
|
+
"react/components/command-item": [
|
|
346
|
+
"./dist/prosekit-react-components-command-item.d.ts"
|
|
347
|
+
],
|
|
348
|
+
"react/components/command-list": [
|
|
349
|
+
"./dist/prosekit-react-components-command-list.d.ts"
|
|
350
|
+
],
|
|
351
|
+
"react/components/command-popover": [
|
|
352
|
+
"./dist/prosekit-react-components-command-popover.d.ts"
|
|
353
|
+
],
|
|
354
|
+
"vue": [
|
|
355
|
+
"./dist/prosekit-vue.d.ts"
|
|
356
|
+
],
|
|
357
|
+
"vue/components/command-empty": [
|
|
358
|
+
"./dist/prosekit-vue-components-command-empty.d.ts"
|
|
359
|
+
],
|
|
360
|
+
"vue/components/command-item": [
|
|
361
|
+
"./dist/prosekit-vue-components-command-item.d.ts"
|
|
362
|
+
],
|
|
363
|
+
"vue/components/command-list": [
|
|
364
|
+
"./dist/prosekit-vue-components-command-list.d.ts"
|
|
365
|
+
],
|
|
366
|
+
"vue/components/command-popover": [
|
|
367
|
+
"./dist/prosekit-vue-components-command-popover.d.ts"
|
|
368
|
+
]
|
|
369
|
+
}
|
|
370
|
+
}
|
|
262
371
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/lit/elements/menu-item';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/lit/elements/menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/lit/elements/popover-suggestion';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/lit/elements/popover';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/react/components/menu-item';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/react/components/menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/react/components/popover-suggestion';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/react/components/popover';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/vue/components/menu-item';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/vue/components/menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/vue/components/popover-suggestion';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@prosekit/vue/components/popover';
|