@maxtropy/v-components 0.1.17-beta.32 → 0.1.17-beta.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -20
- package/dist/mx-vcomponents.es.js +13183 -12483
- package/dist/style.css +1 -1
- package/dist/types/api/staff.d.ts +3 -3
- package/dist/types/api/tenant.d.ts +4 -4
- package/dist/types/api/user.d.ts +24 -24
- package/dist/types/assets/svg/ContainerSvg.vue.d.ts +2 -2
- package/dist/types/assets/svg/InfoCircleSvg.vue.d.ts +2 -2
- package/dist/types/assets/svg/InfoSvg.vue.d.ts +2 -2
- package/dist/types/assets/svg/UploadSvg.vue.d.ts +2 -2
- package/dist/types/common/const.d.ts +34 -34
- package/dist/types/common/entity.d.ts +112 -112
- package/dist/types/common/fetch.d.ts +12 -12
- package/dist/types/common/request.d.ts +30 -30
- package/dist/types/common/subject.d.ts +20 -20
- package/dist/types/components/alert/MxAlert.vue.d.ts +63 -63
- package/dist/types/components/alert/index.d.ts +7 -7
- package/dist/types/components/authorizedpermission/AuthorizedPermission.vue.d.ts +10 -10
- package/dist/types/components/authorizedpermission/index.d.ts +7 -7
- package/dist/types/components/autocomplete/MxAutocomplete.vue.d.ts +7 -7
- package/dist/types/components/autocomplete/index.d.ts +7 -7
- package/dist/types/components/basiclayout/BasicLayout.vue.d.ts +45 -45
- package/dist/types/components/basiclayout/index.d.ts +7 -7
- package/dist/types/components/breadcrumb/BreadCrumb.vue.d.ts +53 -53
- package/dist/types/components/breadcrumb/index.d.ts +7 -7
- package/dist/types/components/button/MxButton.vue.d.ts +133 -133
- package/dist/types/components/button/index.d.ts +7 -7
- package/dist/types/components/cascader/MxCascader.vue.d.ts +12 -12
- package/dist/types/components/cascader/index.d.ts +7 -7
- package/dist/types/components/checkbox/MxCheckbox.vue.d.ts +104 -104
- package/dist/types/components/checkbox/MxCheckboxGroup.vue.d.ts +43 -43
- package/dist/types/components/checkbox/index.d.ts +351 -351
- package/dist/types/components/datePicker/MxDatePicker.vue.d.ts +49 -49
- package/dist/types/components/datePicker/index.d.ts +7 -7
- package/dist/types/components/dialog/MxDialog.vue.d.ts +174 -174
- package/dist/types/components/dialog/index.d.ts +7 -7
- package/dist/types/components/dropdown/MxDropDownMenu.vue.d.ts +7 -7
- package/dist/types/components/dropdown/MxDropdown.vue.d.ts +76 -76
- package/dist/types/components/dropdown/{MxDropDownItem.vue.d.ts → MxDropdownItem.vue.d.ts} +7 -7
- package/dist/types/components/dropdown/index.d.ts +191 -191
- package/dist/types/components/echartsWithTheme/MxEchartsWithTheme.vue.d.ts +51 -51
- package/dist/types/components/echartsWithTheme/darkTheme.d.ts +102 -102
- package/dist/types/components/echartsWithTheme/index.d.ts +7 -7
- package/dist/types/components/echartsWithTheme/lightTheme.d.ts +102 -102
- package/dist/types/components/echartsWithTheme/pluginsEcharts.d.ts +2 -2
- package/dist/types/components/echartsWithTheme/utils.d.ts +10 -10
- package/dist/types/components/ellipsisSpan/MxEllipsisSpan.vue.d.ts +42 -42
- package/dist/types/components/ellipsisSpan/index.d.ts +7 -7
- package/dist/types/components/empty/MxEmpty.vue.d.ts +7 -7
- package/dist/types/components/empty/index.d.ts +7 -7
- package/dist/types/components/filter/MxFilter.vue.d.ts +76 -76
- package/dist/types/components/filter/index.d.ts +7 -7
- package/dist/types/components/form/MxForm.vue.d.ts +123 -123
- package/dist/types/components/form/MxFormItem.vue.d.ts +103 -103
- package/dist/types/components/form/index.d.ts +257 -257
- package/dist/types/components/formContent/FormContent.vue.d.ts +53 -53
- package/dist/types/components/formContent/index.d.ts +7 -7
- package/dist/types/components/formTitle/FormTitle.vue.d.ts +26 -26
- package/dist/types/components/formTitle/index.d.ts +7 -7
- package/dist/types/components/headnavigation/HeadNavigation.vue.d.ts +45 -45
- package/dist/types/components/headnavigation/MenuBar.vue.d.ts +35 -35
- package/dist/types/components/headnavigation/index.d.ts +7 -7
- package/dist/types/components/index.d.ts +47 -47
- package/dist/types/components/input/MxInput.vue.d.ts +7 -7
- package/dist/types/components/input/index.d.ts +7 -7
- package/dist/types/components/inputnumber/MxInputNumber.vue.d.ts +7 -7
- package/dist/types/components/inputnumber/index.d.ts +7 -7
- package/dist/types/components/loading/common/LoadingCore.vue.d.ts +31 -31
- package/dist/types/components/loading/common/loadingStyles.d.ts +1 -1
- package/dist/types/components/loading/directive.d.ts +8 -8
- package/dist/types/components/loading/index.d.ts +5 -5
- package/dist/types/components/loading/service.d.ts +7 -7
- package/dist/types/components/loading/types.d.ts +18 -18
- package/dist/types/components/message/index.d.ts +7 -7
- package/dist/types/components/message/message.d.ts +4 -4
- package/dist/types/components/messageBox/index.d.ts +7 -7
- package/dist/types/components/messageBox/message.vue.d.ts +48 -48
- package/dist/types/components/messageBox/messageBox.d.ts +4 -4
- package/dist/types/components/notification/index.d.ts +3 -3
- package/dist/types/components/notification/notification.d.ts +4 -4
- package/dist/types/components/pagination/MxPagination.vue.d.ts +38 -38
- package/dist/types/components/pagination/index.d.ts +7 -7
- package/dist/types/components/popconfirm/MxPopconfirm.vue.d.ts +60 -60
- package/dist/types/components/popconfirm/index.d.ts +7 -7
- package/dist/types/components/popover/MxPopover.vue.d.ts +22 -22
- package/dist/types/components/popover/index.d.ts +7 -7
- package/dist/types/components/radio/MxRadio.vue.d.ts +36 -36
- package/dist/types/components/radio/MxRadioButton.vue.d.ts +31 -31
- package/dist/types/components/radio/MxRadioGroup.vue.d.ts +45 -45
- package/dist/types/components/radio/index.d.ts +302 -302
- package/dist/types/components/select/MxOption.vue.d.ts +7 -7
- package/dist/types/components/select/MxOptionGroup.vue.d.ts +7 -7
- package/dist/types/components/select/MxSelect.vue.d.ts +10 -10
- package/dist/types/components/select/index.d.ts +191 -191
- package/dist/types/components/sidermenu/HambShow.vue.d.ts +16 -16
- package/dist/types/components/sidermenu/SiderMenu.vue.d.ts +46 -46
- package/dist/types/components/sidermenu/index.d.ts +7 -7
- package/dist/types/components/slider/MxSlider.vue.d.ts +32 -32
- package/dist/types/components/slider/index.d.ts +7 -7
- package/dist/types/components/steps/MxStep.vue.d.ts +7 -7
- package/dist/types/components/steps/MxSteps.vue.d.ts +29 -29
- package/dist/types/components/steps/index.d.ts +99 -99
- package/dist/types/components/subContent/SubContent.vue.d.ts +39 -39
- package/dist/types/components/subContent/index.d.ts +7 -7
- package/dist/types/components/switch/MxSwitch.vue.d.ts +2 -2
- package/dist/types/components/switch/index.d.ts +7 -7
- package/dist/types/components/switchstaff/CustomSvg.vue.d.ts +2 -2
- package/dist/types/components/switchstaff/SwitchStaff.vue.d.ts +32 -32
- package/dist/types/components/switchstaff/WarnSvg.vue.d.ts +2 -2
- package/dist/types/components/switchstaff/index.d.ts +7 -7
- package/dist/types/components/systemcontent/SystemContent.vue.d.ts +51 -51
- package/dist/types/components/systemcontent/index.d.ts +7 -7
- package/dist/types/components/table/MxTable.vue.d.ts +51 -51
- package/dist/types/components/table/MxTableColumn.vue.d.ts +12 -12
- package/dist/types/components/table/index.d.ts +104 -104
- package/dist/types/components/tabs/MxTabPane.vue.d.ts +7 -7
- package/dist/types/components/tabs/MxTabs.vue.d.ts +37 -37
- package/dist/types/components/tabs/index.d.ts +99 -99
- package/dist/types/components/tag/MxTag.vue.d.ts +40 -40
- package/dist/types/components/tag/index.d.ts +7 -7
- package/dist/types/components/timePicker/MxTimePicker.vue.d.ts +49 -49
- package/dist/types/components/timePicker/index.d.ts +7 -7
- package/dist/types/components/timeselect/MxTimeSelect.vue.d.ts +7 -7
- package/dist/types/components/timeselect/index.d.ts +7 -7
- package/dist/types/components/tooltip/MxTooltip.vue.d.ts +7 -7
- package/dist/types/components/tooltip/index.d.ts +7 -7
- package/dist/types/components/tree/MxTree.vue.d.ts +868 -868
- package/dist/types/components/tree/index.d.ts +7 -7
- package/dist/types/components/treeselect/MxTreeSelect.vue.d.ts +80 -80
- package/dist/types/components/treeselect/index.d.ts +7 -7
- package/dist/types/components/upload/MxUpload.vue.d.ts +111 -111
- package/dist/types/components/upload/index.d.ts +7 -7
- package/dist/types/components/upload/upload.d.ts +139 -139
- package/dist/types/components/upload/uploadList.vue.d.ts +15 -15
- package/dist/types/components/upload/use-handlers.d.ts +13 -13
- package/dist/types/components/usercontent/ArrowSvg.vue.d.ts +2 -2
- package/dist/types/components/usercontent/UserContent.vue.d.ts +28 -28
- package/dist/types/components/usercontent/UserSvg.vue.d.ts +2 -2
- package/dist/types/components/usercontent/index.d.ts +7 -7
- package/dist/types/components/wrapper/index.d.ts +7 -7
- package/dist/types/components/wrapper/wrapper.vue.d.ts +9 -9
- package/dist/types/constants/const.d.ts +1 -1
- package/dist/types/constants/index.d.ts +2 -2
- package/dist/types/index.d.ts +16 -16
- package/dist/types/theme/index.d.ts +19 -19
- package/dist/types/theme/types/Themes.d.ts +7 -0
- package/dist/types/theme/utils.d.ts +3 -3
- package/dist/types/utils/hooks.d.ts +23 -23
- package/dist/types/utils/index.d.ts +3 -3
- package/dist/types/utils/lib.d.ts +9 -9
- package/dist/types/utils/micro.d.ts +39 -39
- package/package.json +83 -83
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
|
-
import { LoadingServiceOptions, LoadingServiceInstance } from './types';
|
|
3
|
-
declare const CustomLoading: {
|
|
4
|
-
service: (opts?: LoadingServiceOptions) => LoadingServiceInstance;
|
|
5
|
-
install: (app: App, options?: any) => void;
|
|
6
|
-
};
|
|
7
|
-
export default CustomLoading;
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import { LoadingServiceOptions, LoadingServiceInstance } from './types';
|
|
3
|
+
declare const CustomLoading: {
|
|
4
|
+
service: (opts?: LoadingServiceOptions) => LoadingServiceInstance;
|
|
5
|
+
install: (app: App, options?: any) => void;
|
|
6
|
+
};
|
|
7
|
+
export default CustomLoading;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export type LoadingBinding = boolean | undefined;
|
|
2
|
-
export type LoadingSize = 'small' | 'middle' | 'large';
|
|
3
|
-
export interface LoadingOptions {
|
|
4
|
-
text?: string;
|
|
5
|
-
background?: string;
|
|
6
|
-
size?: LoadingSize;
|
|
7
|
-
}
|
|
8
|
-
export interface LoadingServiceOptions {
|
|
9
|
-
text?: string;
|
|
10
|
-
background?: string;
|
|
11
|
-
size?: LoadingSize;
|
|
12
|
-
fullscreen?: boolean;
|
|
13
|
-
target?: string | HTMLElement;
|
|
14
|
-
}
|
|
15
|
-
export interface LoadingServiceInstance {
|
|
16
|
-
close: () => void;
|
|
17
|
-
}
|
|
18
|
-
export type LoadingService = (opts?: LoadingServiceOptions) => LoadingServiceInstance;
|
|
1
|
+
export type LoadingBinding = boolean | undefined;
|
|
2
|
+
export type LoadingSize = 'small' | 'middle' | 'large';
|
|
3
|
+
export interface LoadingOptions {
|
|
4
|
+
text?: string;
|
|
5
|
+
background?: string;
|
|
6
|
+
size?: LoadingSize;
|
|
7
|
+
}
|
|
8
|
+
export interface LoadingServiceOptions {
|
|
9
|
+
text?: string;
|
|
10
|
+
background?: string;
|
|
11
|
+
size?: LoadingSize;
|
|
12
|
+
fullscreen?: boolean;
|
|
13
|
+
target?: string | HTMLElement;
|
|
14
|
+
}
|
|
15
|
+
export interface LoadingServiceInstance {
|
|
16
|
+
close: () => void;
|
|
17
|
+
}
|
|
18
|
+
export type LoadingService = (opts?: LoadingServiceOptions) => LoadingServiceInstance;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { AppContext, Plugin } from 'vue';
|
|
2
|
-
type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
type SFCInstallWithContext<T> = SFCWithInstall<T> & {
|
|
4
|
-
_context: AppContext | null;
|
|
5
|
-
};
|
|
6
|
-
export declare const MxMessage: SFCInstallWithContext<import("element-plus").Message>;
|
|
7
|
-
export {};
|
|
1
|
+
import type { AppContext, Plugin } from 'vue';
|
|
2
|
+
type SFCWithInstall<T> = T & Plugin;
|
|
3
|
+
type SFCInstallWithContext<T> = SFCWithInstall<T> & {
|
|
4
|
+
_context: AppContext | null;
|
|
5
|
+
};
|
|
6
|
+
export declare const MxMessage: SFCInstallWithContext<import("element-plus").Message>;
|
|
7
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Message } from 'element-plus';
|
|
2
|
-
import './index.scss';
|
|
3
|
-
declare const _default: Message;
|
|
4
|
-
export default _default;
|
|
1
|
+
import type { Message } from 'element-plus';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
declare const _default: Message;
|
|
4
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { AppContext, Plugin } from 'vue';
|
|
2
|
-
type SFCWithInstall<T> = T & Plugin;
|
|
3
|
-
type SFCInstallWithContext<T> = SFCWithInstall<T> & {
|
|
4
|
-
_context: AppContext | null;
|
|
5
|
-
};
|
|
6
|
-
export declare const MxMessageBox: SFCInstallWithContext<import("element-plus").IElMessageBox>;
|
|
7
|
-
export {};
|
|
1
|
+
import type { AppContext, Plugin } from 'vue';
|
|
2
|
+
type SFCWithInstall<T> = T & Plugin;
|
|
3
|
+
type SFCInstallWithContext<T> = SFCWithInstall<T> & {
|
|
4
|
+
_context: AppContext | null;
|
|
5
|
+
};
|
|
6
|
+
export declare const MxMessageBox: SFCInstallWithContext<import("element-plus").IElMessageBox>;
|
|
7
|
+
export {};
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import { VNode } from 'vue';
|
|
2
|
-
interface Props {
|
|
3
|
-
message: string | VNode;
|
|
4
|
-
showCancelButton?: boolean;
|
|
5
|
-
showConfirmButton?: boolean;
|
|
6
|
-
confirmButtonText?: string;
|
|
7
|
-
cancelButtonText?: string;
|
|
8
|
-
closeOnClickModal?: boolean;
|
|
9
|
-
onVanish: () => void;
|
|
10
|
-
close: () => void;
|
|
11
|
-
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
-
showCancelButton: boolean;
|
|
14
|
-
showConfirmButton: boolean;
|
|
15
|
-
confirmButtonText: string;
|
|
16
|
-
cancelButtonText: string;
|
|
17
|
-
closeOnClickModal: boolean;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
-
showCancelButton: boolean;
|
|
20
|
-
showConfirmButton: boolean;
|
|
21
|
-
confirmButtonText: string;
|
|
22
|
-
cancelButtonText: string;
|
|
23
|
-
closeOnClickModal: boolean;
|
|
24
|
-
}>>>, {
|
|
25
|
-
closeOnClickModal: boolean;
|
|
26
|
-
confirmButtonText: string;
|
|
27
|
-
cancelButtonText: string;
|
|
28
|
-
showCancelButton: boolean;
|
|
29
|
-
showConfirmButton: boolean;
|
|
30
|
-
}, {}>;
|
|
31
|
-
export default _default;
|
|
32
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
-
} : {
|
|
37
|
-
type: import('vue').PropType<T[K]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
type __VLS_WithDefaults<P, D> = {
|
|
42
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
-
default: D[K];
|
|
44
|
-
}> : P[K];
|
|
45
|
-
};
|
|
46
|
-
type __VLS_Prettify<T> = {
|
|
47
|
-
[K in keyof T]: T[K];
|
|
48
|
-
} & {};
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
interface Props {
|
|
3
|
+
message: string | VNode;
|
|
4
|
+
showCancelButton?: boolean;
|
|
5
|
+
showConfirmButton?: boolean;
|
|
6
|
+
confirmButtonText?: string;
|
|
7
|
+
cancelButtonText?: string;
|
|
8
|
+
closeOnClickModal?: boolean;
|
|
9
|
+
onVanish: () => void;
|
|
10
|
+
close: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
showCancelButton: boolean;
|
|
14
|
+
showConfirmButton: boolean;
|
|
15
|
+
confirmButtonText: string;
|
|
16
|
+
cancelButtonText: string;
|
|
17
|
+
closeOnClickModal: boolean;
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
+
showCancelButton: boolean;
|
|
20
|
+
showConfirmButton: boolean;
|
|
21
|
+
confirmButtonText: string;
|
|
22
|
+
cancelButtonText: string;
|
|
23
|
+
closeOnClickModal: boolean;
|
|
24
|
+
}>>>, {
|
|
25
|
+
closeOnClickModal: boolean;
|
|
26
|
+
confirmButtonText: string;
|
|
27
|
+
cancelButtonText: string;
|
|
28
|
+
showCancelButton: boolean;
|
|
29
|
+
showConfirmButton: boolean;
|
|
30
|
+
}, {}>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
} : {
|
|
37
|
+
type: import('vue').PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
|
42
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
+
default: D[K];
|
|
44
|
+
}> : P[K];
|
|
45
|
+
};
|
|
46
|
+
type __VLS_Prettify<T> = {
|
|
47
|
+
[K in keyof T]: T[K];
|
|
48
|
+
} & {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IElMessageBox } from 'element-plus';
|
|
2
|
-
import './index.scss';
|
|
3
|
-
declare const _default: IElMessageBox;
|
|
4
|
-
export default _default;
|
|
1
|
+
import type { IElMessageBox } from 'element-plus';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
declare const _default: IElMessageBox;
|
|
4
|
+
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import Notify from './notification';
|
|
2
|
-
export declare const MxNotification: import("element-plus").Notify;
|
|
3
|
-
export default Notify;
|
|
1
|
+
import Notify from './notification';
|
|
2
|
+
export declare const MxNotification: import("element-plus").Notify;
|
|
3
|
+
export default Notify;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Notify } from 'element-plus';
|
|
2
|
-
import './index.scss';
|
|
3
|
-
declare const _default: Notify;
|
|
4
|
-
export default _default;
|
|
1
|
+
import type { Notify } from 'element-plus';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
declare const _default: Notify;
|
|
4
|
+
export default _default;
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
-
totalCount: {
|
|
4
|
-
type: NumberConstructor;
|
|
5
|
-
default: null;
|
|
6
|
-
};
|
|
7
|
-
layout: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
pageSizes: {
|
|
12
|
-
type: PropType<number[]>;
|
|
13
|
-
default: () => number[];
|
|
14
|
-
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
totalCount: {
|
|
17
|
-
type: NumberConstructor;
|
|
18
|
-
default: null;
|
|
19
|
-
};
|
|
20
|
-
layout: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
pageSizes: {
|
|
25
|
-
type: PropType<number[]>;
|
|
26
|
-
default: () => number[];
|
|
27
|
-
};
|
|
28
|
-
}>>, {
|
|
29
|
-
layout: string;
|
|
30
|
-
totalCount: number;
|
|
31
|
-
pageSizes: number[];
|
|
32
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
33
|
-
export default _default;
|
|
34
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
-
new (): {
|
|
36
|
-
$slots: S;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
totalCount: {
|
|
4
|
+
type: NumberConstructor;
|
|
5
|
+
default: null;
|
|
6
|
+
};
|
|
7
|
+
layout: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
pageSizes: {
|
|
12
|
+
type: PropType<number[]>;
|
|
13
|
+
default: () => number[];
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
totalCount: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: null;
|
|
19
|
+
};
|
|
20
|
+
layout: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
pageSizes: {
|
|
25
|
+
type: PropType<number[]>;
|
|
26
|
+
default: () => number[];
|
|
27
|
+
};
|
|
28
|
+
}>>, {
|
|
29
|
+
layout: string;
|
|
30
|
+
totalCount: number;
|
|
31
|
+
pageSizes: number[];
|
|
32
|
+
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxPagination from './MxPagination.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxPagination: typeof MxPagination;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxPagination;
|
|
1
|
+
import MxPagination from './MxPagination.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxPagination: typeof MxPagination;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxPagination;
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
confirmButtonLoading: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
title: StringConstructor;
|
|
7
|
-
confirmButtonText: StringConstructor;
|
|
8
|
-
cancelButtonText: StringConstructor;
|
|
9
|
-
confirmButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "primary", boolean>;
|
|
10
|
-
cancelButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "text", boolean>;
|
|
11
|
-
icon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, boolean>;
|
|
12
|
-
iconColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#f90", boolean>;
|
|
13
|
-
hideIcon: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14
|
-
hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
15
|
-
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
16
|
-
persistent: BooleanConstructor;
|
|
17
|
-
width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
confirm: (e: MouseEvent) => boolean;
|
|
20
|
-
cancel: (e: MouseEvent) => boolean;
|
|
21
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
confirmButtonLoading: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
title: StringConstructor;
|
|
27
|
-
confirmButtonText: StringConstructor;
|
|
28
|
-
cancelButtonText: StringConstructor;
|
|
29
|
-
confirmButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "primary", boolean>;
|
|
30
|
-
cancelButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "text", boolean>;
|
|
31
|
-
icon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, boolean>;
|
|
32
|
-
iconColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#f90", boolean>;
|
|
33
|
-
hideIcon: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
34
|
-
hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
35
|
-
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
36
|
-
persistent: BooleanConstructor;
|
|
37
|
-
width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
|
|
38
|
-
}>> & {
|
|
39
|
-
onCancel?: ((e: MouseEvent) => any) | undefined;
|
|
40
|
-
onConfirm?: ((e: MouseEvent) => any) | undefined;
|
|
41
|
-
}, {
|
|
42
|
-
width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
43
|
-
icon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
44
|
-
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
-
confirmButtonLoading: boolean;
|
|
46
|
-
hideAfter: number;
|
|
47
|
-
persistent: boolean;
|
|
48
|
-
confirmButtonType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
49
|
-
cancelButtonType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
50
|
-
iconColor: string;
|
|
51
|
-
hideIcon: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
|
-
}, {}>, {
|
|
53
|
-
reference?(_: {}): any;
|
|
54
|
-
}>;
|
|
55
|
-
export default _default;
|
|
56
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
57
|
-
new (): {
|
|
58
|
-
$slots: S;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
confirmButtonLoading: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
title: StringConstructor;
|
|
7
|
+
confirmButtonText: StringConstructor;
|
|
8
|
+
cancelButtonText: StringConstructor;
|
|
9
|
+
confirmButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "primary", boolean>;
|
|
10
|
+
cancelButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "text", boolean>;
|
|
11
|
+
icon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, boolean>;
|
|
12
|
+
iconColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#f90", boolean>;
|
|
13
|
+
hideIcon: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14
|
+
hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
15
|
+
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
16
|
+
persistent: BooleanConstructor;
|
|
17
|
+
width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
confirm: (e: MouseEvent) => boolean;
|
|
20
|
+
cancel: (e: MouseEvent) => boolean;
|
|
21
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
confirmButtonLoading: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
title: StringConstructor;
|
|
27
|
+
confirmButtonText: StringConstructor;
|
|
28
|
+
cancelButtonText: StringConstructor;
|
|
29
|
+
confirmButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "primary", boolean>;
|
|
30
|
+
cancelButtonType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "text", boolean>;
|
|
31
|
+
icon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, boolean>;
|
|
32
|
+
iconColor: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#f90", boolean>;
|
|
33
|
+
hideIcon: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
34
|
+
hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
35
|
+
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
36
|
+
persistent: BooleanConstructor;
|
|
37
|
+
width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
|
|
38
|
+
}>> & {
|
|
39
|
+
onCancel?: ((e: MouseEvent) => any) | undefined;
|
|
40
|
+
onConfirm?: ((e: MouseEvent) => any) | undefined;
|
|
41
|
+
}, {
|
|
42
|
+
width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
43
|
+
icon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
44
|
+
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
+
confirmButtonLoading: boolean;
|
|
46
|
+
hideAfter: number;
|
|
47
|
+
persistent: boolean;
|
|
48
|
+
confirmButtonType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
49
|
+
cancelButtonType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
50
|
+
iconColor: string;
|
|
51
|
+
hideIcon: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
|
+
}, {}>, {
|
|
53
|
+
reference?(_: {}): any;
|
|
54
|
+
}>;
|
|
55
|
+
export default _default;
|
|
56
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
57
|
+
new (): {
|
|
58
|
+
$slots: S;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxPopconfirm from './MxPopconfirm.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxPopconfirm: typeof MxPopconfirm;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxPopconfirm;
|
|
1
|
+
import MxPopconfirm from './MxPopconfirm.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxPopconfirm: typeof MxPopconfirm;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxPopconfirm;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
popperClass: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
popperClass: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
12
|
-
popperClass: string;
|
|
13
|
-
}, {}>, {
|
|
14
|
-
reference?(_: {}): any;
|
|
15
|
-
default?(_: {}): any;
|
|
16
|
-
}>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
popperClass: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
popperClass: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
|
+
popperClass: string;
|
|
13
|
+
}, {}>, {
|
|
14
|
+
reference?(_: {}): any;
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxPopover from './MxPopover.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxPopover: typeof MxPopover;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxPopover;
|
|
1
|
+
import MxPopover from './MxPopover.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxPopover: typeof MxPopover;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxPopover;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("lodash").Omit<{
|
|
2
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
3
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
|
-
readonly border: BooleanConstructor;
|
|
5
|
-
readonly size: {
|
|
6
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
7
|
-
readonly required: false;
|
|
8
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9
|
-
__epPropKey: true;
|
|
10
|
-
};
|
|
11
|
-
readonly disabled: BooleanConstructor;
|
|
12
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
13
|
-
}, "modelValue">, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
14
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
15
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
16
|
-
readonly border: BooleanConstructor;
|
|
17
|
-
readonly size: {
|
|
18
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
19
|
-
readonly required: false;
|
|
20
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
|
-
__epPropKey: true;
|
|
22
|
-
};
|
|
23
|
-
readonly disabled: BooleanConstructor;
|
|
24
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
25
|
-
}, "modelValue">>>, {
|
|
26
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
27
|
-
readonly name: string;
|
|
28
|
-
readonly disabled: boolean;
|
|
29
|
-
readonly border: boolean;
|
|
30
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
31
|
-
export default _default;
|
|
32
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
-
new (): {
|
|
34
|
-
$slots: S;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("lodash").Omit<{
|
|
2
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
3
|
+
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
|
+
readonly border: BooleanConstructor;
|
|
5
|
+
readonly size: {
|
|
6
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
7
|
+
readonly required: false;
|
|
8
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9
|
+
__epPropKey: true;
|
|
10
|
+
};
|
|
11
|
+
readonly disabled: BooleanConstructor;
|
|
12
|
+
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
13
|
+
}, "modelValue">, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
14
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
15
|
+
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
16
|
+
readonly border: BooleanConstructor;
|
|
17
|
+
readonly size: {
|
|
18
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
19
|
+
readonly required: false;
|
|
20
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
|
+
__epPropKey: true;
|
|
22
|
+
};
|
|
23
|
+
readonly disabled: BooleanConstructor;
|
|
24
|
+
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown, string, boolean>;
|
|
25
|
+
}, "modelValue">>>, {
|
|
26
|
+
readonly label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
27
|
+
readonly name: string;
|
|
28
|
+
readonly disabled: boolean;
|
|
29
|
+
readonly border: boolean;
|
|
30
|
+
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|