@eigenpal/nuxt-docx-editor 0.0.0 → 1.0.2

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/README.md CHANGED
@@ -61,10 +61,10 @@ export default defineNuxtConfig({
61
61
  });
62
62
  ```
63
63
 
64
- | Option | Type | Default | Description |
65
- | -------------- | --------- | ------- | -------------------------------------------------------------------------------- |
66
- | `prefix` | `string` | `''` | Component name prefix. `'Ep'` registers `<EpDocxEditor>`. |
67
- | `injectStyles` | `boolean` | `true` | Set `false` to import `@eigenpal/docx-editor-vue/styles.css` yourself. |
64
+ | Option | Type | Default | Description |
65
+ | -------------- | --------- | ------- | ---------------------------------------------------------------------- |
66
+ | `prefix` | `string` | `''` | Component name prefix. `'Ep'` registers `<EpDocxEditor>`. |
67
+ | `injectStyles` | `boolean` | `true` | Set `false` to import `@eigenpal/docx-editor-vue/styles.css` yourself. |
68
68
 
69
69
  ## Packages
70
70
 
@@ -72,7 +72,7 @@ export default defineNuxtConfig({
72
72
  | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
73
73
  | [`@eigenpal/docx-editor-react`](https://www.npmjs.com/package/@eigenpal/docx-editor-react) | <img src="https://cdn.simpleicons.org/react/61DAFB" width="20" align="middle" /> &nbsp; React adapter. Toolbar, paged editor, plugins. |
74
74
  | [`@eigenpal/docx-editor-vue`](https://www.npmjs.com/package/@eigenpal/docx-editor-vue) | <img src="https://cdn.simpleicons.org/vuedotjs/4FC08D" width="20" align="middle" /> &nbsp; Vue 3 adapter. Toolbar, paged editor, plugins. |
75
- | [`@eigenpal/nuxt-docx-editor`](https://www.npmjs.com/package/@eigenpal/nuxt-docx-editor) | <img src="https://cdn.simpleicons.org/nuxtdotjs/00DC82" width="20" align="middle" /> &nbsp; Nuxt 3 & 4 module wrapping the Vue adapter. |
75
+ | [`@eigenpal/nuxt-docx-editor`](https://www.npmjs.com/package/@eigenpal/nuxt-docx-editor) | <img src="https://cdn.simpleicons.org/nuxt/00DC82" width="20" align="middle" /> &nbsp; Nuxt 3 & 4 module wrapping the Vue adapter. |
76
76
  | [`@eigenpal/docx-editor-core`](https://www.npmjs.com/package/@eigenpal/docx-editor-core) | Framework-agnostic core: OOXML parser, serializer, layout engine, ProseMirror schema. Depend on this if you fork the React or Vue adapter. |
77
77
  | [`@eigenpal/docx-editor-i18n`](https://www.npmjs.com/package/@eigenpal/docx-editor-i18n) | Shared locale strings and types consumed by both adapters. |
78
78
  | [`@eigenpal/docx-editor-agents`](https://www.npmjs.com/package/@eigenpal/docx-editor-agents) | Agent SDK and chat UI: framework-agnostic bridge, MCP server, AI SDK adapters, plus React UI. |
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "0.0.0",
7
+ "version": "1.0.2",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eigenpal/nuxt-docx-editor",
3
- "version": "0.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Nuxt 3 & 4 module for the @eigenpal/docx-editor WYSIWYG DOCX editor — auto-imports an SSR-safe <DocxEditor> component.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@nuxt/kit": "^3.14.0 || ^4.0.0",
31
- "@eigenpal/docx-editor-vue": "^1.0.1",
31
+ "@eigenpal/docx-editor-vue": "^1.0.2",
32
32
  "prosemirror-commands": "^1.5.2",
33
33
  "prosemirror-dropcursor": "^1.8.2",
34
34
  "prosemirror-history": "^1.4.0",