@kengic/vue 0.26.7-beta.14 → 0.26.7-beta.16
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.
- package/dist/kengic-vue.js +8907 -8900
- package/dist/src/component/KgModal/hooks/useDragToResize.d.ts +0 -5
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.36fe6249.mjs → close-outlined-DMcSQWxQ.298066d0.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.233078f6.mjs → fullscreen-exit-outlined-X1iYkFc4.bc9141ed.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.568c4edd.mjs → fullscreen-outlined-DDBrsRcy.0b3cd7e4.mjs} +0 -0
|
@@ -9,7 +9,6 @@ declare type HandleType = 'top-left' | 'top' | 'top-right' | 'right' | 'bottom-r
|
|
|
9
9
|
* @param param.getProps 计算后的组件参数.
|
|
10
10
|
*/
|
|
11
11
|
export declare function useDragToResize(param: {
|
|
12
|
-
props: KgModalProps;
|
|
13
12
|
domRef: Ref<HTMLDivElement | null>;
|
|
14
13
|
getProps: Ref<KgModalProps>;
|
|
15
14
|
}): {
|
|
@@ -23,9 +22,5 @@ export declare function useDragToResize(param: {
|
|
|
23
22
|
event: MouseEvent;
|
|
24
23
|
handleType: HandleType;
|
|
25
24
|
}) => void;
|
|
26
|
-
/**
|
|
27
|
-
* 弹窗宽度.
|
|
28
|
-
*/
|
|
29
|
-
width: Ref<string | number>;
|
|
30
25
|
};
|
|
31
26
|
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.16",
|
|
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.39",
|
|
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
|