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,46 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ empty?(_: {
4
+ class: string;
5
+ }): any;
6
+ };
7
+ refs: {
8
+ planRef: HTMLDivElement;
9
+ timelineScroll: unknown;
10
+ };
11
+ attrs: Partial<{}>;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
15
+ isYearDate: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ isLegend: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ description: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ dbOptions: {
28
+ type: ObjectConstructor;
29
+ default: () => {};
30
+ };
31
+ }>, {
32
+ props: any;
33
+ planRef: globalThis.Ref<null, null>;
34
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
35
+ description: string;
36
+ dbOptions: Record<string, any>;
37
+ isYearDate: boolean;
38
+ isLegend: boolean;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ export default _default;
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
@@ -0,0 +1,14 @@
1
+ declare const GRadar: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ props: any;
8
+ radarRef: globalThis.Ref<null, null>;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
10
+ options: Record<string, any>;
11
+ description: string;
12
+ dbOptions: Record<string, any>;
13
+ }, {}, 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>;
14
+ export default GRadar;
@@ -0,0 +1,2 @@
1
+ declare const getRadarOptions: (options?: object, indicatorList?: any) => {};
2
+ export { getRadarOptions };
@@ -0,0 +1,22 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ options: {
7
+ type: ObjectConstructor;
8
+ default: {};
9
+ };
10
+ dbOptions: {
11
+ type: ObjectConstructor;
12
+ default: {};
13
+ };
14
+ }>, {
15
+ props: any;
16
+ radarRef: globalThis.Ref<null, null>;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
18
+ options: Record<string, any>;
19
+ description: string;
20
+ dbOptions: Record<string, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const radarOptions: (list: any) => {
2
+ backgroundColor: any;
3
+ color: any;
4
+ tooltip: {
5
+ show: boolean;
6
+ trigger: string;
7
+ formatter: (params: any) => string;
8
+ };
9
+ legend: {
10
+ trigger: string;
11
+ left: string;
12
+ top: string;
13
+ bottom: number;
14
+ show: boolean;
15
+ itemWidth: number;
16
+ itemHeight: number;
17
+ textStyle: {
18
+ fontSize: number;
19
+ lineHeight: number;
20
+ color: string;
21
+ rich: {
22
+ a: {
23
+ verticalAlign: string;
24
+ };
25
+ };
26
+ padding: number[];
27
+ };
28
+ };
29
+ grid: any;
30
+ radar: {
31
+ center: string[];
32
+ radius: number;
33
+ indicator: never[];
34
+ };
35
+ series: {
36
+ type: string;
37
+ symbolSize: any;
38
+ data: never[];
39
+ }[];
40
+ };
41
+ export { radarOptions };
@@ -0,0 +1,192 @@
1
+ declare const GRankingCup: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ dbOptions: {
4
+ type: ObjectConstructor;
5
+ default: {};
6
+ };
7
+ title: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ icons: {
12
+ type: ArrayConstructor;
13
+ default: never[];
14
+ };
15
+ rankingColors: {
16
+ type: ArrayConstructor;
17
+ default: never[];
18
+ };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ limit: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
27
+ sort: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ bracket: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ }>> & Readonly<{
36
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
37
+ }>, {
38
+ props: {
39
+ readonly title: string;
40
+ readonly sort: string;
41
+ readonly description: string;
42
+ readonly dbOptions: Record<string, any>;
43
+ readonly limit: number;
44
+ readonly icons: unknown[];
45
+ readonly rankingColors: unknown[];
46
+ readonly bracket: boolean;
47
+ };
48
+ getIsFinish(): boolean;
49
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
50
+ itemClick: (data: any, index: number, type: "table" | "cup") => any;
51
+ }, import('vue').PublicProps, {
52
+ title: string;
53
+ sort: string;
54
+ description: string;
55
+ dbOptions: Record<string, any>;
56
+ limit: number;
57
+ icons: unknown[];
58
+ rankingColors: unknown[];
59
+ bracket: boolean;
60
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
61
+ P: {};
62
+ B: {};
63
+ D: {};
64
+ C: {};
65
+ M: {};
66
+ Defaults: {};
67
+ }, Readonly<globalThis.ExtractPropTypes<{
68
+ dbOptions: {
69
+ type: ObjectConstructor;
70
+ default: {};
71
+ };
72
+ title: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ icons: {
77
+ type: ArrayConstructor;
78
+ default: never[];
79
+ };
80
+ rankingColors: {
81
+ type: ArrayConstructor;
82
+ default: never[];
83
+ };
84
+ description: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
88
+ limit: {
89
+ type: NumberConstructor;
90
+ default: number;
91
+ };
92
+ sort: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ };
96
+ bracket: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ }>> & Readonly<{
101
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
102
+ }>, {
103
+ props: {
104
+ readonly title: string;
105
+ readonly sort: string;
106
+ readonly description: string;
107
+ readonly dbOptions: Record<string, any>;
108
+ readonly limit: number;
109
+ readonly icons: unknown[];
110
+ readonly rankingColors: unknown[];
111
+ readonly bracket: boolean;
112
+ };
113
+ getIsFinish(): boolean;
114
+ }, {}, {}, {}, {
115
+ title: string;
116
+ sort: string;
117
+ description: string;
118
+ dbOptions: Record<string, any>;
119
+ limit: number;
120
+ icons: unknown[];
121
+ rankingColors: unknown[];
122
+ bracket: boolean;
123
+ }>;
124
+ __isFragment?: never;
125
+ __isTeleport?: never;
126
+ __isSuspense?: never;
127
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
128
+ dbOptions: {
129
+ type: ObjectConstructor;
130
+ default: {};
131
+ };
132
+ title: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ icons: {
137
+ type: ArrayConstructor;
138
+ default: never[];
139
+ };
140
+ rankingColors: {
141
+ type: ArrayConstructor;
142
+ default: never[];
143
+ };
144
+ description: {
145
+ type: StringConstructor;
146
+ default: string;
147
+ };
148
+ limit: {
149
+ type: NumberConstructor;
150
+ default: number;
151
+ };
152
+ sort: {
153
+ type: StringConstructor;
154
+ default: string;
155
+ };
156
+ bracket: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ }>> & Readonly<{
161
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
162
+ }>, {
163
+ props: {
164
+ readonly title: string;
165
+ readonly sort: string;
166
+ readonly description: string;
167
+ readonly dbOptions: Record<string, any>;
168
+ readonly limit: number;
169
+ readonly icons: unknown[];
170
+ readonly rankingColors: unknown[];
171
+ readonly bracket: boolean;
172
+ };
173
+ getIsFinish(): boolean;
174
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
175
+ itemClick: (data: any, index: number, type: "table" | "cup") => any;
176
+ }, string, {
177
+ title: string;
178
+ sort: string;
179
+ description: string;
180
+ dbOptions: Record<string, any>;
181
+ limit: number;
182
+ icons: unknown[];
183
+ rankingColors: unknown[];
184
+ bracket: boolean;
185
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
186
+ $slots: {
187
+ empty?(_: {
188
+ class: string;
189
+ }): any;
190
+ };
191
+ }) & import('vue').Plugin) & Record<string, any>;
192
+ export default GRankingCup;
@@ -0,0 +1,109 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ empty?(_: {
4
+ class: string;
5
+ }): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
12
+ dbOptions: {
13
+ type: ObjectConstructor;
14
+ default: {};
15
+ };
16
+ title: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ icons: {
21
+ type: ArrayConstructor;
22
+ default: never[];
23
+ };
24
+ rankingColors: {
25
+ type: ArrayConstructor;
26
+ default: never[];
27
+ };
28
+ description: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ limit: {
33
+ type: NumberConstructor;
34
+ default: number;
35
+ };
36
+ sort: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ bracket: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ }>, {
45
+ props: {
46
+ readonly title: string;
47
+ readonly sort: string;
48
+ readonly description: string;
49
+ readonly dbOptions: Record<string, any>;
50
+ readonly limit: number;
51
+ readonly icons: unknown[];
52
+ readonly rankingColors: unknown[];
53
+ readonly bracket: boolean;
54
+ };
55
+ getIsFinish(): boolean;
56
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
57
+ itemClick: (data: any, index: number, type: "table" | "cup") => any;
58
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
59
+ dbOptions: {
60
+ type: ObjectConstructor;
61
+ default: {};
62
+ };
63
+ title: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ icons: {
68
+ type: ArrayConstructor;
69
+ default: never[];
70
+ };
71
+ rankingColors: {
72
+ type: ArrayConstructor;
73
+ default: never[];
74
+ };
75
+ description: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ limit: {
80
+ type: NumberConstructor;
81
+ default: number;
82
+ };
83
+ sort: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ bracket: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ }>> & Readonly<{
92
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
93
+ }>, {
94
+ title: string;
95
+ sort: string;
96
+ description: string;
97
+ dbOptions: Record<string, any>;
98
+ limit: number;
99
+ icons: unknown[];
100
+ rankingColors: unknown[];
101
+ bracket: boolean;
102
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
103
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
104
+ export default _default;
105
+ type __VLS_WithTemplateSlots<T, S> = T & {
106
+ new (): {
107
+ $slots: S;
108
+ };
109
+ };
@@ -0,0 +1,188 @@
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
+ description: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ limit: {
20
+ type: NumberConstructor;
21
+ default: number;
22
+ };
23
+ icons: {
24
+ type: ObjectConstructor;
25
+ default: {};
26
+ };
27
+ sort: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ index: {
32
+ type: NumberConstructor;
33
+ default: string;
34
+ };
35
+ }>> & Readonly<{}>, {
36
+ props: {
37
+ readonly type: string;
38
+ readonly icon: boolean;
39
+ readonly sort: string;
40
+ readonly description: string;
41
+ readonly index: number;
42
+ readonly dbOptions: Record<string, any>;
43
+ readonly limit: number;
44
+ readonly icons: Record<string, any>;
45
+ };
46
+ rankingListRef: globalThis.Ref<null, null>;
47
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
48
+ type: string;
49
+ icon: boolean;
50
+ sort: string;
51
+ description: string;
52
+ index: number;
53
+ dbOptions: Record<string, any>;
54
+ limit: number;
55
+ icons: Record<string, any>;
56
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
57
+ P: {};
58
+ B: {};
59
+ D: {};
60
+ C: {};
61
+ M: {};
62
+ Defaults: {};
63
+ }, Readonly<globalThis.ExtractPropTypes<{
64
+ dbOptions: {
65
+ type: ObjectConstructor;
66
+ default: {};
67
+ };
68
+ type: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ icon: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ description: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ limit: {
81
+ type: NumberConstructor;
82
+ default: number;
83
+ };
84
+ icons: {
85
+ type: ObjectConstructor;
86
+ default: {};
87
+ };
88
+ sort: {
89
+ type: StringConstructor;
90
+ default: string;
91
+ };
92
+ index: {
93
+ type: NumberConstructor;
94
+ default: string;
95
+ };
96
+ }>> & Readonly<{}>, {
97
+ props: {
98
+ readonly type: string;
99
+ readonly icon: boolean;
100
+ readonly sort: string;
101
+ readonly description: string;
102
+ readonly index: number;
103
+ readonly dbOptions: Record<string, any>;
104
+ readonly limit: number;
105
+ readonly icons: Record<string, any>;
106
+ };
107
+ rankingListRef: globalThis.Ref<null, null>;
108
+ }, {}, {}, {}, {
109
+ type: string;
110
+ icon: boolean;
111
+ sort: string;
112
+ description: string;
113
+ index: number;
114
+ dbOptions: Record<string, any>;
115
+ limit: number;
116
+ icons: Record<string, any>;
117
+ }>;
118
+ __isFragment?: never;
119
+ __isTeleport?: never;
120
+ __isSuspense?: never;
121
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
122
+ dbOptions: {
123
+ type: ObjectConstructor;
124
+ default: {};
125
+ };
126
+ type: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ icon: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
134
+ description: {
135
+ type: StringConstructor;
136
+ default: string;
137
+ };
138
+ limit: {
139
+ type: NumberConstructor;
140
+ default: number;
141
+ };
142
+ icons: {
143
+ type: ObjectConstructor;
144
+ default: {};
145
+ };
146
+ sort: {
147
+ type: StringConstructor;
148
+ default: string;
149
+ };
150
+ index: {
151
+ type: NumberConstructor;
152
+ default: string;
153
+ };
154
+ }>> & Readonly<{}>, {
155
+ props: {
156
+ readonly type: string;
157
+ readonly icon: boolean;
158
+ readonly sort: string;
159
+ readonly description: string;
160
+ readonly index: number;
161
+ readonly dbOptions: Record<string, any>;
162
+ readonly limit: number;
163
+ readonly icons: Record<string, any>;
164
+ };
165
+ rankingListRef: globalThis.Ref<null, null>;
166
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
167
+ type: string;
168
+ icon: boolean;
169
+ sort: string;
170
+ description: string;
171
+ index: number;
172
+ dbOptions: Record<string, any>;
173
+ limit: number;
174
+ icons: Record<string, any>;
175
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
176
+ $slots: {
177
+ label?(_: {
178
+ item: any;
179
+ }): any;
180
+ value?(_: {
181
+ item: any;
182
+ }): any;
183
+ empty?(_: {
184
+ class: string;
185
+ }): any;
186
+ };
187
+ }) & import('vue').Plugin) & Record<string, any>;
188
+ export default GRankingList;