vis-core 0.31.19 → 0.31.21
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 +1 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -432,7 +432,6 @@ declare class ContinentsBg extends GroupObject {
|
|
|
432
432
|
constructor(options: Options_12);
|
|
433
433
|
create(): Promise<void>;
|
|
434
434
|
private getPointInContinentInfo;
|
|
435
|
-
getPointInContinent(location: [number, number]): boolean;
|
|
436
435
|
getLocationPosition(location: [number, number], tName?: string): [number, number, number] | undefined;
|
|
437
436
|
render(): void;
|
|
438
437
|
rebuildFromScene(): void;
|
|
@@ -1479,7 +1478,7 @@ export { TWEEN }
|
|
|
1479
1478
|
|
|
1480
1479
|
export { Tween }
|
|
1481
1480
|
|
|
1482
|
-
export declare const VERSION = "0.31.
|
|
1481
|
+
export declare const VERSION = "0.31.21";
|
|
1483
1482
|
|
|
1484
1483
|
export { }
|
|
1485
1484
|
|