@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.
Files changed (29) hide show
  1. package/dist/chunks/{SuperConverter-DQMXnIz-.es.js → SuperConverter-D2W0PUhr.es.js} +1 -1
  2. package/dist/chunks/{SuperConverter-Lx8eRk_5.cjs → SuperConverter-Dytp6YjB.cjs} +1 -1
  3. package/dist/chunks/{create-headless-toolbar-BdhzOKz8.es.js → create-headless-toolbar-CFd9qBwd.es.js} +1 -1
  4. package/dist/chunks/{create-headless-toolbar-4C9S9XRH.cjs → create-headless-toolbar-D4yiBHEt.cjs} +1 -1
  5. package/dist/chunks/{create-super-doc-ui-D_gOIjfE.es.js → create-super-doc-ui-CAQAdBKC.es.js} +2 -2
  6. package/dist/chunks/{create-super-doc-ui-9zlBIngM.cjs → create-super-doc-ui-LbV26Wl9.cjs} +2 -2
  7. package/dist/chunks/{src-XkOpciUP.cjs → src-DdxUZOJV.cjs} +5 -5
  8. package/dist/chunks/{src-Ci3fBxiz.es.js → src-wA3n5QBY.es.js} +5 -5
  9. package/dist/headless-toolbar-react.cjs +2 -2
  10. package/dist/headless-toolbar-react.es.js +2 -2
  11. package/dist/headless-toolbar-vue.cjs +2 -2
  12. package/dist/headless-toolbar-vue.es.js +2 -2
  13. package/dist/headless-toolbar.cjs +4 -4
  14. package/dist/headless-toolbar.es.js +4 -4
  15. package/dist/super-editor/converter.cjs +1 -1
  16. package/dist/super-editor/converter.es.js +1 -1
  17. package/dist/super-editor/src/types.d.cts +228 -0
  18. package/dist/super-editor.cjs +4 -4
  19. package/dist/super-editor.es.js +4 -4
  20. package/dist/superdoc/src/index.d.cts +370 -0
  21. package/dist/superdoc/src/super-editor.d.cts +369 -0
  22. package/dist/superdoc.cjs +5 -5
  23. package/dist/superdoc.es.js +5 -5
  24. package/dist/superdoc.min.js +5 -5
  25. package/dist/ui-react.cjs +3 -3
  26. package/dist/ui-react.es.js +3 -3
  27. package/dist/ui.cjs +3 -3
  28. package/dist/ui.es.js +3 -3
  29. package/package.json +16 -17
