vis-core 0.31.16 → 0.31.18
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 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -882,6 +882,7 @@ 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;
|
|
@@ -990,6 +991,7 @@ export declare interface MapManagerConfig {
|
|
|
990
991
|
showBuildingOnlyWithoutChildren?: boolean;
|
|
991
992
|
clickHandleDrillDown?: boolean;
|
|
992
993
|
clickOusideBack?: boolean;
|
|
994
|
+
mapMultiplyScalar?: number;
|
|
993
995
|
}
|
|
994
996
|
|
|
995
997
|
declare interface MapOptions extends BaseOptions {
|
|
@@ -1472,7 +1474,7 @@ export { TWEEN }
|
|
|
1472
1474
|
|
|
1473
1475
|
export { Tween }
|
|
1474
1476
|
|
|
1475
|
-
export declare const VERSION = "0.31.
|
|
1477
|
+
export declare const VERSION = "0.31.18";
|
|
1476
1478
|
|
|
1477
1479
|
export { }
|
|
1478
1480
|
|