g-ui-web 0.8.23
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 +118 -0
- package/global.d.ts +111 -0
- package/lib/bar/index.d.ts +71 -0
- package/lib/bar/src/chart.d.ts +2 -0
- package/lib/bar/src/index.vue.d.ts +32 -0
- package/lib/bar/src/options.d.ts +20 -0
- package/lib/bar-compare/index.d.ts +65 -0
- package/lib/bar-compare/src/chart.d.ts +2 -0
- package/lib/bar-compare/src/index.vue.d.ts +30 -0
- package/lib/bar-compare/src/options.d.ts +32 -0
- package/lib/bar-conv/index.d.ts +59 -0
- package/lib/bar-conv/src/index.vue.d.ts +26 -0
- package/lib/bar-line/index.d.ts +59 -0
- package/lib/bar-line/src/chart.d.ts +2 -0
- package/lib/bar-line/src/index.vue.d.ts +26 -0
- package/lib/bar-line/src/options.d.ts +36 -0
- package/lib/box/index.d.ts +211 -0
- package/lib/box/src/index.vue.d.ts +131 -0
- package/lib/cashflow/index.d.ts +68 -0
- package/lib/cashflow/src/cash-flow-curve.d.ts +1 -0
- package/lib/cashflow/src/cash-line.d.ts +1 -0
- package/lib/cashflow/src/index.vue.d.ts +29 -0
- package/lib/cashflow/src/time-formatter.d.ts +2 -0
- package/lib/chart/index.d.ts +23 -0
- package/lib/chart/src/index.vue.d.ts +58 -0
- package/lib/datatable/index.d.ts +72 -0
- package/lib/datatable/src/index.vue.d.ts +48 -0
- package/lib/ele/button/index.d.ts +18 -0
- package/lib/ele/button/src/index.vue.d.ts +16 -0
- package/lib/ele/button-group/index.d.ts +18 -0
- package/lib/ele/button-group/src/index.vue.d.ts +16 -0
- package/lib/ele/card/index.d.ts +16 -0
- package/lib/ele/card/src/index.vue.d.ts +14 -0
- package/lib/ele/carousel/index.d.ts +18 -0
- package/lib/ele/carousel/src/index.vue.d.ts +16 -0
- package/lib/ele/carousel-item/index.d.ts +18 -0
- package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
- package/lib/ele/cascader/index.d.ts +14 -0
- package/lib/ele/cascader/src/index.vue.d.ts +2 -0
- package/lib/ele/cascader-panel/index.d.ts +14 -0
- package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
- package/lib/ele/check-tag/index.d.ts +18 -0
- package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
- package/lib/ele/checkbox/index.d.ts +16 -0
- package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
- package/lib/ele/checkbox-button/index.d.ts +18 -0
- package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
- package/lib/ele/checkbox-group/index.d.ts +18 -0
- package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
- package/lib/ele/col/index.d.ts +18 -0
- package/lib/ele/col/src/index.vue.d.ts +16 -0
- package/lib/ele/date-picker/index.d.ts +18 -0
- package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
- package/lib/ele/dialog/index.d.ts +16 -0
- package/lib/ele/dialog/src/index.vue.d.ts +14 -0
- package/lib/ele/form/index.d.ts +18 -0
- package/lib/ele/form/src/index.vue.d.ts +16 -0
- package/lib/ele/form-item/index.d.ts +18 -0
- package/lib/ele/form-item/src/index.vue.d.ts +16 -0
- package/lib/ele/input/index.d.ts +16 -0
- package/lib/ele/input/src/index.vue.d.ts +14 -0
- package/lib/ele/option/index.d.ts +69 -0
- package/lib/ele/option/src/index.vue.d.ts +46 -0
- package/lib/ele/option-group/index.d.ts +18 -0
- package/lib/ele/option-group/src/index.vue.d.ts +16 -0
- package/lib/ele/pagination/index.d.ts +18 -0
- package/lib/ele/pagination/src/index.vue.d.ts +16 -0
- package/lib/ele/progress/index.d.ts +16 -0
- package/lib/ele/progress/src/index.vue.d.ts +14 -0
- package/lib/ele/radio/index.d.ts +16 -0
- package/lib/ele/radio/src/index.vue.d.ts +14 -0
- package/lib/ele/radio-button/index.d.ts +18 -0
- package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
- package/lib/ele/radio-group/index.d.ts +18 -0
- package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
- package/lib/ele/row/index.d.ts +18 -0
- package/lib/ele/row/src/index.vue.d.ts +16 -0
- package/lib/ele/select/index.d.ts +18 -0
- package/lib/ele/select/src/index.vue.d.ts +16 -0
- package/lib/ele/switch/index.d.ts +16 -0
- package/lib/ele/switch/src/index.vue.d.ts +14 -0
- package/lib/ele/tab-pane/index.d.ts +18 -0
- package/lib/ele/tab-pane/src/index.vue.d.ts +16 -0
- package/lib/ele/table/index.d.ts +22 -0
- package/lib/ele/table/src/index.vue.d.ts +431 -0
- package/lib/ele/table-column/index.d.ts +16 -0
- package/lib/ele/table-column/src/index.vue.d.ts +14 -0
- package/lib/ele/tabs/index.d.ts +18 -0
- package/lib/ele/tabs/src/index.vue.d.ts +16 -0
- package/lib/ele/tag/index.d.ts +18 -0
- package/lib/ele/tag/src/index.vue.d.ts +16 -0
- package/lib/ele/tooltip/index.d.ts +16 -0
- package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
- package/lib/ele/tree/index.d.ts +16 -0
- package/lib/ele/tree/src/index.vue.d.ts +14 -0
- package/lib/ele/tree-select/index.d.ts +16 -0
- package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
- package/lib/ele/upload/index.d.ts +16 -0
- package/lib/ele/upload/src/index.vue.d.ts +14 -0
- package/lib/ele/watermark/index.d.ts +18 -0
- package/lib/ele/watermark/src/index.vue.d.ts +16 -0
- package/lib/favicon.ico +0 -0
- package/lib/funnel/index.d.ts +59 -0
- package/lib/funnel/src/chart.d.ts +2 -0
- package/lib/funnel/src/index.vue.d.ts +26 -0
- package/lib/funnel/src/options.d.ts +43 -0
- package/lib/g-ui-web.js +115737 -0
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +190 -0
- package/lib/heatmap/src/index.vue.d.ts +100 -0
- package/lib/index.d.ts +85 -0
- package/lib/line/index.d.ts +65 -0
- package/lib/line/src/chart.d.ts +2 -0
- package/lib/line/src/index.vue.d.ts +28 -0
- package/lib/line/src/options.d.ts +38 -0
- package/lib/map/index.d.ts +59 -0
- package/lib/map/src/chart.d.ts +2 -0
- package/lib/map/src/index.vue.d.ts +26 -0
- package/lib/map/src/options.d.ts +21 -0
- package/lib/node-achievement/index.d.ts +59 -0
- package/lib/node-achievement/src/index.vue.d.ts +26 -0
- package/lib/pie/index.d.ts +80 -0
- package/lib/pie/src/chart.d.ts +2 -0
- package/lib/pie/src/index.vue.d.ts +37 -0
- package/lib/pie/src/options.d.ts +13 -0
- package/lib/pie-distri/index.d.ts +89 -0
- package/lib/pie-distri/src/chart.d.ts +2 -0
- package/lib/pie-distri/src/index.vue.d.ts +44 -0
- package/lib/pie-distri/src/options.d.ts +60 -0
- package/lib/pie-level/index.d.ts +86 -0
- package/lib/pie-level/src/chart.d.ts +9 -0
- package/lib/pie-level/src/index.vue.d.ts +43 -0
- package/lib/pie-level/src/options.d.ts +16 -0
- package/lib/pie-table/index.d.ts +122 -0
- package/lib/pie-table/src/chart.d.ts +2 -0
- package/lib/pie-table/src/index.vue.d.ts +59 -0
- package/lib/pie-table/src/options.d.ts +13 -0
- package/lib/plan/index.d.ts +44 -0
- package/lib/plan/src/index.vue.d.ts +17 -0
- package/lib/radar/index.d.ts +59 -0
- package/lib/radar/src/chart.d.ts +2 -0
- package/lib/radar/src/index.vue.d.ts +26 -0
- package/lib/radar/src/options.d.ts +23 -0
- package/lib/ranking-list/index.d.ts +122 -0
- package/lib/ranking-list/src/index.vue.d.ts +59 -0
- package/lib/ranking-table/index.d.ts +122 -0
- package/lib/ranking-table/src/index.vue.d.ts +59 -0
- package/lib/reserve/index.d.ts +68 -0
- package/lib/reserve/src/index.vue.d.ts +29 -0
- package/lib/store/index.d.ts +2 -0
- package/lib/store/saveInLocal.d.ts +2 -0
- package/lib/style.css +1 -0
- package/lib/style.css.gz +0 -0
- package/lib/target-achievement/index.d.ts +131 -0
- package/lib/target-achievement/src/index.vue.d.ts +65 -0
- package/lib/target-achievement/src/options.d.ts +68 -0
- package/lib/target-current/index.d.ts +114 -0
- package/lib/target-current/src/index.vue.d.ts +57 -0
- package/lib/target-m/index.d.ts +159 -0
- package/lib/target-m/src/index.vue.d.ts +84 -0
- package/lib/target-r/index.d.ts +167 -0
- package/lib/target-r/src/index.vue.d.ts +90 -0
- package/lib/target-s/index.d.ts +150 -0
- package/lib/target-s/src/index.vue.d.ts +77 -0
- package/lib/target-struct/index.d.ts +141 -0
- package/lib/target-struct/src/index.vue.d.ts +69 -0
- package/lib/utils/DataSource/index.d.ts +23 -0
- package/lib/utils/api/index.d.ts +4 -0
- package/lib/utils/api/load.d.ts +1 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/index.d.ts +37 -0
- package/lib/utils/request/interface/config.d.ts +93 -0
- package/lib/utils/request/interface/index.d.ts +3 -0
- package/lib/utils/request/interface/interface.d.ts +3 -0
- package/lib/utils/request/utils/code.d.ts +6 -0
- package/lib/utils/request/utils/filter.d.ts +2 -0
- package/lib/utils/request/utils/loading.d.ts +14 -0
- package/lib/utils/storage.d.ts +27 -0
- package/lib/utils/theme/config/black-blue.d.ts +114 -0
- package/lib/utils/theme/config/black-gold.d.ts +111 -0
- package/lib/utils/theme/config/black-green.d.ts +111 -0
- package/lib/utils/theme/config/white-blue.d.ts +114 -0
- package/lib/utils/theme/config/white-green.d.ts +111 -0
- package/lib/utils/theme/index.d.ts +7 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +96 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
declare const GPieDistri: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
size: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
options: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
type: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
dbOptions: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: {};
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
|
+
props: any;
|
|
21
|
+
pieDistriRef: globalThis.Ref<null, null>;
|
|
22
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
23
|
+
type: string;
|
|
24
|
+
size: string;
|
|
25
|
+
options: Record<string, any>;
|
|
26
|
+
dbOptions: Record<string, any>;
|
|
27
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
28
|
+
P: {};
|
|
29
|
+
B: {};
|
|
30
|
+
D: {};
|
|
31
|
+
C: {};
|
|
32
|
+
M: {};
|
|
33
|
+
Defaults: {};
|
|
34
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
35
|
+
size: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
options: {
|
|
40
|
+
type: ObjectConstructor;
|
|
41
|
+
default: {};
|
|
42
|
+
};
|
|
43
|
+
type: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
dbOptions: {
|
|
48
|
+
type: ObjectConstructor;
|
|
49
|
+
default: {};
|
|
50
|
+
};
|
|
51
|
+
}>> & Readonly<{}>, {
|
|
52
|
+
props: any;
|
|
53
|
+
pieDistriRef: globalThis.Ref<null, null>;
|
|
54
|
+
}, {}, {}, {}, {
|
|
55
|
+
type: string;
|
|
56
|
+
size: string;
|
|
57
|
+
options: Record<string, any>;
|
|
58
|
+
dbOptions: Record<string, any>;
|
|
59
|
+
}>;
|
|
60
|
+
__isFragment?: never;
|
|
61
|
+
__isTeleport?: never;
|
|
62
|
+
__isSuspense?: never;
|
|
63
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
64
|
+
size: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
options: {
|
|
69
|
+
type: ObjectConstructor;
|
|
70
|
+
default: {};
|
|
71
|
+
};
|
|
72
|
+
type: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
dbOptions: {
|
|
77
|
+
type: ObjectConstructor;
|
|
78
|
+
default: {};
|
|
79
|
+
};
|
|
80
|
+
}>> & Readonly<{}>, {
|
|
81
|
+
props: any;
|
|
82
|
+
pieDistriRef: globalThis.Ref<null, null>;
|
|
83
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
84
|
+
type: string;
|
|
85
|
+
size: string;
|
|
86
|
+
options: Record<string, any>;
|
|
87
|
+
dbOptions: Record<string, any>;
|
|
88
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
89
|
+
export default GPieDistri;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
size: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
options: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
dbOptions: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: {};
|
|
17
|
+
};
|
|
18
|
+
}>, {
|
|
19
|
+
props: any;
|
|
20
|
+
pieDistriRef: globalThis.Ref<null, null>;
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
22
|
+
size: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
options: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
default: {};
|
|
29
|
+
};
|
|
30
|
+
type: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
dbOptions: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
default: {};
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
type: string;
|
|
40
|
+
size: string;
|
|
41
|
+
options: Record<string, any>;
|
|
42
|
+
dbOptions: Record<string, any>;
|
|
43
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
|
+
export default _default;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export declare const pieOptions: (total: any, size: any, type: any) => {
|
|
2
|
+
backgroundColor: any;
|
|
3
|
+
color: any;
|
|
4
|
+
title: {
|
|
5
|
+
subtext?: undefined;
|
|
6
|
+
text?: undefined;
|
|
7
|
+
textStyle?: undefined;
|
|
8
|
+
subtextStyle?: undefined;
|
|
9
|
+
x?: undefined;
|
|
10
|
+
y?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
subtext: string;
|
|
13
|
+
text: any;
|
|
14
|
+
textStyle: {
|
|
15
|
+
fontSize: number;
|
|
16
|
+
align: string;
|
|
17
|
+
};
|
|
18
|
+
subtextStyle: {
|
|
19
|
+
fontSize: number;
|
|
20
|
+
align: string;
|
|
21
|
+
lineHeight: number;
|
|
22
|
+
};
|
|
23
|
+
x: string;
|
|
24
|
+
y: string;
|
|
25
|
+
};
|
|
26
|
+
tooltip: {
|
|
27
|
+
trigger: string;
|
|
28
|
+
};
|
|
29
|
+
series: {
|
|
30
|
+
type: string;
|
|
31
|
+
minAngle: number;
|
|
32
|
+
startAngle: number;
|
|
33
|
+
labelLine: {
|
|
34
|
+
show: boolean;
|
|
35
|
+
length: number;
|
|
36
|
+
length2: number;
|
|
37
|
+
lineStyle: {
|
|
38
|
+
width: number;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
label: {
|
|
42
|
+
formatter: (params: any) => string;
|
|
43
|
+
rich: {
|
|
44
|
+
t: {
|
|
45
|
+
lineHeight: number;
|
|
46
|
+
fontSize: number;
|
|
47
|
+
align: string;
|
|
48
|
+
};
|
|
49
|
+
f: {
|
|
50
|
+
fontSize: number;
|
|
51
|
+
align: string;
|
|
52
|
+
lineHeight: number;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
center: string[];
|
|
57
|
+
roseType: string;
|
|
58
|
+
radius: string[];
|
|
59
|
+
}[];
|
|
60
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
declare const GPieLevel: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
size: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
options: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
type: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
dbOptions: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: {};
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
|
+
props: any;
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
22
|
+
type: string;
|
|
23
|
+
size: string;
|
|
24
|
+
options: Record<string, any>;
|
|
25
|
+
dbOptions: Record<string, any>;
|
|
26
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
27
|
+
P: {};
|
|
28
|
+
B: {};
|
|
29
|
+
D: {};
|
|
30
|
+
C: {};
|
|
31
|
+
M: {};
|
|
32
|
+
Defaults: {};
|
|
33
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
34
|
+
size: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
options: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
default: {};
|
|
41
|
+
};
|
|
42
|
+
type: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
dbOptions: {
|
|
47
|
+
type: ObjectConstructor;
|
|
48
|
+
default: {};
|
|
49
|
+
};
|
|
50
|
+
}>> & Readonly<{}>, {
|
|
51
|
+
props: any;
|
|
52
|
+
}, {}, {}, {}, {
|
|
53
|
+
type: string;
|
|
54
|
+
size: string;
|
|
55
|
+
options: Record<string, any>;
|
|
56
|
+
dbOptions: Record<string, any>;
|
|
57
|
+
}>;
|
|
58
|
+
__isFragment?: never;
|
|
59
|
+
__isTeleport?: never;
|
|
60
|
+
__isSuspense?: never;
|
|
61
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
62
|
+
size: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
options: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
default: {};
|
|
69
|
+
};
|
|
70
|
+
type: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
dbOptions: {
|
|
75
|
+
type: ObjectConstructor;
|
|
76
|
+
default: {};
|
|
77
|
+
};
|
|
78
|
+
}>> & Readonly<{}>, {
|
|
79
|
+
props: any;
|
|
80
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
81
|
+
type: string;
|
|
82
|
+
size: string;
|
|
83
|
+
options: Record<string, any>;
|
|
84
|
+
dbOptions: Record<string, any>;
|
|
85
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
86
|
+
export default GPieLevel;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface PieProps {
|
|
2
|
+
type: string;
|
|
3
|
+
size: string;
|
|
4
|
+
}
|
|
5
|
+
declare const getPieOptions: (options?: object, props?: PieProps) => {};
|
|
6
|
+
declare const changePieSerise: (options?: any, props?: PieProps, dataIndex?: number) => {
|
|
7
|
+
[x: string]: globalThis.Ref<any, any>;
|
|
8
|
+
};
|
|
9
|
+
export { getPieOptions, changePieSerise };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
size: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
options: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
dbOptions: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: {};
|
|
17
|
+
};
|
|
18
|
+
}>, {
|
|
19
|
+
props: any;
|
|
20
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
21
|
+
size: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
options: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: {};
|
|
28
|
+
};
|
|
29
|
+
type: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
dbOptions: {
|
|
34
|
+
type: ObjectConstructor;
|
|
35
|
+
default: {};
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
type: string;
|
|
39
|
+
size: string;
|
|
40
|
+
options: Record<string, any>;
|
|
41
|
+
dbOptions: Record<string, any>;
|
|
42
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const pieOptions: (props: any, flag?: boolean) => {
|
|
2
|
+
backgroundColor: any;
|
|
3
|
+
color: any;
|
|
4
|
+
tooltip: {
|
|
5
|
+
trigger: string;
|
|
6
|
+
};
|
|
7
|
+
legend: {
|
|
8
|
+
trigger: string;
|
|
9
|
+
show: boolean;
|
|
10
|
+
};
|
|
11
|
+
grid: any;
|
|
12
|
+
textStyle: {
|
|
13
|
+
fontSize: any;
|
|
14
|
+
};
|
|
15
|
+
series: any;
|
|
16
|
+
};
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
declare const GPieTable: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
type: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
color: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
default: never[];
|
|
10
|
+
};
|
|
11
|
+
size: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
options: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: () => void;
|
|
18
|
+
};
|
|
19
|
+
dbOptions: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
default: () => void;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
props: {
|
|
25
|
+
readonly type: string;
|
|
26
|
+
readonly size: string;
|
|
27
|
+
readonly options: Record<string, any>;
|
|
28
|
+
readonly dbOptions: Record<string, any>;
|
|
29
|
+
readonly color: unknown[];
|
|
30
|
+
};
|
|
31
|
+
pieTableRef: globalThis.Ref<null, null>;
|
|
32
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
33
|
+
type: string;
|
|
34
|
+
size: string;
|
|
35
|
+
options: Record<string, any>;
|
|
36
|
+
dbOptions: Record<string, any>;
|
|
37
|
+
color: unknown[];
|
|
38
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
39
|
+
P: {};
|
|
40
|
+
B: {};
|
|
41
|
+
D: {};
|
|
42
|
+
C: {};
|
|
43
|
+
M: {};
|
|
44
|
+
Defaults: {};
|
|
45
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
46
|
+
type: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
color: {
|
|
51
|
+
type: ArrayConstructor;
|
|
52
|
+
default: never[];
|
|
53
|
+
};
|
|
54
|
+
size: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
options: {
|
|
59
|
+
type: ObjectConstructor;
|
|
60
|
+
default: () => void;
|
|
61
|
+
};
|
|
62
|
+
dbOptions: {
|
|
63
|
+
type: ObjectConstructor;
|
|
64
|
+
default: () => void;
|
|
65
|
+
};
|
|
66
|
+
}>> & Readonly<{}>, {
|
|
67
|
+
props: {
|
|
68
|
+
readonly type: string;
|
|
69
|
+
readonly size: string;
|
|
70
|
+
readonly options: Record<string, any>;
|
|
71
|
+
readonly dbOptions: Record<string, any>;
|
|
72
|
+
readonly color: unknown[];
|
|
73
|
+
};
|
|
74
|
+
pieTableRef: globalThis.Ref<null, null>;
|
|
75
|
+
}, {}, {}, {}, {
|
|
76
|
+
type: string;
|
|
77
|
+
size: string;
|
|
78
|
+
options: Record<string, any>;
|
|
79
|
+
dbOptions: Record<string, any>;
|
|
80
|
+
color: unknown[];
|
|
81
|
+
}>;
|
|
82
|
+
__isFragment?: never;
|
|
83
|
+
__isTeleport?: never;
|
|
84
|
+
__isSuspense?: never;
|
|
85
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
86
|
+
type: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
color: {
|
|
91
|
+
type: ArrayConstructor;
|
|
92
|
+
default: never[];
|
|
93
|
+
};
|
|
94
|
+
size: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
options: {
|
|
99
|
+
type: ObjectConstructor;
|
|
100
|
+
default: () => void;
|
|
101
|
+
};
|
|
102
|
+
dbOptions: {
|
|
103
|
+
type: ObjectConstructor;
|
|
104
|
+
default: () => void;
|
|
105
|
+
};
|
|
106
|
+
}>> & Readonly<{}>, {
|
|
107
|
+
props: {
|
|
108
|
+
readonly type: string;
|
|
109
|
+
readonly size: string;
|
|
110
|
+
readonly options: Record<string, any>;
|
|
111
|
+
readonly dbOptions: Record<string, any>;
|
|
112
|
+
readonly color: unknown[];
|
|
113
|
+
};
|
|
114
|
+
pieTableRef: globalThis.Ref<null, null>;
|
|
115
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
116
|
+
type: string;
|
|
117
|
+
size: string;
|
|
118
|
+
options: Record<string, any>;
|
|
119
|
+
dbOptions: Record<string, any>;
|
|
120
|
+
color: unknown[];
|
|
121
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
122
|
+
export default GPieTable;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
color: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
default: never[];
|
|
9
|
+
};
|
|
10
|
+
size: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
options: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => void;
|
|
17
|
+
};
|
|
18
|
+
dbOptions: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: () => void;
|
|
21
|
+
};
|
|
22
|
+
}>, {
|
|
23
|
+
props: {
|
|
24
|
+
readonly type: string;
|
|
25
|
+
readonly size: string;
|
|
26
|
+
readonly options: Record<string, any>;
|
|
27
|
+
readonly dbOptions: Record<string, any>;
|
|
28
|
+
readonly color: unknown[];
|
|
29
|
+
};
|
|
30
|
+
pieTableRef: globalThis.Ref<null, null>;
|
|
31
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
+
type: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
color: {
|
|
37
|
+
type: ArrayConstructor;
|
|
38
|
+
default: never[];
|
|
39
|
+
};
|
|
40
|
+
size: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
options: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
default: () => void;
|
|
47
|
+
};
|
|
48
|
+
dbOptions: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => void;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
53
|
+
type: string;
|
|
54
|
+
size: string;
|
|
55
|
+
options: Record<string, any>;
|
|
56
|
+
dbOptions: Record<string, any>;
|
|
57
|
+
color: unknown[];
|
|
58
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
59
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const GPlan: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
dbOptions: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => {};
|
|
6
|
+
};
|
|
7
|
+
}>> & Readonly<{}>, {
|
|
8
|
+
props: any;
|
|
9
|
+
planRef: globalThis.Ref<null, null>;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
11
|
+
dbOptions: Record<string, any>;
|
|
12
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
13
|
+
P: {};
|
|
14
|
+
B: {};
|
|
15
|
+
D: {};
|
|
16
|
+
C: {};
|
|
17
|
+
M: {};
|
|
18
|
+
Defaults: {};
|
|
19
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
20
|
+
dbOptions: {
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
default: () => {};
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{}>, {
|
|
25
|
+
props: any;
|
|
26
|
+
planRef: globalThis.Ref<null, null>;
|
|
27
|
+
}, {}, {}, {}, {
|
|
28
|
+
dbOptions: Record<string, any>;
|
|
29
|
+
}>;
|
|
30
|
+
__isFragment?: never;
|
|
31
|
+
__isTeleport?: never;
|
|
32
|
+
__isSuspense?: never;
|
|
33
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
34
|
+
dbOptions: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
default: () => {};
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
props: any;
|
|
40
|
+
planRef: globalThis.Ref<null, null>;
|
|
41
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
42
|
+
dbOptions: Record<string, any>;
|
|
43
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
44
|
+
export default GPlan;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
dbOptions: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}>, {
|
|
7
|
+
props: any;
|
|
8
|
+
planRef: globalThis.Ref<null, null>;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
+
dbOptions: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {
|
|
15
|
+
dbOptions: Record<string, any>;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const GRadar: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
options: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: {};
|
|
6
|
+
};
|
|
7
|
+
dbOptions: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
props: any;
|
|
13
|
+
radarRef: globalThis.Ref<null, null>;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
|
+
options: Record<string, any>;
|
|
16
|
+
dbOptions: Record<string, any>;
|
|
17
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
+
options: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: {};
|
|
28
|
+
};
|
|
29
|
+
dbOptions: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: {};
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
props: any;
|
|
35
|
+
radarRef: globalThis.Ref<null, null>;
|
|
36
|
+
}, {}, {}, {}, {
|
|
37
|
+
options: Record<string, any>;
|
|
38
|
+
dbOptions: Record<string, any>;
|
|
39
|
+
}>;
|
|
40
|
+
__isFragment?: never;
|
|
41
|
+
__isTeleport?: never;
|
|
42
|
+
__isSuspense?: never;
|
|
43
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
44
|
+
options: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
default: {};
|
|
47
|
+
};
|
|
48
|
+
dbOptions: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: {};
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
53
|
+
props: any;
|
|
54
|
+
radarRef: globalThis.Ref<null, null>;
|
|
55
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
56
|
+
options: Record<string, any>;
|
|
57
|
+
dbOptions: Record<string, any>;
|
|
58
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
59
|
+
export default GRadar;
|