oasis-editor 0.0.105 → 0.0.107
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-BFNqDc07.js} +685 -55
- 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/{index-DdcPkCmB.js → index-4uLtMJwI.js} +13706 -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 +1 -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, cl, cm, cn, co, cp, an, cq, a5, c4, cr, cs, ct, a3, cu, c2, cv, cw, cx, cy, cz, cg, cA, cB, cC, cD, cE, cF, cG, cH, cI, cJ, cK, cL, as, cM, cf, cN, cn as cn2, cs as cs2, cu as cu2, cD as cD2, cF as cF2, cK as cK2, cO, c6, c1, cP, cQ, cR, c3, cS, cT, c5 } from "./index-4uLtMJwI.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
|
+
cl as Button,
|
|
5
|
+
cm as Checkbox,
|
|
6
|
+
cn as ColorPicker,
|
|
7
|
+
co as CommandRegistry,
|
|
8
|
+
cp as DEFAULT_PALETTE,
|
|
9
|
+
an as Dialog,
|
|
10
|
+
cq as DialogFooter,
|
|
11
|
+
a5 as DocumentShell,
|
|
12
|
+
c4 as Editor,
|
|
13
|
+
cr as FloatingActionButton,
|
|
14
|
+
cs as GridPicker,
|
|
15
|
+
ct as IconButton,
|
|
16
|
+
a3 as InlineShell,
|
|
17
|
+
cu as Menu,
|
|
18
|
+
c2 as MenuRegistry,
|
|
19
|
+
cv as OASIS_BUILTIN_COMMANDS,
|
|
20
|
+
cw as OASIS_MENU_ITEMS,
|
|
21
|
+
cx as OASIS_TOOLBAR_ITEMS,
|
|
22
|
+
cy as OasisEditorAppLazy,
|
|
23
|
+
cz as OasisEditorContainer,
|
|
24
|
+
cg as OasisEditorLoading,
|
|
25
|
+
cA as PluginCollection,
|
|
26
|
+
cB as Popover,
|
|
27
|
+
cC as RIBBON_TABS,
|
|
28
|
+
cD as Select,
|
|
29
|
+
cE as SelectField,
|
|
30
|
+
cF as Separator,
|
|
31
|
+
cG as SidePanel,
|
|
32
|
+
cH as SidePanelBody,
|
|
33
|
+
cI as SidePanelFooter,
|
|
34
|
+
cJ as SidePanelHeader,
|
|
35
|
+
cK as SplitButton,
|
|
36
|
+
cL as StyleGallery,
|
|
37
|
+
as as Tabs,
|
|
38
|
+
cM as TextField,
|
|
39
|
+
cf as Toolbar,
|
|
40
|
+
cN as ToolbarButton,
|
|
41
|
+
cn2 as ToolbarColorPicker,
|
|
42
|
+
cs2 as ToolbarGridPicker,
|
|
43
|
+
cu2 as ToolbarMenu,
|
|
44
|
+
cD2 as ToolbarSelect,
|
|
45
|
+
cF2 as ToolbarSeparator,
|
|
46
|
+
cK2 as ToolbarSplitButton,
|
|
47
|
+
cO as buildRibbonTabDefinitions,
|
|
48
|
+
c6 as commandRefName,
|
|
49
|
+
c1 as createDefaultToolbarPreset,
|
|
50
|
+
cP as createEditorCommandBus,
|
|
51
|
+
cQ as createOasisEditor,
|
|
52
|
+
cR as createOasisEditorContainer,
|
|
53
|
+
c3 as createToolbarRegistry,
|
|
54
|
+
cS as mount,
|
|
55
|
+
cT as registerToolbarRenderer,
|
|
56
|
+
c5 as resolveCommandRef
|
|
57
57
|
};
|