3h1-ui 2.13.0 → 2.13.2
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/es/index.js +5 -4
- package/es/style.css +2 -0
- package/es/ui/src/Basic/src/BasicHelp.vue.d.ts +2 -2
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
- package/es/ui/src/Button/src/props.d.ts +1 -1
- package/es/ui/src/CountTo/src/CountTo.vue.d.ts +1 -1
- package/es/ui/src/Cropper/src/Cropper.vue.d.ts +2 -2
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +2 -2
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +2 -2
- package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
- package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
- package/es/ui/src/Loading/src/Loading.vue.d.ts +1 -1
- package/es/ui/src/Modal/index.d.ts +14 -14
- package/es/ui/src/Modal/src/BasicModal.vue.d.ts +5 -5
- package/es/ui/src/Modal/src/components/BasicHelp.vue.d.ts +2 -2
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
- package/es/ui/src/Modal/src/components/Modal.d.ts +4 -4
- package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +5 -5
- package/es/ui/src/Table/src/BasicTable.vue.d.ts +3279 -0
- package/es/ui/src/Table/src/components/HeaderCell.vue.d.ts +2 -2
- package/es/ui/src/Table/src/components/TableImg.vue.d.ts +1 -1
- package/es/ui/src/Transition/index.d.ts +11 -11
- package/es/ui/src/Transition/src/CreateTransition.d.ts +1 -1
- package/es/ui/src/Tree/src/BasicTree.vue.d.ts +2 -2
- package/lib/index.js +5 -4
- package/package.json +13 -13
- package/es/ui/src/Basic/src/BasicArrow.vue.d.ts +0 -96
- package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +0 -8
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +0 -121
- package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +0 -9
- package/es/ui/src/Dropdown/src/Dropdown.vue.d.ts +0 -92
- package/es/ui/src/Icon/src/Icon.vue.d.ts +0 -33
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +0 -95
- package/es/ui/src/Modal/src/components/ScrollContainer.vue.d.ts +0 -9
package/es/index.js
CHANGED
|
@@ -12012,7 +12012,6 @@ const PageSecond = /* @__PURE__ */ defineComponent({
|
|
|
12012
12012
|
const handleClick = () => {
|
|
12013
12013
|
emit("click-return");
|
|
12014
12014
|
};
|
|
12015
|
-
console.log(1);
|
|
12016
12015
|
return () => {
|
|
12017
12016
|
var _a2;
|
|
12018
12017
|
return createVNode("div", {
|
|
@@ -12024,7 +12023,9 @@ const PageSecond = /* @__PURE__ */ defineComponent({
|
|
|
12024
12023
|
"onClick": handleClick
|
|
12025
12024
|
}, null), createVNode("div", {
|
|
12026
12025
|
"class": `${prefixCls}-header-title`
|
|
12027
|
-
}, [
|
|
12026
|
+
}, [createVNode("div", {
|
|
12027
|
+
"style": "margin-right:10px"
|
|
12028
|
+
}, [(slots == null ? void 0 : slots.title) ? slots == null ? void 0 : slots.title() : props2.title]), (slots == null ? void 0 : slots.titleAfter) ? slots == null ? void 0 : slots.titleAfter() : null])]), createVNode("div", {
|
|
12028
12029
|
"class": `${prefixCls}-body`
|
|
12029
12030
|
}, [(_a2 = slots.default) == null ? void 0 : _a2.call(slots)]), props2.isShowFooter ? createVNode("div", {
|
|
12030
12031
|
"class": `${prefixCls}-footer`
|
|
@@ -17089,10 +17090,10 @@ const Description = /* @__PURE__ */ defineComponent({
|
|
|
17089
17090
|
"class": `${prefixCls2}-label`
|
|
17090
17091
|
}, [slots[`${item.field}Label`] ? slots[`${item.field}Label`]() : item.label, ((_b = getProps.value) == null ? void 0 : _b.isShowColon) ? ":" : ""]), createVNode("span", {
|
|
17091
17092
|
"class": `${prefixCls2}-value`
|
|
17092
|
-
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field]
|
|
17093
|
+
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field], (item == null ? void 0 : item.isCopy) ? createVNode("span", {
|
|
17093
17094
|
"style": "cursor:pointer",
|
|
17094
17095
|
"onClick": () => handleClick(getProps.value.data[item.field])
|
|
17095
|
-
}, [createVNode(CopyOutlined$1, null, null)]) : null]);
|
|
17096
|
+
}, [createVNode(CopyOutlined$1, null, null)]) : null])]);
|
|
17096
17097
|
}
|
|
17097
17098
|
});
|
|
17098
17099
|
});
|
package/es/style.css
CHANGED
|
@@ -25290,6 +25290,8 @@ span.iconify {
|
|
|
25290
25290
|
font-size: 16px;
|
|
25291
25291
|
}
|
|
25292
25292
|
.shy-basic-page-second-header-title {
|
|
25293
|
+
display: flex;
|
|
25294
|
+
align-items: center;
|
|
25293
25295
|
margin-left: 30px;
|
|
25294
25296
|
font-size: 20px;
|
|
25295
25297
|
font-family: PingFangSC-Regular;
|
|
@@ -90,10 +90,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
90
90
|
type: PropType<string | string[]>;
|
|
91
91
|
};
|
|
92
92
|
}>>, {
|
|
93
|
-
placement: string;
|
|
94
93
|
color: string;
|
|
94
|
+
fontSize: string;
|
|
95
95
|
maxWidth: string;
|
|
96
|
+
placement: string;
|
|
96
97
|
showIndex: boolean;
|
|
97
|
-
fontSize: string;
|
|
98
98
|
}>;
|
|
99
99
|
export default _sfc_main;
|
|
@@ -80,11 +80,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
80
80
|
type: PropType<string | string[]>;
|
|
81
81
|
};
|
|
82
82
|
}>>, {
|
|
83
|
-
placement: string;
|
|
84
83
|
color: string;
|
|
84
|
+
fontSize: string;
|
|
85
85
|
maxWidth: string;
|
|
86
|
+
placement: string;
|
|
86
87
|
showIndex: boolean;
|
|
87
|
-
fontSize: string;
|
|
88
88
|
}>;
|
|
89
89
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
90
|
/**
|
|
@@ -122,13 +122,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
122
122
|
onOnStarted?: (...args: any[]) => any;
|
|
123
123
|
onOnFinished?: (...args: any[]) => any;
|
|
124
124
|
}, {
|
|
125
|
+
prefix: string;
|
|
125
126
|
transition: string;
|
|
126
127
|
duration: number;
|
|
127
128
|
startVal: number;
|
|
128
129
|
endVal: number;
|
|
129
130
|
autoplay: boolean;
|
|
130
131
|
decimals: number;
|
|
131
|
-
prefix: string;
|
|
132
132
|
suffix: string;
|
|
133
133
|
separator: string;
|
|
134
134
|
decimal: string;
|
|
@@ -40,7 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
40
|
getImageStyle: import("vue").ComputedRef<CSSProperties>;
|
|
41
41
|
isReady: import("vue").Ref<boolean>;
|
|
42
42
|
croppered: () => void;
|
|
43
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
43
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ready" | "cropend" | "cropendError")[], "ready" | "cropend" | "cropendError", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
44
|
src: {
|
|
45
45
|
type: StringConstructor;
|
|
46
46
|
required: boolean;
|
|
@@ -73,8 +73,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
73
73
|
default: () => {};
|
|
74
74
|
};
|
|
75
75
|
}>> & {
|
|
76
|
-
onCropend?: (...args: any[]) => any;
|
|
77
76
|
onReady?: (...args: any[]) => any;
|
|
77
|
+
onCropend?: (...args: any[]) => any;
|
|
78
78
|
onCropendError?: (...args: any[]) => any;
|
|
79
79
|
}, {
|
|
80
80
|
options: {};
|
|
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
btnProps: {
|
|
15
15
|
type: PropType<Partial<import("vue").ExtractPropTypes<{
|
|
16
16
|
color: {
|
|
17
|
-
type: globalThis.PropType<"" | "
|
|
17
|
+
type: globalThis.PropType<"" | "error" | "success" | "warning">;
|
|
18
18
|
validator: (v: any) => boolean;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
@@ -78,7 +78,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
78
78
|
btnProps: {
|
|
79
79
|
type: PropType<Partial<import("vue").ExtractPropTypes<{
|
|
80
80
|
color: {
|
|
81
|
-
type: globalThis.PropType<"" | "
|
|
81
|
+
type: globalThis.PropType<"" | "error" | "success" | "warning">;
|
|
82
82
|
validator: (v: any) => boolean;
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
getBindValues: import("vue").ComputedRef<DrawerProps>;
|
|
78
78
|
getFooterHeight: import("vue").ComputedRef<string>;
|
|
79
79
|
handleOk: () => void;
|
|
80
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
80
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok" | "visible-change" | "register")[], "close" | "register" | "ok" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
81
|
confirmLoading: {
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
};
|
|
@@ -152,11 +152,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
152
152
|
}, {
|
|
153
153
|
title: string;
|
|
154
154
|
visible: boolean;
|
|
155
|
+
loading: boolean;
|
|
155
156
|
okText: string;
|
|
156
157
|
okType: string;
|
|
157
158
|
cancelText: string;
|
|
158
159
|
maskClosable: boolean;
|
|
159
|
-
loading: boolean;
|
|
160
160
|
confirmLoading: boolean;
|
|
161
161
|
destroyOnClose: boolean;
|
|
162
162
|
showCancelBtn: boolean;
|
|
@@ -41,7 +41,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
41
41
|
prefixCls: string;
|
|
42
42
|
handleClose: () => void;
|
|
43
43
|
getStyle: import("vue").ComputedRef<CSSProperties>;
|
|
44
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
44
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
height: {
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
default: string;
|
|
@@ -82,11 +82,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
82
82
|
onOk?: (...args: any[]) => any;
|
|
83
83
|
onClose?: (...args: any[]) => any;
|
|
84
84
|
}, {
|
|
85
|
+
height: string;
|
|
85
86
|
okText: string;
|
|
86
87
|
okType: string;
|
|
87
88
|
cancelText: string;
|
|
88
89
|
confirmLoading: boolean;
|
|
89
|
-
height: string;
|
|
90
90
|
showCancelBtn: boolean;
|
|
91
91
|
showOkBtn: boolean;
|
|
92
92
|
showFooter: boolean;
|
|
@@ -5,16 +5,18 @@ export declare const BasicModal: {
|
|
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
|
6
6
|
$data: {};
|
|
7
7
|
$props: Partial<{
|
|
8
|
+
scrollTop: boolean;
|
|
9
|
+
draggable: boolean;
|
|
10
|
+
mask: boolean;
|
|
8
11
|
visible: boolean;
|
|
12
|
+
loading: boolean;
|
|
9
13
|
closable: boolean;
|
|
10
14
|
centered: boolean;
|
|
11
15
|
okText: string;
|
|
12
16
|
okType: string;
|
|
13
17
|
cancelText: string;
|
|
14
|
-
mask: boolean;
|
|
15
18
|
maskClosable: boolean;
|
|
16
19
|
keyboard: boolean;
|
|
17
|
-
loading: boolean;
|
|
18
20
|
confirmLoading: boolean;
|
|
19
21
|
destroyOnClose: boolean;
|
|
20
22
|
defaultFullscreen: boolean;
|
|
@@ -23,8 +25,6 @@ export declare const BasicModal: {
|
|
|
23
25
|
useWrapper: boolean;
|
|
24
26
|
showCancelBtn: boolean;
|
|
25
27
|
showOkBtn: boolean;
|
|
26
|
-
scrollTop: boolean;
|
|
27
|
-
draggable: boolean;
|
|
28
28
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
visible: {
|
|
30
30
|
type: BooleanConstructor;
|
|
@@ -235,7 +235,7 @@ export declare const BasicModal: {
|
|
|
235
235
|
"onHeight-change"?: (...args: any[]) => any;
|
|
236
236
|
"onVisible-change"?: (...args: any[]) => any;
|
|
237
237
|
onRegister?: (...args: any[]) => any;
|
|
238
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
238
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "scrollTop" | "draggable" | "mask" | "visible" | "loading" | "closable" | "centered" | "okText" | "okType" | "cancelText" | "maskClosable" | "keyboard" | "confirmLoading" | "destroyOnClose" | "defaultFullscreen" | "canFullscreen" | "wrapperFooterOffset" | "useWrapper" | "showCancelBtn" | "showOkBtn">;
|
|
239
239
|
$attrs: {
|
|
240
240
|
[x: string]: unknown;
|
|
241
241
|
};
|
|
@@ -479,16 +479,18 @@ export declare const BasicModal: {
|
|
|
479
479
|
handleTitleDbClick: (e: any) => void;
|
|
480
480
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
481
481
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel" | "update:visible" | "height-change" | "visible-change" | "register")[], string, {
|
|
482
|
+
scrollTop: boolean;
|
|
483
|
+
draggable: boolean;
|
|
484
|
+
mask: boolean;
|
|
482
485
|
visible: boolean;
|
|
486
|
+
loading: boolean;
|
|
483
487
|
closable: boolean;
|
|
484
488
|
centered: boolean;
|
|
485
489
|
okText: string;
|
|
486
490
|
okType: string;
|
|
487
491
|
cancelText: string;
|
|
488
|
-
mask: boolean;
|
|
489
492
|
maskClosable: boolean;
|
|
490
493
|
keyboard: boolean;
|
|
491
|
-
loading: boolean;
|
|
492
494
|
confirmLoading: boolean;
|
|
493
495
|
destroyOnClose: boolean;
|
|
494
496
|
defaultFullscreen: boolean;
|
|
@@ -497,8 +499,6 @@ export declare const BasicModal: {
|
|
|
497
499
|
useWrapper: boolean;
|
|
498
500
|
showCancelBtn: boolean;
|
|
499
501
|
showOkBtn: boolean;
|
|
500
|
-
scrollTop: boolean;
|
|
501
|
-
draggable: boolean;
|
|
502
502
|
}, {}, string> & {
|
|
503
503
|
beforeCreate?: (() => void) | (() => void)[];
|
|
504
504
|
created?: (() => void) | (() => void)[];
|
|
@@ -981,17 +981,19 @@ export declare const BasicModal: {
|
|
|
981
981
|
handleHeightChange: (height: string) => void;
|
|
982
982
|
handleTitleDbClick: (e: any) => void;
|
|
983
983
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
984
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel" | "update:visible" | "height-change" | "visible-change" | "register")[], "
|
|
984
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel" | "update:visible" | "height-change" | "visible-change" | "register")[], "register" | "cancel" | "ok" | "update:visible" | "height-change" | "visible-change", {
|
|
985
|
+
scrollTop: boolean;
|
|
986
|
+
draggable: boolean;
|
|
987
|
+
mask: boolean;
|
|
985
988
|
visible: boolean;
|
|
989
|
+
loading: boolean;
|
|
986
990
|
closable: boolean;
|
|
987
991
|
centered: boolean;
|
|
988
992
|
okText: string;
|
|
989
993
|
okType: string;
|
|
990
994
|
cancelText: string;
|
|
991
|
-
mask: boolean;
|
|
992
995
|
maskClosable: boolean;
|
|
993
996
|
keyboard: boolean;
|
|
994
|
-
loading: boolean;
|
|
995
997
|
confirmLoading: boolean;
|
|
996
998
|
destroyOnClose: boolean;
|
|
997
999
|
defaultFullscreen: boolean;
|
|
@@ -1000,7 +1002,5 @@ export declare const BasicModal: {
|
|
|
1000
1002
|
useWrapper: boolean;
|
|
1001
1003
|
showCancelBtn: boolean;
|
|
1002
1004
|
showOkBtn: boolean;
|
|
1003
|
-
scrollTop: boolean;
|
|
1004
|
-
draggable: boolean;
|
|
1005
1005
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
1006
1006
|
export * from './src/typing';
|
|
@@ -220,7 +220,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
220
220
|
handleHeightChange: (height: string) => void;
|
|
221
221
|
handleTitleDbClick: (e: any) => void;
|
|
222
222
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
223
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel" | "update:visible" | "height-change" | "visible-change" | "register")[], "
|
|
223
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel" | "update:visible" | "height-change" | "visible-change" | "register")[], "register" | "cancel" | "ok" | "update:visible" | "height-change" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
224
224
|
visible: {
|
|
225
225
|
type: BooleanConstructor;
|
|
226
226
|
};
|
|
@@ -431,16 +431,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
431
431
|
"onVisible-change"?: (...args: any[]) => any;
|
|
432
432
|
onRegister?: (...args: any[]) => any;
|
|
433
433
|
}, {
|
|
434
|
+
scrollTop: boolean;
|
|
435
|
+
draggable: boolean;
|
|
436
|
+
mask: boolean;
|
|
434
437
|
visible: boolean;
|
|
438
|
+
loading: boolean;
|
|
435
439
|
closable: boolean;
|
|
436
440
|
centered: boolean;
|
|
437
441
|
okText: string;
|
|
438
442
|
okType: string;
|
|
439
443
|
cancelText: string;
|
|
440
|
-
mask: boolean;
|
|
441
444
|
maskClosable: boolean;
|
|
442
445
|
keyboard: boolean;
|
|
443
|
-
loading: boolean;
|
|
444
446
|
confirmLoading: boolean;
|
|
445
447
|
destroyOnClose: boolean;
|
|
446
448
|
defaultFullscreen: boolean;
|
|
@@ -449,7 +451,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
449
451
|
useWrapper: boolean;
|
|
450
452
|
showCancelBtn: boolean;
|
|
451
453
|
showOkBtn: boolean;
|
|
452
|
-
scrollTop: boolean;
|
|
453
|
-
draggable: boolean;
|
|
454
454
|
}>;
|
|
455
455
|
export default _sfc_main;
|
|
@@ -90,10 +90,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
90
90
|
type: PropType<string | string[]>;
|
|
91
91
|
};
|
|
92
92
|
}>>, {
|
|
93
|
-
placement: string;
|
|
94
93
|
color: string;
|
|
94
|
+
fontSize: string;
|
|
95
95
|
maxWidth: string;
|
|
96
|
+
placement: string;
|
|
96
97
|
showIndex: boolean;
|
|
97
|
-
fontSize: string;
|
|
98
98
|
}>;
|
|
99
99
|
export default _sfc_main;
|
|
@@ -80,11 +80,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
80
80
|
type: PropType<string | string[]>;
|
|
81
81
|
};
|
|
82
82
|
}>>, {
|
|
83
|
-
placement: string;
|
|
84
83
|
color: string;
|
|
84
|
+
fontSize: string;
|
|
85
85
|
maxWidth: string;
|
|
86
|
+
placement: string;
|
|
86
87
|
showIndex: boolean;
|
|
87
|
-
fontSize: string;
|
|
88
88
|
}>;
|
|
89
89
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
90
|
/**
|
|
@@ -407,16 +407,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
407
407
|
}>> & {
|
|
408
408
|
onCancel?: (...args: any[]) => any;
|
|
409
409
|
}, {
|
|
410
|
+
scrollTop: boolean;
|
|
411
|
+
draggable: boolean;
|
|
412
|
+
mask: boolean;
|
|
410
413
|
visible: boolean;
|
|
414
|
+
loading: boolean;
|
|
411
415
|
closable: boolean;
|
|
412
416
|
centered: boolean;
|
|
413
417
|
okText: string;
|
|
414
418
|
okType: string;
|
|
415
419
|
cancelText: string;
|
|
416
|
-
mask: boolean;
|
|
417
420
|
maskClosable: boolean;
|
|
418
421
|
keyboard: boolean;
|
|
419
|
-
loading: boolean;
|
|
420
422
|
confirmLoading: boolean;
|
|
421
423
|
destroyOnClose: boolean;
|
|
422
424
|
defaultFullscreen: boolean;
|
|
@@ -425,7 +427,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
425
427
|
useWrapper: boolean;
|
|
426
428
|
showCancelBtn: boolean;
|
|
427
429
|
showOkBtn: boolean;
|
|
428
|
-
scrollTop: boolean;
|
|
429
|
-
draggable: boolean;
|
|
430
430
|
}>;
|
|
431
431
|
export default _default;
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
prefixCls: string;
|
|
22
22
|
handleCancel: (e: Event) => void;
|
|
23
23
|
handleFullScreen: (e: Event) => void;
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "fullscreen")[], "
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "fullscreen")[], "fullscreen" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
canFullscreen: {
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
default: boolean;
|
|
@@ -204,7 +204,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
204
204
|
}, {
|
|
205
205
|
handleOk: (e: Event) => void;
|
|
206
206
|
handleCancel: (e: Event) => void;
|
|
207
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel")[], "
|
|
207
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "cancel")[], "cancel" | "ok", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
208
208
|
visible: {
|
|
209
209
|
type: BooleanConstructor;
|
|
210
210
|
};
|
|
@@ -411,16 +411,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
411
411
|
onOk?: (...args: any[]) => any;
|
|
412
412
|
onCancel?: (...args: any[]) => any;
|
|
413
413
|
}, {
|
|
414
|
+
scrollTop: boolean;
|
|
415
|
+
draggable: boolean;
|
|
416
|
+
mask: boolean;
|
|
414
417
|
visible: boolean;
|
|
418
|
+
loading: boolean;
|
|
415
419
|
closable: boolean;
|
|
416
420
|
centered: boolean;
|
|
417
421
|
okText: string;
|
|
418
422
|
okType: string;
|
|
419
423
|
cancelText: string;
|
|
420
|
-
mask: boolean;
|
|
421
424
|
maskClosable: boolean;
|
|
422
425
|
keyboard: boolean;
|
|
423
|
-
loading: boolean;
|
|
424
426
|
confirmLoading: boolean;
|
|
425
427
|
destroyOnClose: boolean;
|
|
426
428
|
defaultFullscreen: boolean;
|
|
@@ -429,7 +431,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
429
431
|
useWrapper: boolean;
|
|
430
432
|
showCancelBtn: boolean;
|
|
431
433
|
showOkBtn: boolean;
|
|
432
|
-
scrollTop: boolean;
|
|
433
|
-
draggable: boolean;
|
|
434
434
|
}>;
|
|
435
435
|
export default _sfc_main;
|