g-ui-web 0.10.40 → 0.11.0-test.3

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 (94) hide show
  1. package/global.d.ts +4 -1
  2. package/lib/bar/index.d.ts +4 -59
  3. package/lib/bar/src/chart.d.ts +1 -1
  4. package/lib/bar/src/index.vue.d.ts +6 -12
  5. package/lib/bar/src/options.d.ts +18 -5
  6. package/lib/bar-compare/index.d.ts +4 -55
  7. package/lib/bar-compare/src/chart.d.ts +1 -1
  8. package/lib/bar-compare/src/index.vue.d.ts +6 -12
  9. package/lib/bar-compare/src/options.d.ts +27 -2
  10. package/lib/bar-conv/index.d.ts +4 -49
  11. package/lib/bar-conv/src/index.vue.d.ts +6 -10
  12. package/lib/bar-line/index.d.ts +4 -49
  13. package/lib/bar-line/src/chart.d.ts +1 -1
  14. package/lib/bar-line/src/index.vue.d.ts +6 -10
  15. package/lib/bar-line/src/options.d.ts +25 -4
  16. package/lib/box/index.d.ts +15 -0
  17. package/lib/box/src/index.vue.d.ts +9 -0
  18. package/lib/calendar/index.d.ts +132 -0
  19. package/lib/calendar/src/index.vue.d.ts +865 -0
  20. package/lib/cashflow/index.d.ts +5 -55
  21. package/lib/cashflow/src/index.vue.d.ts +7 -10
  22. package/lib/chart/index.d.ts +1 -0
  23. package/lib/chart/src/index.vue.d.ts +6 -4
  24. package/lib/datatable/index.d.ts +42 -3
  25. package/lib/datatable/src/index.vue.d.ts +25 -1
  26. package/lib/ele/drawer/index.d.ts +16 -0
  27. package/lib/ele/drawer/src/index.vue.d.ts +14 -0
  28. package/lib/ele/menu/index.d.ts +16 -0
  29. package/lib/ele/menu/src/index.vue.d.ts +14 -0
  30. package/lib/ele/menu-item/index.d.ts +18 -0
  31. package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
  32. package/lib/ele/menu-item-group/index.d.ts +16 -0
  33. package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
  34. package/lib/ele/popover/index.d.ts +16 -0
  35. package/lib/ele/popover/src/index.vue.d.ts +14 -0
  36. package/lib/ele/sub-menu/index.d.ts +18 -0
  37. package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
  38. package/lib/ele/table/index.d.ts +41 -13
  39. package/lib/ele/table/src/index.vue.d.ts +40 -9
  40. package/lib/fonts/font.css +5 -5
  41. package/lib/funnel/index.d.ts +4 -49
  42. package/lib/funnel/src/chart.d.ts +1 -1
  43. package/lib/funnel/src/index.vue.d.ts +6 -10
  44. package/lib/funnel/src/options.d.ts +19 -2
  45. package/lib/g-ui-web.js +41173 -38655
  46. package/lib/g-ui-web.js.gz +0 -0
  47. package/lib/g-ui-web.umd.cjs +78 -72
  48. package/lib/line/index.d.ts +4 -53
  49. package/lib/line/src/chart.d.ts +1 -1
  50. package/lib/line/src/index.vue.d.ts +6 -10
  51. package/lib/line/src/options.d.ts +21 -1
  52. package/lib/map/index.d.ts +4 -49
  53. package/lib/map/src/index.vue.d.ts +6 -10
  54. package/lib/node-achievement/index.d.ts +22 -1
  55. package/lib/node-achievement/src/index.vue.d.ts +28 -1
  56. package/lib/pie/index.d.ts +4 -67
  57. package/lib/pie/src/chart.d.ts +1 -1
  58. package/lib/pie/src/index.vue.d.ts +6 -14
  59. package/lib/pie/src/options.d.ts +18 -1
  60. package/lib/pie-distri/index.d.ts +4 -77
  61. package/lib/pie-distri/src/index.vue.d.ts +6 -18
  62. package/lib/pie-distri/src/options.d.ts +28 -3
  63. package/lib/pie-level/index.d.ts +4 -112
  64. package/lib/pie-level/src/chart.d.ts +2 -0
  65. package/lib/pie-level/src/index.vue.d.ts +5 -28
  66. package/lib/pie-level/src/options.d.ts +18 -0
  67. package/lib/pie-table/index.d.ts +25 -1
  68. package/lib/pie-table/src/index.vue.d.ts +29 -1
  69. package/lib/plan/index.d.ts +22 -1
  70. package/lib/plan/src/index.vue.d.ts +214 -1
  71. package/lib/radar/index.d.ts +4 -49
  72. package/lib/radar/src/chart.d.ts +1 -1
  73. package/lib/radar/src/index.vue.d.ts +6 -10
  74. package/lib/radar/src/options.d.ts +18 -2
  75. package/lib/ranking-cup/index.d.ts +25 -1
  76. package/lib/ranking-cup/src/index.vue.d.ts +27 -1
  77. package/lib/ranking-list/index.d.ts +25 -1
  78. package/lib/ranking-list/src/index.vue.d.ts +29 -1
  79. package/lib/ranking-rb/index.d.ts +43 -1
  80. package/lib/ranking-rb/src/index.vue.d.ts +37 -1
  81. package/lib/ranking-table/index.d.ts +25 -1
  82. package/lib/ranking-table/src/index.vue.d.ts +29 -1
  83. package/lib/reserve/index.d.ts +5 -55
  84. package/lib/reserve/src/index.vue.d.ts +7 -10
  85. package/lib/style.css +1 -1
  86. package/lib/style.css.gz +0 -0
  87. package/lib/target-achievement/src/options.d.ts +1 -1
  88. package/lib/utils/index.d.ts +1 -0
  89. package/lib/utils/loading/index.d.ts +9 -0
  90. package/lib/utils/theme/config/black-gold.d.ts +24 -0
  91. package/lib/utils/theme/config/white-blue.d.ts +24 -0
  92. package/lib/utils/theme/config/white-green.d.ts +24 -0
  93. package/lib/utils/theme/index.d.ts +1 -1
  94. package/package.json +7 -5