@@ -0,0 +1,370 @@
1
+ // Generated by scripts/ensure-types.cjs. Do not edit by hand.
2
+ import type { BinaryData as __Cjs_BinaryData } from './index.js' with { "resolution-mode": "import" };
3
+ import type { BlockNavigationAddress as __Cjs_BlockNavigationAddress } from './index.js' with { "resolution-mode": "import" };
4
+ import type { BlocksListResult as __Cjs_BlocksListResult } from './index.js' with { "resolution-mode": "import" };
5
+ import type { BookmarkAddress as __Cjs_BookmarkAddress } from './index.js' with { "resolution-mode": "import" };
6
+ import type { BookmarkInfo as __Cjs_BookmarkInfo } from './index.js' with { "resolution-mode": "import" };
7
+ import type { BoundingRect as __Cjs_BoundingRect } from './index.js' with { "resolution-mode": "import" };
8
+ import type { CanObject as __Cjs_CanObject } from './index.js' with { "resolution-mode": "import" };
9
+ import type { ChainableCommandObject as __Cjs_ChainableCommandObject } from './index.js' with { "resolution-mode": "import" };
10
+ import type { ChainedCommand as __Cjs_ChainedCommand } from './index.js' with { "resolution-mode": "import" };
11
+ import type { CollaborationConfig as __Cjs_CollaborationConfig } from './index.js' with { "resolution-mode": "import" };
12
+ import type { CollaborationProvider as __Cjs_CollaborationProvider } from './index.js' with { "resolution-mode": "import" };
13
+ import type { Command as __Cjs_Command } from './index.js' with { "resolution-mode": "import" };
14
+ import type { CommandProps as __Cjs_CommandProps } from './index.js' with { "resolution-mode": "import" };
15
+ import type { Comment as __Cjs_Comment } from './index.js' with { "resolution-mode": "import" };
16
+ import type { CommentAddress as __Cjs_CommentAddress } from './index.js' with { "resolution-mode": "import" };
17
+ import type { CommentConfig as __Cjs_CommentConfig } from './index.js' with { "resolution-mode": "import" };
18
+ import type { CommentElement as __Cjs_CommentElement } from './index.js' with { "resolution-mode": "import" };
19
+ import type { CommentLocationsPayload as __Cjs_CommentLocationsPayload } from './index.js' with { "resolution-mode": "import" };
20
+ import type { CommentsPayload as __Cjs_CommentsPayload } from './index.js' with { "resolution-mode": "import" };
21
+ import type { CommentsType as __Cjs_CommentsType } from './index.js' with { "resolution-mode": "import" };
22
+ import type { Config as __Cjs_Config } from './index.js' with { "resolution-mode": "import" };
23
+ import type { ContextMenuConfig as __Cjs_ContextMenuConfig } from './index.js' with { "resolution-mode": "import" };
24
+ import type { ContextMenuContext as __Cjs_ContextMenuContext } from './index.js' with { "resolution-mode": "import" };
25
+ import type { ContextMenuItem as __Cjs_ContextMenuItem } from './index.js' with { "resolution-mode": "import" };
26
+ import type { ContextMenuSection as __Cjs_ContextMenuSection } from './index.js' with { "resolution-mode": "import" };
27
+ import type { CoreCommandMap as __Cjs_CoreCommandMap } from './index.js' with { "resolution-mode": "import" };
28
+ import type { DirectSurfaceRequest as __Cjs_DirectSurfaceRequest } from './index.js' with { "resolution-mode": "import" };
29
+ import type { DocRange as __Cjs_DocRange } from './index.js' with { "resolution-mode": "import" };
30
+ import type { DocumentApi as __Cjs_DocumentApi } from './index.js' with { "resolution-mode": "import" };
31
+ import type { DocumentMode as __Cjs_DocumentMode } from './index.js' with { "resolution-mode": "import" };
32
+ import type { DocumentProtectionState as __Cjs_DocumentProtectionState } from './index.js' with { "resolution-mode": "import" };
33
+ import type { DocxFileEntry as __Cjs_DocxFileEntry } from './index.js' with { "resolution-mode": "import" };
34
+ import type { DocxZipper as __Cjs_DocxZipper } from './index.js' with { "resolution-mode": "import" };
35
+ import type { Editor as __Cjs_Editor } from './index.js' with { "resolution-mode": "import" };
36
+ import type { EditorCommands as __Cjs_EditorCommands } from './index.js' with { "resolution-mode": "import" };
37
+ import type { EditorEventMap as __Cjs_EditorEventMap } from './index.js' with { "resolution-mode": "import" };
38
+ import type { EditorExtension as __Cjs_EditorExtension } from './index.js' with { "resolution-mode": "import" };
39
+ import type { EditorLifecycleState as __Cjs_EditorLifecycleState } from './index.js' with { "resolution-mode": "import" };
40
+ import type { EditorOptions as __Cjs_EditorOptions } from './index.js' with { "resolution-mode": "import" };
41
+ import type { EditorState as __Cjs_EditorState } from './index.js' with { "resolution-mode": "import" };
42
+ import type { EditorSurface as __Cjs_EditorSurface } from './index.js' with { "resolution-mode": "import" };
43
+ import type { EditorTransactionEvent as __Cjs_EditorTransactionEvent } from './index.js' with { "resolution-mode": "import" };
44
+ import type { EditorUpdateEvent as __Cjs_EditorUpdateEvent } from './index.js' with { "resolution-mode": "import" };
45
+ import type { EditorView as __Cjs_EditorView } from './index.js' with { "resolution-mode": "import" };
46
+ import type { EntityAddress as __Cjs_EntityAddress } from './index.js' with { "resolution-mode": "import" };
47
+ import type { ExportDocxParams as __Cjs_ExportDocxParams } from './index.js' with { "resolution-mode": "import" };
48
+ import type { ExportFormat as __Cjs_ExportFormat } from './index.js' with { "resolution-mode": "import" };
49
+ import type { ExportOptions as __Cjs_ExportOptions } from './index.js' with { "resolution-mode": "import" };
50
+ import type { ExportParams as __Cjs_ExportParams } from './index.js' with { "resolution-mode": "import" };
51
+ import type { ExportType as __Cjs_ExportType } from './index.js' with { "resolution-mode": "import" };
52
+ import type { ExtensionCommandMap as __Cjs_ExtensionCommandMap } from './index.js' with { "resolution-mode": "import" };
53
+ import type { ExternalPopoverRenderContext as __Cjs_ExternalPopoverRenderContext } from './index.js' with { "resolution-mode": "import" };
54
+ import type { ExternalSurfaceRenderContext as __Cjs_ExternalSurfaceRenderContext } from './index.js' with { "resolution-mode": "import" };
55
+ import type { FieldValue as __Cjs_FieldValue } from './index.js' with { "resolution-mode": "import" };
56
+ import type { FindReplaceConfig as __Cjs_FindReplaceConfig } from './index.js' with { "resolution-mode": "import" };
57
+ import type { FindReplaceContext as __Cjs_FindReplaceContext } from './index.js' with { "resolution-mode": "import" };
58
+ import type { FindReplaceHandle as __Cjs_FindReplaceHandle } from './index.js' with { "resolution-mode": "import" };
59
+ import type { FindReplaceRenderContext as __Cjs_FindReplaceRenderContext } from './index.js' with { "resolution-mode": "import" };
60
+ import type { FindReplaceResolution as __Cjs_FindReplaceResolution } from './index.js' with { "resolution-mode": "import" };
61
+ import type { FlowBlock as __Cjs_FlowBlock } from './index.js' with { "resolution-mode": "import" };
62
+ import type { FlowMode as __Cjs_FlowMode } from './index.js' with { "resolution-mode": "import" };
63
+ import type { FontConfig as __Cjs_FontConfig } from './index.js' with { "resolution-mode": "import" };
64
+ import type { FontsResolvedPayload as __Cjs_FontsResolvedPayload } from './index.js' with { "resolution-mode": "import" };
65
+ import type { ImageDeselectedEvent as __Cjs_ImageDeselectedEvent } from './index.js' with { "resolution-mode": "import" };
66
+ import type { ImageSelectedEvent as __Cjs_ImageSelectedEvent } from './index.js' with { "resolution-mode": "import" };
67
+ import type { IntentSurfaceRequest as __Cjs_IntentSurfaceRequest } from './index.js' with { "resolution-mode": "import" };
68
+ import type { Layout as __Cjs_Layout } from './index.js' with { "resolution-mode": "import" };
69
+ import type { LayoutEngineOptions as __Cjs_LayoutEngineOptions } from './index.js' with { "resolution-mode": "import" };
70
+ import type { LayoutError as __Cjs_LayoutError } from './index.js' with { "resolution-mode": "import" };
71
+ import type { LayoutFragment as __Cjs_LayoutFragment } from './index.js' with { "resolution-mode": "import" };
72
+ import type { LayoutMetrics as __Cjs_LayoutMetrics } from './index.js' with { "resolution-mode": "import" };
73
+ import type { LayoutMode as __Cjs_LayoutMode } from './index.js' with { "resolution-mode": "import" };
74
+ import type { LayoutPage as __Cjs_LayoutPage } from './index.js' with { "resolution-mode": "import" };
75
+ import type { LayoutState as __Cjs_LayoutState } from './index.js' with { "resolution-mode": "import" };
76
+ import type { LayoutUpdatePayload as __Cjs_LayoutUpdatePayload } from './index.js' with { "resolution-mode": "import" };
77
+ import type { LinkPopoverContext as __Cjs_LinkPopoverContext } from './index.js' with { "resolution-mode": "import" };
78
+ import type { LinkPopoverResolution as __Cjs_LinkPopoverResolution } from './index.js' with { "resolution-mode": "import" };
79
+ import type { LinkPopoverResolver as __Cjs_LinkPopoverResolver } from './index.js' with { "resolution-mode": "import" };
80
+ import type { ListDefinitionsPayload as __Cjs_ListDefinitionsPayload } from './index.js' with { "resolution-mode": "import" };
81
+ import type { Measure as __Cjs_Measure } from './index.js' with { "resolution-mode": "import" };
82
+ import type { Modules as __Cjs_Modules } from './index.js' with { "resolution-mode": "import" };
83
+ import type { NavigableAddress as __Cjs_NavigableAddress } from './index.js' with { "resolution-mode": "import" };
84
+ import type { OpenOptions as __Cjs_OpenOptions } from './index.js' with { "resolution-mode": "import" };
85
+ import type { PageMargins as __Cjs_PageMargins } from './index.js' with { "resolution-mode": "import" };
86
+ import type { PageSize as __Cjs_PageSize } from './index.js' with { "resolution-mode": "import" };
87
+ import type { PageStyles as __Cjs_PageStyles } from './index.js' with { "resolution-mode": "import" };
88
+ import type { PaginationPayload as __Cjs_PaginationPayload } from './index.js' with { "resolution-mode": "import" };
89
+ import type { PaintSnapshot as __Cjs_PaintSnapshot } from './index.js' with { "resolution-mode": "import" };
90
+ import type { PartChangedEvent as __Cjs_PartChangedEvent } from './index.js' with { "resolution-mode": "import" };
91
+ import type { PartId as __Cjs_PartId } from './index.js' with { "resolution-mode": "import" };
92
+ import type { PartSectionId as __Cjs_PartSectionId } from './index.js' with { "resolution-mode": "import" };
93
+ import type { PasswordPromptAttemptResult as __Cjs_PasswordPromptAttemptResult } from './index.js' with { "resolution-mode": "import" };
94
+ import type { PasswordPromptConfig as __Cjs_PasswordPromptConfig } from './index.js' with { "resolution-mode": "import" };
95
+ import type { PasswordPromptContext as __Cjs_PasswordPromptContext } from './index.js' with { "resolution-mode": "import" };
96
+ import type { PasswordPromptHandle as __Cjs_PasswordPromptHandle } from './index.js' with { "resolution-mode": "import" };
97
+ import type { PasswordPromptRenderContext as __Cjs_PasswordPromptRenderContext } from './index.js' with { "resolution-mode": "import" };
98
+ import type { PasswordPromptResolution as __Cjs_PasswordPromptResolution } from './index.js' with { "resolution-mode": "import" };
99
+ import type { PermissionParams as __Cjs_PermissionParams } from './index.js' with { "resolution-mode": "import" };
100
+ import type { PositionHit as __Cjs_PositionHit } from './index.js' with { "resolution-mode": "import" };
101
+ import type { PresenceOptions as __Cjs_PresenceOptions } from './index.js' with { "resolution-mode": "import" };
102
+ import type { PresentationEditor as __Cjs_PresentationEditor } from './index.js' with { "resolution-mode": "import" };
103
+ import type { PresentationEditorOptions as __Cjs_PresentationEditorOptions } from './index.js' with { "resolution-mode": "import" };
104
+ import type { ProofingCapabilities as __Cjs_ProofingCapabilities } from './index.js' with { "resolution-mode": "import" };
105
+ import type { ProofingCheckRequest as __Cjs_ProofingCheckRequest } from './index.js' with { "resolution-mode": "import" };
106
+ import type { ProofingCheckResult as __Cjs_ProofingCheckResult } from './index.js' with { "resolution-mode": "import" };
107
+ import type { ProofingConfig as __Cjs_ProofingConfig } from './index.js' with { "resolution-mode": "import" };
108
+ import type { ProofingError as __Cjs_ProofingError } from './index.js' with { "resolution-mode": "import" };
109
+ import type { ProofingIssue as __Cjs_ProofingIssue } from './index.js' with { "resolution-mode": "import" };
110
+ import type { ProofingIssueKind as __Cjs_ProofingIssueKind } from './index.js' with { "resolution-mode": "import" };
111
+ import type { ProofingProvider as __Cjs_ProofingProvider } from './index.js' with { "resolution-mode": "import" };
112
+ import type { ProofingSegment as __Cjs_ProofingSegment } from './index.js' with { "resolution-mode": "import" };
113
+ import type { ProofingSegmentMetadata as __Cjs_ProofingSegmentMetadata } from './index.js' with { "resolution-mode": "import" };
114
+ import type { ProofingStatus as __Cjs_ProofingStatus } from './index.js' with { "resolution-mode": "import" };
115
+ import type { ProseMirrorJSON as __Cjs_ProseMirrorJSON } from './index.js' with { "resolution-mode": "import" };
116
+ import type { ProtectionChangeSource as __Cjs_ProtectionChangeSource } from './index.js' with { "resolution-mode": "import" };
117
+ import type { RangeRect as __Cjs_RangeRect } from './index.js' with { "resolution-mode": "import" };
118
+ import type { RemoteCursorsRenderPayload as __Cjs_RemoteCursorsRenderPayload } from './index.js' with { "resolution-mode": "import" };
119
+ import type { RemoteCursorState as __Cjs_RemoteCursorState } from './index.js' with { "resolution-mode": "import" };
120
+ import type { RemoteUserInfo as __Cjs_RemoteUserInfo } from './index.js' with { "resolution-mode": "import" };
121
+ import type { ResolvedFindReplaceTexts as __Cjs_ResolvedFindReplaceTexts } from './index.js' with { "resolution-mode": "import" };
122
+ import type { ResolvedPasswordPromptTexts as __Cjs_ResolvedPasswordPromptTexts } from './index.js' with { "resolution-mode": "import" };
123
+ import type { ResolveRangeOutput as __Cjs_ResolveRangeOutput } from './index.js' with { "resolution-mode": "import" };
124
+ import type { SaveOptions as __Cjs_SaveOptions } from './index.js' with { "resolution-mode": "import" };
125
+ import type { Schema as __Cjs_Schema } from './index.js' with { "resolution-mode": "import" };
126
+ import type { ScrollIntoViewInput as __Cjs_ScrollIntoViewInput } from './index.js' with { "resolution-mode": "import" };
127
+ import type { ScrollIntoViewOutput as __Cjs_ScrollIntoViewOutput } from './index.js' with { "resolution-mode": "import" };
128
+ import type { SearchMatch as __Cjs_SearchMatch } from './index.js' with { "resolution-mode": "import" };
129
+ import type { SectionMetadata as __Cjs_SectionMetadata } from './index.js' with { "resolution-mode": "import" };
130
+ import type { SelectionApi as __Cjs_SelectionApi } from './index.js' with { "resolution-mode": "import" };
131
+ import type { SelectionCommandContext as __Cjs_SelectionCommandContext } from './index.js' with { "resolution-mode": "import" };
132
+ import type { SelectionCurrentInput as __Cjs_SelectionCurrentInput } from './index.js' with { "resolution-mode": "import" };
133
+ import type { SelectionHandle as __Cjs_SelectionHandle } from './index.js' with { "resolution-mode": "import" };
134
+ import type { SelectionInfo as __Cjs_SelectionInfo } from './index.js' with { "resolution-mode": "import" };
135
+ import type { StoryLocator as __Cjs_StoryLocator } from './index.js' with { "resolution-mode": "import" };
136
+ import type { SuperConverter as __Cjs_SuperConverter } from './index.js' with { "resolution-mode": "import" };
137
+ import type { SuperDoc as __Cjs_SuperDoc } from './index.js' with { "resolution-mode": "import" };
138
+ import type { SuperDocLayoutEngineOptions as __Cjs_SuperDocLayoutEngineOptions } from './index.js' with { "resolution-mode": "import" };
139
+ import type { SuperDocTelemetryConfig as __Cjs_SuperDocTelemetryConfig } from './index.js' with { "resolution-mode": "import" };
140
+ import type { SuperToolbar as __Cjs_SuperToolbar } from './index.js' with { "resolution-mode": "import" };
141
+ import type { SurfaceComponentProps as __Cjs_SurfaceComponentProps } from './index.js' with { "resolution-mode": "import" };
142
+ import type { SurfaceFloatingPlacement as __Cjs_SurfaceFloatingPlacement } from './index.js' with { "resolution-mode": "import" };
143
+ import type { SurfaceHandle as __Cjs_SurfaceHandle } from './index.js' with { "resolution-mode": "import" };
144
+ import type { SurfaceMode as __Cjs_SurfaceMode } from './index.js' with { "resolution-mode": "import" };
145
+ import type { SurfaceOutcome as __Cjs_SurfaceOutcome } from './index.js' with { "resolution-mode": "import" };
146
+ import type { SurfaceRequest as __Cjs_SurfaceRequest } from './index.js' with { "resolution-mode": "import" };
147
+ import type { SurfaceResolution as __Cjs_SurfaceResolution } from './index.js' with { "resolution-mode": "import" };
148
+ import type { SurfaceResolver as __Cjs_SurfaceResolver } from './index.js' with { "resolution-mode": "import" };
149
+ import type { SurfacesModuleConfig as __Cjs_SurfacesModuleConfig } from './index.js' with { "resolution-mode": "import" };
150
+ import type { TelemetryEvent as __Cjs_TelemetryEvent } from './index.js' with { "resolution-mode": "import" };
151
+ import type { TextAddress as __Cjs_TextAddress } from './index.js' with { "resolution-mode": "import" };
152
+ import type { TextSegment as __Cjs_TextSegment } from './index.js' with { "resolution-mode": "import" };
153
+ import type { TextTarget as __Cjs_TextTarget } from './index.js' with { "resolution-mode": "import" };
154
+ import type { TrackChangesModuleConfig as __Cjs_TrackChangesModuleConfig } from './index.js' with { "resolution-mode": "import" };
155
+ import type { TrackedChangeAddress as __Cjs_TrackedChangeAddress } from './index.js' with { "resolution-mode": "import" };
156
+ import type { TrackedChangesMode as __Cjs_TrackedChangesMode } from './index.js' with { "resolution-mode": "import" };
157
+ import type { TrackedChangesOverrides as __Cjs_TrackedChangesOverrides } from './index.js' with { "resolution-mode": "import" };
158
+ import type { Transaction as __Cjs_Transaction } from './index.js' with { "resolution-mode": "import" };
159
+ import type { UnsupportedContentItem as __Cjs_UnsupportedContentItem } from './index.js' with { "resolution-mode": "import" };
160
+ import type { UpgradeToCollaborationOptions as __Cjs_UpgradeToCollaborationOptions } from './index.js' with { "resolution-mode": "import" };
161
+ import type { User as __Cjs_User } from './index.js' with { "resolution-mode": "import" };
162
+ import type { ViewingVisibilityConfig as __Cjs_ViewingVisibilityConfig } from './index.js' with { "resolution-mode": "import" };
163
+ import type { ViewLayout as __Cjs_ViewLayout } from './index.js' with { "resolution-mode": "import" };
164
+ import type { ViewOptions as __Cjs_ViewOptions } from './index.js' with { "resolution-mode": "import" };
165
+ import type { VirtualizationOptions as __Cjs_VirtualizationOptions } from './index.js' with { "resolution-mode": "import" };
166
+ export declare const AIWriter: typeof import('./index.js', { with: { "resolution-mode": "import" } }).AIWriter;
167
+ export declare const AnnotatorHelpers: typeof import('./index.js', { with: { "resolution-mode": "import" } }).AnnotatorHelpers;
168
+ export declare const assertNodeType: typeof import('./index.js', { with: { "resolution-mode": "import" } }).assertNodeType;
169
+ export type { __Cjs_BinaryData as BinaryData };
170
+ export declare const BlankDOCX: typeof import('./index.js', { with: { "resolution-mode": "import" } }).BlankDOCX;
171
+ export type { __Cjs_BlockNavigationAddress as BlockNavigationAddress };
172
+ export type { __Cjs_BlocksListResult as BlocksListResult };
173
+ export type { __Cjs_BookmarkAddress as BookmarkAddress };
174
+ export type { __Cjs_BookmarkInfo as BookmarkInfo };
175
+ export type { __Cjs_BoundingRect as BoundingRect };
176
+ export declare const buildTheme: typeof import('./index.js', { with: { "resolution-mode": "import" } }).buildTheme;
177
+ export type { __Cjs_CanObject as CanObject };
178
+ export type { __Cjs_ChainableCommandObject as ChainableCommandObject };
179
+ export type { __Cjs_ChainedCommand as ChainedCommand };
180
+ export type { __Cjs_CollaborationConfig as CollaborationConfig };
181
+ export type { __Cjs_CollaborationProvider as CollaborationProvider };
182
+ export type { __Cjs_Command as Command };
183
+ export type { __Cjs_CommandProps as CommandProps };
184
+ export type { __Cjs_Comment as Comment };
185
+ export type { __Cjs_CommentAddress as CommentAddress };
186
+ export type { __Cjs_CommentConfig as CommentConfig };
187
+ export type { __Cjs_CommentElement as CommentElement };
188
+ export type { __Cjs_CommentLocationsPayload as CommentLocationsPayload };
189
+ export type { __Cjs_CommentsPayload as CommentsPayload };
190
+ export declare const CommentsPluginKey: typeof import('./index.js', { with: { "resolution-mode": "import" } }).CommentsPluginKey;
191
+ export type { __Cjs_CommentsType as CommentsType };
192
+ export declare const compareVersions: typeof import('./index.js', { with: { "resolution-mode": "import" } }).compareVersions;
193
+ export type { __Cjs_Config as Config };
194
+ export declare const ContextMenu: typeof import('./index.js', { with: { "resolution-mode": "import" } }).ContextMenu;
195
+ export type { __Cjs_ContextMenuConfig as ContextMenuConfig };
196
+ export type { __Cjs_ContextMenuContext as ContextMenuContext };
197
+ export type { __Cjs_ContextMenuItem as ContextMenuItem };
198
+ export type { __Cjs_ContextMenuSection as ContextMenuSection };
199
+ export type { __Cjs_CoreCommandMap as CoreCommandMap };
200
+ export declare const createTheme: typeof import('./index.js', { with: { "resolution-mode": "import" } }).createTheme;
201
+ export declare const createZip: typeof import('./index.js', { with: { "resolution-mode": "import" } }).createZip;
202
+ export declare const defineMark: typeof import('./index.js', { with: { "resolution-mode": "import" } }).defineMark;
203
+ export declare const defineNode: typeof import('./index.js', { with: { "resolution-mode": "import" } }).defineNode;
204
+ export type { __Cjs_DirectSurfaceRequest as DirectSurfaceRequest };
205
+ export type { __Cjs_DocRange as DocRange };
206
+ export type { __Cjs_DocumentApi as DocumentApi };
207
+ export type { __Cjs_DocumentMode as DocumentMode };
208
+ export type { __Cjs_DocumentProtectionState as DocumentProtectionState };
209
+ export declare const DOCX: typeof import('./index.js', { with: { "resolution-mode": "import" } }).DOCX;
210
+ export type { __Cjs_DocxFileEntry as DocxFileEntry };
211
+ export type DocxZipper = __Cjs_DocxZipper;
212
+ export declare const DocxZipper: typeof import('./index.js', { with: { "resolution-mode": "import" } }).DocxZipper;
213
+ export type Editor = __Cjs_Editor;
214
+ export declare const Editor: typeof import('./index.js', { with: { "resolution-mode": "import" } }).Editor;
215
+ export type { __Cjs_EditorCommands as EditorCommands };
216
+ export type { __Cjs_EditorEventMap as EditorEventMap };
217
+ export type { __Cjs_EditorExtension as EditorExtension };
218
+ export type { __Cjs_EditorLifecycleState as EditorLifecycleState };
219
+ export type { __Cjs_EditorOptions as EditorOptions };
220
+ export type { __Cjs_EditorState as EditorState };
221
+ export type { __Cjs_EditorSurface as EditorSurface };
222
+ export type { __Cjs_EditorTransactionEvent as EditorTransactionEvent };
223
+ export type { __Cjs_EditorUpdateEvent as EditorUpdateEvent };
224
+ export type { __Cjs_EditorView as EditorView };
225
+ export type { __Cjs_EntityAddress as EntityAddress };
226
+ export type { __Cjs_ExportDocxParams as ExportDocxParams };
227
+ export type { __Cjs_ExportFormat as ExportFormat };
228
+ export type { __Cjs_ExportOptions as ExportOptions };
229
+ export type { __Cjs_ExportParams as ExportParams };
230
+ export type { __Cjs_ExportType as ExportType };
231
+ export type { __Cjs_ExtensionCommandMap as ExtensionCommandMap };
232
+ export declare const Extensions: typeof import('./index.js', { with: { "resolution-mode": "import" } }).Extensions;
233
+ export type { __Cjs_ExternalPopoverRenderContext as ExternalPopoverRenderContext };
234
+ export type { __Cjs_ExternalSurfaceRenderContext as ExternalSurfaceRenderContext };
235
+ export declare const fieldAnnotationHelpers: typeof import('./index.js', { with: { "resolution-mode": "import" } }).fieldAnnotationHelpers;
236
+ export type { __Cjs_FieldValue as FieldValue };
237
+ export type { __Cjs_FindReplaceConfig as FindReplaceConfig };
238
+ export type { __Cjs_FindReplaceContext as FindReplaceContext };
239
+ export type { __Cjs_FindReplaceHandle as FindReplaceHandle };
240
+ export type { __Cjs_FindReplaceRenderContext as FindReplaceRenderContext };
241
+ export type { __Cjs_FindReplaceResolution as FindReplaceResolution };
242
+ export type { __Cjs_FlowBlock as FlowBlock };
243
+ export type { __Cjs_FlowMode as FlowMode };
244
+ export type { __Cjs_FontConfig as FontConfig };
245
+ export type { __Cjs_FontsResolvedPayload as FontsResolvedPayload };
246
+ export declare const getActiveFormatting: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getActiveFormatting;
247
+ export declare const getAllowedImageDimensions: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getAllowedImageDimensions;
248
+ export declare const getFileObject: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getFileObject;
249
+ export declare const getMarksFromSelection: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getMarksFromSelection;
250
+ export declare const getRichTextExtensions: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getRichTextExtensions;
251
+ export declare const getSchemaIntrospection: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getSchemaIntrospection;
252
+ export declare const getStarterExtensions: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getStarterExtensions;
253
+ export declare const HTML: typeof import('./index.js', { with: { "resolution-mode": "import" } }).HTML;
254
+ export type { __Cjs_ImageDeselectedEvent as ImageDeselectedEvent };
255
+ export type { __Cjs_ImageSelectedEvent as ImageSelectedEvent };
256
+ export type { __Cjs_IntentSurfaceRequest as IntentSurfaceRequest };
257
+ export declare const isMarkType: typeof import('./index.js', { with: { "resolution-mode": "import" } }).isMarkType;
258
+ export declare const isNodeType: typeof import('./index.js', { with: { "resolution-mode": "import" } }).isNodeType;
259
+ export type { __Cjs_Layout as Layout };
260
+ export type { __Cjs_LayoutEngineOptions as LayoutEngineOptions };
261
+ export type { __Cjs_LayoutError as LayoutError };
262
+ export type { __Cjs_LayoutFragment as LayoutFragment };
263
+ export type { __Cjs_LayoutMetrics as LayoutMetrics };
264
+ export type { __Cjs_LayoutMode as LayoutMode };
265
+ export type { __Cjs_LayoutPage as LayoutPage };
266
+ export type { __Cjs_LayoutState as LayoutState };
267
+ export type { __Cjs_LayoutUpdatePayload as LayoutUpdatePayload };
268
+ export type { __Cjs_LinkPopoverContext as LinkPopoverContext };
269
+ export type { __Cjs_LinkPopoverResolution as LinkPopoverResolution };
270
+ export type { __Cjs_LinkPopoverResolver as LinkPopoverResolver };
271
+ export type { __Cjs_ListDefinitionsPayload as ListDefinitionsPayload };
272
+ export type { __Cjs_Measure as Measure };
273
+ export type { __Cjs_Modules as Modules };
274
+ export type { __Cjs_NavigableAddress as NavigableAddress };
275
+ export type { __Cjs_OpenOptions as OpenOptions };
276
+ export type { __Cjs_PageMargins as PageMargins };
277
+ export type { __Cjs_PageSize as PageSize };
278
+ export type { __Cjs_PageStyles as PageStyles };
279
+ export type { __Cjs_PaginationPayload as PaginationPayload };
280
+ export type { __Cjs_PaintSnapshot as PaintSnapshot };
281
+ export type { __Cjs_PartChangedEvent as PartChangedEvent };
282
+ export type { __Cjs_PartId as PartId };
283
+ export type { __Cjs_PartSectionId as PartSectionId };
284
+ export type { __Cjs_PasswordPromptAttemptResult as PasswordPromptAttemptResult };
285
+ export type { __Cjs_PasswordPromptConfig as PasswordPromptConfig };
286
+ export type { __Cjs_PasswordPromptContext as PasswordPromptContext };
287
+ export type { __Cjs_PasswordPromptHandle as PasswordPromptHandle };
288
+ export type { __Cjs_PasswordPromptRenderContext as PasswordPromptRenderContext };
289
+ export type { __Cjs_PasswordPromptResolution as PasswordPromptResolution };
290
+ export declare const PDF: typeof import('./index.js', { with: { "resolution-mode": "import" } }).PDF;
291
+ export type { __Cjs_PermissionParams as PermissionParams };
292
+ export type { __Cjs_PositionHit as PositionHit };
293
+ export type { __Cjs_PresenceOptions as PresenceOptions };
294
+ export type PresentationEditor = __Cjs_PresentationEditor;
295
+ export declare const PresentationEditor: typeof import('./index.js', { with: { "resolution-mode": "import" } }).PresentationEditor;
296
+ export type { __Cjs_PresentationEditorOptions as PresentationEditorOptions };
297
+ export type { __Cjs_ProofingCapabilities as ProofingCapabilities };
298
+ export type { __Cjs_ProofingCheckRequest as ProofingCheckRequest };
299
+ export type { __Cjs_ProofingCheckResult as ProofingCheckResult };
300
+ export type { __Cjs_ProofingConfig as ProofingConfig };
301
+ export type { __Cjs_ProofingError as ProofingError };
302
+ export type { __Cjs_ProofingIssue as ProofingIssue };
303
+ export type { __Cjs_ProofingIssueKind as ProofingIssueKind };
304
+ export type { __Cjs_ProofingProvider as ProofingProvider };
305
+ export type { __Cjs_ProofingSegment as ProofingSegment };
306
+ export type { __Cjs_ProofingSegmentMetadata as ProofingSegmentMetadata };
307
+ export type { __Cjs_ProofingStatus as ProofingStatus };
308
+ export type { __Cjs_ProseMirrorJSON as ProseMirrorJSON };
309
+ export type { __Cjs_ProtectionChangeSource as ProtectionChangeSource };
310
+ export type { __Cjs_RangeRect as RangeRect };
311
+ export declare const registeredHandlers: typeof import('./index.js', { with: { "resolution-mode": "import" } }).registeredHandlers;
312
+ export type { __Cjs_RemoteCursorsRenderPayload as RemoteCursorsRenderPayload };
313
+ export type { __Cjs_RemoteCursorState as RemoteCursorState };
314
+ export type { __Cjs_RemoteUserInfo as RemoteUserInfo };
315
+ export type { __Cjs_ResolvedFindReplaceTexts as ResolvedFindReplaceTexts };
316
+ export type { __Cjs_ResolvedPasswordPromptTexts as ResolvedPasswordPromptTexts };
317
+ export type { __Cjs_ResolveRangeOutput as ResolveRangeOutput };
318
+ export type { __Cjs_SaveOptions as SaveOptions };
319
+ export type { __Cjs_Schema as Schema };
320
+ export type { __Cjs_ScrollIntoViewInput as ScrollIntoViewInput };
321
+ export type { __Cjs_ScrollIntoViewOutput as ScrollIntoViewOutput };
322
+ export type { __Cjs_SearchMatch as SearchMatch };
323
+ export declare const SectionHelpers: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SectionHelpers;
324
+ export type { __Cjs_SectionMetadata as SectionMetadata };
325
+ export type { __Cjs_SelectionApi as SelectionApi };
326
+ export type { __Cjs_SelectionCommandContext as SelectionCommandContext };
327
+ export type { __Cjs_SelectionCurrentInput as SelectionCurrentInput };
328
+ export type { __Cjs_SelectionHandle as SelectionHandle };
329
+ export type { __Cjs_SelectionInfo as SelectionInfo };
330
+ export declare const SlashMenu: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SlashMenu;
331
+ export type { __Cjs_StoryLocator as StoryLocator };
332
+ export type SuperConverter = __Cjs_SuperConverter;
333
+ export declare const SuperConverter: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SuperConverter;
334
+ export type SuperDoc = __Cjs_SuperDoc;
335
+ export declare const SuperDoc: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SuperDoc;
336
+ export type { __Cjs_SuperDocLayoutEngineOptions as SuperDocLayoutEngineOptions };
337
+ export type { __Cjs_SuperDocTelemetryConfig as SuperDocTelemetryConfig };
338
+ export declare const SuperEditor: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SuperEditor;
339
+ export declare const superEditorHelpers: typeof import('./index.js', { with: { "resolution-mode": "import" } }).superEditorHelpers;
340
+ export declare const SuperInput: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SuperInput;
341
+ export type SuperToolbar = __Cjs_SuperToolbar;
342
+ export declare const SuperToolbar: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SuperToolbar;
343
+ export type { __Cjs_SurfaceComponentProps as SurfaceComponentProps };
344
+ export type { __Cjs_SurfaceFloatingPlacement as SurfaceFloatingPlacement };
345
+ export type { __Cjs_SurfaceHandle as SurfaceHandle };
346
+ export type { __Cjs_SurfaceMode as SurfaceMode };
347
+ export type { __Cjs_SurfaceOutcome as SurfaceOutcome };
348
+ export type { __Cjs_SurfaceRequest as SurfaceRequest };
349
+ export type { __Cjs_SurfaceResolution as SurfaceResolution };
350
+ export type { __Cjs_SurfaceResolver as SurfaceResolver };
351
+ export type { __Cjs_SurfacesModuleConfig as SurfacesModuleConfig };
352
+ export type { __Cjs_TelemetryEvent as TelemetryEvent };
353
+ export type { __Cjs_TextAddress as TextAddress };
354
+ export type { __Cjs_TextSegment as TextSegment };
355
+ export type { __Cjs_TextTarget as TextTarget };
356
+ export declare const Toolbar: typeof import('./index.js', { with: { "resolution-mode": "import" } }).Toolbar;
357
+ export declare const TrackChangesBasePluginKey: typeof import('./index.js', { with: { "resolution-mode": "import" } }).TrackChangesBasePluginKey;
358
+ export declare const trackChangesHelpers: typeof import('./index.js', { with: { "resolution-mode": "import" } }).trackChangesHelpers;
359
+ export type { __Cjs_TrackChangesModuleConfig as TrackChangesModuleConfig };
360
+ export type { __Cjs_TrackedChangeAddress as TrackedChangeAddress };
361
+ export type { __Cjs_TrackedChangesMode as TrackedChangesMode };
362
+ export type { __Cjs_TrackedChangesOverrides as TrackedChangesOverrides };
363
+ export type { __Cjs_Transaction as Transaction };
364
+ export type { __Cjs_UnsupportedContentItem as UnsupportedContentItem };
365
+ export type { __Cjs_UpgradeToCollaborationOptions as UpgradeToCollaborationOptions };
366
+ export type { __Cjs_User as User };
367
+ export type { __Cjs_ViewingVisibilityConfig as ViewingVisibilityConfig };
368
+ export type { __Cjs_ViewLayout as ViewLayout };
369
+ export type { __Cjs_ViewOptions as ViewOptions };
370
+ export type { __Cjs_VirtualizationOptions as VirtualizationOptions };