vis-core 0.31.10 → 0.31.11

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
@@ -894,6 +894,7 @@ export declare class MapManager {
894
894
  private mapDistances;
895
895
  private mapConfigs;
896
896
  private mapReferenceAngle;
897
+ private mapBloomConfig;
897
898
  private currentMap;
898
899
  private currentZoom;
899
900
  private mapPadding;
@@ -905,6 +906,10 @@ export declare class MapManager {
905
906
  private groups;
906
907
  private eventHandlers;
907
908
  private areaCloseTimer;
909
+ private key;
910
+ private topAdcode;
911
+ private clickHandleDrillDown;
912
+ private clickOusideBack;
908
913
  static findAdcodeInfoByName: (name: string) => {
909
914
  adcode: number;
910
915
  lng: number;
@@ -927,8 +932,6 @@ export declare class MapManager {
927
932
  b: number[];
928
933
  } | undefined;
929
934
  static extendsAdcodeAll: (cb: any) => void;
930
- key: string;
931
- topAdcode: number;
932
935
  constructor(config: MapManagerConfig);
933
936
  /**
934
937
  * 设置事件处理器
@@ -1007,6 +1010,8 @@ export declare interface MapManagerConfig {
1007
1010
  areaHoverEnabled?: boolean;
1008
1011
  topAdcode?: number;
1009
1012
  showBuildingOnlyWithoutChildren?: boolean;
1013
+ clickHandleDrillDown?: boolean;
1014
+ clickOusideBack?: boolean;
1010
1015
  }
1011
1016
 
1012
1017
  declare interface MapOptions extends BaseOptions {
@@ -1489,7 +1494,7 @@ export { TWEEN }
1489
1494
 
1490
1495
  export { Tween }
1491
1496
 
1492
- export declare const VERSION = "0.31.10";
1497
+ export declare const VERSION = "0.31.11";
1493
1498
 
1494
1499
  export { }
1495
1500