prosekit 0.2.11 → 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.
- package/dist/_tsup-dts-rollup.d.ts +28 -22
- package/dist/prosekit-core.d.ts +1 -0
- package/dist/prosekit-lit-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-lit-inline-popover.d.ts +1 -1
- package/dist/prosekit-lit-popover.d.ts +2 -1
- package/dist/prosekit-preact-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-react-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-solid-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-vue-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-vue-inline-popover.d.ts +1 -1
- package/package.json +9 -9
|
@@ -335,20 +335,21 @@ import { Popover as Popover_alias_2 } from '@prosekit/react/popover';
|
|
|
335
335
|
import { Popover as Popover_alias_3 } from '@prosekit/solid/popover';
|
|
336
336
|
import { Popover as Popover_alias_4 } from '@prosekit/svelte/popover';
|
|
337
337
|
import { Popover as Popover_alias_5 } from '@prosekit/vue/popover';
|
|
338
|
-
import { PopoverOptions } from '@prosekit/lit/autocomplete-popover';
|
|
339
|
-
import { PopoverOptions as PopoverOptions_alias_1 } from '@prosekit/lit/inline-popover';
|
|
340
|
-
import { PopoverOptions as PopoverOptions_alias_2 } from '@prosekit/lit/popover';
|
|
341
|
-
import { PopoverOptions as PopoverOptions_alias_3 } from '@prosekit/preact/autocomplete-popover';
|
|
342
|
-
import { PopoverOptions as PopoverOptions_alias_4 } from '@prosekit/react/autocomplete-popover';
|
|
343
|
-
import { PopoverOptions as PopoverOptions_alias_5 } from '@prosekit/solid/autocomplete-popover';
|
|
344
|
-
import { PopoverOptions as PopoverOptions_alias_6 } from '@prosekit/vue/autocomplete-popover';
|
|
345
|
-
import { PopoverOptions as PopoverOptions_alias_7 } from '@prosekit/vue/inline-popover';
|
|
346
338
|
import { PopoverProps } from '@prosekit/lit/popover';
|
|
347
339
|
import { PopoverProps as PopoverProps_alias_1 } from '@prosekit/preact/popover';
|
|
348
340
|
import { PopoverProps as PopoverProps_alias_2 } from '@prosekit/react/popover';
|
|
349
341
|
import { PopoverProps as PopoverProps_alias_3 } from '@prosekit/solid/popover';
|
|
350
342
|
import { PopoverProps as PopoverProps_alias_4 } from '@prosekit/svelte/popover';
|
|
351
343
|
import { PopoverProps as PopoverProps_alias_5 } from '@prosekit/vue/popover';
|
|
344
|
+
import { popoverPropsNames } from '@prosekit/lit/popover';
|
|
345
|
+
import { PositioningOptions } from '@prosekit/lit/autocomplete-popover';
|
|
346
|
+
import { PositioningOptions as PositioningOptions_alias_1 } from '@prosekit/lit/inline-popover';
|
|
347
|
+
import { PositioningOptions as PositioningOptions_alias_2 } from '@prosekit/lit/popover';
|
|
348
|
+
import { PositioningOptions as PositioningOptions_alias_3 } from '@prosekit/preact/autocomplete-popover';
|
|
349
|
+
import { PositioningOptions as PositioningOptions_alias_4 } from '@prosekit/react/autocomplete-popover';
|
|
350
|
+
import { PositioningOptions as PositioningOptions_alias_5 } from '@prosekit/solid/autocomplete-popover';
|
|
351
|
+
import { PositioningOptions as PositioningOptions_alias_6 } from '@prosekit/vue/autocomplete-popover';
|
|
352
|
+
import { PositioningOptions as PositioningOptions_alias_7 } from '@prosekit/vue/inline-popover';
|
|
352
353
|
import { Priority } from '@prosekit/core';
|
|
353
354
|
import { propNames } from '@prosekit/lit/autocomplete-empty';
|
|
354
355
|
import { propNames as propNames_alias_1 } from '@prosekit/lit/autocomplete-item';
|
|
@@ -432,6 +433,7 @@ import { selectTextblockEnd } from '@prosekit/pm/commands';
|
|
|
432
433
|
import { selectTextblockStart } from '@prosekit/pm/commands';
|
|
433
434
|
import { setBlockType } from '@prosekit/core';
|
|
434
435
|
import { setBlockType as setBlockType_alias_1 } from '@prosekit/pm/commands';
|
|
436
|
+
import { setNodeAttrs } from '@prosekit/core';
|
|
435
437
|
import { SimplifyExtension } from '@prosekit/core';
|
|
436
438
|
import { SimplifyUnion } from '@prosekit/core';
|
|
437
439
|
import { Slice } from '@prosekit/pm/model';
|
|
@@ -1161,33 +1163,35 @@ export { Popover_alias_4 }
|
|
|
1161
1163
|
|
|
1162
1164
|
export { Popover_alias_5 }
|
|
1163
1165
|
|
|
1164
|
-
export {
|
|
1166
|
+
export { PopoverProps }
|
|
1165
1167
|
|
|
1166
|
-
export {
|
|
1168
|
+
export { PopoverProps_alias_1 }
|
|
1167
1169
|
|
|
1168
|
-
export {
|
|
1170
|
+
export { PopoverProps_alias_2 }
|
|
1169
1171
|
|
|
1170
|
-
export {
|
|
1172
|
+
export { PopoverProps_alias_3 }
|
|
1171
1173
|
|
|
1172
|
-
export {
|
|
1174
|
+
export { PopoverProps_alias_4 }
|
|
1173
1175
|
|
|
1174
|
-
export {
|
|
1176
|
+
export { PopoverProps_alias_5 }
|
|
1175
1177
|
|
|
1176
|
-
export {
|
|
1178
|
+
export { popoverPropsNames }
|
|
1177
1179
|
|
|
1178
|
-
export {
|
|
1180
|
+
export { PositioningOptions }
|
|
1179
1181
|
|
|
1180
|
-
export {
|
|
1182
|
+
export { PositioningOptions_alias_1 }
|
|
1181
1183
|
|
|
1182
|
-
export {
|
|
1184
|
+
export { PositioningOptions_alias_2 }
|
|
1183
1185
|
|
|
1184
|
-
export {
|
|
1186
|
+
export { PositioningOptions_alias_3 }
|
|
1185
1187
|
|
|
1186
|
-
export {
|
|
1188
|
+
export { PositioningOptions_alias_4 }
|
|
1187
1189
|
|
|
1188
|
-
export {
|
|
1190
|
+
export { PositioningOptions_alias_5 }
|
|
1189
1191
|
|
|
1190
|
-
export {
|
|
1192
|
+
export { PositioningOptions_alias_6 }
|
|
1193
|
+
|
|
1194
|
+
export { PositioningOptions_alias_7 }
|
|
1191
1195
|
|
|
1192
1196
|
export { Priority }
|
|
1193
1197
|
|
|
@@ -1355,6 +1359,8 @@ export { setBlockType }
|
|
|
1355
1359
|
|
|
1356
1360
|
export { setBlockType_alias_1 }
|
|
1357
1361
|
|
|
1362
|
+
export { setNodeAttrs }
|
|
1363
|
+
|
|
1358
1364
|
export { SimplifyExtension }
|
|
1359
1365
|
|
|
1360
1366
|
export { SimplifyUnion }
|
package/dist/prosekit-core.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { addMark } from './_tsup-dts-rollup';
|
|
|
2
2
|
export { insertNode } from './_tsup-dts-rollup';
|
|
3
3
|
export { removeMark } from './_tsup-dts-rollup';
|
|
4
4
|
export { setBlockType } from './_tsup-dts-rollup';
|
|
5
|
+
export { setNodeAttrs } from './_tsup-dts-rollup';
|
|
5
6
|
export { toggleMark } from './_tsup-dts-rollup';
|
|
6
7
|
export { toggleNode } from './_tsup-dts-rollup';
|
|
7
8
|
export { Editor } from './_tsup-dts-rollup';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { propNames_alias_3 as propNames } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
4
4
|
export { AutocompletePopover } from './_tsup-dts-rollup';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_1 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { propNames_alias_8 as propNames } from './_tsup-dts-rollup';
|
|
3
3
|
export { InlinePopoverProps } from './_tsup-dts-rollup';
|
|
4
4
|
export { InlinePopover } from './_tsup-dts-rollup';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { AutoUpdateOptions } from './_tsup-dts-rollup';
|
|
2
|
-
export {
|
|
2
|
+
export { PositioningOptions_alias_2 as PositioningOptions } from './_tsup-dts-rollup';
|
|
3
|
+
export { popoverPropsNames } from './_tsup-dts-rollup';
|
|
3
4
|
export { propNames_alias_9 as propNames } from './_tsup-dts-rollup';
|
|
4
5
|
export { PopoverProps } from './_tsup-dts-rollup';
|
|
5
6
|
export { Popover } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_3 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_1 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_1 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_4 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_2 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_2 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_5 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_3 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_3 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_6 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_5 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_5 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_7 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { InlinePopover_alias_5 as InlinePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { InlinePopoverProps_alias_5 as InlinePopoverProps } from './_tsup-dts-rollup';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -586,15 +586,15 @@
|
|
|
586
586
|
],
|
|
587
587
|
"dependencies": {
|
|
588
588
|
"@prosekit/basic": "0.2.5",
|
|
589
|
-
"@prosekit/core": "0.2.
|
|
590
|
-
"@prosekit/extensions": "0.2.
|
|
591
|
-
"@prosekit/lit": "0.
|
|
589
|
+
"@prosekit/core": "0.2.6",
|
|
590
|
+
"@prosekit/extensions": "0.2.5",
|
|
591
|
+
"@prosekit/lit": "0.2.0",
|
|
592
592
|
"@prosekit/pm": "0.1.1",
|
|
593
|
-
"@prosekit/preact": "0.
|
|
594
|
-
"@prosekit/react": "0.
|
|
595
|
-
"@prosekit/solid": "0.
|
|
596
|
-
"@prosekit/svelte": "0.
|
|
597
|
-
"@prosekit/vue": "0.
|
|
593
|
+
"@prosekit/preact": "0.2.0",
|
|
594
|
+
"@prosekit/react": "0.2.0",
|
|
595
|
+
"@prosekit/solid": "0.2.0",
|
|
596
|
+
"@prosekit/svelte": "0.2.0",
|
|
597
|
+
"@prosekit/vue": "0.2.0"
|
|
598
598
|
},
|
|
599
599
|
"peerDependencies": {
|
|
600
600
|
"preact": ">= 9.0.0",
|