@maxtropy/v-components 0.1.17-beta.33 → 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 +990 -1002
- 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,53 +1,53 @@
|
|
|
1
|
-
import { VNodeChild } from 'vue';
|
|
2
|
-
interface FormContentProps {
|
|
3
|
-
/**
|
|
4
|
-
* @description 标题
|
|
5
|
-
*/
|
|
6
|
-
title?: string | VNodeChild;
|
|
7
|
-
/**
|
|
8
|
-
* @description 窄边框
|
|
9
|
-
*/
|
|
10
|
-
narrow?: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* @description 额外内容展示,与 title 同行展示
|
|
13
|
-
*/
|
|
14
|
-
extraContent?: string | VNodeChild;
|
|
15
|
-
/**
|
|
16
|
-
* @description CSS 样式
|
|
17
|
-
*/
|
|
18
|
-
style?: Record<string, any>;
|
|
19
|
-
}
|
|
20
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FormContentProps>, {
|
|
21
|
-
narrow: boolean;
|
|
22
|
-
}>, {}, 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<FormContentProps>, {
|
|
23
|
-
narrow: boolean;
|
|
24
|
-
}>>>, {
|
|
25
|
-
narrow: boolean;
|
|
26
|
-
}, {}>, {
|
|
27
|
-
title?(_: {}): any;
|
|
28
|
-
extra?(_: {}): any;
|
|
29
|
-
default?(_: {}): any;
|
|
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_WithTemplateSlots<T, S> = T & {
|
|
47
|
-
new (): {
|
|
48
|
-
$slots: S;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
type __VLS_Prettify<T> = {
|
|
52
|
-
[K in keyof T]: T[K];
|
|
53
|
-
} & {};
|
|
1
|
+
import { VNodeChild } from 'vue';
|
|
2
|
+
interface FormContentProps {
|
|
3
|
+
/**
|
|
4
|
+
* @description 标题
|
|
5
|
+
*/
|
|
6
|
+
title?: string | VNodeChild;
|
|
7
|
+
/**
|
|
8
|
+
* @description 窄边框
|
|
9
|
+
*/
|
|
10
|
+
narrow?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @description 额外内容展示,与 title 同行展示
|
|
13
|
+
*/
|
|
14
|
+
extraContent?: string | VNodeChild;
|
|
15
|
+
/**
|
|
16
|
+
* @description CSS 样式
|
|
17
|
+
*/
|
|
18
|
+
style?: Record<string, any>;
|
|
19
|
+
}
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FormContentProps>, {
|
|
21
|
+
narrow: boolean;
|
|
22
|
+
}>, {}, 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<FormContentProps>, {
|
|
23
|
+
narrow: boolean;
|
|
24
|
+
}>>>, {
|
|
25
|
+
narrow: boolean;
|
|
26
|
+
}, {}>, {
|
|
27
|
+
title?(_: {}): any;
|
|
28
|
+
extra?(_: {}): any;
|
|
29
|
+
default?(_: {}): any;
|
|
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_WithTemplateSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
type __VLS_Prettify<T> = {
|
|
52
|
+
[K in keyof T]: T[K];
|
|
53
|
+
} & {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxFormContent from './FormContent.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxFormContent: typeof MxFormContent;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxFormContent;
|
|
1
|
+
import MxFormContent from './FormContent.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxFormContent: typeof MxFormContent;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxFormContent;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { VNodeChild } from 'vue';
|
|
2
|
-
interface FormTitleProps {
|
|
3
|
-
title?: string | VNodeChild;
|
|
4
|
-
extraContent?: string | VNodeChild;
|
|
5
|
-
style?: Record<string, any>;
|
|
6
|
-
className?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<FormTitleProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormTitleProps>>>, {}, {}>, {
|
|
9
|
-
title?(_: {}): any;
|
|
10
|
-
extra?(_: {}): any;
|
|
11
|
-
}>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
-
} : {
|
|
18
|
-
type: import('vue').PropType<T[K]>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
-
new (): {
|
|
24
|
-
$slots: S;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
1
|
+
import { VNodeChild } from 'vue';
|
|
2
|
+
interface FormTitleProps {
|
|
3
|
+
title?: string | VNodeChild;
|
|
4
|
+
extraContent?: string | VNodeChild;
|
|
5
|
+
style?: Record<string, any>;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<FormTitleProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormTitleProps>>>, {}, {}>, {
|
|
9
|
+
title?(_: {}): any;
|
|
10
|
+
extra?(_: {}): any;
|
|
11
|
+
}>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
+
} : {
|
|
18
|
+
type: import('vue').PropType<T[K]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxFormTitle from './FormTitle.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxFormTitle: typeof MxFormTitle;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxFormTitle;
|
|
1
|
+
import MxFormTitle from './FormTitle.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxFormTitle: typeof MxFormTitle;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxFormTitle;
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { Router } from 'vue-router';
|
|
2
|
-
import { MenuItem } from '../../common/entity';
|
|
3
|
-
import 'element-plus/es/components/menu/style/css';
|
|
4
|
-
interface Props {
|
|
5
|
-
devMenu?: MenuItem;
|
|
6
|
-
customClass?: string;
|
|
7
|
-
router?: Router | null;
|
|
8
|
-
activedNodeId?: string;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
-
devMenu: undefined;
|
|
12
|
-
customClass: string;
|
|
13
|
-
router: null;
|
|
14
|
-
activedNodeId: undefined;
|
|
15
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
-
devMenu: undefined;
|
|
17
|
-
customClass: string;
|
|
18
|
-
router: null;
|
|
19
|
-
activedNodeId: undefined;
|
|
20
|
-
}>>> & {
|
|
21
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
}, {
|
|
23
|
-
customClass: string;
|
|
24
|
-
devMenu: MenuItem;
|
|
25
|
-
router: Router | null;
|
|
26
|
-
activedNodeId: string;
|
|
27
|
-
}, {}>;
|
|
28
|
-
export default _default;
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
-
default: D[K];
|
|
41
|
-
}> : P[K];
|
|
42
|
-
};
|
|
43
|
-
type __VLS_Prettify<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
1
|
+
import { Router } from 'vue-router';
|
|
2
|
+
import { MenuItem } from '../../common/entity';
|
|
3
|
+
import 'element-plus/es/components/menu/style/css';
|
|
4
|
+
interface Props {
|
|
5
|
+
devMenu?: MenuItem;
|
|
6
|
+
customClass?: string;
|
|
7
|
+
router?: Router | null;
|
|
8
|
+
activedNodeId?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
+
devMenu: undefined;
|
|
12
|
+
customClass: string;
|
|
13
|
+
router: null;
|
|
14
|
+
activedNodeId: undefined;
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
+
devMenu: undefined;
|
|
17
|
+
customClass: string;
|
|
18
|
+
router: null;
|
|
19
|
+
activedNodeId: undefined;
|
|
20
|
+
}>>> & {
|
|
21
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
customClass: string;
|
|
24
|
+
devMenu: MenuItem;
|
|
25
|
+
router: Router | null;
|
|
26
|
+
activedNodeId: string;
|
|
27
|
+
}, {}>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
+
} : {
|
|
34
|
+
type: import('vue').PropType<T[K]>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
type __VLS_WithDefaults<P, D> = {
|
|
39
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
+
default: D[K];
|
|
41
|
+
}> : P[K];
|
|
42
|
+
};
|
|
43
|
+
type __VLS_Prettify<T> = {
|
|
44
|
+
[K in keyof T]: T[K];
|
|
45
|
+
} & {};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
actived?: boolean;
|
|
3
|
-
}
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
5
|
-
actived: boolean;
|
|
6
|
-
}>, {}, 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>, {
|
|
7
|
-
actived: boolean;
|
|
8
|
-
}>>>, {
|
|
9
|
-
actived: boolean;
|
|
10
|
-
}, {}>, {
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
}>;
|
|
13
|
-
export default _default;
|
|
14
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
-
} : {
|
|
19
|
-
type: import('vue').PropType<T[K]>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
type __VLS_WithDefaults<P, D> = {
|
|
24
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
-
default: D[K];
|
|
26
|
-
}> : P[K];
|
|
27
|
-
};
|
|
28
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
-
new (): {
|
|
30
|
-
$slots: S;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
type __VLS_Prettify<T> = {
|
|
34
|
-
[K in keyof T]: T[K];
|
|
35
|
-
} & {};
|
|
1
|
+
interface Props {
|
|
2
|
+
actived?: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
5
|
+
actived: boolean;
|
|
6
|
+
}>, {}, 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>, {
|
|
7
|
+
actived: boolean;
|
|
8
|
+
}>>>, {
|
|
9
|
+
actived: boolean;
|
|
10
|
+
}, {}>, {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
+
default: D[K];
|
|
26
|
+
}> : P[K];
|
|
27
|
+
};
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Prettify<T> = {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} & {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import HeadNavigation from './HeadNavigation.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
HeadNavigation: typeof HeadNavigation;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default HeadNavigation;
|
|
1
|
+
import HeadNavigation from './HeadNavigation.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
HeadNavigation: typeof HeadNavigation;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default HeadNavigation;
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import MxButton from './button';
|
|
2
|
-
import MxInput from './input';
|
|
3
|
-
import MxInputNumber from './inputnumber';
|
|
4
|
-
import SwitchStaff from './switchstaff';
|
|
5
|
-
import HeadNavigation from './headnavigation';
|
|
6
|
-
import MxSwitch from './switch';
|
|
7
|
-
import MxSelect, { MxOption, MxOptionGroup } from './select';
|
|
8
|
-
import MxRadio, { MxRadioButton, MxRadioGroup } from './radio';
|
|
9
|
-
import MxCheckbox, { MxCheckboxButton, MxCheckboxGroup } from './checkbox';
|
|
10
|
-
import SiderMenu from './sidermenu';
|
|
11
|
-
import UserContent from './usercontent';
|
|
12
|
-
import SystemContent from './systemcontent';
|
|
13
|
-
import BreadCrumb from './breadcrumb';
|
|
14
|
-
import BasicLayout from './basiclayout';
|
|
15
|
-
import AuthorizedPermission from './authorizedpermission';
|
|
16
|
-
import { usePermission, useStaffTitle, useIntegratedAuthorityList } from '../utils/hooks';
|
|
17
|
-
import MxTooltip from './tooltip';
|
|
18
|
-
import MxPopover from './popover';
|
|
19
|
-
import MxDropdown, { MxDropdownItem, MxDropdownMenu } from './dropdown';
|
|
20
|
-
import MxDialog from './dialog';
|
|
21
|
-
import MxAlert from './alert';
|
|
22
|
-
import MxTabs, { MxTabPane } from './tabs';
|
|
23
|
-
import MxSlider from './slider';
|
|
24
|
-
import MxDatePicker from './datePicker';
|
|
25
|
-
import MxTimePicker from './timePicker';
|
|
26
|
-
import MxPopconfirm from './popconfirm';
|
|
27
|
-
import MxTree from './tree';
|
|
28
|
-
import MxTreeSelect from './treeselect';
|
|
29
|
-
import MxUpload from './upload';
|
|
30
|
-
import MxEllipsisSpan from './ellipsisSpan';
|
|
31
|
-
import MxEmpty from './empty';
|
|
32
|
-
import MxSteps, { MxStep } from './steps';
|
|
33
|
-
import MxTag from './tag';
|
|
34
|
-
import MxTable, { MxTableColumn } from './table';
|
|
35
|
-
import MxPagination from './pagination';
|
|
36
|
-
import MxForm, { MxFormItem } from './form';
|
|
37
|
-
import MxTimeSelect from './timeselect';
|
|
38
|
-
import MxCascader from './cascader';
|
|
39
|
-
import MxFilter from './filter';
|
|
40
|
-
import MxWrapper from './wrapper';
|
|
41
|
-
import MxFormContent from './formContent';
|
|
42
|
-
import MxFormTitle from './formTitle';
|
|
43
|
-
import MxSubContent from './subContent';
|
|
44
|
-
import MxAutocomplete from './autocomplete';
|
|
45
|
-
import MxLoading from './loading';
|
|
46
|
-
import MxEcharts from './echartsWithTheme';
|
|
47
|
-
export { MxInput, MxInputNumber, MxButton, MxSwitch, MxSelect, MxOption, MxOptionGroup, MxRadio, MxRadioGroup, MxRadioButton, MxCheckbox, MxCheckboxButton, MxCheckboxGroup, SwitchStaff, HeadNavigation, SiderMenu, UserContent, SystemContent, BreadCrumb, BasicLayout, AuthorizedPermission, usePermission, useStaffTitle, useIntegratedAuthorityList, MxTooltip, MxPopover, MxDropdown, MxDropdownItem, MxDropdownMenu, MxAlert, MxDialog, MxSlider, MxDatePicker, MxTimePicker, MxPopconfirm, MxTree, MxTreeSelect, MxUpload, MxEllipsisSpan, MxEmpty, MxSteps, MxStep, MxTag, MxTable, MxTableColumn, MxPagination, MxForm, MxFormItem, MxTabs, MxTabPane, MxTimeSelect, MxCascader, MxFilter, MxWrapper, MxFormContent, MxFormTitle, MxSubContent, MxAutocomplete, MxLoading, MxEcharts, };
|
|
1
|
+
import MxButton from './button';
|
|
2
|
+
import MxInput from './input';
|
|
3
|
+
import MxInputNumber from './inputnumber';
|
|
4
|
+
import SwitchStaff from './switchstaff';
|
|
5
|
+
import HeadNavigation from './headnavigation';
|
|
6
|
+
import MxSwitch from './switch';
|
|
7
|
+
import MxSelect, { MxOption, MxOptionGroup } from './select';
|
|
8
|
+
import MxRadio, { MxRadioButton, MxRadioGroup } from './radio';
|
|
9
|
+
import MxCheckbox, { MxCheckboxButton, MxCheckboxGroup } from './checkbox';
|
|
10
|
+
import SiderMenu from './sidermenu';
|
|
11
|
+
import UserContent from './usercontent';
|
|
12
|
+
import SystemContent from './systemcontent';
|
|
13
|
+
import BreadCrumb from './breadcrumb';
|
|
14
|
+
import BasicLayout from './basiclayout';
|
|
15
|
+
import AuthorizedPermission from './authorizedpermission';
|
|
16
|
+
import { usePermission, useStaffTitle, useIntegratedAuthorityList } from '../utils/hooks';
|
|
17
|
+
import MxTooltip from './tooltip';
|
|
18
|
+
import MxPopover from './popover';
|
|
19
|
+
import MxDropdown, { MxDropdownItem, MxDropdownMenu } from './dropdown';
|
|
20
|
+
import MxDialog from './dialog';
|
|
21
|
+
import MxAlert from './alert';
|
|
22
|
+
import MxTabs, { MxTabPane } from './tabs';
|
|
23
|
+
import MxSlider from './slider';
|
|
24
|
+
import MxDatePicker from './datePicker';
|
|
25
|
+
import MxTimePicker from './timePicker';
|
|
26
|
+
import MxPopconfirm from './popconfirm';
|
|
27
|
+
import MxTree from './tree';
|
|
28
|
+
import MxTreeSelect from './treeselect';
|
|
29
|
+
import MxUpload from './upload';
|
|
30
|
+
import MxEllipsisSpan from './ellipsisSpan';
|
|
31
|
+
import MxEmpty from './empty';
|
|
32
|
+
import MxSteps, { MxStep } from './steps';
|
|
33
|
+
import MxTag from './tag';
|
|
34
|
+
import MxTable, { MxTableColumn } from './table';
|
|
35
|
+
import MxPagination from './pagination';
|
|
36
|
+
import MxForm, { MxFormItem } from './form';
|
|
37
|
+
import MxTimeSelect from './timeselect';
|
|
38
|
+
import MxCascader from './cascader';
|
|
39
|
+
import MxFilter from './filter';
|
|
40
|
+
import MxWrapper from './wrapper';
|
|
41
|
+
import MxFormContent from './formContent';
|
|
42
|
+
import MxFormTitle from './formTitle';
|
|
43
|
+
import MxSubContent from './subContent';
|
|
44
|
+
import MxAutocomplete from './autocomplete';
|
|
45
|
+
import MxLoading from './loading';
|
|
46
|
+
import MxEcharts from './echartsWithTheme';
|
|
47
|
+
export { MxInput, MxInputNumber, MxButton, MxSwitch, MxSelect, MxOption, MxOptionGroup, MxRadio, MxRadioGroup, MxRadioButton, MxCheckbox, MxCheckboxButton, MxCheckboxGroup, SwitchStaff, HeadNavigation, SiderMenu, UserContent, SystemContent, BreadCrumb, BasicLayout, AuthorizedPermission, usePermission, useStaffTitle, useIntegratedAuthorityList, MxTooltip, MxPopover, MxDropdown, MxDropdownItem, MxDropdownMenu, MxAlert, MxDialog, MxSlider, MxDatePicker, MxTimePicker, MxPopconfirm, MxTree, MxTreeSelect, MxUpload, MxEllipsisSpan, MxEmpty, MxSteps, MxStep, MxTag, MxTable, MxTableColumn, MxPagination, MxForm, MxFormItem, MxTabs, MxTabPane, MxTimeSelect, MxCascader, MxFilter, MxWrapper, MxFormContent, MxFormTitle, MxSubContent, MxAutocomplete, MxLoading, MxEcharts, };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
2
|
-
export default _default;
|
|
3
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
|
-
new (): {
|
|
5
|
-
$slots: S;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
|
+
new (): {
|
|
5
|
+
$slots: S;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxInput from './MxInput.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxInput: typeof MxInput;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxInput;
|
|
1
|
+
import MxInput from './MxInput.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxInput: typeof MxInput;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxInput;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
2
|
-
export default _default;
|
|
3
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
|
-
new (): {
|
|
5
|
-
$slots: S;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
|
+
new (): {
|
|
5
|
+
$slots: S;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxInputNumber from './MxInputNumber.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxInputNumber: typeof MxInputNumber;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxInputNumber;
|
|
1
|
+
import MxInputNumber from './MxInputNumber.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxInputNumber: typeof MxInputNumber;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxInputNumber;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { LoadingSize } from '../types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
text: {
|
|
5
|
-
type: PropType<string | undefined>;
|
|
6
|
-
default: undefined;
|
|
7
|
-
};
|
|
8
|
-
size: {
|
|
9
|
-
type: PropType<LoadingSize>;
|
|
10
|
-
default: string;
|
|
11
|
-
validator: (value: LoadingSize) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}, {
|
|
14
|
-
containerSize: import("vue").ComputedRef<16 | 20 | 32>;
|
|
15
|
-
dotSize: import("vue").ComputedRef<6 | 9 | 12>;
|
|
16
|
-
textSize: import("vue").ComputedRef<12 | 14 | 16>;
|
|
17
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
text: {
|
|
19
|
-
type: PropType<string | undefined>;
|
|
20
|
-
default: undefined;
|
|
21
|
-
};
|
|
22
|
-
size: {
|
|
23
|
-
type: PropType<LoadingSize>;
|
|
24
|
-
default: string;
|
|
25
|
-
validator: (value: LoadingSize) => boolean;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
text: string | undefined;
|
|
29
|
-
size: LoadingSize;
|
|
30
|
-
}, {}>;
|
|
31
|
-
export default _default;
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { LoadingSize } from '../types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
text: {
|
|
5
|
+
type: PropType<string | undefined>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
size: {
|
|
9
|
+
type: PropType<LoadingSize>;
|
|
10
|
+
default: string;
|
|
11
|
+
validator: (value: LoadingSize) => boolean;
|
|
12
|
+
};
|
|
13
|
+
}, {
|
|
14
|
+
containerSize: import("vue").ComputedRef<16 | 20 | 32>;
|
|
15
|
+
dotSize: import("vue").ComputedRef<6 | 9 | 12>;
|
|
16
|
+
textSize: import("vue").ComputedRef<12 | 14 | 16>;
|
|
17
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
text: {
|
|
19
|
+
type: PropType<string | undefined>;
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
22
|
+
size: {
|
|
23
|
+
type: PropType<LoadingSize>;
|
|
24
|
+
default: string;
|
|
25
|
+
validator: (value: LoadingSize) => boolean;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
text: string | undefined;
|
|
29
|
+
size: LoadingSize;
|
|
30
|
+
}, {}>;
|
|
31
|
+
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function addLoadingStyles(): void;
|
|
1
|
+
export declare function addLoadingStyles(): void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { DirectiveBinding } from 'vue';
|
|
2
|
-
import { LoadingBinding } from './types';
|
|
3
|
-
export declare const loadingDirective: {
|
|
4
|
-
beforeMount(el: HTMLElement, binding: DirectiveBinding<LoadingBinding>): void;
|
|
5
|
-
mounted(el: HTMLElement, binding: DirectiveBinding<LoadingBinding>): void;
|
|
6
|
-
updated(el: HTMLElement, binding: DirectiveBinding<LoadingBinding>): void;
|
|
7
|
-
unmounted(el: HTMLElement): void;
|
|
8
|
-
};
|
|
1
|
+
import { DirectiveBinding } from 'vue';
|
|
2
|
+
import { LoadingBinding } from './types';
|
|
3
|
+
export declare const loadingDirective: {
|
|
4
|
+
beforeMount(el: HTMLElement, binding: DirectiveBinding<LoadingBinding>): void;
|
|
5
|
+
mounted(el: HTMLElement, binding: DirectiveBinding<LoadingBinding>): void;
|
|
6
|
+
updated(el: HTMLElement, binding: DirectiveBinding<LoadingBinding>): void;
|
|
7
|
+
unmounted(el: HTMLElement): void;
|
|
8
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import CustomLoading from './service';
|
|
3
|
-
declare const MxLoading: Plugin;
|
|
4
|
-
export { CustomLoading };
|
|
5
|
-
export default MxLoading;
|
|
1
|
+
import { Plugin } from 'vue';
|
|
2
|
+
import CustomLoading from './service';
|
|
3
|
+
declare const MxLoading: Plugin;
|
|
4
|
+
export { CustomLoading };
|
|
5
|
+
export default MxLoading;
|