g-ui-web 1.4.21 → 1.4.22

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 (241) hide show
  1. package/lib/bar/index.d.ts +16 -0
  2. package/lib/bar/src/chart.d.ts +2 -0
  3. package/lib/bar/src/index.vue.d.ts +26 -0
  4. package/lib/bar/src/options.d.ts +33 -0
  5. package/lib/bar-compare/index.d.ts +14 -0
  6. package/lib/bar-compare/src/chart.d.ts +2 -0
  7. package/lib/bar-compare/src/index.vue.d.ts +24 -0
  8. package/lib/bar-compare/src/options.d.ts +74 -0
  9. package/lib/bar-conv/index.d.ts +14 -0
  10. package/lib/bar-conv/src/index.vue.d.ts +22 -0
  11. package/lib/bar-line/index.d.ts +14 -0
  12. package/lib/bar-line/src/chart.d.ts +2 -0
  13. package/lib/bar-line/src/index.vue.d.ts +22 -0
  14. package/lib/bar-line/src/options.d.ts +57 -0
  15. package/lib/box/index.d.ts +331 -0
  16. package/lib/box/src/index.vue.d.ts +203 -0
  17. package/lib/calendar/index.d.ts +208 -0
  18. package/lib/calendar/src/index.vue.d.ts +793 -0
  19. package/lib/cashflow/index.d.ts +18 -0
  20. package/lib/cashflow/src/cash-flow-curve.d.ts +1 -0
  21. package/lib/cashflow/src/cash-line.d.ts +1 -0
  22. package/lib/cashflow/src/index.vue.d.ts +26 -0
  23. package/lib/cashflow/src/time-formatter.d.ts +2 -0
  24. package/lib/chart/index.d.ts +24 -0
  25. package/lib/chart/src/index.vue.d.ts +60 -0
  26. package/lib/compo-picker/index.d.ts +54 -0
  27. package/lib/compo-picker/src/index.vue.d.ts +24 -0
  28. package/lib/datafill/index.d.ts +2 -0
  29. package/lib/datatable/index.d.ts +111 -0
  30. package/lib/datatable/src/index.vue.d.ts +72 -0
  31. package/lib/dynamic-target/index.d.ts +101 -0
  32. package/lib/dynamic-target/src/index.vue.d.ts +52 -0
  33. package/lib/ele/button/index.d.ts +18 -0
  34. package/lib/ele/button/src/index.vue.d.ts +16 -0
  35. package/lib/ele/button-group/index.d.ts +18 -0
  36. package/lib/ele/button-group/src/index.vue.d.ts +16 -0
  37. package/lib/ele/card/index.d.ts +16 -0
  38. package/lib/ele/card/src/index.vue.d.ts +14 -0
  39. package/lib/ele/carousel/index.d.ts +18 -0
  40. package/lib/ele/carousel/src/index.vue.d.ts +16 -0
  41. package/lib/ele/carousel-item/index.d.ts +18 -0
  42. package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
  43. package/lib/ele/cascader/index.d.ts +14 -0
  44. package/lib/ele/cascader/src/index.vue.d.ts +2 -0
  45. package/lib/ele/cascader-panel/index.d.ts +14 -0
  46. package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
  47. package/lib/ele/check-tag/index.d.ts +18 -0
  48. package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
  49. package/lib/ele/checkbox/index.d.ts +16 -0
  50. package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
  51. package/lib/ele/checkbox-button/index.d.ts +18 -0
  52. package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
  53. package/lib/ele/checkbox-group/index.d.ts +18 -0
  54. package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
  55. package/lib/ele/col/index.d.ts +18 -0
  56. package/lib/ele/col/src/index.vue.d.ts +16 -0
  57. package/lib/ele/collapse/index.d.ts +16 -0
  58. package/lib/ele/collapse/src/index.vue.d.ts +14 -0
  59. package/lib/ele/collapse-item/index.d.ts +19 -0
  60. package/lib/ele/collapse-item/src/index.vue.d.ts +17 -0
  61. package/lib/ele/date-picker/index.d.ts +18 -0
  62. package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
  63. package/lib/ele/dialog/index.d.ts +16 -0
  64. package/lib/ele/dialog/src/index.vue.d.ts +14 -0
  65. package/lib/ele/drawer/index.d.ts +16 -0
  66. package/lib/ele/drawer/src/index.vue.d.ts +14 -0
  67. package/lib/ele/form/index.d.ts +18 -0
  68. package/lib/ele/form/src/index.vue.d.ts +16 -0
  69. package/lib/ele/form-item/index.d.ts +18 -0
  70. package/lib/ele/form-item/src/index.vue.d.ts +16 -0
  71. package/lib/ele/input/index.d.ts +16 -0
  72. package/lib/ele/input/src/index.vue.d.ts +14 -0
  73. package/lib/ele/menu/index.d.ts +16 -0
  74. package/lib/ele/menu/src/index.vue.d.ts +14 -0
  75. package/lib/ele/menu-item/index.d.ts +18 -0
  76. package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
  77. package/lib/ele/menu-item-group/index.d.ts +16 -0
  78. package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
  79. package/lib/ele/option/index.d.ts +69 -0
  80. package/lib/ele/option/src/index.vue.d.ts +46 -0
  81. package/lib/ele/option-group/index.d.ts +18 -0
  82. package/lib/ele/option-group/src/index.vue.d.ts +16 -0
  83. package/lib/ele/pagination/index.d.ts +18 -0
  84. package/lib/ele/pagination/src/index.vue.d.ts +16 -0
  85. package/lib/ele/popover/index.d.ts +16 -0
  86. package/lib/ele/popover/src/index.vue.d.ts +14 -0
  87. package/lib/ele/progress/index.d.ts +16 -0
  88. package/lib/ele/progress/src/index.vue.d.ts +14 -0
  89. package/lib/ele/radio/index.d.ts +16 -0
  90. package/lib/ele/radio/src/index.vue.d.ts +14 -0
  91. package/lib/ele/radio-button/index.d.ts +18 -0
  92. package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
  93. package/lib/ele/radio-group/index.d.ts +18 -0
  94. package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
  95. package/lib/ele/row/index.d.ts +18 -0
  96. package/lib/ele/row/src/index.vue.d.ts +16 -0
  97. package/lib/ele/select/index.d.ts +18 -0
  98. package/lib/ele/select/src/index.vue.d.ts +16 -0
  99. package/lib/ele/sub-menu/index.d.ts +18 -0
  100. package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
  101. package/lib/ele/switch/index.d.ts +16 -0
  102. package/lib/ele/switch/src/index.vue.d.ts +14 -0
  103. package/lib/ele/tab-pane/index.d.ts +19 -0
  104. package/lib/ele/tab-pane/src/index.vue.d.ts +17 -0
  105. package/lib/ele/table/index.d.ts +89 -0
  106. package/lib/ele/table-column/index.d.ts +16 -0
  107. package/lib/ele/table-column/src/index.vue.d.ts +14 -0
  108. package/lib/ele/tabs/index.d.ts +18 -0
  109. package/lib/ele/tabs/src/index.vue.d.ts +16 -0
  110. package/lib/ele/tag/index.d.ts +18 -0
  111. package/lib/ele/tag/src/index.vue.d.ts +16 -0
  112. package/lib/ele/tooltip/index.d.ts +16 -0
  113. package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
  114. package/lib/ele/tree-select/index.d.ts +16 -0
  115. package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
  116. package/lib/ele/upload/index.d.ts +16 -0
  117. package/lib/ele/upload/src/index.vue.d.ts +14 -0
  118. package/lib/ele/watermark/index.d.ts +18 -0
  119. package/lib/ele/watermark/src/index.vue.d.ts +16 -0
  120. package/lib/favicon.ico +0 -0
  121. package/lib/floating-ai/index.d.ts +104 -0
  122. package/lib/floating-ai/src/index.vue.d.ts +53 -0
  123. package/lib/fonts/bb3347.ttf +0 -0
  124. package/lib/fonts/font.css +6 -0
  125. package/lib/funnel/index.d.ts +16 -0
  126. package/lib/funnel/src/chart.d.ts +4 -0
  127. package/lib/funnel/src/index.vue.d.ts +32 -0
  128. package/lib/funnel/src/options.d.ts +77 -0
  129. package/lib/g-ui-web.cjs +131 -0
  130. package/lib/g-ui-web.iife.js +131 -0
  131. package/lib/g-ui-web.iife.js.gz +0 -0
  132. package/lib/g-ui-web.js +118103 -0
  133. package/lib/g-ui-web.js.gz +0 -0
  134. package/lib/g-ui-web.umd.cjs +131 -0
  135. package/lib/gauge/index.d.ts +14 -0
  136. package/lib/gauge/src/chart.d.ts +4 -0
  137. package/lib/gauge/src/index.vue.d.ts +22 -0
  138. package/lib/gauge/src/options.d.ts +45 -0
  139. package/lib/heatmap/src/index.vue.d.ts +160 -0
  140. package/lib/line/index.d.ts +16 -0
  141. package/lib/line/src/chart.d.ts +2 -0
  142. package/lib/line/src/index.vue.d.ts +24 -0
  143. package/lib/line/src/options.d.ts +59 -0
  144. package/lib/map/index.d.ts +14 -0
  145. package/lib/map/src/chart.d.ts +2 -0
  146. package/lib/map/src/index.vue.d.ts +22 -0
  147. package/lib/map/src/options.d.ts +21 -0
  148. package/lib/multiple-dimension-table/index.d.ts +2 -0
  149. package/lib/multiple-dimension-table/src/index.vue.d.ts +154 -0
  150. package/lib/node-achievement/index.d.ts +80 -0
  151. package/lib/node-achievement/src/index.vue.d.ts +53 -0
  152. package/lib/pie/index.d.ts +17 -0
  153. package/lib/pie/src/chart.d.ts +2 -0
  154. package/lib/pie/src/index.vue.d.ts +29 -0
  155. package/lib/pie/src/options.d.ts +30 -0
  156. package/lib/pie-distri/index.d.ts +16 -0
  157. package/lib/pie-distri/src/chart.d.ts +2 -0
  158. package/lib/pie-distri/src/index.vue.d.ts +32 -0
  159. package/lib/pie-distri/src/options.d.ts +82 -0
  160. package/lib/pie-level/index.d.ts +16 -0
  161. package/lib/pie-level/src/chart.d.ts +12 -0
  162. package/lib/pie-level/src/index.vue.d.ts +36 -0
  163. package/lib/pie-level/src/options.d.ts +34 -0
  164. package/lib/pie-table/index.d.ts +146 -0
  165. package/lib/pie-table/src/chart.d.ts +2 -0
  166. package/lib/pie-table/src/index.vue.d.ts +87 -0
  167. package/lib/pie-table/src/options.d.ts +13 -0
  168. package/lib/plan/index.d.ts +21 -0
  169. package/lib/plan/src/index.vue.d.ts +46 -0
  170. package/lib/radar/index.d.ts +14 -0
  171. package/lib/radar/src/chart.d.ts +2 -0
  172. package/lib/radar/src/index.vue.d.ts +22 -0
  173. package/lib/radar/src/options.d.ts +41 -0
  174. package/lib/ranking-cup/index.d.ts +192 -0
  175. package/lib/ranking-cup/src/index.vue.d.ts +109 -0
  176. package/lib/ranking-list/index.d.ts +188 -0
  177. package/lib/ranking-list/src/index.vue.d.ts +113 -0
  178. package/lib/ranking-rb/index.d.ts +180 -0
  179. package/lib/ranking-rb/src/index.vue.d.ts +105 -0
  180. package/lib/ranking-table/index.d.ts +168 -0
  181. package/lib/ranking-table/src/index.vue.d.ts +101 -0
  182. package/lib/reserve/index.d.ts +18 -0
  183. package/lib/reserve/src/index.vue.d.ts +26 -0
  184. package/lib/scatter/index.d.ts +19 -0
  185. package/lib/scatter/src/chart.d.ts +2 -0
  186. package/lib/scatter/src/index.vue.d.ts +39 -0
  187. package/lib/scatter/src/options.d.ts +77 -0
  188. package/lib/store/index.d.ts +2 -0
  189. package/lib/store/saveInLocal.d.ts +2 -0
  190. package/lib/style.css +1 -0
  191. package/lib/style.css.gz +0 -0
  192. package/lib/submarket-map/index.d.ts +293 -0
  193. package/lib/submarket-map/src/index.vue.d.ts +187 -0
  194. package/lib/target-achievement/index.d.ts +167 -0
  195. package/lib/target-achievement/src/index.vue.d.ts +85 -0
  196. package/lib/target-achievement/src/options.d.ts +68 -0
  197. package/lib/target-complete-rate/index.d.ts +95 -0
  198. package/lib/target-complete-rate/src/index.vue.d.ts +52 -0
  199. package/lib/target-current/index.d.ts +144 -0
  200. package/lib/target-current/src/index.vue.d.ts +75 -0
  201. package/lib/target-deviation/index.d.ts +119 -0
  202. package/lib/target-deviation/src/index.vue.d.ts +62 -0
  203. package/lib/target-gauge/index.d.ts +15 -0
  204. package/lib/target-gauge/src/chart.d.ts +4 -0
  205. package/lib/target-gauge/src/index.vue.d.ts +27 -0
  206. package/lib/target-gauge/src/options.d.ts +56 -0
  207. package/lib/target-m/index.d.ts +189 -0
  208. package/lib/target-m/src/index.vue.d.ts +102 -0
  209. package/lib/target-r/index.d.ts +257 -0
  210. package/lib/target-r/src/index.vue.d.ts +144 -0
  211. package/lib/target-s/index.d.ts +210 -0
  212. package/lib/target-s/src/index.vue.d.ts +113 -0
  213. package/lib/target-struct/index.d.ts +141 -0
  214. package/lib/target-struct/src/index.vue.d.ts +69 -0
  215. package/lib/text-select/index.d.ts +92 -0
  216. package/lib/text-select/src/index.vue.d.ts +14894 -0
  217. package/lib/utils/DataSource/DataProvider.d.ts +186 -0
  218. package/lib/utils/DataSource/debugStore.d.ts +28 -0
  219. package/lib/utils/DataSource/index.d.ts +23 -0
  220. package/lib/utils/DataSource/useDataSource.d.ts +66 -0
  221. package/lib/utils/api/index.d.ts +4 -0
  222. package/lib/utils/api/load.d.ts +4 -0
  223. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  224. package/lib/utils/index.d.ts +57 -0
  225. package/lib/utils/loading/index.d.ts +9 -0
  226. package/lib/utils/request/interface/config.d.ts +93 -0
  227. package/lib/utils/request/interface/index.d.ts +3 -0
  228. package/lib/utils/request/interface/interface.d.ts +3 -0
  229. package/lib/utils/request/utils/code.d.ts +6 -0
  230. package/lib/utils/request/utils/filter.d.ts +2 -0
  231. package/lib/utils/request/utils/loading.d.ts +14 -0
  232. package/lib/utils/storage.d.ts +27 -0
  233. package/lib/utils/theme/config/black-blue.d.ts +130 -0
  234. package/lib/utils/theme/config/black-gold.d.ts +154 -0
  235. package/lib/utils/theme/config/black-green.d.ts +127 -0
  236. package/lib/utils/theme/config/om-blue.d.ts +156 -0
  237. package/lib/utils/theme/config/white-blue.d.ts +157 -0
  238. package/lib/utils/theme/config/white-green.d.ts +154 -0
  239. package/lib/utils/theme/index.d.ts +4 -0
  240. package/lib/withInstall.d.ts +4 -0
  241. package/package.json +1 -1
