vis-core 0.31.15 → 0.31.17
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 +6 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -882,11 +882,13 @@ export declare class MapManager extends Event_2 {
|
|
|
882
882
|
private mapBloomConfig;
|
|
883
883
|
private currentMap;
|
|
884
884
|
private currentZoom;
|
|
885
|
+
private mapMultiplyScalar;
|
|
885
886
|
private mapPadding;
|
|
886
887
|
private isInitializing;
|
|
887
888
|
private rmTemplateIdentifier;
|
|
888
889
|
private geojsonExtensions;
|
|
889
890
|
private areaHoverMlistName;
|
|
891
|
+
private distanceChangeMlistName;
|
|
890
892
|
private showBuildingOnlyWithoutChildren;
|
|
891
893
|
private groups;
|
|
892
894
|
private areaCloseTimer;
|
|
@@ -983,11 +985,13 @@ export declare interface MapManagerConfig {
|
|
|
983
985
|
rmTemplateIdentifier?: boolean;
|
|
984
986
|
geojsonExtensions?: Record<string, any[]>;
|
|
985
987
|
mapConfigs?: Record<string, any>;
|
|
986
|
-
areaHoverMlistName?: Record<string, string
|
|
988
|
+
areaHoverMlistName?: Record<string, [string, string, number?]>;
|
|
989
|
+
distanceChangeMlistName?: Record<string, [string, string, number?][]>;
|
|
987
990
|
topAdcode?: number;
|
|
988
991
|
showBuildingOnlyWithoutChildren?: boolean;
|
|
989
992
|
clickHandleDrillDown?: boolean;
|
|
990
993
|
clickOusideBack?: boolean;
|
|
994
|
+
mapMultiplyScalar?: number;
|
|
991
995
|
}
|
|
992
996
|
|
|
993
997
|
declare interface MapOptions extends BaseOptions {
|
|
@@ -1470,7 +1474,7 @@ export { TWEEN }
|
|
|
1470
1474
|
|
|
1471
1475
|
export { Tween }
|
|
1472
1476
|
|
|
1473
|
-
export declare const VERSION = "0.31.
|
|
1477
|
+
export declare const VERSION = "0.31.17";
|
|
1474
1478
|
|
|
1475
1479
|
export { }
|
|
1476
1480
|
|