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,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
+ radarRef: 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,23 @@
1
+ declare const radarOptions: {
2
+ backgroundColor: any;
3
+ color: any;
4
+ tooltip: {
5
+ trigger: string;
6
+ };
7
+ legend: {
8
+ trigger: string;
9
+ orient: string;
10
+ left: string;
11
+ show: boolean;
12
+ };
13
+ grid: any;
14
+ radar: {
15
+ indicator: never[];
16
+ };
17
+ series: {
18
+ type: string;
19
+ symbolSize: any;
20
+ data: never[];
21
+ }[];
22
+ };
23
+ export { radarOptions };
@@ -0,0 +1,122 @@
1
+ declare const GRankingList: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ dbOptions: {
4
+ type: ObjectConstructor;
5
+ default: {};
6
+ };
7
+ type: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ icon: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ limit: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
19
+ icons: {
20
+ type: ObjectConstructor;
21
+ default: {};
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ props: {
25
+ readonly icon: boolean;
26
+ readonly type: string;
27
+ readonly dbOptions: Record<string, any>;
28
+ readonly limit: number;
29
+ readonly icons: Record<string, any>;
30
+ };
31
+ rankingListRef: globalThis.Ref<null, null>;
32
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
33
+ icon: boolean;
34
+ type: string;
35
+ dbOptions: Record<string, any>;
36
+ limit: number;
37
+ icons: Record<string, any>;
38
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
39
+ P: {};
40
+ B: {};
41
+ D: {};
42
+ C: {};
43
+ M: {};
44
+ Defaults: {};
45
+ }, Readonly<globalThis.ExtractPropTypes<{
46
+ dbOptions: {
47
+ type: ObjectConstructor;
48
+ default: {};
49
+ };
50
+ type: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ icon: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ limit: {
59
+ type: NumberConstructor;
60
+ default: number;
61
+ };
62
+ icons: {
63
+ type: ObjectConstructor;
64
+ default: {};
65
+ };
66
+ }>> & Readonly<{}>, {
67
+ props: {
68
+ readonly icon: boolean;
69
+ readonly type: string;
70
+ readonly dbOptions: Record<string, any>;
71
+ readonly limit: number;
72
+ readonly icons: Record<string, any>;
73
+ };
74
+ rankingListRef: globalThis.Ref<null, null>;
75
+ }, {}, {}, {}, {
76
+ icon: boolean;
77
+ type: string;
78
+ dbOptions: Record<string, any>;
79
+ limit: number;
80
+ icons: Record<string, any>;
81
+ }>;
82
+ __isFragment?: never;
83
+ __isTeleport?: never;
84
+ __isSuspense?: never;
85
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
86
+ dbOptions: {
87
+ type: ObjectConstructor;
88
+ default: {};
89
+ };
90
+ type: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ icon: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ limit: {
99
+ type: NumberConstructor;
100
+ default: number;
101
+ };
102
+ icons: {
103
+ type: ObjectConstructor;
104
+ default: {};
105
+ };
106
+ }>> & Readonly<{}>, {
107
+ props: {
108
+ readonly icon: boolean;
109
+ readonly type: string;
110
+ readonly dbOptions: Record<string, any>;
111
+ readonly limit: number;
112
+ readonly icons: Record<string, any>;
113
+ };
114
+ rankingListRef: globalThis.Ref<null, null>;
115
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
116
+ icon: boolean;
117
+ type: string;
118
+ dbOptions: Record<string, any>;
119
+ limit: number;
120
+ icons: Record<string, any>;
121
+ }, {}, 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>;
122
+ export default GRankingList;
@@ -0,0 +1,59 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ dbOptions: {
3
+ type: ObjectConstructor;
4
+ default: {};
5
+ };
6
+ type: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ icon: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ limit: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ icons: {
19
+ type: ObjectConstructor;
20
+ default: {};
21
+ };
22
+ }>, {
23
+ props: {
24
+ readonly icon: boolean;
25
+ readonly type: string;
26
+ readonly dbOptions: Record<string, any>;
27
+ readonly limit: number;
28
+ readonly icons: Record<string, any>;
29
+ };
30
+ rankingListRef: globalThis.Ref<null, null>;
31
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
32
+ dbOptions: {
33
+ type: ObjectConstructor;
34
+ default: {};
35
+ };
36
+ type: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ icon: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ limit: {
45
+ type: NumberConstructor;
46
+ default: number;
47
+ };
48
+ icons: {
49
+ type: ObjectConstructor;
50
+ default: {};
51
+ };
52
+ }>> & Readonly<{}>, {
53
+ icon: boolean;
54
+ type: string;
55
+ dbOptions: Record<string, any>;
56
+ limit: number;
57
+ icons: Record<string, any>;
58
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
59
+ export default _default;
@@ -0,0 +1,122 @@
1
+ declare const GRankingTable: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ border: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ dbOptions: {
8
+ type: ObjectConstructor;
9
+ default: {};
10
+ };
11
+ icon: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ limit: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
19
+ icons: {
20
+ type: ObjectConstructor;
21
+ default: {};
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ props: {
25
+ readonly icon: boolean;
26
+ readonly dbOptions: Record<string, any>;
27
+ readonly limit: number;
28
+ readonly icons: Record<string, any>;
29
+ readonly border: boolean;
30
+ };
31
+ rankingTableRef: globalThis.Ref<null, null>;
32
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
33
+ icon: boolean;
34
+ dbOptions: Record<string, any>;
35
+ limit: number;
36
+ icons: Record<string, any>;
37
+ border: boolean;
38
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
39
+ P: {};
40
+ B: {};
41
+ D: {};
42
+ C: {};
43
+ M: {};
44
+ Defaults: {};
45
+ }, Readonly<globalThis.ExtractPropTypes<{
46
+ border: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ dbOptions: {
51
+ type: ObjectConstructor;
52
+ default: {};
53
+ };
54
+ icon: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ limit: {
59
+ type: NumberConstructor;
60
+ default: number;
61
+ };
62
+ icons: {
63
+ type: ObjectConstructor;
64
+ default: {};
65
+ };
66
+ }>> & Readonly<{}>, {
67
+ props: {
68
+ readonly icon: boolean;
69
+ readonly dbOptions: Record<string, any>;
70
+ readonly limit: number;
71
+ readonly icons: Record<string, any>;
72
+ readonly border: boolean;
73
+ };
74
+ rankingTableRef: globalThis.Ref<null, null>;
75
+ }, {}, {}, {}, {
76
+ icon: boolean;
77
+ dbOptions: Record<string, any>;
78
+ limit: number;
79
+ icons: Record<string, any>;
80
+ border: boolean;
81
+ }>;
82
+ __isFragment?: never;
83
+ __isTeleport?: never;
84
+ __isSuspense?: never;
85
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
86
+ border: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ dbOptions: {
91
+ type: ObjectConstructor;
92
+ default: {};
93
+ };
94
+ icon: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ limit: {
99
+ type: NumberConstructor;
100
+ default: number;
101
+ };
102
+ icons: {
103
+ type: ObjectConstructor;
104
+ default: {};
105
+ };
106
+ }>> & Readonly<{}>, {
107
+ props: {
108
+ readonly icon: boolean;
109
+ readonly dbOptions: Record<string, any>;
110
+ readonly limit: number;
111
+ readonly icons: Record<string, any>;
112
+ readonly border: boolean;
113
+ };
114
+ rankingTableRef: globalThis.Ref<null, null>;
115
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
116
+ icon: boolean;
117
+ dbOptions: Record<string, any>;
118
+ limit: number;
119
+ icons: Record<string, any>;
120
+ border: boolean;
121
+ }, {}, 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>;
122
+ export default GRankingTable;
@@ -0,0 +1,59 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ border: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ dbOptions: {
7
+ type: ObjectConstructor;
8
+ default: {};
9
+ };
10
+ icon: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ limit: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ icons: {
19
+ type: ObjectConstructor;
20
+ default: {};
21
+ };
22
+ }>, {
23
+ props: {
24
+ readonly icon: boolean;
25
+ readonly dbOptions: Record<string, any>;
26
+ readonly limit: number;
27
+ readonly icons: Record<string, any>;
28
+ readonly border: boolean;
29
+ };
30
+ rankingTableRef: globalThis.Ref<null, null>;
31
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
32
+ border: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ dbOptions: {
37
+ type: ObjectConstructor;
38
+ default: {};
39
+ };
40
+ icon: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ limit: {
45
+ type: NumberConstructor;
46
+ default: number;
47
+ };
48
+ icons: {
49
+ type: ObjectConstructor;
50
+ default: {};
51
+ };
52
+ }>> & Readonly<{}>, {
53
+ icon: boolean;
54
+ dbOptions: Record<string, any>;
55
+ limit: number;
56
+ icons: Record<string, any>;
57
+ border: boolean;
58
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
59
+ export default _default;
@@ -0,0 +1,68 @@
1
+ declare const GReserve: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ color: {
4
+ type: ArrayConstructor;
5
+ default: never[];
6
+ };
7
+ dbOptions: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ props: {
13
+ readonly dbOptions: Record<string, any>;
14
+ readonly color: unknown[];
15
+ };
16
+ reserveRef: globalThis.Ref<null, null>;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
18
+ dbOptions: Record<string, any>;
19
+ color: unknown[];
20
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
+ P: {};
22
+ B: {};
23
+ D: {};
24
+ C: {};
25
+ M: {};
26
+ Defaults: {};
27
+ }, Readonly<globalThis.ExtractPropTypes<{
28
+ color: {
29
+ type: ArrayConstructor;
30
+ default: never[];
31
+ };
32
+ dbOptions: {
33
+ type: ObjectConstructor;
34
+ default: () => {};
35
+ };
36
+ }>> & Readonly<{}>, {
37
+ props: {
38
+ readonly dbOptions: Record<string, any>;
39
+ readonly color: unknown[];
40
+ };
41
+ reserveRef: globalThis.Ref<null, null>;
42
+ }, {}, {}, {}, {
43
+ dbOptions: Record<string, any>;
44
+ color: unknown[];
45
+ }>;
46
+ __isFragment?: never;
47
+ __isTeleport?: never;
48
+ __isSuspense?: never;
49
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
50
+ color: {
51
+ type: ArrayConstructor;
52
+ default: never[];
53
+ };
54
+ dbOptions: {
55
+ type: ObjectConstructor;
56
+ default: () => {};
57
+ };
58
+ }>> & Readonly<{}>, {
59
+ props: {
60
+ readonly dbOptions: Record<string, any>;
61
+ readonly color: unknown[];
62
+ };
63
+ reserveRef: globalThis.Ref<null, null>;
64
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
65
+ dbOptions: Record<string, any>;
66
+ color: unknown[];
67
+ }, {}, 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>;
68
+ export default GReserve;
@@ -0,0 +1,29 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ color: {
3
+ type: ArrayConstructor;
4
+ default: never[];
5
+ };
6
+ dbOptions: {
7
+ type: ObjectConstructor;
8
+ default: () => {};
9
+ };
10
+ }>, {
11
+ props: {
12
+ readonly dbOptions: Record<string, any>;
13
+ readonly color: unknown[];
14
+ };
15
+ reserveRef: globalThis.Ref<null, null>;
16
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
+ color: {
18
+ type: ArrayConstructor;
19
+ default: never[];
20
+ };
21
+ dbOptions: {
22
+ type: ObjectConstructor;
23
+ default: () => {};
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ dbOptions: Record<string, any>;
27
+ color: unknown[];
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vuex').Store<any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (store: any) => void;
2
+ export default _default;