@teeechina/teee-map 0.0.36 → 0.0.37

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -425,6 +425,7 @@ export declare class TeeeMap {
425
425
  initGeoJsonState(): void;
426
426
  initMixGeoJsonMapState(): void;
427
427
  stashAllFeature(): void;
428
+ setSscsPointState(code: string | number, state: string): void;
428
429
 
429
430
  // ── 要素缓存就绪信号 ──
430
431
  /** 使当前要素缓存就绪信号失败并唤醒所有等待方(destroy 时内部调用) */
@@ -446,6 +447,7 @@ export declare class TeeeMap {
446
447
  createGeomEncryptedMap(stcode: string, url: string, layers: LayerType[]): void;
447
448
  createCTCEncryptedMap(stcode: string, url: string, layers: LayerType[]): void;
448
449
  createGeoJsonStationMap(stationDatas: GeojsonStationDatas[]): Promise<void>;
450
+ createSscsGraphMap(url: string): void;
449
451
  createMixGeoJsonMap(
450
452
  stationDatas: {
451
453
  code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teeechina/teee-map",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "",
5
5
  "main": "dist/teee-map.umd.js",
6
6
  "module": "dist/teee-map.mjs",