@ecan-bi/datav 1.3.83 → 1.3.84
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/dist/index.es.js +2766 -2719
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +18 -18
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/map/map/Map.vue.d.ts +26 -3
- package/types/map/map/index.d.ts +26 -3
- package/types/map/map/props.d.ts +16 -0
package/package.json
CHANGED
|
@@ -159,6 +159,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
areaStyleKeyName: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
166
|
+
mapAreaStyleConfig: {
|
|
167
|
+
type?: import("vue").PropType<{
|
|
168
|
+
[key: string]: any;
|
|
169
|
+
}[]>;
|
|
170
|
+
default?: {
|
|
171
|
+
[key: string]: any;
|
|
172
|
+
}[];
|
|
173
|
+
};
|
|
162
174
|
id: {
|
|
163
175
|
type?: import("vue").PropType<string>;
|
|
164
176
|
default?: string;
|
|
@@ -327,6 +339,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
327
339
|
borderColor: string;
|
|
328
340
|
};
|
|
329
341
|
};
|
|
342
|
+
regions: any[];
|
|
330
343
|
};
|
|
331
344
|
series: {
|
|
332
345
|
type: string;
|
|
@@ -348,9 +361,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
348
361
|
color: string;
|
|
349
362
|
};
|
|
350
363
|
};
|
|
351
|
-
data:
|
|
352
|
-
[key: string]: any;
|
|
353
|
-
}[];
|
|
364
|
+
data: any;
|
|
354
365
|
}[];
|
|
355
366
|
}>;
|
|
356
367
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -520,6 +531,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
520
531
|
type?: import("vue").PropType<string>;
|
|
521
532
|
default?: string;
|
|
522
533
|
};
|
|
534
|
+
areaStyleKeyName: {
|
|
535
|
+
type?: import("vue").PropType<string>;
|
|
536
|
+
default?: string;
|
|
537
|
+
};
|
|
538
|
+
mapAreaStyleConfig: {
|
|
539
|
+
type?: import("vue").PropType<{
|
|
540
|
+
[key: string]: any;
|
|
541
|
+
}[]>;
|
|
542
|
+
default?: {
|
|
543
|
+
[key: string]: any;
|
|
544
|
+
}[];
|
|
545
|
+
};
|
|
523
546
|
id: {
|
|
524
547
|
type?: import("vue").PropType<string>;
|
|
525
548
|
default?: string;
|
package/types/map/map/index.d.ts
CHANGED
|
@@ -159,6 +159,18 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
areaStyleKeyName: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
166
|
+
mapAreaStyleConfig: {
|
|
167
|
+
type?: import("vue").PropType<{
|
|
168
|
+
[key: string]: any;
|
|
169
|
+
}[]>;
|
|
170
|
+
default?: {
|
|
171
|
+
[key: string]: any;
|
|
172
|
+
}[];
|
|
173
|
+
};
|
|
162
174
|
id: {
|
|
163
175
|
type?: import("vue").PropType<string>;
|
|
164
176
|
default?: string;
|
|
@@ -327,6 +339,7 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
327
339
|
borderColor: string;
|
|
328
340
|
};
|
|
329
341
|
};
|
|
342
|
+
regions: any[];
|
|
330
343
|
};
|
|
331
344
|
series: {
|
|
332
345
|
type: string;
|
|
@@ -348,9 +361,7 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
348
361
|
color: string;
|
|
349
362
|
};
|
|
350
363
|
};
|
|
351
|
-
data:
|
|
352
|
-
[key: string]: any;
|
|
353
|
-
}[];
|
|
364
|
+
data: any;
|
|
354
365
|
}[];
|
|
355
366
|
}>;
|
|
356
367
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -520,6 +531,18 @@ export declare const EcanMap: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
520
531
|
type?: import("vue").PropType<string>;
|
|
521
532
|
default?: string;
|
|
522
533
|
};
|
|
534
|
+
areaStyleKeyName: {
|
|
535
|
+
type?: import("vue").PropType<string>;
|
|
536
|
+
default?: string;
|
|
537
|
+
};
|
|
538
|
+
mapAreaStyleConfig: {
|
|
539
|
+
type?: import("vue").PropType<{
|
|
540
|
+
[key: string]: any;
|
|
541
|
+
}[]>;
|
|
542
|
+
default?: {
|
|
543
|
+
[key: string]: any;
|
|
544
|
+
}[];
|
|
545
|
+
};
|
|
523
546
|
id: {
|
|
524
547
|
type?: import("vue").PropType<string>;
|
|
525
548
|
default?: string;
|
package/types/map/map/props.d.ts
CHANGED
|
@@ -44,6 +44,10 @@ export interface MapProps extends Props {
|
|
|
44
44
|
[key: string]: any;
|
|
45
45
|
};
|
|
46
46
|
tooltipBackgroundColor: string;
|
|
47
|
+
areaStyleKeyName: string;
|
|
48
|
+
mapAreaStyleConfig: {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
}[];
|
|
47
51
|
}
|
|
48
52
|
export declare const mapProps: MapProps;
|
|
49
53
|
export declare const mapComponentProps: {
|
|
@@ -207,6 +211,18 @@ export declare const mapComponentProps: {
|
|
|
207
211
|
type?: import("vue").PropType<string>;
|
|
208
212
|
default?: string;
|
|
209
213
|
};
|
|
214
|
+
areaStyleKeyName: {
|
|
215
|
+
type?: import("vue").PropType<string>;
|
|
216
|
+
default?: string;
|
|
217
|
+
};
|
|
218
|
+
mapAreaStyleConfig: {
|
|
219
|
+
type?: import("vue").PropType<{
|
|
220
|
+
[key: string]: any;
|
|
221
|
+
}[]>;
|
|
222
|
+
default?: {
|
|
223
|
+
[key: string]: any;
|
|
224
|
+
}[];
|
|
225
|
+
};
|
|
210
226
|
id: {
|
|
211
227
|
type?: import("vue").PropType<string>;
|
|
212
228
|
default?: string;
|