@earthview/core 0.2.2 → 0.2.5
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 +4 -0
- package/dist/index.js +463 -352
- package/dist/index.mjs +3070 -2860
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -367,7 +367,9 @@ export declare class EarthView {
|
|
|
367
367
|
private selectedPointPickId;
|
|
368
368
|
private selectedLinePickId;
|
|
369
369
|
private selectedPolygonPickId;
|
|
370
|
+
private static globalStylesInjected;
|
|
370
371
|
constructor(options: EarthViewOptions);
|
|
372
|
+
private injectGlobalStyles;
|
|
371
373
|
private initEventManager;
|
|
372
374
|
private resolveContainer;
|
|
373
375
|
private createAutoContainer;
|
|
@@ -840,6 +842,8 @@ export declare interface TileLayerConfig {
|
|
|
840
842
|
export declare function toWGS84(lng: number, lat: number, fromSystem: CoordinateSystemTypeEnum): [number, number];
|
|
841
843
|
|
|
842
844
|
export declare interface Translations {
|
|
845
|
+
topScroll: string;
|
|
846
|
+
bottomScroll: string;
|
|
843
847
|
pleaseEnterText: string;
|
|
844
848
|
longitude: string;
|
|
845
849
|
latitude: string;
|