@eigenpal/docx-editor-vue
Subpaths
@eigenpal/docx-editor-vue
Curated root entry for the documented Vue 3 editor API. Advanced surfaces stay public through explicit subpaths: -
@eigenpal/docx-editor-vue/ui-@eigenpal/docx-editor-vue/dialogs-@eigenpal/docx-editor-vue/composables-@eigenpal/docx-editor-vue/plugin-api@eigenpal/docx-editor-vue/ui
UI entry point — toolbar primitives, pickers, dialogs. Mirrors
packages/react/src/ui.tsso consumer code that imports@eigenpal/docx-editor-react/ui { ColorPicker, FontPicker }and swaps to@eigenpal/docx-editor-vue/uiworks without surface changes.@eigenpal/docx-editor-vue/composables
Vue composables mirroring the React
hookssubpath — history, table selection, find/replace, autosave, clipboard, zoom, and the high-leveluseDocxEditorhost composable.@eigenpal/docx-editor-vue/dialogs
Modal dialog components — hyperlinks, find/replace, page setup, image properties, and keyboard shortcuts. Mirrors the React dialogs subpath.
@eigenpal/docx-editor-vue/plugin-api
Generic plugin interface and host component for integrating external plugins with the Vue editor. Pairs with the framework-agnostic plugin types exported from
@eigenpal/docx-editor-core/plugin-api.@eigenpal/docx-editor-vue/styles
CSS import path constant and shared layering tokens. Bring in the editor's base styles by importing
@eigenpal/docx-editor-vue/styles.cssdirectly; this module exists for tooling that prefers a JS-style import.