g-ui-web 0.9.1 → 0.9.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.
- package/lib/bar-compare/src/options.d.ts +11 -2
- package/lib/box/index.d.ts +3 -3
- package/lib/box/src/index.vue.d.ts +1 -1
- package/lib/g-ui-web.js +5003 -4990
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +42 -42
- package/lib/heatmap/src/index.vue.d.ts +0 -18
- package/lib/index.d.ts +1 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/utils/DataSource/index-copy.d.ts +23 -0
- package/lib/utils/theme/config/black-blue.d.ts +1 -0
- package/lib/utils/theme/config/black-gold.d.ts +1 -0
- package/lib/utils/theme/config/black-green.d.ts +1 -0
- package/lib/utils/theme/config/white-blue.d.ts +1 -0
- package/lib/utils/theme/config/white-green.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const barOptions: {
|
|
1
|
+
export declare const barOptions: () => {
|
|
2
2
|
backgroundColor: any;
|
|
3
3
|
color: any;
|
|
4
4
|
legend: {
|
|
@@ -7,12 +7,22 @@ declare const barOptions: {
|
|
|
7
7
|
};
|
|
8
8
|
grid: any;
|
|
9
9
|
xAxis: {
|
|
10
|
+
splitLine: {
|
|
11
|
+
lineStyle: {
|
|
12
|
+
type: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
10
15
|
axisLabel: {
|
|
11
16
|
fontSize: any;
|
|
12
17
|
padding: any;
|
|
13
18
|
};
|
|
14
19
|
};
|
|
15
20
|
yAxis: {
|
|
21
|
+
splitLine: {
|
|
22
|
+
lineStyle: {
|
|
23
|
+
type: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
16
26
|
axisLabel: {
|
|
17
27
|
show: boolean;
|
|
18
28
|
margin: any;
|
|
@@ -29,4 +39,3 @@ declare const barOptions: {
|
|
|
29
39
|
};
|
|
30
40
|
}[];
|
|
31
41
|
};
|
|
32
|
-
export { barOptions };
|
package/lib/box/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ declare const GBox: ({
|
|
|
57
57
|
click: (...args: any[]) => void;
|
|
58
58
|
}, import('vue').PublicProps, {
|
|
59
59
|
type: string;
|
|
60
|
+
params: Record<string, any>;
|
|
60
61
|
iframe: string;
|
|
61
62
|
title: string;
|
|
62
63
|
dbOptions: Record<string, any>;
|
|
@@ -66,7 +67,6 @@ declare const GBox: ({
|
|
|
66
67
|
tag: boolean;
|
|
67
68
|
arrow: boolean;
|
|
68
69
|
bg: boolean;
|
|
69
|
-
params: Record<string, any>;
|
|
70
70
|
auth: string;
|
|
71
71
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
72
72
|
P: {};
|
|
@@ -131,6 +131,7 @@ declare const GBox: ({
|
|
|
131
131
|
load: () => Promise<void>;
|
|
132
132
|
}, {}, {}, {}, {
|
|
133
133
|
type: string;
|
|
134
|
+
params: Record<string, any>;
|
|
134
135
|
iframe: string;
|
|
135
136
|
title: string;
|
|
136
137
|
dbOptions: Record<string, any>;
|
|
@@ -140,7 +141,6 @@ declare const GBox: ({
|
|
|
140
141
|
tag: boolean;
|
|
141
142
|
arrow: boolean;
|
|
142
143
|
bg: boolean;
|
|
143
|
-
params: Record<string, any>;
|
|
144
144
|
auth: string;
|
|
145
145
|
}>;
|
|
146
146
|
__isFragment?: never;
|
|
@@ -204,6 +204,7 @@ declare const GBox: ({
|
|
|
204
204
|
click: (...args: any[]) => void;
|
|
205
205
|
}, string, {
|
|
206
206
|
type: string;
|
|
207
|
+
params: Record<string, any>;
|
|
207
208
|
iframe: string;
|
|
208
209
|
title: string;
|
|
209
210
|
dbOptions: Record<string, any>;
|
|
@@ -213,7 +214,6 @@ declare const GBox: ({
|
|
|
213
214
|
tag: boolean;
|
|
214
215
|
arrow: boolean;
|
|
215
216
|
bg: boolean;
|
|
216
|
-
params: Record<string, any>;
|
|
217
217
|
auth: string;
|
|
218
218
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
219
219
|
$slots: {
|
|
@@ -119,6 +119,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
119
119
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
}>, {
|
|
121
121
|
type: string;
|
|
122
|
+
params: Record<string, any>;
|
|
122
123
|
iframe: string;
|
|
123
124
|
title: string;
|
|
124
125
|
dbOptions: Record<string, any>;
|
|
@@ -128,7 +129,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
128
129
|
tag: boolean;
|
|
129
130
|
arrow: boolean;
|
|
130
131
|
bg: boolean;
|
|
131
|
-
params: Record<string, any>;
|
|
132
132
|
auth: string;
|
|
133
133
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
134
134
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|