@eigenpal/docx-js-editor 0.0.1

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.
@@ -0,0 +1,27 @@
1
+ import { C as CorePlugin } from './types-BJXChtaM.cjs';
2
+ export { b as CommandHandler, o as CommandResult, aD as ExtractCommand, J as JsonSchema, y as LoadedDocument, d as McpSession, z as McpToolAnnotations, G as McpToolContent, K as McpToolContext, M as McpToolDefinition, aE as McpToolExample, N as McpToolHandler, O as McpToolResult, W as PluginCommand, b as PluginCommandHandler, X as PluginEvent, c as PluginEventListener, P as PluginOptions, a as PluginRegistrationResult, M as ToolDefinition, N as ToolHandler, O as ToolResult, aF as TypedCommandHandler, ac as ZodSchemaLike, ak as isZodSchema } from './types-BJXChtaM.cjs';
3
+ export { P as PluginRegistry, c as createPluginRegistrar, p as default, p as pluginRegistry, r as registerPlugins } from './registry-DeeU0bQB.cjs';
4
+
5
+ /**
6
+ * Docxtemplater Plugin
7
+ *
8
+ * Core plugin for template variable functionality using docxtemplater.
9
+ * Provides:
10
+ * - Command handlers for inserting template variables
11
+ * - MCP tools for template operations (get variables, apply template)
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * import { pluginRegistry } from '@eigenpal/docx-editor/core-plugins';
16
+ * import { docxtemplaterPlugin } from '@eigenpal/docx-editor/core-plugins/docxtemplater';
17
+ *
18
+ * pluginRegistry.register(docxtemplaterPlugin);
19
+ * ```
20
+ */
21
+
22
+ /**
23
+ * Docxtemplater plugin for template variable functionality
24
+ */
25
+ declare const docxtemplaterPlugin: CorePlugin;
26
+
27
+ export { CorePlugin, CorePlugin as Plugin, docxtemplaterPlugin };
@@ -0,0 +1,27 @@
1
+ import { C as CorePlugin } from './types-BJXChtaM.js';
2
+ export { b as CommandHandler, o as CommandResult, aD as ExtractCommand, J as JsonSchema, y as LoadedDocument, d as McpSession, z as McpToolAnnotations, G as McpToolContent, K as McpToolContext, M as McpToolDefinition, aE as McpToolExample, N as McpToolHandler, O as McpToolResult, W as PluginCommand, b as PluginCommandHandler, X as PluginEvent, c as PluginEventListener, P as PluginOptions, a as PluginRegistrationResult, M as ToolDefinition, N as ToolHandler, O as ToolResult, aF as TypedCommandHandler, ac as ZodSchemaLike, ak as isZodSchema } from './types-BJXChtaM.js';
3
+ export { P as PluginRegistry, c as createPluginRegistrar, p as default, p as pluginRegistry, r as registerPlugins } from './registry-D3zhko7n.js';
4
+
5
+ /**
6
+ * Docxtemplater Plugin
7
+ *
8
+ * Core plugin for template variable functionality using docxtemplater.
9
+ * Provides:
10
+ * - Command handlers for inserting template variables
11
+ * - MCP tools for template operations (get variables, apply template)
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * import { pluginRegistry } from '@eigenpal/docx-editor/core-plugins';
16
+ * import { docxtemplaterPlugin } from '@eigenpal/docx-editor/core-plugins/docxtemplater';
17
+ *
18
+ * pluginRegistry.register(docxtemplaterPlugin);
19
+ * ```
20
+ */
21
+
22
+ /**
23
+ * Docxtemplater plugin for template variable functionality
24
+ */
25
+ declare const docxtemplaterPlugin: CorePlugin;
26
+
27
+ export { CorePlugin, CorePlugin as Plugin, docxtemplaterPlugin };