vis-core 0.31.20 → 0.31.22

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
@@ -507,7 +507,11 @@ export declare class Earth extends Base {
507
507
  Line: LineObject;
508
508
  Group: GroupObject;
509
509
  }): Promise<void>;
510
- syncExtendsOptionToScene(name: string, value: any): void;
510
+ private _getChinaPlaneCopy;
511
+ ensureChinaPlaneCopyInScene(): Promise<void>;
512
+ clearChinaPlaneCopyInScene(): void;
513
+ private _syncChinaPlaneCopy;
514
+ syncExtendsOptionToScene(name: string, value: any): Promise<void>;
511
515
  private _syncConicDepth;
512
516
  rebuildFromScene(): Promise<void>;
513
517
  }
@@ -675,6 +679,9 @@ declare class Map_2 extends Base {
675
679
  extendsOptions: Record<string, any>;
676
680
  setOptions(options: MapOptions): void;
677
681
  initGroup(): Promise<void>;
682
+ private _getProjectionCenter;
683
+ private _getProjectionRotate;
684
+ private _getSplitPolygons;
678
685
  beforeInit(): Promise<void>;
679
686
  private clickHandleDrillDownMark;
680
687
  private clickOusideBackMark;
@@ -685,6 +692,11 @@ declare class Map_2 extends Base {
685
692
  initVis(): Promise<void>;
686
693
  loaderAddBg(): void;
687
694
  initMaterialBg(): Promise<void>;
695
+ private _getParentBgMetrics;
696
+ private _clearParentBgInScene;
697
+ private _ensureParentBgInScene;
698
+ private _clearContinentsBgInScene;
699
+ private _ensureContinentsBgInScene;
688
700
  consoleMousePostion(): void;
689
701
  setAreaMaterialByProperty(key: string, value: any, ops: {
690
702
  color?: string;
@@ -802,7 +814,6 @@ declare class Map_2 extends Base {
802
814
  * 根据快照在 PlaneMap 上恢复叠加层
803
815
  */
804
816
  private applyOverlayLayers;
805
- private _templateAdcode;
806
817
  /**
807
818
  * 根据 switchFixConfig 对场景中的对象做位置/缩放修复
808
819
  */
@@ -848,6 +859,7 @@ declare class Map_2 extends Base {
848
859
  syncExtendsOptionToScene(name: string, value: any): Promise<void>;
849
860
  private _syncDepthToLivePlaneMaps;
850
861
  private _syncDepthToLiveParentPlaneMaps;
862
+ private _syncDepthToLiveContinentsBg;
851
863
  private _syncProjectionToLivePlaneMaps;
852
864
  dispose(): void;
853
865
  }
@@ -1478,7 +1490,7 @@ export { TWEEN }
1478
1490
 
1479
1491
  export { Tween }
1480
1492
 
1481
- export declare const VERSION = "0.31.20";
1493
+ export declare const VERSION = "0.31.22";
1482
1494
 
1483
1495
  export { }
1484
1496