@dt-frames/ui 1.0.52 → 2.0.1
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/README.md +18 -1
- package/package.json +62 -40
- package/es/assets/data/icons/actions.d.ts +0 -1
- package/es/assets/data/icons/actions.ts +0 -427
- package/es/assets/data/icons/code.d.ts +0 -1
- package/es/assets/data/icons/code.ts +0 -10
- package/es/assets/data/icons/commuticate.d.ts +0 -1
- package/es/assets/data/icons/commuticate.ts +0 -190
- package/es/assets/data/icons/currency.d.ts +0 -1
- package/es/assets/data/icons/currency.ts +0 -46
- package/es/assets/data/icons/devices.d.ts +0 -1
- package/es/assets/data/icons/devices.ts +0 -128
- package/es/assets/data/icons/edit.d.ts +0 -1
- package/es/assets/data/icons/edit.ts +0 -165
- package/es/assets/data/icons/file.d.ts +0 -1
- package/es/assets/data/icons/file.ts +0 -104
- package/es/assets/data/icons/math.d.ts +0 -1
- package/es/assets/data/icons/math.ts +0 -53
- package/es/assets/data/icons/message.d.ts +0 -1
- package/es/assets/data/icons/message.ts +0 -75
- package/es/assets/data/icons/navigate.d.ts +0 -1
- package/es/assets/data/icons/navigate.ts +0 -181
- package/es/assets/data/icons/other.d.ts +0 -1
- package/es/assets/data/icons/other.ts +0 -333
- package/es/assets/data/icons.d.ts +0 -4
- package/es/assets/data/icons.ts +0 -58
- package/es/assets/imgs/header/avatar.png +0 -0
- package/es/assets/imgs/logo/logo.png +0 -0
- package/es/assets/imgs/table/empty.png +0 -0
- package/es/assets/locales/en.json +0 -97
- package/es/assets/locales/zh.json +0 -100
- package/es/assets/style/index.less +0 -10
- package/es/assets/style/reset.less +0 -17
- package/es/components/container/index.d.ts +0 -3
- package/es/components/container/index.less +0 -85
- package/es/components/container/src/bar.d.ts +0 -14
- package/es/components/container/src/scroll-bar.d.ts +0 -93
- package/es/components/container/src/scroll-container.d.ts +0 -99
- package/es/components/curd/index.d.ts +0 -2
- package/es/components/curd/src/components/dialog.d.ts +0 -1505
- package/es/components/curd/src/components/props.d.ts +0 -34
- package/es/components/curd/src/hooks/useCurd.d.ts +0 -17
- package/es/components/curd/src/types/curd.type.d.ts +0 -22
- package/es/components/forms/index.d.ts +0 -5
- package/es/components/forms/index.less +0 -107
- package/es/components/forms/src/componentMap.d.ts +0 -4
- package/es/components/forms/src/components/formButton.d.ts +0 -83
- package/es/components/forms/src/components/formIcon.d.ts +0 -2866
- package/es/components/forms/src/components/formInputUseDialog.d.ts +0 -911
- package/es/components/forms/src/components/formItem.d.ts +0 -58
- package/es/components/forms/src/components/radioButton.d.ts +0 -33
- package/es/components/forms/src/const/form.const.d.ts +0 -7
- package/es/components/forms/src/hooks/helper.d.ts +0 -8
- package/es/components/forms/src/hooks/useForm.d.ts +0 -5
- package/es/components/forms/src/hooks/useFormActions.d.ts +0 -13
- package/es/components/forms/src/hooks/useFormEvents.d.ts +0 -26
- package/es/components/forms/src/hooks/useFormValue.d.ts +0 -3
- package/es/components/forms/src/hooks/useFormValues.d.ts +0 -14
- package/es/components/forms/src/hooks/useLabelWidth.d.ts +0 -35
- package/es/components/forms/src/index.d.ts +0 -182
- package/es/components/forms/src/prop.d.ts +0 -79
- package/es/components/forms/src/types/form.type.d.ts +0 -115
- package/es/components/icons/index.d.ts +0 -3
- package/es/components/icons/index.less +0 -109
- package/es/components/icons/src/pick-icon.d.ts +0 -441
- package/es/components/icons/src/svg-icon.d.ts +0 -44
- package/es/components/iframe/index.d.ts +0 -2
- package/es/components/iframe/index.less +0 -3
- package/es/components/iframe/src/index.d.ts +0 -967
- package/es/components/iframe/src/index.less +0 -3
- package/es/components/index.d.ts +0 -14
- package/es/components/modal/index.d.ts +0 -3
- package/es/components/modal/index.less +0 -60
- package/es/components/modal/src/components/close-icon.d.ts +0 -309
- package/es/components/modal/src/components/modal-wrap.d.ts +0 -237
- package/es/components/modal/src/components/modal.d.ts +0 -200
- package/es/components/modal/src/components/modalFooter.d.ts +0 -124
- package/es/components/modal/src/hooks/useDrag.d.ts +0 -7
- package/es/components/modal/src/hooks/useFullScreen.d.ts +0 -12
- package/es/components/modal/src/hooks/useModal.d.ts +0 -4
- package/es/components/modal/src/index.d.ts +0 -1190
- package/es/components/modal/src/props.d.ts +0 -93
- package/es/components/modal/src/types/modal.type.d.ts +0 -25
- package/es/components/router/base-router.d.ts +0 -2
- package/es/components/router/index.d.ts +0 -2
- package/es/components/source/index.d.ts +0 -1
- package/es/components/source/src/hooks/useDownload.d.ts +0 -8
- package/es/components/source/src/hooks/useFetch.d.ts +0 -4
- package/es/components/source/src/hooks/useSource.d.ts +0 -43
- package/es/components/source/src/index.d.ts +0 -2
- package/es/components/source/src/types/source.type.d.ts +0 -34
- package/es/components/source/src/types/table.type.d.ts +0 -7
- package/es/components/table/index.d.ts +0 -4
- package/es/components/table/index.less +0 -224
- package/es/components/table/src/components/TableActions.d.ts +0 -1280
- package/es/components/table/src/components/TableHeader.d.ts +0 -28
- package/es/components/table/src/components/TableRender.d.ts +0 -25
- package/es/components/table/src/components/editable/CellComponent.d.ts +0 -14
- package/es/components/table/src/components/editable/EditTableCell.d.ts +0 -88
- package/es/components/table/src/components/editable/componentMap.d.ts +0 -4
- package/es/components/table/src/components/editable/index.d.ts +0 -9
- package/es/components/table/src/components/setting/Column.d.ts +0 -1360
- package/es/components/table/src/components/setting/Download.d.ts +0 -3088
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +0 -1930
- package/es/components/table/src/components/setting/Fullscreen.d.ts +0 -280
- package/es/components/table/src/components/setting/index.d.ts +0 -26
- package/es/components/table/src/const.d.ts +0 -12
- package/es/components/table/src/hooks/useColumns.d.ts +0 -14
- package/es/components/table/src/hooks/useCustomRow.d.ts +0 -19
- package/es/components/table/src/hooks/useDataSource.d.ts +0 -16
- package/es/components/table/src/hooks/useHeaderCode.d.ts +0 -3
- package/es/components/table/src/hooks/useLoading.d.ts +0 -17
- package/es/components/table/src/hooks/usePagination.d.ts +0 -122
- package/es/components/table/src/hooks/useRowSelection.d.ts +0 -12
- package/es/components/table/src/hooks/useRows.d.ts +0 -5
- package/es/components/table/src/hooks/useTable.d.ts +0 -5
- package/es/components/table/src/hooks/useTableHeader.d.ts +0 -8
- package/es/components/table/src/hooks/useTableInstance.d.ts +0 -15
- package/es/components/table/src/hooks/useTableScroll.d.ts +0 -12
- package/es/components/table/src/index.d.ts +0 -710
- package/es/components/table/src/props.d.ts +0 -208
- package/es/components/table/src/types/table.type.d.ts +0 -111
- package/es/components/table/src/types/tableHeader.type.d.ts +0 -23
- package/es/components/tree/index.d.ts +0 -2
- package/es/components/tree/index.less +0 -53
- package/es/components/tree/src/hooks/useTree.d.ts +0 -14
- package/es/components/tree/src/props.d.ts +0 -108
- package/es/components/tree/src/type/tree.d.ts +0 -85
- package/es/components/tree/src/utils/tree.d.ts +0 -5
- package/es/directives/icon.d.ts +0 -2
- package/es/directives/index.d.ts +0 -6
- package/es/directives/permission.d.ts +0 -2
- package/es/global.d.ts +0 -8
- package/es/index.d.ts +0 -3
- package/es/index.js +0 -10433
- package/es/theme/feature/back-top.d.ts +0 -105
- package/es/theme/feature/index.d.ts +0 -107
- package/es/theme/footer/index.d.ts +0 -30
- package/es/theme/footer/index.less +0 -16
- package/es/theme/header/components/bread-crumb.d.ts +0 -128
- package/es/theme/header/components/fullscreen.d.ts +0 -5
- package/es/theme/header/components/handler.d.ts +0 -2
- package/es/theme/header/components/index.d.ts +0 -11
- package/es/theme/header/components/lang-picker.d.ts +0 -291
- package/es/theme/header/components/logo.d.ts +0 -91
- package/es/theme/header/components/notify.d.ts +0 -268
- package/es/theme/header/components/size.d.ts +0 -282
- package/es/theme/header/components/theme-drawer/feature.d.ts +0 -1113
- package/es/theme/header/components/theme-drawer/index.d.ts +0 -3
- package/es/theme/header/components/theme-drawer/menu-type.d.ts +0 -273
- package/es/theme/header/components/theme-drawer/select-item.d.ts +0 -778
- package/es/theme/header/components/theme-drawer/switch-item.d.ts +0 -297
- package/es/theme/header/components/trigger.d.ts +0 -14
- package/es/theme/header/components/user-info.d.ts +0 -8322
- package/es/theme/header/const/index.d.ts +0 -20
- package/es/theme/header/helper/menu-tree.d.ts +0 -3
- package/es/theme/header/index.less +0 -458
- package/es/theme/header/set-theme.less +0 -68
- package/es/theme/index.d.ts +0 -2
- package/es/theme/sider/components/basic-menu/basic-menu-item.d.ts +0 -123
- package/es/theme/sider/components/basic-menu/basic-menu.d.ts +0 -756
- package/es/theme/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -254
- package/es/theme/sider/components/basic-menu/menu-item-content.d.ts +0 -36
- package/es/theme/sider/components/drag-bar.d.ts +0 -14
- package/es/theme/sider/components/layout-menu.d.ts +0 -22
- package/es/theme/sider/components/props.d.ts +0 -69
- package/es/theme/sider/components/sider-trigger.d.ts +0 -68
- package/es/theme/sider/helper/sider.d.ts +0 -12
- package/es/theme/sider/helper/split-menu.d.ts +0 -10
- package/es/theme/sider/hooks/useDragLine.d.ts +0 -2
- package/es/theme/sider/hooks/useOpenKeys.d.ts +0 -13
- package/es/theme/sider/index.d.ts +0 -152
- package/es/theme/sider/index.less +0 -212
- package/es/theme/tabs/components/TabContent.d.ts +0 -887
- package/es/theme/tabs/hooks/useMultifyTabs.d.ts +0 -7
- package/es/theme/tabs/hooks/useTabDropdown.d.ts +0 -6
- package/es/theme/tabs/index.less +0 -165
- package/es/theme/tabs/types/tabs.type.d.ts +0 -7
- package/es/theme/theme.less +0 -73
- package/es/theme/transition.less +0 -105
- package/index.html +0 -13
- package/tsconfig.json +0 -28
- package/vite.config.js +0 -10
package/es/components/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
|
-
import { DtBaseRouter } from './router';
|
|
3
|
-
import { DtIcon, DtPickIcon } from './icons';
|
|
4
|
-
import { DtModal, useModal, useModalOut } from './modal';
|
|
5
|
-
import { DtForm, useForm, FormButtons } from './forms';
|
|
6
|
-
import { DtTable, useTable } from './table';
|
|
7
|
-
import { useSource } from './source';
|
|
8
|
-
import { useCurd } from './curd';
|
|
9
|
-
import { DtIframe } from './iframe';
|
|
10
|
-
import { DtTree } from './tree';
|
|
11
|
-
export declare function initComponents(): {
|
|
12
|
-
install(app: App): void;
|
|
13
|
-
};
|
|
14
|
-
export { DtBaseRouter, DtIcon, DtPickIcon, DtModal, DtForm, DtTable, FormButtons, DtIframe, DtTree, useForm, useTable, useSource, useCurd, useModal, useModalOut };
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
.fullscreen-modal {
|
|
2
|
-
overflow: hidden;
|
|
3
|
-
|
|
4
|
-
.ant-modal {
|
|
5
|
-
top: 0 !important;
|
|
6
|
-
right: 0 !important;
|
|
7
|
-
bottom: 0 !important;
|
|
8
|
-
left: 0 !important;
|
|
9
|
-
width: 100% !important;
|
|
10
|
-
height: 100%;
|
|
11
|
-
padding: 0;
|
|
12
|
-
|
|
13
|
-
&-content {
|
|
14
|
-
height: 100%;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.dt-basic-modal-close {
|
|
20
|
-
display: flex;
|
|
21
|
-
height: 95%;
|
|
22
|
-
align-items: center;
|
|
23
|
-
justify-content: space-around;
|
|
24
|
-
|
|
25
|
-
> span {
|
|
26
|
-
margin-left: 48px;
|
|
27
|
-
font-size: 16px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&--can-full {
|
|
31
|
-
margin-right: 15px;
|
|
32
|
-
> i {
|
|
33
|
-
padding-right: 15px;
|
|
34
|
-
width: 40px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&:not(&--can-full) {
|
|
39
|
-
> i:nth-child(1) {
|
|
40
|
-
&:hover {
|
|
41
|
-
font-weight: 700;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&>i:nth-child(1) {
|
|
46
|
-
display: inline-block;
|
|
47
|
-
padding: 10px;
|
|
48
|
-
|
|
49
|
-
&:hover {
|
|
50
|
-
color: @primary-color;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&>i:last-child {
|
|
55
|
-
&:hover {
|
|
56
|
-
color: @error-color;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
@@ -1,309 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
canFullscreen: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
fullScreen: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
};
|
|
9
|
-
}, {
|
|
10
|
-
t: {
|
|
11
|
-
(key: string): string;
|
|
12
|
-
(key: string, locale: string): string;
|
|
13
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
14
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
15
|
-
(key: string, list: unknown[]): string;
|
|
16
|
-
(key: string, named: Record<string, unknown>): string;
|
|
17
|
-
};
|
|
18
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
canFullscreen: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
fullScreen: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
};
|
|
26
|
-
}>> & {
|
|
27
|
-
onCancel?: (...args: any[]) => any;
|
|
28
|
-
onFullscreen?: (...args: any[]) => any;
|
|
29
|
-
}>>;
|
|
30
|
-
emit: (event: "cancel" | "fullscreen", ...args: any[]) => void;
|
|
31
|
-
getClass: import("vue").ComputedRef<(string | {
|
|
32
|
-
"dt-basic-modal-close--can-full": boolean;
|
|
33
|
-
})[]>;
|
|
34
|
-
handleCancel: (e: Event) => void;
|
|
35
|
-
handleFullScreen: (e: Event) => void;
|
|
36
|
-
Tooltip: {
|
|
37
|
-
new (...args: any[]): {
|
|
38
|
-
$: import("vue").ComponentInternalInstance;
|
|
39
|
-
$data: {};
|
|
40
|
-
$props: Partial<{
|
|
41
|
-
visible: boolean;
|
|
42
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
43
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
44
|
-
defaultVisible: boolean;
|
|
45
|
-
overlayStyle: import("vue").CSSProperties;
|
|
46
|
-
destroyTooltipOnHide: boolean;
|
|
47
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
48
|
-
arrowPointAtCenter: boolean;
|
|
49
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
51
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
52
|
-
visible: {
|
|
53
|
-
type: BooleanConstructor;
|
|
54
|
-
default: any;
|
|
55
|
-
};
|
|
56
|
-
defaultVisible: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: any;
|
|
59
|
-
};
|
|
60
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
61
|
-
color: StringConstructor;
|
|
62
|
-
transitionName: StringConstructor;
|
|
63
|
-
overlayStyle: {
|
|
64
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
65
|
-
default: import("vue").CSSProperties;
|
|
66
|
-
};
|
|
67
|
-
overlayClassName: StringConstructor;
|
|
68
|
-
openClassName: StringConstructor;
|
|
69
|
-
prefixCls: StringConstructor;
|
|
70
|
-
mouseEnterDelay: NumberConstructor;
|
|
71
|
-
mouseLeaveDelay: NumberConstructor;
|
|
72
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
73
|
-
arrowPointAtCenter: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
default: any;
|
|
76
|
-
};
|
|
77
|
-
autoAdjustOverflow: {
|
|
78
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
79
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
80
|
-
};
|
|
81
|
-
destroyTooltipOnHide: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: any;
|
|
84
|
-
};
|
|
85
|
-
align: {
|
|
86
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
87
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
88
|
-
};
|
|
89
|
-
builtinPlacements: {
|
|
90
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
91
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
92
|
-
};
|
|
93
|
-
children: ArrayConstructor;
|
|
94
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
95
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
96
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "defaultVisible" | "overlayStyle" | "arrowPointAtCenter" | "autoAdjustOverflow" | "destroyTooltipOnHide" | "align" | "builtinPlacements">;
|
|
97
|
-
$attrs: {
|
|
98
|
-
[x: string]: unknown;
|
|
99
|
-
};
|
|
100
|
-
$refs: {
|
|
101
|
-
[x: string]: unknown;
|
|
102
|
-
};
|
|
103
|
-
$slots: Readonly<{
|
|
104
|
-
[name: string]: import("vue").Slot;
|
|
105
|
-
}>;
|
|
106
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
107
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
108
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
109
|
-
$el: any;
|
|
110
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
111
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
112
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
113
|
-
visible: {
|
|
114
|
-
type: BooleanConstructor;
|
|
115
|
-
default: any;
|
|
116
|
-
};
|
|
117
|
-
defaultVisible: {
|
|
118
|
-
type: BooleanConstructor;
|
|
119
|
-
default: any;
|
|
120
|
-
};
|
|
121
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
122
|
-
color: StringConstructor;
|
|
123
|
-
transitionName: StringConstructor;
|
|
124
|
-
overlayStyle: {
|
|
125
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
126
|
-
default: import("vue").CSSProperties;
|
|
127
|
-
};
|
|
128
|
-
overlayClassName: StringConstructor;
|
|
129
|
-
openClassName: StringConstructor;
|
|
130
|
-
prefixCls: StringConstructor;
|
|
131
|
-
mouseEnterDelay: NumberConstructor;
|
|
132
|
-
mouseLeaveDelay: NumberConstructor;
|
|
133
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
134
|
-
arrowPointAtCenter: {
|
|
135
|
-
type: BooleanConstructor;
|
|
136
|
-
default: any;
|
|
137
|
-
};
|
|
138
|
-
autoAdjustOverflow: {
|
|
139
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
140
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
141
|
-
};
|
|
142
|
-
destroyTooltipOnHide: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: any;
|
|
145
|
-
};
|
|
146
|
-
align: {
|
|
147
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
148
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
149
|
-
};
|
|
150
|
-
builtinPlacements: {
|
|
151
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
152
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
153
|
-
};
|
|
154
|
-
children: ArrayConstructor;
|
|
155
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
156
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
157
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
158
|
-
visible: boolean;
|
|
159
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
160
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
161
|
-
defaultVisible: boolean;
|
|
162
|
-
overlayStyle: import("vue").CSSProperties;
|
|
163
|
-
destroyTooltipOnHide: boolean;
|
|
164
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
165
|
-
arrowPointAtCenter: boolean;
|
|
166
|
-
}> & {
|
|
167
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
168
|
-
created?: (() => void) | (() => void)[];
|
|
169
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
170
|
-
mounted?: (() => void) | (() => void)[];
|
|
171
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
172
|
-
updated?: (() => void) | (() => void)[];
|
|
173
|
-
activated?: (() => void) | (() => void)[];
|
|
174
|
-
deactivated?: (() => void) | (() => void)[];
|
|
175
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
176
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
177
|
-
destroyed?: (() => void) | (() => void)[];
|
|
178
|
-
unmounted?: (() => void) | (() => void)[];
|
|
179
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
180
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
181
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
182
|
-
};
|
|
183
|
-
$forceUpdate: () => void;
|
|
184
|
-
$nextTick: typeof import("vue").nextTick;
|
|
185
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
186
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
187
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
188
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
189
|
-
visible: {
|
|
190
|
-
type: BooleanConstructor;
|
|
191
|
-
default: any;
|
|
192
|
-
};
|
|
193
|
-
defaultVisible: {
|
|
194
|
-
type: BooleanConstructor;
|
|
195
|
-
default: any;
|
|
196
|
-
};
|
|
197
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
198
|
-
color: StringConstructor;
|
|
199
|
-
transitionName: StringConstructor;
|
|
200
|
-
overlayStyle: {
|
|
201
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
202
|
-
default: import("vue").CSSProperties;
|
|
203
|
-
};
|
|
204
|
-
overlayClassName: StringConstructor;
|
|
205
|
-
openClassName: StringConstructor;
|
|
206
|
-
prefixCls: StringConstructor;
|
|
207
|
-
mouseEnterDelay: NumberConstructor;
|
|
208
|
-
mouseLeaveDelay: NumberConstructor;
|
|
209
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
210
|
-
arrowPointAtCenter: {
|
|
211
|
-
type: BooleanConstructor;
|
|
212
|
-
default: any;
|
|
213
|
-
};
|
|
214
|
-
autoAdjustOverflow: {
|
|
215
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
216
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
217
|
-
};
|
|
218
|
-
destroyTooltipOnHide: {
|
|
219
|
-
type: BooleanConstructor;
|
|
220
|
-
default: any;
|
|
221
|
-
};
|
|
222
|
-
align: {
|
|
223
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
224
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
225
|
-
};
|
|
226
|
-
builtinPlacements: {
|
|
227
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
228
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
229
|
-
};
|
|
230
|
-
children: ArrayConstructor;
|
|
231
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
232
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
233
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
|
|
234
|
-
__isFragment?: never;
|
|
235
|
-
__isTeleport?: never;
|
|
236
|
-
__isSuspense?: never;
|
|
237
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
238
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
239
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
240
|
-
visible: {
|
|
241
|
-
type: BooleanConstructor;
|
|
242
|
-
default: any;
|
|
243
|
-
};
|
|
244
|
-
defaultVisible: {
|
|
245
|
-
type: BooleanConstructor;
|
|
246
|
-
default: any;
|
|
247
|
-
};
|
|
248
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
249
|
-
color: StringConstructor;
|
|
250
|
-
transitionName: StringConstructor;
|
|
251
|
-
overlayStyle: {
|
|
252
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
253
|
-
default: import("vue").CSSProperties;
|
|
254
|
-
};
|
|
255
|
-
overlayClassName: StringConstructor;
|
|
256
|
-
openClassName: StringConstructor;
|
|
257
|
-
prefixCls: StringConstructor;
|
|
258
|
-
mouseEnterDelay: NumberConstructor;
|
|
259
|
-
mouseLeaveDelay: NumberConstructor;
|
|
260
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
261
|
-
arrowPointAtCenter: {
|
|
262
|
-
type: BooleanConstructor;
|
|
263
|
-
default: any;
|
|
264
|
-
};
|
|
265
|
-
autoAdjustOverflow: {
|
|
266
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
267
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
268
|
-
};
|
|
269
|
-
destroyTooltipOnHide: {
|
|
270
|
-
type: BooleanConstructor;
|
|
271
|
-
default: any;
|
|
272
|
-
};
|
|
273
|
-
align: {
|
|
274
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
275
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
276
|
-
};
|
|
277
|
-
builtinPlacements: {
|
|
278
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
279
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
280
|
-
};
|
|
281
|
-
children: ArrayConstructor;
|
|
282
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
283
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
284
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
285
|
-
visible: boolean;
|
|
286
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
287
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
288
|
-
defaultVisible: boolean;
|
|
289
|
-
overlayStyle: import("vue").CSSProperties;
|
|
290
|
-
destroyTooltipOnHide: boolean;
|
|
291
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
292
|
-
arrowPointAtCenter: boolean;
|
|
293
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
294
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "fullscreen")[], "cancel" | "fullscreen", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
295
|
-
canFullscreen: {
|
|
296
|
-
type: BooleanConstructor;
|
|
297
|
-
default: boolean;
|
|
298
|
-
};
|
|
299
|
-
fullScreen: {
|
|
300
|
-
type: BooleanConstructor;
|
|
301
|
-
};
|
|
302
|
-
}>> & {
|
|
303
|
-
onCancel?: (...args: any[]) => any;
|
|
304
|
-
onFullscreen?: (...args: any[]) => any;
|
|
305
|
-
}, {
|
|
306
|
-
canFullscreen: boolean;
|
|
307
|
-
fullScreen: boolean;
|
|
308
|
-
}>;
|
|
309
|
-
export default _sfc_main;
|
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
loading: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
};
|
|
5
|
-
useWrapper: {
|
|
6
|
-
type: BooleanConstructor;
|
|
7
|
-
default: boolean;
|
|
8
|
-
};
|
|
9
|
-
modalHeaderHeight: {
|
|
10
|
-
type: NumberConstructor;
|
|
11
|
-
default: number;
|
|
12
|
-
};
|
|
13
|
-
modalFooterHeight: {
|
|
14
|
-
type: NumberConstructor;
|
|
15
|
-
default: number;
|
|
16
|
-
};
|
|
17
|
-
minHeight: {
|
|
18
|
-
type: NumberConstructor;
|
|
19
|
-
default: number;
|
|
20
|
-
};
|
|
21
|
-
height: {
|
|
22
|
-
type: NumberConstructor;
|
|
23
|
-
};
|
|
24
|
-
footerOffset: {
|
|
25
|
-
type: NumberConstructor;
|
|
26
|
-
default: number;
|
|
27
|
-
};
|
|
28
|
-
visible: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
};
|
|
31
|
-
fullScreen: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
};
|
|
34
|
-
loadingTip: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
};
|
|
37
|
-
}, {
|
|
38
|
-
wrapperRef: any;
|
|
39
|
-
spinRef: any;
|
|
40
|
-
realHeightRef: import("vue").Ref<number>;
|
|
41
|
-
minRealHeightRef: import("vue").Ref<number>;
|
|
42
|
-
realHeight: number;
|
|
43
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
-
loading: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
};
|
|
47
|
-
useWrapper: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
modalHeaderHeight: {
|
|
52
|
-
type: NumberConstructor;
|
|
53
|
-
default: number;
|
|
54
|
-
};
|
|
55
|
-
modalFooterHeight: {
|
|
56
|
-
type: NumberConstructor;
|
|
57
|
-
default: number;
|
|
58
|
-
};
|
|
59
|
-
minHeight: {
|
|
60
|
-
type: NumberConstructor;
|
|
61
|
-
default: number;
|
|
62
|
-
};
|
|
63
|
-
height: {
|
|
64
|
-
type: NumberConstructor;
|
|
65
|
-
};
|
|
66
|
-
footerOffset: {
|
|
67
|
-
type: NumberConstructor;
|
|
68
|
-
default: number;
|
|
69
|
-
};
|
|
70
|
-
visible: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
};
|
|
73
|
-
fullScreen: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
};
|
|
76
|
-
loadingTip: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
};
|
|
79
|
-
}>> & {
|
|
80
|
-
"onHeight-change"?: (...args: any[]) => any;
|
|
81
|
-
"onExt-height"?: (...args: any[]) => any;
|
|
82
|
-
}>>;
|
|
83
|
-
emits: (event: "height-change" | "ext-height", ...args: any[]) => void;
|
|
84
|
-
spinStyle: import("vue").ComputedRef<{
|
|
85
|
-
[x: string]: string;
|
|
86
|
-
minHeight: string;
|
|
87
|
-
}>;
|
|
88
|
-
getModalDom: () => Promise<any>;
|
|
89
|
-
setModalHeight: () => Promise<void>;
|
|
90
|
-
ScrollContainer: import("vue").DefineComponent<{}, {
|
|
91
|
-
scrollbarRef: any;
|
|
92
|
-
scrollTo: (to: number, duration?: number) => void;
|
|
93
|
-
getScrollWrap: () => any;
|
|
94
|
-
scrollBottom: () => void;
|
|
95
|
-
Scrollbar: import("vue").DefineComponent<{
|
|
96
|
-
wrapClass: {
|
|
97
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
wrapStyle: ArrayConstructor;
|
|
101
|
-
viewClass: {
|
|
102
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
viewStyle: {
|
|
106
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
|
-
noresize: BooleanConstructor;
|
|
110
|
-
tag: {
|
|
111
|
-
type: StringConstructor;
|
|
112
|
-
default: string;
|
|
113
|
-
};
|
|
114
|
-
}, {
|
|
115
|
-
getScrollConf: import("@dt-frames/core/es/types/app.type").ScrollBarConf;
|
|
116
|
-
native: boolean;
|
|
117
|
-
sizeWidth: import("vue").Ref<string>;
|
|
118
|
-
sizeHeight: import("vue").Ref<string>;
|
|
119
|
-
moveX: import("vue").Ref<number>;
|
|
120
|
-
moveY: import("vue").Ref<number>;
|
|
121
|
-
wrap: import("vue").Ref<any>;
|
|
122
|
-
resize: import("vue").Ref<any>;
|
|
123
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
124
|
-
wrapClass: {
|
|
125
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
126
|
-
default: string;
|
|
127
|
-
};
|
|
128
|
-
wrapStyle: ArrayConstructor;
|
|
129
|
-
viewClass: {
|
|
130
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
131
|
-
default: string;
|
|
132
|
-
};
|
|
133
|
-
viewStyle: {
|
|
134
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
135
|
-
default: string;
|
|
136
|
-
};
|
|
137
|
-
noresize: BooleanConstructor;
|
|
138
|
-
tag: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
}>> & {
|
|
143
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
144
|
-
}>>;
|
|
145
|
-
style: import("vue").ComputedRef<{}>;
|
|
146
|
-
handleScroll: () => void;
|
|
147
|
-
update: () => void;
|
|
148
|
-
Bar: import("vue").DefineComponent<{
|
|
149
|
-
vertical: BooleanConstructor;
|
|
150
|
-
size: StringConstructor;
|
|
151
|
-
move: NumberConstructor;
|
|
152
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
153
|
-
[key: string]: any;
|
|
154
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
155
|
-
vertical: BooleanConstructor;
|
|
156
|
-
size: StringConstructor;
|
|
157
|
-
move: NumberConstructor;
|
|
158
|
-
}>>, {
|
|
159
|
-
vertical: boolean;
|
|
160
|
-
}>;
|
|
161
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
162
|
-
wrapClass: {
|
|
163
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
wrapStyle: ArrayConstructor;
|
|
167
|
-
viewClass: {
|
|
168
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
169
|
-
default: string;
|
|
170
|
-
};
|
|
171
|
-
viewStyle: {
|
|
172
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
173
|
-
default: string;
|
|
174
|
-
};
|
|
175
|
-
noresize: BooleanConstructor;
|
|
176
|
-
tag: {
|
|
177
|
-
type: StringConstructor;
|
|
178
|
-
default: string;
|
|
179
|
-
};
|
|
180
|
-
}>>, {
|
|
181
|
-
wrapClass: string | unknown[];
|
|
182
|
-
viewClass: string | unknown[];
|
|
183
|
-
viewStyle: string | unknown[];
|
|
184
|
-
noresize: boolean;
|
|
185
|
-
tag: string;
|
|
186
|
-
}>;
|
|
187
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
188
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("height-change" | "ext-height")[], "height-change" | "ext-height", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
189
|
-
loading: {
|
|
190
|
-
type: BooleanConstructor;
|
|
191
|
-
};
|
|
192
|
-
useWrapper: {
|
|
193
|
-
type: BooleanConstructor;
|
|
194
|
-
default: boolean;
|
|
195
|
-
};
|
|
196
|
-
modalHeaderHeight: {
|
|
197
|
-
type: NumberConstructor;
|
|
198
|
-
default: number;
|
|
199
|
-
};
|
|
200
|
-
modalFooterHeight: {
|
|
201
|
-
type: NumberConstructor;
|
|
202
|
-
default: number;
|
|
203
|
-
};
|
|
204
|
-
minHeight: {
|
|
205
|
-
type: NumberConstructor;
|
|
206
|
-
default: number;
|
|
207
|
-
};
|
|
208
|
-
height: {
|
|
209
|
-
type: NumberConstructor;
|
|
210
|
-
};
|
|
211
|
-
footerOffset: {
|
|
212
|
-
type: NumberConstructor;
|
|
213
|
-
default: number;
|
|
214
|
-
};
|
|
215
|
-
visible: {
|
|
216
|
-
type: BooleanConstructor;
|
|
217
|
-
};
|
|
218
|
-
fullScreen: {
|
|
219
|
-
type: BooleanConstructor;
|
|
220
|
-
};
|
|
221
|
-
loadingTip: {
|
|
222
|
-
type: StringConstructor;
|
|
223
|
-
};
|
|
224
|
-
}>> & {
|
|
225
|
-
"onHeight-change"?: (...args: any[]) => any;
|
|
226
|
-
"onExt-height"?: (...args: any[]) => any;
|
|
227
|
-
}, {
|
|
228
|
-
visible: boolean;
|
|
229
|
-
loading: boolean;
|
|
230
|
-
useWrapper: boolean;
|
|
231
|
-
minHeight: number;
|
|
232
|
-
modalHeaderHeight: number;
|
|
233
|
-
modalFooterHeight: number;
|
|
234
|
-
footerOffset: number;
|
|
235
|
-
fullScreen: boolean;
|
|
236
|
-
}>;
|
|
237
|
-
export default _sfc_main;
|