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,15 @@
1
+ declare const GTargetGauge: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ props: any;
8
+ targetGaugeRef: globalThis.Ref<null, null>;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
10
+ options: Record<string, any>;
11
+ type: string;
12
+ description: string;
13
+ dbOptions: Record<string, any>;
14
+ }, {}, 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>;
15
+ export default GTargetGauge;
@@ -0,0 +1,4 @@
1
+ declare const getGaugeOptions: (options?: any, title?: any, unit?: any, minBg?: any, type?: any) => {
2
+ [x: string]: globalThis.Ref<any, any>;
3
+ };
4
+ export { getGaugeOptions };
@@ -0,0 +1,27 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ description: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ options: {
11
+ type: ObjectConstructor;
12
+ default: {};
13
+ };
14
+ dbOptions: {
15
+ type: ObjectConstructor;
16
+ default: {};
17
+ };
18
+ }>, {
19
+ props: any;
20
+ targetGaugeRef: globalThis.Ref<null, null>;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
22
+ options: Record<string, any>;
23
+ type: string;
24
+ description: string;
25
+ dbOptions: Record<string, any>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
+ export default _default;
@@ -0,0 +1,56 @@
1
+ declare const gaugeOptions: (title: any, unit: any, minBg: any, type: any) => {
2
+ backgroundColor: any;
3
+ color: any;
4
+ tooltip: {
5
+ show: boolean;
6
+ };
7
+ series: {
8
+ startAngle: number;
9
+ endAngle: number;
10
+ type: string;
11
+ radius: string;
12
+ min: number;
13
+ max: number;
14
+ center: string[];
15
+ title: {
16
+ color: string;
17
+ offsetCenter: (string | number)[];
18
+ };
19
+ detail: {
20
+ color: string;
21
+ fontSize: number;
22
+ formatter: (value: any) => any;
23
+ offsetCenter: (string | number)[];
24
+ };
25
+ splitNumber: number;
26
+ axisTick: {
27
+ show: boolean;
28
+ distance: number;
29
+ };
30
+ splitLine: {
31
+ distance: number;
32
+ length: number;
33
+ show: boolean;
34
+ };
35
+ pointer: {
36
+ show: boolean;
37
+ length: string;
38
+ width: number;
39
+ offsetCenter: number[];
40
+ itemStyle: {
41
+ color: string;
42
+ };
43
+ };
44
+ axisLine: {
45
+ roundCap: boolean;
46
+ lineStyle: {
47
+ color: (string | number)[][];
48
+ };
49
+ };
50
+ data: {
51
+ value: number;
52
+ name: string;
53
+ }[];
54
+ }[];
55
+ };
56
+ export { gaugeOptions };
@@ -0,0 +1,189 @@
1
+ declare const GTargetM: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ placement: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ size: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ arrow: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ border: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ aspect: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ aspectPlacement: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ bg: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ row: {
36
+ type: NumberConstructor;
37
+ default: number;
38
+ };
39
+ dbOptions: {
40
+ type: ObjectConstructor;
41
+ default: () => {};
42
+ };
43
+ }>> & Readonly<{
44
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
45
+ }>, {
46
+ props: any;
47
+ targetMRef: globalThis.Ref<null, null>;
48
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
+ "arrow-click": (...args: any[]) => void;
50
+ }, import('vue').PublicProps, {
51
+ type: string;
52
+ size: string;
53
+ dbOptions: Record<string, any>;
54
+ border: boolean;
55
+ placement: string;
56
+ row: number;
57
+ aspect: string;
58
+ aspectPlacement: string;
59
+ arrow: boolean;
60
+ bg: boolean;
61
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
62
+ P: {};
63
+ B: {};
64
+ D: {};
65
+ C: {};
66
+ M: {};
67
+ Defaults: {};
68
+ }, Readonly<globalThis.ExtractPropTypes<{
69
+ type: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ placement: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ size: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ arrow: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ border: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ aspect: {
90
+ type: StringConstructor;
91
+ default: string;
92
+ };
93
+ aspectPlacement: {
94
+ type: StringConstructor;
95
+ default: string;
96
+ };
97
+ bg: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ row: {
102
+ type: NumberConstructor;
103
+ default: number;
104
+ };
105
+ dbOptions: {
106
+ type: ObjectConstructor;
107
+ default: () => {};
108
+ };
109
+ }>> & Readonly<{
110
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
111
+ }>, {
112
+ props: any;
113
+ targetMRef: globalThis.Ref<null, null>;
114
+ }, {}, {}, {}, {
115
+ type: string;
116
+ size: string;
117
+ dbOptions: Record<string, any>;
118
+ border: boolean;
119
+ placement: string;
120
+ row: number;
121
+ aspect: string;
122
+ aspectPlacement: string;
123
+ arrow: boolean;
124
+ bg: boolean;
125
+ }>;
126
+ __isFragment?: never;
127
+ __isTeleport?: never;
128
+ __isSuspense?: never;
129
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
130
+ type: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ placement: {
135
+ type: StringConstructor;
136
+ default: string;
137
+ };
138
+ size: {
139
+ type: StringConstructor;
140
+ default: string;
141
+ };
142
+ arrow: {
143
+ type: BooleanConstructor;
144
+ default: boolean;
145
+ };
146
+ border: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ aspect: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
154
+ aspectPlacement: {
155
+ type: StringConstructor;
156
+ default: string;
157
+ };
158
+ bg: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ row: {
163
+ type: NumberConstructor;
164
+ default: number;
165
+ };
166
+ dbOptions: {
167
+ type: ObjectConstructor;
168
+ default: () => {};
169
+ };
170
+ }>> & Readonly<{
171
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
172
+ }>, {
173
+ props: any;
174
+ targetMRef: globalThis.Ref<null, null>;
175
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
176
+ "arrow-click": (...args: any[]) => void;
177
+ }, string, {
178
+ type: string;
179
+ size: string;
180
+ dbOptions: Record<string, any>;
181
+ border: boolean;
182
+ placement: string;
183
+ row: number;
184
+ aspect: string;
185
+ aspectPlacement: string;
186
+ arrow: boolean;
187
+ bg: boolean;
188
+ }, {}, 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>;
189
+ export default GTargetM;
@@ -0,0 +1,102 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ placement: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ size: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ arrow: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ border: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ aspect: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ aspectPlacement: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ bg: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ row: {
35
+ type: NumberConstructor;
36
+ default: number;
37
+ };
38
+ dbOptions: {
39
+ type: ObjectConstructor;
40
+ default: () => {};
41
+ };
42
+ }>, {
43
+ props: any;
44
+ targetMRef: globalThis.Ref<null, null>;
45
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
+ "arrow-click": (...args: any[]) => void;
47
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
48
+ type: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ placement: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ size: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ arrow: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
64
+ border: {
65
+ type: BooleanConstructor;
66
+ default: boolean;
67
+ };
68
+ aspect: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ aspectPlacement: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ bg: {
77
+ type: BooleanConstructor;
78
+ default: boolean;
79
+ };
80
+ row: {
81
+ type: NumberConstructor;
82
+ default: number;
83
+ };
84
+ dbOptions: {
85
+ type: ObjectConstructor;
86
+ default: () => {};
87
+ };
88
+ }>> & Readonly<{
89
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
90
+ }>, {
91
+ type: string;
92
+ size: string;
93
+ dbOptions: Record<string, any>;
94
+ border: boolean;
95
+ placement: string;
96
+ row: number;
97
+ aspect: string;
98
+ aspectPlacement: string;
99
+ arrow: boolean;
100
+ bg: boolean;
101
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
102
+ export default _default;
@@ -0,0 +1,257 @@
1
+ declare const GTargetR: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ targetType: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ placement: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ tooltip: {
16
+ type: ArrayConstructor;
17
+ default: null;
18
+ };
19
+ aspect: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ aspectPlacement: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ size: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ arrow: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ border: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ bg: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ chart: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ color: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ dbOptions: {
52
+ type: ObjectConstructor;
53
+ default: () => {};
54
+ };
55
+ tooltipPlacement: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ ringPlacement: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ }>> & Readonly<{}>, {
64
+ props: any;
65
+ targetRRef: globalThis.Ref<null, null>;
66
+ targetLineRef: globalThis.Ref<null, null>;
67
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
68
+ type: string;
69
+ size: string;
70
+ chart: string;
71
+ dbOptions: Record<string, any>;
72
+ border: boolean;
73
+ placement: string;
74
+ tooltip: unknown[];
75
+ color: string;
76
+ aspect: string;
77
+ aspectPlacement: string;
78
+ arrow: boolean;
79
+ bg: boolean;
80
+ tooltipPlacement: string;
81
+ targetType: string;
82
+ ringPlacement: string;
83
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
84
+ P: {};
85
+ B: {};
86
+ D: {};
87
+ C: {};
88
+ M: {};
89
+ Defaults: {};
90
+ }, Readonly<globalThis.ExtractPropTypes<{
91
+ type: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ targetType: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ placement: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
+ tooltip: {
104
+ type: ArrayConstructor;
105
+ default: null;
106
+ };
107
+ aspect: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ };
111
+ aspectPlacement: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ size: {
116
+ type: StringConstructor;
117
+ default: string;
118
+ };
119
+ arrow: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ border: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
127
+ bg: {
128
+ type: BooleanConstructor;
129
+ default: boolean;
130
+ };
131
+ chart: {
132
+ type: StringConstructor;
133
+ default: string;
134
+ };
135
+ color: {
136
+ type: StringConstructor;
137
+ default: string;
138
+ };
139
+ dbOptions: {
140
+ type: ObjectConstructor;
141
+ default: () => {};
142
+ };
143
+ tooltipPlacement: {
144
+ type: StringConstructor;
145
+ default: string;
146
+ };
147
+ ringPlacement: {
148
+ type: StringConstructor;
149
+ default: string;
150
+ };
151
+ }>> & Readonly<{}>, {
152
+ props: any;
153
+ targetRRef: globalThis.Ref<null, null>;
154
+ targetLineRef: globalThis.Ref<null, null>;
155
+ }, {}, {}, {}, {
156
+ type: string;
157
+ size: string;
158
+ chart: string;
159
+ dbOptions: Record<string, any>;
160
+ border: boolean;
161
+ placement: string;
162
+ tooltip: unknown[];
163
+ color: string;
164
+ aspect: string;
165
+ aspectPlacement: string;
166
+ arrow: boolean;
167
+ bg: boolean;
168
+ tooltipPlacement: string;
169
+ targetType: string;
170
+ ringPlacement: string;
171
+ }>;
172
+ __isFragment?: never;
173
+ __isTeleport?: never;
174
+ __isSuspense?: never;
175
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
176
+ type: {
177
+ type: StringConstructor;
178
+ default: string;
179
+ };
180
+ targetType: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ };
184
+ placement: {
185
+ type: StringConstructor;
186
+ default: string;
187
+ };
188
+ tooltip: {
189
+ type: ArrayConstructor;
190
+ default: null;
191
+ };
192
+ aspect: {
193
+ type: StringConstructor;
194
+ default: string;
195
+ };
196
+ aspectPlacement: {
197
+ type: StringConstructor;
198
+ default: string;
199
+ };
200
+ size: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
204
+ arrow: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ border: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
212
+ bg: {
213
+ type: BooleanConstructor;
214
+ default: boolean;
215
+ };
216
+ chart: {
217
+ type: StringConstructor;
218
+ default: string;
219
+ };
220
+ color: {
221
+ type: StringConstructor;
222
+ default: string;
223
+ };
224
+ dbOptions: {
225
+ type: ObjectConstructor;
226
+ default: () => {};
227
+ };
228
+ tooltipPlacement: {
229
+ type: StringConstructor;
230
+ default: string;
231
+ };
232
+ ringPlacement: {
233
+ type: StringConstructor;
234
+ default: string;
235
+ };
236
+ }>> & Readonly<{}>, {
237
+ props: any;
238
+ targetRRef: globalThis.Ref<null, null>;
239
+ targetLineRef: globalThis.Ref<null, null>;
240
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
241
+ type: string;
242
+ size: string;
243
+ chart: string;
244
+ dbOptions: Record<string, any>;
245
+ border: boolean;
246
+ placement: string;
247
+ tooltip: unknown[];
248
+ color: string;
249
+ aspect: string;
250
+ aspectPlacement: string;
251
+ arrow: boolean;
252
+ bg: boolean;
253
+ tooltipPlacement: string;
254
+ targetType: string;
255
+ ringPlacement: string;
256
+ }, {}, 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>;
257
+ export default GTargetR;