vis-core 0.31.15 → 0.31.16

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
@@ -887,6 +887,7 @@ export declare class MapManager extends Event_2 {
887
887
  private rmTemplateIdentifier;
888
888
  private geojsonExtensions;
889
889
  private areaHoverMlistName;
890
+ private distanceChangeMlistName;
890
891
  private showBuildingOnlyWithoutChildren;
891
892
  private groups;
892
893
  private areaCloseTimer;
@@ -983,7 +984,8 @@ export declare interface MapManagerConfig {
983
984
  rmTemplateIdentifier?: boolean;
984
985
  geojsonExtensions?: Record<string, any[]>;
985
986
  mapConfigs?: Record<string, any>;
986
- areaHoverMlistName?: Record<string, string[]>;
987
+ areaHoverMlistName?: Record<string, [string, string, number?]>;
988
+ distanceChangeMlistName?: Record<string, [string, string, number?][]>;
987
989
  topAdcode?: number;
988
990
  showBuildingOnlyWithoutChildren?: boolean;
989
991
  clickHandleDrillDown?: boolean;
@@ -1470,7 +1472,7 @@ export { TWEEN }
1470
1472
 
1471
1473
  export { Tween }
1472
1474
 
1473
- export declare const VERSION = "0.31.15";
1475
+ export declare const VERSION = "0.31.16";
1474
1476
 
1475
1477
  export { }
1476
1478