g-ui-web 0.10.39 → 0.11.0-test.2

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.
Files changed (93) hide show
  1. package/global.d.ts +4 -1
  2. package/lib/bar/index.d.ts +4 -59
  3. package/lib/bar/src/chart.d.ts +1 -1
  4. package/lib/bar/src/index.vue.d.ts +6 -12
  5. package/lib/bar/src/options.d.ts +18 -5
  6. package/lib/bar-compare/index.d.ts +4 -55
  7. package/lib/bar-compare/src/chart.d.ts +1 -1
  8. package/lib/bar-compare/src/index.vue.d.ts +6 -12
  9. package/lib/bar-compare/src/options.d.ts +27 -2
  10. package/lib/bar-conv/index.d.ts +4 -49
  11. package/lib/bar-conv/src/index.vue.d.ts +6 -10
  12. package/lib/bar-line/index.d.ts +4 -49
  13. package/lib/bar-line/src/chart.d.ts +1 -1
  14. package/lib/bar-line/src/index.vue.d.ts +6 -10
  15. package/lib/bar-line/src/options.d.ts +25 -4
  16. package/lib/box/index.d.ts +15 -0
  17. package/lib/box/src/index.vue.d.ts +9 -0
  18. package/lib/calendar/index.d.ts +132 -0
  19. package/lib/calendar/src/index.vue.d.ts +865 -0
  20. package/lib/cashflow/index.d.ts +5 -55
  21. package/lib/cashflow/src/index.vue.d.ts +7 -10
  22. package/lib/chart/index.d.ts +1 -0
  23. package/lib/chart/src/index.vue.d.ts +6 -4
  24. package/lib/datatable/index.d.ts +42 -3
  25. package/lib/datatable/src/index.vue.d.ts +25 -1
  26. package/lib/ele/drawer/index.d.ts +16 -0
  27. package/lib/ele/drawer/src/index.vue.d.ts +14 -0
  28. package/lib/ele/menu/index.d.ts +16 -0
  29. package/lib/ele/menu/src/index.vue.d.ts +14 -0
  30. package/lib/ele/menu-item/index.d.ts +18 -0
  31. package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
  32. package/lib/ele/menu-item-group/index.d.ts +16 -0
  33. package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
  34. package/lib/ele/popover/index.d.ts +16 -0
  35. package/lib/ele/popover/src/index.vue.d.ts +14 -0
  36. package/lib/ele/sub-menu/index.d.ts +18 -0
  37. package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
  38. package/lib/ele/table/index.d.ts +41 -13
  39. package/lib/ele/table/src/index.vue.d.ts +40 -9
  40. package/lib/fonts/font.css +5 -5
  41. package/lib/funnel/index.d.ts +4 -49
  42. package/lib/funnel/src/chart.d.ts +1 -1
  43. package/lib/funnel/src/index.vue.d.ts +6 -10
  44. package/lib/funnel/src/options.d.ts +19 -2
  45. package/lib/g-ui-web.js +41161 -38658
  46. package/lib/g-ui-web.js.gz +0 -0
  47. package/lib/g-ui-web.umd.cjs +78 -72
  48. package/lib/line/index.d.ts +4 -53
  49. package/lib/line/src/chart.d.ts +1 -1
  50. package/lib/line/src/index.vue.d.ts +6 -10
  51. package/lib/line/src/options.d.ts +21 -1
  52. package/lib/map/index.d.ts +4 -49
  53. package/lib/map/src/index.vue.d.ts +6 -10
  54. package/lib/node-achievement/index.d.ts +22 -1
  55. package/lib/node-achievement/src/index.vue.d.ts +28 -1
  56. package/lib/pie/index.d.ts +4 -67
  57. package/lib/pie/src/chart.d.ts +1 -1
  58. package/lib/pie/src/index.vue.d.ts +6 -14
  59. package/lib/pie/src/options.d.ts +18 -1
  60. package/lib/pie-distri/index.d.ts +4 -77
  61. package/lib/pie-distri/src/index.vue.d.ts +6 -18
  62. package/lib/pie-distri/src/options.d.ts +28 -3
  63. package/lib/pie-level/index.d.ts +4 -112
  64. package/lib/pie-level/src/chart.d.ts +2 -0
  65. package/lib/pie-level/src/index.vue.d.ts +5 -28
  66. package/lib/pie-level/src/options.d.ts +18 -0
  67. package/lib/pie-table/index.d.ts +25 -1
  68. package/lib/pie-table/src/index.vue.d.ts +29 -1
  69. package/lib/plan/index.d.ts +22 -1
  70. package/lib/plan/src/index.vue.d.ts +214 -1
  71. package/lib/radar/index.d.ts +4 -49
  72. package/lib/radar/src/index.vue.d.ts +6 -10
  73. package/lib/radar/src/options.d.ts +17 -2
  74. package/lib/ranking-cup/index.d.ts +25 -1
  75. package/lib/ranking-cup/src/index.vue.d.ts +27 -1
  76. package/lib/ranking-list/index.d.ts +25 -1
  77. package/lib/ranking-list/src/index.vue.d.ts +29 -1
  78. package/lib/ranking-rb/index.d.ts +43 -1
  79. package/lib/ranking-rb/src/index.vue.d.ts +37 -1
  80. package/lib/ranking-table/index.d.ts +25 -1
  81. package/lib/ranking-table/src/index.vue.d.ts +29 -1
  82. package/lib/reserve/index.d.ts +5 -55
  83. package/lib/reserve/src/index.vue.d.ts +7 -10
  84. package/lib/style.css +1 -1
  85. package/lib/style.css.gz +0 -0
  86. package/lib/target-achievement/src/options.d.ts +1 -1
  87. package/lib/utils/index.d.ts +1 -0
  88. package/lib/utils/loading/index.d.ts +9 -0
  89. package/lib/utils/theme/config/black-gold.d.ts +24 -0
  90. package/lib/utils/theme/config/white-blue.d.ts +24 -0
  91. package/lib/utils/theme/config/white-green.d.ts +24 -0
  92. package/lib/utils/theme/index.d.ts +1 -1
  93. package/package.json +7 -5
