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,113 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ label?(_: {
4
+ item: any;
5
+ }): any;
6
+ value?(_: {
7
+ item: any;
8
+ }): any;
9
+ empty?(_: {
10
+ class: string;
11
+ }): any;
12
+ };
13
+ refs: {
14
+ rankingListRef: HTMLDivElement;
15
+ };
16
+ attrs: Partial<{}>;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
20
+ dbOptions: {
21
+ type: ObjectConstructor;
22
+ default: {};
23
+ };
24
+ type: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ icon: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ description: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ limit: {
37
+ type: NumberConstructor;
38
+ default: number;
39
+ };
40
+ icons: {
41
+ type: ObjectConstructor;
42
+ default: {};
43
+ };
44
+ sort: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ index: {
49
+ type: NumberConstructor;
50
+ default: string;
51
+ };
52
+ }>, {
53
+ props: {
54
+ readonly type: string;
55
+ readonly icon: boolean;
56
+ readonly sort: string;
57
+ readonly description: string;
58
+ readonly index: number;
59
+ readonly dbOptions: Record<string, any>;
60
+ readonly limit: number;
61
+ readonly icons: Record<string, any>;
62
+ };
63
+ rankingListRef: globalThis.Ref<null, null>;
64
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
65
+ dbOptions: {
66
+ type: ObjectConstructor;
67
+ default: {};
68
+ };
69
+ type: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ icon: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ description: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ limit: {
82
+ type: NumberConstructor;
83
+ default: number;
84
+ };
85
+ icons: {
86
+ type: ObjectConstructor;
87
+ default: {};
88
+ };
89
+ sort: {
90
+ type: StringConstructor;
91
+ default: string;
92
+ };
93
+ index: {
94
+ type: NumberConstructor;
95
+ default: string;
96
+ };
97
+ }>> & Readonly<{}>, {
98
+ type: string;
99
+ icon: boolean;
100
+ sort: string;
101
+ description: string;
102
+ index: number;
103
+ dbOptions: Record<string, any>;
104
+ limit: number;
105
+ icons: Record<string, any>;
106
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
107
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
108
+ export default _default;
109
+ type __VLS_WithTemplateSlots<T, S> = T & {
110
+ new (): {
111
+ $slots: S;
112
+ };
113
+ };
@@ -0,0 +1,180 @@
1
+ declare const GRankingRb: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ dbOptions: {
4
+ type: ObjectConstructor;
5
+ default: {};
6
+ };
7
+ orderType: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ tooltip: {
12
+ type: ArrayConstructor;
13
+ default: null;
14
+ };
15
+ title: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ rbColor: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ limit: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
31
+ }>> & Readonly<{
32
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
33
+ }>, {
34
+ props: {
35
+ readonly title: string;
36
+ readonly description: string;
37
+ readonly dbOptions: Record<string, any>;
38
+ readonly limit: number;
39
+ readonly tooltip: unknown[];
40
+ readonly orderType: string;
41
+ readonly rbColor: string;
42
+ };
43
+ getIsFinish(): boolean;
44
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
45
+ "row-click": (...args: any[]) => void;
46
+ }, import('vue').PublicProps, {
47
+ title: string;
48
+ description: string;
49
+ dbOptions: Record<string, any>;
50
+ limit: number;
51
+ tooltip: unknown[];
52
+ orderType: string;
53
+ rbColor: string;
54
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
55
+ P: {};
56
+ B: {};
57
+ D: {};
58
+ C: {};
59
+ M: {};
60
+ Defaults: {};
61
+ }, Readonly<globalThis.ExtractPropTypes<{
62
+ dbOptions: {
63
+ type: ObjectConstructor;
64
+ default: {};
65
+ };
66
+ orderType: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ tooltip: {
71
+ type: ArrayConstructor;
72
+ default: null;
73
+ };
74
+ title: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ description: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
82
+ rbColor: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ limit: {
87
+ type: NumberConstructor;
88
+ default: number;
89
+ };
90
+ }>> & Readonly<{
91
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
92
+ }>, {
93
+ props: {
94
+ readonly title: string;
95
+ readonly description: string;
96
+ readonly dbOptions: Record<string, any>;
97
+ readonly limit: number;
98
+ readonly tooltip: unknown[];
99
+ readonly orderType: string;
100
+ readonly rbColor: string;
101
+ };
102
+ getIsFinish(): boolean;
103
+ }, {}, {}, {}, {
104
+ title: string;
105
+ description: string;
106
+ dbOptions: Record<string, any>;
107
+ limit: number;
108
+ tooltip: unknown[];
109
+ orderType: string;
110
+ rbColor: string;
111
+ }>;
112
+ __isFragment?: never;
113
+ __isTeleport?: never;
114
+ __isSuspense?: never;
115
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
116
+ dbOptions: {
117
+ type: ObjectConstructor;
118
+ default: {};
119
+ };
120
+ orderType: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ };
124
+ tooltip: {
125
+ type: ArrayConstructor;
126
+ default: null;
127
+ };
128
+ title: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
132
+ description: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ rbColor: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ limit: {
141
+ type: NumberConstructor;
142
+ default: number;
143
+ };
144
+ }>> & Readonly<{
145
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
146
+ }>, {
147
+ props: {
148
+ readonly title: string;
149
+ readonly description: string;
150
+ readonly dbOptions: Record<string, any>;
151
+ readonly limit: number;
152
+ readonly tooltip: unknown[];
153
+ readonly orderType: string;
154
+ readonly rbColor: string;
155
+ };
156
+ getIsFinish(): boolean;
157
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
158
+ "row-click": (...args: any[]) => void;
159
+ }, string, {
160
+ title: string;
161
+ description: string;
162
+ dbOptions: Record<string, any>;
163
+ limit: number;
164
+ tooltip: unknown[];
165
+ orderType: string;
166
+ rbColor: string;
167
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
168
+ $slots: Partial<Record<`default-${any}`, (_: {
169
+ row: any;
170
+ column: any;
171
+ }) => any>> & Partial<Record<`default-${any}`, (_: {
172
+ row: any;
173
+ column: any;
174
+ }) => any>> & {
175
+ empty?(_: {
176
+ class: string;
177
+ }): any;
178
+ };
179
+ }) & import('vue').Plugin) & Record<string, any>;
180
+ export default GRankingRb;
@@ -0,0 +1,105 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<`default-${any}`, (_: {
3
+ row: any;
4
+ column: any;
5
+ }) => any>> & Partial<Record<`default-${any}`, (_: {
6
+ row: any;
7
+ column: any;
8
+ }) => any>> & {
9
+ empty?(_: {
10
+ class: string;
11
+ }): any;
12
+ };
13
+ refs: {};
14
+ attrs: Partial<{}>;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
18
+ dbOptions: {
19
+ type: ObjectConstructor;
20
+ default: {};
21
+ };
22
+ orderType: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ tooltip: {
27
+ type: ArrayConstructor;
28
+ default: null;
29
+ };
30
+ title: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ description: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ rbColor: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ limit: {
43
+ type: NumberConstructor;
44
+ default: number;
45
+ };
46
+ }>, {
47
+ props: {
48
+ readonly title: string;
49
+ readonly description: string;
50
+ readonly dbOptions: Record<string, any>;
51
+ readonly limit: number;
52
+ readonly tooltip: unknown[];
53
+ readonly orderType: string;
54
+ readonly rbColor: string;
55
+ };
56
+ getIsFinish(): boolean;
57
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
58
+ "row-click": (...args: any[]) => void;
59
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
60
+ dbOptions: {
61
+ type: ObjectConstructor;
62
+ default: {};
63
+ };
64
+ orderType: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ tooltip: {
69
+ type: ArrayConstructor;
70
+ default: null;
71
+ };
72
+ title: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ description: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ rbColor: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ limit: {
85
+ type: NumberConstructor;
86
+ default: number;
87
+ };
88
+ }>> & Readonly<{
89
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
90
+ }>, {
91
+ title: string;
92
+ description: string;
93
+ dbOptions: Record<string, any>;
94
+ limit: number;
95
+ tooltip: unknown[];
96
+ orderType: string;
97
+ rbColor: string;
98
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
99
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
100
+ export default _default;
101
+ type __VLS_WithTemplateSlots<T, S> = T & {
102
+ new (): {
103
+ $slots: S;
104
+ };
105
+ };
@@ -0,0 +1,168 @@
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
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ icons: {
24
+ type: ObjectConstructor;
25
+ default: {};
26
+ };
27
+ sort: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ props: {
33
+ readonly icon: boolean;
34
+ readonly sort: string;
35
+ readonly description: string;
36
+ readonly dbOptions: Record<string, any>;
37
+ readonly limit: number;
38
+ readonly icons: Record<string, any>;
39
+ readonly border: boolean;
40
+ };
41
+ rankingTableRef: globalThis.Ref<null, null>;
42
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
43
+ icon: boolean;
44
+ sort: string;
45
+ description: string;
46
+ dbOptions: Record<string, any>;
47
+ limit: number;
48
+ icons: Record<string, any>;
49
+ border: boolean;
50
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
51
+ P: {};
52
+ B: {};
53
+ D: {};
54
+ C: {};
55
+ M: {};
56
+ Defaults: {};
57
+ }, Readonly<globalThis.ExtractPropTypes<{
58
+ border: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ dbOptions: {
63
+ type: ObjectConstructor;
64
+ default: {};
65
+ };
66
+ icon: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ limit: {
71
+ type: NumberConstructor;
72
+ default: number;
73
+ };
74
+ description: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ icons: {
79
+ type: ObjectConstructor;
80
+ default: {};
81
+ };
82
+ sort: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ }>> & Readonly<{}>, {
87
+ props: {
88
+ readonly icon: boolean;
89
+ readonly sort: string;
90
+ readonly description: string;
91
+ readonly dbOptions: Record<string, any>;
92
+ readonly limit: number;
93
+ readonly icons: Record<string, any>;
94
+ readonly border: boolean;
95
+ };
96
+ rankingTableRef: globalThis.Ref<null, null>;
97
+ }, {}, {}, {}, {
98
+ icon: boolean;
99
+ sort: string;
100
+ description: string;
101
+ dbOptions: Record<string, any>;
102
+ limit: number;
103
+ icons: Record<string, any>;
104
+ border: boolean;
105
+ }>;
106
+ __isFragment?: never;
107
+ __isTeleport?: never;
108
+ __isSuspense?: never;
109
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
110
+ border: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ dbOptions: {
115
+ type: ObjectConstructor;
116
+ default: {};
117
+ };
118
+ icon: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ limit: {
123
+ type: NumberConstructor;
124
+ default: number;
125
+ };
126
+ description: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ icons: {
131
+ type: ObjectConstructor;
132
+ default: {};
133
+ };
134
+ sort: {
135
+ type: StringConstructor;
136
+ default: string;
137
+ };
138
+ }>> & Readonly<{}>, {
139
+ props: {
140
+ readonly icon: boolean;
141
+ readonly sort: string;
142
+ readonly description: string;
143
+ readonly dbOptions: Record<string, any>;
144
+ readonly limit: number;
145
+ readonly icons: Record<string, any>;
146
+ readonly border: boolean;
147
+ };
148
+ rankingTableRef: globalThis.Ref<null, null>;
149
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
150
+ icon: boolean;
151
+ sort: string;
152
+ description: string;
153
+ dbOptions: Record<string, any>;
154
+ limit: number;
155
+ icons: Record<string, any>;
156
+ border: boolean;
157
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
158
+ $slots: Partial<Record<`header-${any}`, (_: {
159
+ column: any;
160
+ }) => any>> & Partial<Record<`default-${any}`, (_: {
161
+ row: any;
162
+ }) => any>> & {
163
+ empty?(_: {
164
+ class: string;
165
+ }): any;
166
+ };
167
+ }) & import('vue').Plugin) & Record<string, any>;
168
+ export default GRankingTable;
@@ -0,0 +1,101 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<`header-${any}`, (_: {
3
+ column: any;
4
+ }) => any>> & Partial<Record<`default-${any}`, (_: {
5
+ row: any;
6
+ }) => any>> & {
7
+ empty?(_: {
8
+ class: string;
9
+ }): any;
10
+ };
11
+ refs: {
12
+ rankingTableRef: HTMLDivElement;
13
+ };
14
+ attrs: Partial<{}>;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
18
+ border: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ dbOptions: {
23
+ type: ObjectConstructor;
24
+ default: {};
25
+ };
26
+ icon: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ limit: {
31
+ type: NumberConstructor;
32
+ default: number;
33
+ };
34
+ description: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ icons: {
39
+ type: ObjectConstructor;
40
+ default: {};
41
+ };
42
+ sort: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ }>, {
47
+ props: {
48
+ readonly icon: boolean;
49
+ readonly sort: string;
50
+ readonly description: string;
51
+ readonly dbOptions: Record<string, any>;
52
+ readonly limit: number;
53
+ readonly icons: Record<string, any>;
54
+ readonly border: boolean;
55
+ };
56
+ rankingTableRef: globalThis.Ref<null, null>;
57
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
58
+ border: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ dbOptions: {
63
+ type: ObjectConstructor;
64
+ default: {};
65
+ };
66
+ icon: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ limit: {
71
+ type: NumberConstructor;
72
+ default: number;
73
+ };
74
+ description: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ icons: {
79
+ type: ObjectConstructor;
80
+ default: {};
81
+ };
82
+ sort: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ }>> & Readonly<{}>, {
87
+ icon: boolean;
88
+ sort: string;
89
+ description: string;
90
+ dbOptions: Record<string, any>;
91
+ limit: number;
92
+ icons: Record<string, any>;
93
+ border: boolean;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
96
+ export default _default;
97
+ type __VLS_WithTemplateSlots<T, S> = T & {
98
+ new (): {
99
+ $slots: S;
100
+ };
101
+ };
@@ -0,0 +1,18 @@
1
+ declare const GReserve: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ props: {
8
+ readonly description: string;
9
+ readonly dbOptions: Record<string, any>;
10
+ readonly color: unknown[];
11
+ };
12
+ reserveRef: globalThis.Ref<null, null>;
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
14
+ description: string;
15
+ dbOptions: Record<string, any>;
16
+ color: unknown[];
17
+ }, {}, 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>;
18
+ export default GReserve;
@@ -0,0 +1,26 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ color: {
7
+ type: ArrayConstructor;
8
+ default: never[];
9
+ };
10
+ dbOptions: {
11
+ type: ObjectConstructor;
12
+ default: () => {};
13
+ };
14
+ }>, {
15
+ props: {
16
+ readonly description: string;
17
+ readonly dbOptions: Record<string, any>;
18
+ readonly color: unknown[];
19
+ };
20
+ reserveRef: globalThis.Ref<null, null>;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
22
+ description: string;
23
+ dbOptions: Record<string, any>;
24
+ color: unknown[];
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;