@@ -1,4 +1,202 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
1
+ import { nextTick } from 'vue';
2
+ declare function __VLS_template(): {
3
+ slots: {
4
+ empty?(_: {
5
+ class: string;
6
+ }): any;
7
+ };
8
+ refs: {
9
+ planRef: HTMLDivElement;
10
+ timelineScroll: ({
11
+ $: import('vue').ComponentInternalInstance;
12
+ $data: {};
13
+ $props: Partial<{
14
+ readonly height: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
15
+ readonly maxHeight: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
16
+ readonly always: boolean;
17
+ readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
18
+ readonly minSize: number;
19
+ readonly native: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
20
+ readonly wrapStyle: import('vue').StyleValue;
21
+ readonly wrapClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
22
+ readonly viewClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
23
+ readonly viewStyle: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
24
+ readonly tag: string;
25
+ readonly noresize: boolean;
26
+ }> & Omit<{
27
+ readonly height: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
28
+ readonly maxHeight: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
29
+ readonly native: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
30
+ readonly wrapStyle: import('vue').StyleValue;
31
+ readonly wrapClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
32
+ readonly viewClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
33
+ readonly viewStyle: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
34
+ readonly noresize: boolean;
35
+ readonly tag: string;
36
+ readonly always: boolean;
37
+ readonly minSize: number;
38
+ readonly id?: string | undefined;
39
+ readonly ariaLabel?: string | undefined;
40
+ readonly role?: string | undefined;
41
+ readonly ariaOrientation?: string | undefined;
42
+ readonly tabindex?: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
43
+ onScroll?: ((args_0: {
44
+ scrollTop: number;
45
+ scrollLeft: number;
46
+ }) => any) | undefined | undefined;
47
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "height" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "tag" | "always" | "minSize" | "tabindex">;
48
+ $attrs: {
49
+ [x: string]: unknown;
50
+ };
51
+ $refs: {
52
+ [x: string]: unknown;
53
+ };
54
+ $slots: Readonly<{
55
+ [name: string]: import('vue').Slot<any> | undefined;
56
+ }>;
57
+ $root: ComponentPublicInstance | null;
58
+ $parent: ComponentPublicInstance | null;
59
+ $host: Element | null;
60
+ $emit: (event: "scroll", args_0: {
61
+ scrollTop: number;
62
+ scrollLeft: number;
63
+ }) => void;
64
+ $el: any;
65
+ $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
66
+ readonly ariaLabel: StringConstructor;
67
+ readonly ariaOrientation: {
68
+ readonly type: import('vue').PropType<string>;
69
+ readonly required: false;
70
+ readonly validator: ((val: unknown) => boolean) | undefined;
71
+ __epPropKey: true;
72
+ };
73
+ readonly height: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
74
+ readonly maxHeight: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
75
+ readonly native: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
76
+ readonly wrapStyle: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, "", boolean>;
77
+ readonly wrapClass: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
78
+ readonly viewClass: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
79
+ readonly viewStyle: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
80
+ readonly noresize: BooleanConstructor;
81
+ readonly tag: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
82
+ readonly always: BooleanConstructor;
83
+ readonly minSize: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
84
+ readonly tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, undefined, boolean>;
85
+ readonly id: StringConstructor;
86
+ readonly role: StringConstructor;
87
+ }>> & {
88
+ onScroll?: ((args_0: {
89
+ scrollTop: number;
90
+ scrollLeft: number;
91
+ }) => any) | undefined;
92
+ }, {
93
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
94
+ update: () => void;
95
+ scrollTo: {
96
+ (xCord: number, yCord?: number): void;
97
+ (options: ScrollToOptions): void;
98
+ };
99
+ setScrollTop: (value: number) => void;
100
+ setScrollLeft: (value: number) => void;
101
+ handleScroll: () => void;
102
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
103
+ scroll: (args_0: {
104
+ scrollTop: number;
105
+ scrollLeft: number;
106
+ }) => void;
107
+ }, string, {
108
+ readonly height: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
109
+ readonly maxHeight: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
110
+ readonly always: boolean;
111
+ readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
112
+ readonly minSize: number;
113
+ readonly native: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
114
+ readonly wrapStyle: import('vue').StyleValue;
115
+ readonly wrapClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
116
+ readonly viewClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
117
+ readonly viewStyle: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
118
+ readonly tag: string;
119
+ readonly noresize: boolean;
120
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
121
+ beforeCreate?: (() => void) | (() => void)[];
122
+ created?: (() => void) | (() => void)[];
123
+ beforeMount?: (() => void) | (() => void)[];
124
+ mounted?: (() => void) | (() => void)[];
125
+ beforeUpdate?: (() => void) | (() => void)[];
126
+ updated?: (() => void) | (() => void)[];
127
+ activated?: (() => void) | (() => void)[];
128
+ deactivated?: (() => void) | (() => void)[];
129
+ beforeDestroy?: (() => void) | (() => void)[];
130
+ beforeUnmount?: (() => void) | (() => void)[];
131
+ destroyed?: (() => void) | (() => void)[];
132
+ unmounted?: (() => void) | (() => void)[];
133
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
134
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
135
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
136
+ };
137
+ $forceUpdate: () => void;
138
+ $nextTick: typeof nextTick;
139
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
140
+ } & Readonly<{
141
+ readonly height: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
142
+ readonly maxHeight: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
143
+ readonly always: boolean;
144
+ readonly tabindex: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
145
+ readonly minSize: number;
146
+ readonly native: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
147
+ readonly wrapStyle: import('vue').StyleValue;
148
+ readonly wrapClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
149
+ readonly viewClass: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown>;
150
+ readonly viewStyle: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown>;
151
+ readonly tag: string;
152
+ readonly noresize: boolean;
153
+ }> & Omit<Readonly<globalThis.ExtractPropTypes<{
154
+ readonly ariaLabel: StringConstructor;
155
+ readonly ariaOrientation: {
156
+ readonly type: import('vue').PropType<string>;
157
+ readonly required: false;
158
+ readonly validator: ((val: unknown) => boolean) | undefined;
159
+ __epPropKey: true;
160
+ };
161
+ readonly height: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
162
+ readonly maxHeight: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
163
+ readonly native: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
164
+ readonly wrapStyle: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown, "", boolean>;
165
+ readonly wrapClass: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
166
+ readonly viewClass: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, ArrayConstructor], unknown, unknown, "", boolean>;
167
+ readonly viewStyle: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown, "", boolean>;
168
+ readonly noresize: BooleanConstructor;
169
+ readonly tag: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
170
+ readonly always: BooleanConstructor;
171
+ readonly minSize: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 20, boolean>;
172
+ readonly tabindex: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, undefined, boolean>;
173
+ readonly id: StringConstructor;
174
+ readonly role: StringConstructor;
175
+ }>> & {
176
+ onScroll?: ((args_0: {
177
+ scrollTop: number;
178
+ scrollLeft: number;
179
+ }) => any) | undefined;
180
+ }, "height" | "maxHeight" | "scrollTo" | "setScrollLeft" | "setScrollTop" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "tag" | "always" | "minSize" | "tabindex" | "wrapRef" | "update" | "handleScroll"> & import('vue').ShallowUnwrapRef<{
181
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
182
+ update: () => void;
183
+ scrollTo: {
184
+ (xCord: number, yCord?: number): void;
185
+ (options: ScrollToOptions): void;
186
+ };
187
+ setScrollTop: (value: number) => void;
188
+ setScrollLeft: (value: number) => void;
189
+ handleScroll: () => void;
190
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
191
+ $slots: {
192
+ default?(_: {}): any;
193
+ };
194
+ }) | null;
195
+ };
196
+ attrs: Partial<{}>;
197
+ };
198
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
199
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
200
  isYearDate: {
3
201
  type: BooleanConstructor;
4
202
  default: boolean;
@@ -7,6 +205,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
7
205
  type: BooleanConstructor;
8
206
  default: boolean;
9
207
  };
