oasis-editor 0.0.30 → 0.0.32
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-Bvkbr1KZ.js → OasisEditorApp-D6NxTc6l.js} +603 -307
- package/dist/app/services/indexedDbPersistence.d.ts +20 -0
- package/dist/assets/{importDocxWorker-DVvaVtgj.js → importDocxWorker-xRrspiYv.js} +1 -1
- package/dist/core/editorState.d.ts +7 -1
- package/dist/core/endnotes.d.ts +0 -2
- package/dist/core/footnotes.d.ts +0 -2
- package/dist/core/model/index.d.ts +1 -0
- package/dist/core/model/listNumbering.d.ts +5 -0
- package/dist/core/model/types/primitives.d.ts +10 -0
- package/dist/export/docx/docxTypes.d.ts +10 -3
- package/dist/export/pdf/draw/drawBlockList.d.ts +1 -1
- package/dist/export/pdf/draw/drawParagraph.d.ts +1 -1
- package/dist/export/pdf/draw/drawTable.d.ts +1 -1
- package/dist/export/pdf/draw/lists.d.ts +2 -2
- package/dist/i18n/I18nContext.d.ts +9 -0
- package/dist/i18n/index.d.ts +7 -3
- package/dist/import/docx/numbering.d.ts +19 -28
- package/dist/{index-BVAzjJsg.js → index-CDi9hs5T.js} +1264 -1540
- package/dist/index.d.ts +1 -1
- package/dist/oasis-editor.js +54 -54
- package/dist/oasis-editor.umd.cjs +4 -4
- package/dist/ui/OasisEditorAppProps.d.ts +6 -0
- package/dist/ui/app/useEditorContextMenuClipboard.d.ts +2 -0
- package/dist/ui/app/useEditorRuntimeBootstrap.d.ts +1 -0
- package/dist/ui/app/useEditorRuntimePlugins.d.ts +2 -0
- package/dist/ui/canvas/listNumbering.d.ts +2 -1
- package/dist/ui/components/Menubar/Menubar.d.ts +1 -1
- package/dist/ui/components/Menubar/menuRegistry.d.ts +0 -1
- package/dist/ui/components/Toolbar/presets/defaultToolbar.d.ts +2 -1
- package/dist/ui/components/Toolbar/ribbon/ribbonModel.d.ts +4 -3
- package/dist/ui/components/Toolbar/state/createToolbarApi.d.ts +2 -1
- package/dist/ui/textMeasurement/indentation.d.ts +2 -0
- package/package.json +1 -1
- package/dist/app/services/PersistenceService.d.ts +0 -11
package/dist/index.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export { OASIS_MENU_ITEMS } from './ui/components/Menubar/builtinMenuIds.js';
|
|
|
49
49
|
export type { OasisMenuItemId } from './ui/components/Menubar/builtinMenuIds.js';
|
|
50
50
|
export { Toolbar } from './ui/components/Toolbar/Toolbar.js';
|
|
51
51
|
export type { ToolbarProps } from './ui/components/Toolbar/Toolbar.js';
|
|
52
|
-
export {
|
|
52
|
+
export { buildRibbonTabDefinitions } from './ui/components/Toolbar/ribbon/ribbonModel.js';
|
|
53
53
|
export type { RibbonGroupModel, RibbonTabDefinition, } from './ui/components/Toolbar/ribbon/ribbonModel.js';
|
|
54
54
|
export { registerToolbarRenderer } from './ui/components/Toolbar/renderers/renderers.js';
|
|
55
55
|
export type { RendererProps } from './ui/components/Toolbar/renderers/renderers.js';
|
package/dist/oasis-editor.js
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aX, bP, bQ, bR, bS, bT, bd, bU, aY, aT, bV, bW, bX, aW, bY, aR, bZ, b_, b$, c0, c1, bJ, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, bi, cd, bI, ce, bR as bR2, bW as bW2, bY as bY2, c5 as c52, c7 as c72, cc as cc2, cf, aV, aQ, cg, ch, ci, aS, cj, ck, aU } from "./index-CDi9hs5T.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
|
-
|
|
3
|
+
aX as BalloonShell,
|
|
4
|
+
bP as Button,
|
|
5
|
+
bQ as Checkbox,
|
|
6
|
+
bR as ColorPicker,
|
|
7
|
+
bS as CommandRegistry,
|
|
8
|
+
bT as DEFAULT_PALETTE,
|
|
9
|
+
bd as Dialog,
|
|
10
|
+
bU as DialogFooter,
|
|
11
|
+
aY as DocumentShell,
|
|
12
|
+
aT as Editor,
|
|
13
|
+
bV as FloatingActionButton,
|
|
14
|
+
bW as GridPicker,
|
|
15
|
+
bX as IconButton,
|
|
16
|
+
aW as InlineShell,
|
|
17
|
+
bY as Menu,
|
|
18
|
+
aR as MenuRegistry,
|
|
19
|
+
bZ as OASIS_BUILTIN_COMMANDS,
|
|
20
|
+
b_ as OASIS_MENU_ITEMS,
|
|
21
|
+
b$ as OASIS_TOOLBAR_ITEMS,
|
|
22
|
+
c0 as OasisEditorAppLazy,
|
|
23
|
+
c1 as OasisEditorContainer,
|
|
24
|
+
bJ as OasisEditorLoading,
|
|
25
|
+
c2 as PluginCollection,
|
|
26
|
+
c3 as Popover,
|
|
27
|
+
c4 as RIBBON_TABS,
|
|
28
|
+
c5 as Select,
|
|
29
|
+
c6 as SelectField,
|
|
30
|
+
c7 as Separator,
|
|
31
|
+
c8 as SidePanel,
|
|
32
|
+
c9 as SidePanelBody,
|
|
33
|
+
ca as SidePanelFooter,
|
|
34
|
+
cb as SidePanelHeader,
|
|
35
|
+
cc as SplitButton,
|
|
36
|
+
bi as Tabs,
|
|
37
|
+
cd as TextField,
|
|
38
|
+
bI as Toolbar,
|
|
39
|
+
ce as ToolbarButton,
|
|
40
|
+
bR2 as ToolbarColorPicker,
|
|
41
|
+
bW2 as ToolbarGridPicker,
|
|
42
|
+
bY2 as ToolbarMenu,
|
|
43
|
+
c52 as ToolbarSelect,
|
|
44
|
+
c72 as ToolbarSeparator,
|
|
45
|
+
cc2 as ToolbarSplitButton,
|
|
46
|
+
cf as buildRibbonTabDefinitions,
|
|
47
|
+
aV as commandRefName,
|
|
48
|
+
aQ as createDefaultToolbarPreset,
|
|
49
|
+
cg as createEditorCommandBus,
|
|
50
|
+
ch as createOasisEditor,
|
|
51
|
+
ci as createOasisEditorContainer,
|
|
52
|
+
aS as createToolbarRegistry,
|
|
53
|
+
cj as mount,
|
|
54
|
+
ck as registerToolbarRenderer,
|
|
55
|
+
aU as resolveCommandRef
|
|
56
56
|
};
|