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

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ import { Q } from '@thymine/xunee';
2
+ import { Ref } from 'vue';
3
+ export declare type IUseResizeObserver = {};
4
+ export declare function _useResizeObserver(kgCanvasRef: Ref<HTMLDivElement | null>, graph: Ref<Q.Graph | null>): IUseResizeObserver;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.5-beta.3",
3
+ "version": "0.26.5-beta.4",
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.4.9-beta.0",
45
+ "@thymine/xunee": "0.2.0",
46
46
  "@types/crypto-js": "4.1.1",
47
47
  "@types/fs-extra": "9.0.13",
48
48
  "@types/inquirer": "8.2.5",