g-ui-web 0.10.40 → 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 +41160 -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
package/global.d.ts CHANGED
@@ -106,6 +106,9 @@ declare module '@vue/runtime-core' {
106
106
  $loading: typeof import('element-plus')['ElLoadingService']
107
107
  }
108
108
  }
109
-
109
+ interface Window {
110
+ gui: any;
111
+ global: any;
112
+ }
110
113
 
111
114
  export { }
@@ -1,71 +1,16 @@
1
1
  declare const GBar: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
- options: {
4
- type: ObjectConstructor;
5
- default: () => {
6
- direction: string;
7
- };
8
- };
9
- dbOptions: {
10
- type: ObjectConstructor;
11
- default: {};
12
- };
13
- }>> & Readonly<{}>, {
14
- props: any;
15
- barRef: any;
16
- getData(): null;
17
- getIsFinish(): boolean;
18
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
19
- options: Record<string, any>;
20
- dbOptions: Record<string, any>;
21
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
22
- P: {};
23
- B: {};
24
- D: {};
25
- C: {};
26
- M: {};
27
- Defaults: {};
28
- }, Readonly<globalThis.ExtractPropTypes<{
29
- options: {
30
- type: ObjectConstructor;
31
- default: () => {
32
- direction: string;
33
- };
34
- };
35
- dbOptions: {
36
- type: ObjectConstructor;
37
- default: {};
38
- };
39
- }>> & Readonly<{}>, {
40
- props: any;
41
- barRef: any;
42
- getData(): null;
43
- getIsFinish(): boolean;
44
- }, {}, {}, {}, {
45
- options: Record<string, any>;
46
- dbOptions: Record<string, any>;
47
- }>;
2
+ new (...args: any[]): any;
48
3
  __isFragment?: never;
49
4
  __isTeleport?: never;
50
5
  __isSuspense?: never;
51
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
52
- options: {
53
- type: ObjectConstructor;
54
- default: () => {
55
- direction: string;
56
- };
57
- };
58
- dbOptions: {
59
- type: ObjectConstructor;
60
- default: {};
61
- };
62
- }>> & Readonly<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
63
7
  props: any;
64
8
  barRef: any;
65
9
  getData(): null;
66
10
  getIsFinish(): boolean;
67
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
68
12
  options: Record<string, any>;
13
+ description: string;
69
14
  dbOptions: Record<string, any>;
70
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>;
71
16
  export default GBar;
@@ -1,2 +1,2 @@
1
- declare const getBarOptions: (options?: object, num?: number, direction?: string) => {};
1
+ declare const getBarOptions: (options?: object, num?: number, direction?: string, columns?: any) => {};
2
2
  export { getBarOptions };
@@ -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: () => {
@@ -14,19 +18,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
14
18
  barRef: any;
15
19
  getData(): null;
16
20
  getIsFinish(): boolean;
17
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
- options: {
19
- type: ObjectConstructor;
20
- default: () => {
21
- direction: string;
22
- };
23
- };
24
- dbOptions: {
25
- type: ObjectConstructor;
26
- default: {};
27
- };
28
- }>> & Readonly<{}>, {
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
29
22
  options: Record<string, any>;
23
+ description: string;
30
24
  dbOptions: Record<string, any>;
31
25
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
26
  export default _default;
@@ -1,5 +1,10 @@
1
- export declare const barOptions: (num: any, direction: any) => {
1
+ export declare const barOptions: (num: any, direction: any, columns: any) => {
2
2
  backgroundColor: any;
3
+ tooltip: {
4
+ show: boolean;
5
+ trigger: string;
6
+ formatter: (params: any) => any;
7
+ };
3
8
  legend: {
4
9
  trigger: string;
5
10
  left: string;
@@ -7,10 +12,18 @@ export declare const barOptions: (num: any, direction: any) => {
7
12
  top: string;
8
13
  itemWidth: number;
9
14
  itemHeight: number;
10
- };
11
- tooltip: {
12
- show: boolean;
13
- trigger: string;
15
+ borderRadius: 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
+ };
14
27
  };
15
28
  grid: any;
16
29
  color: any;
@@ -1,65 +1,14 @@
1
1
  declare const GBarCompare: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
- options: {
4
- type: ObjectConstructor;
5
- default: () => {
6
- direction: string;
7
- };
8
- };
9
- dbOptions: {
10
- type: ObjectConstructor;
11
- default: {};
12
- };
13
- }>> & Readonly<{}>, {
14
- props: any;
15
- barCompareRef: globalThis.Ref<null, null>;
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
- direction: string;
31
- };
32
- };
33
- dbOptions: {
34
- type: ObjectConstructor;
35
- default: {};
36
- };
37
- }>> & Readonly<{}>, {
38
- props: any;
39
- barCompareRef: globalThis.Ref<null, null>;
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
- direction: string;
52
- };
53
- };
54
- dbOptions: {
55
- type: ObjectConstructor;
56
- default: {};
57
- };
58
- }>> & Readonly<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
59
7
  props: any;