208
+ description: {
209
+ type: StringConstructor;
210
+ default: string;
211
+ };
10
212
  dbOptions: {
11
213
  type: ObjectConstructor;
12
214
  default: () => {};
@@ -23,13 +225,24 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
23
225
  type: BooleanConstructor;
24
226
  default: boolean;
25
227
  };
228
+ description: {
229
+ type: StringConstructor;
230
+ default: string;
231
+ };
26
232
  dbOptions: {
27
233
  type: ObjectConstructor;
28
234
  default: () => {};
29
235
  };
30
236
  }>> & Readonly<{}>, {
237
+ description: string;
31
238
  dbOptions: Record<string, any>;
32
239
  isYearDate: boolean;
33
240
  isLegend: boolean;
34
241
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
242
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
243
  export default _default;
244
+ type __VLS_WithTemplateSlots<T, S> = T & {
245
+ new (): {
246
+ $slots: S;
247
+ };
248
+ };
@@ -1,59 +1,14 @@
1
1
  declare const GRadar: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
- options: {
4
- type: ObjectConstructor;
5
- default: {};
6
- };
7
- dbOptions: {
8
- type: ObjectConstructor;
9
- default: {};
10
- };
11
- }>> & Readonly<{}>, {
12
- props: any;
13
- radarRef: globalThis.Ref<null, null>;
14
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15
- options: Record<string, any>;
16
- dbOptions: Record<string, any>;
17
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
18
- P: {};
19
- B: {};
20
- D: {};
21
- C: {};
22
- M: {};
23
- Defaults: {};
24
- }, Readonly<globalThis.ExtractPropTypes<{
25
- options: {
26
- type: ObjectConstructor;
27
- default: {};
28
- };
29
- dbOptions: {
30
- type: ObjectConstructor;
31
- default: {};
32
- };
33
- }>> & Readonly<{}>, {
34
- props: any;
35
- radarRef: globalThis.Ref<null, null>;
36
- }, {}, {}, {}, {
37
- options: Record<string, any>;
38
- dbOptions: Record<string, any>;
39
- }>;
2
+ new (...args: any[]): any;
40
3
  __isFragment?: never;
