@kengic/vue 0.26.5-beta.4 → 0.26.5-beta.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  import { Q } from '@thymine/xunee';
2
2
  import { Ref } from 'vue';
3
3
  export declare type IUseResizeObserver = {};
4
- export declare function _useResizeObserver(kgCanvasRef: Ref<HTMLDivElement | null>, graph: Ref<Q.Graph | null>): IUseResizeObserver;
4
+ export declare function _useResizeObserver(kgCanvasRef: Ref<HTMLDivElement | null>, graph: () => Q.Graph | null): IUseResizeObserver;
@@ -16,7 +16,7 @@ export declare type IKgCanvasOnInitEventListenerParameter = {
16
16
  */
17
17
  eid: string;
18
18
  /**
19
- * 图形组件.
19
+ * 图形组件对象.
20
20
  */
21
21
  graph: Q.Graph;
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.5-beta.4",
3
+ "version": "0.26.5-beta.6",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
@@ -42,7 +42,7 @@
42
42
  "@iconify/vue": "4.1.1",
43
43
  "@kengic/pont": "1.2.15",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
- "@thymine/xunee": "0.2.0",
45
+ "@thymine/xunee": "0.4.9-beta.3",
46
46
  "@types/crypto-js": "4.1.1",
47
47
  "@types/fs-extra": "9.0.13",
48
48
  "@types/inquirer": "8.2.5",