yuang-framework-ui-pc 1.1.42 → 1.1.43
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,192 @@
|
|
|
1
|
+
import { ReceiverViewInstance } from '../ele-app/plus';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
size: StringConstructor;
|
|
5
|
+
minSize: NumberConstructor;
|
|
6
|
+
maxSize: NumberConstructor;
|
|
7
|
+
space: StringConstructor;
|
|
8
|
+
customStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
9
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
10
|
+
allowCollapse: BooleanConstructor;
|
|
11
|
+
collapseStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
12
|
+
collapse: BooleanConstructor;
|
|
13
|
+
vertical: BooleanConstructor;
|
|
14
|
+
reverse: BooleanConstructor;
|
|
15
|
+
resizable: BooleanConstructor;
|
|
16
|
+
flexTable: BooleanConstructor;
|
|
17
|
+
responsive: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: null;
|
|
20
|
+
};
|
|
21
|
+
}>, {
|
|
22
|
+
rootRef: import('vue').Ref<ReceiverViewInstance, ReceiverViewInstance>;
|
|
23
|
+
wrapRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
24
|
+
sideRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
25
|
+
isResponsive: import('vue').ComputedRef<boolean>;
|
|
26
|
+
isCollapse: import('vue').Ref<boolean, boolean>;
|
|
27
|
+
resizedSize: import('vue').Ref<string | null, string | null>;
|
|
28
|
+
resizing: import('vue').Ref<boolean, boolean>;
|
|
29
|
+
toggleCollapse: (collapse?: boolean) => void;
|
|
30
|
+
resetSize: () => void;
|
|
31
|
+
handleResize: (event: MouseEvent) => void;
|
|
32
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
'update:collapse': (_collapse: boolean) => boolean;
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
+
size: StringConstructor;
|
|
36
|
+
minSize: NumberConstructor;
|
|
37
|
+
maxSize: NumberConstructor;
|
|
38
|
+
space: StringConstructor;
|
|
39
|
+
customStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
40
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
41
|
+
allowCollapse: BooleanConstructor;
|
|
42
|
+
collapseStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
43
|
+
collapse: BooleanConstructor;
|
|
44
|
+
vertical: BooleanConstructor;
|
|
45
|
+
reverse: BooleanConstructor;
|
|
46
|
+
resizable: BooleanConstructor;
|
|
47
|
+
flexTable: BooleanConstructor;
|
|
48
|
+
responsive: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: null;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{
|
|
53
|
+
"onUpdate:collapse"?: ((_collapse: boolean) => any) | undefined;
|
|
54
|
+
}>, {
|
|
55
|
+
reverse: boolean;
|
|
56
|
+
vertical: boolean;
|
|
57
|
+
collapse: boolean;
|
|
58
|
+
resizable: boolean;
|
|
59
|
+
flexTable: boolean;
|
|
60
|
+
responsive: boolean;
|
|
61
|
+
allowCollapse: boolean;
|
|
62
|
+
}, {}, {
|
|
63
|
+
ElIcon: {
|
|
64
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
65
|
+
readonly size: {
|
|
66
|
+
readonly type: import('vue').PropType<string | number>;
|
|
67
|
+
readonly required: false;
|
|
68
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
69
|
+
__epPropKey: true;
|
|
70
|
+
};
|
|
71
|
+
readonly color: {
|
|
72
|
+
readonly type: import('vue').PropType<string>;
|
|
73
|
+
readonly required: false;
|
|
74
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
|
+
__epPropKey: true;
|
|
76
|
+
};
|
|
77
|
+
}>>, {}, 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, {
|
|
78
|
+
P: {};
|
|
79
|
+
B: {};
|
|
80
|
+
D: {};
|
|
81
|
+
C: {};
|
|
82
|
+
M: {};
|
|
83
|
+
Defaults: {};
|
|
84
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
85
|
+
readonly size: {
|
|
86
|
+
readonly type: import('vue').PropType<string | number>;
|
|
87
|
+
readonly required: false;
|
|
88
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
|
+
__epPropKey: true;
|
|
90
|
+
};
|
|
91
|
+
readonly color: {
|
|
92
|
+
readonly type: import('vue').PropType<string>;
|
|
93
|
+
readonly required: false;
|
|
94
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
95
|
+
__epPropKey: true;
|
|
96
|
+
};
|
|
97
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
98
|
+
__isFragment?: never;
|
|
99
|
+
__isTeleport?: never;
|
|
100
|
+
__isSuspense?: never;
|
|
101
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
102
|
+
readonly size: {
|
|
103
|
+
readonly type: import('vue').PropType<string | number>;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
};
|
|
108
|
+
readonly color: {
|
|
109
|
+
readonly type: import('vue').PropType<string>;
|
|
110
|
+
readonly required: false;
|
|
111
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
+
__epPropKey: true;
|
|
113
|
+
};
|
|
114
|
+
}>>, {}, 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 () => {
|
|
115
|
+
$slots: {
|
|
116
|
+
default?(_: {}): any;
|
|
117
|
+
};
|
|
118
|
+
}) & import('vue').Plugin;
|
|
119
|
+
ArrowLeft: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
120
|
+
ArrowUp: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
121
|
+
ReceiverView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
122
|
+
wrapPosition: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
}>, {
|
|
127
|
+
authenticated: import('vue').Ref<boolean, boolean>;
|
|
128
|
+
watermark: string[];
|
|
129
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
130
|
+
wrapPosition: {
|
|
131
|
+
type: BooleanConstructor;
|
|
132
|
+
default: boolean;
|
|
133
|
+
};
|
|
134
|
+
}>> & Readonly<{}>, {
|
|
135
|
+
wrapPosition: boolean;
|
|
136
|
+
}, {}, {
|
|
137
|
+
EleWatermark: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
138
|
+
width: NumberConstructor;
|
|
139
|
+
height: NumberConstructor;
|
|
140
|
+
rotate: NumberConstructor;
|
|
141
|
+
zIndex: NumberConstructor;
|
|
142
|
+
image: StringConstructor;
|
|
143
|
+
content: import('vue').PropType<string | string[]>;
|
|
144
|
+
font: import('vue').PropType<import('../ele-watermark/types').WatermarkFont>;
|
|
145
|
+
gap: import('vue').PropType<import('../ele-watermark/types').WatermarkGap>;
|
|
146
|
+
offset: import('vue').PropType<import('../ele-watermark/types').WatermarkOffset>;
|
|
147
|
+
lineGap: {
|
|
148
|
+
type: NumberConstructor;
|
|
149
|
+
default: number;
|
|
150
|
+
};
|
|
151
|
+
customStyle: import('vue').PropType<Exclude<import('../ele-app/types').StyleValue, string>>;
|
|
152
|
+
fixed: BooleanConstructor;
|
|
153
|
+
wrapPosition: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
default: boolean;
|
|
156
|
+
};
|
|
157
|
+
disabled: BooleanConstructor;
|
|
158
|
+
}>, {
|
|
159
|
+
rootKey: import('vue').Ref<number, number>;
|
|
160
|
+
rootRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
161
|
+
imgRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
162
|
+
imgStyle: import('vue').Ref<Partial<import('vue').CSSProperties>, Partial<import('vue').CSSProperties>>;
|
|
163
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
164
|
+
width: NumberConstructor;
|
|
165
|
+
height: NumberConstructor;
|
|
166
|
+
rotate: NumberConstructor;
|
|
167
|
+
zIndex: NumberConstructor;
|
|
168
|
+
image: StringConstructor;
|
|
169
|
+
content: import('vue').PropType<string | string[]>;
|
|
170
|
+
font: import('vue').PropType<import('../ele-watermark/types').WatermarkFont>;
|
|
171
|
+
gap: import('vue').PropType<import('../ele-watermark/types').WatermarkGap>;
|
|
172
|
+
offset: import('vue').PropType<import('../ele-watermark/types').WatermarkOffset>;
|
|
173
|
+
lineGap: {
|
|
174
|
+
type: NumberConstructor;
|
|
175
|
+
default: number;
|
|
176
|
+
};
|
|
177
|
+
customStyle: import('vue').PropType<Exclude<import('../ele-app/types').StyleValue, string>>;
|
|
178
|
+
fixed: BooleanConstructor;
|
|
179
|
+
wrapPosition: {
|
|
180
|
+
type: BooleanConstructor;
|
|
181
|
+
default: boolean;
|
|
182
|
+
};
|
|
183
|
+
disabled: BooleanConstructor;
|
|
184
|
+
}>> & Readonly<{}>, {
|
|
185
|
+
fixed: boolean;
|
|
186
|
+
disabled: boolean;
|
|
187
|
+
lineGap: number;
|
|
188
|
+
wrapPosition: boolean;
|
|
189
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
190
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
191
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
192
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { StyleValue } from '../ele-app/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* 属性
|
|
6
|
+
*/
|
|
7
|
+
export declare const splitPanelProps: {
|
|
8
|
+
/** 默认大小 */
|
|
9
|
+
size: StringConstructor;
|
|
10
|
+
/** 最小尺寸 */
|
|
11
|
+
minSize: NumberConstructor;
|
|
12
|
+
/** 最大尺寸 */
|
|
13
|
+
maxSize: NumberConstructor;
|
|
14
|
+
/** 间距 */
|
|
15
|
+
space: StringConstructor;
|
|
16
|
+
/** 自定义样式 */
|
|
17
|
+
customStyle: PropType<StyleValue>;
|
|
18
|
+
/** 自定义内容样式 */
|
|
19
|
+
bodyStyle: PropType<StyleValue>;
|
|
20
|
+
/** 是否可折叠 */
|
|
21
|
+
allowCollapse: BooleanConstructor;
|
|
22
|
+
/** 折叠按钮样式 */
|
|
23
|
+
collapseStyle: PropType<StyleValue>;
|
|
24
|
+
/** 是否折叠 */
|
|
25
|
+
collapse: BooleanConstructor;
|
|
26
|
+
/** 是否垂直方向 */
|
|
27
|
+
vertical: BooleanConstructor;
|
|
28
|
+
/** 是否反向布局 */
|
|
29
|
+
reverse: BooleanConstructor;
|
|
30
|
+
/** 是否可拉伸宽度 */
|
|
31
|
+
resizable: BooleanConstructor;
|
|
32
|
+
/** 内部表格弹性布局 */
|
|
33
|
+
flexTable: BooleanConstructor;
|
|
34
|
+
/** 是否开启响应式 */
|
|
35
|
+
responsive: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: null;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export type SplitPanelProps = ExtractPropTypes<typeof splitPanelProps>;
|
|
41
|
+
/**
|
|
42
|
+
* 事件
|
|
43
|
+
*/
|
|
44
|
+
export declare const splitPanelEmits: {
|
|
45
|
+
/** 更新折叠状态 */
|
|
46
|
+
'update:collapse': (_collapse: boolean) => boolean;
|
|
47
|
+
};
|