@harbour-enterprises/superdoc 1.30.0-next.77 → 1.30.0-next.78
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/chunks/{SuperConverter-DQMXnIz-.es.js → SuperConverter-D2W0PUhr.es.js} +1 -1
- package/dist/chunks/{SuperConverter-Lx8eRk_5.cjs → SuperConverter-Dytp6YjB.cjs} +1 -1
- package/dist/chunks/{create-headless-toolbar-BdhzOKz8.es.js → create-headless-toolbar-CFd9qBwd.es.js} +1 -1
- package/dist/chunks/{create-headless-toolbar-4C9S9XRH.cjs → create-headless-toolbar-D4yiBHEt.cjs} +1 -1
- package/dist/chunks/{create-super-doc-ui-D_gOIjfE.es.js → create-super-doc-ui-CAQAdBKC.es.js} +2 -2
- package/dist/chunks/{create-super-doc-ui-9zlBIngM.cjs → create-super-doc-ui-LbV26Wl9.cjs} +2 -2
- package/dist/chunks/{src-XkOpciUP.cjs → src-DdxUZOJV.cjs} +5 -5
- package/dist/chunks/{src-Ci3fBxiz.es.js → src-wA3n5QBY.es.js} +5 -5
- package/dist/headless-toolbar-react.cjs +2 -2
- package/dist/headless-toolbar-react.es.js +2 -2
- package/dist/headless-toolbar-vue.cjs +2 -2
- package/dist/headless-toolbar-vue.es.js +2 -2
- package/dist/headless-toolbar.cjs +4 -4
- package/dist/headless-toolbar.es.js +4 -4
- package/dist/super-editor/converter.cjs +1 -1
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/src/types.d.cts +228 -0
- package/dist/super-editor.cjs +4 -4
- package/dist/super-editor.es.js +4 -4
- package/dist/superdoc/src/index.d.cts +370 -0
- package/dist/superdoc/src/super-editor.d.cts +369 -0
- package/dist/superdoc.cjs +5 -5
- package/dist/superdoc.es.js +5 -5
- package/dist/superdoc.min.js +5 -5
- package/dist/ui-react.cjs +3 -3
- package/dist/ui-react.es.js +3 -3
- package/dist/ui.cjs +3 -3
- package/dist/ui.es.js +3 -3
- package/package.json +16 -17
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
// Generated by scripts/ensure-types.cjs. Do not edit by hand.
|
|
2
|
+
import type { Awareness as __Cjs_Awareness } from './super-editor.js' with { "resolution-mode": "import" };
|
|
3
|
+
import type { BinaryData as __Cjs_BinaryData } from './super-editor.js' with { "resolution-mode": "import" };
|
|
4
|
+
import type { BlockNavigationAddress as __Cjs_BlockNavigationAddress } from './super-editor.js' with { "resolution-mode": "import" };
|
|
5
|
+
import type { BlocksListResult as __Cjs_BlocksListResult } from './super-editor.js' with { "resolution-mode": "import" };
|
|
6
|
+
import type { BookmarkAddress as __Cjs_BookmarkAddress } from './super-editor.js' with { "resolution-mode": "import" };
|
|
7
|
+
import type { BookmarkInfo as __Cjs_BookmarkInfo } from './super-editor.js' with { "resolution-mode": "import" };
|
|
8
|
+
import type { BoundingRect as __Cjs_BoundingRect } from './super-editor.js' with { "resolution-mode": "import" };
|
|
9
|
+
import type { CanObject as __Cjs_CanObject } from './super-editor.js' with { "resolution-mode": "import" };
|
|
10
|
+
import type { ChainableCommandObject as __Cjs_ChainableCommandObject } from './super-editor.js' with { "resolution-mode": "import" };
|
|
11
|
+
import type { ChainedCommand as __Cjs_ChainedCommand } from './super-editor.js' with { "resolution-mode": "import" };
|
|
12
|
+
import type { CollaborationProvider as __Cjs_CollaborationProvider } from './super-editor.js' with { "resolution-mode": "import" };
|
|
13
|
+
import type { Command as __Cjs_Command } from './super-editor.js' with { "resolution-mode": "import" };
|
|
14
|
+
import type { CommandProps as __Cjs_CommandProps } from './super-editor.js' with { "resolution-mode": "import" };
|
|
15
|
+
import type { Comment as __Cjs_Comment } from './super-editor.js' with { "resolution-mode": "import" };
|
|
16
|
+
import type { CommentAddress as __Cjs_CommentAddress } from './super-editor.js' with { "resolution-mode": "import" };
|
|
17
|
+
import type { CommentConfig as __Cjs_CommentConfig } from './super-editor.js' with { "resolution-mode": "import" };
|
|
18
|
+
import type { CommentElement as __Cjs_CommentElement } from './super-editor.js' with { "resolution-mode": "import" };
|
|
19
|
+
import type { CommentHighlightColors as __Cjs_CommentHighlightColors } from './super-editor.js' with { "resolution-mode": "import" };
|
|
20
|
+
import type { CommentHighlightOpacity as __Cjs_CommentHighlightOpacity } from './super-editor.js' with { "resolution-mode": "import" };
|
|
21
|
+
import type { CommentLocationsPayload as __Cjs_CommentLocationsPayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
22
|
+
import type { CommentsHandle as __Cjs_CommentsHandle } from './super-editor.js' with { "resolution-mode": "import" };
|
|
23
|
+
import type { CommentsPayload as __Cjs_CommentsPayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
24
|
+
import type { CommentsSlice as __Cjs_CommentsSlice } from './super-editor.js' with { "resolution-mode": "import" };
|
|
25
|
+
import type { CoreCommandMap as __Cjs_CoreCommandMap } from './super-editor.js' with { "resolution-mode": "import" };
|
|
26
|
+
import type { CreateHeadlessToolbarOptions as __Cjs_CreateHeadlessToolbarOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
27
|
+
import type { DocumentApi as __Cjs_DocumentApi } from './super-editor.js' with { "resolution-mode": "import" };
|
|
28
|
+
import type { DocumentProtectionState as __Cjs_DocumentProtectionState } from './super-editor.js' with { "resolution-mode": "import" };
|
|
29
|
+
import type { DocxEncryptionError as __Cjs_DocxEncryptionError } from './super-editor.js' with { "resolution-mode": "import" };
|
|
30
|
+
import type { DocxEncryptionErrorCode as __Cjs_DocxEncryptionErrorCode } from './super-editor.js' with { "resolution-mode": "import" };
|
|
31
|
+
import type { DocxFileEntry as __Cjs_DocxFileEntry } from './super-editor.js' with { "resolution-mode": "import" };
|
|
32
|
+
import type { DocxZipper as __Cjs_DocxZipper } from './super-editor.js' with { "resolution-mode": "import" };
|
|
33
|
+
import type { Editor as __Cjs_Editor } from './super-editor.js' with { "resolution-mode": "import" };
|
|
34
|
+
import type { EditorCommands as __Cjs_EditorCommands } from './super-editor.js' with { "resolution-mode": "import" };
|
|
35
|
+
import type { EditorEventMap as __Cjs_EditorEventMap } from './super-editor.js' with { "resolution-mode": "import" };
|
|
36
|
+
import type { EditorExtension as __Cjs_EditorExtension } from './super-editor.js' with { "resolution-mode": "import" };
|
|
37
|
+
import type { EditorLifecycleState as __Cjs_EditorLifecycleState } from './super-editor.js' with { "resolution-mode": "import" };
|
|
38
|
+
import type { EditorOptions as __Cjs_EditorOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
39
|
+
import type { EditorState as __Cjs_EditorState } from './super-editor.js' with { "resolution-mode": "import" };
|
|
40
|
+
import type { EditorView as __Cjs_EditorView } from './super-editor.js' with { "resolution-mode": "import" };
|
|
41
|
+
import type { EntityAddress as __Cjs_EntityAddress } from './super-editor.js' with { "resolution-mode": "import" };
|
|
42
|
+
import type { EqualityFn as __Cjs_EqualityFn } from './super-editor.js' with { "resolution-mode": "import" };
|
|
43
|
+
import type { ExportDocxParams as __Cjs_ExportDocxParams } from './super-editor.js' with { "resolution-mode": "import" };
|
|
44
|
+
import type { ExportFormat as __Cjs_ExportFormat } from './super-editor.js' with { "resolution-mode": "import" };
|
|
45
|
+
import type { ExportOptions as __Cjs_ExportOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
46
|
+
import type { ExtensionCommandMap as __Cjs_ExtensionCommandMap } from './super-editor.js' with { "resolution-mode": "import" };
|
|
47
|
+
import type { ExternalPopoverRenderContext as __Cjs_ExternalPopoverRenderContext } from './super-editor.js' with { "resolution-mode": "import" };
|
|
48
|
+
import type { FieldValue as __Cjs_FieldValue } from './super-editor.js' with { "resolution-mode": "import" };
|
|
49
|
+
import type { FlowBlock as __Cjs_FlowBlock } from './super-editor.js' with { "resolution-mode": "import" };
|
|
50
|
+
import type { FlowMode as __Cjs_FlowMode } from './super-editor.js' with { "resolution-mode": "import" };
|
|
51
|
+
import type { FontConfig as __Cjs_FontConfig } from './super-editor.js' with { "resolution-mode": "import" };
|
|
52
|
+
import type { FontsResolvedPayload as __Cjs_FontsResolvedPayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
53
|
+
import type { HeadlessToolbarController as __Cjs_HeadlessToolbarController } from './super-editor.js' with { "resolution-mode": "import" };
|
|
54
|
+
import type { HeadlessToolbarSuperdocHost as __Cjs_HeadlessToolbarSuperdocHost } from './super-editor.js' with { "resolution-mode": "import" };
|
|
55
|
+
import type { HeadlessToolbarSurface as __Cjs_HeadlessToolbarSurface } from './super-editor.js' with { "resolution-mode": "import" };
|
|
56
|
+
import type { ImageDeselectedEvent as __Cjs_ImageDeselectedEvent } from './super-editor.js' with { "resolution-mode": "import" };
|
|
57
|
+
import type { ImageSelectedEvent as __Cjs_ImageSelectedEvent } from './super-editor.js' with { "resolution-mode": "import" };
|
|
58
|
+
import type { Layout as __Cjs_Layout } from './super-editor.js' with { "resolution-mode": "import" };
|
|
59
|
+
import type { LayoutEngineOptions as __Cjs_LayoutEngineOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
60
|
+
import type { LayoutError as __Cjs_LayoutError } from './super-editor.js' with { "resolution-mode": "import" };
|
|
61
|
+
import type { LayoutFragment as __Cjs_LayoutFragment } from './super-editor.js' with { "resolution-mode": "import" };
|
|
62
|
+
import type { LayoutMetrics as __Cjs_LayoutMetrics } from './super-editor.js' with { "resolution-mode": "import" };
|
|
63
|
+
import type { LayoutMode as __Cjs_LayoutMode } from './super-editor.js' with { "resolution-mode": "import" };
|
|
64
|
+
import type { LayoutPage as __Cjs_LayoutPage } from './super-editor.js' with { "resolution-mode": "import" };
|
|
65
|
+
import type { LayoutState as __Cjs_LayoutState } from './super-editor.js' with { "resolution-mode": "import" };
|
|
66
|
+
import type { LayoutUpdatePayload as __Cjs_LayoutUpdatePayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
67
|
+
import type { LinkPopoverContext as __Cjs_LinkPopoverContext } from './super-editor.js' with { "resolution-mode": "import" };
|
|
68
|
+
import type { LinkPopoverResolution as __Cjs_LinkPopoverResolution } from './super-editor.js' with { "resolution-mode": "import" };
|
|
69
|
+
import type { LinkPopoverResolver as __Cjs_LinkPopoverResolver } from './super-editor.js' with { "resolution-mode": "import" };
|
|
70
|
+
import type { ListDefinitionsPayload as __Cjs_ListDefinitionsPayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
71
|
+
import type { Measure as __Cjs_Measure } from './super-editor.js' with { "resolution-mode": "import" };
|
|
72
|
+
import type { NavigableAddress as __Cjs_NavigableAddress } from './super-editor.js' with { "resolution-mode": "import" };
|
|
73
|
+
import type { OpenOptions as __Cjs_OpenOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
74
|
+
import type { PageMargins as __Cjs_PageMargins } from './super-editor.js' with { "resolution-mode": "import" };
|
|
75
|
+
import type { PageSize as __Cjs_PageSize } from './super-editor.js' with { "resolution-mode": "import" };
|
|
76
|
+
import type { PageStyles as __Cjs_PageStyles } from './super-editor.js' with { "resolution-mode": "import" };
|
|
77
|
+
import type { PaginationPayload as __Cjs_PaginationPayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
78
|
+
import type { PaintSnapshot as __Cjs_PaintSnapshot } from './super-editor.js' with { "resolution-mode": "import" };
|
|
79
|
+
import type { PartChangedEvent as __Cjs_PartChangedEvent } from './super-editor.js' with { "resolution-mode": "import" };
|
|
80
|
+
import type { PartId as __Cjs_PartId } from './super-editor.js' with { "resolution-mode": "import" };
|
|
81
|
+
import type { PartSectionId as __Cjs_PartSectionId } from './super-editor.js' with { "resolution-mode": "import" };
|
|
82
|
+
import type { PermissionParams as __Cjs_PermissionParams } from './super-editor.js' with { "resolution-mode": "import" };
|
|
83
|
+
import type { PositionHit as __Cjs_PositionHit } from './super-editor.js' with { "resolution-mode": "import" };
|
|
84
|
+
import type { PresenceOptions as __Cjs_PresenceOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
85
|
+
import type { PresentationEditor as __Cjs_PresentationEditor } from './super-editor.js' with { "resolution-mode": "import" };
|
|
86
|
+
import type { PresentationEditorOptions as __Cjs_PresentationEditorOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
87
|
+
import type { ProofingCapabilities as __Cjs_ProofingCapabilities } from './super-editor.js' with { "resolution-mode": "import" };
|
|
88
|
+
import type { ProofingCheckRequest as __Cjs_ProofingCheckRequest } from './super-editor.js' with { "resolution-mode": "import" };
|
|
89
|
+
import type { ProofingCheckResult as __Cjs_ProofingCheckResult } from './super-editor.js' with { "resolution-mode": "import" };
|
|
90
|
+
import type { ProofingConfig as __Cjs_ProofingConfig } from './super-editor.js' with { "resolution-mode": "import" };
|
|
91
|
+
import type { ProofingError as __Cjs_ProofingError } from './super-editor.js' with { "resolution-mode": "import" };
|
|
92
|
+
import type { ProofingIssue as __Cjs_ProofingIssue } from './super-editor.js' with { "resolution-mode": "import" };
|
|
93
|
+
import type { ProofingIssueKind as __Cjs_ProofingIssueKind } from './super-editor.js' with { "resolution-mode": "import" };
|
|
94
|
+
import type { ProofingProvider as __Cjs_ProofingProvider } from './super-editor.js' with { "resolution-mode": "import" };
|
|
95
|
+
import type { ProofingSegment as __Cjs_ProofingSegment } from './super-editor.js' with { "resolution-mode": "import" };
|
|
96
|
+
import type { ProofingSegmentMetadata as __Cjs_ProofingSegmentMetadata } from './super-editor.js' with { "resolution-mode": "import" };
|
|
97
|
+
import type { ProofingStatus as __Cjs_ProofingStatus } from './super-editor.js' with { "resolution-mode": "import" };
|
|
98
|
+
import type { ProseMirrorJSON as __Cjs_ProseMirrorJSON } from './super-editor.js' with { "resolution-mode": "import" };
|
|
99
|
+
import type { ProtectionChangeSource as __Cjs_ProtectionChangeSource } from './super-editor.js' with { "resolution-mode": "import" };
|
|
100
|
+
import type { PublicToolbarItemId as __Cjs_PublicToolbarItemId } from './super-editor.js' with { "resolution-mode": "import" };
|
|
101
|
+
import type { RangeRect as __Cjs_RangeRect } from './super-editor.js' with { "resolution-mode": "import" };
|
|
102
|
+
import type { RemoteCursorsRenderPayload as __Cjs_RemoteCursorsRenderPayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
103
|
+
import type { RemoteCursorState as __Cjs_RemoteCursorState } from './super-editor.js' with { "resolution-mode": "import" };
|
|
104
|
+
import type { RemoteUserInfo as __Cjs_RemoteUserInfo } from './super-editor.js' with { "resolution-mode": "import" };
|
|
105
|
+
import type { ResolveRangeOutput as __Cjs_ResolveRangeOutput } from './super-editor.js' with { "resolution-mode": "import" };
|
|
106
|
+
import type { SaveOptions as __Cjs_SaveOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
107
|
+
import type { Schema as __Cjs_Schema } from './super-editor.js' with { "resolution-mode": "import" };
|
|
108
|
+
import type { ScrollIntoViewInput as __Cjs_ScrollIntoViewInput } from './super-editor.js' with { "resolution-mode": "import" };
|
|
109
|
+
import type { ScrollIntoViewOutput as __Cjs_ScrollIntoViewOutput } from './super-editor.js' with { "resolution-mode": "import" };
|
|
110
|
+
import type { SectionMetadata as __Cjs_SectionMetadata } from './super-editor.js' with { "resolution-mode": "import" };
|
|
111
|
+
import type { SelectionApi as __Cjs_SelectionApi } from './super-editor.js' with { "resolution-mode": "import" };
|
|
112
|
+
import type { SelectionCommandContext as __Cjs_SelectionCommandContext } from './super-editor.js' with { "resolution-mode": "import" };
|
|
113
|
+
import type { SelectionCurrentInput as __Cjs_SelectionCurrentInput } from './super-editor.js' with { "resolution-mode": "import" };
|
|
114
|
+
import type { SelectionHandle as __Cjs_SelectionHandle } from './super-editor.js' with { "resolution-mode": "import" };
|
|
115
|
+
import type { SelectionInfo as __Cjs_SelectionInfo } from './super-editor.js' with { "resolution-mode": "import" };
|
|
116
|
+
import type { SelectionSlice as __Cjs_SelectionSlice } from './super-editor.js' with { "resolution-mode": "import" };
|
|
117
|
+
import type { SelectorFn as __Cjs_SelectorFn } from './super-editor.js' with { "resolution-mode": "import" };
|
|
118
|
+
import type { StoryLocator as __Cjs_StoryLocator } from './super-editor.js' with { "resolution-mode": "import" };
|
|
119
|
+
import type { Subscribable as __Cjs_Subscribable } from './super-editor.js' with { "resolution-mode": "import" };
|
|
120
|
+
import type { SuperConverter as __Cjs_SuperConverter } from './super-editor.js' with { "resolution-mode": "import" };
|
|
121
|
+
import type { SuperDocEditorLike as __Cjs_SuperDocEditorLike } from './super-editor.js' with { "resolution-mode": "import" };
|
|
122
|
+
import type { SuperDocLike as __Cjs_SuperDocLike } from './super-editor.js' with { "resolution-mode": "import" };
|
|
123
|
+
import type { SuperDocUI as __Cjs_SuperDocUI } from './super-editor.js' with { "resolution-mode": "import" };
|
|
124
|
+
import type { SuperDocUIOptions as __Cjs_SuperDocUIOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
125
|
+
import type { SuperDocUIState as __Cjs_SuperDocUIState } from './super-editor.js' with { "resolution-mode": "import" };
|
|
126
|
+
import type { SuperToolbar as __Cjs_SuperToolbar } from './super-editor.js' with { "resolution-mode": "import" };
|
|
127
|
+
import type { TelemetryEvent as __Cjs_TelemetryEvent } from './super-editor.js' with { "resolution-mode": "import" };
|
|
128
|
+
import type { TextAddress as __Cjs_TextAddress } from './super-editor.js' with { "resolution-mode": "import" };
|
|
129
|
+
import type { TextSegment as __Cjs_TextSegment } from './super-editor.js' with { "resolution-mode": "import" };
|
|
130
|
+
import type { TextTarget as __Cjs_TextTarget } from './super-editor.js' with { "resolution-mode": "import" };
|
|
131
|
+
import type { ToolbarCommandState as __Cjs_ToolbarCommandState } from './super-editor.js' with { "resolution-mode": "import" };
|
|
132
|
+
import type { ToolbarCommandStates as __Cjs_ToolbarCommandStates } from './super-editor.js' with { "resolution-mode": "import" };
|
|
133
|
+
import type { ToolbarContext as __Cjs_ToolbarContext } from './super-editor.js' with { "resolution-mode": "import" };
|
|
134
|
+
import type { ToolbarExecuteFn as __Cjs_ToolbarExecuteFn } from './super-editor.js' with { "resolution-mode": "import" };
|
|
135
|
+
import type { ToolbarPayloadMap as __Cjs_ToolbarPayloadMap } from './super-editor.js' with { "resolution-mode": "import" };
|
|
136
|
+
import type { ToolbarSnapshot as __Cjs_ToolbarSnapshot } from './super-editor.js' with { "resolution-mode": "import" };
|
|
137
|
+
import type { ToolbarTarget as __Cjs_ToolbarTarget } from './super-editor.js' with { "resolution-mode": "import" };
|
|
138
|
+
import type { ToolbarValueMap as __Cjs_ToolbarValueMap } from './super-editor.js' with { "resolution-mode": "import" };
|
|
139
|
+
import type { TrackChangesHandle as __Cjs_TrackChangesHandle } from './super-editor.js' with { "resolution-mode": "import" };
|
|
140
|
+
import type { TrackChangesItem as __Cjs_TrackChangesItem } from './super-editor.js' with { "resolution-mode": "import" };
|
|
141
|
+
import type { TrackChangesSlice as __Cjs_TrackChangesSlice } from './super-editor.js' with { "resolution-mode": "import" };
|
|
142
|
+
import type { TrackedChangeAddress as __Cjs_TrackedChangeAddress } from './super-editor.js' with { "resolution-mode": "import" };
|
|
143
|
+
import type { TrackedChangesChangedPayload as __Cjs_TrackedChangesChangedPayload } from './super-editor.js' with { "resolution-mode": "import" };
|
|
144
|
+
import type { TrackedChangesMode as __Cjs_TrackedChangesMode } from './super-editor.js' with { "resolution-mode": "import" };
|
|
145
|
+
import type { TrackedChangesOverrides as __Cjs_TrackedChangesOverrides } from './super-editor.js' with { "resolution-mode": "import" };
|
|
146
|
+
import type { Transaction as __Cjs_Transaction } from './super-editor.js' with { "resolution-mode": "import" };
|
|
147
|
+
import type { UnsupportedContentItem as __Cjs_UnsupportedContentItem } from './super-editor.js' with { "resolution-mode": "import" };
|
|
148
|
+
import type { User as __Cjs_User } from './super-editor.js' with { "resolution-mode": "import" };
|
|
149
|
+
import type { ViewLayout as __Cjs_ViewLayout } from './super-editor.js' with { "resolution-mode": "import" };
|
|
150
|
+
import type { ViewOptions as __Cjs_ViewOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
151
|
+
import type { ViewportGetRectInput as __Cjs_ViewportGetRectInput } from './super-editor.js' with { "resolution-mode": "import" };
|
|
152
|
+
import type { ViewportHandle as __Cjs_ViewportHandle } from './super-editor.js' with { "resolution-mode": "import" };
|
|
153
|
+
import type { ViewportRect as __Cjs_ViewportRect } from './super-editor.js' with { "resolution-mode": "import" };
|
|
154
|
+
import type { ViewportRectResult as __Cjs_ViewportRectResult } from './super-editor.js' with { "resolution-mode": "import" };
|
|
155
|
+
import type { VirtualizationOptions as __Cjs_VirtualizationOptions } from './super-editor.js' with { "resolution-mode": "import" };
|
|
156
|
+
export declare const AIWriter: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).AIWriter;
|
|
157
|
+
export declare const AnnotatorHelpers: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).AnnotatorHelpers;
|
|
158
|
+
export declare const assertNodeType: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).assertNodeType;
|
|
159
|
+
export type { __Cjs_Awareness as Awareness };
|
|
160
|
+
export type { __Cjs_BinaryData as BinaryData };
|
|
161
|
+
export declare const BLANK_DOCX_BASE64: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).BLANK_DOCX_BASE64;
|
|
162
|
+
export type { __Cjs_BlockNavigationAddress as BlockNavigationAddress };
|
|
163
|
+
export type { __Cjs_BlocksListResult as BlocksListResult };
|
|
164
|
+
export type { __Cjs_BookmarkAddress as BookmarkAddress };
|
|
165
|
+
export type { __Cjs_BookmarkInfo as BookmarkInfo };
|
|
166
|
+
export type { __Cjs_BoundingRect as BoundingRect };
|
|
167
|
+
export type { __Cjs_CanObject as CanObject };
|
|
168
|
+
export type { __Cjs_ChainableCommandObject as ChainableCommandObject };
|
|
169
|
+
export type { __Cjs_ChainedCommand as ChainedCommand };
|
|
170
|
+
export type { __Cjs_CollaborationProvider as CollaborationProvider };
|
|
171
|
+
export type { __Cjs_Command as Command };
|
|
172
|
+
export type { __Cjs_CommandProps as CommandProps };
|
|
173
|
+
export type { __Cjs_Comment as Comment };
|
|
174
|
+
export declare const COMMENT_ANCHOR_KEY_PREFIX: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).COMMENT_ANCHOR_KEY_PREFIX;
|
|
175
|
+
export type { __Cjs_CommentAddress as CommentAddress };
|
|
176
|
+
export type { __Cjs_CommentConfig as CommentConfig };
|
|
177
|
+
export type { __Cjs_CommentElement as CommentElement };
|
|
178
|
+
export type { __Cjs_CommentHighlightColors as CommentHighlightColors };
|
|
179
|
+
export type { __Cjs_CommentHighlightOpacity as CommentHighlightOpacity };
|
|
180
|
+
export type { __Cjs_CommentLocationsPayload as CommentLocationsPayload };
|
|
181
|
+
export type { __Cjs_CommentsHandle as CommentsHandle };
|
|
182
|
+
export type { __Cjs_CommentsPayload as CommentsPayload };
|
|
183
|
+
export declare const CommentsPluginKey: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).CommentsPluginKey;
|
|
184
|
+
export type { __Cjs_CommentsSlice as CommentsSlice };
|
|
185
|
+
export declare const ContextMenu: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).ContextMenu;
|
|
186
|
+
export type { __Cjs_CoreCommandMap as CoreCommandMap };
|
|
187
|
+
export declare const createHeadlessToolbar: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).createHeadlessToolbar;
|
|
188
|
+
export type { __Cjs_CreateHeadlessToolbarOptions as CreateHeadlessToolbarOptions };
|
|
189
|
+
export declare const createOrUpdateTrackedChangeComment: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).createOrUpdateTrackedChangeComment;
|
|
190
|
+
export declare const createSuperDocUI: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).createSuperDocUI;
|
|
191
|
+
export declare const createZip: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).createZip;
|
|
192
|
+
export declare const defineMark: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).defineMark;
|
|
193
|
+
export declare const defineNode: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).defineNode;
|
|
194
|
+
export type { __Cjs_DocumentApi as DocumentApi };
|
|
195
|
+
export type { __Cjs_DocumentProtectionState as DocumentProtectionState };
|
|
196
|
+
export type DocxEncryptionError = __Cjs_DocxEncryptionError;
|
|
197
|
+
export declare const DocxEncryptionError: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).DocxEncryptionError;
|
|
198
|
+
export type DocxEncryptionErrorCode = __Cjs_DocxEncryptionErrorCode;
|
|
199
|
+
export declare const DocxEncryptionErrorCode: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).DocxEncryptionErrorCode;
|
|
200
|
+
export type { __Cjs_DocxFileEntry as DocxFileEntry };
|
|
201
|
+
export type DocxZipper = __Cjs_DocxZipper;
|
|
202
|
+
export declare const DocxZipper: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).DocxZipper;
|
|
203
|
+
export type Editor = __Cjs_Editor;
|
|
204
|
+
export declare const Editor: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).Editor;
|
|
205
|
+
export type { __Cjs_EditorCommands as EditorCommands };
|
|
206
|
+
export type { __Cjs_EditorEventMap as EditorEventMap };
|
|
207
|
+
export type { __Cjs_EditorExtension as EditorExtension };
|
|
208
|
+
export type { __Cjs_EditorLifecycleState as EditorLifecycleState };
|
|
209
|
+
export type { __Cjs_EditorOptions as EditorOptions };
|
|
210
|
+
export type EditorState = __Cjs_EditorState;
|
|
211
|
+
export declare const EditorState: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).EditorState;
|
|
212
|
+
export type EditorView = __Cjs_EditorView;
|
|
213
|
+
export declare const EditorView: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).EditorView;
|
|
214
|
+
export type { __Cjs_EntityAddress as EntityAddress };
|
|
215
|
+
export type { __Cjs_EqualityFn as EqualityFn };
|
|
216
|
+
export type { __Cjs_ExportDocxParams as ExportDocxParams };
|
|
217
|
+
export type { __Cjs_ExportFormat as ExportFormat };
|
|
218
|
+
export type { __Cjs_ExportOptions as ExportOptions };
|
|
219
|
+
export type { __Cjs_ExtensionCommandMap as ExtensionCommandMap };
|
|
220
|
+
export declare const Extensions: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).Extensions;
|
|
221
|
+
export type { __Cjs_ExternalPopoverRenderContext as ExternalPopoverRenderContext };
|
|
222
|
+
export declare const fieldAnnotationHelpers: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).fieldAnnotationHelpers;
|
|
223
|
+
export type { __Cjs_FieldValue as FieldValue };
|
|
224
|
+
export type { __Cjs_FlowBlock as FlowBlock };
|
|
225
|
+
export type { __Cjs_FlowMode as FlowMode };
|
|
226
|
+
export type { __Cjs_FontConfig as FontConfig };
|
|
227
|
+
export type { __Cjs_FontsResolvedPayload as FontsResolvedPayload };
|
|
228
|
+
export declare const getActiveFormatting: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).getActiveFormatting;
|
|
229
|
+
export declare const getAllowedImageDimensions: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).getAllowedImageDimensions;
|
|
230
|
+
export declare const getDocumentApiAdapters: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).getDocumentApiAdapters;
|
|
231
|
+
export declare const getMarksFromSelection: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).getMarksFromSelection;
|
|
232
|
+
export declare const getRichTextExtensions: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).getRichTextExtensions;
|
|
233
|
+
export declare const getStarterExtensions: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).getStarterExtensions;
|
|
234
|
+
export declare const getTrackedChangeIndex: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).getTrackedChangeIndex;
|
|
235
|
+
export declare const headlessToolbarConstants: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).headlessToolbarConstants;
|
|
236
|
+
export type { __Cjs_HeadlessToolbarController as HeadlessToolbarController };
|
|
237
|
+
export declare const headlessToolbarHelpers: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).headlessToolbarHelpers;
|
|
238
|
+
export type { __Cjs_HeadlessToolbarSuperdocHost as HeadlessToolbarSuperdocHost };
|
|
239
|
+
export type { __Cjs_HeadlessToolbarSurface as HeadlessToolbarSurface };
|
|
240
|
+
export declare const helpers: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).helpers;
|
|
241
|
+
export type { __Cjs_ImageDeselectedEvent as ImageDeselectedEvent };
|
|
242
|
+
export type { __Cjs_ImageSelectedEvent as ImageSelectedEvent };
|
|
243
|
+
export declare const initPartsRuntime: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).initPartsRuntime;
|
|
244
|
+
export declare const isCommentAnchorKey: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).isCommentAnchorKey;
|
|
245
|
+
export declare const isMarkType: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).isMarkType;
|
|
246
|
+
export declare const isNodeType: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).isNodeType;
|
|
247
|
+
export declare const isTrackedChangeAnchorKey: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).isTrackedChangeAnchorKey;
|
|
248
|
+
export type { __Cjs_Layout as Layout };
|
|
249
|
+
export type { __Cjs_LayoutEngineOptions as LayoutEngineOptions };
|
|
250
|
+
export type { __Cjs_LayoutError as LayoutError };
|
|
251
|
+
export type { __Cjs_LayoutFragment as LayoutFragment };
|
|
252
|
+
export type { __Cjs_LayoutMetrics as LayoutMetrics };
|
|
253
|
+
export type { __Cjs_LayoutMode as LayoutMode };
|
|
254
|
+
export type { __Cjs_LayoutPage as LayoutPage };
|
|
255
|
+
export type { __Cjs_LayoutState as LayoutState };
|
|
256
|
+
export type { __Cjs_LayoutUpdatePayload as LayoutUpdatePayload };
|
|
257
|
+
export type { __Cjs_LinkPopoverContext as LinkPopoverContext };
|
|
258
|
+
export type { __Cjs_LinkPopoverResolution as LinkPopoverResolution };
|
|
259
|
+
export type { __Cjs_LinkPopoverResolver as LinkPopoverResolver };
|
|
260
|
+
export type { __Cjs_ListDefinitionsPayload as ListDefinitionsPayload };
|
|
261
|
+
export declare const makeCommentAnchorKey: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).makeCommentAnchorKey;
|
|
262
|
+
export declare const makeTrackedChangeAnchorKey: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).makeTrackedChangeAnchorKey;
|
|
263
|
+
export declare const markdownToPmDoc: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).markdownToPmDoc;
|
|
264
|
+
export type { __Cjs_Measure as Measure };
|
|
265
|
+
export type { __Cjs_NavigableAddress as NavigableAddress };
|
|
266
|
+
export declare const onCollaborationProviderSynced: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).onCollaborationProviderSynced;
|
|
267
|
+
export type { __Cjs_OpenOptions as OpenOptions };
|
|
268
|
+
export type { __Cjs_PageMargins as PageMargins };
|
|
269
|
+
export type { __Cjs_PageSize as PageSize };
|
|
270
|
+
export type { __Cjs_PageStyles as PageStyles };
|
|
271
|
+
export type { __Cjs_PaginationPayload as PaginationPayload };
|
|
272
|
+
export type { __Cjs_PaintSnapshot as PaintSnapshot };
|
|
273
|
+
export declare const parseTrackedChangeAnchorKey: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).parseTrackedChangeAnchorKey;
|
|
274
|
+
export type { __Cjs_PartChangedEvent as PartChangedEvent };
|
|
275
|
+
export type { __Cjs_PartId as PartId };
|
|
276
|
+
export type { __Cjs_PartSectionId as PartSectionId };
|
|
277
|
+
export type { __Cjs_PermissionParams as PermissionParams };
|
|
278
|
+
export type { __Cjs_PositionHit as PositionHit };
|
|
279
|
+
export type { __Cjs_PresenceOptions as PresenceOptions };
|
|
280
|
+
export type PresentationEditor = __Cjs_PresentationEditor;
|
|
281
|
+
export declare const PresentationEditor: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).PresentationEditor;
|
|
282
|
+
export type { __Cjs_PresentationEditorOptions as PresentationEditorOptions };
|
|
283
|
+
export type { __Cjs_ProofingCapabilities as ProofingCapabilities };
|
|
284
|
+
export type { __Cjs_ProofingCheckRequest as ProofingCheckRequest };
|
|
285
|
+
export type { __Cjs_ProofingCheckResult as ProofingCheckResult };
|
|
286
|
+
export type { __Cjs_ProofingConfig as ProofingConfig };
|
|
287
|
+
export type { __Cjs_ProofingError as ProofingError };
|
|
288
|
+
export type { __Cjs_ProofingIssue as ProofingIssue };
|
|
289
|
+
export type { __Cjs_ProofingIssueKind as ProofingIssueKind };
|
|
290
|
+
export type { __Cjs_ProofingProvider as ProofingProvider };
|
|
291
|
+
export type { __Cjs_ProofingSegment as ProofingSegment };
|
|
292
|
+
export type { __Cjs_ProofingSegmentMetadata as ProofingSegmentMetadata };
|
|
293
|
+
export type { __Cjs_ProofingStatus as ProofingStatus };
|
|
294
|
+
export type { __Cjs_ProseMirrorJSON as ProseMirrorJSON };
|
|
295
|
+
export type { __Cjs_ProtectionChangeSource as ProtectionChangeSource };
|
|
296
|
+
export type { __Cjs_PublicToolbarItemId as PublicToolbarItemId };
|
|
297
|
+
export type { __Cjs_RangeRect as RangeRect };
|
|
298
|
+
export declare const registeredHandlers: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).registeredHandlers;
|
|
299
|
+
export type { __Cjs_RemoteCursorsRenderPayload as RemoteCursorsRenderPayload };
|
|
300
|
+
export type { __Cjs_RemoteCursorState as RemoteCursorState };
|
|
301
|
+
export type { __Cjs_RemoteUserInfo as RemoteUserInfo };
|
|
302
|
+
export declare const resolveDefaultInsertTarget: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).resolveDefaultInsertTarget;
|
|
303
|
+
export type { __Cjs_ResolveRangeOutput as ResolveRangeOutput };
|
|
304
|
+
export declare const resolveSelectionTarget: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).resolveSelectionTarget;
|
|
305
|
+
export declare const resolveTrackedChangeInStory: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).resolveTrackedChangeInStory;
|
|
306
|
+
export type { __Cjs_SaveOptions as SaveOptions };
|
|
307
|
+
export type Schema = __Cjs_Schema;
|
|
308
|
+
export declare const Schema: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).Schema;
|
|
309
|
+
export type { __Cjs_ScrollIntoViewInput as ScrollIntoViewInput };
|
|
310
|
+
export type { __Cjs_ScrollIntoViewOutput as ScrollIntoViewOutput };
|
|
311
|
+
export declare const SectionHelpers: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).SectionHelpers;
|
|
312
|
+
export type { __Cjs_SectionMetadata as SectionMetadata };
|
|
313
|
+
export declare const seedEditorStateToYDoc: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).seedEditorStateToYDoc;
|
|
314
|
+
export type { __Cjs_SelectionApi as SelectionApi };
|
|
315
|
+
export type { __Cjs_SelectionCommandContext as SelectionCommandContext };
|
|
316
|
+
export type { __Cjs_SelectionCurrentInput as SelectionCurrentInput };
|
|
317
|
+
export type { __Cjs_SelectionHandle as SelectionHandle };
|
|
318
|
+
export type { __Cjs_SelectionInfo as SelectionInfo };
|
|
319
|
+
export type { __Cjs_SelectionSlice as SelectionSlice };
|
|
320
|
+
export type { __Cjs_SelectorFn as SelectorFn };
|
|
321
|
+
export declare const shallowEqual: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).shallowEqual;
|
|
322
|
+
export declare const SlashMenu: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).SlashMenu;
|
|
323
|
+
export type { __Cjs_StoryLocator as StoryLocator };
|
|
324
|
+
export type { __Cjs_Subscribable as Subscribable };
|
|
325
|
+
export type SuperConverter = __Cjs_SuperConverter;
|
|
326
|
+
export declare const SuperConverter: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).SuperConverter;
|
|
327
|
+
export type { __Cjs_SuperDocEditorLike as SuperDocEditorLike };
|
|
328
|
+
export type { __Cjs_SuperDocLike as SuperDocLike };
|
|
329
|
+
export type { __Cjs_SuperDocUI as SuperDocUI };
|
|
330
|
+
export type { __Cjs_SuperDocUIOptions as SuperDocUIOptions };
|
|
331
|
+
export type { __Cjs_SuperDocUIState as SuperDocUIState };
|
|
332
|
+
export declare const SuperEditor: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).SuperEditor;
|
|
333
|
+
export declare const SuperInput: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).SuperInput;
|
|
334
|
+
export type SuperToolbar = __Cjs_SuperToolbar;
|
|
335
|
+
export declare const SuperToolbar: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).SuperToolbar;
|
|
336
|
+
export type { __Cjs_TelemetryEvent as TelemetryEvent };
|
|
337
|
+
export type { __Cjs_TextAddress as TextAddress };
|
|
338
|
+
export type { __Cjs_TextSegment as TextSegment };
|
|
339
|
+
export type { __Cjs_TextTarget as TextTarget };
|
|
340
|
+
export declare const Toolbar: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).Toolbar;
|
|
341
|
+
export type { __Cjs_ToolbarCommandState as ToolbarCommandState };
|
|
342
|
+
export type { __Cjs_ToolbarCommandStates as ToolbarCommandStates };
|
|
343
|
+
export type { __Cjs_ToolbarContext as ToolbarContext };
|
|
344
|
+
export type { __Cjs_ToolbarExecuteFn as ToolbarExecuteFn };
|
|
345
|
+
export type { __Cjs_ToolbarPayloadMap as ToolbarPayloadMap };
|
|
346
|
+
export type { __Cjs_ToolbarSnapshot as ToolbarSnapshot };
|
|
347
|
+
export type { __Cjs_ToolbarTarget as ToolbarTarget };
|
|
348
|
+
export type { __Cjs_ToolbarValueMap as ToolbarValueMap };
|
|
349
|
+
export declare const TrackChangesBasePluginKey: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).TrackChangesBasePluginKey;
|
|
350
|
+
export type { __Cjs_TrackChangesHandle as TrackChangesHandle };
|
|
351
|
+
export declare const trackChangesHelpers: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).trackChangesHelpers;
|
|
352
|
+
export type { __Cjs_TrackChangesItem as TrackChangesItem };
|
|
353
|
+
export type { __Cjs_TrackChangesSlice as TrackChangesSlice };
|
|
354
|
+
export declare const TRACKED_CHANGE_ANCHOR_KEY_PREFIX: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).TRACKED_CHANGE_ANCHOR_KEY_PREFIX;
|
|
355
|
+
export type { __Cjs_TrackedChangeAddress as TrackedChangeAddress };
|
|
356
|
+
export type { __Cjs_TrackedChangesChangedPayload as TrackedChangesChangedPayload };
|
|
357
|
+
export type { __Cjs_TrackedChangesMode as TrackedChangesMode };
|
|
358
|
+
export type { __Cjs_TrackedChangesOverrides as TrackedChangesOverrides };
|
|
359
|
+
export type Transaction = __Cjs_Transaction;
|
|
360
|
+
export declare const Transaction: typeof import('./super-editor.js', { with: { "resolution-mode": "import" } }).Transaction;
|
|
361
|
+
export type { __Cjs_UnsupportedContentItem as UnsupportedContentItem };
|
|
362
|
+
export type { __Cjs_User as User };
|
|
363
|
+
export type { __Cjs_ViewLayout as ViewLayout };
|
|
364
|
+
export type { __Cjs_ViewOptions as ViewOptions };
|
|
365
|
+
export type { __Cjs_ViewportGetRectInput as ViewportGetRectInput };
|
|
366
|
+
export type { __Cjs_ViewportHandle as ViewportHandle };
|
|
367
|
+
export type { __Cjs_ViewportRect as ViewportRect };
|
|
368
|
+
export type { __Cjs_ViewportRectResult as ViewportRectResult };
|
|
369
|
+
export type { __Cjs_VirtualizationOptions as VirtualizationOptions };
|
package/dist/superdoc.cjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_rolldown_runtime = require("./chunks/rolldown-runtime-C34Jxks9.cjs");
|
|
3
|
-
const require_src = require("./chunks/src-
|
|
4
|
-
const require_SuperConverter = require("./chunks/SuperConverter-
|
|
3
|
+
const require_src = require("./chunks/src-DdxUZOJV.cjs");
|
|
4
|
+
const require_SuperConverter = require("./chunks/SuperConverter-Dytp6YjB.cjs");
|
|
5
5
|
const require_jszip = require("./chunks/jszip-4KbV_vHe.cjs");
|
|
6
6
|
require("./chunks/xml-js-B2J5tNmr.cjs");
|
|
7
7
|
const require_uuid = require("./chunks/uuid-BZOhSkTa.cjs");
|
|
8
|
-
const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-
|
|
8
|
+
const require_create_headless_toolbar = require("./chunks/create-headless-toolbar-D4yiBHEt.cjs");
|
|
9
9
|
require("./chunks/constants-DA5YJ09l.cjs");
|
|
10
10
|
require("./chunks/dist-kRpWoWUg.cjs");
|
|
11
11
|
require("./chunks/unified-DgEQofGI.cjs");
|
|
12
12
|
const require_DocxZipper = require("./chunks/DocxZipper-C0_1N2tB.cjs");
|
|
13
13
|
const require__plugin_vue_export_helper = require("./chunks/_plugin-vue_export-helper-8HvmX3k_.cjs");
|
|
14
|
-
require("./chunks/create-super-doc-ui-
|
|
14
|
+
require("./chunks/create-super-doc-ui-LbV26Wl9.cjs");
|
|
15
15
|
require("./chunks/ui-Gnb3oTqs.cjs");
|
|
16
16
|
const require_eventemitter3 = require("./chunks/eventemitter3-bU54iRmq.cjs");
|
|
17
17
|
const require_zipper = require("./chunks/zipper-BlJo3Kwj.cjs");
|
|
@@ -21992,7 +21992,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
|
|
|
21992
21992
|
this.config.colors = shuffleArray(this.config.colors);
|
|
21993
21993
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
21994
21994
|
this.colorIndex = 0;
|
|
21995
|
-
this.version = "1.30.0-next.
|
|
21995
|
+
this.version = "1.30.0-next.78";
|
|
21996
21996
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
21997
21997
|
this.superdocId = config.superdocId || require_uuid.v4_default();
|
|
21998
21998
|
this.colors = this.config.colors ?? [];
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { i as __reExport, r as __export } from "./chunks/rolldown-runtime-Bg48TavK.es.js";
|
|
2
|
-
import { $ as map, A as trackChangesHelpers_exports, B as getFileObject, C as ellipsis_vertical_solid_default, D as AIWriter_default, E as comment_solid_default, F as TrackChangesBasePluginKey, G as isNode, H as createUint8ArrayFromArrayBuffer, I as SectionHelpers, J as varStorage, K as offChange, L as seedEditorStateToYDoc, M as AnnotatorHelpers, N as CommentsPluginKey, O as getRichTextExtensions, P as createOrUpdateTrackedChangeComment, Q as removeAwarenessStates, R as onCollaborationProviderSynced, S as caret_down_solid_default, T as check_solid_default, U as fromBase64, V as comments_module_events, W as toBase64, X as applyAwarenessUpdate, Y as Awareness, Z as encodeAwarenessUpdate, _t as isMarkType, a as ContextMenu_default, at as readVarUint, b as SuperToolbar, ct as length, dt as writeVarUint8Array, et as ObservableV2, ft as create, g as makeTrackedChangeAnchorKey, gt as defineNode, ht as defineMark, i as SuperEditor_default, it as readVarString, j as fieldAnnotationHelpers_exports, k as getStarterExtensions, lt as toUint8Array, mt as pow, n as SlashMenu, nt as getUnixTime, o as PresentationEditor, ot as readVarUint8Array, pt as min, q as onChange, r as SuperInput_default, rt as createDecoder, s as Editor, st as createEncoder, t as Extensions, tt as setIfUndefined, u as getTrackedChangeIndex, ut as writeVarUint, vt as assertNodeType, w as xmark_solid_default, x as Toolbar_default, yt as isNodeType, z as v_click_outside_default } from "./chunks/src-
|
|
3
|
-
import { G as getTrackChanges, Oi as ySyncPluginKey, Pr as helpers_exports, U as resolveTrackedChangeInStory, Wi as getActiveFormatting, kr as registeredHandlers, qi as getMarksFromSelection, t as SuperConverter } from "./chunks/SuperConverter-
|
|
2
|
+
import { $ as map, A as trackChangesHelpers_exports, B as getFileObject, C as ellipsis_vertical_solid_default, D as AIWriter_default, E as comment_solid_default, F as TrackChangesBasePluginKey, G as isNode, H as createUint8ArrayFromArrayBuffer, I as SectionHelpers, J as varStorage, K as offChange, L as seedEditorStateToYDoc, M as AnnotatorHelpers, N as CommentsPluginKey, O as getRichTextExtensions, P as createOrUpdateTrackedChangeComment, Q as removeAwarenessStates, R as onCollaborationProviderSynced, S as caret_down_solid_default, T as check_solid_default, U as fromBase64, V as comments_module_events, W as toBase64, X as applyAwarenessUpdate, Y as Awareness, Z as encodeAwarenessUpdate, _t as isMarkType, a as ContextMenu_default, at as readVarUint, b as SuperToolbar, ct as length, dt as writeVarUint8Array, et as ObservableV2, ft as create, g as makeTrackedChangeAnchorKey, gt as defineNode, ht as defineMark, i as SuperEditor_default, it as readVarString, j as fieldAnnotationHelpers_exports, k as getStarterExtensions, lt as toUint8Array, mt as pow, n as SlashMenu, nt as getUnixTime, o as PresentationEditor, ot as readVarUint8Array, pt as min, q as onChange, r as SuperInput_default, rt as createDecoder, s as Editor, st as createEncoder, t as Extensions, tt as setIfUndefined, u as getTrackedChangeIndex, ut as writeVarUint, vt as assertNodeType, w as xmark_solid_default, x as Toolbar_default, yt as isNodeType, z as v_click_outside_default } from "./chunks/src-wA3n5QBY.es.js";
|
|
3
|
+
import { G as getTrackChanges, Oi as ySyncPluginKey, Pr as helpers_exports, U as resolveTrackedChangeInStory, Wi as getActiveFormatting, kr as registeredHandlers, qi as getMarksFromSelection, t as SuperConverter } from "./chunks/SuperConverter-D2W0PUhr.es.js";
|
|
4
4
|
import { a as init_dist, i as global, n as init_dist$1, r as process$1 } from "./chunks/jszip-C49i9kUs.es.js";
|
|
5
5
|
import "./chunks/xml-js-CqGKpaft.es.js";
|
|
6
6
|
import { n as v4_default } from "./chunks/uuid-qzgm05fK.es.js";
|
|
7
|
-
import { v as getAllowedImageDimensions } from "./chunks/create-headless-toolbar-
|
|
7
|
+
import { v as getAllowedImageDimensions } from "./chunks/create-headless-toolbar-CFd9qBwd.es.js";
|
|
8
8
|
import "./chunks/constants-DrU4EASo.es.js";
|
|
9
9
|
import "./chunks/dist-B8HfvhaK.es.js";
|
|
10
10
|
import "./chunks/unified-Dsuw2be5.es.js";
|
|
11
11
|
import { a as PDF, i as HTML, o as documentTypes, r as DOCX, t as DocxZipper_default } from "./chunks/DocxZipper-Dh4RtvcE.es.js";
|
|
12
12
|
import { t as __plugin_vue_export_helper_default } from "./chunks/_plugin-vue_export-helper-HmhZBO0u.es.js";
|
|
13
|
-
import "./chunks/create-super-doc-ui-
|
|
13
|
+
import "./chunks/create-super-doc-ui-CAQAdBKC.es.js";
|
|
14
14
|
import "./chunks/ui-CGB3qmy3.es.js";
|
|
15
15
|
import { t as import_eventemitter3 } from "./chunks/eventemitter3-UwU_CLPU.es.js";
|
|
16
16
|
import { t as createZip } from "./chunks/zipper-BxRAi0-5.es.js";
|
|
@@ -21953,7 +21953,7 @@ var SuperDoc = class extends import_eventemitter3.default {
|
|
|
21953
21953
|
this.config.colors = shuffleArray(this.config.colors);
|
|
21954
21954
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
21955
21955
|
this.colorIndex = 0;
|
|
21956
|
-
this.version = "1.30.0-next.
|
|
21956
|
+
this.version = "1.30.0-next.78";
|
|
21957
21957
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
21958
21958
|
this.superdocId = config.superdocId || v4_default();
|
|
21959
21959
|
this.colors = this.config.colors ?? [];
|