my-openlayer 2.0.0 → 2.0.1

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/index.d.ts CHANGED
@@ -1,18 +1,18 @@
1
- export { default } from './MyOl';
2
- export { default as MyOl } from './MyOl';
3
- export { default as Point } from './core/Point';
4
- export { default as Line } from './core/Line';
5
- export { default as Polygon } from './core/Polygon';
6
- export { default as MapBaseLayers } from './core/MapBaseLayers';
7
- export { default as MapTools } from './core/MapTools';
8
- export { default as MeasureHandler } from './core/MeasureHandler';
9
- export { default as VueTemplatePoint } from './core/VueTemplatePoint';
10
- export { ConfigManager } from './core/ConfigManager';
11
- export { EventManager } from './core/EventManager';
12
- export type { MapEventType, EventCallback, MapEventData } from './core/EventManager';
13
- export { ErrorHandler, MyOpenLayersError, ErrorType } from './utils/ErrorHandler';
14
- export { ValidationUtils } from './utils/ValidationUtils';
15
- export type { BaseOptions, StyleOptions, TextOptions } from './types';
16
- export type { PointOptions, LineOptions, PolygonOptions } from './types';
17
- export type { OptionsType } from './types';
18
- export type { MapInitType, MapLayersOptions, HeatMapOptions, ImageLayerData, MaskLayerOptions, ColorMap, FeatureColorUpdateOptions, PointData, LineData, ClusterOptions, MeasureHandlerType, VueTemplatePointOptions, MapJSONData, FeatureData, AnnotationType, TiandituType, MapLayers, AnnotationLayerOptions } from './types';
1
+ export { default } from './MyOl';
2
+ export { default as MyOl } from './MyOl';
3
+ export { default as Point } from './core/Point';
4
+ export { default as Line } from './core/Line';
5
+ export { default as Polygon } from './core/Polygon';
6
+ export { default as MapBaseLayers } from './core/MapBaseLayers';
7
+ export { default as MapTools } from './core/MapTools';
8
+ export { default as MeasureHandler } from './core/MeasureHandler';
9
+ export { default as VueTemplatePoint } from './core/VueTemplatePoint';
10
+ export { ConfigManager } from './core/ConfigManager';
11
+ export { EventManager } from './core/EventManager';
12
+ export type { MapEventType, EventCallback, MapEventData } from './core/EventManager';
13
+ export { ErrorHandler, MyOpenLayersError, ErrorType } from './utils/ErrorHandler';
14
+ export { ValidationUtils } from './utils/ValidationUtils';
15
+ export type { BaseOptions, StyleOptions, TextOptions } from './types';
16
+ export type { PointOptions, LineOptions, PolygonOptions } from './types';
17
+ export type { OptionsType } from './types';
18
+ export type { MapInitType, MapLayersOptions, HeatMapOptions, ImageLayerData, MaskLayerOptions, ColorMap, FeatureColorUpdateOptions, PointData, LineData, ClusterOptions, MeasureHandlerType, VueTemplatePointOptions, MapJSONData, FeatureData, AnnotationType, TiandituType, MapLayers, AnnotationLayerOptions } from './types';
package/index.js CHANGED
@@ -1,17 +1,17 @@
1
- // 导出核心类 - 默认导出
2
- export { default } from './MyOl';
3
- export { default as MyOl } from './MyOl';
4
- export { default as Point } from './core/Point';
5
- export { default as Line } from './core/Line';
6
- export { default as Polygon } from './core/Polygon';
7
- export { default as MapBaseLayers } from './core/MapBaseLayers';
8
- export { default as MapTools } from './core/MapTools';
9
- export { default as MeasureHandler } from './core/MeasureHandler';
10
- export { default as VueTemplatePoint } from './core/VueTemplatePoint';
11
- // 新增工具类
12
- export { ConfigManager } from './core/ConfigManager';
13
- export { EventManager } from './core/EventManager';
14
- // 错误处理
15
- export { ErrorHandler, MyOpenLayersError, ErrorType } from './utils/ErrorHandler';
16
- // 验证工具
17
- export { ValidationUtils } from './utils/ValidationUtils';
1
+ // 导出核心类 - 默认导出
2
+ export { default } from './MyOl';
3
+ export { default as MyOl } from './MyOl';
4
+ export { default as Point } from './core/Point';
5
+ export { default as Line } from './core/Line';
6
+ export { default as Polygon } from './core/Polygon';
7
+ export { default as MapBaseLayers } from './core/MapBaseLayers';
8
+ export { default as MapTools } from './core/MapTools';
9
+ export { default as MeasureHandler } from './core/MeasureHandler';
10
+ export { default as VueTemplatePoint } from './core/VueTemplatePoint';
11
+ // 新增工具类
12
+ export { ConfigManager } from './core/ConfigManager';
13
+ export { EventManager } from './core/EventManager';
14
+ // 错误处理
15
+ export { ErrorHandler, MyOpenLayersError, ErrorType } from './utils/ErrorHandler';
16
+ // 验证工具
17
+ export { ValidationUtils } from './utils/ValidationUtils';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "my-openlayer",
3
3
  "private": false,
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",