@aitmed/aitmed-document-template 1.82.0 → 1.84.0

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/index.d.ts CHANGED
@@ -1,13 +1,14 @@
1
- import { App } from 'vue';
2
- import type EditorJSON from './interface';
3
- import { useDocumentTemplateStore } from './store/index';
4
- import DocumentTemplate from './components/DocumentTemplate.vue';
5
- import 'element-plus/theme-chalk/index.css';
6
- import aitmedTemplateRole from './utils/role.config';
7
- import aitmedTemplateType from './utils/type.config';
1
+ import { App } from "vue";
2
+ import type EditorJSON from "./interface";
3
+ import { useDocumentTemplateStore } from "./store/index";
4
+ import DocumentTemplate from "./components/DocumentTemplate.vue";
5
+ import "element-plus/theme-chalk/index.css";
6
+ import aitmedTemplateRole from "./utils/role.config";
7
+ import aitmedTemplateType from "./utils/type.config";
8
+ import * as utils from "./utils/utils";
8
9
  declare const install: (app: App) => void;
9
10
  export type { EditorJSON };
10
- export { DocumentTemplate, useDocumentTemplateStore, aitmedTemplateRole, aitmedTemplateType, install };
11
+ export { DocumentTemplate, useDocumentTemplateStore, aitmedTemplateRole, aitmedTemplateType, utils, install, };
11
12
  declare const _default: {
12
13
  install: (app: App<any>) => void;
13
14
  };