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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 数据
|
|
3
|
+
*/
|
|
4
|
+
export interface AvatarItem extends Record<keyof any, any> {
|
|
5
|
+
/** 循环的 key */
|
|
6
|
+
key?: string | number | symbol;
|
|
7
|
+
/** 头像名称 */
|
|
8
|
+
label?: string;
|
|
9
|
+
/** 头像链接 */
|
|
10
|
+
value?: string;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* 图片加载失败事件参数
|
|
15
|
+
*/
|
|
16
|
+
export interface AvatarErrorOption {
|
|
17
|
+
/** 数据 */
|
|
18
|
+
item: AvatarItem;
|
|
19
|
+
/** 事件 */
|
|
20
|
+
e: Event;
|
|
21
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* 属性
|
|
5
|
+
*/
|
|
6
|
+
export declare const backtopProps: {
|
|
7
|
+
/** 触发滚动的对象 */
|
|
8
|
+
target: PropType<string | HTMLElement | null>;
|
|
9
|
+
/** 滚动高度达到此参数值才出现 */
|
|
10
|
+
visibilityHeight: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
/** 距离页面底部距离 */
|
|
15
|
+
bottom: {
|
|
16
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
17
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
/** 距离页面右边距 */
|
|
20
|
+
right: {
|
|
21
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
/** 过渡动画名称 */
|
|
25
|
+
transitionName: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export type BacktopProps = ExtractPropTypes<typeof backtopProps>;
|
|
31
|
+
/**
|
|
32
|
+
* 事件
|
|
33
|
+
*/
|
|
34
|
+
export declare const backtopEmits: {
|
|
35
|
+
click: (_e: MouseEvent) => boolean;
|
|
36
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { default as JsBarCode } from 'jsbarcode';
|
|
3
|
+
import { JsBarCodeInstance } from './types';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
+
value: StringConstructor;
|
|
7
|
+
tag: {
|
|
8
|
+
type: import('vue').PropType<import('./types').BarCodeTag>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
options: import('vue').PropType<JsBarCode.Options>;
|
|
12
|
+
}>, {
|
|
13
|
+
rootRef: Ref<HTMLElement | null, HTMLElement | null>;
|
|
14
|
+
instance: Ref<JsBarCodeInstance, JsBarCodeInstance>;
|
|
15
|
+
render: () => void;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
value: StringConstructor;
|
|
18
|
+
tag: {
|
|
19
|
+
type: import('vue').PropType<import('./types').BarCodeTag>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
options: import('vue').PropType<JsBarCode.Options>;
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
tag: import('./types').BarCodeTag;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
3
|
+
extraStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
4
|
+
teleported: BooleanConstructor;
|
|
5
|
+
}>, {
|
|
6
|
+
isActivated: import('vue').Ref<boolean, boolean>;
|
|
7
|
+
teleportTo: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
10
|
+
extraStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
11
|
+
teleported: BooleanConstructor;
|
|
12
|
+
}>> & Readonly<{}>, {
|
|
13
|
+
teleported: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { StyleValue } from '../ele-app/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* 属性
|
|
6
|
+
*/
|
|
7
|
+
export declare const bottomBarProps: {
|
|
8
|
+
/** 内容样式 */
|
|
9
|
+
bodyStyle: PropType<StyleValue>;
|
|
10
|
+
/** 右侧样式 */
|
|
11
|
+
extraStyle: PropType<StyleValue>;
|
|
12
|
+
/** 是否插入到布局的内容节点后 */
|
|
13
|
+
teleported: BooleanConstructor;
|
|
14
|
+
};
|
|
15
|
+
export type BottomBarProps = ExtractPropTypes<typeof bottomBarProps>;
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
import { ElBreadcrumbInstance } from '../ele-app/el';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
separator: {
|
|
5
|
+
type: import('vue').PropType<import('./types').BreadcrumbSeparator>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
items: {
|
|
9
|
+
type: import('vue').PropType<import('./types').BreadcrumbItem[]>;
|
|
10
|
+
required: boolean;
|
|
11
|
+
};
|
|
12
|
+
separatorIcon: {
|
|
13
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
14
|
+
readonly required: false;
|
|
15
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
|
+
__epPropKey: true;
|
|
17
|
+
};
|
|
18
|
+
}>, {
|
|
19
|
+
breadcrumbRef: import('vue').Ref<ElBreadcrumbInstance, ElBreadcrumbInstance>;
|
|
20
|
+
breadcrumbSeparator: import('vue').ComputedRef<string | undefined>;
|
|
21
|
+
breadcrumbSeparatorIcon: import('vue').ComputedRef<(string | import('vue').Component) | undefined>;
|
|
22
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
separator: {
|
|
24
|
+
type: import('vue').PropType<import('./types').BreadcrumbSeparator>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
items: {
|
|
28
|
+
type: import('vue').PropType<import('./types').BreadcrumbItem[]>;
|
|
29
|
+
required: boolean;
|
|
30
|
+
};
|
|
31
|
+
separatorIcon: {
|
|
32
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
33
|
+
readonly required: false;
|
|
34
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
|
+
__epPropKey: true;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
separator: import('./types').BreadcrumbSeparator;
|
|
39
|
+
}, {}, {
|
|
40
|
+
ElBreadcrumb: ({
|
|
41
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
+
readonly separator: {
|
|
43
|
+
readonly type: import('vue').PropType<string>;
|
|
44
|
+
readonly required: false;
|
|
45
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
+
__epPropKey: true;
|
|
47
|
+
} & {
|
|
48
|
+
readonly default: "/";
|
|
49
|
+
};
|
|
50
|
+
readonly separatorIcon: {
|
|
51
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
52
|
+
readonly required: false;
|
|
53
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
|
+
__epPropKey: true;
|
|
55
|
+
};
|
|
56
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
57
|
+
readonly separator: string;
|
|
58
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
59
|
+
P: {};
|
|
60
|
+
B: {};
|
|
61
|
+
D: {};
|
|
62
|
+
C: {};
|
|
63
|
+
M: {};
|
|
64
|
+
Defaults: {};
|
|
65
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
66
|
+
readonly separator: {
|
|
67
|
+
readonly type: import('vue').PropType<string>;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: "/";
|
|
73
|
+
};
|
|
74
|
+
readonly separatorIcon: {
|
|
75
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
};
|
|
80
|
+
}>>, {}, {}, {}, {}, {
|
|
81
|
+
readonly separator: string;
|
|
82
|
+
}>;
|
|
83
|
+
__isFragment?: never;
|
|
84
|
+
__isTeleport?: never;
|
|
85
|
+
__isSuspense?: never;
|
|
86
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
87
|
+
readonly separator: {
|
|
88
|
+
readonly type: import('vue').PropType<string>;
|
|
89
|
+
readonly required: false;
|
|
90
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
+
__epPropKey: true;
|
|
92
|
+
} & {
|
|
93
|
+
readonly default: "/";
|
|
94
|
+
};
|
|
95
|
+
readonly separatorIcon: {
|
|
96
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
97
|
+
readonly required: false;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
+
__epPropKey: true;
|
|
100
|
+
};
|
|
101
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
102
|
+
readonly separator: string;
|
|
103
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
104
|
+
$slots: {
|
|
105
|
+
default?(_: {}): any;
|
|
106
|
+
};
|
|
107
|
+
}) & import('vue').Plugin) & {
|
|
108
|
+
BreadcrumbItem: {
|
|
109
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
110
|
+
readonly to: {
|
|
111
|
+
readonly type: import('vue').PropType<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric>;
|
|
112
|
+
readonly required: false;
|
|
113
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
|
+
__epPropKey: true;
|
|
115
|
+
} & {
|
|
116
|
+
readonly default: "";
|
|
117
|
+
};
|
|
118
|
+
readonly replace: BooleanConstructor;
|
|
119
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
120
|
+
readonly to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
121
|
+
readonly replace: boolean;
|
|
122
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
123
|
+
P: {};
|
|
124
|
+
B: {};
|
|
125
|
+
D: {};
|
|
126
|
+
C: {};
|
|
127
|
+
M: {};
|
|
128
|
+
Defaults: {};
|
|
129
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
130
|
+
readonly to: {
|
|
131
|
+
readonly type: import('vue').PropType<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric>;
|
|
132
|
+
readonly required: false;
|
|
133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
|
+
__epPropKey: true;
|
|
135
|
+
} & {
|
|
136
|
+
readonly default: "";
|
|
137
|
+
};
|
|
138
|
+
readonly replace: BooleanConstructor;
|
|
139
|
+
}>>, {}, {}, {}, {}, {
|
|
140
|
+
readonly to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
141
|
+
readonly replace: boolean;
|
|
142
|
+
}>;
|
|
143
|
+
__isFragment?: never;
|
|
144
|
+
__isTeleport?: never;
|
|
145
|
+
__isSuspense?: never;
|
|
146
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
147
|
+
readonly to: {
|
|
148
|
+
readonly type: import('vue').PropType<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
} & {
|
|
153
|
+
readonly default: "";
|
|
154
|
+
};
|
|
155
|
+
readonly replace: BooleanConstructor;
|
|
156
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
157
|
+
readonly to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
158
|
+
readonly replace: boolean;
|
|
159
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
160
|
+
$slots: {
|
|
161
|
+
default?(_: {}): any;
|
|
162
|
+
};
|
|
163
|
+
});
|
|
164
|
+
};
|
|
165
|
+
ElBreadcrumbItem: {
|
|
166
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
167
|
+
readonly to: {
|
|
168
|
+
readonly type: import('vue').PropType<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric>;
|
|
169
|
+
readonly required: false;
|
|
170
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
171
|
+
__epPropKey: true;
|
|
172
|
+
} & {
|
|
173
|
+
readonly default: "";
|
|
174
|
+
};
|
|
175
|
+
readonly replace: BooleanConstructor;
|
|
176
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
177
|
+
readonly to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
178
|
+
readonly replace: boolean;
|
|
179
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
180
|
+
P: {};
|
|
181
|
+
B: {};
|
|
182
|
+
D: {};
|
|
183
|
+
C: {};
|
|
184
|
+
M: {};
|
|
185
|
+
Defaults: {};
|
|
186
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
187
|
+
readonly to: {
|
|
188
|
+
readonly type: import('vue').PropType<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric>;
|
|
189
|
+
readonly required: false;
|
|
190
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
+
__epPropKey: true;
|
|
192
|
+
} & {
|
|
193
|
+
readonly default: "";
|
|
194
|
+
};
|
|
195
|
+
readonly replace: BooleanConstructor;
|
|
196
|
+
}>>, {}, {}, {}, {}, {
|
|
197
|
+
readonly to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
198
|
+
readonly replace: boolean;
|
|
199
|
+
}>;
|
|
200
|
+
__isFragment?: never;
|
|
201
|
+
__isTeleport?: never;
|
|
202
|
+
__isSuspense?: never;
|
|
203
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
204
|
+
readonly to: {
|
|
205
|
+
readonly type: import('vue').PropType<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric>;
|
|
206
|
+
readonly required: false;
|
|
207
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
|
+
__epPropKey: true;
|
|
209
|
+
} & {
|
|
210
|
+
readonly default: "";
|
|
211
|
+
};
|
|
212
|
+
readonly replace: BooleanConstructor;
|
|
213
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
214
|
+
readonly to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
215
|
+
readonly replace: boolean;
|
|
216
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
217
|
+
$slots: {
|
|
218
|
+
default?(_: {}): any;
|
|
219
|
+
};
|
|
220
|
+
}) & import('vue').Plugin;
|
|
221
|
+
ElIcon: {
|
|
222
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
223
|
+
readonly size: {
|
|
224
|
+
readonly type: import('vue').PropType<string | number>;
|
|
225
|
+
readonly required: false;
|
|
226
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
227
|
+
__epPropKey: true;
|
|
228
|
+
};
|
|
229
|
+
readonly color: {
|
|
230
|
+
readonly type: import('vue').PropType<string>;
|
|
231
|
+
readonly required: false;
|
|
232
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
+
__epPropKey: true;
|
|
234
|
+
};
|
|
235
|
+
}>>, {}, 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, {
|
|
236
|
+
P: {};
|
|
237
|
+
B: {};
|
|
238
|
+
D: {};
|
|
239
|
+
C: {};
|
|
240
|
+
M: {};
|
|
241
|
+
Defaults: {};
|
|
242
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
243
|
+
readonly size: {
|
|
244
|
+
readonly type: import('vue').PropType<string | number>;
|
|
245
|
+
readonly required: false;
|
|
246
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
|
+
__epPropKey: true;
|
|
248
|
+
};
|
|
249
|
+
readonly color: {
|
|
250
|
+
readonly type: import('vue').PropType<string>;
|
|
251
|
+
readonly required: false;
|
|
252
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
+
__epPropKey: true;
|
|
254
|
+
};
|
|
255
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
256
|
+
__isFragment?: never;
|
|
257
|
+
__isTeleport?: never;
|
|
258
|
+
__isSuspense?: never;
|
|
259
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
260
|
+
readonly size: {
|
|
261
|
+
readonly type: import('vue').PropType<string | number>;
|
|
262
|
+
readonly required: false;
|
|
263
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
|
+
__epPropKey: true;
|
|
265
|
+
};
|
|
266
|
+
readonly color: {
|
|
267
|
+
readonly type: import('vue').PropType<string>;
|
|
268
|
+
readonly required: false;
|
|
269
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
270
|
+
__epPropKey: true;
|
|
271
|
+
};
|
|
272
|
+
}>>, {}, 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 () => {
|
|
273
|
+
$slots: {
|
|
274
|
+
default?(_: {}): any;
|
|
275
|
+
};
|
|
276
|
+
}) & import('vue').Plugin;
|
|
277
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
278
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { BreadcrumbSeparator, BreadcrumbItem } from './types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* 属性
|
|
6
|
+
*/
|
|
7
|
+
export declare const breadcrumbProps: {
|
|
8
|
+
separator: {
|
|
9
|
+
type: PropType<BreadcrumbSeparator>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
/** 面包屑数据 */
|
|
13
|
+
items: {
|
|
14
|
+
type: PropType<BreadcrumbItem[]>;
|
|
15
|
+
required: boolean;
|
|
16
|
+
};
|
|
17
|
+
separatorIcon: {
|
|
18
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
19
|
+
readonly required: false;
|
|
20
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
|
+
__epPropKey: true;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
header: StringConstructor;
|
|
3
|
+
footer: StringConstructor;
|
|
4
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
5
|
+
bodyClass: StringConstructor;
|
|
6
|
+
shadow: import('vue').PropType<import('../ele-app/el').ElCardProps["shadow"]>;
|
|
7
|
+
bordered: BooleanConstructor;
|
|
8
|
+
headerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
9
|
+
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
10
|
+
footerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
11
|
+
collapsable: import('vue').PropType<boolean | "header">;
|
|
12
|
+
collapse: BooleanConstructor;
|
|
13
|
+
collapseIconStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
14
|
+
flexTable: BooleanConstructor;
|
|
15
|
+
}>, {
|
|
16
|
+
isCollapse: import('vue').Ref<boolean, boolean>;
|
|
17
|
+
handleBeforeLeave: (el: HTMLElement) => void;
|
|
18
|
+
handleLeave: (el: HTMLElement) => void;
|
|
19
|
+
handleAfterLeave: (el: HTMLElement) => void;
|
|
20
|
+
handleBeforeEnter: (el: HTMLElement) => void;
|
|
21
|
+
handleEnter: (el: HTMLElement) => void;
|
|
22
|
+
handleAfterEnter: (el: HTMLElement) => void;
|
|
23
|
+
handleCollapseClick: () => void;
|
|
24
|
+
handleHeaderClick: () => void;
|
|
25
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
+
collapseChange: (_collapse: boolean) => boolean;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
|
+
header: StringConstructor;
|
|
29
|
+
footer: StringConstructor;
|
|
30
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
31
|
+
bodyClass: StringConstructor;
|
|
32
|
+
shadow: import('vue').PropType<import('../ele-app/el').ElCardProps["shadow"]>;
|
|
33
|
+
bordered: BooleanConstructor;
|
|
34
|
+
headerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
35
|
+
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
36
|
+
footerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
37
|
+
collapsable: import('vue').PropType<boolean | "header">;
|
|
38
|
+
collapse: BooleanConstructor;
|
|
39
|
+
collapseIconStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
40
|
+
flexTable: BooleanConstructor;
|
|
41
|
+
}>> & Readonly<{
|
|
42
|
+
onCollapseChange?: ((_collapse: boolean) => any) | undefined;
|
|
43
|
+
}>, {
|
|
44
|
+
collapse: boolean;
|
|
45
|
+
bordered: boolean;
|
|
46
|
+
flexTable: boolean;
|
|
47
|
+
}, {}, {
|
|
48
|
+
ElIcon: {
|
|
49
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
readonly size: {
|
|
51
|
+
readonly type: import('vue').PropType<string | number>;
|
|
52
|
+
readonly required: false;
|
|
53
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
|
+
__epPropKey: true;
|
|
55
|
+
};
|
|
56
|
+
readonly color: {
|
|
57
|
+
readonly type: import('vue').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: import('vue').PropType<string | number>;
|
|
72
|
+
readonly required: false;
|
|
73
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
|
+
__epPropKey: true;
|
|
75
|
+
};
|
|
76
|
+
readonly color: {
|
|
77
|
+
readonly type: import('vue').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: import('vue').PropType<string | number>;
|
|
89
|
+
readonly required: false;
|
|
90
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
+
__epPropKey: true;
|
|
92
|
+
};
|
|
93
|
+
readonly color: {
|
|
94
|
+
readonly type: import('vue').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
|
+
ArrowUp: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
105
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
106
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { StyleValue } from '../../ele-app/types';
|
|
3
|
+
import { CheckCardItem } from '../types';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
+
/** 数据 */
|
|
7
|
+
item: PropType<CheckCardItem>;
|
|
8
|
+
/** 是否选中 */
|
|
9
|
+
checked: BooleanConstructor;
|
|
10
|
+
/** 是否禁用 */
|
|
11
|
+
disabled: BooleanConstructor;
|
|
12
|
+
/** 是否显示边框 */
|
|
13
|
+
bordered: BooleanConstructor;
|
|
14
|
+
/** 是否需要选中箭头 */
|
|
15
|
+
arrow: BooleanConstructor;
|
|
16
|
+
/** 选中箭头样式 */
|
|
17
|
+
arrowStyle: PropType<StyleValue>;
|
|
18
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
/** 数据 */
|
|
20
|
+
item: PropType<CheckCardItem>;
|
|
21
|
+
/** 是否选中 */
|
|
22
|
+
checked: BooleanConstructor;
|
|
23
|
+
/** 是否禁用 */
|
|
24
|
+
disabled: BooleanConstructor;
|
|
25
|
+
/** 是否显示边框 */
|
|
26
|
+
bordered: BooleanConstructor;
|
|
27
|
+
/** 是否需要选中箭头 */
|
|
28
|
+
arrow: BooleanConstructor;
|
|
29
|
+
/** 选中箭头样式 */
|
|
30
|
+
arrowStyle: PropType<StyleValue>;
|
|
31
|
+
}>> & Readonly<{}>, {
|
|
32
|
+
disabled: boolean;
|
|
33
|
+
bordered: boolean;
|
|
34
|
+
checked: boolean;
|
|
35
|
+
arrow: boolean;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { StyleValue } from '../ele-app/types';
|
|
3
|
+
import { ElRowProps } from '../ele-app/el';
|
|
4
|
+
import { CheckCardItem, CheckedValue } from './types';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* 属性
|
|
8
|
+
*/
|
|
9
|
+
export declare const checkCardProps: {
|
|
10
|
+
/** 选中值 */
|
|
11
|
+
modelValue: {
|
|
12
|
+
type: PropType<CheckedValue>;
|
|
13
|
+
default: () => null;
|
|
14
|
+
};
|
|
15
|
+
/** 数据 */
|
|
16
|
+
items: PropType<CheckCardItem[]>;
|
|
17
|
+
/** 是否多选 */
|
|
18
|
+
multiple: BooleanConstructor;
|
|
19
|
+
/** 是否禁用 */
|
|
20
|
+
disabled: BooleanConstructor;
|
|
21
|
+
/** 是否显示边框 */
|
|
22
|
+
bordered: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
/** 是否需要选中箭头 */
|
|
27
|
+
arrow: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
/** 选中箭头样式 */
|
|
32
|
+
arrowStyle: PropType<StyleValue>;
|
|
33
|
+
/** 自定义卡片类名 */
|
|
34
|
+
itemClass: StringConstructor;
|
|
35
|
+
/** 自定义卡片样式 */
|
|
36
|
+
itemStyle: PropType<StyleValue>;
|
|
37
|
+
/** 是否使用栅格布局 */
|
|
38
|
+
row: PropType<boolean | ElRowProps>;
|
|
39
|
+
};
|
|
40
|
+
export type CheckCardProps = ExtractPropTypes<typeof checkCardProps>;
|
|
41
|
+
/**
|
|
42
|
+
* 事件
|
|
43
|
+
*/
|
|
44
|
+
export declare const checkCardEmits: {
|
|
45
|
+
/** 更新选中值 */
|
|
46
|
+
'update:modelValue': (_value: CheckedValue) => boolean;
|
|
47
|
+
/** 选中改变事件 */
|
|
48
|
+
change: (_value: CheckedValue) => boolean;
|
|
49
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|