@@ -0,0 +1,16 @@
1
+ declare const GBar: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ props: any;
8
+ barRef: any;
9
+ getData(): null;
10
+ getIsFinish(): boolean;
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
12
+ options: Record<string, any>;
13
+ description: string;
14
+ dbOptions: Record<string, any>;
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>;
16
+ export default GBar;
@@ -0,0 +1,2 @@
1
+ declare const getBarOptions: (options?: object, num?: number, direction?: string, columns?: any) => {};
2
+ export { getBarOptions };
@@ -0,0 +1,26 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ options: {
7
+ type: ObjectConstructor;
8
+ default: () => {
9
+ direction: string;
10
+ };
11
+ };
12
+ dbOptions: {
13
+ type: ObjectConstructor;
14
+ default: {};
15
+ };
16
+ }>, {
17
+ props: any;
18
+ barRef: any;
19
+ getData(): null;
20
+ getIsFinish(): boolean;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
22
+ options: Record<string, any>;
23
+ description: string;
24
+ dbOptions: Record<string, any>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
@@ -0,0 +1,33 @@
1
+ export declare const barOptions: (num: any, direction: any, columns: any) => {
2
+ backgroundColor: any;
3
+ tooltip: {
4
+ show: boolean;
5
+ trigger: string;
6
+ formatter: (params: any) => any;
7
+ };
8
+ legend: {
9
+ trigger: string;
10
+ left: string;
11
+ show: boolean;
12
+ top: string;
13
+ itemWidth: number;
14
+ itemHeight: number;
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
+ };
27
+ };
28
+ grid: any;
29
+ color: any;
30
+ xAxis: any;
31
+ yAxis: any;
32
+ series: any;
33
+ };
@@ -0,0 +1,14 @@
1
+ declare const GBarCompare: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ props: any;
8
+ barCompareRef: globalThis.Ref<null, null>;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
10
+ options: Record<string, any>;
11
+ description: string;
12
+ dbOptions: Record<string, any>;
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>;
14
+ export default GBarCompare;
@@ -0,0 +1,2 @@
1
+ declare const getBarOptions: (options?: object, columns?: any) => {};
2
+ export { getBarOptions };
@@ -0,0 +1,24 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ options: {
7
+ type: ObjectConstructor;
8
+ default: () => {
9
+ direction: string;
10
+ };
11
+ };
12
+ dbOptions: {
13
+ type: ObjectConstructor;
14
+ default: {};
15
+ };
16
+ }>, {
17
+ props: any;
18
+ barCompareRef: globalThis.Ref<null, null>;
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
20
+ options: Record<string, any>;
21
+ description: string;
22
+ dbOptions: Record<string, any>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
+ export default _default;
@@ -0,0 +1,74 @@
1
+ export declare const barOptions: (columns: any) => {
2
+ backgroundColor: any;
3
+ color: any;
4
+ tooltip: {
5
+ show: boolean;
6
+ trigger: string;
7
+ formatter: (params: any) => any;
8
+ };
9
+ legend: {
10
+ trigger: string;
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
+ };
26
+ };
27
+ grid: any;
28
+ xAxis: {
29
+ splitLine: {
30
+ show: boolean;
31
+ lineStyle: {
32
+ type: string;
33
+ };
34
+ };
35
+ axisTick: {
36
+ show: boolean;
37
+ };
38
+ axisLabel: {
39
+ show: boolean;
40
+ formatter: string;
41
+ fontSize: any;
42
+ padding: any;
43
+ color: string;
44
+ };
45
+ }[];
46
+ yAxis: {
47
+ type: string;
48
+ axisTick: {
49
+ show: boolean;
50
+ };
51
+ splitLine: {
52
+ show: boolean;
53
+ lineStyle: {
54
+ type: string;
55
+ };
56
+ };
57
+ axisLabel: {
58
+ show: boolean;
59
+ margin: any;
60
+ formatter: string;
61
+ fontSize: any;
62
+ padding: any;
63
+ color: string;
64
+ };
65
+ }[];
66
+ series: {
67
+ barWidth: any;
68
+ label: {
69
+ show: boolean;
70
+ position: string;
71
+ color: string;
72
+ };
73
+ }[];
74
+ };
@@ -0,0 +1,14 @@
1
+ declare const GBarConv: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ props: any;
8
+ barConvRef: globalThis.Ref<null, null>;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
10
+ options: Record<string, any>;
11
+ description: string;
12
+ dbOptions: Record<string, any>;
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>;
14
+ export default GBarConv;
@@ -0,0 +1,22 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ options: {
7
+ type: ObjectConstructor;
8
+ default: {};
9
+ };
10
+ dbOptions: {
11
+ type: ObjectConstructor;
12
+ default: {};
13
+ };
14
+ }>, {
15
+ props: any;
16
+ barConvRef: globalThis.Ref<null, null>;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
18
+ options: Record<string, any>;
19
+ description: string;
20
+ dbOptions: Record<string, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,14 @@
1
+ declare const GBarLine: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ props: any;
8
+ barLineRef: globalThis.Ref<null, null>;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
10
+ options: Record<string, any>;
11
+ description: string;
12
+ dbOptions: Record<string, any>;
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>;
14
+ export default GBarLine;
@@ -0,0 +1,2 @@
1
+ declare const getBarLineOptions: (options?: object, num?: number, columns?: any) => {};
2
+ export { getBarLineOptions };
@@ -0,0 +1,22 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ options: {
7
+ type: ObjectConstructor;
8
+ default: {};
9
+ };
10
+ dbOptions: {
11
+ type: ObjectConstructor;
12
+ default: {};
13
+ };
14
+ }>, {
15
+ props: any;
16
+ barLineRef: globalThis.Ref<null, null>;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
18
+ options: Record<string, any>;
19
+ description: string;
20
+ dbOptions: Record<string, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,57 @@
1
+ export declare const barLineOptions: (num: any, columns: any) => {
2
+ backgroundColor: any;
3
+ grid: any;
4
+ tooltip: {
5
+ show: boolean;
6
+ trigger: string;
7
+ formatter: (params: any) => any;
8
+ };
9
+ legend: {
10
+ trigger: string;
11
+ orient: string;
12
+ show: boolean;
13
+ top: string;
14
+ itemWidth: number;
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
+ };
28
+ };
29
+ xAxis: {
30
+ type: string;
31
+ axisPointer: {
32
+ type: string;
33
+ };
34
+ axisLabel: {
35
+ fontSize: any;
36
+ padding: any;
37
+ color: string;
38
+ };
39
+ nameTextStyle: {
40
+ color: string;
41
+ };
42
+ }[];
43
+ yAxis: {
44
+ splitLine: {
45
+ lineStyle: {
46
+ type: string;
47
+ };
48
+ };
49
+ axisLabel: {
50
+ color: string;
51
+ };
52
+ nameTextStyle: {
53
+ color: string;
54
+ };
55
+ }[];
56
+ series: any[];
57
+ };
@@ -0,0 +1,331 @@
1
+ declare const GBox: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ aspect: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ aspectPlacement: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ tooltip: {
16
+ type: ArrayConstructor;
17
+ default: null;
18
+ };
19
+ bg: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ border: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ description: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ placement: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ title: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ tag: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ arrow: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ fontSizeLevel: {
48
+ type: NumberConstructor;
49
+ default: number;
50
+ };
51
+ isGradient: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ iframe: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ scrolling: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ params: {
64
+ type: ObjectConstructor;
65
+ default: () => void;
66
+ };
67
+ local: {
68
+ type: BooleanConstructor;
69
+ default: boolean;
70
+ };
71
+ auth: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ dbOptions: {
76
+ type: ObjectConstructor;
77
+ default: () => void;
78
+ };
79
+ }>> & Readonly<{
80
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
81
+ }>, {
82
+ boxRef: globalThis.Ref<null, null>;
83
+ load: () => Promise<void>;
84
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
85
+ "arrow-click": (...args: any[]) => void;
86
+ }, import('vue').PublicProps, {
87
+ type: string;
88
+ iframe: string;
89
+ title: string;
90
+ description: string;
91
+ dbOptions: Record<string, any>;
92
+ border: boolean;
93
+ placement: string;
94
+ tooltip: unknown[];
95
+ local: boolean;
96
+ tag: boolean;
97
+ aspect: string;
98
+ aspectPlacement: string;
99
+ arrow: boolean;
100
+ bg: boolean;
101
+ fontSizeLevel: number;
102
+ isGradient: boolean;
103
+ scrolling: string;
104
+ params: Record<string, any>;
105
+ auth: string;
106
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
107
+ P: {};
108
+ B: {};
109
+ D: {};
110
+ C: {};
111
+ M: {};
112
+ Defaults: {};
113
+ }, Readonly<globalThis.ExtractPropTypes<{
114
+ type: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ aspect: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ aspectPlacement: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ };
126
+ tooltip: {
127
+ type: ArrayConstructor;
128
+ default: null;
129
+ };
130
+ bg: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
134
+ border: {
135
+ type: BooleanConstructor;
136
+ default: boolean;
137
+ };
138
+ description: {
139
+ type: StringConstructor;
140
+ default: string;
141
+ };
142
+ placement: {
143
+ type: StringConstructor;
144
+ default: string;
145
+ };
146
+ title: {
147
+ type: StringConstructor;
148
+ default: string;
149
+ };
150
+ tag: {
151
+ type: BooleanConstructor;
152
+ default: boolean;
153
+ };
154
+ arrow: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
158
+ fontSizeLevel: {
159
+ type: NumberConstructor;
160
+ default: number;
161
+ };
162
+ isGradient: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
166
+ iframe: {
167
+ type: StringConstructor;
168
+ default: string;
169
+ };
170
+ scrolling: {
171
+ type: StringConstructor;
172
+ default: string;
173
+ };
174
+ params: {
175
+ type: ObjectConstructor;
176
+ default: () => void;
177
+ };
178
+ local: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ auth: {
183
+ type: StringConstructor;
184
+ default: string;
185
+ };
186
+ dbOptions: {
187
+ type: ObjectConstructor;
188
+ default: () => void;
189
+ };
190
+ }>> & Readonly<{
191
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
192
+ }>, {
193
+ boxRef: globalThis.Ref<null, null>;
194
+ load: () => Promise<void>;
195
+ }, {}, {}, {}, {
196
+ type: string;
197
+ iframe: string;
198
+ title: string;
199
+ description: string;
200
+ dbOptions: Record<string, any>;
201
+ border: boolean;
202
+ placement: string;
203
+ tooltip: unknown[];
204
+ local: boolean;
205
+ tag: boolean;
206
+ aspect: string;
207
+ aspectPlacement: string;
208
+ arrow: boolean;
209
+ bg: boolean;
210
+ fontSizeLevel: number;
211
+ isGradient: boolean;
212
+ scrolling: string;
213
+ params: Record<string, any>;
214
+ auth: string;
215
+ }>;
216
+ __isFragment?: never;
217
+ __isTeleport?: never;
218
+ __isSuspense?: never;
219
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
220
+ type: {
221
+ type: StringConstructor;
222
+ default: string;
223
+ };
224
+ aspect: {
225
+ type: StringConstructor;
226
+ default: string;
227
+ };
228
+ aspectPlacement: {
229
+ type: StringConstructor;
230
+ default: string;
231
+ };
232
+ tooltip: {
233
+ type: ArrayConstructor;
234
+ default: null;
235
+ };
236
+ bg: {
237
+ type: BooleanConstructor;
238
+ default: boolean;
239
+ };
240
+ border: {
241
+ type: BooleanConstructor;
242
+ default: boolean;
243
+ };
244
+ description: {
245
+ type: StringConstructor;
246
+ default: string;
247
+ };
248
+ placement: {
249
+ type: StringConstructor;
250
+ default: string;
251
+ };
252
+ title: {
253
+ type: StringConstructor;
254
+ default: string;
255
+ };
256
+ tag: {
257
+ type: BooleanConstructor;
258
+ default: boolean;
259
+ };
260
+ arrow: {
261
+ type: BooleanConstructor;
262
+ default: boolean;
263
+ };
264
+ fontSizeLevel: {
265
+ type: NumberConstructor;
266
+ default: number;
267
+ };
268
+ isGradient: {
269
+ type: BooleanConstructor;
270
+ default: boolean;
271
+ };
272
+ iframe: {
273
+ type: StringConstructor;
274
+ default: string;
275
+ };
276
+ scrolling: {
277
+ type: StringConstructor;
278
+ default: string;
279
+ };
280
+ params: {
281
+ type: ObjectConstructor;
282
+ default: () => void;
283
+ };
284
+ local: {
285
+ type: BooleanConstructor;
286
+ default: boolean;
287
+ };
288
+ auth: {
289
+ type: StringConstructor;
290
+ default: string;
291
+ };
292
+ dbOptions: {
293
+ type: ObjectConstructor;
294
+ default: () => void;
295
+ };
296
+ }>> & Readonly<{
297
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
298
+ }>, {
299
+ boxRef: globalThis.Ref<null, null>;
300
+ load: () => Promise<void>;
301
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
302
+ "arrow-click": (...args: any[]) => void;
303
+ }, string, {
304
+ type: string;
305
+ iframe: string;
306
+ title: string;
307
+ description: string;
308
+ dbOptions: Record<string, any>;
309
+ border: boolean;
310
+ placement: string;
311
+ tooltip: unknown[];
312
+ local: boolean;
313
+ tag: boolean;
314
+ aspect: string;
315
+ aspectPlacement: string;
316
+ arrow: boolean;
317
+ bg: boolean;
318
+ fontSizeLevel: number;
319
+ isGradient: boolean;
320
+ scrolling: string;
321
+ params: Record<string, any>;
322
+ auth: string;
323
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
324
+ $slots: {
325
+ left?(_: {}): any;
326
+ right?(_: {}): any;
327
+ default?(_: {}): any;
328
+ default?(_: {}): any;
329
+ };
330
+ }) & import('vue').Plugin) & Record<string, any>;
331
+ export default GBox;