g-ui-web 0.11.2 → 0.11.4

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 (56) hide show
  1. package/lib/bar/index.d.ts +1 -0
  2. package/lib/bar/src/index.vue.d.ts +5 -0
  3. package/lib/bar/src/options.d.ts +10 -4
  4. package/lib/bar-compare/index.d.ts +1 -0
  5. package/lib/bar-compare/src/index.vue.d.ts +5 -0
  6. package/lib/bar-conv/index.d.ts +1 -0
  7. package/lib/bar-conv/src/index.vue.d.ts +5 -0
  8. package/lib/bar-line/index.d.ts +1 -0
  9. package/lib/bar-line/src/index.vue.d.ts +5 -0
  10. package/lib/bar-line/src/options.d.ts +10 -0
  11. package/lib/box/index.d.ts +15 -0
  12. package/lib/box/src/index.vue.d.ts +9 -0
  13. package/lib/cashflow/index.d.ts +2 -0
  14. package/lib/cashflow/src/index.vue.d.ts +6 -0
  15. package/lib/ele/table/index.d.ts +44 -1
  16. package/lib/ele/table/src/index.vue.d.ts +29 -1
  17. package/lib/funnel/index.d.ts +1 -0
  18. package/lib/funnel/src/index.vue.d.ts +5 -0
  19. package/lib/funnel/src/options.d.ts +12 -4
  20. package/lib/g-ui-web.js +25982 -25529
  21. package/lib/g-ui-web.js.gz +0 -0
  22. package/lib/g-ui-web.umd.cjs +65 -65
  23. package/lib/line/index.d.ts +1 -0
  24. package/lib/line/src/index.vue.d.ts +5 -0
  25. package/lib/line/src/options.d.ts +12 -4
  26. package/lib/map/index.d.ts +1 -0
  27. package/lib/map/src/index.vue.d.ts +5 -0
  28. package/lib/node-achievement/index.d.ts +22 -1
  29. package/lib/node-achievement/src/index.vue.d.ts +28 -1
  30. package/lib/pie/index.d.ts +1 -0
  31. package/lib/pie/src/index.vue.d.ts +5 -0
  32. package/lib/pie/src/options.d.ts +14 -0
  33. package/lib/pie-distri/index.d.ts +1 -0
  34. package/lib/pie-distri/src/index.vue.d.ts +5 -0
  35. package/lib/pie-level/index.d.ts +1 -0
  36. package/lib/pie-level/src/index.vue.d.ts +5 -0
  37. package/lib/pie-table/index.d.ts +25 -1
  38. package/lib/pie-table/src/index.vue.d.ts +29 -1
  39. package/lib/plan/index.d.ts +22 -1
  40. package/lib/plan/src/index.vue.d.ts +214 -1
  41. package/lib/radar/index.d.ts +1 -0
  42. package/lib/radar/src/index.vue.d.ts +5 -0
  43. package/lib/radar/src/options.d.ts +13 -0
  44. package/lib/ranking-cup/index.d.ts +25 -1
  45. package/lib/ranking-cup/src/index.vue.d.ts +27 -1
  46. package/lib/ranking-list/index.d.ts +25 -1
  47. package/lib/ranking-list/src/index.vue.d.ts +29 -1
  48. package/lib/ranking-rb/index.d.ts +25 -1
  49. package/lib/ranking-rb/src/index.vue.d.ts +27 -1
  50. package/lib/ranking-table/index.d.ts +25 -1
  51. package/lib/ranking-table/src/index.vue.d.ts +29 -1
  52. package/lib/reserve/index.d.ts +2 -0
  53. package/lib/reserve/src/index.vue.d.ts +6 -0
  54. package/lib/style.css +1 -1
  55. package/lib/style.css.gz +0 -0
  56. package/package.json +1 -1
