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