@earthview/core 0.2.2 → 0.2.6

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 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;
@@ -663,6 +665,7 @@ export declare class MarkerLayer extends BaseLayer {
663
665
  removeMarker(id: string): void;
664
666
  updateMarker(id: string, data: Partial<MarkerLayerData>): Promise<void>;
665
667
  private showPopup;
668
+ private escapeHtml;
666
669
  private hidePopup;
667
670
  clearAllMarkers(): void;
668
671
  getAllMarkers(): MarkerLayerData[];
@@ -840,6 +843,8 @@ export declare interface TileLayerConfig {
840
843
  export declare function toWGS84(lng: number, lat: number, fromSystem: CoordinateSystemTypeEnum): [number, number];
841
844
 
842
845
  export declare interface Translations {
846
+ topScroll: string;
847
+ bottomScroll: string;
843
848
  pleaseEnterText: string;
844
849
  longitude: string;
845
850
  latitude: string;