g-ui-web 0.10.25 → 0.10.27

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
@@ -44,6 +44,10 @@ declare const GTargetR: ({
44
44
  type: StringConstructor;
45
45
  default: string;
46
46
  };
47
+ color: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
47
51
  dbOptions: {
48
52
  type: ObjectConstructor;
49
53
  default: () => {};
@@ -60,6 +64,7 @@ declare const GTargetR: ({
60
64
  border: boolean;
61
65
  placement: string;
62
66
  tooltip: unknown[];
67
+ color: string;
63
68
  aspect: string;
64
69
  aspectPlacement: string;
65
70
  arrow: boolean;
@@ -117,6 +122,10 @@ declare const GTargetR: ({
117
122
  type: StringConstructor;
118
123
  default: string;
119
124
  };
125
+ color: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
120
129
  dbOptions: {
121
130
  type: ObjectConstructor;
122
131
  default: () => {};
@@ -133,6 +142,7 @@ declare const GTargetR: ({
133
142
  border: boolean;
134
143
  placement: string;
135
144
  tooltip: unknown[];
145
+ color: string;
136
146
  aspect: string;
137
147
  aspectPlacement: string;
138
148
  arrow: boolean;
@@ -187,6 +197,10 @@ declare const GTargetR: ({
187
197
  type: StringConstructor;
188
198
  default: string;
189
199
  };
200
+ color: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
190
204
  dbOptions: {
191
205
  type: ObjectConstructor;
192
206
  default: () => {};
@@ -203,6 +217,7 @@ declare const GTargetR: ({
203
217
  border: boolean;
204
218
  placement: string;
205
219
  tooltip: unknown[];
220
+ color: string;
206
221
  aspect: string;
207
222
  aspectPlacement: string;
208
223
  arrow: boolean;
@@ -43,6 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  type: StringConstructor;
44
44
  default: string;
45
45
  };
46
+ color: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
46
50
  dbOptions: {
47
51
  type: ObjectConstructor;
48
52
  default: () => {};
@@ -96,6 +100,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
96
100
  type: StringConstructor;
97
101
  default: string;
98
102
  };
103
+ color: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
99
107
  dbOptions: {
100
108
  type: ObjectConstructor;
101
109
  default: () => {};
@@ -108,6 +116,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
108
116
  border: boolean;
109
117
  placement: string;
110
118
  tooltip: unknown[];
119
+ color: string;
111
120
  aspect: string;
112
121
  aspectPlacement: string;
113
122
  arrow: boolean;
@@ -82,6 +82,7 @@ declare const theme: {
82
82
  bgExtraLight: string;
83
83
  bgDark: string;
84
84
  };
85
+ scrollColor: string;
85
86
  bg: {
86
87
  bg: string;
87
88
  page: string;
@@ -79,6 +79,7 @@ declare const theme: {
79
79
  darker: string;
80
80
  blank: string;
81
81
  };
82
+ scrollColor: string;
82
83
  bg: {
83
84
  bg: string;
84
85
  page: string;
@@ -70,6 +70,7 @@ declare const theme: {
70
70
  dark: string;
71
71
  darker: string;
72
72
  };
73
+ scrollColor: string;
73
74
  fill: {
74
75
  fill: string;
75
76
  light: string;
@@ -82,6 +82,7 @@ declare const theme: {
82
82
  bgExtraLight: string;
83
83
  bgDark: string;
84
84
  };
85
+ scrollColor: string;
85
86
  bg: {
86
87
  bg: string;
87
88
  page: string;
@@ -79,6 +79,7 @@ declare const theme: {
79
79
  darker: string;
80
80
  blank: string;
81
81
  };
82
+ scrollColor: string;
82
83
  bg: {
83
84
  bg: string;
84
85
  page: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "0.10.25",
5
+ "version": "0.10.27",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",