prosekit 0.9.23 → 0.10.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 +640 -139
- package/dist/prosekit-core.d.ts +5 -4
- package/dist/prosekit-lit-block-handle.d.ts +0 -2
- package/dist/prosekit-preact-autocomplete.d.ts +4 -0
- package/dist/prosekit-preact-block-handle.d.ts +3 -2
- package/dist/prosekit-preact-inline-popover.d.ts +1 -0
- package/dist/prosekit-preact-popover.d.ts +3 -0
- package/dist/prosekit-preact-resizable.d.ts +2 -0
- package/dist/prosekit-preact-table-handle.d.ts +7 -0
- package/dist/prosekit-preact-tooltip.d.ts +3 -0
- package/dist/prosekit-react-autocomplete.d.ts +4 -0
- package/dist/prosekit-react-block-handle.d.ts +3 -2
- package/dist/prosekit-react-inline-popover.d.ts +1 -0
- package/dist/prosekit-react-popover.d.ts +3 -0
- package/dist/prosekit-react-resizable.d.ts +2 -0
- package/dist/prosekit-react-table-handle.d.ts +7 -0
- package/dist/prosekit-react-tooltip.d.ts +3 -0
- package/dist/prosekit-solid-autocomplete.d.ts +4 -0
- package/dist/prosekit-solid-block-handle.d.ts +3 -2
- package/dist/prosekit-solid-inline-popover.d.ts +1 -0
- package/dist/prosekit-solid-popover.d.ts +3 -0
- package/dist/prosekit-solid-resizable.d.ts +2 -0
- package/dist/prosekit-solid-table-handle.d.ts +7 -0
- package/dist/prosekit-solid-tooltip.d.ts +3 -0
- package/dist/prosekit-svelte-autocomplete.d.ts +4 -0
- package/dist/prosekit-svelte-block-handle.d.ts +3 -2
- package/dist/prosekit-svelte-inline-popover.d.ts +1 -0
- package/dist/prosekit-svelte-popover.d.ts +3 -0
- package/dist/prosekit-svelte-resizable.d.ts +2 -0
- package/dist/prosekit-svelte-table-handle.d.ts +7 -0
- package/dist/prosekit-svelte-tooltip.d.ts +3 -0
- package/dist/prosekit-vue-autocomplete.d.ts +8 -0
- package/dist/prosekit-vue-block-handle.d.ts +6 -2
- package/dist/prosekit-vue-inline-popover.d.ts +2 -0
- package/dist/prosekit-vue-popover.d.ts +6 -0
- package/dist/prosekit-vue-resizable.d.ts +4 -0
- package/dist/prosekit-vue-table-handle.d.ts +14 -0
- package/dist/prosekit-vue-tooltip.d.ts +6 -0
- package/dist/prosekit-web-autocomplete.d.ts +16 -8
- package/dist/prosekit-web-block-handle.d.ts +12 -12
- package/dist/prosekit-web-inline-popover.d.ts +4 -2
- package/dist/prosekit-web-popover.d.ts +12 -6
- package/dist/prosekit-web-resizable.d.ts +8 -4
- package/dist/prosekit-web-table-handle.d.ts +28 -14
- package/dist/prosekit-web-tooltip.d.ts +12 -6
- package/package.json +14 -10
|
@@ -4,6 +4,7 @@ import { AddMarkStep } from '@prosekit/pm/transform';
|
|
|
4
4
|
import { AddNodeMarkStep } from '@prosekit/pm/transform';
|
|
5
5
|
import { AllSelection } from '@prosekit/pm/state';
|
|
6
6
|
import { AnyAttrs } from '@prosekit/core';
|
|
7
|
+
import { AnyFunction } from '@prosekit/core';
|
|
7
8
|
import { assert } from '@prosekit/core';
|
|
8
9
|
import { AttributeSpec } from '@prosekit/pm/model';
|
|
9
10
|
import { Attrs } from '@prosekit/pm/model';
|
|
@@ -16,7 +17,16 @@ import { AutocompleteEmpty as AutocompleteEmpty_alias_3 } from '@prosekit/solid/
|
|
|
16
17
|
import { AutocompleteEmpty as AutocompleteEmpty_alias_4 } from '@prosekit/svelte/autocomplete';
|
|
17
18
|
import { AutocompleteEmpty as AutocompleteEmpty_alias_5 } from '@prosekit/vue/autocomplete';
|
|
18
19
|
import { AutocompleteEmptyElement } from '@prosekit/web/autocomplete';
|
|
19
|
-
import {
|
|
20
|
+
import { AutocompleteEmptyEmits } from '@prosekit/vue/autocomplete';
|
|
21
|
+
import { AutocompleteEmptyEvents } from '@prosekit/web/autocomplete';
|
|
22
|
+
import { autocompleteEmptyEvents } from '@prosekit/web/autocomplete';
|
|
23
|
+
import { AutocompleteEmptyProps } from '@prosekit/preact/autocomplete';
|
|
24
|
+
import { autocompleteEmptyProps } from '@prosekit/web/autocomplete';
|
|
25
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_1 } from '@prosekit/react/autocomplete';
|
|
26
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_2 } from '@prosekit/solid/autocomplete';
|
|
27
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_3 } from '@prosekit/svelte/autocomplete';
|
|
28
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_4 } from '@prosekit/vue/autocomplete';
|
|
29
|
+
import { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_5 } from '@prosekit/web/autocomplete';
|
|
20
30
|
import { AutocompleteItem } from '@prosekit/lit/autocomplete';
|
|
21
31
|
import { AutocompleteItem as AutocompleteItem_alias_1 } from '@prosekit/preact/autocomplete';
|
|
22
32
|
import { AutocompleteItem as AutocompleteItem_alias_2 } from '@prosekit/react/autocomplete';
|
|
@@ -24,7 +34,16 @@ import { AutocompleteItem as AutocompleteItem_alias_3 } from '@prosekit/solid/au
|
|
|
24
34
|
import { AutocompleteItem as AutocompleteItem_alias_4 } from '@prosekit/svelte/autocomplete';
|
|
25
35
|
import { AutocompleteItem as AutocompleteItem_alias_5 } from '@prosekit/vue/autocomplete';
|
|
26
36
|
import { AutocompleteItemElement } from '@prosekit/web/autocomplete';
|
|
27
|
-
import {
|
|
37
|
+
import { AutocompleteItemEmits } from '@prosekit/vue/autocomplete';
|
|
38
|
+
import { AutocompleteItemEvents } from '@prosekit/web/autocomplete';
|
|
39
|
+
import { autocompleteItemEvents } from '@prosekit/web/autocomplete';
|
|
40
|
+
import { AutocompleteItemProps } from '@prosekit/preact/autocomplete';
|
|
41
|
+
import { autocompleteItemProps } from '@prosekit/web/autocomplete';
|
|
42
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_1 } from '@prosekit/react/autocomplete';
|
|
43
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_2 } from '@prosekit/solid/autocomplete';
|
|
44
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_3 } from '@prosekit/svelte/autocomplete';
|
|
45
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_4 } from '@prosekit/vue/autocomplete';
|
|
46
|
+
import { AutocompleteItemProps as AutocompleteItemProps_alias_5 } from '@prosekit/web/autocomplete';
|
|
28
47
|
import { AutocompleteList } from '@prosekit/lit/autocomplete';
|
|
29
48
|
import { AutocompleteList as AutocompleteList_alias_1 } from '@prosekit/preact/autocomplete';
|
|
30
49
|
import { AutocompleteList as AutocompleteList_alias_2 } from '@prosekit/react/autocomplete';
|
|
@@ -32,7 +51,16 @@ import { AutocompleteList as AutocompleteList_alias_3 } from '@prosekit/solid/au
|
|
|
32
51
|
import { AutocompleteList as AutocompleteList_alias_4 } from '@prosekit/svelte/autocomplete';
|
|
33
52
|
import { AutocompleteList as AutocompleteList_alias_5 } from '@prosekit/vue/autocomplete';
|
|
34
53
|
import { AutocompleteListElement } from '@prosekit/web/autocomplete';
|
|
35
|
-
import {
|
|
54
|
+
import { AutocompleteListEmits } from '@prosekit/vue/autocomplete';
|
|
55
|
+
import { AutocompleteListEvents } from '@prosekit/web/autocomplete';
|
|
56
|
+
import { autocompleteListEvents } from '@prosekit/web/autocomplete';
|
|
57
|
+
import { AutocompleteListProps } from '@prosekit/preact/autocomplete';
|
|
58
|
+
import { autocompleteListProps } from '@prosekit/web/autocomplete';
|
|
59
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_1 } from '@prosekit/react/autocomplete';
|
|
60
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_2 } from '@prosekit/solid/autocomplete';
|
|
61
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_3 } from '@prosekit/svelte/autocomplete';
|
|
62
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_4 } from '@prosekit/vue/autocomplete';
|
|
63
|
+
import { AutocompleteListProps as AutocompleteListProps_alias_5 } from '@prosekit/web/autocomplete';
|
|
36
64
|
import { AutocompletePopover } from '@prosekit/lit/autocomplete';
|
|
37
65
|
import { AutocompletePopover as AutocompletePopover_alias_1 } from '@prosekit/preact/autocomplete';
|
|
38
66
|
import { AutocompletePopover as AutocompletePopover_alias_2 } from '@prosekit/react/autocomplete';
|
|
@@ -40,7 +68,16 @@ import { AutocompletePopover as AutocompletePopover_alias_3 } from '@prosekit/so
|
|
|
40
68
|
import { AutocompletePopover as AutocompletePopover_alias_4 } from '@prosekit/svelte/autocomplete';
|
|
41
69
|
import { AutocompletePopover as AutocompletePopover_alias_5 } from '@prosekit/vue/autocomplete';
|
|
42
70
|
import { AutocompletePopoverElement } from '@prosekit/web/autocomplete';
|
|
43
|
-
import {
|
|
71
|
+
import { AutocompletePopoverEmits } from '@prosekit/vue/autocomplete';
|
|
72
|
+
import { AutocompletePopoverEvents } from '@prosekit/web/autocomplete';
|
|
73
|
+
import { autocompletePopoverEvents } from '@prosekit/web/autocomplete';
|
|
74
|
+
import { AutocompletePopoverProps } from '@prosekit/preact/autocomplete';
|
|
75
|
+
import { autocompletePopoverProps } from '@prosekit/web/autocomplete';
|
|
76
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_1 } from '@prosekit/react/autocomplete';
|
|
77
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_2 } from '@prosekit/solid/autocomplete';
|
|
78
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_3 } from '@prosekit/svelte/autocomplete';
|
|
79
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_4 } from '@prosekit/vue/autocomplete';
|
|
80
|
+
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_5 } from '@prosekit/web/autocomplete';
|
|
44
81
|
import { AutocompleteRule } from '@prosekit/extensions/autocomplete';
|
|
45
82
|
import { autoJoin } from '@prosekit/pm/commands';
|
|
46
83
|
import { BaseCommandsExtension } from '@prosekit/core';
|
|
@@ -48,14 +85,6 @@ import { baseKeymap } from '@prosekit/pm/commands';
|
|
|
48
85
|
import { BaseKeymapExtension } from '@prosekit/core';
|
|
49
86
|
import { BaseNodeViewOptions } from '@prosekit/core';
|
|
50
87
|
import { BasicExtension } from '@prosekit/basic';
|
|
51
|
-
import { BlockDragHandle } from '@prosekit/lit/block-handle';
|
|
52
|
-
import { BlockDragHandle as BlockDragHandle_alias_1 } from '@prosekit/preact/block-handle';
|
|
53
|
-
import { BlockDragHandle as BlockDragHandle_alias_2 } from '@prosekit/react/block-handle';
|
|
54
|
-
import { BlockDragHandle as BlockDragHandle_alias_3 } from '@prosekit/solid/block-handle';
|
|
55
|
-
import { BlockDragHandle as BlockDragHandle_alias_4 } from '@prosekit/svelte/block-handle';
|
|
56
|
-
import { BlockDragHandle as BlockDragHandle_alias_5 } from '@prosekit/vue/block-handle';
|
|
57
|
-
import { BlockDragHandleElement } from '@prosekit/web/block-handle';
|
|
58
|
-
import { BlockDragHandleProps } from '@prosekit/web/block-handle';
|
|
59
88
|
import { BlockHandleAdd } from '@prosekit/lit/block-handle';
|
|
60
89
|
import { BlockHandleAdd as BlockHandleAdd_alias_1 } from '@prosekit/preact/block-handle';
|
|
61
90
|
import { BlockHandleAdd as BlockHandleAdd_alias_2 } from '@prosekit/react/block-handle';
|
|
@@ -63,7 +92,16 @@ import { BlockHandleAdd as BlockHandleAdd_alias_3 } from '@prosekit/solid/block-
|
|
|
63
92
|
import { BlockHandleAdd as BlockHandleAdd_alias_4 } from '@prosekit/svelte/block-handle';
|
|
64
93
|
import { BlockHandleAdd as BlockHandleAdd_alias_5 } from '@prosekit/vue/block-handle';
|
|
65
94
|
import { BlockHandleAddElement } from '@prosekit/web/block-handle';
|
|
66
|
-
import {
|
|
95
|
+
import { BlockHandleAddEmits } from '@prosekit/vue/block-handle';
|
|
96
|
+
import { BlockHandleAddEvents } from '@prosekit/web/block-handle';
|
|
97
|
+
import { blockHandleAddEvents } from '@prosekit/web/block-handle';
|
|
98
|
+
import { BlockHandleAddProps } from '@prosekit/preact/block-handle';
|
|
99
|
+
import { blockHandleAddProps } from '@prosekit/web/block-handle';
|
|
100
|
+
import { BlockHandleAddProps as BlockHandleAddProps_alias_1 } from '@prosekit/react/block-handle';
|
|
101
|
+
import { BlockHandleAddProps as BlockHandleAddProps_alias_2 } from '@prosekit/solid/block-handle';
|
|
102
|
+
import { BlockHandleAddProps as BlockHandleAddProps_alias_3 } from '@prosekit/svelte/block-handle';
|
|
103
|
+
import { BlockHandleAddProps as BlockHandleAddProps_alias_4 } from '@prosekit/vue/block-handle';
|
|
104
|
+
import { BlockHandleAddProps as BlockHandleAddProps_alias_5 } from '@prosekit/web/block-handle';
|
|
67
105
|
import { BlockHandleDraggable } from '@prosekit/lit/block-handle';
|
|
68
106
|
import { BlockHandleDraggable as BlockHandleDraggable_alias_1 } from '@prosekit/preact/block-handle';
|
|
69
107
|
import { BlockHandleDraggable as BlockHandleDraggable_alias_2 } from '@prosekit/react/block-handle';
|
|
@@ -71,7 +109,16 @@ import { BlockHandleDraggable as BlockHandleDraggable_alias_3 } from '@prosekit/
|
|
|
71
109
|
import { BlockHandleDraggable as BlockHandleDraggable_alias_4 } from '@prosekit/svelte/block-handle';
|
|
72
110
|
import { BlockHandleDraggable as BlockHandleDraggable_alias_5 } from '@prosekit/vue/block-handle';
|
|
73
111
|
import { BlockHandleDraggableElement } from '@prosekit/web/block-handle';
|
|
74
|
-
import {
|
|
112
|
+
import { BlockHandleDraggableEmits } from '@prosekit/vue/block-handle';
|
|
113
|
+
import { BlockHandleDraggableEvents } from '@prosekit/web/block-handle';
|
|
114
|
+
import { blockHandleDraggableEvents } from '@prosekit/web/block-handle';
|
|
115
|
+
import { BlockHandleDraggableProps } from '@prosekit/preact/block-handle';
|
|
116
|
+
import { blockHandleDraggableProps } from '@prosekit/web/block-handle';
|
|
117
|
+
import { BlockHandleDraggableProps as BlockHandleDraggableProps_alias_1 } from '@prosekit/react/block-handle';
|
|
118
|
+
import { BlockHandleDraggableProps as BlockHandleDraggableProps_alias_2 } from '@prosekit/solid/block-handle';
|
|
119
|
+
import { BlockHandleDraggableProps as BlockHandleDraggableProps_alias_3 } from '@prosekit/svelte/block-handle';
|
|
120
|
+
import { BlockHandleDraggableProps as BlockHandleDraggableProps_alias_4 } from '@prosekit/vue/block-handle';
|
|
121
|
+
import { BlockHandleDraggableProps as BlockHandleDraggableProps_alias_5 } from '@prosekit/web/block-handle';
|
|
75
122
|
import { BlockHandlePopover } from '@prosekit/lit/block-handle';
|
|
76
123
|
import { BlockHandlePopover as BlockHandlePopover_alias_1 } from '@prosekit/preact/block-handle';
|
|
77
124
|
import { BlockHandlePopover as BlockHandlePopover_alias_2 } from '@prosekit/react/block-handle';
|
|
@@ -79,15 +126,16 @@ import { BlockHandlePopover as BlockHandlePopover_alias_3 } from '@prosekit/soli
|
|
|
79
126
|
import { BlockHandlePopover as BlockHandlePopover_alias_4 } from '@prosekit/svelte/block-handle';
|
|
80
127
|
import { BlockHandlePopover as BlockHandlePopover_alias_5 } from '@prosekit/vue/block-handle';
|
|
81
128
|
import { BlockHandlePopoverElement } from '@prosekit/web/block-handle';
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
129
|
+
import { BlockHandlePopoverEmits } from '@prosekit/vue/block-handle';
|
|
130
|
+
import { BlockHandlePopoverEvents } from '@prosekit/web/block-handle';
|
|
131
|
+
import { blockHandlePopoverEvents } from '@prosekit/web/block-handle';
|
|
132
|
+
import { BlockHandlePopoverProps } from '@prosekit/preact/block-handle';
|
|
133
|
+
import { blockHandlePopoverProps } from '@prosekit/web/block-handle';
|
|
134
|
+
import { BlockHandlePopoverProps as BlockHandlePopoverProps_alias_1 } from '@prosekit/react/block-handle';
|
|
135
|
+
import { BlockHandlePopoverProps as BlockHandlePopoverProps_alias_2 } from '@prosekit/solid/block-handle';
|
|
136
|
+
import { BlockHandlePopoverProps as BlockHandlePopoverProps_alias_3 } from '@prosekit/svelte/block-handle';
|
|
137
|
+
import { BlockHandlePopoverProps as BlockHandlePopoverProps_alias_4 } from '@prosekit/vue/block-handle';
|
|
138
|
+
import { BlockHandlePopoverProps as BlockHandlePopoverProps_alias_5 } from '@prosekit/web/block-handle';
|
|
91
139
|
import { BlockquoteCommandsExtension } from '@prosekit/extensions/blockquote';
|
|
92
140
|
import { BlockquoteExtension } from '@prosekit/extensions/blockquote';
|
|
93
141
|
import { BlockquoteSpecExtension } from '@prosekit/extensions/blockquote';
|
|
@@ -130,33 +178,8 @@ import { DecorationAttrs } from '@prosekit/pm/view';
|
|
|
130
178
|
import { DecorationSet } from '@prosekit/pm/view';
|
|
131
179
|
import { DecorationSource } from '@prosekit/pm/view';
|
|
132
180
|
import { DedentListOptions } from '@prosekit/extensions/list';
|
|
133
|
-
import { defaultAutocompleteEmptyProps } from '@prosekit/web/autocomplete';
|
|
134
|
-
import { defaultAutocompleteItemProps } from '@prosekit/web/autocomplete';
|
|
135
|
-
import { defaultAutocompleteListProps } from '@prosekit/web/autocomplete';
|
|
136
|
-
import { defaultAutocompletePopoverProps } from '@prosekit/web/autocomplete';
|
|
137
181
|
import { defaultBlockAt } from '@prosekit/core';
|
|
138
|
-
import { defaultBlockDragHandleProps } from '@prosekit/web/block-handle';
|
|
139
|
-
import { defaultBlockHandleAddProps } from '@prosekit/web/block-handle';
|
|
140
|
-
import { defaultBlockHandleDraggableProps } from '@prosekit/web/block-handle';
|
|
141
|
-
import { defaultBlockHandlePopoverProps } from '@prosekit/web/block-handle';
|
|
142
|
-
import { defaultBlockPopoverProps } from '@prosekit/web/block-handle';
|
|
143
|
-
import { defaultInlinePopoverProps } from '@prosekit/web/inline-popover';
|
|
144
|
-
import { defaultPopoverContentProps } from '@prosekit/web/popover';
|
|
145
|
-
import { defaultPopoverRootProps } from '@prosekit/web/popover';
|
|
146
|
-
import { defaultPopoverTriggerProps } from '@prosekit/web/popover';
|
|
147
|
-
import { defaultResizableHandleProps } from '@prosekit/web/resizable';
|
|
148
|
-
import { defaultResizableRootProps } from '@prosekit/web/resizable';
|
|
149
182
|
import { DefaultStateOptions } from '@prosekit/core';
|
|
150
|
-
import { defaultTableHandleColumnRootProps } from '@prosekit/web/table-handle';
|
|
151
|
-
import { defaultTableHandleColumnTriggerProps } from '@prosekit/web/table-handle';
|
|
152
|
-
import { defaultTableHandlePopoverContentProps } from '@prosekit/web/table-handle';
|
|
153
|
-
import { defaultTableHandlePopoverItemProps } from '@prosekit/web/table-handle';
|
|
154
|
-
import { defaultTableHandleRootProps } from '@prosekit/web/table-handle';
|
|
155
|
-
import { defaultTableHandleRowRootProps } from '@prosekit/web/table-handle';
|
|
156
|
-
import { defaultTableHandleRowTriggerProps } from '@prosekit/web/table-handle';
|
|
157
|
-
import { defaultTooltipContentProps } from '@prosekit/web/tooltip';
|
|
158
|
-
import { defaultTooltipRootProps } from '@prosekit/web/tooltip';
|
|
159
|
-
import { defaultTooltipTriggerProps } from '@prosekit/web/tooltip';
|
|
160
183
|
import { defineAutocomplete } from '@prosekit/extensions/autocomplete';
|
|
161
184
|
import { defineBaseCommands } from '@prosekit/core';
|
|
162
185
|
import { defineBaseKeymap } from '@prosekit/core';
|
|
@@ -385,7 +408,16 @@ import { InlinePopover as InlinePopover_alias_3 } from '@prosekit/solid/inline-p
|
|
|
385
408
|
import { InlinePopover as InlinePopover_alias_4 } from '@prosekit/svelte/inline-popover';
|
|
386
409
|
import { InlinePopover as InlinePopover_alias_5 } from '@prosekit/vue/inline-popover';
|
|
387
410
|
import { InlinePopoverElement } from '@prosekit/web/inline-popover';
|
|
388
|
-
import {
|
|
411
|
+
import { InlinePopoverEmits } from '@prosekit/vue/inline-popover';
|
|
412
|
+
import { InlinePopoverEvents } from '@prosekit/web/inline-popover';
|
|
413
|
+
import { inlinePopoverEvents } from '@prosekit/web/inline-popover';
|
|
414
|
+
import { InlinePopoverProps } from '@prosekit/preact/inline-popover';
|
|
415
|
+
import { inlinePopoverProps } from '@prosekit/web/inline-popover';
|
|
416
|
+
import { InlinePopoverProps as InlinePopoverProps_alias_1 } from '@prosekit/react/inline-popover';
|
|
417
|
+
import { InlinePopoverProps as InlinePopoverProps_alias_2 } from '@prosekit/solid/inline-popover';
|
|
418
|
+
import { InlinePopoverProps as InlinePopoverProps_alias_3 } from '@prosekit/svelte/inline-popover';
|
|
419
|
+
import { InlinePopoverProps as InlinePopoverProps_alias_4 } from '@prosekit/vue/inline-popover';
|
|
420
|
+
import { InlinePopoverProps as InlinePopoverProps_alias_5 } from '@prosekit/web/inline-popover';
|
|
389
421
|
import { InputRule } from '@prosekit/pm/inputrules';
|
|
390
422
|
import { inputRules } from '@prosekit/pm/inputrules';
|
|
391
423
|
import { insertDefaultBlock } from '@prosekit/core';
|
|
@@ -516,7 +548,16 @@ import { PopoverContent as PopoverContent_alias_3 } from '@prosekit/solid/popove
|
|
|
516
548
|
import { PopoverContent as PopoverContent_alias_4 } from '@prosekit/svelte/popover';
|
|
517
549
|
import { PopoverContent as PopoverContent_alias_5 } from '@prosekit/vue/popover';
|
|
518
550
|
import { PopoverContentElement } from '@prosekit/web/popover';
|
|
519
|
-
import {
|
|
551
|
+
import { PopoverContentEmits } from '@prosekit/vue/popover';
|
|
552
|
+
import { PopoverContentEvents } from '@prosekit/web/popover';
|
|
553
|
+
import { popoverContentEvents } from '@prosekit/web/popover';
|
|
554
|
+
import { PopoverContentProps } from '@prosekit/preact/popover';
|
|
555
|
+
import { popoverContentProps } from '@prosekit/web/popover';
|
|
556
|
+
import { PopoverContentProps as PopoverContentProps_alias_1 } from '@prosekit/react/popover';
|
|
557
|
+
import { PopoverContentProps as PopoverContentProps_alias_2 } from '@prosekit/solid/popover';
|
|
558
|
+
import { PopoverContentProps as PopoverContentProps_alias_3 } from '@prosekit/svelte/popover';
|
|
559
|
+
import { PopoverContentProps as PopoverContentProps_alias_4 } from '@prosekit/vue/popover';
|
|
560
|
+
import { PopoverContentProps as PopoverContentProps_alias_5 } from '@prosekit/web/popover';
|
|
520
561
|
import { PopoverRoot } from '@prosekit/lit/popover';
|
|
521
562
|
import { PopoverRoot as PopoverRoot_alias_1 } from '@prosekit/preact/popover';
|
|
522
563
|
import { PopoverRoot as PopoverRoot_alias_2 } from '@prosekit/react/popover';
|
|
@@ -524,7 +565,16 @@ import { PopoverRoot as PopoverRoot_alias_3 } from '@prosekit/solid/popover';
|
|
|
524
565
|
import { PopoverRoot as PopoverRoot_alias_4 } from '@prosekit/svelte/popover';
|
|
525
566
|
import { PopoverRoot as PopoverRoot_alias_5 } from '@prosekit/vue/popover';
|
|
526
567
|
import { PopoverRootElement } from '@prosekit/web/popover';
|
|
527
|
-
import {
|
|
568
|
+
import { PopoverRootEmits } from '@prosekit/vue/popover';
|
|
569
|
+
import { PopoverRootEvents } from '@prosekit/web/popover';
|
|
570
|
+
import { popoverRootEvents } from '@prosekit/web/popover';
|
|
571
|
+
import { PopoverRootProps } from '@prosekit/preact/popover';
|
|
572
|
+
import { popoverRootProps } from '@prosekit/web/popover';
|
|
573
|
+
import { PopoverRootProps as PopoverRootProps_alias_1 } from '@prosekit/react/popover';
|
|
574
|
+
import { PopoverRootProps as PopoverRootProps_alias_2 } from '@prosekit/solid/popover';
|
|
575
|
+
import { PopoverRootProps as PopoverRootProps_alias_3 } from '@prosekit/svelte/popover';
|
|
576
|
+
import { PopoverRootProps as PopoverRootProps_alias_4 } from '@prosekit/vue/popover';
|
|
577
|
+
import { PopoverRootProps as PopoverRootProps_alias_5 } from '@prosekit/web/popover';
|
|
528
578
|
import { PopoverTrigger } from '@prosekit/lit/popover';
|
|
529
579
|
import { PopoverTrigger as PopoverTrigger_alias_1 } from '@prosekit/preact/popover';
|
|
530
580
|
import { PopoverTrigger as PopoverTrigger_alias_2 } from '@prosekit/react/popover';
|
|
@@ -532,7 +582,16 @@ import { PopoverTrigger as PopoverTrigger_alias_3 } from '@prosekit/solid/popove
|
|
|
532
582
|
import { PopoverTrigger as PopoverTrigger_alias_4 } from '@prosekit/svelte/popover';
|
|
533
583
|
import { PopoverTrigger as PopoverTrigger_alias_5 } from '@prosekit/vue/popover';
|
|
534
584
|
import { PopoverTriggerElement } from '@prosekit/web/popover';
|
|
535
|
-
import {
|
|
585
|
+
import { PopoverTriggerEmits } from '@prosekit/vue/popover';
|
|
586
|
+
import { PopoverTriggerEvents } from '@prosekit/web/popover';
|
|
587
|
+
import { popoverTriggerEvents } from '@prosekit/web/popover';
|
|
588
|
+
import { PopoverTriggerProps } from '@prosekit/preact/popover';
|
|
589
|
+
import { popoverTriggerProps } from '@prosekit/web/popover';
|
|
590
|
+
import { PopoverTriggerProps as PopoverTriggerProps_alias_1 } from '@prosekit/react/popover';
|
|
591
|
+
import { PopoverTriggerProps as PopoverTriggerProps_alias_2 } from '@prosekit/solid/popover';
|
|
592
|
+
import { PopoverTriggerProps as PopoverTriggerProps_alias_3 } from '@prosekit/svelte/popover';
|
|
593
|
+
import { PopoverTriggerProps as PopoverTriggerProps_alias_4 } from '@prosekit/vue/popover';
|
|
594
|
+
import { PopoverTriggerProps as PopoverTriggerProps_alias_5 } from '@prosekit/web/popover';
|
|
536
595
|
import { Priority } from '@prosekit/core';
|
|
537
596
|
import { PropsWithChildren } from '@prosekit/preact';
|
|
538
597
|
import { PropsWithChildren as PropsWithChildren_alias_1 } from '@prosekit/solid';
|
|
@@ -577,7 +636,16 @@ import { ResizableHandle as ResizableHandle_alias_3 } from '@prosekit/solid/resi
|
|
|
577
636
|
import { ResizableHandle as ResizableHandle_alias_4 } from '@prosekit/svelte/resizable';
|
|
578
637
|
import { ResizableHandle as ResizableHandle_alias_5 } from '@prosekit/vue/resizable';
|
|
579
638
|
import { ResizableHandleElement } from '@prosekit/web/resizable';
|
|
580
|
-
import {
|
|
639
|
+
import { ResizableHandleEmits } from '@prosekit/vue/resizable';
|
|
640
|
+
import { ResizableHandleEvents } from '@prosekit/web/resizable';
|
|
641
|
+
import { resizableHandleEvents } from '@prosekit/web/resizable';
|
|
642
|
+
import { ResizableHandleProps } from '@prosekit/preact/resizable';
|
|
643
|
+
import { resizableHandleProps } from '@prosekit/web/resizable';
|
|
644
|
+
import { ResizableHandleProps as ResizableHandleProps_alias_1 } from '@prosekit/react/resizable';
|
|
645
|
+
import { ResizableHandleProps as ResizableHandleProps_alias_2 } from '@prosekit/solid/resizable';
|
|
646
|
+
import { ResizableHandleProps as ResizableHandleProps_alias_3 } from '@prosekit/svelte/resizable';
|
|
647
|
+
import { ResizableHandleProps as ResizableHandleProps_alias_4 } from '@prosekit/vue/resizable';
|
|
648
|
+
import { ResizableHandleProps as ResizableHandleProps_alias_5 } from '@prosekit/web/resizable';
|
|
581
649
|
import { ResizableRoot } from '@prosekit/lit/resizable';
|
|
582
650
|
import { ResizableRoot as ResizableRoot_alias_1 } from '@prosekit/preact/resizable';
|
|
583
651
|
import { ResizableRoot as ResizableRoot_alias_2 } from '@prosekit/react/resizable';
|
|
@@ -585,7 +653,16 @@ import { ResizableRoot as ResizableRoot_alias_3 } from '@prosekit/solid/resizabl
|
|
|
585
653
|
import { ResizableRoot as ResizableRoot_alias_4 } from '@prosekit/svelte/resizable';
|
|
586
654
|
import { ResizableRoot as ResizableRoot_alias_5 } from '@prosekit/vue/resizable';
|
|
587
655
|
import { ResizableRootElement } from '@prosekit/web/resizable';
|
|
588
|
-
import {
|
|
656
|
+
import { ResizableRootEmits } from '@prosekit/vue/resizable';
|
|
657
|
+
import { ResizableRootEvents } from '@prosekit/web/resizable';
|
|
658
|
+
import { resizableRootEvents } from '@prosekit/web/resizable';
|
|
659
|
+
import { ResizableRootProps } from '@prosekit/preact/resizable';
|
|
660
|
+
import { resizableRootProps } from '@prosekit/web/resizable';
|
|
661
|
+
import { ResizableRootProps as ResizableRootProps_alias_1 } from '@prosekit/react/resizable';
|
|
662
|
+
import { ResizableRootProps as ResizableRootProps_alias_2 } from '@prosekit/solid/resizable';
|
|
663
|
+
import { ResizableRootProps as ResizableRootProps_alias_3 } from '@prosekit/svelte/resizable';
|
|
664
|
+
import { ResizableRootProps as ResizableRootProps_alias_4 } from '@prosekit/vue/resizable';
|
|
665
|
+
import { ResizableRootProps as ResizableRootProps_alias_5 } from '@prosekit/web/resizable';
|
|
589
666
|
import { ResolvedPos } from '@prosekit/pm/model';
|
|
590
667
|
import { Schema } from '@prosekit/pm/model';
|
|
591
668
|
import { SchemaSpec } from '@prosekit/pm/model';
|
|
@@ -656,7 +733,16 @@ import { TableHandleColumnRoot as TableHandleColumnRoot_alias_3 } from '@proseki
|
|
|
656
733
|
import { TableHandleColumnRoot as TableHandleColumnRoot_alias_4 } from '@prosekit/svelte/table-handle';
|
|
657
734
|
import { TableHandleColumnRoot as TableHandleColumnRoot_alias_5 } from '@prosekit/vue/table-handle';
|
|
658
735
|
import { TableHandleColumnRootElement } from '@prosekit/web/table-handle';
|
|
659
|
-
import {
|
|
736
|
+
import { TableHandleColumnRootEmits } from '@prosekit/vue/table-handle';
|
|
737
|
+
import { TableHandleColumnRootEvents } from '@prosekit/web/table-handle';
|
|
738
|
+
import { tableHandleColumnRootEvents } from '@prosekit/web/table-handle';
|
|
739
|
+
import { TableHandleColumnRootProps } from '@prosekit/preact/table-handle';
|
|
740
|
+
import { tableHandleColumnRootProps } from '@prosekit/web/table-handle';
|
|
741
|
+
import { TableHandleColumnRootProps as TableHandleColumnRootProps_alias_1 } from '@prosekit/react/table-handle';
|
|
742
|
+
import { TableHandleColumnRootProps as TableHandleColumnRootProps_alias_2 } from '@prosekit/solid/table-handle';
|
|
743
|
+
import { TableHandleColumnRootProps as TableHandleColumnRootProps_alias_3 } from '@prosekit/svelte/table-handle';
|
|
744
|
+
import { TableHandleColumnRootProps as TableHandleColumnRootProps_alias_4 } from '@prosekit/vue/table-handle';
|
|
745
|
+
import { TableHandleColumnRootProps as TableHandleColumnRootProps_alias_5 } from '@prosekit/web/table-handle';
|
|
660
746
|
import { TableHandleColumnTrigger } from '@prosekit/lit/table-handle';
|
|
661
747
|
import { TableHandleColumnTrigger as TableHandleColumnTrigger_alias_1 } from '@prosekit/preact/table-handle';
|
|
662
748
|
import { TableHandleColumnTrigger as TableHandleColumnTrigger_alias_2 } from '@prosekit/react/table-handle';
|
|
@@ -664,7 +750,16 @@ import { TableHandleColumnTrigger as TableHandleColumnTrigger_alias_3 } from '@p
|
|
|
664
750
|
import { TableHandleColumnTrigger as TableHandleColumnTrigger_alias_4 } from '@prosekit/svelte/table-handle';
|
|
665
751
|
import { TableHandleColumnTrigger as TableHandleColumnTrigger_alias_5 } from '@prosekit/vue/table-handle';
|
|
666
752
|
import { TableHandleColumnTriggerElement } from '@prosekit/web/table-handle';
|
|
667
|
-
import {
|
|
753
|
+
import { TableHandleColumnTriggerEmits } from '@prosekit/vue/table-handle';
|
|
754
|
+
import { TableHandleColumnTriggerEvents } from '@prosekit/web/table-handle';
|
|
755
|
+
import { tableHandleColumnTriggerEvents } from '@prosekit/web/table-handle';
|
|
756
|
+
import { TableHandleColumnTriggerProps } from '@prosekit/preact/table-handle';
|
|
757
|
+
import { tableHandleColumnTriggerProps } from '@prosekit/web/table-handle';
|
|
758
|
+
import { TableHandleColumnTriggerProps as TableHandleColumnTriggerProps_alias_1 } from '@prosekit/react/table-handle';
|
|
759
|
+
import { TableHandleColumnTriggerProps as TableHandleColumnTriggerProps_alias_2 } from '@prosekit/solid/table-handle';
|
|
760
|
+
import { TableHandleColumnTriggerProps as TableHandleColumnTriggerProps_alias_3 } from '@prosekit/svelte/table-handle';
|
|
761
|
+
import { TableHandleColumnTriggerProps as TableHandleColumnTriggerProps_alias_4 } from '@prosekit/vue/table-handle';
|
|
762
|
+
import { TableHandleColumnTriggerProps as TableHandleColumnTriggerProps_alias_5 } from '@prosekit/web/table-handle';
|
|
668
763
|
import { TableHandlePopoverContent } from '@prosekit/lit/table-handle';
|
|
669
764
|
import { TableHandlePopoverContent as TableHandlePopoverContent_alias_1 } from '@prosekit/preact/table-handle';
|
|
670
765
|
import { TableHandlePopoverContent as TableHandlePopoverContent_alias_2 } from '@prosekit/react/table-handle';
|
|
@@ -672,7 +767,16 @@ import { TableHandlePopoverContent as TableHandlePopoverContent_alias_3 } from '
|
|
|
672
767
|
import { TableHandlePopoverContent as TableHandlePopoverContent_alias_4 } from '@prosekit/svelte/table-handle';
|
|
673
768
|
import { TableHandlePopoverContent as TableHandlePopoverContent_alias_5 } from '@prosekit/vue/table-handle';
|
|
674
769
|
import { TableHandlePopoverContentElement } from '@prosekit/web/table-handle';
|
|
675
|
-
import {
|
|
770
|
+
import { TableHandlePopoverContentEmits } from '@prosekit/vue/table-handle';
|
|
771
|
+
import { TableHandlePopoverContentEvents } from '@prosekit/web/table-handle';
|
|
772
|
+
import { tableHandlePopoverContentEvents } from '@prosekit/web/table-handle';
|
|
773
|
+
import { TableHandlePopoverContentProps } from '@prosekit/preact/table-handle';
|
|
774
|
+
import { tableHandlePopoverContentProps } from '@prosekit/web/table-handle';
|
|
775
|
+
import { TableHandlePopoverContentProps as TableHandlePopoverContentProps_alias_1 } from '@prosekit/react/table-handle';
|
|
776
|
+
import { TableHandlePopoverContentProps as TableHandlePopoverContentProps_alias_2 } from '@prosekit/solid/table-handle';
|
|
777
|
+
import { TableHandlePopoverContentProps as TableHandlePopoverContentProps_alias_3 } from '@prosekit/svelte/table-handle';
|
|
778
|
+
import { TableHandlePopoverContentProps as TableHandlePopoverContentProps_alias_4 } from '@prosekit/vue/table-handle';
|
|
779
|
+
import { TableHandlePopoverContentProps as TableHandlePopoverContentProps_alias_5 } from '@prosekit/web/table-handle';
|
|
676
780
|
import { TableHandlePopoverItem } from '@prosekit/lit/table-handle';
|
|
677
781
|
import { TableHandlePopoverItem as TableHandlePopoverItem_alias_1 } from '@prosekit/preact/table-handle';
|
|
678
782
|
import { TableHandlePopoverItem as TableHandlePopoverItem_alias_2 } from '@prosekit/react/table-handle';
|
|
@@ -680,7 +784,16 @@ import { TableHandlePopoverItem as TableHandlePopoverItem_alias_3 } from '@prose
|
|
|
680
784
|
import { TableHandlePopoverItem as TableHandlePopoverItem_alias_4 } from '@prosekit/svelte/table-handle';
|
|
681
785
|
import { TableHandlePopoverItem as TableHandlePopoverItem_alias_5 } from '@prosekit/vue/table-handle';
|
|
682
786
|
import { TableHandlePopoverItemElement } from '@prosekit/web/table-handle';
|
|
683
|
-
import {
|
|
787
|
+
import { TableHandlePopoverItemEmits } from '@prosekit/vue/table-handle';
|
|
788
|
+
import { TableHandlePopoverItemEvents } from '@prosekit/web/table-handle';
|
|
789
|
+
import { tableHandlePopoverItemEvents } from '@prosekit/web/table-handle';
|
|
790
|
+
import { TableHandlePopoverItemProps } from '@prosekit/preact/table-handle';
|
|
791
|
+
import { tableHandlePopoverItemProps } from '@prosekit/web/table-handle';
|
|
792
|
+
import { TableHandlePopoverItemProps as TableHandlePopoverItemProps_alias_1 } from '@prosekit/react/table-handle';
|
|
793
|
+
import { TableHandlePopoverItemProps as TableHandlePopoverItemProps_alias_2 } from '@prosekit/solid/table-handle';
|
|
794
|
+
import { TableHandlePopoverItemProps as TableHandlePopoverItemProps_alias_3 } from '@prosekit/svelte/table-handle';
|
|
795
|
+
import { TableHandlePopoverItemProps as TableHandlePopoverItemProps_alias_4 } from '@prosekit/vue/table-handle';
|
|
796
|
+
import { TableHandlePopoverItemProps as TableHandlePopoverItemProps_alias_5 } from '@prosekit/web/table-handle';
|
|
684
797
|
import { TableHandleRoot } from '@prosekit/lit/table-handle';
|
|
685
798
|
import { TableHandleRoot as TableHandleRoot_alias_1 } from '@prosekit/preact/table-handle';
|
|
686
799
|
import { TableHandleRoot as TableHandleRoot_alias_2 } from '@prosekit/react/table-handle';
|
|
@@ -688,7 +801,16 @@ import { TableHandleRoot as TableHandleRoot_alias_3 } from '@prosekit/solid/tabl
|
|
|
688
801
|
import { TableHandleRoot as TableHandleRoot_alias_4 } from '@prosekit/svelte/table-handle';
|
|
689
802
|
import { TableHandleRoot as TableHandleRoot_alias_5 } from '@prosekit/vue/table-handle';
|
|
690
803
|
import { TableHandleRootElement } from '@prosekit/web/table-handle';
|
|
691
|
-
import {
|
|
804
|
+
import { TableHandleRootEmits } from '@prosekit/vue/table-handle';
|
|
805
|
+
import { TableHandleRootEvents } from '@prosekit/web/table-handle';
|
|
806
|
+
import { tableHandleRootEvents } from '@prosekit/web/table-handle';
|
|
807
|
+
import { TableHandleRootProps } from '@prosekit/preact/table-handle';
|
|
808
|
+
import { tableHandleRootProps } from '@prosekit/web/table-handle';
|
|
809
|
+
import { TableHandleRootProps as TableHandleRootProps_alias_1 } from '@prosekit/react/table-handle';
|
|
810
|
+
import { TableHandleRootProps as TableHandleRootProps_alias_2 } from '@prosekit/solid/table-handle';
|
|
811
|
+
import { TableHandleRootProps as TableHandleRootProps_alias_3 } from '@prosekit/svelte/table-handle';
|
|
812
|
+
import { TableHandleRootProps as TableHandleRootProps_alias_4 } from '@prosekit/vue/table-handle';
|
|
813
|
+
import { TableHandleRootProps as TableHandleRootProps_alias_5 } from '@prosekit/web/table-handle';
|
|
692
814
|
import { TableHandleRowRoot } from '@prosekit/lit/table-handle';
|
|
693
815
|
import { TableHandleRowRoot as TableHandleRowRoot_alias_1 } from '@prosekit/preact/table-handle';
|
|
694
816
|
import { TableHandleRowRoot as TableHandleRowRoot_alias_2 } from '@prosekit/react/table-handle';
|
|
@@ -696,7 +818,16 @@ import { TableHandleRowRoot as TableHandleRowRoot_alias_3 } from '@prosekit/soli
|
|
|
696
818
|
import { TableHandleRowRoot as TableHandleRowRoot_alias_4 } from '@prosekit/svelte/table-handle';
|
|
697
819
|
import { TableHandleRowRoot as TableHandleRowRoot_alias_5 } from '@prosekit/vue/table-handle';
|
|
698
820
|
import { TableHandleRowRootElement } from '@prosekit/web/table-handle';
|
|
699
|
-
import {
|
|
821
|
+
import { TableHandleRowRootEmits } from '@prosekit/vue/table-handle';
|
|
822
|
+
import { TableHandleRowRootEvents } from '@prosekit/web/table-handle';
|
|
823
|
+
import { tableHandleRowRootEvents } from '@prosekit/web/table-handle';
|
|
824
|
+
import { TableHandleRowRootProps } from '@prosekit/preact/table-handle';
|
|
825
|
+
import { tableHandleRowRootProps } from '@prosekit/web/table-handle';
|
|
826
|
+
import { TableHandleRowRootProps as TableHandleRowRootProps_alias_1 } from '@prosekit/react/table-handle';
|
|
827
|
+
import { TableHandleRowRootProps as TableHandleRowRootProps_alias_2 } from '@prosekit/solid/table-handle';
|
|
828
|
+
import { TableHandleRowRootProps as TableHandleRowRootProps_alias_3 } from '@prosekit/svelte/table-handle';
|
|
829
|
+
import { TableHandleRowRootProps as TableHandleRowRootProps_alias_4 } from '@prosekit/vue/table-handle';
|
|
830
|
+
import { TableHandleRowRootProps as TableHandleRowRootProps_alias_5 } from '@prosekit/web/table-handle';
|
|
700
831
|
import { TableHandleRowTrigger } from '@prosekit/lit/table-handle';
|
|
701
832
|
import { TableHandleRowTrigger as TableHandleRowTrigger_alias_1 } from '@prosekit/preact/table-handle';
|
|
702
833
|
import { TableHandleRowTrigger as TableHandleRowTrigger_alias_2 } from '@prosekit/react/table-handle';
|
|
@@ -704,7 +835,16 @@ import { TableHandleRowTrigger as TableHandleRowTrigger_alias_3 } from '@proseki
|
|
|
704
835
|
import { TableHandleRowTrigger as TableHandleRowTrigger_alias_4 } from '@prosekit/svelte/table-handle';
|
|
705
836
|
import { TableHandleRowTrigger as TableHandleRowTrigger_alias_5 } from '@prosekit/vue/table-handle';
|
|
706
837
|
import { TableHandleRowTriggerElement } from '@prosekit/web/table-handle';
|
|
707
|
-
import {
|
|
838
|
+
import { TableHandleRowTriggerEmits } from '@prosekit/vue/table-handle';
|
|
839
|
+
import { TableHandleRowTriggerEvents } from '@prosekit/web/table-handle';
|
|
840
|
+
import { tableHandleRowTriggerEvents } from '@prosekit/web/table-handle';
|
|
841
|
+
import { TableHandleRowTriggerProps } from '@prosekit/preact/table-handle';
|
|
842
|
+
import { tableHandleRowTriggerProps } from '@prosekit/web/table-handle';
|
|
843
|
+
import { TableHandleRowTriggerProps as TableHandleRowTriggerProps_alias_1 } from '@prosekit/react/table-handle';
|
|
844
|
+
import { TableHandleRowTriggerProps as TableHandleRowTriggerProps_alias_2 } from '@prosekit/solid/table-handle';
|
|
845
|
+
import { TableHandleRowTriggerProps as TableHandleRowTriggerProps_alias_3 } from '@prosekit/svelte/table-handle';
|
|
846
|
+
import { TableHandleRowTriggerProps as TableHandleRowTriggerProps_alias_4 } from '@prosekit/vue/table-handle';
|
|
847
|
+
import { TableHandleRowTriggerProps as TableHandleRowTriggerProps_alias_5 } from '@prosekit/web/table-handle';
|
|
708
848
|
import { TableHeaderCellSpecExtension } from '@prosekit/extensions/table';
|
|
709
849
|
import { TableRowSpecExtension } from '@prosekit/extensions/table';
|
|
710
850
|
import { TableSpecExtension } from '@prosekit/extensions/table';
|
|
@@ -736,7 +876,16 @@ import { TooltipContent as TooltipContent_alias_3 } from '@prosekit/solid/toolti
|
|
|
736
876
|
import { TooltipContent as TooltipContent_alias_4 } from '@prosekit/svelte/tooltip';
|
|
737
877
|
import { TooltipContent as TooltipContent_alias_5 } from '@prosekit/vue/tooltip';
|
|
738
878
|
import { TooltipContentElement } from '@prosekit/web/tooltip';
|
|
739
|
-
import {
|
|
879
|
+
import { TooltipContentEmits } from '@prosekit/vue/tooltip';
|
|
880
|
+
import { TooltipContentEvents } from '@prosekit/web/tooltip';
|
|
881
|
+
import { tooltipContentEvents } from '@prosekit/web/tooltip';
|
|
882
|
+
import { TooltipContentProps } from '@prosekit/preact/tooltip';
|
|
883
|
+
import { tooltipContentProps } from '@prosekit/web/tooltip';
|
|
884
|
+
import { TooltipContentProps as TooltipContentProps_alias_1 } from '@prosekit/react/tooltip';
|
|
885
|
+
import { TooltipContentProps as TooltipContentProps_alias_2 } from '@prosekit/solid/tooltip';
|
|
886
|
+
import { TooltipContentProps as TooltipContentProps_alias_3 } from '@prosekit/svelte/tooltip';
|
|
887
|
+
import { TooltipContentProps as TooltipContentProps_alias_4 } from '@prosekit/vue/tooltip';
|
|
888
|
+
import { TooltipContentProps as TooltipContentProps_alias_5 } from '@prosekit/web/tooltip';
|
|
740
889
|
import { TooltipRoot } from '@prosekit/lit/tooltip';
|
|
741
890
|
import { TooltipRoot as TooltipRoot_alias_1 } from '@prosekit/preact/tooltip';
|
|
742
891
|
import { TooltipRoot as TooltipRoot_alias_2 } from '@prosekit/react/tooltip';
|
|
@@ -744,7 +893,16 @@ import { TooltipRoot as TooltipRoot_alias_3 } from '@prosekit/solid/tooltip';
|
|
|
744
893
|
import { TooltipRoot as TooltipRoot_alias_4 } from '@prosekit/svelte/tooltip';
|
|
745
894
|
import { TooltipRoot as TooltipRoot_alias_5 } from '@prosekit/vue/tooltip';
|
|
746
895
|
import { TooltipRootElement } from '@prosekit/web/tooltip';
|
|
747
|
-
import {
|
|
896
|
+
import { TooltipRootEmits } from '@prosekit/vue/tooltip';
|
|
897
|
+
import { TooltipRootEvents } from '@prosekit/web/tooltip';
|
|
898
|
+
import { tooltipRootEvents } from '@prosekit/web/tooltip';
|
|
899
|
+
import { TooltipRootProps } from '@prosekit/preact/tooltip';
|
|
900
|
+
import { tooltipRootProps } from '@prosekit/web/tooltip';
|
|
901
|
+
import { TooltipRootProps as TooltipRootProps_alias_1 } from '@prosekit/react/tooltip';
|
|
902
|
+
import { TooltipRootProps as TooltipRootProps_alias_2 } from '@prosekit/solid/tooltip';
|
|
903
|
+
import { TooltipRootProps as TooltipRootProps_alias_3 } from '@prosekit/svelte/tooltip';
|
|
904
|
+
import { TooltipRootProps as TooltipRootProps_alias_4 } from '@prosekit/vue/tooltip';
|
|
905
|
+
import { TooltipRootProps as TooltipRootProps_alias_5 } from '@prosekit/web/tooltip';
|
|
748
906
|
import { TooltipTrigger } from '@prosekit/lit/tooltip';
|
|
749
907
|
import { TooltipTrigger as TooltipTrigger_alias_1 } from '@prosekit/preact/tooltip';
|
|
750
908
|
import { TooltipTrigger as TooltipTrigger_alias_2 } from '@prosekit/react/tooltip';
|
|
@@ -752,7 +910,16 @@ import { TooltipTrigger as TooltipTrigger_alias_3 } from '@prosekit/solid/toolti
|
|
|
752
910
|
import { TooltipTrigger as TooltipTrigger_alias_4 } from '@prosekit/svelte/tooltip';
|
|
753
911
|
import { TooltipTrigger as TooltipTrigger_alias_5 } from '@prosekit/vue/tooltip';
|
|
754
912
|
import { TooltipTriggerElement } from '@prosekit/web/tooltip';
|
|
755
|
-
import {
|
|
913
|
+
import { TooltipTriggerEmits } from '@prosekit/vue/tooltip';
|
|
914
|
+
import { TooltipTriggerEvents } from '@prosekit/web/tooltip';
|
|
915
|
+
import { tooltipTriggerEvents } from '@prosekit/web/tooltip';
|
|
916
|
+
import { TooltipTriggerProps } from '@prosekit/preact/tooltip';
|
|
917
|
+
import { tooltipTriggerProps } from '@prosekit/web/tooltip';
|
|
918
|
+
import { TooltipTriggerProps as TooltipTriggerProps_alias_1 } from '@prosekit/react/tooltip';
|
|
919
|
+
import { TooltipTriggerProps as TooltipTriggerProps_alias_2 } from '@prosekit/solid/tooltip';
|
|
920
|
+
import { TooltipTriggerProps as TooltipTriggerProps_alias_3 } from '@prosekit/svelte/tooltip';
|
|
921
|
+
import { TooltipTriggerProps as TooltipTriggerProps_alias_4 } from '@prosekit/vue/tooltip';
|
|
922
|
+
import { TooltipTriggerProps as TooltipTriggerProps_alias_5 } from '@prosekit/web/tooltip';
|
|
756
923
|
import { Transaction } from '@prosekit/pm/state';
|
|
757
924
|
import { Transform } from '@prosekit/pm/transform';
|
|
758
925
|
import { TripleClickHandler } from '@prosekit/core';
|
|
@@ -836,6 +1003,8 @@ export { AllSelection }
|
|
|
836
1003
|
|
|
837
1004
|
export { AnyAttrs }
|
|
838
1005
|
|
|
1006
|
+
export { AnyFunction }
|
|
1007
|
+
|
|
839
1008
|
export { assert }
|
|
840
1009
|
|
|
841
1010
|
export { AttributeSpec }
|
|
@@ -860,8 +1029,26 @@ export { AutocompleteEmpty_alias_5 }
|
|
|
860
1029
|
|
|
861
1030
|
export { AutocompleteEmptyElement }
|
|
862
1031
|
|
|
1032
|
+
export { AutocompleteEmptyEmits }
|
|
1033
|
+
|
|
1034
|
+
export { AutocompleteEmptyEvents }
|
|
1035
|
+
|
|
1036
|
+
export { autocompleteEmptyEvents }
|
|
1037
|
+
|
|
863
1038
|
export { AutocompleteEmptyProps }
|
|
864
1039
|
|
|
1040
|
+
export { autocompleteEmptyProps }
|
|
1041
|
+
|
|
1042
|
+
export { AutocompleteEmptyProps_alias_1 }
|
|
1043
|
+
|
|
1044
|
+
export { AutocompleteEmptyProps_alias_2 }
|
|
1045
|
+
|
|
1046
|
+
export { AutocompleteEmptyProps_alias_3 }
|
|
1047
|
+
|
|
1048
|
+
export { AutocompleteEmptyProps_alias_4 }
|
|
1049
|
+
|
|
1050
|
+
export { AutocompleteEmptyProps_alias_5 }
|
|
1051
|
+
|
|
865
1052
|
export { AutocompleteItem }
|
|
866
1053
|
|
|
867
1054
|
export { AutocompleteItem_alias_1 }
|
|
@@ -876,8 +1063,26 @@ export { AutocompleteItem_alias_5 }
|
|
|
876
1063
|
|
|
877
1064
|
export { AutocompleteItemElement }
|
|
878
1065
|
|
|
1066
|
+
export { AutocompleteItemEmits }
|
|
1067
|
+
|
|
1068
|
+
export { AutocompleteItemEvents }
|
|
1069
|
+
|
|
1070
|
+
export { autocompleteItemEvents }
|
|
1071
|
+
|
|
879
1072
|
export { AutocompleteItemProps }
|
|
880
1073
|
|
|
1074
|
+
export { autocompleteItemProps }
|
|
1075
|
+
|
|
1076
|
+
export { AutocompleteItemProps_alias_1 }
|
|
1077
|
+
|
|
1078
|
+
export { AutocompleteItemProps_alias_2 }
|
|
1079
|
+
|
|
1080
|
+
export { AutocompleteItemProps_alias_3 }
|
|
1081
|
+
|
|
1082
|
+
export { AutocompleteItemProps_alias_4 }
|
|
1083
|
+
|
|
1084
|
+
export { AutocompleteItemProps_alias_5 }
|
|
1085
|
+
|
|
881
1086
|
export { AutocompleteList }
|
|
882
1087
|
|
|
883
1088
|
export { AutocompleteList_alias_1 }
|
|
@@ -892,8 +1097,26 @@ export { AutocompleteList_alias_5 }
|
|
|
892
1097
|
|
|
893
1098
|
export { AutocompleteListElement }
|
|
894
1099
|
|
|
1100
|
+
export { AutocompleteListEmits }
|
|
1101
|
+
|
|
1102
|
+
export { AutocompleteListEvents }
|
|
1103
|
+
|
|
1104
|
+
export { autocompleteListEvents }
|
|
1105
|
+
|
|
895
1106
|
export { AutocompleteListProps }
|
|
896
1107
|
|
|
1108
|
+
export { autocompleteListProps }
|
|
1109
|
+
|
|
1110
|
+
export { AutocompleteListProps_alias_1 }
|
|
1111
|
+
|
|
1112
|
+
export { AutocompleteListProps_alias_2 }
|
|
1113
|
+
|
|
1114
|
+
export { AutocompleteListProps_alias_3 }
|
|
1115
|
+
|
|
1116
|
+
export { AutocompleteListProps_alias_4 }
|
|
1117
|
+
|
|
1118
|
+
export { AutocompleteListProps_alias_5 }
|
|
1119
|
+
|
|
897
1120
|
export { AutocompletePopover }
|
|
898
1121
|
|
|
899
1122
|
export { AutocompletePopover_alias_1 }
|
|
@@ -908,37 +1131,39 @@ export { AutocompletePopover_alias_5 }
|
|
|
908
1131
|
|
|
909
1132
|
export { AutocompletePopoverElement }
|
|
910
1133
|
|
|
911
|
-
export {
|
|
1134
|
+
export { AutocompletePopoverEmits }
|
|
912
1135
|
|
|
913
|
-
export {
|
|
1136
|
+
export { AutocompletePopoverEvents }
|
|
914
1137
|
|
|
915
|
-
export {
|
|
1138
|
+
export { autocompletePopoverEvents }
|
|
916
1139
|
|
|
917
|
-
export {
|
|
1140
|
+
export { AutocompletePopoverProps }
|
|
918
1141
|
|
|
919
|
-
export {
|
|
1142
|
+
export { autocompletePopoverProps }
|
|
920
1143
|
|
|
921
|
-
export {
|
|
1144
|
+
export { AutocompletePopoverProps_alias_1 }
|
|
922
1145
|
|
|
923
|
-
export {
|
|
1146
|
+
export { AutocompletePopoverProps_alias_2 }
|
|
924
1147
|
|
|
925
|
-
export {
|
|
1148
|
+
export { AutocompletePopoverProps_alias_3 }
|
|
926
1149
|
|
|
927
|
-
export {
|
|
1150
|
+
export { AutocompletePopoverProps_alias_4 }
|
|
928
1151
|
|
|
929
|
-
export {
|
|
1152
|
+
export { AutocompletePopoverProps_alias_5 }
|
|
930
1153
|
|
|
931
|
-
export {
|
|
1154
|
+
export { AutocompleteRule }
|
|
932
1155
|
|
|
933
|
-
export {
|
|
1156
|
+
export { autoJoin }
|
|
934
1157
|
|
|
935
|
-
export {
|
|
1158
|
+
export { BaseCommandsExtension }
|
|
936
1159
|
|
|
937
|
-
export {
|
|
1160
|
+
export { baseKeymap }
|
|
938
1161
|
|
|
939
|
-
export {
|
|
1162
|
+
export { BaseKeymapExtension }
|
|
940
1163
|
|
|
941
|
-
export {
|
|
1164
|
+
export { BaseNodeViewOptions }
|
|
1165
|
+
|
|
1166
|
+
export { BasicExtension }
|
|
942
1167
|
|
|
943
1168
|
export { BlockHandleAdd }
|
|
944
1169
|
|
|
@@ -954,8 +1179,26 @@ export { BlockHandleAdd_alias_5 }
|
|
|
954
1179
|
|
|
955
1180
|
export { BlockHandleAddElement }
|
|
956
1181
|
|
|
1182
|
+
export { BlockHandleAddEmits }
|
|
1183
|
+
|
|
1184
|
+
export { BlockHandleAddEvents }
|
|
1185
|
+
|
|
1186
|
+
export { blockHandleAddEvents }
|
|
1187
|
+
|
|
957
1188
|
export { BlockHandleAddProps }
|
|
958
1189
|
|
|
1190
|
+
export { blockHandleAddProps }
|
|
1191
|
+
|
|
1192
|
+
export { BlockHandleAddProps_alias_1 }
|
|
1193
|
+
|
|
1194
|
+
export { BlockHandleAddProps_alias_2 }
|
|
1195
|
+
|
|
1196
|
+
export { BlockHandleAddProps_alias_3 }
|
|
1197
|
+
|
|
1198
|
+
export { BlockHandleAddProps_alias_4 }
|
|
1199
|
+
|
|
1200
|
+
export { BlockHandleAddProps_alias_5 }
|
|
1201
|
+
|
|
959
1202
|
export { BlockHandleDraggable }
|
|
960
1203
|
|
|
961
1204
|
export { BlockHandleDraggable_alias_1 }
|
|
@@ -970,8 +1213,26 @@ export { BlockHandleDraggable_alias_5 }
|
|
|
970
1213
|
|
|
971
1214
|
export { BlockHandleDraggableElement }
|
|
972
1215
|
|
|
1216
|
+
export { BlockHandleDraggableEmits }
|
|
1217
|
+
|
|
1218
|
+
export { BlockHandleDraggableEvents }
|
|
1219
|
+
|
|
1220
|
+
export { blockHandleDraggableEvents }
|
|
1221
|
+
|
|
973
1222
|
export { BlockHandleDraggableProps }
|
|
974
1223
|
|
|
1224
|
+
export { blockHandleDraggableProps }
|
|
1225
|
+
|
|
1226
|
+
export { BlockHandleDraggableProps_alias_1 }
|
|
1227
|
+
|
|
1228
|
+
export { BlockHandleDraggableProps_alias_2 }
|
|
1229
|
+
|
|
1230
|
+
export { BlockHandleDraggableProps_alias_3 }
|
|
1231
|
+
|
|
1232
|
+
export { BlockHandleDraggableProps_alias_4 }
|
|
1233
|
+
|
|
1234
|
+
export { BlockHandleDraggableProps_alias_5 }
|
|
1235
|
+
|
|
975
1236
|
export { BlockHandlePopover }
|
|
976
1237
|
|
|
977
1238
|
export { BlockHandlePopover_alias_1 }
|
|
@@ -986,23 +1247,25 @@ export { BlockHandlePopover_alias_5 }
|
|
|
986
1247
|
|
|
987
1248
|
export { BlockHandlePopoverElement }
|
|
988
1249
|
|
|
989
|
-
export {
|
|
1250
|
+
export { BlockHandlePopoverEmits }
|
|
1251
|
+
|
|
1252
|
+
export { BlockHandlePopoverEvents }
|
|
990
1253
|
|
|
991
|
-
export {
|
|
1254
|
+
export { blockHandlePopoverEvents }
|
|
992
1255
|
|
|
993
|
-
export {
|
|
1256
|
+
export { BlockHandlePopoverProps }
|
|
994
1257
|
|
|
995
|
-
export {
|
|
1258
|
+
export { blockHandlePopoverProps }
|
|
996
1259
|
|
|
997
|
-
export {
|
|
1260
|
+
export { BlockHandlePopoverProps_alias_1 }
|
|
998
1261
|
|
|
999
|
-
export {
|
|
1262
|
+
export { BlockHandlePopoverProps_alias_2 }
|
|
1000
1263
|
|
|
1001
|
-
export {
|
|
1264
|
+
export { BlockHandlePopoverProps_alias_3 }
|
|
1002
1265
|
|
|
1003
|
-
export {
|
|
1266
|
+
export { BlockHandlePopoverProps_alias_4 }
|
|
1004
1267
|
|
|
1005
|
-
export {
|
|
1268
|
+
export { BlockHandlePopoverProps_alias_5 }
|
|
1006
1269
|
|
|
1007
1270
|
export { BlockquoteCommandsExtension }
|
|
1008
1271
|
|
|
@@ -1096,60 +1359,10 @@ export declare namespace default_alias {
|
|
|
1096
1359
|
|
|
1097
1360
|
export declare const default_alias_1: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
1098
1361
|
|
|
1099
|
-
export { defaultAutocompleteEmptyProps }
|
|
1100
|
-
|
|
1101
|
-
export { defaultAutocompleteItemProps }
|
|
1102
|
-
|
|
1103
|
-
export { defaultAutocompleteListProps }
|
|
1104
|
-
|
|
1105
|
-
export { defaultAutocompletePopoverProps }
|
|
1106
|
-
|
|
1107
1362
|
export { defaultBlockAt }
|
|
1108
1363
|
|
|
1109
|
-
export { defaultBlockDragHandleProps }
|
|
1110
|
-
|
|
1111
|
-
export { defaultBlockHandleAddProps }
|
|
1112
|
-
|
|
1113
|
-
export { defaultBlockHandleDraggableProps }
|
|
1114
|
-
|
|
1115
|
-
export { defaultBlockHandlePopoverProps }
|
|
1116
|
-
|
|
1117
|
-
export { defaultBlockPopoverProps }
|
|
1118
|
-
|
|
1119
|
-
export { defaultInlinePopoverProps }
|
|
1120
|
-
|
|
1121
|
-
export { defaultPopoverContentProps }
|
|
1122
|
-
|
|
1123
|
-
export { defaultPopoverRootProps }
|
|
1124
|
-
|
|
1125
|
-
export { defaultPopoverTriggerProps }
|
|
1126
|
-
|
|
1127
|
-
export { defaultResizableHandleProps }
|
|
1128
|
-
|
|
1129
|
-
export { defaultResizableRootProps }
|
|
1130
|
-
|
|
1131
1364
|
export { DefaultStateOptions }
|
|
1132
1365
|
|
|
1133
|
-
export { defaultTableHandleColumnRootProps }
|
|
1134
|
-
|
|
1135
|
-
export { defaultTableHandleColumnTriggerProps }
|
|
1136
|
-
|
|
1137
|
-
export { defaultTableHandlePopoverContentProps }
|
|
1138
|
-
|
|
1139
|
-
export { defaultTableHandlePopoverItemProps }
|
|
1140
|
-
|
|
1141
|
-
export { defaultTableHandleRootProps }
|
|
1142
|
-
|
|
1143
|
-
export { defaultTableHandleRowRootProps }
|
|
1144
|
-
|
|
1145
|
-
export { defaultTableHandleRowTriggerProps }
|
|
1146
|
-
|
|
1147
|
-
export { defaultTooltipContentProps }
|
|
1148
|
-
|
|
1149
|
-
export { defaultTooltipRootProps }
|
|
1150
|
-
|
|
1151
|
-
export { defaultTooltipTriggerProps }
|
|
1152
|
-
|
|
1153
1366
|
export { defineAutocomplete }
|
|
1154
1367
|
|
|
1155
1368
|
export { defineBaseCommands }
|
|
@@ -1606,8 +1819,26 @@ export { InlinePopover_alias_5 }
|
|
|
1606
1819
|
|
|
1607
1820
|
export { InlinePopoverElement }
|
|
1608
1821
|
|
|
1822
|
+
export { InlinePopoverEmits }
|
|
1823
|
+
|
|
1824
|
+
export { InlinePopoverEvents }
|
|
1825
|
+
|
|
1826
|
+
export { inlinePopoverEvents }
|
|
1827
|
+
|
|
1609
1828
|
export { InlinePopoverProps }
|
|
1610
1829
|
|
|
1830
|
+
export { inlinePopoverProps }
|
|
1831
|
+
|
|
1832
|
+
export { InlinePopoverProps_alias_1 }
|
|
1833
|
+
|
|
1834
|
+
export { InlinePopoverProps_alias_2 }
|
|
1835
|
+
|
|
1836
|
+
export { InlinePopoverProps_alias_3 }
|
|
1837
|
+
|
|
1838
|
+
export { InlinePopoverProps_alias_4 }
|
|
1839
|
+
|
|
1840
|
+
export { InlinePopoverProps_alias_5 }
|
|
1841
|
+
|
|
1611
1842
|
export { InputRule }
|
|
1612
1843
|
|
|
1613
1844
|
export { inputRules }
|
|
@@ -1866,8 +2097,26 @@ export { PopoverContent_alias_5 }
|
|
|
1866
2097
|
|
|
1867
2098
|
export { PopoverContentElement }
|
|
1868
2099
|
|
|
2100
|
+
export { PopoverContentEmits }
|
|
2101
|
+
|
|
2102
|
+
export { PopoverContentEvents }
|
|
2103
|
+
|
|
2104
|
+
export { popoverContentEvents }
|
|
2105
|
+
|
|
1869
2106
|
export { PopoverContentProps }
|
|
1870
2107
|
|
|
2108
|
+
export { popoverContentProps }
|
|
2109
|
+
|
|
2110
|
+
export { PopoverContentProps_alias_1 }
|
|
2111
|
+
|
|
2112
|
+
export { PopoverContentProps_alias_2 }
|
|
2113
|
+
|
|
2114
|
+
export { PopoverContentProps_alias_3 }
|
|
2115
|
+
|
|
2116
|
+
export { PopoverContentProps_alias_4 }
|
|
2117
|
+
|
|
2118
|
+
export { PopoverContentProps_alias_5 }
|
|
2119
|
+
|
|
1871
2120
|
export { PopoverRoot }
|
|
1872
2121
|
|
|
1873
2122
|
export { PopoverRoot_alias_1 }
|
|
@@ -1882,8 +2131,26 @@ export { PopoverRoot_alias_5 }
|
|
|
1882
2131
|
|
|
1883
2132
|
export { PopoverRootElement }
|
|
1884
2133
|
|
|
2134
|
+
export { PopoverRootEmits }
|
|
2135
|
+
|
|
2136
|
+
export { PopoverRootEvents }
|
|
2137
|
+
|
|
2138
|
+
export { popoverRootEvents }
|
|
2139
|
+
|
|
1885
2140
|
export { PopoverRootProps }
|
|
1886
2141
|
|
|
2142
|
+
export { popoverRootProps }
|
|
2143
|
+
|
|
2144
|
+
export { PopoverRootProps_alias_1 }
|
|
2145
|
+
|
|
2146
|
+
export { PopoverRootProps_alias_2 }
|
|
2147
|
+
|
|
2148
|
+
export { PopoverRootProps_alias_3 }
|
|
2149
|
+
|
|
2150
|
+
export { PopoverRootProps_alias_4 }
|
|
2151
|
+
|
|
2152
|
+
export { PopoverRootProps_alias_5 }
|
|
2153
|
+
|
|
1887
2154
|
export { PopoverTrigger }
|
|
1888
2155
|
|
|
1889
2156
|
export { PopoverTrigger_alias_1 }
|
|
@@ -1898,8 +2165,26 @@ export { PopoverTrigger_alias_5 }
|
|
|
1898
2165
|
|
|
1899
2166
|
export { PopoverTriggerElement }
|
|
1900
2167
|
|
|
2168
|
+
export { PopoverTriggerEmits }
|
|
2169
|
+
|
|
2170
|
+
export { PopoverTriggerEvents }
|
|
2171
|
+
|
|
2172
|
+
export { popoverTriggerEvents }
|
|
2173
|
+
|
|
1901
2174
|
export { PopoverTriggerProps }
|
|
1902
2175
|
|
|
2176
|
+
export { popoverTriggerProps }
|
|
2177
|
+
|
|
2178
|
+
export { PopoverTriggerProps_alias_1 }
|
|
2179
|
+
|
|
2180
|
+
export { PopoverTriggerProps_alias_2 }
|
|
2181
|
+
|
|
2182
|
+
export { PopoverTriggerProps_alias_3 }
|
|
2183
|
+
|
|
2184
|
+
export { PopoverTriggerProps_alias_4 }
|
|
2185
|
+
|
|
2186
|
+
export { PopoverTriggerProps_alias_5 }
|
|
2187
|
+
|
|
1903
2188
|
export { Priority }
|
|
1904
2189
|
|
|
1905
2190
|
export { PropsWithChildren }
|
|
@@ -1988,8 +2273,26 @@ export { ResizableHandle_alias_5 }
|
|
|
1988
2273
|
|
|
1989
2274
|
export { ResizableHandleElement }
|
|
1990
2275
|
|
|
2276
|
+
export { ResizableHandleEmits }
|
|
2277
|
+
|
|
2278
|
+
export { ResizableHandleEvents }
|
|
2279
|
+
|
|
2280
|
+
export { resizableHandleEvents }
|
|
2281
|
+
|
|
1991
2282
|
export { ResizableHandleProps }
|
|
1992
2283
|
|
|
2284
|
+
export { resizableHandleProps }
|
|
2285
|
+
|
|
2286
|
+
export { ResizableHandleProps_alias_1 }
|
|
2287
|
+
|
|
2288
|
+
export { ResizableHandleProps_alias_2 }
|
|
2289
|
+
|
|
2290
|
+
export { ResizableHandleProps_alias_3 }
|
|
2291
|
+
|
|
2292
|
+
export { ResizableHandleProps_alias_4 }
|
|
2293
|
+
|
|
2294
|
+
export { ResizableHandleProps_alias_5 }
|
|
2295
|
+
|
|
1993
2296
|
export { ResizableRoot }
|
|
1994
2297
|
|
|
1995
2298
|
export { ResizableRoot_alias_1 }
|
|
@@ -2004,8 +2307,26 @@ export { ResizableRoot_alias_5 }
|
|
|
2004
2307
|
|
|
2005
2308
|
export { ResizableRootElement }
|
|
2006
2309
|
|
|
2310
|
+
export { ResizableRootEmits }
|
|
2311
|
+
|
|
2312
|
+
export { ResizableRootEvents }
|
|
2313
|
+
|
|
2314
|
+
export { resizableRootEvents }
|
|
2315
|
+
|
|
2007
2316
|
export { ResizableRootProps }
|
|
2008
2317
|
|
|
2318
|
+
export { resizableRootProps }
|
|
2319
|
+
|
|
2320
|
+
export { ResizableRootProps_alias_1 }
|
|
2321
|
+
|
|
2322
|
+
export { ResizableRootProps_alias_2 }
|
|
2323
|
+
|
|
2324
|
+
export { ResizableRootProps_alias_3 }
|
|
2325
|
+
|
|
2326
|
+
export { ResizableRootProps_alias_4 }
|
|
2327
|
+
|
|
2328
|
+
export { ResizableRootProps_alias_5 }
|
|
2329
|
+
|
|
2009
2330
|
export { ResolvedPos }
|
|
2010
2331
|
|
|
2011
2332
|
export { Schema }
|
|
@@ -2146,8 +2467,26 @@ export { TableHandleColumnRoot_alias_5 }
|
|
|
2146
2467
|
|
|
2147
2468
|
export { TableHandleColumnRootElement }
|
|
2148
2469
|
|
|
2470
|
+
export { TableHandleColumnRootEmits }
|
|
2471
|
+
|
|
2472
|
+
export { TableHandleColumnRootEvents }
|
|
2473
|
+
|
|
2474
|
+
export { tableHandleColumnRootEvents }
|
|
2475
|
+
|
|
2149
2476
|
export { TableHandleColumnRootProps }
|
|
2150
2477
|
|
|
2478
|
+
export { tableHandleColumnRootProps }
|
|
2479
|
+
|
|
2480
|
+
export { TableHandleColumnRootProps_alias_1 }
|
|
2481
|
+
|
|
2482
|
+
export { TableHandleColumnRootProps_alias_2 }
|
|
2483
|
+
|
|
2484
|
+
export { TableHandleColumnRootProps_alias_3 }
|
|
2485
|
+
|
|
2486
|
+
export { TableHandleColumnRootProps_alias_4 }
|
|
2487
|
+
|
|
2488
|
+
export { TableHandleColumnRootProps_alias_5 }
|
|
2489
|
+
|
|
2151
2490
|
export { TableHandleColumnTrigger }
|
|
2152
2491
|
|
|
2153
2492
|
export { TableHandleColumnTrigger_alias_1 }
|
|
@@ -2162,8 +2501,26 @@ export { TableHandleColumnTrigger_alias_5 }
|
|
|
2162
2501
|
|
|
2163
2502
|
export { TableHandleColumnTriggerElement }
|
|
2164
2503
|
|
|
2504
|
+
export { TableHandleColumnTriggerEmits }
|
|
2505
|
+
|
|
2506
|
+
export { TableHandleColumnTriggerEvents }
|
|
2507
|
+
|
|
2508
|
+
export { tableHandleColumnTriggerEvents }
|
|
2509
|
+
|
|
2165
2510
|
export { TableHandleColumnTriggerProps }
|
|
2166
2511
|
|
|
2512
|
+
export { tableHandleColumnTriggerProps }
|
|
2513
|
+
|
|
2514
|
+
export { TableHandleColumnTriggerProps_alias_1 }
|
|
2515
|
+
|
|
2516
|
+
export { TableHandleColumnTriggerProps_alias_2 }
|
|
2517
|
+
|
|
2518
|
+
export { TableHandleColumnTriggerProps_alias_3 }
|
|
2519
|
+
|
|
2520
|
+
export { TableHandleColumnTriggerProps_alias_4 }
|
|
2521
|
+
|
|
2522
|
+
export { TableHandleColumnTriggerProps_alias_5 }
|
|
2523
|
+
|
|
2167
2524
|
export { TableHandlePopoverContent }
|
|
2168
2525
|
|
|
2169
2526
|
export { TableHandlePopoverContent_alias_1 }
|
|
@@ -2178,8 +2535,26 @@ export { TableHandlePopoverContent_alias_5 }
|
|
|
2178
2535
|
|
|
2179
2536
|
export { TableHandlePopoverContentElement }
|
|
2180
2537
|
|
|
2538
|
+
export { TableHandlePopoverContentEmits }
|
|
2539
|
+
|
|
2540
|
+
export { TableHandlePopoverContentEvents }
|
|
2541
|
+
|
|
2542
|
+
export { tableHandlePopoverContentEvents }
|
|
2543
|
+
|
|
2181
2544
|
export { TableHandlePopoverContentProps }
|
|
2182
2545
|
|
|
2546
|
+
export { tableHandlePopoverContentProps }
|
|
2547
|
+
|
|
2548
|
+
export { TableHandlePopoverContentProps_alias_1 }
|
|
2549
|
+
|
|
2550
|
+
export { TableHandlePopoverContentProps_alias_2 }
|
|
2551
|
+
|
|
2552
|
+
export { TableHandlePopoverContentProps_alias_3 }
|
|
2553
|
+
|
|
2554
|
+
export { TableHandlePopoverContentProps_alias_4 }
|
|
2555
|
+
|
|
2556
|
+
export { TableHandlePopoverContentProps_alias_5 }
|
|
2557
|
+
|
|
2183
2558
|
export { TableHandlePopoverItem }
|
|
2184
2559
|
|
|
2185
2560
|
export { TableHandlePopoverItem_alias_1 }
|
|
@@ -2194,8 +2569,26 @@ export { TableHandlePopoverItem_alias_5 }
|
|
|
2194
2569
|
|
|
2195
2570
|
export { TableHandlePopoverItemElement }
|
|
2196
2571
|
|
|
2572
|
+
export { TableHandlePopoverItemEmits }
|
|
2573
|
+
|
|
2574
|
+
export { TableHandlePopoverItemEvents }
|
|
2575
|
+
|
|
2576
|
+
export { tableHandlePopoverItemEvents }
|
|
2577
|
+
|
|
2197
2578
|
export { TableHandlePopoverItemProps }
|
|
2198
2579
|
|
|
2580
|
+
export { tableHandlePopoverItemProps }
|
|
2581
|
+
|
|
2582
|
+
export { TableHandlePopoverItemProps_alias_1 }
|
|
2583
|
+
|
|
2584
|
+
export { TableHandlePopoverItemProps_alias_2 }
|
|
2585
|
+
|
|
2586
|
+
export { TableHandlePopoverItemProps_alias_3 }
|
|
2587
|
+
|
|
2588
|
+
export { TableHandlePopoverItemProps_alias_4 }
|
|
2589
|
+
|
|
2590
|
+
export { TableHandlePopoverItemProps_alias_5 }
|
|
2591
|
+
|
|
2199
2592
|
export { TableHandleRoot }
|
|
2200
2593
|
|
|
2201
2594
|
export { TableHandleRoot_alias_1 }
|
|
@@ -2210,8 +2603,26 @@ export { TableHandleRoot_alias_5 }
|
|
|
2210
2603
|
|
|
2211
2604
|
export { TableHandleRootElement }
|
|
2212
2605
|
|
|
2606
|
+
export { TableHandleRootEmits }
|
|
2607
|
+
|
|
2608
|
+
export { TableHandleRootEvents }
|
|
2609
|
+
|
|
2610
|
+
export { tableHandleRootEvents }
|
|
2611
|
+
|
|
2213
2612
|
export { TableHandleRootProps }
|
|
2214
2613
|
|
|
2614
|
+
export { tableHandleRootProps }
|
|
2615
|
+
|
|
2616
|
+
export { TableHandleRootProps_alias_1 }
|
|
2617
|
+
|
|
2618
|
+
export { TableHandleRootProps_alias_2 }
|
|
2619
|
+
|
|
2620
|
+
export { TableHandleRootProps_alias_3 }
|
|
2621
|
+
|
|
2622
|
+
export { TableHandleRootProps_alias_4 }
|
|
2623
|
+
|
|
2624
|
+
export { TableHandleRootProps_alias_5 }
|
|
2625
|
+
|
|
2215
2626
|
export { TableHandleRowRoot }
|
|
2216
2627
|
|
|
2217
2628
|
export { TableHandleRowRoot_alias_1 }
|
|
@@ -2226,8 +2637,26 @@ export { TableHandleRowRoot_alias_5 }
|
|
|
2226
2637
|
|
|
2227
2638
|
export { TableHandleRowRootElement }
|
|
2228
2639
|
|
|
2640
|
+
export { TableHandleRowRootEmits }
|
|
2641
|
+
|
|
2642
|
+
export { TableHandleRowRootEvents }
|
|
2643
|
+
|
|
2644
|
+
export { tableHandleRowRootEvents }
|
|
2645
|
+
|
|
2229
2646
|
export { TableHandleRowRootProps }
|
|
2230
2647
|
|
|
2648
|
+
export { tableHandleRowRootProps }
|
|
2649
|
+
|
|
2650
|
+
export { TableHandleRowRootProps_alias_1 }
|
|
2651
|
+
|
|
2652
|
+
export { TableHandleRowRootProps_alias_2 }
|
|
2653
|
+
|
|
2654
|
+
export { TableHandleRowRootProps_alias_3 }
|
|
2655
|
+
|
|
2656
|
+
export { TableHandleRowRootProps_alias_4 }
|
|
2657
|
+
|
|
2658
|
+
export { TableHandleRowRootProps_alias_5 }
|
|
2659
|
+
|
|
2231
2660
|
export { TableHandleRowTrigger }
|
|
2232
2661
|
|
|
2233
2662
|
export { TableHandleRowTrigger_alias_1 }
|
|
@@ -2242,8 +2671,26 @@ export { TableHandleRowTrigger_alias_5 }
|
|
|
2242
2671
|
|
|
2243
2672
|
export { TableHandleRowTriggerElement }
|
|
2244
2673
|
|
|
2674
|
+
export { TableHandleRowTriggerEmits }
|
|
2675
|
+
|
|
2676
|
+
export { TableHandleRowTriggerEvents }
|
|
2677
|
+
|
|
2678
|
+
export { tableHandleRowTriggerEvents }
|
|
2679
|
+
|
|
2245
2680
|
export { TableHandleRowTriggerProps }
|
|
2246
2681
|
|
|
2682
|
+
export { tableHandleRowTriggerProps }
|
|
2683
|
+
|
|
2684
|
+
export { TableHandleRowTriggerProps_alias_1 }
|
|
2685
|
+
|
|
2686
|
+
export { TableHandleRowTriggerProps_alias_2 }
|
|
2687
|
+
|
|
2688
|
+
export { TableHandleRowTriggerProps_alias_3 }
|
|
2689
|
+
|
|
2690
|
+
export { TableHandleRowTriggerProps_alias_4 }
|
|
2691
|
+
|
|
2692
|
+
export { TableHandleRowTriggerProps_alias_5 }
|
|
2693
|
+
|
|
2247
2694
|
export { TableHeaderCellSpecExtension }
|
|
2248
2695
|
|
|
2249
2696
|
export { TableRowSpecExtension }
|
|
@@ -2306,8 +2753,26 @@ export { TooltipContent_alias_5 }
|
|
|
2306
2753
|
|
|
2307
2754
|
export { TooltipContentElement }
|
|
2308
2755
|
|
|
2756
|
+
export { TooltipContentEmits }
|
|
2757
|
+
|
|
2758
|
+
export { TooltipContentEvents }
|
|
2759
|
+
|
|
2760
|
+
export { tooltipContentEvents }
|
|
2761
|
+
|
|
2309
2762
|
export { TooltipContentProps }
|
|
2310
2763
|
|
|
2764
|
+
export { tooltipContentProps }
|
|
2765
|
+
|
|
2766
|
+
export { TooltipContentProps_alias_1 }
|
|
2767
|
+
|
|
2768
|
+
export { TooltipContentProps_alias_2 }
|
|
2769
|
+
|
|
2770
|
+
export { TooltipContentProps_alias_3 }
|
|
2771
|
+
|
|
2772
|
+
export { TooltipContentProps_alias_4 }
|
|
2773
|
+
|
|
2774
|
+
export { TooltipContentProps_alias_5 }
|
|
2775
|
+
|
|
2311
2776
|
export { TooltipRoot }
|
|
2312
2777
|
|
|
2313
2778
|
export { TooltipRoot_alias_1 }
|
|
@@ -2322,8 +2787,26 @@ export { TooltipRoot_alias_5 }
|
|
|
2322
2787
|
|
|
2323
2788
|
export { TooltipRootElement }
|
|
2324
2789
|
|
|
2790
|
+
export { TooltipRootEmits }
|
|
2791
|
+
|
|
2792
|
+
export { TooltipRootEvents }
|
|
2793
|
+
|
|
2794
|
+
export { tooltipRootEvents }
|
|
2795
|
+
|
|
2325
2796
|
export { TooltipRootProps }
|
|
2326
2797
|
|
|
2798
|
+
export { tooltipRootProps }
|
|
2799
|
+
|
|
2800
|
+
export { TooltipRootProps_alias_1 }
|
|
2801
|
+
|
|
2802
|
+
export { TooltipRootProps_alias_2 }
|
|
2803
|
+
|
|
2804
|
+
export { TooltipRootProps_alias_3 }
|
|
2805
|
+
|
|
2806
|
+
export { TooltipRootProps_alias_4 }
|
|
2807
|
+
|
|
2808
|
+
export { TooltipRootProps_alias_5 }
|
|
2809
|
+
|
|
2327
2810
|
export { TooltipTrigger }
|
|
2328
2811
|
|
|
2329
2812
|
export { TooltipTrigger_alias_1 }
|
|
@@ -2338,8 +2821,26 @@ export { TooltipTrigger_alias_5 }
|
|
|
2338
2821
|
|
|
2339
2822
|
export { TooltipTriggerElement }
|
|
2340
2823
|
|
|
2824
|
+
export { TooltipTriggerEmits }
|
|
2825
|
+
|
|
2826
|
+
export { TooltipTriggerEvents }
|
|
2827
|
+
|
|
2828
|
+
export { tooltipTriggerEvents }
|
|
2829
|
+
|
|
2341
2830
|
export { TooltipTriggerProps }
|
|
2342
2831
|
|
|
2832
|
+
export { tooltipTriggerProps }
|
|
2833
|
+
|
|
2834
|
+
export { TooltipTriggerProps_alias_1 }
|
|
2835
|
+
|
|
2836
|
+
export { TooltipTriggerProps_alias_2 }
|
|
2837
|
+
|
|
2838
|
+
export { TooltipTriggerProps_alias_3 }
|
|
2839
|
+
|
|
2840
|
+
export { TooltipTriggerProps_alias_4 }
|
|
2841
|
+
|
|
2842
|
+
export { TooltipTriggerProps_alias_5 }
|
|
2843
|
+
|
|
2343
2844
|
export { Transaction }
|
|
2344
2845
|
|
|
2345
2846
|
export { Transform }
|