vis-core 0.31.11 → 0.31.12
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.d.ts +3 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -902,6 +902,7 @@ export declare class MapManager {
|
|
|
902
902
|
private rmTemplateIdentifier;
|
|
903
903
|
private geojsonExtensions;
|
|
904
904
|
private areaHoverEnabled;
|
|
905
|
+
private areaHoverMlistName?;
|
|
905
906
|
private showBuildingOnlyWithoutChildren;
|
|
906
907
|
private groups;
|
|
907
908
|
private eventHandlers;
|
|
@@ -1007,7 +1008,7 @@ export declare interface MapManagerConfig {
|
|
|
1007
1008
|
rmTemplateIdentifier?: boolean;
|
|
1008
1009
|
geojsonExtensions?: Record<string, any[]>;
|
|
1009
1010
|
mapConfigs?: Record<string, any>;
|
|
1010
|
-
|
|
1011
|
+
areaHoverMlistName?: string[];
|
|
1011
1012
|
topAdcode?: number;
|
|
1012
1013
|
showBuildingOnlyWithoutChildren?: boolean;
|
|
1013
1014
|
clickHandleDrillDown?: boolean;
|
|
@@ -1494,7 +1495,7 @@ export { TWEEN }
|
|
|
1494
1495
|
|
|
1495
1496
|
export { Tween }
|
|
1496
1497
|
|
|
1497
|
-
export declare const VERSION = "0.31.
|
|
1498
|
+
export declare const VERSION = "0.31.12";
|
|
1498
1499
|
|
|
1499
1500
|
export { }
|
|
1500
1501
|
|