@kengic/vue 0.28.1-beta.21 → 0.28.1-beta.23
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 +1507 -1466
- package/dist/src/component/KgModal/KgModal.d.ts +1 -1
- package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
- package/dist/src/component/KgTable/KgTable.event.d.ts +2 -0
- package/dist/src/const/const.vm.d.ts +2 -0
- package/package.json +3 -3
- /package/dist/{caret-right-outlined-Btgsw6a_.4380e153.mjs → caret-right-outlined-Btgsw6a_.16e4c236.mjs} +0 -0
- /package/dist/{close-outlined-DMcSQWxQ.2367494e.mjs → close-outlined-DMcSQWxQ.97e54be8.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.ecd69a72.mjs → exclamation-circle-outlined-DZrXCnvM.1b75df60.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.b008e9dd.mjs → fullscreen-exit-outlined-X1iYkFc4.b9563172.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.b14d8121.mjs → fullscreen-outlined-DDBrsRcy.5c2c799a.mjs} +0 -0
- /package/dist/{search-outlined-Od1M_oxf.27b4ca63.mjs → search-outlined-Od1M_oxf.fc7fab88.mjs} +0 -0
- /package/dist/{three-dots-loading-bIlrTJYR.f6fb9f4d.mjs → three-dots-loading-bIlrTJYR.0a775e4e.mjs} +0 -0
@@ -789,6 +789,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
789
789
|
originVNode: import("ant-design-vue/es/_util/type").VueNode;
|
790
790
|
}) => import("ant-design-vue/es/_util/type").VueNode>;
|
791
791
|
}>>, {
|
792
|
+
visible: boolean;
|
792
793
|
kgFullHeight: boolean;
|
793
794
|
kgIsDefaultFullscreen: boolean;
|
794
795
|
kgIsDragToMove: boolean;
|
@@ -800,7 +801,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
800
801
|
kgMinWidth: number;
|
801
802
|
kgShowCancelButton: boolean;
|
802
803
|
kgShowOkButton: boolean;
|
803
|
-
visible: boolean;
|
804
804
|
confirmLoading: boolean;
|
805
805
|
closable: boolean;
|
806
806
|
centered: boolean;
|
@@ -22,7 +22,7 @@ export declare const getProps: () => {
|
|
22
22
|
};
|
23
23
|
/** 拖拽条的位置. */
|
24
24
|
kgType: {
|
25
|
-
type: PropType<"
|
25
|
+
type: PropType<"top" | "left" | "right" | "bottom">;
|
26
26
|
default: string;
|
27
27
|
};
|
28
28
|
'onUpdate:kgHeight': PropType<(value: number) => void>;
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
50
50
|
};
|
51
51
|
/** 拖拽条的位置. */
|
52
52
|
kgType: {
|
53
|
-
type: PropType<"
|
53
|
+
type: PropType<"top" | "left" | "right" | "bottom">;
|
54
54
|
default: string;
|
55
55
|
};
|
56
56
|
'onUpdate:kgHeight': PropType<(value: number) => void>;
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
76
76
|
};
|
77
77
|
/** 拖拽条的位置. */
|
78
78
|
kgType: {
|
79
|
-
type: PropType<"
|
79
|
+
type: PropType<"top" | "left" | "right" | "bottom">;
|
80
80
|
default: string;
|
81
81
|
};
|
82
82
|
'onUpdate:kgHeight': PropType<(value: number) => void>;
|
@@ -86,6 +86,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
86
86
|
kgMaxHeight: number;
|
87
87
|
kgMinHeight: number;
|
88
88
|
kgHeight: number;
|
89
|
-
kgType: "
|
89
|
+
kgType: "top" | "left" | "right" | "bottom";
|
90
90
|
}>;
|
91
91
|
export default _default;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { type TooltipProps } from 'ant-design-vue';
|
1
2
|
import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
|
2
3
|
import { KgModalProps } from '../component';
|
3
4
|
/** 模块. */
|
@@ -614,6 +615,7 @@ export interface IKgVarSubmitConfigProperties {
|
|
614
615
|
* <p>额外的配置属性. 对应 {@link VarButton#props} 字段.</p>
|
615
616
|
*/
|
616
617
|
export interface IKgVarButtonProperties {
|
618
|
+
tooltip?: TooltipProps;
|
617
619
|
}
|
618
620
|
/**
|
619
621
|
* <p>额外的配置属性. 对应 {@link VarButtonConfig#props} 字段.</p>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.28.1-beta.
|
3
|
+
"version": "0.28.1-beta.23",
|
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",
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"------- ------------------------------------------": "",
|
18
18
|
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
19
19
|
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
20
|
-
"----- --------------------------------------------": "
|
20
|
+
"----- --------------------------------------------": "更新组件库的版本",
|
21
21
|
"bump:major": "npm run use-node && tsx script/bump.ts major",
|
22
22
|
"bump:minor": "npm run use-node && tsx script/bump.ts minor",
|
23
23
|
"bump:patch": "npm run use-node && tsx script/bump.ts patch",
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"@iconify-icons/ph": "1.2.5",
|
40
40
|
"@iconify/vue": "4.1.2",
|
41
41
|
"@kengic/core.core": "0.0.1-beta.22",
|
42
|
-
"@kengic/core.react": "0.0.2-beta.
|
42
|
+
"@kengic/core.react": "0.0.2-beta.27",
|
43
43
|
"@kengic/pont": "1.2.17-beta.5",
|
44
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
45
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/{search-outlined-Od1M_oxf.27b4ca63.mjs → search-outlined-Od1M_oxf.fc7fab88.mjs}
RENAMED
File without changes
|
/package/dist/{three-dots-loading-bIlrTJYR.f6fb9f4d.mjs → three-dots-loading-bIlrTJYR.0a775e4e.mjs}
RENAMED
File without changes
|