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
Binary file
@@ -0,0 +1,131 @@
1
+ declare const GTargetAchievement: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ size: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ bg: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ options: {
16
+ type: ObjectConstructor;
17
+ default: {};
18
+ };
19
+ dbOptions: {
20
+ type: ObjectConstructor;
21
+ default: {
22
+ data: never[];
23
+ dataUrl: {};
24
+ };
25
+ };
26
+ }>> & Readonly<{}>, {
27
+ props: {
28
+ readonly type: string;
29
+ readonly size: string;
30
+ readonly options: Record<string, any>;
31
+ readonly dbOptions: Record<string, any>;
32
+ readonly bg: boolean;
33
+ };
34
+ targetAchRef: globalThis.Ref<null, null>;
35
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
36
+ type: string;
37
+ size: string;
38
+ options: Record<string, any>;
39
+ dbOptions: Record<string, any>;
40
+ bg: boolean;
41
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
42
+ P: {};
43
+ B: {};
44
+ D: {};
45
+ C: {};
46
+ M: {};
47
+ Defaults: {};
48
+ }, Readonly<globalThis.ExtractPropTypes<{
49
+ type: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ size: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ bg: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ options: {
62
+ type: ObjectConstructor;
63
+ default: {};
64
+ };
65
+ dbOptions: {
66
+ type: ObjectConstructor;
67
+ default: {
68
+ data: never[];
69
+ dataUrl: {};
70
+ };
71
+ };
72
+ }>> & Readonly<{}>, {
73
+ props: {
74
+ readonly type: string;
75
+ readonly size: string;
76
+ readonly options: Record<string, any>;
77
+ readonly dbOptions: Record<string, any>;
78
+ readonly bg: boolean;
79
+ };
80
+ targetAchRef: globalThis.Ref<null, null>;
81
+ }, {}, {}, {}, {
82
+ type: string;
83
+ size: string;
84
+ options: Record<string, any>;
85
+ dbOptions: Record<string, any>;
86
+ bg: boolean;
87
+ }>;
88
+ __isFragment?: never;
89
+ __isTeleport?: never;
90
+ __isSuspense?: never;
91
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
92
+ type: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ };
96
+ size: {
97
+ type: StringConstructor;
98
+ default: string;
99
+ };
100
+ bg: {
101
+ type: BooleanConstructor;
102
+ default: boolean;
103
+ };
104
+ options: {
105
+ type: ObjectConstructor;
106
+ default: {};
107
+ };
108
+ dbOptions: {
109
+ type: ObjectConstructor;
110
+ default: {
111
+ data: never[];
112
+ dataUrl: {};
113
+ };
114
+ };
115
+ }>> & Readonly<{}>, {
116
+ props: {
117
+ readonly type: string;
118
+ readonly size: string;
119
+ readonly options: Record<string, any>;
120
+ readonly dbOptions: Record<string, any>;
121
+ readonly bg: boolean;
122
+ };
123
+ targetAchRef: globalThis.Ref<null, null>;
124
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
125
+ type: string;
126
+ size: string;
127
+ options: Record<string, any>;
128
+ dbOptions: Record<string, any>;
129
+ bg: boolean;
130
+ }, {}, 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>;
131
+ export default GTargetAchievement;
@@ -0,0 +1,65 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ size: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ bg: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ options: {
15
+ type: ObjectConstructor;
16
+ default: {};
17
+ };
18
+ dbOptions: {
19
+ type: ObjectConstructor;
20
+ default: {
21
+ data: never[];
22
+ dataUrl: {};
23
+ };
24
+ };
25
+ }>, {
26
+ props: {
27
+ readonly type: string;
28
+ readonly size: string;
29
+ readonly options: Record<string, any>;
30
+ readonly dbOptions: Record<string, any>;
31
+ readonly bg: boolean;
32
+ };
33
+ targetAchRef: globalThis.Ref<null, null>;
34
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
35
+ type: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ size: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ bg: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ options: {
48
+ type: ObjectConstructor;
49
+ default: {};
50
+ };
51
+ dbOptions: {
52
+ type: ObjectConstructor;
53
+ default: {
54
+ data: never[];
55
+ dataUrl: {};
56
+ };
57
+ };
58
+ }>> & Readonly<{}>, {
59
+ type: string;
60
+ size: string;
61
+ options: Record<string, any>;
62
+ dbOptions: Record<string, any>;
63
+ bg: boolean;
64
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
65
+ export default _default;
@@ -0,0 +1,68 @@
1
+ export declare const initOptions: (type: any, num: any, size: any, bg: any, text: any) => {
2
+ backgroundColor: any;
3
+ title: {
4
+ text: any;
5
+ textStyle: {
6
+ fontSize: number;
7
+ fontWeight: number;
8
+ color: string;
9
+ };
10
+ subtext: string;
11
+ padding: number;
12
+ subtextStyle: {
13
+ fontWeight: number;
14
+ color: string;
15
+ fontSize: number;
16
+ };
17
+ x: string;
18
+ y: string;
19
+ };
20
+ series: {
21
+ name: string;
22
+ type: string;
23
+ z: number;
24
+ radius: string;
25
+ center: string[];
26
+ startAngle: string;
27
+ endAngle: string;
28
+ axisLine: {
29
+ roundCap: boolean;
30
+ lineStyle: {
31
+ color: (string | number)[][];
32
+ width: number;
33
+ };
34
+ };
35
+ detail: {
36
+ show: boolean;
37
+ };
38
+ title: {
39
+ show: boolean;
40
+ };
41
+ data: {
42
+ name: string;
43
+ value: any;
44
+ }[];
45
+ splitLine: {
46
+ show: boolean;
47
+ };
48
+ axisLabel: {
49
+ show: boolean;
50
+ };
51
+ pointer: {
52
+ show: boolean;
53
+ length: string;
54
+ width: number;
55
+ showAbove: boolean;
56
+ icon: string;
57
+ itemStyle: {
58
+ color: string;
59
+ borderWidth: number;
60
+ borderType: string;
61
+ borderColor: string;
62
+ };
63
+ };
64
+ axisTick: {
65
+ show: boolean;
66
+ };
67
+ }[];
68
+ };
@@ -0,0 +1,114 @@
1
+ declare const GTargetCurrent: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ size: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ arrow: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ bg: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ dbOptions: {
20
+ type: ObjectConstructor;
21
+ default: {};
22
+ };
23
+ }>> & Readonly<{
24
+ onClick?: ((...args: any[]) => any) | undefined;
25
+ }>, {
26
+ props: any;
27
+ targetCurrentRef: globalThis.Ref<null, null>;
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
+ click: (...args: any[]) => void;
30
+ }, import('vue').PublicProps, {
31
+ type: string;
32
+ size: string;
33
+ dbOptions: Record<string, any>;
34
+ arrow: boolean;
35
+ bg: boolean;
36
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
37
+ P: {};
38
+ B: {};
39
+ D: {};
40
+ C: {};
41
+ M: {};
42
+ Defaults: {};
43
+ }, Readonly<globalThis.ExtractPropTypes<{
44
+ type: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ size: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ arrow: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ bg: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ dbOptions: {
61
+ type: ObjectConstructor;
62
+ default: {};
63
+ };
64
+ }>> & Readonly<{
65
+ onClick?: ((...args: any[]) => any) | undefined;
66
+ }>, {
67
+ props: any;
68
+ targetCurrentRef: globalThis.Ref<null, null>;
69
+ }, {}, {}, {}, {
70
+ type: string;
71
+ size: string;
72
+ dbOptions: Record<string, any>;
73
+ arrow: boolean;
74
+ bg: boolean;
75
+ }>;
76
+ __isFragment?: never;
77
+ __isTeleport?: never;
78
+ __isSuspense?: never;
79
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
80
+ type: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ size: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
88
+ arrow: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ bg: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ dbOptions: {
97
+ type: ObjectConstructor;
98
+ default: {};
99
+ };
100
+ }>> & Readonly<{
101
+ onClick?: ((...args: any[]) => any) | undefined;
102
+ }>, {
103
+ props: any;
104
+ targetCurrentRef: globalThis.Ref<null, null>;
105
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
106
+ click: (...args: any[]) => void;
107
+ }, string, {
108
+ type: string;
109
+ size: string;
110
+ dbOptions: Record<string, any>;
111
+ arrow: boolean;
112
+ bg: boolean;
113
+ }, {}, 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>;
114
+ export default GTargetCurrent;
@@ -0,0 +1,57 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ size: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ arrow: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ bg: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ dbOptions: {
19
+ type: ObjectConstructor;
20
+ default: {};
21
+ };
22
+ }>, {
23
+ props: any;
24
+ targetCurrentRef: globalThis.Ref<null, null>;
25
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
+ click: (...args: any[]) => void;
27
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
28
+ type: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ size: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ arrow: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ bg: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ dbOptions: {
45
+ type: ObjectConstructor;
46
+ default: {};
47
+ };
48
+ }>> & Readonly<{
49
+ onClick?: ((...args: any[]) => any) | undefined;
50
+ }>, {
51
+ type: string;
52
+ size: string;
53
+ dbOptions: Record<string, any>;
54
+ arrow: boolean;
55
+ bg: boolean;
56
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
57
+ export default _default;
@@ -0,0 +1,159 @@
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
+ bg: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ row: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
31
+ dbOptions: {
32
+ type: ObjectConstructor;
33
+ default: () => {};
34
+ };
35
+ }>> & Readonly<{
36
+ onClick?: ((...args: any[]) => any) | undefined;
37
+ }>, {
38
+ props: any;
39
+ targetMRef: globalThis.Ref<null, null>;
40
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
+ click: (...args: any[]) => void;
42
+ }, import('vue').PublicProps, {
43
+ type: string;
44
+ size: string;
45
+ dbOptions: Record<string, any>;
46
+ border: boolean;
47
+ placement: string;
48
+ row: number;
49
+ arrow: boolean;
50
+ bg: boolean;
51
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
52
+ P: {};
53
+ B: {};
54
+ D: {};
55
+ C: {};
56
+ M: {};
57
+ Defaults: {};
58
+ }, Readonly<globalThis.ExtractPropTypes<{
59
+ type: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ placement: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ size: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ arrow: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ border: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ bg: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ row: {
84
+ type: NumberConstructor;
85
+ default: number;
86
+ };
87
+ dbOptions: {
88
+ type: ObjectConstructor;
89
+ default: () => {};
90
+ };
91
+ }>> & Readonly<{
92
+ onClick?: ((...args: any[]) => any) | undefined;
93
+ }>, {
94
+ props: any;
95
+ targetMRef: globalThis.Ref<null, null>;
96
+ }, {}, {}, {}, {
97
+ type: string;
98
+ size: string;
99
+ dbOptions: Record<string, any>;
100
+ border: boolean;
101
+ placement: string;
102
+ row: number;
103
+ arrow: boolean;
104
+ bg: boolean;
105
+ }>;
106
+ __isFragment?: never;
107
+ __isTeleport?: never;
108
+ __isSuspense?: never;
109
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
110
+ type: {
111
+ type: StringConstructor;
112
+ default: string;
113
+ };
114
+ placement: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ size: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ arrow: {
123
+ type: BooleanConstructor;
124
+ default: boolean;
125
+ };
126
+ border: {
127
+ type: BooleanConstructor;
128
+ default: boolean;
129
+ };
130
+ bg: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
134
+ row: {
135
+ type: NumberConstructor;
136
+ default: number;
137
+ };
138
+ dbOptions: {
139
+ type: ObjectConstructor;
140
+ default: () => {};
141
+ };
142
+ }>> & Readonly<{
143
+ onClick?: ((...args: any[]) => any) | undefined;
144
+ }>, {
145
+ props: any;
146
+ targetMRef: globalThis.Ref<null, null>;
147
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
148
+ click: (...args: any[]) => void;
149
+ }, string, {
150
+ type: string;
151
+ size: string;
152
+ dbOptions: Record<string, any>;
153
+ border: boolean;
154
+ placement: string;
155
+ row: number;
156
+ arrow: boolean;
157
+ bg: boolean;
158
+ }, {}, 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>;
159
+ export default GTargetM;
@@ -0,0 +1,84 @@
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
+ bg: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ row: {
27
+ type: NumberConstructor;
28
+ default: number;
29
+ };
30
+ dbOptions: {
31
+ type: ObjectConstructor;
32
+ default: () => {};
33
+ };
34
+ }>, {
35
+ props: any;
36
+ targetMRef: globalThis.Ref<null, null>;
37
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
+ click: (...args: any[]) => void;
39
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
40
+ type: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ placement: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ size: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ arrow: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ border: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ bg: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
64
+ row: {
65
+ type: NumberConstructor;
66
+ default: number;
67
+ };
68
+ dbOptions: {
69
+ type: ObjectConstructor;
70
+ default: () => {};
71
+ };
72
+ }>> & Readonly<{
73
+ onClick?: ((...args: any[]) => any) | undefined;
74
+ }>, {
75
+ type: string;
76
+ size: string;
77
+ dbOptions: Record<string, any>;
78
+ border: boolean;
79
+ placement: string;
80
+ row: number;
81
+ arrow: boolean;
82
+ bg: boolean;
83
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
84
+ export default _default;