g-ui-web 0.9.2 → 0.9.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.
- package/lib/g-ui-web.js +14866 -14864
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +60 -60
- 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/DataSource/index.d.ts +2 -2
- 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
|
@@ -56,14 +56,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
56
56
|
type: StringConstructor;
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
|
-
icon: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
color: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
59
|
dbOptions: {
|
|
68
60
|
type: PropType<ColumnProps>;
|
|
69
61
|
default: () => {};
|
|
@@ -98,24 +90,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
98
90
|
type: StringConstructor;
|
|
99
91
|
default: string;
|
|
100
92
|
};
|
|
101
|
-
icon: {
|
|
102
|
-
type: StringConstructor;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
color: {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
93
|
dbOptions: {
|
|
110
94
|
type: PropType<ColumnProps>;
|
|
111
95
|
default: () => {};
|
|
112
96
|
require: boolean;
|
|
113
97
|
};
|
|
114
98
|
}>> & Readonly<{}>, {
|
|
115
|
-
icon: string;
|
|
116
99
|
dbOptions: ColumnProps;
|
|
117
100
|
height: string;
|
|
118
|
-
color: string;
|
|
119
101
|
zoom: number;
|
|
120
102
|
radius: number;
|
|
121
103
|
opacity: number;
|