oasis-editor 0.0.131 → 0.0.133
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-Dn2I2b-M.js → OasisEditorApp-DmXn9H33.js} +716 -684
- package/dist/adapters/mountController.d.ts +12 -0
- package/dist/adapters/vue.d.ts +5 -5
- package/dist/app/controllers/EditorCommandRegistry.d.ts +2 -1
- package/dist/app/controllers/tableResize/tableResizeUnits.d.ts +3 -1
- package/dist/assets/{importDocxWorker-DdpdjbOY.js → importDocxWorker-CCwhxVSR.js} +1 -1
- package/dist/core/commands/builtinCommands.d.ts +1 -1
- package/dist/core/editorState/defaultStyles.d.ts +3 -0
- package/dist/core/editorState/documentFactories.d.ts +8 -0
- package/dist/core/editorState/nodeFactories.d.ts +35 -0
- package/dist/core/editorState/stateFactories.d.ts +26 -0
- package/dist/core/editorState.d.ts +4 -66
- package/dist/core/units/parseUnitToPt.d.ts +6 -0
- package/dist/export/docx/xmlUtils.d.ts +2 -0
- package/dist/import/docx/runs/drawingAnchorLayout.d.ts +12 -0
- package/dist/{index-BXo_oqOC.js → index-BOj4-NlJ.js} +2244 -2177
- package/dist/layoutProjection/presetGeometry/families/arrows.d.ts +3 -0
- package/dist/layoutProjection/presetGeometry/families/banners.d.ts +5 -0
- package/dist/layoutProjection/presetGeometry/families/bracesBrackets.d.ts +4 -0
- package/dist/layoutProjection/presetGeometry/families/callouts.d.ts +3 -0
- package/dist/layoutProjection/presetGeometry/families/connectors.d.ts +3 -0
- package/dist/layoutProjection/presetGeometry/families/containers3d.d.ts +11 -0
- package/dist/layoutProjection/presetGeometry/families/decorative.d.ts +9 -0
- package/dist/layoutProjection/presetGeometry/families/flowchart.d.ts +4 -0
- package/dist/layoutProjection/presetGeometry/families/mathSymbols.d.ts +8 -0
- package/dist/layoutProjection/presetGeometry/families/rectVariants.d.ts +5 -0
- package/dist/mountController-D2srsZ5t.js +15 -0
- package/dist/mountController.d.ts +12 -0
- package/dist/oasis-editor.css +1 -1
- package/dist/oasis-editor.js +54 -54
- package/dist/oasis-editor.umd.cjs +4 -4
- package/dist/plugins/internal/essentialsCapabilities.d.ts +2 -1
- package/dist/plugins/internal/essentialsCommandBuilders.d.ts +8 -7
- package/dist/plugins/internal/essentialsCommandGroups/coreFormatting.d.ts +17 -0
- package/dist/plugins/internal/essentialsCommandGroups/documentAndBrowser.d.ts +15 -0
- package/dist/plugins/internal/essentialsCommandGroups/paragraphAndSection.d.ts +13 -0
- package/dist/plugins/internal/essentialsCommandGroups/table.d.ts +11 -0
- package/dist/react.js +14 -15
- package/dist/text/fontMetricsUtil.d.ts +16 -0
- package/dist/text/fonts/opentype/extensionLookup.d.ts +9 -0
- package/dist/ui/EditorImportProgressOverlay.d.ts +7 -0
- package/dist/ui/EditorStatusBar.d.ts +13 -0
- package/dist/ui/OasisEditorEditor.d.ts +3 -117
- package/dist/ui/OasisEditorEditorProps.d.ts +118 -0
- package/dist/ui/app/createEditorEssentialsPlugin.d.ts +2 -41
- package/dist/ui/app/essentials/browser.d.ts +3 -0
- package/dist/ui/app/essentials/document.d.ts +4 -0
- package/dist/ui/app/essentials/formatting.d.ts +9 -0
- package/dist/ui/app/essentials/gate.d.ts +4 -0
- package/dist/ui/app/essentials/history.d.ts +4 -0
- package/dist/ui/app/essentials/image.d.ts +4 -0
- package/dist/ui/app/essentials/link.d.ts +4 -0
- package/dist/ui/app/essentials/paragraph.d.ts +4 -0
- package/dist/ui/app/essentials/section.d.ts +4 -0
- package/dist/ui/app/essentials/selection.d.ts +4 -0
- package/dist/ui/app/essentials/style.d.ts +4 -0
- package/dist/ui/app/essentials/table.d.ts +4 -0
- package/dist/ui/app/essentials/types.d.ts +41 -0
- package/dist/ui/canvas/canvasLineSlotLookup.d.ts +8 -0
- package/dist/ui/canvas/canvasSnapshotLines.d.ts +22 -0
- package/dist/ui/canvas/canvasSnapshotWalkers.d.ts +41 -0
- package/dist/ui/canvas/canvasTheme.d.ts +6 -0
- package/dist/ui/components/Dialogs/ParagraphDialog.d.ts +2 -69
- package/dist/ui/components/Dialogs/paragraph-dialog/ParagraphDialogTypes.d.ts +82 -0
- package/dist/ui/components/Dialogs/paragraph-dialog/useParagraphDialogController.d.ts +66 -0
- package/dist/ui/components/Dialogs/table-properties/TablePropertiesTypes.d.ts +0 -1
- package/dist/ui/components/Toolbar/LineSpacingButton.d.ts +10 -0
- package/dist/ui/components/Toolbar/presets/defaultToolbar/buttonSpecs.d.ts +27 -0
- package/dist/ui/components/Toolbar/presets/defaultToolbar/optionBuilders.d.ts +10 -0
- package/dist/ui/components/Toolbar/presets/defaultToolbar/ribbonPlacements.d.ts +3 -0
- package/dist/ui/components/Toolbar/primitives/DropdownChevron.d.ts +20 -0
- package/dist/ui/utils/customIcons.d.ts +30 -0
- package/dist/utils/parseNumber.d.ts +5 -0
- package/dist/vue.d.ts +5 -5
- package/dist/vue.js +10 -12
- package/package.json +1 -1
- package/dist/layoutProjection/presetGeometry/families.d.ts +0 -37
- package/dist/plugins/internal/essentialsCommandGroups.d.ts +0 -41
package/dist/oasis-editor.js
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { cX, a5, aj, az, at, cY, cZ, c_, an, c$, a6, cG, aA, d0, d1, ay, aq, d2, d3, d4, a4, d5, cE, aC, d6, d7, d8, d9, da, cS, db, dc, dd, aH, aG, de, ar, df, dg, dh, di, dj, dk, av, as, dl, aK, aB, aJ, aI, am, ax, cR, dm, cY as cY2, d2 as d22, d5 as d52, de as de2, df as df2, dk as dk2, dn, cI, cD, dp, dq, dr, cF, ds, dt, cH } from "./index-BOj4-NlJ.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
cX as ActionRow,
|
|
4
4
|
a5 as BalloonShell,
|
|
5
5
|
aj as Button,
|
|
6
6
|
az as Checkbox,
|
|
7
7
|
at as ColorField,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
cY as ColorPicker,
|
|
9
|
+
cZ as CommandRegistry,
|
|
10
|
+
c_ as DEFAULT_PALETTE,
|
|
11
11
|
an as Dialog,
|
|
12
|
-
|
|
12
|
+
c$ as DialogFooter,
|
|
13
13
|
a6 as DocumentShell,
|
|
14
|
-
|
|
14
|
+
cG as Editor,
|
|
15
15
|
aA as FieldGroup,
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
d0 as FieldRow,
|
|
17
|
+
d1 as FloatingActionButton,
|
|
18
18
|
ay as FormField,
|
|
19
19
|
aq as Grid,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
d2 as GridPicker,
|
|
21
|
+
d3 as Heading,
|
|
22
|
+
d4 as IconButton,
|
|
23
23
|
a4 as InlineShell,
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
d5 as Menu,
|
|
25
|
+
cE as MenuRegistry,
|
|
26
26
|
aC as NumberField,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
d6 as OASIS_BUILTIN_COMMANDS,
|
|
28
|
+
d7 as OASIS_MENU_ITEMS,
|
|
29
|
+
d8 as OASIS_TOOLBAR_ITEMS,
|
|
30
|
+
d9 as OasisEditorAppLazy,
|
|
31
|
+
da as OasisEditorContainer,
|
|
32
|
+
cS as OasisEditorLoading,
|
|
33
|
+
db as PluginCollection,
|
|
34
|
+
dc as Popover,
|
|
35
|
+
dd as RIBBON_TABS,
|
|
36
|
+
aH as Radio,
|
|
37
|
+
aG as RadioGroup,
|
|
38
|
+
de as Select,
|
|
39
39
|
ar as SelectField,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
df as Separator,
|
|
41
|
+
dg as SidePanel,
|
|
42
|
+
dh as SidePanelBody,
|
|
43
|
+
di as SidePanelFooter,
|
|
44
|
+
dj as SidePanelHeader,
|
|
45
|
+
dk as SplitButton,
|
|
46
46
|
av as Stack,
|
|
47
47
|
as as StatusText,
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
dl as StyleGallery,
|
|
49
|
+
aK as SurfaceButton,
|
|
50
50
|
aB as Tabs,
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
aJ as Text,
|
|
52
|
+
aI as TextAreaField,
|
|
53
53
|
am as TextField,
|
|
54
54
|
ax as ToggleChip,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
55
|
+
cR as Toolbar,
|
|
56
|
+
dm as ToolbarButton,
|
|
57
|
+
cY2 as ToolbarColorPicker,
|
|
58
|
+
d22 as ToolbarGridPicker,
|
|
59
|
+
d52 as ToolbarMenu,
|
|
60
|
+
de2 as ToolbarSelect,
|
|
61
|
+
df2 as ToolbarSeparator,
|
|
62
|
+
dk2 as ToolbarSplitButton,
|
|
63
|
+
dn as buildRibbonTabDefinitions,
|
|
64
|
+
cI as commandRefName,
|
|
65
|
+
cD as createDefaultToolbarPreset,
|
|
66
|
+
dp as createEditorCommandBus,
|
|
67
|
+
dq as createOasisEditor,
|
|
68
|
+
dr as createOasisEditorContainer,
|
|
69
|
+
cF as createToolbarRegistry,
|
|
70
|
+
ds as mount,
|
|
71
|
+
dt as registerToolbarRenderer,
|
|
72
|
+
cH as resolveCommandRef
|
|
73
73
|
};
|