@vtx/cs-map-layer 1.0.3 → 1.0.4

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 (35) hide show
  1. package/lib/index.d.ts +9 -0
  2. package/lib/index.js +9 -0
  3. package/package.json +4 -4
  4. package/dist/index.d.ts +0 -9
  5. package/dist/index.js +0 -9
  6. /package/{dist → lib}/_components/Template/CloseBtn.d.ts +0 -0
  7. /package/{dist → lib}/_components/Template/CloseBtn.js +0 -0
  8. /package/{dist → lib}/_components/Template/DeviceTemplate.d.ts +0 -0
  9. /package/{dist → lib}/_components/Template/DeviceTemplate.js +0 -0
  10. /package/{dist → lib}/_components/Template/FacilityTemplate.d.ts +0 -0
  11. /package/{dist → lib}/_components/Template/FacilityTemplate.js +0 -0
  12. /package/{dist → lib}/_components/Template/index.less +0 -0
  13. /package/{dist → lib}/_util/http.d.ts +0 -0
  14. /package/{dist → lib}/_util/http.js +0 -0
  15. /package/{dist → lib}/_util/interface.d.ts +0 -0
  16. /package/{dist → lib}/_util/interface.js +0 -0
  17. /package/{dist → lib}/_util/layerConfig.d.ts +0 -0
  18. /package/{dist → lib}/_util/layerConfig.js +0 -0
  19. /package/{dist → lib}/_util/transform.d.ts +0 -0
  20. /package/{dist → lib}/_util/transform.js +0 -0
  21. /package/{dist/DeviceLayer → lib/device-layer}/index.d.ts +0 -0
  22. /package/{dist/DeviceLayer → lib/device-layer}/index.js +0 -0
  23. /package/{dist/DivisionLayer → lib/division-layer}/index.d.ts +0 -0
  24. /package/{dist/DivisionLayer → lib/division-layer}/index.js +0 -0
  25. /package/{dist/FacilityLayer → lib/facility-layer}/index.d.ts +0 -0
  26. /package/{dist/FacilityLayer → lib/facility-layer}/index.js +0 -0
  27. /package/{dist/RawWaterLineLayer → lib/raw-water-line-layer}/index.d.ts +0 -0
  28. /package/{dist/RawWaterLineLayer → lib/raw-water-line-layer}/index.js +0 -0
  29. /package/{dist/RawWaterPointLayer → lib/raw-water-point-layer}/index.d.ts +0 -0
  30. /package/{dist/RawWaterPointLayer → lib/raw-water-point-layer}/index.js +0 -0
  31. /package/{dist → lib}/typings.d.ts +0 -0
  32. /package/{dist/WaterSupplyLineLayer → lib/water-supply-line-layer}/index.d.ts +0 -0
  33. /package/{dist/WaterSupplyLineLayer → lib/water-supply-line-layer}/index.js +0 -0
  34. /package/{dist/WaterSupplyPointLayer → lib/water-supply-point-layer}/index.d.ts +0 -0
  35. /package/{dist/WaterSupplyPointLayer → lib/water-supply-point-layer}/index.js +0 -0
package/lib/index.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ import { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS } from './_util/interface';
2
+ export { default as DeviceLayer } from './device-layer';
3
+ export { default as FacilityLayer } from './facility-layer';
4
+ export { default as DivisionLayer } from './division-layer';
5
+ export { default as RawWaterPointLayer } from './raw-water-point-layer';
6
+ export { default as RawWaterLineLayer } from './raw-water-line-layer';
7
+ export { default as WaterSupplyLineLayer } from './water-supply-line-layer';
8
+ export { default as WaterSupplyPointLayer } from './water-supply-point-layer';
9
+ export { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS };
package/lib/index.js ADDED
@@ -0,0 +1,9 @@
1
+ import { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS } from "./_util/interface";
2
+ export { default as DeviceLayer } from "./device-layer";
3
+ export { default as FacilityLayer } from "./facility-layer";
4
+ export { default as DivisionLayer } from "./division-layer";
5
+ export { default as RawWaterPointLayer } from "./raw-water-point-layer";
6
+ export { default as RawWaterLineLayer } from "./raw-water-line-layer";
7
+ export { default as WaterSupplyLineLayer } from "./water-supply-line-layer";
8
+ export { default as WaterSupplyPointLayer } from "./water-supply-point-layer";
9
+ export { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@vtx/cs-map-layer",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "React components for Vortex",
5
5
  "license": "MIT",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
6
+ "module": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
8
  "files": [
9
- "dist"
9
+ "lib"
10
10
  ],
11
11
  "scripts": {
12
12
  "build": "father build",
package/dist/index.d.ts DELETED
@@ -1,9 +0,0 @@
1
- import { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS } from './_util/interface';
2
- export { default as DeviceLayer } from './DeviceLayer';
3
- export { default as FacilityLayer } from './FacilityLayer';
4
- export { default as DivisionLayer } from './DivisionLayer';
5
- export { default as RawWaterPointLayer } from './RawWaterPointLayer';
6
- export { default as RawWaterLineLayer } from './RawWaterLineLayer';
7
- export { default as WaterSupplyLineLayer } from './WaterSupplyLineLayer';
8
- export { default as WaterSupplyPointLayer } from './WaterSupplyPointLayer';
9
- export { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS };
package/dist/index.js DELETED
@@ -1,9 +0,0 @@
1
- import { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS } from "./_util/interface";
2
- export { default as DeviceLayer } from "./DeviceLayer";
3
- export { default as FacilityLayer } from "./FacilityLayer";
4
- export { default as DivisionLayer } from "./DivisionLayer";
5
- export { default as RawWaterPointLayer } from "./RawWaterPointLayer";
6
- export { default as RawWaterLineLayer } from "./RawWaterLineLayer";
7
- export { default as WaterSupplyLineLayer } from "./WaterSupplyLineLayer";
8
- export { default as WaterSupplyPointLayer } from "./WaterSupplyPointLayer";
9
- export { DEVICE_CODE, FACILITY_CODE, POINT_CHARACTERISTICS };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes