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.
Files changed (186) hide show
  1. package/README.md +118 -0
  2. package/global.d.ts +111 -0
  3. package/lib/bar/index.d.ts +71 -0
  4. package/lib/bar/src/chart.d.ts +2 -0
  5. package/lib/bar/src/index.vue.d.ts +32 -0
  6. package/lib/bar/src/options.d.ts +20 -0
  7. package/lib/bar-compare/index.d.ts +65 -0
  8. package/lib/bar-compare/src/chart.d.ts +2 -0
  9. package/lib/bar-compare/src/index.vue.d.ts +30 -0
  10. package/lib/bar-compare/src/options.d.ts +32 -0
  11. package/lib/bar-conv/index.d.ts +59 -0
  12. package/lib/bar-conv/src/index.vue.d.ts +26 -0
  13. package/lib/bar-line/index.d.ts +59 -0
  14. package/lib/bar-line/src/chart.d.ts +2 -0
  15. package/lib/bar-line/src/index.vue.d.ts +26 -0
  16. package/lib/bar-line/src/options.d.ts +36 -0
  17. package/lib/box/index.d.ts +211 -0
  18. package/lib/box/src/index.vue.d.ts +131 -0
  19. package/lib/cashflow/index.d.ts +68 -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 +29 -0
  23. package/lib/cashflow/src/time-formatter.d.ts +2 -0
  24. package/lib/chart/index.d.ts +23 -0
  25. package/lib/chart/src/index.vue.d.ts +58 -0
  26. package/lib/datatable/index.d.ts +72 -0
  27. package/lib/datatable/src/index.vue.d.ts +48 -0
  28. package/lib/ele/button/index.d.ts +18 -0
  29. package/lib/ele/button/src/index.vue.d.ts +16 -0
  30. package/lib/ele/button-group/index.d.ts +18 -0
  31. package/lib/ele/button-group/src/index.vue.d.ts +16 -0
  32. package/lib/ele/card/index.d.ts +16 -0
  33. package/lib/ele/card/src/index.vue.d.ts +14 -0
  34. package/lib/ele/carousel/index.d.ts +18 -0
  35. package/lib/ele/carousel/src/index.vue.d.ts +16 -0
  36. package/lib/ele/carousel-item/index.d.ts +18 -0
  37. package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
  38. package/lib/ele/cascader/index.d.ts +14 -0
  39. package/lib/ele/cascader/src/index.vue.d.ts +2 -0
  40. package/lib/ele/cascader-panel/index.d.ts +14 -0
  41. package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
  42. package/lib/ele/check-tag/index.d.ts +18 -0
  43. package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
  44. package/lib/ele/checkbox/index.d.ts +16 -0
  45. package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
  46. package/lib/ele/checkbox-button/index.d.ts +18 -0
  47. package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
  48. package/lib/ele/checkbox-group/index.d.ts +18 -0
  49. package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
  50. package/lib/ele/col/index.d.ts +18 -0
  51. package/lib/ele/col/src/index.vue.d.ts +16 -0
  52. package/lib/ele/date-picker/index.d.ts +18 -0
  53. package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
  54. package/lib/ele/dialog/index.d.ts +16 -0
  55. package/lib/ele/dialog/src/index.vue.d.ts +14 -0
  56. package/lib/ele/form/index.d.ts +18 -0
  57. package/lib/ele/form/src/index.vue.d.ts +16 -0
  58. package/lib/ele/form-item/index.d.ts +18 -0
  59. package/lib/ele/form-item/src/index.vue.d.ts +16 -0
  60. package/lib/ele/input/index.d.ts +16 -0
  61. package/lib/ele/input/src/index.vue.d.ts +14 -0
  62. package/lib/ele/option/index.d.ts +69 -0
  63. package/lib/ele/option/src/index.vue.d.ts +46 -0
  64. package/lib/ele/option-group/index.d.ts +18 -0
  65. package/lib/ele/option-group/src/index.vue.d.ts +16 -0
  66. package/lib/ele/pagination/index.d.ts +18 -0
  67. package/lib/ele/pagination/src/index.vue.d.ts +16 -0
  68. package/lib/ele/progress/index.d.ts +16 -0
  69. package/lib/ele/progress/src/index.vue.d.ts +14 -0
  70. package/lib/ele/radio/index.d.ts +16 -0
  71. package/lib/ele/radio/src/index.vue.d.ts +14 -0
  72. package/lib/ele/radio-button/index.d.ts +18 -0
  73. package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
  74. package/lib/ele/radio-group/index.d.ts +18 -0
  75. package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
  76. package/lib/ele/row/index.d.ts +18 -0
  77. package/lib/ele/row/src/index.vue.d.ts +16 -0
  78. package/lib/ele/select/index.d.ts +18 -0
  79. package/lib/ele/select/src/index.vue.d.ts +16 -0
  80. package/lib/ele/switch/index.d.ts +16 -0
  81. package/lib/ele/switch/src/index.vue.d.ts +14 -0
  82. package/lib/ele/tab-pane/index.d.ts +18 -0
  83. package/lib/ele/tab-pane/src/index.vue.d.ts +16 -0
  84. package/lib/ele/table/index.d.ts +22 -0
  85. package/lib/ele/table/src/index.vue.d.ts +431 -0
  86. package/lib/ele/table-column/index.d.ts +16 -0
  87. package/lib/ele/table-column/src/index.vue.d.ts +14 -0
  88. package/lib/ele/tabs/index.d.ts +18 -0
  89. package/lib/ele/tabs/src/index.vue.d.ts +16 -0
  90. package/lib/ele/tag/index.d.ts +18 -0
  91. package/lib/ele/tag/src/index.vue.d.ts +16 -0
  92. package/lib/ele/tooltip/index.d.ts +16 -0
  93. package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
  94. package/lib/ele/tree/index.d.ts +16 -0
  95. package/lib/ele/tree/src/index.vue.d.ts +14 -0
  96. package/lib/ele/tree-select/index.d.ts +16 -0
  97. package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
  98. package/lib/ele/upload/index.d.ts +16 -0
  99. package/lib/ele/upload/src/index.vue.d.ts +14 -0
  100. package/lib/ele/watermark/index.d.ts +18 -0
  101. package/lib/ele/watermark/src/index.vue.d.ts +16 -0
  102. package/lib/favicon.ico +0 -0
  103. package/lib/funnel/index.d.ts +59 -0
  104. package/lib/funnel/src/chart.d.ts +2 -0
  105. package/lib/funnel/src/index.vue.d.ts +26 -0
  106. package/lib/funnel/src/options.d.ts +43 -0
  107. package/lib/g-ui-web.js +115737 -0
  108. package/lib/g-ui-web.js.gz +0 -0
  109. package/lib/g-ui-web.umd.cjs +190 -0
  110. package/lib/heatmap/src/index.vue.d.ts +100 -0
  111. package/lib/index.d.ts +85 -0
  112. package/lib/line/index.d.ts +65 -0
  113. package/lib/line/src/chart.d.ts +2 -0
  114. package/lib/line/src/index.vue.d.ts +28 -0
  115. package/lib/line/src/options.d.ts +38 -0
  116. package/lib/map/index.d.ts +59 -0
  117. package/lib/map/src/chart.d.ts +2 -0
  118. package/lib/map/src/index.vue.d.ts +26 -0
  119. package/lib/map/src/options.d.ts +21 -0
  120. package/lib/node-achievement/index.d.ts +59 -0
  121. package/lib/node-achievement/src/index.vue.d.ts +26 -0
  122. package/lib/pie/index.d.ts +80 -0
  123. package/lib/pie/src/chart.d.ts +2 -0
  124. package/lib/pie/src/index.vue.d.ts +37 -0
  125. package/lib/pie/src/options.d.ts +13 -0
  126. package/lib/pie-distri/index.d.ts +89 -0
  127. package/lib/pie-distri/src/chart.d.ts +2 -0
  128. package/lib/pie-distri/src/index.vue.d.ts +44 -0
  129. package/lib/pie-distri/src/options.d.ts +60 -0
  130. package/lib/pie-level/index.d.ts +86 -0
  131. package/lib/pie-level/src/chart.d.ts +9 -0
  132. package/lib/pie-level/src/index.vue.d.ts +43 -0
  133. package/lib/pie-level/src/options.d.ts +16 -0
  134. package/lib/pie-table/index.d.ts +122 -0
  135. package/lib/pie-table/src/chart.d.ts +2 -0
  136. package/lib/pie-table/src/index.vue.d.ts +59 -0
  137. package/lib/pie-table/src/options.d.ts +13 -0
  138. package/lib/plan/index.d.ts +44 -0
  139. package/lib/plan/src/index.vue.d.ts +17 -0
  140. package/lib/radar/index.d.ts +59 -0
  141. package/lib/radar/src/chart.d.ts +2 -0
  142. package/lib/radar/src/index.vue.d.ts +26 -0
  143. package/lib/radar/src/options.d.ts +23 -0
  144. package/lib/ranking-list/index.d.ts +122 -0
  145. package/lib/ranking-list/src/index.vue.d.ts +59 -0
  146. package/lib/ranking-table/index.d.ts +122 -0
  147. package/lib/ranking-table/src/index.vue.d.ts +59 -0
  148. package/lib/reserve/index.d.ts +68 -0
  149. package/lib/reserve/src/index.vue.d.ts +29 -0
  150. package/lib/store/index.d.ts +2 -0
  151. package/lib/store/saveInLocal.d.ts +2 -0
  152. package/lib/style.css +1 -0
  153. package/lib/style.css.gz +0 -0
  154. package/lib/target-achievement/index.d.ts +131 -0
  155. package/lib/target-achievement/src/index.vue.d.ts +65 -0
  156. package/lib/target-achievement/src/options.d.ts +68 -0
  157. package/lib/target-current/index.d.ts +114 -0
  158. package/lib/target-current/src/index.vue.d.ts +57 -0
  159. package/lib/target-m/index.d.ts +159 -0
  160. package/lib/target-m/src/index.vue.d.ts +84 -0
  161. package/lib/target-r/index.d.ts +167 -0
  162. package/lib/target-r/src/index.vue.d.ts +90 -0
  163. package/lib/target-s/index.d.ts +150 -0
  164. package/lib/target-s/src/index.vue.d.ts +77 -0
  165. package/lib/target-struct/index.d.ts +141 -0
  166. package/lib/target-struct/src/index.vue.d.ts +69 -0
  167. package/lib/utils/DataSource/index.d.ts +23 -0
  168. package/lib/utils/api/index.d.ts +4 -0
  169. package/lib/utils/api/load.d.ts +1 -0
  170. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  171. package/lib/utils/index.d.ts +37 -0
  172. package/lib/utils/request/interface/config.d.ts +93 -0
  173. package/lib/utils/request/interface/index.d.ts +3 -0
  174. package/lib/utils/request/interface/interface.d.ts +3 -0
  175. package/lib/utils/request/utils/code.d.ts +6 -0
  176. package/lib/utils/request/utils/filter.d.ts +2 -0
  177. package/lib/utils/request/utils/loading.d.ts +14 -0
  178. package/lib/utils/storage.d.ts +27 -0
  179. package/lib/utils/theme/config/black-blue.d.ts +114 -0
  180. package/lib/utils/theme/config/black-gold.d.ts +111 -0
  181. package/lib/utils/theme/config/black-green.d.ts +111 -0
  182. package/lib/utils/theme/config/white-blue.d.ts +114 -0
  183. package/lib/utils/theme/config/white-green.d.ts +111 -0
  184. package/lib/utils/theme/index.d.ts +7 -0
  185. package/lib/withInstall.d.ts +4 -0
  186. package/package.json +96 -0
@@ -0,0 +1,100 @@
1
+ import { PropType } from 'vue';
2
+ interface Columns {
3
+ title: string;
4
+ field: string;
5
+ unit?: string;
6
+ }
7
+ interface Center {
8
+ lng: string;
9
+ lat: string;
10
+ }
11
+ interface FieldsMap {
12
+ lng: string;
13
+ lat: string;
14
+ count: string;
15
+ }
16
+ interface ColumnProps {
17
+ center: Center;
18
+ fieldsMap: FieldsMap;
19
+ columns: Array<Columns[]>;
20
+ data?: Array<string[]>;
21
+ dataUrl?: {
22
+ path?: string;
23
+ method?: string;
24
+ params?: object;
25
+ resPath?: string;
26
+ ContentType?: string;
27
+ headers?: object;
28
+ };
29
+ }
30
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
31
+ ak: {
32
+ type: StringConstructor;
33
+ require: string;
34
+ };
35
+ zoom: {
36
+ type: NumberConstructor;
37
+ default: number;
38
+ };
39
+ radius: {
40
+ type: NumberConstructor;
41
+ default: number;
42
+ };
43
+ opacity: {
44
+ type: NumberConstructor;
45
+ default: number;
46
+ };
47
+ gradient: {
48
+ type: ObjectConstructor;
49
+ default: undefined;
50
+ };
51
+ height: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ dbOptions: {
56
+ type: PropType<ColumnProps>;
57
+ default: () => {};
58
+ require: boolean;
59
+ validator(value: any): boolean;
60
+ };
61
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
62
+ ak: {
63
+ type: StringConstructor;
64
+ require: string;
65
+ };
66
+ zoom: {
67
+ type: NumberConstructor;
68
+ default: number;
69
+ };
70
+ radius: {
71
+ type: NumberConstructor;
72
+ default: number;
73
+ };
74
+ opacity: {
75
+ type: NumberConstructor;
76
+ default: number;
77
+ };
78
+ gradient: {
79
+ type: ObjectConstructor;
80
+ default: undefined;
81
+ };
82
+ height: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ dbOptions: {
87
+ type: PropType<ColumnProps>;
88
+ default: () => {};
89
+ require: boolean;
90
+ validator(value: any): boolean;
91
+ };
92
+ }>> & Readonly<{}>, {
93
+ dbOptions: ColumnProps;
94
+ height: string;
95
+ zoom: number;
96
+ radius: number;
97
+ opacity: number;
98
+ gradient: Record<string, any>;
99
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
100
+ export default _default;
package/lib/index.d.ts ADDED
@@ -0,0 +1,85 @@
1
+ import { debounce, throttle, formatNumber } from './utils';
2
+ import { Session, Local } from './utils/storage';
3
+ import { setTheme } from './utils/theme';
4
+ import { default as DataSource } from './utils/DataSource';
5
+ import { default as GChart } from './chart';
6
+ import { default as GRankingList } from './ranking-list';
7
+ import { default as GRankingTable } from './ranking-table';
8
+ import { default as GReserve } from './reserve';
9
+ import { default as GPlan } from './plan';
10
+ import { default as GNodeAchievement } from './node-achievement';
11
+ import { default as GCashflow } from './cashflow';
12
+ import { default as GBar } from './bar';
13
+ import { default as GLine } from './line';
14
+ import { default as GBarLine } from './bar-line';
15
+ import { default as GPie } from './pie';
16
+ import { default as GRadar } from './radar';
17
+ import { default as GFunnel } from './funnel';
18
+ import { default as GMap } from './map';
19
+ import { default as GHeatmap } from './heatmap';
20
+ import { default as GTargetS } from './target-s';
21
+ import { default as GTargetR } from './target-r';
22
+ import { default as GTargetM } from './target-m';
23
+ import { default as GBox } from './box';
24
+ import { default as GBarCompare } from './bar-compare';
25
+ import { default as GPieDistri } from './pie-distri';
26
+ import { default as GTargetAchievement } from './target-achievement';
27
+ import { default as GDatatable } from './datatable';
28
+ import { default as GTargetCurrent } from './target-current';
29
+ import { default as GPieTable } from './pie-table';
30
+ import { default as GBarConv } from './bar-conv';
31
+ import { default as GTargetStruct } from './target-struct';
32
+ import { default as GPieLevel } from './pie-level';
33
+ import { default as GRow } from './ele/row';
34
+ import { default as GCol } from './ele/col';
35
+ import { default as GButton } from './ele/button';
36
+ import { default as GInput } from './ele/input';
37
+ import { default as GButtonGroup } from './ele/button-group';
38
+ import { default as GRadio } from './ele/radio';
39
+ import { default as GRadioButton } from './ele/radio-button';
40
+ import { default as GRadioGroup } from './ele/radio-group';
41
+ import { default as GCheckbox } from './ele/checkbox';
42
+ import { default as GCheckboxGroup } from './ele/checkbox-group';
43
+ import { default as GCheckboxButton } from './ele/checkbox-button';
44
+ import { default as GDatePicker } from './ele/date-picker';
45
+ import { default as GSelect } from './ele/select';
46
+ import { default as GCascader } from './ele/cascader';
47
+ import { default as GCascaderPanel } from './ele/cascader-panel';
48
+ import { default as GOption } from './ele/option';
49
+ import { default as GOptionGroup } from './ele/option-group';
50
+ import { default as GForm } from './ele/form';
51
+ import { default as GFormItem } from './ele/form-item';
52
+ import { default as GSwitch } from './ele/switch';
53
+ import { default as GUpload } from './ele/upload';
54
+ import { default as GCard } from './ele/card';
55
+ import { default as GCarousel } from './ele/carousel';
56
+ import { default as GCarouselItem } from './ele/carousel-item';
57
+ import { default as GPagination } from './ele/pagination';
58
+ import { default as GProgress } from './ele/progress';
59
+ import { default as GTable } from './ele/table';
60
+ import { default as GTableColumn } from './ele/table-column';
61
+ import { default as GTag } from './ele/tag';
62
+ import { default as GCheckTag } from './ele/check-tag';
63
+ import { default as GTree } from './ele/tree';
64
+ import { default as GTreeSelect } from './ele/tree-select';
65
+ import { default as GTabs } from './ele/tabs';
66
+ import { default as GTabPane } from './ele/tab-pane';
67
+ import { default as GDialog } from './ele/dialog';
68
+ import { default as GTooltip } from './ele/tooltip';
69
+ import { default as GWatermark } from './ele/watermark';
70
+ export { GChart, GBarConv, GRankingList, GPieTable, GRankingTable, GReserve, GPlan, GNodeAchievement, GCashflow, GBar, GLine, GBarLine, GPie, GRadar, GFunnel, GMap, GHeatmap, GTargetS, GTargetR, GTargetM, GBox, GBarCompare, GPieDistri, GTargetAchievement, GDatatable, GTargetCurrent, GTargetStruct, GPieLevel, GButton, GRow, GCol, GInput, GButtonGroup, GRadio, GRadioButton, GRadioGroup, GCheckbox, GCheckboxGroup, GCheckboxButton, GDatePicker, GSelect, GCascader, GCascaderPanel, GOption, GOptionGroup, GForm, GFormItem, GSwitch, GUpload, GCard, GCarousel, GCarouselItem, GPagination, GProgress, GTable, GTableColumn, GTag, GCheckTag, GTree, GTreeSelect, GTabs, GTabPane, GDialog, GTooltip, GWatermark };
71
+ /**
72
+ * @description 公共方法
73
+ */
74
+ export { throttle, debounce, formatNumber, setTheme, Session, Local, DataSource };
75
+ declare const _default: {
76
+ install: any;
77
+ };
78
+ export default _default;
79
+ export declare const gui: {
80
+ setTheme: (theme: string) => void;
81
+ getThemeList: () => {
82
+ name: string;
83
+ value: string;
84
+ }[];
85
+ };
@@ -0,0 +1,65 @@
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
+ }>;
44
+ __isFragment?: never;
45
+ __isTeleport?: never;
46
+ __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<{}>, {
57
+ props: any;
58
+ lineRef: any;
59
+ getData(): null;
60
+ getIsFinish(): boolean;
61
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
62
+ options: Record<string, any>;
63
+ dbOptions: Record<string, any>;
64
+ }, {}, 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
+ export default GLine;
@@ -0,0 +1,2 @@
1
+ declare const getLineOptions: (options?: object) => object;
2
+ export { getLineOptions };
@@ -0,0 +1,28 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ options: {
3
+ type: ObjectConstructor;
4
+ default: {};
5
+ };
6
+ dbOptions: {
7
+ type: ObjectConstructor;
8
+ default: {};
9
+ };
10
+ }>, {
11
+ props: any;
12
+ lineRef: any;
13
+ getData(): null;
14
+ 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<{}>, {
25
+ options: Record<string, any>;
26
+ dbOptions: Record<string, any>;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
+ export default _default;
@@ -0,0 +1,38 @@
1
+ declare const lineOptions: {
2
+ backgroundColor: any;
3
+ color: any;
4
+ tooltip: {
5
+ show: boolean;
6
+ trigger: string;
7
+ };
8
+ legend: {
9
+ trigger: string;
10
+ left: string;
11
+ show: boolean;
12
+ };
13
+ grid: any;
14
+ xAxis: {
15
+ type: string;
16
+ axisTick: {
17
+ show: boolean;
18
+ alignWithLabel: boolean;
19
+ };
20
+ axisLine: {
21
+ show: boolean;
22
+ };
23
+ axisLabel: {
24
+ fontSize: any;
25
+ padding: number[];
26
+ };
27
+ };
28
+ yAxis: {
29
+ type: string;
30
+ splitLine: {
31
+ lineStyle: {
32
+ type: string;
33
+ };
34
+ };
35
+ }[];
36
+ series: never[];
37
+ };
38
+ export { lineOptions };
@@ -0,0 +1,59 @@
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
+ }>;
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
+ mapRef: 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 GMap;
@@ -0,0 +1,2 @@
1
+ declare const getMapOptions: (options?: object, map?: string) => {};
2
+ export { getMapOptions };
@@ -0,0 +1,26 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ options: {
3
+ type: ObjectConstructor;
4
+ default: {};
5
+ };
6
+ dbOptions: {
7
+ type: ObjectConstructor;
8
+ default: {};
9
+ };
10
+ }>, {
11
+ props: any;
12
+ 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<{}>, {
23
+ options: Record<string, any>;
24
+ dbOptions: Record<string, any>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
@@ -0,0 +1,21 @@
1
+ export declare const mapOptions: (map: any) => {
2
+ backgroundColor: any;
3
+ title: {};
4
+ tooltip: {
5
+ trigger: string;
6
+ };
7
+ visualMap: {
8
+ show: boolean;
9
+ realtime: boolean;
10
+ calculable: boolean;
11
+ };
12
+ series: {
13
+ type: string;
14
+ map: any;
15
+ label: {
16
+ show: boolean;
17
+ };
18
+ data: never[];
19
+ nameMap: {};
20
+ }[];
21
+ };
@@ -0,0 +1,59 @@
1
+ declare const GNodeAchievement: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ size: {
4
+ type: PropType<"default" | "small" | "large" | undefined>;
5
+ default: string;
6
+ };
7
+ dbOptions: {
8
+ type: ObjectConstructor;
9
+ default: {};
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ props: any;
13
+ nodeAchRef: globalThis.Ref<null, null>;
14
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15
+ size: "default" | "small" | "large" | undefined;
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
+ size: {
26
+ type: PropType<"default" | "small" | "large" | undefined>;
27
+ default: string;
28
+ };
29
+ dbOptions: {
30
+ type: ObjectConstructor;
31
+ default: {};
32
+ };
33
+ }>> & Readonly<{}>, {
34
+ props: any;
35
+ nodeAchRef: globalThis.Ref<null, null>;
36
+ }, {}, {}, {}, {
37
+ size: "default" | "small" | "large" | undefined;
38
+ dbOptions: Record<string, any>;
39
+ }>;
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
44
+ size: {
45
+ type: PropType<"default" | "small" | "large" | undefined>;
46
+ default: string;
47
+ };
48
+ dbOptions: {
49
+ type: ObjectConstructor;
50
+ default: {};
51
+ };
52
+ }>> & Readonly<{}>, {
53
+ props: any;
54
+ nodeAchRef: globalThis.Ref<null, null>;
55
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
56
+ size: "default" | "small" | "large" | undefined;
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 GNodeAchievement;
@@ -0,0 +1,26 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ size: {
3
+ type: PropType<"default" | "small" | "large" | undefined>;
4
+ default: string;
5
+ };
6
+ dbOptions: {
7
+ type: ObjectConstructor;
8
+ default: {};
9
+ };
10
+ }>, {
11
+ props: any;
12
+ nodeAchRef: globalThis.Ref<null, null>;
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
14
+ size: {
15
+ type: PropType<"default" | "small" | "large" | undefined>;
16
+ default: string;
17
+ };
18
+ dbOptions: {
19
+ type: ObjectConstructor;
20
+ default: {};
21
+ };
22
+ }>> & Readonly<{}>, {
23
+ size: "default" | "small" | "large" | undefined;
24
+ dbOptions: Record<string, any>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
@@ -0,0 +1,80 @@
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
+ }>;
54
+ __isFragment?: never;
55
+ __isTeleport?: never;
56
+ __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<{}>, {
71
+ props: any;
72
+ pieRef: globalThis.Ref<null, null>;
73
+ getData(): null;
74
+ getIsFinish(): boolean;
75
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
76
+ type: string;
77
+ options: Record<string, any>;
78
+ dbOptions: Record<string, any>;
79
+ }, {}, 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
+ export default GPie;
@@ -0,0 +1,2 @@
1
+ declare const getPieOptions: (options?: object, type?: string) => {};
2
+ export { getPieOptions };
@@ -0,0 +1,37 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ type: {
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
+ pieRef: globalThis.Ref<null, null>;
17
+ getData(): null;
18
+ 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<{}>, {
33
+ type: string;
34
+ options: Record<string, any>;
35
+ dbOptions: Record<string, any>;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
37
+ export default _default;
@@ -0,0 +1,13 @@
1
+ export declare const pieOptions: (type: any) => {
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
+ series: any;
13
+ };