g-ui-web 0.9.4 → 0.9.7

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.
package/lib/style.css.gz CHANGED
Binary file
@@ -8,6 +8,14 @@ declare const GTargetAchievement: ({
8
8
  type: StringConstructor;
9
9
  default: string;
10
10
  };
11
+ aspect: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ aspectPlacement: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
11
19
  bg: {
12
20
  type: BooleanConstructor;
13
21
  default: boolean;
@@ -29,6 +37,8 @@ declare const GTargetAchievement: ({
29
37
  readonly size: string;
30
38
  readonly options: Record<string, any>;
31
39
  readonly dbOptions: Record<string, any>;
40
+ readonly aspect: string;
41
+ readonly aspectPlacement: string;
32
42
  readonly bg: boolean;
33
43
  };
34
44
  targetAchRef: globalThis.Ref<null, null>;
@@ -37,6 +47,8 @@ declare const GTargetAchievement: ({
37
47
  size: string;
38
48
  options: Record<string, any>;
39
49
  dbOptions: Record<string, any>;
50
+ aspect: string;
51
+ aspectPlacement: string;
40
52
  bg: boolean;
41
53
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
42
54
  P: {};
@@ -54,6 +66,14 @@ declare const GTargetAchievement: ({
54
66
  type: StringConstructor;
55
67
  default: string;
56
68
  };
69
+ aspect: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ aspectPlacement: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
57
77
  bg: {
58
78
  type: BooleanConstructor;
59
79
  default: boolean;
@@ -75,6 +95,8 @@ declare const GTargetAchievement: ({
75
95
  readonly size: string;
76
96
  readonly options: Record<string, any>;
77
97
  readonly dbOptions: Record<string, any>;
98
+ readonly aspect: string;
99
+ readonly aspectPlacement: string;
78
100
  readonly bg: boolean;
79
101
  };
80
102
  targetAchRef: globalThis.Ref<null, null>;
@@ -83,6 +105,8 @@ declare const GTargetAchievement: ({
83
105
  size: string;
84
106
  options: Record<string, any>;
85
107
  dbOptions: Record<string, any>;
108
+ aspect: string;
109
+ aspectPlacement: string;
86
110
  bg: boolean;
87
111
  }>;
88
112
  __isFragment?: never;
@@ -97,6 +121,14 @@ declare const GTargetAchievement: ({
97
121
  type: StringConstructor;
98
122
  default: string;
99
123
  };
124
+ aspect: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ aspectPlacement: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
100
132
  bg: {
101
133
  type: BooleanConstructor;
102
134
  default: boolean;
@@ -118,6 +150,8 @@ declare const GTargetAchievement: ({
118
150
  readonly size: string;
119
151
  readonly options: Record<string, any>;
120
152
  readonly dbOptions: Record<string, any>;
153
+ readonly aspect: string;
154
+ readonly aspectPlacement: string;
121
155
  readonly bg: boolean;
122
156
  };
123
157
  targetAchRef: globalThis.Ref<null, null>;
@@ -126,6 +160,8 @@ declare const GTargetAchievement: ({
126
160
  size: string;
127
161
  options: Record<string, any>;
128
162
  dbOptions: Record<string, any>;
163
+ aspect: string;
164
+ aspectPlacement: string;
129
165
  bg: boolean;
130
166
  }, {}, 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>;
131
167
  export default GTargetAchievement;
@@ -7,6 +7,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
+ aspect: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ aspectPlacement: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
10
18
  bg: {
11
19
  type: BooleanConstructor;
12
20
  default: boolean;
@@ -28,6 +36,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
28
36
  readonly size: string;
29
37
  readonly options: Record<string, any>;
30
38
  readonly dbOptions: Record<string, any>;
39
+ readonly aspect: string;
40
+ readonly aspectPlacement: string;
31
41
  readonly bg: boolean;
32
42
  };
33
43
  targetAchRef: globalThis.Ref<null, null>;
@@ -40,6 +50,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
40
50
  type: StringConstructor;
41
51
  default: string;
42
52
  };
53
+ aspect: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ aspectPlacement: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ };
43
61
  bg: {
44
62
  type: BooleanConstructor;
45
63
  default: boolean;
@@ -60,6 +78,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
60
78
  size: string;
61
79
  options: Record<string, any>;
62
80
  dbOptions: Record<string, any>;
81
+ aspect: string;
82
+ aspectPlacement: string;
63
83
  bg: boolean;
64
84
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
65
85
  export default _default;
@@ -8,6 +8,14 @@ declare const GTargetCurrent: ({
8
8
  type: StringConstructor;
9
9
  default: string;
10
10
  };
11
+ aspect: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ aspectPlacement: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
11
19
  arrow: {
12
20
  type: BooleanConstructor;
13
21
  default: boolean;
@@ -31,6 +39,8 @@ declare const GTargetCurrent: ({
31
39
  type: string;
32
40
  size: string;
33
41
  dbOptions: Record<string, any>;
42
+ aspect: string;
43
+ aspectPlacement: string;
34
44
  arrow: boolean;
35
45
  bg: boolean;
36
46
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -49,6 +59,14 @@ declare const GTargetCurrent: ({
49
59
  type: StringConstructor;
50
60
  default: string;
51
61
  };
62
+ aspect: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ aspectPlacement: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
52
70
  arrow: {
53
71
  type: BooleanConstructor;
54
72
  default: boolean;
@@ -70,6 +88,8 @@ declare const GTargetCurrent: ({
70
88
  type: string;
71
89
  size: string;
72
90
  dbOptions: Record<string, any>;
91
+ aspect: string;
92
+ aspectPlacement: string;
73
93
  arrow: boolean;
74
94
  bg: boolean;
75
95
  }>;
@@ -85,6 +105,14 @@ declare const GTargetCurrent: ({
85
105
  type: StringConstructor;
86
106
  default: string;
87
107
  };
108
+ aspect: {
109
+ type: StringConstructor;
110
+ default: string;
111
+ };
112
+ aspectPlacement: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ };
88
116
  arrow: {
89
117
  type: BooleanConstructor;
90
118
  default: boolean;
@@ -108,6 +136,8 @@ declare const GTargetCurrent: ({
108
136
  type: string;
109
137
  size: string;
110
138
  dbOptions: Record<string, any>;
139
+ aspect: string;
140
+ aspectPlacement: string;
111
141
  arrow: boolean;
112
142
  bg: boolean;
113
143
  }, {}, 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>;
@@ -7,6 +7,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
+ aspect: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ aspectPlacement: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
10
18
  arrow: {
11
19
  type: BooleanConstructor;
12
20
  default: boolean;
@@ -33,6 +41,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
33
41
  type: StringConstructor;
34
42
  default: string;
35
43
  };
44
+ aspect: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ aspectPlacement: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
36
52
  arrow: {
37
53
  type: BooleanConstructor;
38
54
  default: boolean;
@@ -51,6 +67,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
51
67
  type: string;
52
68
  size: string;
53
69
  dbOptions: Record<string, any>;
70
+ aspect: string;
71
+ aspectPlacement: string;
54
72
  arrow: boolean;
55
73
  bg: boolean;
56
74
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -20,6 +20,14 @@ declare const GTargetM: ({
20
20
  type: BooleanConstructor;
21
21
  default: boolean;
22
22
  };
23
+ aspect: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ aspectPlacement: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
23
31
  bg: {
24
32
  type: BooleanConstructor;
25
33
  default: boolean;
@@ -46,6 +54,8 @@ declare const GTargetM: ({
46
54
  border: boolean;
47
55
  placement: string;
48
56
  row: number;
57
+ aspect: string;
58
+ aspectPlacement: string;
49
59
  arrow: boolean;
50
60
  bg: boolean;
51
61
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -76,6 +86,14 @@ declare const GTargetM: ({
76
86
  type: BooleanConstructor;
77
87
  default: boolean;
78
88
  };
89
+ aspect: {
90
+ type: StringConstructor;
91
+ default: string;
92
+ };
93
+ aspectPlacement: {
94
+ type: StringConstructor;
95
+ default: string;
96
+ };
79
97
  bg: {
80
98
  type: BooleanConstructor;
81
99
  default: boolean;
@@ -100,6 +118,8 @@ declare const GTargetM: ({
100
118
  border: boolean;
101
119
  placement: string;
102
120
  row: number;
121
+ aspect: string;
122
+ aspectPlacement: string;
103
123
  arrow: boolean;
104
124
  bg: boolean;
105
125
  }>;
@@ -127,6 +147,14 @@ declare const GTargetM: ({
127
147
  type: BooleanConstructor;
128
148
  default: boolean;
129
149
  };
150
+ aspect: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
154
+ aspectPlacement: {
155
+ type: StringConstructor;
156
+ default: string;
157
+ };
130
158
  bg: {
131
159
  type: BooleanConstructor;
132
160
  default: boolean;
@@ -153,6 +181,8 @@ declare const GTargetM: ({
153
181
  border: boolean;
154
182
  placement: string;
155
183
  row: number;
184
+ aspect: string;
185
+ aspectPlacement: string;
156
186
  arrow: boolean;
157
187
  bg: boolean;
158
188
  }, {}, 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>;
@@ -19,6 +19,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
19
19
  type: BooleanConstructor;
20
20
  default: boolean;
21
21
  };
22
+ aspect: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ aspectPlacement: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
22
30
  bg: {
23
31
  type: BooleanConstructor;
24
32
  default: boolean;
@@ -57,6 +65,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
57
65
  type: BooleanConstructor;
58
66
  default: boolean;
59
67
  };
68
+ aspect: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ aspectPlacement: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
60
76
  bg: {
61
77
  type: BooleanConstructor;
62
78
  default: boolean;
@@ -78,6 +94,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
78
94
  border: boolean;
79
95
  placement: string;
80
96
  row: number;
97
+ aspect: string;
98
+ aspectPlacement: string;
81
99
  arrow: boolean;
82
100
  bg: boolean;
83
101
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -12,6 +12,14 @@ declare const GTargetR: ({
12
12
  type: StringConstructor;
13
13
  default: string;
14
14
  };
15
+ aspect: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ aspectPlacement: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
15
23
  size: {
16
24
  type: StringConstructor;
17
25
  default: string;
@@ -47,6 +55,8 @@ declare const GTargetR: ({
47
55
  dbOptions: Record<string, any>;
48
56
  border: boolean;
49
57
  placement: string;
58
+ aspect: string;
59
+ aspectPlacement: string;
50
60
  arrow: boolean;
51
61
  bg: boolean;
52
62
  targetType: string;
@@ -70,6 +80,14 @@ declare const GTargetR: ({
70
80
  type: StringConstructor;
71
81
  default: string;
72
82
  };
83
+ aspect: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ aspectPlacement: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
73
91
  size: {
74
92
  type: StringConstructor;
75
93
  default: string;
@@ -105,6 +123,8 @@ declare const GTargetR: ({
105
123
  dbOptions: Record<string, any>;
106
124
  border: boolean;
107
125
  placement: string;
126
+ aspect: string;
127
+ aspectPlacement: string;
108
128
  arrow: boolean;
109
129
  bg: boolean;
110
130
  targetType: string;
@@ -125,6 +145,14 @@ declare const GTargetR: ({
125
145
  type: StringConstructor;
126
146
  default: string;
127
147
  };
148
+ aspect: {
149
+ type: StringConstructor;
150
+ default: string;
151
+ };
152
+ aspectPlacement: {
153
+ type: StringConstructor;
154
+ default: string;
155
+ };
128
156
  size: {
129
157
  type: StringConstructor;
130
158
  default: string;
@@ -160,6 +188,8 @@ declare const GTargetR: ({
160
188
  dbOptions: Record<string, any>;
161
189
  border: boolean;
162
190
  placement: string;
191
+ aspect: string;
192
+ aspectPlacement: string;
163
193
  arrow: boolean;
164
194
  bg: boolean;
165
195
  targetType: string;
@@ -11,6 +11,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
11
11
  type: StringConstructor;
12
12
  default: string;
13
13
  };
14
+ aspect: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ aspectPlacement: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
14
22
  size: {
15
23
  type: StringConstructor;
16
24
  default: string;
@@ -52,6 +60,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
52
60
  type: StringConstructor;
53
61
  default: string;
54
62
  };
63
+ aspect: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ aspectPlacement: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
55
71
  size: {
56
72
  type: StringConstructor;
57
73
  default: string;
@@ -83,6 +99,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
83
99
  dbOptions: Record<string, any>;
84
100
  border: boolean;
85
101
  placement: string;
102
+ aspect: string;
103
+ aspectPlacement: string;
86
104
  arrow: boolean;
87
105
  bg: boolean;
88
106
  targetType: string;
@@ -12,6 +12,18 @@ declare const GTargetS: ({
12
12
  type: StringConstructor;
13
13
  default: string;
14
14
  };
15
+ tooltip: {
16
+ type: ArrayConstructor;
17
+ default: null;
18
+ };
19
+ aspect: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ aspectPlacement: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
15
27
  arrow: {
16
28
  type: BooleanConstructor;
17
29
  default: boolean;
@@ -43,6 +55,9 @@ declare const GTargetS: ({
43
55
  dbOptions: Record<string, any>;
44
56
  border: boolean;
45
57
  placement: string;
58
+ tooltip: unknown[];
59
+ aspect: string;
60
+ aspectPlacement: string;
46
61
  arrow: boolean;
47
62
  bg: boolean;
48
63
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -65,6 +80,18 @@ declare const GTargetS: ({
65
80
  type: StringConstructor;
66
81
  default: string;
67
82
  };
83
+ tooltip: {
84
+ type: ArrayConstructor;
85
+ default: null;
86
+ };
87
+ aspect: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ aspectPlacement: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
68
95
  arrow: {
69
96
  type: BooleanConstructor;
70
97
  default: boolean;
@@ -94,6 +121,9 @@ declare const GTargetS: ({
94
121
  dbOptions: Record<string, any>;
95
122
  border: boolean;
96
123
  placement: string;
124
+ tooltip: unknown[];
125
+ aspect: string;
126
+ aspectPlacement: string;
97
127
  arrow: boolean;
98
128
  bg: boolean;
99
129
  }>;
@@ -113,6 +143,18 @@ declare const GTargetS: ({
113
143
  type: StringConstructor;
114
144
  default: string;
115
145
  };
146
+ tooltip: {
147
+ type: ArrayConstructor;
148
+ default: null;
149
+ };
150
+ aspect: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
154
+ aspectPlacement: {
155
+ type: StringConstructor;
156
+ default: string;
157
+ };
116
158
  arrow: {
117
159
  type: BooleanConstructor;
118
160
  default: boolean;
@@ -144,6 +186,9 @@ declare const GTargetS: ({
144
186
  dbOptions: Record<string, any>;
145
187
  border: boolean;
146
188
  placement: string;
189
+ tooltip: unknown[];
190
+ aspect: string;
191
+ aspectPlacement: string;
147
192
  arrow: boolean;
148
193
  bg: boolean;
149
194
  }, {}, 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>;
@@ -11,6 +11,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
11
11
  type: StringConstructor;
12
12
  default: string;
13
13
  };
14
+ tooltip: {
15
+ type: ArrayConstructor;
16
+ default: null;
17
+ };
18
+ aspect: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ aspectPlacement: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
14
26
  arrow: {
15
27
  type: BooleanConstructor;
16
28
  default: boolean;
@@ -47,6 +59,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
47
59
  type: StringConstructor;
48
60
  default: string;
49
61
  };
62
+ tooltip: {
63
+ type: ArrayConstructor;
64
+ default: null;
65
+ };
66
+ aspect: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ aspectPlacement: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
50
74
  arrow: {
51
75
  type: BooleanConstructor;
52
76
  default: boolean;
@@ -71,6 +95,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
71
95
  dbOptions: Record<string, any>;
72
96
  border: boolean;
73
97
  placement: string;
98
+ tooltip: unknown[];
99
+ aspect: string;
100
+ aspectPlacement: string;
74
101
  arrow: boolean;
75
102
  bg: boolean;
76
103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -111,5 +111,6 @@ declare const theme: {
111
111
  };
112
112
  aMapStyle: string;
113
113
  aMapScatterColor: string;
114
+ tooltipFill: string;
114
115
  };
115
116
  export default theme;
@@ -108,5 +108,6 @@ declare const theme: {
108
108
  };
109
109
  aMapStyle: string;
110
110
  aMapScatterColor: string;
111
+ tooltipFill: string;
111
112
  };
112
113
  export default theme;
@@ -108,5 +108,6 @@ declare const theme: {
108
108
  };
109
109
  aMapStyle: string;
110
110
  aMapScatterColor: string;
111
+ tooltipFill: string;
111
112
  };
112
113
  export default theme;
@@ -111,5 +111,6 @@ declare const theme: {
111
111
  };
112
112
  aMapStyle: string;
113
113
  aMapScatterColor: string;
114
+ tooltipFill: string;
114
115
  };
115
116
  export default theme;
@@ -108,5 +108,6 @@ declare const theme: {
108
108
  };
109
109
  aMapStyle: string;
110
110
  aMapScatterColor: string;
111
+ tooltipFill: string;
111
112
  };
112
113
  export default theme;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "0.9.4",
5
+ "version": "0.9.7",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",