@@ -12,6 +12,10 @@ declare const GRankingRb: ({
12
12
  type: StringConstructor;
13
13
  default: string;
14
14
  };
15
+ description: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
15
19
  rbColor: {
16
20
  type: StringConstructor;
17
21
  default: string;
@@ -22,6 +26,7 @@ declare const GRankingRb: ({
22
26
  };
23
27
  }>> & Readonly<{}>, {
24
28
  props: {
29
+ readonly description: string;
25
30
  readonly title: string;
26
31
  readonly dbOptions: Record<string, any>;
27
32
  readonly limit: number;
@@ -30,6 +35,7 @@ declare const GRankingRb: ({
30
35
  };
31
36
  getIsFinish(): boolean;
32
37
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
38
+ description: string;
33
39
  title: string;
34
40
  dbOptions: Record<string, any>;
35
41
  limit: number;
@@ -55,6 +61,10 @@ declare const GRankingRb: ({
55
61
  type: StringConstructor;
56
62
  default: string;
57
63
  };
64
+ description: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
58
68
  rbColor: {
59
69
  type: StringConstructor;
60
70
  default: string;
@@ -65,6 +75,7 @@ declare const GRankingRb: ({
65
75
  };
66
76
  }>> & Readonly<{}>, {
67
77
  props: {
78
+ readonly description: string;
68
79
  readonly title: string;
69
80
  readonly dbOptions: Record<string, any>;
70
81
  readonly limit: number;
@@ -73,6 +84,7 @@ declare const GRankingRb: ({
73
84
  };
74
85
  getIsFinish(): boolean;
75
86
  }, {}, {}, {}, {
87
+ description: string;
76
88
  title: string;
77
89
  dbOptions: Record<string, any>;
78
90
  limit: number;
@@ -95,6 +107,10 @@ declare const GRankingRb: ({
95
107
  type: StringConstructor;
96
108
  default: string;
97
109
  };
110
+ description: {
111
+ type: StringConstructor;
112
+ default: string;
113
+ };
98
114
  rbColor: {
99
115
  type: StringConstructor;
100
116
  default: string;
@@ -105,6 +121,7 @@ declare const GRankingRb: ({
105
121
  };
106
122
  }>> & Readonly<{}>, {
107
123
  props: {
124
+ readonly description: string;
108
125
  readonly title: string;
109
126
  readonly dbOptions: Record<string, any>;
110
127
  readonly limit: number;
@@ -113,10 +130,17 @@ declare const GRankingRb: ({
113
130
  };
114
131
  getIsFinish(): boolean;
115
132
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
133
+ description: string;
116
134
  title: string;
117
135
  dbOptions: Record<string, any>;
118
136
  limit: number;
119
137
  orderType: string;
120
138
  rbColor: string;
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 GRankingRb;
@@ -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: {};
@@ -11,6 +21,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
11
21
  type: StringConstructor;
12
22
  default: string;
13
23
  };
24
+ description: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
14
28
  rbColor: {
15
29
  type: StringConstructor;
16
30
  default: string;
@@ -21,6 +35,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
21
35
  };
22
36
  }>, {
23
37
  props: {
38
+ readonly description: string;
24
39
  readonly title: string;
25
40
  readonly dbOptions: Record<string, any>;
26
41
  readonly limit: number;
@@ -41,6 +56,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
41
56
  type: StringConstructor;
42
57
  default: string;
43
58
  };
59
+ description: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
44
63
  rbColor: {
45
64
  type: StringConstructor;
46
65
  default: string;
@@ -50,10 +69,17 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
50
69
  default: number;
51
70
  };
52
71
  }>> & Readonly<{}>, {
72
+ description: string;
53
73
  title: string;
54
74
  dbOptions: Record<string, any>;
55
75
  limit: number;
56
76
  orderType: string;
57
77
  rbColor: string;
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
+ };
@@ -16,6 +16,10 @@ declare const GRankingTable: ({
16
16
  type: NumberConstructor;
17
17
  default: number;
18
18
  };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
19
23
  icons: {
20
24
  type: ObjectConstructor;
21
25
  default: {};
@@ -23,6 +27,7 @@ declare const GRankingTable: ({
23
27
  }>> & Readonly<{}>, {
24
28
  props: {
25
29
  readonly icon: boolean;
30
+ readonly description: string;
26
31
  readonly dbOptions: Record<string, any>;
27
32
  readonly limit: number;
28
33
  readonly icons: Record<string, any>;
@@ -31,6 +36,7 @@ declare const GRankingTable: ({
31
36
  rankingTableRef: globalThis.Ref<null, null>;
32
37
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
33
38
  icon: boolean;
39
+ description: string;
34
40
  dbOptions: Record<string, any>;
35
41
  limit: number;
36
42
  icons: Record<string, any>;
@@ -59,6 +65,10 @@ declare const GRankingTable: ({
59
65
  type: NumberConstructor;
60
66
  default: number;
61
67
  };
68
+ description: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
62
72
  icons: {
63
73
  type: ObjectConstructor;
64
74
  default: {};
@@ -66,6 +76,7 @@ declare const GRankingTable: ({
66
76
  }>> & Readonly<{}>, {
67
77
  props: {
68
78
  readonly icon: boolean;
79
+ readonly description: string;
69
80
  readonly dbOptions: Record<string, any>;
70
81
  readonly limit: number;
71
82
  readonly icons: Record<string, any>;
@@ -74,6 +85,7 @@ declare const GRankingTable: ({
74
85
  rankingTableRef: globalThis.Ref<null, null>;
75
86
  }, {}, {}, {}, {
76
87
  icon: boolean;
88
+ description: string;
77
89
  dbOptions: Record<string, any>;
78
90
  limit: number;
79
91
  icons: Record<string, any>;
@@ -99,6 +111,10 @@ declare const GRankingTable: ({
99
111
  type: NumberConstructor;
100
112
  default: number;
101
113
  };
114
+ description: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
102
118
  icons: {
103
119
  type: ObjectConstructor;
104
120
  default: {};
@@ -106,6 +122,7 @@ declare const GRankingTable: ({
106
122
  }>> & Readonly<{}>, {
107
123
  props: {
108
124
  readonly icon: boolean;
125
+ readonly description: string;
109
126
  readonly dbOptions: Record<string, any>;
110
127
  readonly limit: number;
111
128
  readonly icons: Record<string, any>;
@@ -114,9 +131,16 @@ declare const GRankingTable: ({
114
131
  rankingTableRef: globalThis.Ref<null, null>;
115
132
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
116
133
  icon: boolean;
134
+ description: string;
117
135
  dbOptions: Record<string, any>;
118
136
  limit: number;
119
137
  icons: Record<string, any>;
120
138
  border: boolean;
121
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
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 GRankingTable;
@@ -1,4 +1,16 @@
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
+ rankingTableRef: HTMLDivElement;
9
+ };
10
+ attrs: Partial<{}>;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
14
  border: {
3
15
  type: BooleanConstructor;
4
16
  default: boolean;
@@ -15,6 +27,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
15
27
  type: NumberConstructor;
16
28
  default: number;
17
29
  };
30
+ description: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
18
34
  icons: {
19
35
  type: ObjectConstructor;
20
36
  default: {};
@@ -22,6 +38,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
22
38
  }>, {
23
39
  props: {
24
40
  readonly icon: boolean;
41
+ readonly description: string;
25
42
  readonly dbOptions: Record<string, any>;
26
43
  readonly limit: number;
27
44
  readonly icons: Record<string, any>;
@@ -45,15 +62,26 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
62
  type: NumberConstructor;
46
63
  default: number;
47
64
  };
65
+ description: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
48
69
  icons: {
49
70
  type: ObjectConstructor;
50
71
  default: {};
51
72
  };
52
73
  }>> & Readonly<{}>, {
53
74
  icon: boolean;
75
+ description: string;
54
76
  dbOptions: Record<string, any>;
55
77
  limit: number;
56
78
  icons: Record<string, any>;
57
79
  border: boolean;
58
80
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
59
82
  export default _default;
83
+ type __VLS_WithTemplateSlots<T, S> = T & {
84
+ new (): {
85
+ $slots: S;
86
+ };
87
+ };
@@ -5,11 +5,13 @@ declare const GReserve: ({
5
5
  __isSuspense?: never;
6
6
  } & import('vue').ComponentOptionsBase<any, {
7
7
  props: {
8
+ readonly description: string;
8
9
  readonly dbOptions: Record<string, any>;
9
10
  readonly color: unknown[];
10
11
  };
11
12
  reserveRef: globalThis.Ref<null, null>;
12
13
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
14
+ description: string;
13
15
  dbOptions: Record<string, any>;
14
16
  color: unknown[];
15
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>;
@@ -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
  color: {
3
7
  type: ArrayConstructor;
4
8
  default: never[];
@@ -9,11 +13,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
9
13
  };
10
14
  }>, {
11
15
  props: {
16
+ readonly description: string;
12
17
  readonly dbOptions: Record<string, any>;
13
18
  readonly color: unknown[];
14
19
  };
15
20
  reserveRef: globalThis.Ref<null, null>;
16
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
22
+ description: string;
17
23
  dbOptions: Record<string, any>;
18
24
  color: unknown[];
19
25
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;