@kengic/vue 0.26.7-beta.12 → 0.26.7-beta.14

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.
@@ -1,5 +1,6 @@
1
1
  import { Ref } from 'vue';
2
2
  import { KgModalProps } from '../KgModal';
3
+ declare type HandleType = 'top-left' | 'top' | 'top-right' | 'right' | 'bottom-right' | 'bottom' | 'bottom-left' | 'left';
3
4
  /**
4
5
  * 拖拽改变大小.
5
6
  *
@@ -20,10 +21,11 @@ export declare function useDragToResize(param: {
20
21
  */
21
22
  onMouseDown: (param: {
22
23
  event: MouseEvent;
23
- handleType: "left" | "right" | "top" | "bottom" | "top-left" | "top-right" | "bottom-right" | "bottom-left";
24
+ handleType: HandleType;
24
25
  }) => void;
25
26
  /**
26
27
  * 弹窗宽度.
27
28
  */
28
29
  width: Ref<string | number>;
29
30
  };
31
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.7-beta.12",
3
+ "version": "0.26.7-beta.14",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -40,7 +40,7 @@
40
40
  "@iconify-icons/ph": "1.2.5",
41
41
  "@iconify/vue": "4.1.2",
42
42
  "@kengic/core.core": "0.0.1-beta.19",
43
- "@kengic/core.react": "0.0.1-beta.35",
43
+ "@kengic/core.react": "0.0.1-beta.37",
44
44
  "@kengic/pont": "1.2.17-beta.1",
45
45
  "@rys-fe/vite-plugin-theme": "0.8.6",
46
46
  "@thymine/xunee": "0.4.9-beta.8",