vis-core 0.31.12 → 0.31.14
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 -6
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -325,8 +325,6 @@ export declare class City extends Base {
|
|
|
325
325
|
road: Road;
|
|
326
326
|
setOptions(options: CityOptions): void;
|
|
327
327
|
multiplyScalar: number;
|
|
328
|
-
loaderAdd(): void;
|
|
329
|
-
initMaterial(): Promise<void>;
|
|
330
328
|
disableSSAO(): void;
|
|
331
329
|
enabledSSAO(): void;
|
|
332
330
|
initGroup(): Promise<void>;
|
|
@@ -901,8 +899,7 @@ export declare class MapManager {
|
|
|
901
899
|
private isInitializing;
|
|
902
900
|
private rmTemplateIdentifier;
|
|
903
901
|
private geojsonExtensions;
|
|
904
|
-
private
|
|
905
|
-
private areaHoverMlistName?;
|
|
902
|
+
private areaHoverMlistName;
|
|
906
903
|
private showBuildingOnlyWithoutChildren;
|
|
907
904
|
private groups;
|
|
908
905
|
private eventHandlers;
|
|
@@ -1008,7 +1005,7 @@ export declare interface MapManagerConfig {
|
|
|
1008
1005
|
rmTemplateIdentifier?: boolean;
|
|
1009
1006
|
geojsonExtensions?: Record<string, any[]>;
|
|
1010
1007
|
mapConfigs?: Record<string, any>;
|
|
1011
|
-
areaHoverMlistName?: string[]
|
|
1008
|
+
areaHoverMlistName?: Record<string, string[]>;
|
|
1012
1009
|
topAdcode?: number;
|
|
1013
1010
|
showBuildingOnlyWithoutChildren?: boolean;
|
|
1014
1011
|
clickHandleDrillDown?: boolean;
|
|
@@ -1495,7 +1492,7 @@ export { TWEEN }
|
|
|
1495
1492
|
|
|
1496
1493
|
export { Tween }
|
|
1497
1494
|
|
|
1498
|
-
export declare const VERSION = "0.31.
|
|
1495
|
+
export declare const VERSION = "0.31.14";
|
|
1499
1496
|
|
|
1500
1497
|
export { }
|
|
1501
1498
|
|