@@ -1,65 +1,16 @@
1
1
  declare const GLine: ({
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
- lineRef: any;
14
- getData(): null;
15
- getIsFinish(): boolean;
16
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
17
- options: Record<string, any>;
18
- dbOptions: Record<string, any>;
19
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
20
- P: {};
21
- B: {};
22
- D: {};
23
- C: {};
24
- M: {};
25
- Defaults: {};
26
- }, Readonly<globalThis.ExtractPropTypes<{
27
- options: {
28
- type: ObjectConstructor;
29
- default: {};
30
- };
31
- dbOptions: {
32
- type: ObjectConstructor;
33
- default: {};
34
- };
35
- }>> & Readonly<{}>, {
36
- props: any;
37
- lineRef: any;
38
- getData(): null;
39
- getIsFinish(): boolean;
40
- }, {}, {}, {}, {
41
- options: Record<string, any>;
42
- dbOptions: Record<string, any>;
43
- }>;
2
+ new (...args: any[]): any;
44
3
  __isFragment?: never;
45
4
  __isTeleport?: never;
46
5
  __isSuspense?: never;
47
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
48
- options: {
49
- type: ObjectConstructor;
50
- default: {};
51
- };
52
- dbOptions: {
53
- type: ObjectConstructor;
54
- default: {};
55
- };
56
- }>> & Readonly<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
57
7
  props: any;
58
8
  lineRef: any;
59
9
  getData(): null;
60
10
  getIsFinish(): boolean;
61
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
62
12
  options: Record<string, any>;
13
+ description: string;
63
14
  dbOptions: Record<string, any>;
64
15
  }, {}, 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>;
65
16
  export default GLine;
@@ -1,2 +1,2 @@
1
- declare const getLineOptions: (options?: object) => object;
1
+ declare const getLineOptions: (options?: object, columns?: any) => {};
2
2
  export { getLineOptions };
