@kengic/vue 0.26.7-beta.12 → 0.26.7-beta.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +10778 -10825
- package/dist/src/component/KgModal/hooks/useDragToResize.d.ts +3 -1
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.ae10323d.mjs → close-outlined-DMcSQWxQ.36fe6249.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.2766ee74.mjs → fullscreen-exit-outlined-X1iYkFc4.233078f6.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.21eed62c.mjs → fullscreen-outlined-DDBrsRcy.568c4edd.mjs} +0 -0
@@ -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:
|
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.
|
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.
|
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",
|
File without changes
|
File without changes
|
File without changes
|