yc-vep-ui 0.0.54 → 0.0.55

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.
Files changed (2) hide show
  1. package/dist/entry.d.ts +3 -1
  2. package/package.json +1 -1
package/dist/entry.d.ts CHANGED
@@ -9,6 +9,8 @@ export type { IInfiniteScrollProps } from './components/InfiniteScroll/type'
9
9
  export type { IEditorProps } from './components/Editor/type'
10
10
  export type { ICardProps } from './components/Card/type'
11
11
  export * from './components'
12
- declare const ycPlugin: { install(app: App): Promise<void> }
12
+ export declare function setHostVue(vue: any): void
13
+ export declare function getHostVue(): any
14
+ declare const ycPlugin: { install(app: App): void }
13
15
  export default ycPlugin
14
16
  export { ycPlugin }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-vep-ui",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
6
6
  "keywords": [