@@ -1,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  options: {
3
7
  type: ObjectConstructor;
4
8
  default: {};
@@ -12,17 +16,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
12
16
  lineRef: any;
13
17
  getData(): null;
14
18
  getIsFinish(): boolean;
15
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
- options: {
17
- type: ObjectConstructor;
18
- default: {};
19
- };
20
- dbOptions: {
21
- type: ObjectConstructor;
22
- default: {};
23
- };
24
- }>> & Readonly<{}>, {
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
25
20
  options: Record<string, any>;
21
+ description: string;
26
22
  dbOptions: Record<string, any>;
27
23
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
24
  export default _default;
@@ -1,14 +1,29 @@
1
- declare const lineOptions: {
1
+ declare const lineOptions: (columns: any) => {
2
2
  backgroundColor: any;
3
3
  color: any;
4
4
  tooltip: {
5
5
  show: boolean;
6
6
  trigger: string;
7
+ formatter: (params: any) => any;
7
8
  };
8
9
  legend: {
9
10
  trigger: string;
10
11
  left: string;
12
+ top: string;
11
13
  show: boolean;
14
+ itemWidth: number;
15
+ itemHeight: number;
16
+ textStyle: {
17
+ fontSize: number;
18
+ lineHeight: number;
19
+ color: string;
20
+ rich: {
21
+ a: {
22
+ verticalAlign: string;
23
+ };
24
+ };
25
+ padding: number[];
26
+ };
12
27
  };
13
28
  grid: any;
14
29
  xAxis: {
@@ -24,6 +39,7 @@ declare const lineOptions: {
24
39
  fontSize: any;
25
40
  padding: number[];
26
41
  lineHeight: number;
42
+ color: string;
27
43
  };
28
44
  }[];
29
45
  yAxis: {
@@ -33,6 +49,10 @@ declare const lineOptions: {
33
49
  type: string;
34
50
  };
35
51
  };
52
+ axisLabel: {
53
+ fontSize: any;
54
+ color: string;
55
+ };
36
56
  }[];
37
57
  series: never[];
38
58
  };
@@ -1,59 +1,14 @@
1
1
  declare const GMap: ({
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
- mapRef: 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
- mapRef: globalThis.Ref<null, null>;
36
- }, {}, {}, {}, {
37
- options: Record<string, any>;
38
- dbOptions: Record<string, any>;
39
- }>;
2
+ new (...args: any[]): any;
40
3
  __isFragment?: never;
41
4
  __isTeleport?: never;
42
5
  __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<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
53
7
  props: any;
54
8
  mapRef: globalThis.Ref<null, null>;
55
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
56
10
  options: Record<string, any>;
11
+ description: string;
57
12
  dbOptions: Record<string, any>;
58
13
  }, {}, 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
14
  export default GMap;
@@ -1,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  options: {
3
7
  type: ObjectConstructor;
4
8
  default: {};
@@ -10,17 +14,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
10
14
  }>, {
11
15
  props: any;
12
16
  mapRef: globalThis.Ref<null, null>;
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
14
- options: {
15
- type: ObjectConstructor;
16
- default: {};
17
- };
18
- dbOptions: {
19
- type: ObjectConstructor;
20
- default: {};
21
- };
22
- }>> & Readonly<{}>, {
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
23
18
  options: Record<string, any>;
19
+ description: string;
24
20
  dbOptions: Record<string, any>;
25
21
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
22
  export default _default;
@@ -4,6 +4,10 @@ declare const GNodeAchievement: ({
4
4
  type: PropType<"default" | "small" | "large" | undefined>;
5
5
  default: string;
6
6
  };
7
+ description: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
7
11
  dbOptions: {
8
12
  type: ObjectConstructor;
9
13
  default: {};
@@ -13,6 +17,7 @@ declare const GNodeAchievement: ({
13
17
  nodeAchRef: globalThis.Ref<null, null>;
14
18
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15
19
  size: "default" | "small" | "large" | undefined;
20
+ description: string;
16
21
  dbOptions: Record<string, any>;
17
22
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
18
23
  P: {};
@@ -26,6 +31,10 @@ declare const GNodeAchievement: ({
26
31
  type: PropType<"default" | "small" | "large" | undefined>;
27
32
  default: string;
28
33
  };
34
+ description: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
29
38
  dbOptions: {
30
39
  type: ObjectConstructor;
31
40
  default: {};
@@ -35,6 +44,7 @@ declare const GNodeAchievement: ({
35
44
  nodeAchRef: globalThis.Ref<null, null>;
36
45
  }, {}, {}, {}, {
37
46
  size: "default" | "small" | "large" | undefined;
47
+ description: string;
38
48
  dbOptions: Record<string, any>;
39
49
  }>;
40
50
  __isFragment?: never;
@@ -45,6 +55,10 @@ declare const GNodeAchievement: ({
45
55
  type: PropType<"default" | "small" | "large" | undefined>;
46
56
  default: string;
47
57
  };
58
+ description: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
48
62
  dbOptions: {
49
63
  type: ObjectConstructor;
50
64
  default: {};
@@ -54,6 +68,13 @@ declare const GNodeAchievement: ({
54
68
  nodeAchRef: globalThis.Ref<null, null>;
55
69
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
56
70
  size: "default" | "small" | "large" | undefined;
71
+ description: string;
57
72
  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>;
73
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
74
+ $slots: {
75
+ empty?(_: {
76
+ class: string;
77
+ }): any;
78
+ };
79
+ }) & import('vue').Plugin) & Record<string, any>;
59
80
  export default GNodeAchievement;
@@ -1,8 +1,24 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ empty?(_: {
4
+ class: string;
5
+ }): any;
6
+ };
7
+ refs: {
8
+ nodeAchRef: HTMLDivElement;
9
+ };
10
+ attrs: Partial<{}>;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
14
  size: {
3
15
  type: PropType<"default" | "small" | "large" | undefined>;
4
16
  default: string;
5
17
  };
18
+ description: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
6
22
  dbOptions: {
7
23
  type: ObjectConstructor;
8
24
  default: {};
@@ -15,12 +31,23 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
15
31
  type: PropType<"default" | "small" | "large" | undefined>;
16
32
  default: string;
17
33
  };
34
+ description: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
18
38
  dbOptions: {
19
39
  type: ObjectConstructor;
20
40
  default: {};
21
41
  };
22
42
  }>> & Readonly<{}>, {
23
43
  size: "default" | "small" | "large" | undefined;
44
+ description: string;
24
45
  dbOptions: Record<string, any>;
25
46
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
47
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
48
  export default _default;
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
+ new (): {
51
+ $slots: S;
52
+ };
53
+ };
@@ -1,80 +1,17 @@
1
1
  declare const GPie: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
- type: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- options: {
8
- type: ObjectConstructor;
9
- default: {};
10
- };
11
- dbOptions: {
12
- type: ObjectConstructor;
13
- default: {};
14
- };
15
- }>> & Readonly<{}>, {
16
- props: any;
17
- pieRef: globalThis.Ref<null, null>;
18
- getData(): null;
19
- getIsFinish(): boolean;
20
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
21
- type: string;
22
- options: Record<string, any>;
23
- dbOptions: Record<string, any>;
24
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
25
- P: {};
26
- B: {};
27
- D: {};
28
- C: {};
29
- M: {};
30
- Defaults: {};
31
- }, Readonly<globalThis.ExtractPropTypes<{
32
- type: {
33
- type: StringConstructor;
34
- default: string;
35
- };
36
- options: {
37
- type: ObjectConstructor;
38
- default: {};
39
- };
40
- dbOptions: {
41
- type: ObjectConstructor;
42
- default: {};
43
- };
44
- }>> & Readonly<{}>, {
45
- props: any;
46
- pieRef: globalThis.Ref<null, null>;
47
- getData(): null;
48
- getIsFinish(): boolean;
49
- }, {}, {}, {}, {
50
- type: string;
51
- options: Record<string, any>;
52
- dbOptions: Record<string, any>;
53
- }>;
2
+ new (...args: any[]): any;
54
3
  __isFragment?: never;
55
4
  __isTeleport?: never;
56
5
  __isSuspense?: never;
57
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
58
- type: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
- options: {
63
- type: ObjectConstructor;
64
- default: {};
65
- };
66
- dbOptions: {
67
- type: ObjectConstructor;
68
- default: {};
69
- };
70
- }>> & Readonly<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
71
7
  props: any;
72
8
  pieRef: globalThis.Ref<null, null>;
73
9
  getData(): null;
74
10
  getIsFinish(): boolean;
75
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
76
12
  type: string;
77
13
  options: Record<string, any>;
14
+ description: string;
78
15
  dbOptions: Record<string, any>;
79
16
  }, {}, 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>;
80
17
  export default GPie;
@@ -1,2 +1,2 @@
1
- declare const getPieOptions: (options?: object, type?: string) => {};
1
+ declare const getPieOptions: (options?: object, type?: string, title?: any, unit?: any) => {};
2
2
  export { getPieOptions };
@@ -1,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  type: {
3
7
  type: StringConstructor;
4
8
  default: string;
@@ -16,22 +20,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
16
20
  pieRef: globalThis.Ref<null, null>;
17
21
  getData(): null;
18
22
  getIsFinish(): boolean;
19
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
20
- type: {
21
- type: StringConstructor;
22
- default: string;
23
- };
24
- options: {
25
- type: ObjectConstructor;
26
- default: {};
27
- };
28
- dbOptions: {
29
- type: ObjectConstructor;
30
- default: {};
31
- };
32
- }>> & Readonly<{}>, {
23
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
33
24
  type: string;
34
25
  options: Record<string, any>;
26
+ description: string;
35
27
  dbOptions: Record<string, any>;
36
28
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
37
29
  export default _default;
@@ -1,12 +1,29 @@
1
- export declare const pieOptions: (type: any) => {
1
+ export declare const pieOptions: (type: any, title: any, unit: any) => {
2
2
  backgroundColor: any;
3
3
  color: any;
4
4
  tooltip: {
5
+ show: boolean;
5
6
  trigger: string;
7
+ formatter: (params: any) => any;
6
8
  };
7
9
  legend: {
8
10
  trigger: string;
9
11
  show: boolean;
12
+ orient: string;
13
+ left: string;
14
+ itemWidth: number;
15
+ itemHeight: number;
16
+ textStyle: {
17
+ fontSize: number;
18
+ color: string;
19
+ lineHeight: number;
20
+ rich: {
21
+ a: {
22
+ verticalAlign: string;
23
+ };
24
+ };
25
+ padding: number[];
26
+ };
10
27
  };
11
28
  grid: any;
12
29
  series: any;
@@ -1,89 +1,16 @@
1
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
- }>;
2
+ new (...args: any[]): any;
60
3
  __isFragment?: never;
61
4
  __isTeleport?: never;
62
5
  __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<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
81
7
  props: any;
82
8
  pieDistriRef: globalThis.Ref<null, null>;
83
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
84
10
  type: string;
85
11
  size: string;
86
12
  options: Record<string, any>;
13
+ description: string;
87
14
  dbOptions: Record<string, any>;
88
15
  }, {}, 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
16
  export default GPieDistri;
@@ -1,24 +1,8 @@
1
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: {
2
+ description: {
11
3
  type: StringConstructor;
12
4
  default: string;
13
5
  };
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
6
  size: {
23
7
  type: StringConstructor;
24
8
  default: string;
@@ -35,10 +19,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
35
19
  type: ObjectConstructor;
36
20
  default: {};
37
21
  };
38
- }>> & Readonly<{}>, {
22
+ }>, {
23
+ props: any;
24
+ pieDistriRef: globalThis.Ref<null, null>;
25
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
39
26
  type: string;
40
27
  size: string;
41
28
  options: Record<string, any>;
29
+ description: string;
42
30
  dbOptions: Record<string, any>;
43
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
44
32
  export default _default;