@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,51 +1,51 @@
|
|
|
1
|
-
import './pluginsEcharts';
|
|
2
|
-
import { Themes } from '../..';
|
|
3
|
-
declare function getInstance(): import("echarts/types/dist/shared").EChartsType | null | undefined;
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
option: any;
|
|
6
|
-
theme?: Themes | undefined;
|
|
7
|
-
className?: string | undefined;
|
|
8
|
-
style?: any;
|
|
9
|
-
loading?: boolean | undefined;
|
|
10
|
-
type?: string | undefined;
|
|
11
|
-
onEvents?: Record<string, Function> | undefined;
|
|
12
|
-
empty?: {
|
|
13
|
-
isShowEmpty: boolean;
|
|
14
|
-
} | undefined;
|
|
15
|
-
params?: {
|
|
16
|
-
dataZoomExit?: boolean | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
}>, {
|
|
19
|
-
getInstance: typeof getInstance;
|
|
20
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
-
option: any;
|
|
22
|
-
theme?: Themes | undefined;
|
|
23
|
-
className?: string | undefined;
|
|
24
|
-
style?: any;
|
|
25
|
-
loading?: boolean | undefined;
|
|
26
|
-
type?: string | undefined;
|
|
27
|
-
onEvents?: Record<string, Function> | undefined;
|
|
28
|
-
empty?: {
|
|
29
|
-
isShowEmpty: boolean;
|
|
30
|
-
} | undefined;
|
|
31
|
-
params?: {
|
|
32
|
-
dataZoomExit?: boolean | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
}>>>, {}, {}>, {
|
|
35
|
-
empty?(_: {}): any;
|
|
36
|
-
}>;
|
|
37
|
-
export default _default;
|
|
38
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
-
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
-
new (): {
|
|
49
|
-
$slots: S;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
1
|
+
import './pluginsEcharts';
|
|
2
|
+
import { Themes } from '../..';
|
|
3
|
+
declare function getInstance(): import("echarts/types/dist/shared").EChartsType | null | undefined;
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
option: any;
|
|
6
|
+
theme?: Themes | undefined;
|
|
7
|
+
className?: string | undefined;
|
|
8
|
+
style?: any;
|
|
9
|
+
loading?: boolean | undefined;
|
|
10
|
+
type?: string | undefined;
|
|
11
|
+
onEvents?: Record<string, Function> | undefined;
|
|
12
|
+
empty?: {
|
|
13
|
+
isShowEmpty: boolean;
|
|
14
|
+
} | undefined;
|
|
15
|
+
params?: {
|
|
16
|
+
dataZoomExit?: boolean | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
getInstance: typeof getInstance;
|
|
20
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
+
option: any;
|
|
22
|
+
theme?: Themes | undefined;
|
|
23
|
+
className?: string | undefined;
|
|
24
|
+
style?: any;
|
|
25
|
+
loading?: boolean | undefined;
|
|
26
|
+
type?: string | undefined;
|
|
27
|
+
onEvents?: Record<string, Function> | undefined;
|
|
28
|
+
empty?: {
|
|
29
|
+
isShowEmpty: boolean;
|
|
30
|
+
} | undefined;
|
|
31
|
+
params?: {
|
|
32
|
+
dataZoomExit?: boolean | undefined;
|
|
33
|
+
} | undefined;
|
|
34
|
+
}>>>, {}, {}>, {
|
|
35
|
+
empty?(_: {}): any;
|
|
36
|
+
}>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
+
} : {
|
|
43
|
+
type: import('vue').PropType<T[K]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
export declare const darkTheme: (type?: string) => {
|
|
2
|
-
backgroundColor: string;
|
|
3
|
-
title: {
|
|
4
|
-
textStyle: {
|
|
5
|
-
color: string;
|
|
6
|
-
fontSize: number;
|
|
7
|
-
fontWeight?: undefined;
|
|
8
|
-
};
|
|
9
|
-
subtextStyle: {
|
|
10
|
-
color: string;
|
|
11
|
-
fontSize: number;
|
|
12
|
-
};
|
|
13
|
-
left?: undefined;
|
|
14
|
-
};
|
|
15
|
-
legend: {
|
|
16
|
-
textStyle: {
|
|
17
|
-
color: string;
|
|
18
|
-
};
|
|
19
|
-
inactiveColor?: undefined;
|
|
20
|
-
};
|
|
21
|
-
tooltip: {
|
|
22
|
-
backgroundColor: string;
|
|
23
|
-
borderColor: string;
|
|
24
|
-
padding: number[];
|
|
25
|
-
textStyle: {
|
|
26
|
-
color: string;
|
|
27
|
-
};
|
|
28
|
-
trigger?: undefined;
|
|
29
|
-
};
|
|
30
|
-
grid?: undefined;
|
|
31
|
-
dataZoom?: undefined;
|
|
32
|
-
xAxis?: undefined;
|
|
33
|
-
yAxis?: undefined;
|
|
34
|
-
} | {
|
|
35
|
-
backgroundColor: string;
|
|
36
|
-
grid: {
|
|
37
|
-
left: number;
|
|
38
|
-
right: number;
|
|
39
|
-
top: number;
|
|
40
|
-
bottom: number;
|
|
41
|
-
containLabel: boolean;
|
|
42
|
-
};
|
|
43
|
-
title: {
|
|
44
|
-
textStyle: {
|
|
45
|
-
color: string;
|
|
46
|
-
fontSize: number;
|
|
47
|
-
fontWeight: number;
|
|
48
|
-
};
|
|
49
|
-
left: number;
|
|
50
|
-
subtextStyle?: undefined;
|
|
51
|
-
};
|
|
52
|
-
legend: {
|
|
53
|
-
textStyle: {
|
|
54
|
-
color: string;
|
|
55
|
-
};
|
|
56
|
-
inactiveColor: string;
|
|
57
|
-
};
|
|
58
|
-
tooltip: {
|
|
59
|
-
trigger: string;
|
|
60
|
-
backgroundColor: string;
|
|
61
|
-
borderColor: string;
|
|
62
|
-
padding: number[];
|
|
63
|
-
textStyle: {
|
|
64
|
-
color: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
dataZoom: {
|
|
68
|
-
type: string;
|
|
69
|
-
bottom: number;
|
|
70
|
-
left: number;
|
|
71
|
-
right: number;
|
|
72
|
-
height: number;
|
|
73
|
-
textStyle: {
|
|
74
|
-
fontSize: number;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
xAxis: {
|
|
78
|
-
axisLabel: {
|
|
79
|
-
color: string;
|
|
80
|
-
};
|
|
81
|
-
axisLine: {
|
|
82
|
-
show: boolean;
|
|
83
|
-
lineStyle: {
|
|
84
|
-
color: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
yAxis: {
|
|
89
|
-
nameTextStyle: {
|
|
90
|
-
color: string;
|
|
91
|
-
};
|
|
92
|
-
axisLabel: {
|
|
93
|
-
color: string;
|
|
94
|
-
};
|
|
95
|
-
splitLine: {
|
|
96
|
-
show: boolean;
|
|
97
|
-
lineStyle: {
|
|
98
|
-
color: string;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
};
|
|
1
|
+
export declare const darkTheme: (type?: string) => {
|
|
2
|
+
backgroundColor: string;
|
|
3
|
+
title: {
|
|
4
|
+
textStyle: {
|
|
5
|
+
color: string;
|
|
6
|
+
fontSize: number;
|
|
7
|
+
fontWeight?: undefined;
|
|
8
|
+
};
|
|
9
|
+
subtextStyle: {
|
|
10
|
+
color: string;
|
|
11
|
+
fontSize: number;
|
|
12
|
+
};
|
|
13
|
+
left?: undefined;
|
|
14
|
+
};
|
|
15
|
+
legend: {
|
|
16
|
+
textStyle: {
|
|
17
|
+
color: string;
|
|
18
|
+
};
|
|
19
|
+
inactiveColor?: undefined;
|
|
20
|
+
};
|
|
21
|
+
tooltip: {
|
|
22
|
+
backgroundColor: string;
|
|
23
|
+
borderColor: string;
|
|
24
|
+
padding: number[];
|
|
25
|
+
textStyle: {
|
|
26
|
+
color: string;
|
|
27
|
+
};
|
|
28
|
+
trigger?: undefined;
|
|
29
|
+
};
|
|
30
|
+
grid?: undefined;
|
|
31
|
+
dataZoom?: undefined;
|
|
32
|
+
xAxis?: undefined;
|
|
33
|
+
yAxis?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
backgroundColor: string;
|
|
36
|
+
grid: {
|
|
37
|
+
left: number;
|
|
38
|
+
right: number;
|
|
39
|
+
top: number;
|
|
40
|
+
bottom: number;
|
|
41
|
+
containLabel: boolean;
|
|
42
|
+
};
|
|
43
|
+
title: {
|
|
44
|
+
textStyle: {
|
|
45
|
+
color: string;
|
|
46
|
+
fontSize: number;
|
|
47
|
+
fontWeight: number;
|
|
48
|
+
};
|
|
49
|
+
left: number;
|
|
50
|
+
subtextStyle?: undefined;
|
|
51
|
+
};
|
|
52
|
+
legend: {
|
|
53
|
+
textStyle: {
|
|
54
|
+
color: string;
|
|
55
|
+
};
|
|
56
|
+
inactiveColor: string;
|
|
57
|
+
};
|
|
58
|
+
tooltip: {
|
|
59
|
+
trigger: string;
|
|
60
|
+
backgroundColor: string;
|
|
61
|
+
borderColor: string;
|
|
62
|
+
padding: number[];
|
|
63
|
+
textStyle: {
|
|
64
|
+
color: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
dataZoom: {
|
|
68
|
+
type: string;
|
|
69
|
+
bottom: number;
|
|
70
|
+
left: number;
|
|
71
|
+
right: number;
|
|
72
|
+
height: number;
|
|
73
|
+
textStyle: {
|
|
74
|
+
fontSize: number;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
xAxis: {
|
|
78
|
+
axisLabel: {
|
|
79
|
+
color: string;
|
|
80
|
+
};
|
|
81
|
+
axisLine: {
|
|
82
|
+
show: boolean;
|
|
83
|
+
lineStyle: {
|
|
84
|
+
color: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
yAxis: {
|
|
89
|
+
nameTextStyle: {
|
|
90
|
+
color: string;
|
|
91
|
+
};
|
|
92
|
+
axisLabel: {
|
|
93
|
+
color: string;
|
|
94
|
+
};
|
|
95
|
+
splitLine: {
|
|
96
|
+
show: boolean;
|
|
97
|
+
lineStyle: {
|
|
98
|
+
color: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxEcharts from './MxEchartsWithTheme.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxEcharts: typeof MxEcharts;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxEcharts;
|
|
1
|
+
import MxEcharts from './MxEchartsWithTheme.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxEcharts: typeof MxEcharts;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxEcharts;
|
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
export declare const lightTheme: (type?: string) => {
|
|
2
|
-
backgroundColor: string;
|
|
3
|
-
title: {
|
|
4
|
-
textStyle: {
|
|
5
|
-
color: string;
|
|
6
|
-
fontSize: number;
|
|
7
|
-
fontWeight?: undefined;
|
|
8
|
-
};
|
|
9
|
-
subtextStyle: {
|
|
10
|
-
color: string;
|
|
11
|
-
fontSize: number;
|
|
12
|
-
};
|
|
13
|
-
left?: undefined;
|
|
14
|
-
};
|
|
15
|
-
legend: {
|
|
16
|
-
textStyle: {
|
|
17
|
-
color: string;
|
|
18
|
-
};
|
|
19
|
-
inactiveColor?: undefined;
|
|
20
|
-
};
|
|
21
|
-
tooltip: {
|
|
22
|
-
backgroundColor: string;
|
|
23
|
-
borderColor: string;
|
|
24
|
-
padding: number[];
|
|
25
|
-
textStyle: {
|
|
26
|
-
color: string;
|
|
27
|
-
};
|
|
28
|
-
trigger?: undefined;
|
|
29
|
-
};
|
|
30
|
-
grid?: undefined;
|
|
31
|
-
dataZoom?: undefined;
|
|
32
|
-
xAxis?: undefined;
|
|
33
|
-
yAxis?: undefined;
|
|
34
|
-
} | {
|
|
35
|
-
backgroundColor: string;
|
|
36
|
-
grid: {
|
|
37
|
-
left: number;
|
|
38
|
-
right: number;
|
|
39
|
-
top: number;
|
|
40
|
-
bottom: number;
|
|
41
|
-
containLabel: boolean;
|
|
42
|
-
};
|
|
43
|
-
title: {
|
|
44
|
-
textStyle: {
|
|
45
|
-
color: string;
|
|
46
|
-
fontSize: number;
|
|
47
|
-
fontWeight: number;
|
|
48
|
-
};
|
|
49
|
-
left: number;
|
|
50
|
-
subtextStyle?: undefined;
|
|
51
|
-
};
|
|
52
|
-
legend: {
|
|
53
|
-
textStyle: {
|
|
54
|
-
color: string;
|
|
55
|
-
};
|
|
56
|
-
inactiveColor: string;
|
|
57
|
-
};
|
|
58
|
-
tooltip: {
|
|
59
|
-
trigger: string;
|
|
60
|
-
backgroundColor: string;
|
|
61
|
-
borderColor: string;
|
|
62
|
-
padding: number[];
|
|
63
|
-
textStyle: {
|
|
64
|
-
color: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
dataZoom: {
|
|
68
|
-
type: string;
|
|
69
|
-
bottom: number;
|
|
70
|
-
left: number;
|
|
71
|
-
right: number;
|
|
72
|
-
height: number;
|
|
73
|
-
textStyle: {
|
|
74
|
-
fontSize: number;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
xAxis: {
|
|
78
|
-
axisLabel: {
|
|
79
|
-
color: string;
|
|
80
|
-
};
|
|
81
|
-
axisLine: {
|
|
82
|
-
show: boolean;
|
|
83
|
-
lineStyle: {
|
|
84
|
-
color: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
yAxis: {
|
|
89
|
-
nameTextStyle: {
|
|
90
|
-
color: string;
|
|
91
|
-
};
|
|
92
|
-
axisLabel: {
|
|
93
|
-
color: string;
|
|
94
|
-
};
|
|
95
|
-
splitLine: {
|
|
96
|
-
show: boolean;
|
|
97
|
-
lineStyle: {
|
|
98
|
-
color: string;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
};
|
|
1
|
+
export declare const lightTheme: (type?: string) => {
|
|
2
|
+
backgroundColor: string;
|
|
3
|
+
title: {
|
|
4
|
+
textStyle: {
|
|
5
|
+
color: string;
|
|
6
|
+
fontSize: number;
|
|
7
|
+
fontWeight?: undefined;
|
|
8
|
+
};
|
|
9
|
+
subtextStyle: {
|
|
10
|
+
color: string;
|
|
11
|
+
fontSize: number;
|
|
12
|
+
};
|
|
13
|
+
left?: undefined;
|
|
14
|
+
};
|
|
15
|
+
legend: {
|
|
16
|
+
textStyle: {
|
|
17
|
+
color: string;
|
|
18
|
+
};
|
|
19
|
+
inactiveColor?: undefined;
|
|
20
|
+
};
|
|
21
|
+
tooltip: {
|
|
22
|
+
backgroundColor: string;
|
|
23
|
+
borderColor: string;
|
|
24
|
+
padding: number[];
|
|
25
|
+
textStyle: {
|
|
26
|
+
color: string;
|
|
27
|
+
};
|
|
28
|
+
trigger?: undefined;
|
|
29
|
+
};
|
|
30
|
+
grid?: undefined;
|
|
31
|
+
dataZoom?: undefined;
|
|
32
|
+
xAxis?: undefined;
|
|
33
|
+
yAxis?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
backgroundColor: string;
|
|
36
|
+
grid: {
|
|
37
|
+
left: number;
|
|
38
|
+
right: number;
|
|
39
|
+
top: number;
|
|
40
|
+
bottom: number;
|
|
41
|
+
containLabel: boolean;
|
|
42
|
+
};
|
|
43
|
+
title: {
|
|
44
|
+
textStyle: {
|
|
45
|
+
color: string;
|
|
46
|
+
fontSize: number;
|
|
47
|
+
fontWeight: number;
|
|
48
|
+
};
|
|
49
|
+
left: number;
|
|
50
|
+
subtextStyle?: undefined;
|
|
51
|
+
};
|
|
52
|
+
legend: {
|
|
53
|
+
textStyle: {
|
|
54
|
+
color: string;
|
|
55
|
+
};
|
|
56
|
+
inactiveColor: string;
|
|
57
|
+
};
|
|
58
|
+
tooltip: {
|
|
59
|
+
trigger: string;
|
|
60
|
+
backgroundColor: string;
|
|
61
|
+
borderColor: string;
|
|
62
|
+
padding: number[];
|
|
63
|
+
textStyle: {
|
|
64
|
+
color: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
dataZoom: {
|
|
68
|
+
type: string;
|
|
69
|
+
bottom: number;
|
|
70
|
+
left: number;
|
|
71
|
+
right: number;
|
|
72
|
+
height: number;
|
|
73
|
+
textStyle: {
|
|
74
|
+
fontSize: number;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
xAxis: {
|
|
78
|
+
axisLabel: {
|
|
79
|
+
color: string;
|
|
80
|
+
};
|
|
81
|
+
axisLine: {
|
|
82
|
+
show: boolean;
|
|
83
|
+
lineStyle: {
|
|
84
|
+
color: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
yAxis: {
|
|
89
|
+
nameTextStyle: {
|
|
90
|
+
color: string;
|
|
91
|
+
};
|
|
92
|
+
axisLabel: {
|
|
93
|
+
color: string;
|
|
94
|
+
};
|
|
95
|
+
splitLine: {
|
|
96
|
+
show: boolean;
|
|
97
|
+
lineStyle: {
|
|
98
|
+
color: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import * as echarts from 'echarts/core';
|
|
2
|
-
export default echarts;
|
|
1
|
+
import * as echarts from 'echarts/core';
|
|
2
|
+
export default echarts;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 深层次合并对象(可以支持无限层级的递归合并),数组不合并,直接用后者替换
|
|
3
|
-
* @param target 目标对象(被合并到)
|
|
4
|
-
* @param sources 其他对象(合并来源)
|
|
5
|
-
* @returns 合并后的新对象
|
|
6
|
-
*/
|
|
7
|
-
export declare function deepMergeWithArray(target: any, sources: any): any;
|
|
8
|
-
export declare function wrapArrayObj(baseYAxis: any, input: any): any[];
|
|
9
|
-
export declare function resolveCSSVars(colorList?: string[]): string[];
|
|
10
|
-
export declare const formatOptions: (themeOptions: any, option: any, dataZoomExit?: boolean) => any;
|
|
1
|
+
/**
|
|
2
|
+
* 深层次合并对象(可以支持无限层级的递归合并),数组不合并,直接用后者替换
|
|
3
|
+
* @param target 目标对象(被合并到)
|
|
4
|
+
* @param sources 其他对象(合并来源)
|
|
5
|
+
* @returns 合并后的新对象
|
|
6
|
+
*/
|
|
7
|
+
export declare function deepMergeWithArray(target: any, sources: any): any;
|
|
8
|
+
export declare function wrapArrayObj(baseYAxis: any, input: any): any[];
|
|
9
|
+
export declare function resolveCSSVars(colorList?: string[]): string[];
|
|
10
|
+
export declare const formatOptions: (themeOptions: any, option: any, dataZoomExit?: boolean) => any;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { PropType, Component } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
value: {
|
|
4
|
-
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
className: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
avatar: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
defaultValue: {
|
|
16
|
-
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
value: {
|
|
21
|
-
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
className: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
avatar: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
defaultValue: {
|
|
33
|
-
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
}>>, {
|
|
37
|
-
value: string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
38
|
-
defaultValue: string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
39
|
-
className: string;
|
|
40
|
-
avatar: string;
|
|
41
|
-
}, {}>;
|
|
42
|
-
export default _default;
|
|
1
|
+
import { PropType, Component } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
value: {
|
|
4
|
+
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
className: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
avatar: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
defaultValue: {
|
|
16
|
+
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
value: {
|
|
21
|
+
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
className: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
avatar: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
defaultValue: {
|
|
33
|
+
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}>>, {
|
|
37
|
+
value: string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
38
|
+
defaultValue: string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
39
|
+
className: string;
|
|
40
|
+
avatar: string;
|
|
41
|
+
}, {}>;
|
|
42
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import MxEllipsisSpan from './MxEllipsisSpan.vue';
|
|
2
|
-
declare module 'vue' {
|
|
3
|
-
interface GlobalComponents {
|
|
4
|
-
MxEllipsisSpan: typeof MxEllipsisSpan;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export default MxEllipsisSpan;
|
|
1
|
+
import MxEllipsisSpan from './MxEllipsisSpan.vue';
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
interface GlobalComponents {
|
|
4
|
+
MxEllipsisSpan: typeof MxEllipsisSpan;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export default MxEllipsisSpan;
|
|
@@ -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
|
+
};
|