60
8
  barCompareRef: globalThis.Ref<null, null>;
61
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
62
10
  options: Record<string, any>;
11
+ description: string;
63
12
  dbOptions: Record<string, any>;
64
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>;
65
14
  export default GBarCompare;
@@ -1,2 +1,2 @@
1
- declare const getBarOptions: (options?: object) => object;
1
+ declare const getBarOptions: (options?: object, columns?: any) => {};
2
2
  export { getBarOptions };
@@ -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,19 +16,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
12
16
  }>, {
13
17
  props: any;
14
18
  barCompareRef: globalThis.Ref<null, null>;
15
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
- options: {
17
- type: ObjectConstructor;
18
- default: () => {
19
- direction: string;
20
- };
21
- };
22
- dbOptions: {
23
- type: ObjectConstructor;
24
- default: {};
25
- };
26
- }>> & Readonly<{}>, {
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
27
20
  options: Record<string, any>;
21
+ description: string;
28
22
  dbOptions: Record<string, any>;
29
23
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
24
  export default _default;
@@ -1,9 +1,28 @@
1
- export declare const barOptions: () => {
1
+ export declare const barOptions: (columns: any) => {
2
2
  backgroundColor: any;
3
3
  color: any;
4
+ tooltip: {
5
+ show: boolean;
6
+ trigger: string;
7
+ formatter: (params: any) => any;
8
+ };
4
9
  legend: {
5
10
  trigger: string;
6
11
  left: string;
12
+ top: string;
13
+ itemWidth: number;
14
+ itemHeight: number;
15
+ textStyle: {
16
+ fontSize: number;
17
+ lineHeight: number;
18
+ color: string;
19
+ rich: {
20
+ a: {
21
+ verticalAlign: string;
22
+ };
23
+ };
24
+ padding: number[];
25
+ };
7
26
  };
8
27
  grid: any;
9
28
  xAxis: {
@@ -15,9 +34,14 @@ export declare const barOptions: () => {
15
34
  axisLabel: {
16
35
  fontSize: any;
17
36
  padding: any;
37
+ color: string;
18
38
  };
19
39
  };
20
40
  yAxis: {
41
+ type: string;
42
+ axisTick: {
43
+ show: boolean;
44
+ };
21
45
  splitLine: {
22
46
  lineStyle: {
23
47
  type: string;
@@ -29,8 +53,9 @@ export declare const barOptions: () => {
29
53
  formatter: string;
30
54
  fontSize: any;
31
55
  padding: any;
56
+ color: string;
32
57
  };
33
- };
58
+ }[];
34
59
  series: {
35
60
  barWidth: any;
36
61
  label: {
@@ -1,59 +1,14 @@
1
1
  declare const GBarConv: ({
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
- barConvRef: 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
- barConvRef: 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
  barConvRef: 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 GBarConv;
@@ -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
  barConvRef: 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;
@@ -1,59 +1,14 @@
1
1
  declare const GBarLine: ({
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
- barLineRef: 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
- barLineRef: 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
  barLineRef: 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 GBarLine;
@@ -1,2 +1,2 @@
1
- declare const getBarLineOptions: (options?: object, num?: number) => {};
1
+ declare const getBarLineOptions: (options?: object, num?: number, columns?: any) => {};
2
2
  export { getBarLineOptions };
@@ -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
  barLineRef: 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;
@@ -1,11 +1,10 @@
1
- export declare const barLineOptions: (num: any) => {
1
+ export declare const barLineOptions: (num: any, columns: any) => {
2
2
  backgroundColor: any;
3
3
  grid: any;
4
4
  tooltip: {
5
+ show: boolean;
5
6
  trigger: string;
6
- axisPointer: {
7
- type: string;
8
- };
7
+ formatter: (params: any) => any;
9
8
  };
10
9
  legend: {
11
10
  trigger: string;
@@ -14,6 +13,18 @@ export declare const barLineOptions: (num: any) => {
14
13
  top: string;
15
14
  itemWidth: number;
16
15
  itemHeight: number;
16
+ borderRadius: number;
17
+ textStyle: {
18
+ fontSize: number;
19
+ lineHeight: number;
20
+ color: string;
21
+ rich: {
22
+ a: {
23
+ verticalAlign: string;
24
+ };
25
+ };
26
+ padding: number[];
27
+ };
17
28
  };
18
29
  xAxis: {
19
30
  type: string;
@@ -23,6 +34,10 @@ export declare const barLineOptions: (num: any) => {
23
34
  axisLabel: {
24
35
  fontSize: any;
25
36
  padding: any;
37
+ color: string;
38
+ };
39
+ nameTextStyle: {
40
+ color: string;
26
41
  };
27
42
  }[];
28
43
  yAxis: {
@@ -31,6 +46,12 @@ export declare const barLineOptions: (num: any) => {
31
46
  type: string;
32
47
  };
33
48
  };
49
+ axisLabel: {
50
+ color: string;
51
+ };
52
+ nameTextStyle: {
53
+ color: string;
54
+ };
34
55
  }[];
35
56
  series: any[];
36
57
  };
@@ -44,6 +44,10 @@ declare const GBox: ({
44
44
  type: NumberConstructor;
45
45
  default: number;
46
46
  };
47
+ isGradient: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
47
51
  iframe: {
48
52
  type: StringConstructor;
49
53
  default: string;
@@ -86,6 +90,7 @@ declare const GBox: ({
86
90
  arrow: boolean;
87
91
  bg: boolean;
88
92
  fontSizeLevel: number;
93
+ isGradient: boolean;
89
94
  params: Record<string, any>;
90
95
  auth: string;
91
96
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -140,6 +145,10 @@ declare const GBox: ({
140
145
  type: NumberConstructor;
141
146
  default: number;
142
147
  };
148
+ isGradient: {
149
+ type: BooleanConstructor;
150
+ default: boolean;
151
+ };
143
152
  iframe: {
144
153
  type: StringConstructor;
145
154
  default: string;
@@ -180,6 +189,7 @@ declare const GBox: ({
180
189
  arrow: boolean;
181
190
  bg: boolean;
182
191
  fontSizeLevel: number;
192
+ isGradient: boolean;
183
193
  params: Record<string, any>;
184
194
  auth: string;
185
195
  }>;
@@ -231,6 +241,10 @@ declare const GBox: ({
231
241
  type: NumberConstructor;
232
242
  default: number;
233
243
  };
244
+ isGradient: {
245
+ type: BooleanConstructor;
246
+ default: boolean;
247
+ };
234
248
  iframe: {
235
249
  type: StringConstructor;
236
250
  default: string;
@@ -273,6 +287,7 @@ declare const GBox: ({
273
287
  arrow: boolean;
274
288
  bg: boolean;
275
289
  fontSizeLevel: number;
290
+ isGradient: boolean;
276
291
  params: Record<string, any>;
277
292
  auth: string;
278
293
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -57,6 +57,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
57
57
  type: NumberConstructor;
58
58
  default: number;
59
59
  };
60
+ isGradient: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
60
64
  iframe: {
61
65
  type: StringConstructor;
62
66
  default: string;
@@ -127,6 +131,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
127
131
  type: NumberConstructor;
128
132
  default: number;
129
133
  };
134
+ isGradient: {
135
+ type: BooleanConstructor;
136
+ default: boolean;
137
+ };
130
138
  iframe: {
131
139
  type: StringConstructor;
132
140
  default: string;
@@ -164,6 +172,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
164
172
  arrow: boolean;
165
173
  bg: boolean;
166
174
  fontSizeLevel: number;
175
+ isGradient: boolean;
167
176
  params: Record<string, any>;
168
177
  auth: string;
169
178
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;