41
4
  __isTeleport?: never;
42
5
  __isSuspense?: never;
43
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
44
- options: {
45
- type: ObjectConstructor;
46
- default: {};
47
- };
48
- dbOptions: {
49
- type: ObjectConstructor;
50
- default: {};
51
- };
52
- }>> & Readonly<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
53
7
  props: any;
54
8
  radarRef: globalThis.Ref<null, null>;
55
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
56
10
  options: Record<string, any>;
11
+ description: string;
57
12
  dbOptions: Record<string, any>;
58
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>;
59
14
  export default GRadar;
@@ -1,2 +1,2 @@
1
- declare const getRadarOptions: (options?: object) => object;
1
+ declare const getRadarOptions: (options?: object, indicatorList?: any) => {};
2
2
  export { getRadarOptions };
@@ -1,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  options: {
3
7
  type: ObjectConstructor;
4
8
  default: {};
@@ -10,17 +14,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
10
14
  }>, {
11
15
  props: any;
12
16
  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<{}>, {
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
23
18
  options: Record<string, any>;
19
+ description: string;
24
20
  dbOptions: Record<string, any>;
25
21
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
22
  export default _default;
@@ -1,14 +1,30 @@
1
- declare const radarOptions: {
1
+ declare const radarOptions: (list: any) => {
2
2
  backgroundColor: any;
3
3
  color: any;
4
4
  tooltip: {
5
+ show: boolean;
5
6
  trigger: string;
7
+ formatter: (params: any) => string;
6
8
  };
7
9
  legend: {
8
10
  trigger: string;
9
- orient: string;
10
11
  left: string;
12
+ top: string;
13
+ bottom: number;
11
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
+ };
12
28
  };
13
29
  grid: any;
14
30
  radar: {
@@ -16,6 +16,10 @@ declare const GRankingCup: ({
16
16
  type: ArrayConstructor;
17
17
  default: never[];
18
18
  };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
19
23
  limit: {
20
24
  type: NumberConstructor;
21
25
  default: number;
@@ -23,6 +27,7 @@ declare const GRankingCup: ({
23
27
  }>> & Readonly<{}>, {
24
28
  props: {
25
29
  readonly title: string;
30
+ readonly description: string;
26
31
  readonly dbOptions: Record<string, any>;
27
32
  readonly limit: number;
28
33
  readonly icons: unknown[];
@@ -31,6 +36,7 @@ declare const GRankingCup: ({
31
36
  getIsFinish(): boolean;
32
37
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
33
38
  title: string;
39
+ description: string;
34
40
  dbOptions: Record<string, any>;
35
41
  limit: number;
36
42
  icons: unknown[];
@@ -59,6 +65,10 @@ declare const GRankingCup: ({
59
65
  type: ArrayConstructor;
60
66
  default: never[];
61
67
  };
68
+ description: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
62
72
  limit: {
63
73
  type: NumberConstructor;
64
74
  default: number;
@@ -66,6 +76,7 @@ declare const GRankingCup: ({
66
76
  }>> & Readonly<{}>, {
67
77
  props: {
68
78
  readonly title: string;
79
+ readonly description: string;
69
80
  readonly dbOptions: Record<string, any>;
70
81
  readonly limit: number;
71
82
  readonly icons: unknown[];
@@ -74,6 +85,7 @@ declare const GRankingCup: ({
74
85
  getIsFinish(): boolean;
75
86
  }, {}, {}, {}, {
76
87
  title: string;
88
+ description: string;
77
89
  dbOptions: Record<string, any>;
78
90
  limit: number;
79
91
  icons: unknown[];
@@ -99,6 +111,10 @@ declare const GRankingCup: ({
99
111
  type: ArrayConstructor;
100
112
  default: never[];
101
113
  };
114
+ description: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
102
118
  limit: {
103
119
  type: NumberConstructor;
104
120
  default: number;
@@ -106,6 +122,7 @@ declare const GRankingCup: ({
106
122
  }>> & Readonly<{}>, {
107
123
  props: {
108
124
  readonly title: string;
125
+ readonly description: string;
109
126
  readonly dbOptions: Record<string, any>;
110
127
  readonly limit: number;
111
128
  readonly icons: unknown[];
@@ -114,9 +131,16 @@ declare const GRankingCup: ({
114
131
  getIsFinish(): boolean;
115
132
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
116
133
  title: string;
134
+ description: string;
117
135
  dbOptions: Record<string, any>;
118
136
  limit: number;
119
137
  icons: unknown[];
120
138
  rankingColors: unknown[];
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>;
139
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
140
+ $slots: {
141
+ empty?(_: {
142
+ class: string;
143
+ }): any;
144
+ };
145
+ }) & import('vue').Plugin) & Record<string, any>;
122
146
  export default GRankingCup;
@@ -1,4 +1,14 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
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<{
2
12
  dbOptions: {
3
13
  type: ObjectConstructor;
4
14
  default: {};
@@ -15,6 +25,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
15
25
  type: ArrayConstructor;
16
26
  default: never[];
17
27
  };
28
+ description: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
18
32
  limit: {
19
33
  type: NumberConstructor;
20
34
  default: number;
@@ -22,6 +36,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
22
36
  }>, {
23
37
  props: {
24
38
  readonly title: string;
39
+ readonly description: string;
25
40
  readonly dbOptions: Record<string, any>;
26
41
  readonly limit: number;
27
42
  readonly icons: unknown[];
@@ -45,15 +60,26 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
60
  type: ArrayConstructor;
46
61
  default: never[];
47
62
  };
63
+ description: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
48
67
  limit: {
49
68
  type: NumberConstructor;
50
69
  default: number;
51
70
  };
52
71
  }>> & Readonly<{}>, {
53
72
  title: string;
73
+ description: string;
54
74
  dbOptions: Record<string, any>;
55
75
  limit: number;
56
76
  icons: unknown[];
57
77
  rankingColors: unknown[];
58
78
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
79
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
59
80
  export default _default;
81
+ type __VLS_WithTemplateSlots<T, S> = T & {
82
+ new (): {
83
+ $slots: S;
84
+ };
85
+ };
@@ -12,6 +12,10 @@ declare const GRankingList: ({
12
12
  type: BooleanConstructor;
13
13
  default: boolean;
14
14
  };
15
+ description: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
15
19
  limit: {
16
20
  type: NumberConstructor;
17
21
  default: number;
@@ -24,6 +28,7 @@ declare const GRankingList: ({
24
28
  props: {
25
29
  readonly icon: boolean;
26
30
  readonly type: string;
31
+ readonly description: string;
27
32
  readonly dbOptions: Record<string, any>;
28
33
  readonly limit: number;
29
34
  readonly icons: Record<string, any>;
@@ -32,6 +37,7 @@ declare const GRankingList: ({
32
37
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
33
38
  icon: boolean;
34
39
  type: string;
40
+ description: string;
35
41
  dbOptions: Record<string, any>;
36
42
  limit: number;
37
43
  icons: Record<string, any>;
@@ -55,6 +61,10 @@ declare const GRankingList: ({
55
61
  type: BooleanConstructor;
56
62
  default: boolean;
57
63
  };
64
+ description: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
58
68
  limit: {
59
69
  type: NumberConstructor;
60
70
  default: number;
@@ -67,6 +77,7 @@ declare const GRankingList: ({
67
77
  props: {
68
78
  readonly icon: boolean;
69
79
  readonly type: string;
80
+ readonly description: string;
70
81
  readonly dbOptions: Record<string, any>;
71
82
  readonly limit: number;
72
83
  readonly icons: Record<string, any>;
@@ -75,6 +86,7 @@ declare const GRankingList: ({
75
86
  }, {}, {}, {}, {
76
87
  icon: boolean;
77
88
  type: string;
89
+ description: string;
78
90
  dbOptions: Record<string, any>;
79
91
  limit: number;
80
92
  icons: Record<string, any>;
@@ -95,6 +107,10 @@ declare const GRankingList: ({
95
107
  type: BooleanConstructor;
96
108
  default: boolean;
97
109
  };
110
+ description: {
111
+ type: StringConstructor;
112
+ default: string;
113
+ };
98
114
  limit: {
99
115
  type: NumberConstructor;
100
116
  default: number;
@@ -107,6 +123,7 @@ declare const GRankingList: ({
107
123
  props: {
108
124
  readonly icon: boolean;
109
125
  readonly type: string;
126
+ readonly description: string;
110
127
  readonly dbOptions: Record<string, any>;
111
128
  readonly limit: number;
112
129
  readonly icons: Record<string, any>;
@@ -115,8 +132,15 @@ declare const GRankingList: ({
115
132
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
116
133
  icon: boolean;
117
134
  type: string;
135
+ description: string;
118
136
  dbOptions: Record<string, any>;
119
137
  limit: number;
120
138
  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>;
139
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
140
+ $slots: {
141
+ empty?(_: {
142
+ class: string;
143
+ }): any;
144
+ };
145
+ }) & import('vue').Plugin) & Record<string, any>;
122
146
  export default GRankingList;