oasis-editor 0.0.31 → 0.0.33
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-CeDQ_a8-.js → OasisEditorApp-D6NxTc6l.js} +550 -176
- package/dist/app/services/indexedDbPersistence.d.ts +20 -0
- package/dist/assets/{importDocxWorker-C8ErVbAl.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/plugin.d.ts +1 -3
- package/dist/core/pluginUiTypes.d.ts +4 -0
- package/dist/i18n/I18nContext.d.ts +9 -0
- package/dist/i18n/index.d.ts +7 -3
- package/dist/{index-BYqaCJUC.js → index-CDi9hs5T.js} +896 -1207
- package/dist/index.d.ts +1 -1
- package/dist/oasis-editor.js +28 -28
- 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/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/schema/items.d.ts +2 -5
- package/dist/ui/components/Toolbar/state/createToolbarApi.d.ts +2 -1
- package/package.json +2 -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
|
-
|
|
3
|
+
aX as BalloonShell,
|
|
4
4
|
bP as Button,
|
|
5
5
|
bQ as Checkbox,
|
|
6
6
|
bR as ColorPicker,
|
|
7
7
|
bS as CommandRegistry,
|
|
8
8
|
bT as DEFAULT_PALETTE,
|
|
9
|
-
|
|
9
|
+
bd as Dialog,
|
|
10
10
|
bU as DialogFooter,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
aY as DocumentShell,
|
|
12
|
+
aT as Editor,
|
|
13
13
|
bV as FloatingActionButton,
|
|
14
14
|
bW as GridPicker,
|
|
15
15
|
bX as IconButton,
|
|
16
|
-
|
|
16
|
+
aW as InlineShell,
|
|
17
17
|
bY as Menu,
|
|
18
|
-
|
|
18
|
+
aR as MenuRegistry,
|
|
19
19
|
bZ as OASIS_BUILTIN_COMMANDS,
|
|
20
20
|
b_ as OASIS_MENU_ITEMS,
|
|
21
21
|
b$ as OASIS_TOOLBAR_ITEMS,
|
|
22
22
|
c0 as OasisEditorAppLazy,
|
|
23
23
|
c1 as OasisEditorContainer,
|
|
24
|
-
|
|
24
|
+
bJ as OasisEditorLoading,
|
|
25
25
|
c2 as PluginCollection,
|
|
26
26
|
c3 as Popover,
|
|
27
27
|
c4 as RIBBON_TABS,
|
|
28
|
-
c5 as
|
|
29
|
-
c6 as
|
|
30
|
-
c7 as
|
|
31
|
-
c8 as
|
|
32
|
-
c9 as
|
|
33
|
-
ca as
|
|
34
|
-
cb as
|
|
35
|
-
cc as
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
cf as ToolbarButton,
|
|
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,
|
|
41
40
|
bR2 as ToolbarColorPicker,
|
|
42
41
|
bW2 as ToolbarGridPicker,
|
|
43
42
|
bY2 as ToolbarMenu,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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
49
|
cg as createEditorCommandBus,
|
|
50
50
|
ch as createOasisEditor,
|
|
51
51
|
ci as createOasisEditorContainer,
|
|
52
|
-
|
|
52
|
+
aS as createToolbarRegistry,
|
|
53
53
|
cj as mount,
|
|
54
54
|
ck as registerToolbarRenderer,
|
|
55
|
-
|
|
55
|
+
aU as resolveCommandRef
|
|
56
56
|
};
|