oasis-editor 0.0.106 → 0.0.108
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/{OasisEditorApp-CwVZxG1m.js → OasisEditorApp-DkiTrFZ6.js} +1945 -489
- package/dist/app/controllers/tableResize/tableResizeGeometry.d.ts +3 -2
- package/dist/app/controllers/tableResize/tableResizeHitTest.d.ts +3 -2
- package/dist/app/controllers/useEditorLayout.d.ts +2 -0
- package/dist/app/controllers/useEditorNavigation.d.ts +4 -1
- package/dist/app/controllers/useEditorTableResize.d.ts +5 -1
- package/dist/export/pdf/OasisPdfWriter.d.ts +23 -2
- package/dist/export/pdf/draw/drawBlockList.d.ts +1 -1
- package/dist/export/pdf/writer/PdfDocumentSerializer.d.ts +2 -2
- package/dist/export/pdf/writer/pdfTypes.d.ts +55 -3
- package/dist/{index-DdcPkCmB.js → index-DzBLUs91.js} +13707 -14175
- package/dist/layoutProjection/index.d.ts +1 -0
- package/dist/layoutProjection/layoutMetricsEpoch.d.ts +2 -0
- package/dist/oasis-editor.js +55 -55
- package/dist/oasis-editor.umd.cjs +4 -4
- package/dist/ui/OasisEditorEditor.d.ts +3 -2
- package/dist/ui/app/EditorDragLayers.d.ts +5 -1
- package/dist/ui/app/EditorWorkspace.d.ts +2 -1
- package/dist/ui/app/buildEditorViewProps.d.ts +2 -0
- package/dist/ui/app/createEditorDocumentRuntime.d.ts +2 -0
- package/dist/ui/app/createEditorInteractionRuntime.d.ts +2 -0
- package/dist/ui/app/useCanvasSurfaceHitResolver.d.ts +4 -3
- package/dist/ui/app/useEditorInteractionWiring.d.ts +2 -0
- package/dist/ui/canvas/canvasLayoutSnapshotProvider.d.ts +14 -0
- package/dist/ui/canvas/canvasSnapshotTypes.d.ts +2 -3
- package/dist/ui/canvas/canvasTextMeasurer.d.ts +3 -0
- package/dist/ui/components/DropCaret.d.ts +5 -1
- package/dist/ui/components/Outline/OutlinePanel.d.ts +5 -1
- package/dist/ui/editorUiTypes.d.ts +2 -1
- package/dist/ui/shells/DocumentShell.d.ts +3 -2
- package/package.json +2 -1
|
@@ -7,3 +7,4 @@ export { projectHeaderFooterBlocks } from './headerFooterFootnotes.js';
|
|
|
7
7
|
export { collectParagraphFloatingExclusions, getImageFloatingGeometry, getTextBoxFloatingGeometry, resolveFloatingObjectRect, type FloatingExclusionRect, type FloatingObjectRect, } from './floatingObjects.js';
|
|
8
8
|
export { projectBlocksLayout } from './blocksPagination.js';
|
|
9
9
|
export { projectDocumentLayout } from './documentLayout.js';
|
|
10
|
+
export { bumpLayoutMetricsEpoch, layoutMetricsEpoch, } from './layoutMetricsEpoch.js';
|
package/dist/oasis-editor.js
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a4, cm, cn, co, cp, cq, an, cr, a5, c5, cs, ct, cu, a3, cv, c3, cw, cx, cy, cz, cA, ch, cB, cC, cD, cE, cF, cG, cH, cI, cJ, cK, cL, cM, as, cN, cg, cO, co as co2, ct as ct2, cv as cv2, cE as cE2, cG as cG2, cL as cL2, cP, c7, c2, cQ, cR, cS, c4, cT, cU, c6 } from "./index-DzBLUs91.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
3
|
+
a4 as BalloonShell,
|
|
4
|
+
cm as Button,
|
|
5
|
+
cn as Checkbox,
|
|
6
|
+
co as ColorPicker,
|
|
7
|
+
cp as CommandRegistry,
|
|
8
|
+
cq as DEFAULT_PALETTE,
|
|
9
|
+
an as Dialog,
|
|
10
|
+
cr as DialogFooter,
|
|
11
|
+
a5 as DocumentShell,
|
|
12
|
+
c5 as Editor,
|
|
13
|
+
cs as FloatingActionButton,
|
|
14
|
+
ct as GridPicker,
|
|
15
|
+
cu as IconButton,
|
|
16
|
+
a3 as InlineShell,
|
|
17
|
+
cv as Menu,
|
|
18
|
+
c3 as MenuRegistry,
|
|
19
|
+
cw as OASIS_BUILTIN_COMMANDS,
|
|
20
|
+
cx as OASIS_MENU_ITEMS,
|
|
21
|
+
cy as OASIS_TOOLBAR_ITEMS,
|
|
22
|
+
cz as OasisEditorAppLazy,
|
|
23
|
+
cA as OasisEditorContainer,
|
|
24
|
+
ch as OasisEditorLoading,
|
|
25
|
+
cB as PluginCollection,
|
|
26
|
+
cC as Popover,
|
|
27
|
+
cD as RIBBON_TABS,
|
|
28
|
+
cE as Select,
|
|
29
|
+
cF as SelectField,
|
|
30
|
+
cG as Separator,
|
|
31
|
+
cH as SidePanel,
|
|
32
|
+
cI as SidePanelBody,
|
|
33
|
+
cJ as SidePanelFooter,
|
|
34
|
+
cK as SidePanelHeader,
|
|
35
|
+
cL as SplitButton,
|
|
36
|
+
cM as StyleGallery,
|
|
37
|
+
as as Tabs,
|
|
38
|
+
cN as TextField,
|
|
39
|
+
cg as Toolbar,
|
|
40
|
+
cO as ToolbarButton,
|
|
41
|
+
co2 as ToolbarColorPicker,
|
|
42
|
+
ct2 as ToolbarGridPicker,
|
|
43
|
+
cv2 as ToolbarMenu,
|
|
44
|
+
cE2 as ToolbarSelect,
|
|
45
|
+
cG2 as ToolbarSeparator,
|
|
46
|
+
cL2 as ToolbarSplitButton,
|
|
47
|
+
cP as buildRibbonTabDefinitions,
|
|
48
|
+
c7 as commandRefName,
|
|
49
|
+
c2 as createDefaultToolbarPreset,
|
|
50
|
+
cQ as createEditorCommandBus,
|
|
51
|
+
cR as createOasisEditor,
|
|
52
|
+
cS as createOasisEditorContainer,
|
|
53
|
+
c4 as createToolbarRegistry,
|
|
54
|
+
cT as mount,
|
|
55
|
+
cU as registerToolbarRenderer,
|
|
56
|
+
c6 as resolveCommandRef
|
|
57
57
|
};
|