oasis-editor 0.0.115 → 0.0.117
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-C1dyjJoH.js → OasisEditorApp-DijR5F-O.js} +2183 -907
- package/dist/adapters/react.d.ts +11 -0
- package/dist/adapters/ui.d.ts +2 -0
- package/dist/adapters/vue.d.ts +23 -0
- package/dist/assets/{importDocxWorker-D0F0jbcF.js → importDocxWorker-nIS-zjkj.js} +1 -1
- package/dist/core/html/inlineImageParser.d.ts +7 -0
- package/dist/core/layoutConstants.d.ts +18 -0
- package/dist/{index-Cq3YFYX2.js → index-Comlrue1.js} +779 -738
- package/dist/layoutProjection/blocksPaginationTypes.d.ts +2 -0
- package/dist/layoutProjection/constants.d.ts +7 -1
- package/dist/layoutProjection/footnotePagination.d.ts +0 -1
- package/dist/layoutProjection/headerFooterLayoutContext.d.ts +2 -0
- package/dist/layoutProjection/paginationTrack.d.ts +2 -0
- package/dist/layoutProjection/paragraphPagination.d.ts +8 -3
- package/dist/layoutProjection/sectionPagination.d.ts +3 -0
- package/dist/layoutProjection/tableRowSlicing.d.ts +2 -1
- package/dist/oasis-editor.css +1 -1
- package/dist/oasis-editor.js +55 -55
- package/dist/oasis-editor.umd.cjs +4 -4
- package/dist/react.d.ts +7 -8
- package/dist/react.js +18 -22
- package/dist/ui/canvas/table/prepareCells.d.ts +1 -1
- package/dist/ui/canvas/table/resolveRowHeights.d.ts +1 -1
- package/dist/ui/components/Dialogs/TablePropertiesDialog.d.ts +2 -99
- package/dist/ui/components/Dialogs/font-dialog/FontTab.d.ts +2 -1
- package/dist/ui/components/Dialogs/table-properties/AltTextTabPanel.d.ts +3 -0
- package/dist/ui/components/Dialogs/table-properties/CellTabPanel.d.ts +3 -0
- package/dist/ui/components/Dialogs/table-properties/ColumnTabPanel.d.ts +3 -0
- package/dist/ui/components/Dialogs/table-properties/RowTabPanel.d.ts +3 -0
- package/dist/ui/components/Dialogs/table-properties/TablePropertiesController.d.ts +12 -0
- package/dist/ui/components/Dialogs/table-properties/TablePropertiesTypes.d.ts +160 -0
- package/dist/ui/components/Dialogs/table-properties/TableTabPanel.d.ts +6 -0
- package/dist/ui/components/Dialogs/table-properties/fields.d.ts +9 -0
- package/dist/ui/components/Dialogs/table-properties/useTablePropertiesController.d.ts +4 -0
- package/dist/ui/components/FindReplace/FindReplaceDialog.d.ts +1 -2
- package/dist/ui/components/Menubar/Menubar.d.ts +1 -2
- package/dist/ui/components/PageBreak.d.ts +1 -1
- package/dist/ui/components/Toolbar/primitives/useSurfaceRect.d.ts +20 -0
- package/dist/ui/public/FieldRow.d.ts +13 -0
- package/dist/ui/public/NumberField.d.ts +13 -0
- package/dist/ui/public/Radio.d.ts +38 -0
- package/dist/ui/public/ToggleChip.d.ts +14 -0
- package/dist/ui/public/index.d.ts +8 -0
- package/dist/ui.d.ts +2 -42
- package/dist/ui.js +19 -18
- package/dist/utils/performanceMetrics.d.ts +0 -6
- package/dist/utils/round.d.ts +7 -0
- package/dist/vue.d.ts +22 -8
- package/dist/vue.js +18 -24
- package/package.json +9 -6
package/dist/oasis-editor.js
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ak, ar, az, cO, cP, cQ, av, cR, al, cx, cS, cT, cU, aj, cV, cv, cW, cX, cY, cZ, c_, cJ, c$, d0, d1, d2, aw, d3, d4, d5, d6, d7, d8, d9, aA, au, cI, da, cO as cO2, cT as cT2, cV as cV2, d2 as d22, d3 as d32, d8 as d82, db, cz, cu, dc, dd, de, cw, df, dg, cy } from "./index-Comlrue1.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
|
+
ak as BalloonShell,
|
|
4
|
+
ar as Button,
|
|
5
|
+
az as Checkbox,
|
|
6
|
+
cO as ColorPicker,
|
|
7
|
+
cP as CommandRegistry,
|
|
8
|
+
cQ as DEFAULT_PALETTE,
|
|
9
|
+
av as Dialog,
|
|
10
|
+
cR as DialogFooter,
|
|
11
|
+
al as DocumentShell,
|
|
12
|
+
cx as Editor,
|
|
13
|
+
cS as FloatingActionButton,
|
|
14
|
+
cT as GridPicker,
|
|
15
|
+
cU as IconButton,
|
|
16
|
+
aj as InlineShell,
|
|
17
|
+
cV as Menu,
|
|
18
|
+
cv 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
|
+
c_ as OasisEditorContainer,
|
|
24
|
+
cJ as OasisEditorLoading,
|
|
25
|
+
c$ as PluginCollection,
|
|
26
|
+
d0 as Popover,
|
|
27
|
+
d1 as RIBBON_TABS,
|
|
28
|
+
d2 as Select,
|
|
29
|
+
aw as SelectField,
|
|
30
|
+
d3 as Separator,
|
|
31
|
+
d4 as SidePanel,
|
|
32
|
+
d5 as SidePanelBody,
|
|
33
|
+
d6 as SidePanelFooter,
|
|
34
|
+
d7 as SidePanelHeader,
|
|
35
|
+
d8 as SplitButton,
|
|
36
|
+
d9 as StyleGallery,
|
|
37
|
+
aA as Tabs,
|
|
38
|
+
au as TextField,
|
|
39
|
+
cI as Toolbar,
|
|
40
|
+
da as ToolbarButton,
|
|
41
|
+
cO2 as ToolbarColorPicker,
|
|
42
|
+
cT2 as ToolbarGridPicker,
|
|
43
|
+
cV2 as ToolbarMenu,
|
|
44
|
+
d22 as ToolbarSelect,
|
|
45
|
+
d32 as ToolbarSeparator,
|
|
46
|
+
d82 as ToolbarSplitButton,
|
|
47
|
+
db as buildRibbonTabDefinitions,
|
|
48
|
+
cz as commandRefName,
|
|
49
|
+
cu as createDefaultToolbarPreset,
|
|
50
|
+
dc as createEditorCommandBus,
|
|
51
|
+
dd as createOasisEditor,
|
|
52
|
+
de as createOasisEditorContainer,
|
|
53
|
+
cw as createToolbarRegistry,
|
|
54
|
+
df as mount,
|
|
55
|
+
dg as registerToolbarRenderer,
|
|
56
|
+
cy as resolveCommandRef
|
|
57
57
|
};
|