yuang-framework-ui-pc 1.1.42 → 1.1.44
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/utils/chart-theme-dark.d.ts +373 -0
- package/es/utils/chart-theme-dark.js +397 -0
- package/es/utils/chart-theme.d.ts +368 -0
- package/es/utils/chart-theme.js +392 -0
- package/es/utils/menu-util.d.ts +14 -0
- package/es/utils/menu-util.js +78 -0
- package/es/utils/message-box.d.ts +25 -0
- package/es/utils/message-box.js +98 -0
- package/es/utils/message.d.ts +66 -0
- package/es/utils/message.js +267 -0
- package/es/utils/resolvers.d.ts +18 -0
- package/es/utils/resolvers.js +50 -0
- package/es/utils/theme-util.d.ts +6 -0
- package/es/utils/theme-util.js +42 -0
- package/es/utils/validate.d.ts +182 -0
- package/es/utils/validate.js +197 -0
- package/lib/core.d.ts +3 -0
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
- package/lib/ele-admin-layout/components/layout-tool.d.ts +2 -0
- package/lib/ele-admin-layout/style/index.d.ts +1 -0
- package/lib/ele-admin-layout/types.d.ts +54 -0
- package/lib/ele-alert/index.d.ts +131 -0
- package/lib/ele-alert/props.d.ts +58 -0
- package/lib/ele-app/el.d.ts +304 -0
- package/lib/ele-app/style/common/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/backtop/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/checkbox/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/date-picker/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/message-box/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/popper/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/select/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/tag/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/tree/index.d.ts +1 -0
- package/lib/ele-app/style/scrollbar/index.d.ts +1 -0
- package/lib/ele-app/types.d.ts +48 -0
- package/lib/ele-avatar-group/props.d.ts +56 -0
- package/lib/ele-avatar-group/style/index.d.ts +1 -0
- package/lib/ele-avatar-group/types.d.ts +21 -0
- package/lib/ele-backtop/props.d.ts +36 -0
- package/lib/ele-bar-code/index.d.ts +26 -0
- package/lib/ele-bottom-bar/index.d.ts +15 -0
- package/lib/ele-bottom-bar/props.d.ts +15 -0
- package/lib/ele-breadcrumb/index.d.ts +278 -0
- package/lib/ele-breadcrumb/props.d.ts +24 -0
- package/lib/ele-breadcrumb/style/index.d.ts +1 -0
- package/lib/ele-card/index.d.ts +106 -0
- package/lib/ele-card/style/index.d.ts +1 -0
- package/lib/ele-check-card/components/card-item.d.ts +37 -0
- package/lib/ele-check-card/props.d.ts +49 -0
- package/lib/ele-check-card/style/index.d.ts +1 -0
- package/lib/ele-check-card/types.d.ts +37 -0
- package/lib/ele-config-provider/components/receiver-view.d.ts +71 -0
- package/lib/ele-config-provider/props.d.ts +26 -0
- package/lib/ele-config-provider/style/index.d.ts +0 -0
- package/lib/ele-config-provider/types.d.ts +103 -0
- package/lib/ele-copyable/style/index.d.ts +1 -0
- package/lib/ele-copyable/types.d.ts +14 -0
- package/lib/ele-count-up/style/index.d.ts +0 -0
- package/lib/ele-cropper/index.d.ts +2824 -0
- package/lib/ele-cropper/props.d.ts +68 -0
- package/lib/ele-cropper/style/index.d.ts +1 -0
- package/lib/ele-cropper-modal/props.d.ts +58 -0
- package/lib/ele-cropper-modal/style/index.d.ts +1 -0
- package/lib/ele-dashboard/index.d.ts +14 -0
- package/lib/ele-dashboard/style/index.d.ts +1 -0
- package/lib/ele-dashboard/types.d.ts +4 -0
- package/lib/ele-data-table/props.d.ts +272 -0
- package/lib/ele-data-table/style/index.d.ts +1 -0
- package/lib/ele-data-table/types.d.ts +253 -0
- package/lib/ele-data-table/util.d.ts +172 -0
- package/lib/ele-dialog/index.d.ts +1074 -0
- package/lib/ele-dialog/style/index.d.ts +1 -0
- package/lib/ele-dialog/util.d.ts +52 -0
- package/lib/ele-dot/index.d.ts +29 -0
- package/lib/ele-dot/props.d.ts +25 -0
- package/lib/ele-dot/style/index.d.ts +1 -0
- package/lib/ele-drawer/index.d.ts +1170 -0
- package/lib/ele-drawer/props.d.ts +184 -0
- package/lib/ele-drawer/style/index.d.ts +1 -0
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +97 -0
- package/lib/ele-dropdown/index.d.ts +4846 -0
- package/lib/ele-dropdown/types.d.ts +22 -0
- package/lib/ele-edit-tag/props.d.ts +55 -0
- package/lib/ele-edit-tag/style/index.d.ts +1 -0
- package/lib/ele-edit-tag/types.d.ts +9 -0
- package/lib/ele-ellipsis/index.d.ts +1660 -0
- package/lib/ele-icon-select/types.d.ts +16 -0
- package/lib/ele-image-viewer/index.d.ts +635 -0
- package/lib/ele-loading/props.d.ts +33 -0
- package/lib/ele-loading/types.d.ts +19 -0
- package/lib/ele-map-picker/style/index.d.ts +1 -0
- package/lib/ele-menus/components/item-title.d.ts +323 -0
- package/lib/ele-menus/types.d.ts +107 -0
- package/lib/ele-pagination/style/index.d.ts +1 -0
- package/lib/ele-pagination/types.d.ts +9 -0
- package/lib/ele-printer/index.d.ts +111 -0
- package/lib/ele-printer/util.d.ts +25 -0
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +39 -0
- package/lib/ele-pro-layout/style/index.d.ts +1 -0
- package/lib/ele-pro-layout/util.d.ts +88 -0
- package/lib/ele-pro-table/components/tool-column.d.ts +3722 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
- package/lib/ele-pro-table/style/index.d.ts +1 -0
- package/lib/ele-pro-table/types.d.ts +489 -0
- package/lib/ele-qr-code/components/canvas-render.d.ts +67 -0
- package/lib/ele-qr-code/qrcodegen.d.ts +95 -0
- package/lib/ele-qr-code/style/index.d.ts +0 -0
- package/lib/ele-qr-code/util.d.ts +27 -0
- package/lib/ele-segmented/index.d.ts +485 -0
- package/lib/ele-segmented/style/index.d.ts +1 -0
- package/lib/ele-split-panel/index.d.ts +192 -0
- package/lib/ele-split-panel/props.d.ts +47 -0
- package/lib/ele-steps/index.d.ts +638 -0
- package/lib/ele-steps/style/index.d.ts +1 -0
- package/lib/ele-steps/types.d.ts +14 -0
- package/lib/ele-tab-tool/index.d.ts +75 -0
- package/lib/ele-tab-tool/props.d.ts +14 -0
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +5006 -0
- package/lib/ele-tab-wrap/props.d.ts +13 -0
- package/lib/ele-tab-wrap/style/index.d.ts +0 -0
- package/lib/ele-table/index.d.ts +28 -0
- package/lib/ele-table/style/index.d.ts +1 -0
- package/lib/ele-table-select/props.d.ts +120 -0
- package/lib/ele-table-select/style/index.d.ts +1 -0
- package/lib/ele-tabs/props.d.ts +88 -0
- package/lib/ele-test/index.d.ts +2 -0
- package/lib/ele-test/style/index.d.ts +1 -0
- package/lib/ele-text/index.d.ts +93 -0
- package/lib/ele-text/style/index.d.ts +1 -0
- package/lib/ele-text/types.d.ts +35 -0
- package/lib/ele-toolbar/index.d.ts +1633 -0
- package/lib/ele-tooltip/props.d.ts +187 -0
- package/lib/ele-tooltip/style/index.d.ts +1 -0
- package/lib/ele-tour/types.d.ts +42 -0
- package/lib/ele-tour/util.d.ts +20 -0
- package/lib/ele-tree-select/style/index.d.ts +1 -0
- package/lib/ele-upload-list/components/list-item.d.ts +902 -0
- package/lib/ele-upload-list/props.d.ts +81 -0
- package/lib/ele-upload-list/types.d.ts +71 -0
- package/lib/ele-virtual-table/components/body-row.d.ts +984 -0
- package/lib/ele-virtual-table/components/expand-row.d.ts +19 -0
- package/lib/ele-virtual-table/components/footer-row.d.ts +65 -0
- package/lib/ele-virtual-table/components/header-cell.d.ts +3929 -0
- package/lib/ele-virtual-table/index.d.ts +7882 -0
- package/lib/ele-virtual-table/util.d.ts +229 -0
- package/lib/ele-watermark/index.d.ts +57 -0
- package/lib/ele-watermark/types.d.ts +39 -0
- package/lib/ele-xg-player/index.d.ts +22 -0
- package/lib/ele-xg-player/style/index.d.ts +1 -0
- package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
- package/lib/icons/AppstoreOutlined.d.ts +2 -0
- package/lib/icons/ArrowLeft.d.ts +2 -0
- package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
- package/lib/icons/ArrowRight.d.ts +2 -0
- package/lib/icons/ArrowRightOutlined.d.ts +2 -0
- package/lib/icons/ArrowUp.d.ts +2 -0
- package/lib/icons/ArrowUpOutlined.d.ts +2 -0
- package/lib/icons/BellOutlined.d.ts +2 -0
- package/lib/icons/BookOutlined.d.ts +2 -0
- package/lib/icons/CaretDownFilled.d.ts +2 -0
- package/lib/icons/CaretUpFilled.d.ts +2 -0
- package/lib/icons/CheckOutlined.d.ts +2 -0
- package/lib/icons/ClockCircleOutlined.d.ts +2 -0
- package/lib/icons/CloudUploadOutlined.d.ts +2 -0
- package/lib/icons/ClusterOutlined.d.ts +2 -0
- package/lib/icons/CodeOutlined.d.ts +2 -0
- package/lib/icons/CompassOutlined.d.ts +2 -0
- package/lib/icons/ConnectionOutlined.d.ts +2 -0
- package/lib/icons/ControlOutlined.d.ts +2 -0
- package/lib/icons/CornerRightFilled.d.ts +2 -0
- package/lib/icons/DashboardOutlined.d.ts +2 -0
- package/lib/icons/DesktopOutlined.d.ts +2 -0
- package/lib/icons/DragOutlined.d.ts +2 -0
- package/lib/icons/EditOutlined.d.ts +2 -0
- package/lib/icons/EnvironmentOutlined.d.ts +2 -0
- package/lib/icons/FileOutlined.d.ts +2 -0
- package/lib/icons/FilterFilled.d.ts +2 -0
- package/lib/icons/GlobalOutlined.d.ts +2 -0
- package/lib/icons/HomeOutlined.d.ts +2 -0
- package/lib/icons/LoadingDotOutlined.d.ts +2 -0
- package/lib/icons/LoadingOutlined.d.ts +2 -0
- package/lib/icons/LockOutlined.d.ts +2 -0
- package/lib/icons/LogOutlined.d.ts +2 -0
- package/lib/icons/MailOutlined.d.ts +2 -0
- package/lib/icons/MenuFoldOutlined.d.ts +2 -0
- package/lib/icons/MenuOutlined.d.ts +2 -0
- package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
- package/lib/icons/MessageOutlined.d.ts +2 -0
- package/lib/icons/MinusCircleOutlined.d.ts +2 -0
- package/lib/icons/MoonOutlined.d.ts +2 -0
- package/lib/icons/MoreOutlined.d.ts +2 -0
- package/lib/icons/PauseFilled.d.ts +2 -0
- package/lib/icons/PieChartOutlined.d.ts +2 -0
- package/lib/icons/PlusOutlined.d.ts +2 -0
- package/lib/icons/ProtectOutlined.d.ts +2 -0
- package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
- package/lib/icons/ReloadOutlined.d.ts +2 -0
- package/lib/icons/SortOutlined.d.ts +2 -0
- package/lib/icons/StarFilled.d.ts +2 -0
- package/lib/icons/StepForwardFilled.d.ts +2 -0
- package/lib/icons/UndoOutlined.d.ts +2 -0
- package/lib/icons/UnlockOutlined.d.ts +2 -0
- package/lib/icons/VerticalLeftOutlined.d.ts +2 -0
- package/lib/icons/WarningOutlined.d.ts +2 -0
- package/lib/icons/ZoomOutOutlined.d.ts +2 -0
- package/lib/index.d.ts +4 -0
- package/lib/installer.d.ts +3 -0
- package/lib/lang/en_US.d.ts +4 -0
- package/lib/lang/zh_CN.d.ts +4 -0
- package/lib/utils/chart-theme-dark.d.ts +373 -0
- package/lib/utils/chart-theme.d.ts +368 -0
- package/lib/utils/core.cjs +318 -0
- package/lib/utils/core.d.ts +168 -0
- package/lib/utils/hook.cjs +264 -0
- package/lib/utils/hook.d.ts +113 -0
- package/lib/utils/menu-util.d.ts +14 -0
- package/lib/utils/message-box.d.ts +25 -0
- package/lib/utils/message.d.ts +66 -0
- package/lib/utils/resolvers.cjs +50 -0
- package/lib/utils/resolvers.d.ts +18 -0
- package/lib/utils/theme-util.d.ts +6 -0
- package/lib/utils/validate.cjs +197 -0
- package/lib/utils/validate.d.ts +182 -0
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
- package/lib/yu-framework-slider-captcha-dialog/index.d.ts +14 -0
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 加载器类型
|
|
3
|
+
*/
|
|
4
|
+
export type LoadingType = 'circle' | 'dot';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* 加载器尺寸
|
|
8
|
+
*/
|
|
9
|
+
export type LoadingSize = 'small' | 'default' | 'large';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* 圆形加载器属性
|
|
13
|
+
*/
|
|
14
|
+
export interface CircleProps {
|
|
15
|
+
['element-loading-text']?: string;
|
|
16
|
+
['element-loading-background']?: string;
|
|
17
|
+
['element-loading-spinner']?: string;
|
|
18
|
+
['element-loading-svg-view-box']?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { isExternalLink } from '../../utils/core';
|
|
3
|
+
import { MenuItem, MenuItemEvent } from '../types';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
+
/** 菜单项数据 */
|
|
7
|
+
item: {
|
|
8
|
+
type: PropType<MenuItem>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
/** 是否需要标题 */
|
|
12
|
+
showTitle: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
/** 是否需要链接 */
|
|
17
|
+
showLink: BooleanConstructor;
|
|
18
|
+
}>, {
|
|
19
|
+
isExternalLink: typeof isExternalLink;
|
|
20
|
+
handleItemClick: MenuItemEvent;
|
|
21
|
+
handleItemMouseenter: MenuItemEvent;
|
|
22
|
+
handleItemMouseleave: MenuItemEvent;
|
|
23
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
itemClick: (_item: MenuItem, _e: MouseEvent) => true;
|
|
25
|
+
itemMouseenter: (_item: MenuItem, _e: MouseEvent) => true;
|
|
26
|
+
itemMouseleave: (_item: MenuItem, _e: MouseEvent) => true;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
|
+
/** 菜单项数据 */
|
|
29
|
+
item: {
|
|
30
|
+
type: PropType<MenuItem>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
/** 是否需要标题 */
|
|
34
|
+
showTitle: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
/** 是否需要链接 */
|
|
39
|
+
showLink: BooleanConstructor;
|
|
40
|
+
}>> & Readonly<{
|
|
41
|
+
onItemClick?: ((_item: MenuItem, _e: MouseEvent) => any) | undefined;
|
|
42
|
+
onItemMouseenter?: ((_item: MenuItem, _e: MouseEvent) => any) | undefined;
|
|
43
|
+
onItemMouseleave?: ((_item: MenuItem, _e: MouseEvent) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
showLink: boolean;
|
|
46
|
+
showTitle: boolean;
|
|
47
|
+
}, {}, {
|
|
48
|
+
ElIcon: {
|
|
49
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
readonly size: {
|
|
51
|
+
readonly type: PropType<string | number>;
|
|
52
|
+
readonly required: false;
|
|
53
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
|
+
__epPropKey: true;
|
|
55
|
+
};
|
|
56
|
+
readonly color: {
|
|
57
|
+
readonly type: PropType<string>;
|
|
58
|
+
readonly required: false;
|
|
59
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
+
__epPropKey: true;
|
|
61
|
+
};
|
|
62
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
63
|
+
P: {};
|
|
64
|
+
B: {};
|
|
65
|
+
D: {};
|
|
66
|
+
C: {};
|
|
67
|
+
M: {};
|
|
68
|
+
Defaults: {};
|
|
69
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
+
readonly size: {
|
|
71
|
+
readonly type: PropType<string | number>;
|
|
72
|
+
readonly required: false;
|
|
73
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
|
+
__epPropKey: true;
|
|
75
|
+
};
|
|
76
|
+
readonly color: {
|
|
77
|
+
readonly type: PropType<string>;
|
|
78
|
+
readonly required: false;
|
|
79
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
+
__epPropKey: true;
|
|
81
|
+
};
|
|
82
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
83
|
+
__isFragment?: never;
|
|
84
|
+
__isTeleport?: never;
|
|
85
|
+
__isSuspense?: never;
|
|
86
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
87
|
+
readonly size: {
|
|
88
|
+
readonly type: PropType<string | number>;
|
|
89
|
+
readonly required: false;
|
|
90
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
+
__epPropKey: true;
|
|
92
|
+
};
|
|
93
|
+
readonly color: {
|
|
94
|
+
readonly type: PropType<string>;
|
|
95
|
+
readonly required: false;
|
|
96
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
|
+
__epPropKey: true;
|
|
98
|
+
};
|
|
99
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
100
|
+
$slots: {
|
|
101
|
+
default?(_: {}): any;
|
|
102
|
+
};
|
|
103
|
+
}) & import('vue').Plugin;
|
|
104
|
+
ElBadge: {
|
|
105
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
106
|
+
readonly value: {
|
|
107
|
+
readonly type: PropType<string | number>;
|
|
108
|
+
readonly required: false;
|
|
109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
+
__epPropKey: true;
|
|
111
|
+
} & {
|
|
112
|
+
readonly default: "";
|
|
113
|
+
};
|
|
114
|
+
readonly max: {
|
|
115
|
+
readonly type: PropType<number>;
|
|
116
|
+
readonly required: false;
|
|
117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
+
__epPropKey: true;
|
|
119
|
+
} & {
|
|
120
|
+
readonly default: 99;
|
|
121
|
+
};
|
|
122
|
+
readonly isDot: BooleanConstructor;
|
|
123
|
+
readonly hidden: BooleanConstructor;
|
|
124
|
+
readonly type: {
|
|
125
|
+
readonly type: PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
126
|
+
readonly required: false;
|
|
127
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
+
__epPropKey: true;
|
|
129
|
+
} & {
|
|
130
|
+
readonly default: "danger";
|
|
131
|
+
};
|
|
132
|
+
readonly showZero: {
|
|
133
|
+
readonly type: PropType<boolean>;
|
|
134
|
+
readonly required: false;
|
|
135
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
+
__epPropKey: true;
|
|
137
|
+
} & {
|
|
138
|
+
readonly default: true;
|
|
139
|
+
};
|
|
140
|
+
readonly color: StringConstructor;
|
|
141
|
+
readonly badgeStyle: {
|
|
142
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
143
|
+
readonly required: false;
|
|
144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
145
|
+
__epPropKey: true;
|
|
146
|
+
};
|
|
147
|
+
readonly offset: {
|
|
148
|
+
readonly type: PropType<[number, number]>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
} & {
|
|
153
|
+
readonly default: readonly [0, 0];
|
|
154
|
+
};
|
|
155
|
+
readonly badgeClass: {
|
|
156
|
+
readonly type: PropType<string>;
|
|
157
|
+
readonly required: false;
|
|
158
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
|
+
__epPropKey: true;
|
|
160
|
+
};
|
|
161
|
+
}>>, {
|
|
162
|
+
content: import('vue').ComputedRef<string>;
|
|
163
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
164
|
+
readonly hidden: boolean;
|
|
165
|
+
readonly offset: [number, number];
|
|
166
|
+
readonly value: string | number;
|
|
167
|
+
readonly type: "success" | "primary" | "warning" | "info" | "danger";
|
|
168
|
+
readonly max: number;
|
|
169
|
+
readonly showZero: boolean;
|
|
170
|
+
readonly isDot: boolean;
|
|
171
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
172
|
+
P: {};
|
|
173
|
+
B: {};
|
|
174
|
+
D: {};
|
|
175
|
+
C: {};
|
|
176
|
+
M: {};
|
|
177
|
+
Defaults: {};
|
|
178
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
179
|
+
readonly value: {
|
|
180
|
+
readonly type: PropType<string | number>;
|
|
181
|
+
readonly required: false;
|
|
182
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
|
+
__epPropKey: true;
|
|
184
|
+
} & {
|
|
185
|
+
readonly default: "";
|
|
186
|
+
};
|
|
187
|
+
readonly max: {
|
|
188
|
+
readonly type: PropType<number>;
|
|
189
|
+
readonly required: false;
|
|
190
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
+
__epPropKey: true;
|
|
192
|
+
} & {
|
|
193
|
+
readonly default: 99;
|
|
194
|
+
};
|
|
195
|
+
readonly isDot: BooleanConstructor;
|
|
196
|
+
readonly hidden: BooleanConstructor;
|
|
197
|
+
readonly type: {
|
|
198
|
+
readonly type: PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
199
|
+
readonly required: false;
|
|
200
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
|
+
__epPropKey: true;
|
|
202
|
+
} & {
|
|
203
|
+
readonly default: "danger";
|
|
204
|
+
};
|
|
205
|
+
readonly showZero: {
|
|
206
|
+
readonly type: PropType<boolean>;
|
|
207
|
+
readonly required: false;
|
|
208
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
|
+
__epPropKey: true;
|
|
210
|
+
} & {
|
|
211
|
+
readonly default: true;
|
|
212
|
+
};
|
|
213
|
+
readonly color: StringConstructor;
|
|
214
|
+
readonly badgeStyle: {
|
|
215
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
216
|
+
readonly required: false;
|
|
217
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
|
+
__epPropKey: true;
|
|
219
|
+
};
|
|
220
|
+
readonly offset: {
|
|
221
|
+
readonly type: PropType<[number, number]>;
|
|
222
|
+
readonly required: false;
|
|
223
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
224
|
+
__epPropKey: true;
|
|
225
|
+
} & {
|
|
226
|
+
readonly default: readonly [0, 0];
|
|
227
|
+
};
|
|
228
|
+
readonly badgeClass: {
|
|
229
|
+
readonly type: PropType<string>;
|
|
230
|
+
readonly required: false;
|
|
231
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
|
+
__epPropKey: true;
|
|
233
|
+
};
|
|
234
|
+
}>>, {
|
|
235
|
+
content: import('vue').ComputedRef<string>;
|
|
236
|
+
}, {}, {}, {}, {
|
|
237
|
+
readonly hidden: boolean;
|
|
238
|
+
readonly offset: [number, number];
|
|
239
|
+
readonly value: string | number;
|
|
240
|
+
readonly type: "success" | "primary" | "warning" | "info" | "danger";
|
|
241
|
+
readonly max: number;
|
|
242
|
+
readonly showZero: boolean;
|
|
243
|
+
readonly isDot: boolean;
|
|
244
|
+
}>;
|
|
245
|
+
__isFragment?: never;
|
|
246
|
+
__isTeleport?: never;
|
|
247
|
+
__isSuspense?: never;
|
|
248
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
249
|
+
readonly value: {
|
|
250
|
+
readonly type: PropType<string | number>;
|
|
251
|
+
readonly required: false;
|
|
252
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
+
__epPropKey: true;
|
|
254
|
+
} & {
|
|
255
|
+
readonly default: "";
|
|
256
|
+
};
|
|
257
|
+
readonly max: {
|
|
258
|
+
readonly type: PropType<number>;
|
|
259
|
+
readonly required: false;
|
|
260
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
+
__epPropKey: true;
|
|
262
|
+
} & {
|
|
263
|
+
readonly default: 99;
|
|
264
|
+
};
|
|
265
|
+
readonly isDot: BooleanConstructor;
|
|
266
|
+
readonly hidden: BooleanConstructor;
|
|
267
|
+
readonly type: {
|
|
268
|
+
readonly type: PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
269
|
+
readonly required: false;
|
|
270
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
|
+
__epPropKey: true;
|
|
272
|
+
} & {
|
|
273
|
+
readonly default: "danger";
|
|
274
|
+
};
|
|
275
|
+
readonly showZero: {
|
|
276
|
+
readonly type: PropType<boolean>;
|
|
277
|
+
readonly required: false;
|
|
278
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
|
+
__epPropKey: true;
|
|
280
|
+
} & {
|
|
281
|
+
readonly default: true;
|
|
282
|
+
};
|
|
283
|
+
readonly color: StringConstructor;
|
|
284
|
+
readonly badgeStyle: {
|
|
285
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
286
|
+
readonly required: false;
|
|
287
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
|
+
__epPropKey: true;
|
|
289
|
+
};
|
|
290
|
+
readonly offset: {
|
|
291
|
+
readonly type: PropType<[number, number]>;
|
|
292
|
+
readonly required: false;
|
|
293
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
+
__epPropKey: true;
|
|
295
|
+
} & {
|
|
296
|
+
readonly default: readonly [0, 0];
|
|
297
|
+
};
|
|
298
|
+
readonly badgeClass: {
|
|
299
|
+
readonly type: PropType<string>;
|
|
300
|
+
readonly required: false;
|
|
301
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
+
__epPropKey: true;
|
|
303
|
+
};
|
|
304
|
+
}>>, {
|
|
305
|
+
content: import('vue').ComputedRef<string>;
|
|
306
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
307
|
+
readonly hidden: boolean;
|
|
308
|
+
readonly offset: [number, number];
|
|
309
|
+
readonly value: string | number;
|
|
310
|
+
readonly type: "success" | "primary" | "warning" | "info" | "danger";
|
|
311
|
+
readonly max: number;
|
|
312
|
+
readonly showZero: boolean;
|
|
313
|
+
readonly isDot: boolean;
|
|
314
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
315
|
+
$slots: {
|
|
316
|
+
default?(_: {}): any;
|
|
317
|
+
content?(_: {
|
|
318
|
+
value: string;
|
|
319
|
+
}): any;
|
|
320
|
+
};
|
|
321
|
+
}) & import('vue').Plugin;
|
|
322
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
323
|
+
export default _default;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import type { StyleValue } from '../ele-app/types';
|
|
3
|
+
import type {
|
|
4
|
+
ElIconProps,
|
|
5
|
+
ElMenuItemProps,
|
|
6
|
+
ElSubMenuProps,
|
|
7
|
+
ElMenuItemGroupProps,
|
|
8
|
+
ElBadgeProps
|
|
9
|
+
} from '../ele-app/el';
|
|
10
|
+
import type { EleTooltipProps } from '../ele-app/plus';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* 菜单数据
|
|
14
|
+
*/
|
|
15
|
+
export interface MenuItem
|
|
16
|
+
extends Omit<ElMenuItemProps, 'style' | 'class'>,
|
|
17
|
+
Omit<ElSubMenuProps, 'index' | 'style' | 'class'>,
|
|
18
|
+
ElMenuItemGroupProps {
|
|
19
|
+
/** 唯一标识 */
|
|
20
|
+
key?: string | number;
|
|
21
|
+
/** 标题 */
|
|
22
|
+
title?: string;
|
|
23
|
+
/** 图标 */
|
|
24
|
+
icon?: string | Component;
|
|
25
|
+
/** 图标属性 */
|
|
26
|
+
iconProps?: ElIconProps;
|
|
27
|
+
/** 图标样式 */
|
|
28
|
+
iconStyle?: StyleValue;
|
|
29
|
+
/** 菜单链接地址 */
|
|
30
|
+
path?: string;
|
|
31
|
+
/** 是否展示为分组菜单 */
|
|
32
|
+
group?: boolean;
|
|
33
|
+
/** 徽章 */
|
|
34
|
+
badge?: ElBadgeProps;
|
|
35
|
+
/** 子级数据 */
|
|
36
|
+
children?: MenuItem[];
|
|
37
|
+
/** 附加数据 */
|
|
38
|
+
meta?: Record<keyof any, any>;
|
|
39
|
+
/** 是否是溢出的菜单(内部属性) */
|
|
40
|
+
overflow?: boolean;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* 菜单展示模式
|
|
45
|
+
*/
|
|
46
|
+
export type MenuMode = 'horizontal' | 'vertical' | 'compact';
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* 主题
|
|
50
|
+
*/
|
|
51
|
+
export type MenuTheme = 'light' | 'dark';
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 弹出菜单主题
|
|
55
|
+
*/
|
|
56
|
+
export type PopupMenuTheme = 'auto' | MenuTheme;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* 弹出菜单是否彩色图标
|
|
60
|
+
*/
|
|
61
|
+
export type PopupColorful = 'auto' | boolean;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* 子菜单项点击事件
|
|
65
|
+
*/
|
|
66
|
+
export type MenuItemEvent = (item: MenuItem, e: MouseEvent) => void;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* 省略菜单的属性
|
|
70
|
+
*/
|
|
71
|
+
export interface EllipsisProps extends ElSubMenuProps {
|
|
72
|
+
/** 唯一标识 */
|
|
73
|
+
key?: string | number;
|
|
74
|
+
/** 图标 */
|
|
75
|
+
icon?: string | Component;
|
|
76
|
+
/** 图标属性 */
|
|
77
|
+
iconProps?: ElIconProps;
|
|
78
|
+
/** 图标样式 */
|
|
79
|
+
iconStyle?: StyleValue;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 菜单文本溢出提示
|
|
84
|
+
*/
|
|
85
|
+
export type TextEllipsisTooltip = boolean | EleTooltipProps;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* 生成菜单数据返回结果
|
|
89
|
+
*/
|
|
90
|
+
export interface MenuResult {
|
|
91
|
+
/** 菜单数据 */
|
|
92
|
+
items?: MenuItem[];
|
|
93
|
+
/** 省略的菜单数据 */
|
|
94
|
+
moreItems?: MenuItem[];
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* 菜单省略计算参数
|
|
99
|
+
*/
|
|
100
|
+
export interface MenuEllipsisOption {
|
|
101
|
+
/** 获取菜单节点的方法 */
|
|
102
|
+
getMenuEl: () => HTMLElement | null;
|
|
103
|
+
/** 获取菜单省略项节点的方法 */
|
|
104
|
+
getMoreEl: () => HTMLElement | null;
|
|
105
|
+
/** 计算结果回调 */
|
|
106
|
+
onEllipsis: (index: number) => void;
|
|
107
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
modelValue: BooleanConstructor;
|
|
3
|
+
headerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
4
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
5
|
+
footerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
6
|
+
title: StringConstructor;
|
|
7
|
+
margin: (NumberConstructor | StringConstructor)[];
|
|
8
|
+
direction: import('vue').PropType<import('./types').PrintDirection | null>;
|
|
9
|
+
orientation: import('vue').PropType<import('./types').PrintOrientation | null>;
|
|
10
|
+
target: import('vue').PropType<import('./types').PrintTarget | null>;
|
|
11
|
+
static: BooleanConstructor;
|
|
12
|
+
options: ObjectConstructor;
|
|
13
|
+
}>, {
|
|
14
|
+
container: import('vue').ShallowRef<Element, Element>;
|
|
15
|
+
visible: import('vue').Ref<boolean, boolean>;
|
|
16
|
+
isStatic: import('vue').ComputedRef<boolean>;
|
|
17
|
+
print: (options?: any) => void;
|
|
18
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
'update:modelValue': (_value: boolean) => boolean;
|
|
20
|
+
done: () => boolean;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
modelValue: BooleanConstructor;
|
|
23
|
+
headerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
24
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
25
|
+
footerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
26
|
+
title: StringConstructor;
|
|
27
|
+
margin: (NumberConstructor | StringConstructor)[];
|
|
28
|
+
direction: import('vue').PropType<import('./types').PrintDirection | null>;
|
|
29
|
+
orientation: import('vue').PropType<import('./types').PrintOrientation | null>;
|
|
30
|
+
target: import('vue').PropType<import('./types').PrintTarget | null>;
|
|
31
|
+
static: BooleanConstructor;
|
|
32
|
+
options: ObjectConstructor;
|
|
33
|
+
}>> & Readonly<{
|
|
34
|
+
onDone?: (() => any) | undefined;
|
|
35
|
+
"onUpdate:modelValue"?: ((_value: boolean) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
static: boolean;
|
|
38
|
+
modelValue: boolean;
|
|
39
|
+
}, {}, {
|
|
40
|
+
ReceiverView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
41
|
+
wrapPosition: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}>, {
|
|
46
|
+
authenticated: import('vue').Ref<boolean, boolean>;
|
|
47
|
+
watermark: string[];
|
|
48
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
|
+
wrapPosition: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
}>> & Readonly<{}>, {
|
|
54
|
+
wrapPosition: boolean;
|
|
55
|
+
}, {}, {
|
|
56
|
+
EleWatermark: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
57
|
+
width: NumberConstructor;
|
|
58
|
+
height: NumberConstructor;
|
|
59
|
+
rotate: NumberConstructor;
|
|
60
|
+
zIndex: NumberConstructor;
|
|
61
|
+
image: StringConstructor;
|
|
62
|
+
content: import('vue').PropType<string | string[]>;
|
|
63
|
+
font: import('vue').PropType<import('../ele-watermark/types').WatermarkFont>;
|
|
64
|
+
gap: import('vue').PropType<import('../ele-watermark/types').WatermarkGap>;
|
|
65
|
+
offset: import('vue').PropType<import('../ele-watermark/types').WatermarkOffset>;
|
|
66
|
+
lineGap: {
|
|
67
|
+
type: NumberConstructor;
|
|
68
|
+
default: number;
|
|
69
|
+
};
|
|
70
|
+
customStyle: import('vue').PropType<Exclude<import('../ele-app/types').StyleValue, string>>;
|
|
71
|
+
fixed: BooleanConstructor;
|
|
72
|
+
wrapPosition: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
disabled: BooleanConstructor;
|
|
77
|
+
}>, {
|
|
78
|
+
rootKey: import('vue').Ref<number, number>;
|
|
79
|
+
rootRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
80
|
+
imgRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
81
|
+
imgStyle: import('vue').Ref<Partial<import('vue').CSSProperties>, Partial<import('vue').CSSProperties>>;
|
|
82
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
+
width: NumberConstructor;
|
|
84
|
+
height: NumberConstructor;
|
|
85
|
+
rotate: NumberConstructor;
|
|
86
|
+
zIndex: NumberConstructor;
|
|
87
|
+
image: StringConstructor;
|
|
88
|
+
content: import('vue').PropType<string | string[]>;
|
|
89
|
+
font: import('vue').PropType<import('../ele-watermark/types').WatermarkFont>;
|
|
90
|
+
gap: import('vue').PropType<import('../ele-watermark/types').WatermarkGap>;
|
|
91
|
+
offset: import('vue').PropType<import('../ele-watermark/types').WatermarkOffset>;
|
|
92
|
+
lineGap: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
customStyle: import('vue').PropType<Exclude<import('../ele-app/types').StyleValue, string>>;
|
|
97
|
+
fixed: BooleanConstructor;
|
|
98
|
+
wrapPosition: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
|
+
disabled: BooleanConstructor;
|
|
103
|
+
}>> & Readonly<{}>, {
|
|
104
|
+
lineGap: number;
|
|
105
|
+
fixed: boolean;
|
|
106
|
+
wrapPosition: boolean;
|
|
107
|
+
disabled: boolean;
|
|
108
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PrintOption, PrintTarget, PrintPdfOption } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const printContainerId = "ele-printer-container";
|
|
4
|
+
export declare const printFrameId = "ele-printer-iframe";
|
|
5
|
+
export declare const printingClass = "ele-printing";
|
|
6
|
+
/**
|
|
7
|
+
* 合并打印方法参数
|
|
8
|
+
* @param options 参数
|
|
9
|
+
* @param userOptions 自定义参数
|
|
10
|
+
*/
|
|
11
|
+
export declare function mergeOptions(options?: any, userOptions?: any): any;
|
|
12
|
+
/**
|
|
13
|
+
* 创建并获取打印容器
|
|
14
|
+
*/
|
|
15
|
+
export declare function getPrintContainer(): Element;
|
|
16
|
+
/**
|
|
17
|
+
* usePrinter
|
|
18
|
+
* @param done 打印结束回调
|
|
19
|
+
*/
|
|
20
|
+
export declare function usePrinter(done: () => void): (option: PrintOption, target?: PrintTarget | null) => void;
|
|
21
|
+
/**
|
|
22
|
+
* 打印 pdf
|
|
23
|
+
* @param option 打印参数
|
|
24
|
+
*/
|
|
25
|
+
export declare function printPdf(option: PrintPdfOption): void;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { TabItem, IframeItem } from '../types';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
/** 是否支持内嵌缓存 */
|
|
6
|
+
keepAlive: BooleanConstructor;
|
|
7
|
+
/** 内嵌切换动画 */
|
|
8
|
+
transitionName: StringConstructor;
|
|
9
|
+
/** 内嵌进入动画延迟时间 */
|
|
10
|
+
transitionDelay: NumberConstructor;
|
|
11
|
+
/** 页签数据 */
|
|
12
|
+
tabData: {
|
|
13
|
+
type: PropType<TabItem[]>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
/** 页签选中 */
|
|
17
|
+
tabActive: StringConstructor;
|
|
18
|
+
}>, {
|
|
19
|
+
active: import('vue').Ref<string | null | undefined, string | null | undefined>;
|
|
20
|
+
data: import('vue').ComputedRef<IframeItem[]>;
|
|
21
|
+
handleLeave: (delay?: number) => void;
|
|
22
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
/** 是否支持内嵌缓存 */
|
|
24
|
+
keepAlive: BooleanConstructor;
|
|
25
|
+
/** 内嵌切换动画 */
|
|
26
|
+
transitionName: StringConstructor;
|
|
27
|
+
/** 内嵌进入动画延迟时间 */
|
|
28
|
+
transitionDelay: NumberConstructor;
|
|
29
|
+
/** 页签数据 */
|
|
30
|
+
tabData: {
|
|
31
|
+
type: PropType<TabItem[]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
/** 页签选中 */
|
|
35
|
+
tabActive: StringConstructor;
|
|
36
|
+
}>> & Readonly<{}>, {
|
|
37
|
+
keepAlive: boolean;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|