vis-core 0.31.12 → 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 CHANGED
@@ -901,8 +901,7 @@ export declare class MapManager {
901
901
  private isInitializing;
902
902
  private rmTemplateIdentifier;
903
903
  private geojsonExtensions;
904
- private areaHoverEnabled;
905
- private areaHoverMlistName?;
904
+ private areaHoverMlistName;
906
905
  private showBuildingOnlyWithoutChildren;
907
906
  private groups;
908
907
  private eventHandlers;
@@ -1008,7 +1007,7 @@ export declare interface MapManagerConfig {
1008
1007
  rmTemplateIdentifier?: boolean;
1009
1008
  geojsonExtensions?: Record<string, any[]>;
1010
1009
  mapConfigs?: Record<string, any>;
1011
- areaHoverMlistName?: string[];
1010
+ areaHoverMlistName?: Record<string, string[]>;
1012
1011
  topAdcode?: number;
1013
1012
  showBuildingOnlyWithoutChildren?: boolean;
1014
1013
  clickHandleDrillDown?: boolean;