@vsleem-realsee-viewer/projection-plugin 2.0.26 → 2.0.27

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
@@ -1,10 +1,8 @@
1
1
  import { ModelPicker, Projection as ProjectionPlugin, SpacePicker } from './components';
2
- export { LocaleType, MappingType } from './enums';
2
+ export { MappingType } from './enums';
3
3
  export type {
4
4
  /** 应用程序配置*/
5
5
  AppSetting,
6
- /** 组件配置参数*/
7
- ConfigProviderProps,
8
6
  /**地图选项 */
9
7
  MapOptions,
10
8
  /**地图配置参数 */
package/dist/index.mjs CHANGED
@@ -1,11 +1,10 @@
1
- import { a1 as s, $ as o, z as p, a0 as P, X as c, Y as i, Z as r, a2 as E } from "./index-CGohpb9V.mjs";
1
+ import { a1 as s, z as P, a0 as i, Y as o, Z as p, $ as r, a2 as c } from "./index-rvgozCFN.mjs";
2
2
  export {
3
3
  s as GEO_CODER_URL,
4
- o as LocaleType,
5
- p as MAP_OPTIONS,
6
- P as MappingType,
7
- c as ModelPicker,
8
- i as ProjectionPlugin,
4
+ P as MAP_OPTIONS,
5
+ i as MappingType,
6
+ o as ModelPicker,
7
+ p as ProjectionPlugin,
9
8
  r as SpacePicker,
10
- E as TILE_LAYERS
9
+ c as TILE_LAYERS
11
10
  };