g-ui-web 1.4.74 → 1.4.76

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
@@ -16,6 +16,10 @@ declare const GTargetS: ({
16
16
  type: ArrayConstructor;
17
17
  default: null;
18
18
  };
19
+ tooltipEffect: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
19
23
  aspect: {
20
24
  type: StringConstructor;
21
25
  default: string;
@@ -58,6 +62,7 @@ declare const GTargetS: ({
58
62
  size: string;
59
63
  dbOptions: Record<string, any>;
60
64
  border: boolean;
65
+ tooltipEffect: string;
61
66
  placement: string;
62
67
  tooltip: unknown[];
63
68
  aspect: string;
@@ -89,6 +94,10 @@ declare const GTargetS: ({
89
94
  type: ArrayConstructor;
90
95
  default: null;
91
96
  };
97
+ tooltipEffect: {
98
+ type: StringConstructor;
99
+ default: string;
100
+ };
92
101
  aspect: {
93
102
  type: StringConstructor;
94
103
  default: string;
@@ -129,6 +138,7 @@ declare const GTargetS: ({
129
138
  size: string;
130
139
  dbOptions: Record<string, any>;
131
140
  border: boolean;
141
+ tooltipEffect: string;
132
142
  placement: string;
133
143
  tooltip: unknown[];
134
144
  aspect: string;
@@ -157,6 +167,10 @@ declare const GTargetS: ({
157
167
  type: ArrayConstructor;
158
168
  default: null;
159
169
  };
170
+ tooltipEffect: {
171
+ type: StringConstructor;
172
+ default: string;
173
+ };
160
174
  aspect: {
161
175
  type: StringConstructor;
162
176
  default: string;
@@ -199,6 +213,7 @@ declare const GTargetS: ({
199
213
  size: string;
200
214
  dbOptions: Record<string, any>;
201
215
  border: boolean;
216
+ tooltipEffect: string;
202
217
  placement: string;
203
218
  tooltip: unknown[];
204
219
  aspect: string;
@@ -15,6 +15,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
15
15
  type: ArrayConstructor;
16
16
  default: null;
17
17
  };
18
+ tooltipEffect: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
18
22
  aspect: {
19
23
  type: StringConstructor;
20
24
  default: string;
@@ -67,6 +71,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
67
71
  type: ArrayConstructor;
68
72
  default: null;
69
73
  };
74
+ tooltipEffect: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
70
78
  aspect: {
71
79
  type: StringConstructor;
72
80
  default: string;
@@ -102,6 +110,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
102
110
  size: string;
103
111
  dbOptions: Record<string, any>;
104
112
  border: boolean;
113
+ tooltipEffect: string;
105
114
  placement: string;
106
115
  tooltip: unknown[];
107
116
  aspect: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "1.4.74",
5
+ "version": "1.4.76",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",