@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.
- package/lib/index.d.ts +9 -0
- package/lib/index.js +9 -0
- package/package.json +4 -4
- package/dist/index.d.ts +0 -9
- package/dist/index.js +0 -9
- /package/{dist → lib}/_components/Template/CloseBtn.d.ts +0 -0
- /package/{dist → lib}/_components/Template/CloseBtn.js +0 -0
- /package/{dist → lib}/_components/Template/DeviceTemplate.d.ts +0 -0
- /package/{dist → lib}/_components/Template/DeviceTemplate.js +0 -0
- /package/{dist → lib}/_components/Template/FacilityTemplate.d.ts +0 -0
- /package/{dist → lib}/_components/Template/FacilityTemplate.js +0 -0
- /package/{dist → lib}/_components/Template/index.less +0 -0
- /package/{dist → lib}/_util/http.d.ts +0 -0
- /package/{dist → lib}/_util/http.js +0 -0
- /package/{dist → lib}/_util/interface.d.ts +0 -0
- /package/{dist → lib}/_util/interface.js +0 -0
- /package/{dist → lib}/_util/layerConfig.d.ts +0 -0
- /package/{dist → lib}/_util/layerConfig.js +0 -0
- /package/{dist → lib}/_util/transform.d.ts +0 -0
- /package/{dist → lib}/_util/transform.js +0 -0
- /package/{dist/DeviceLayer → lib/device-layer}/index.d.ts +0 -0
- /package/{dist/DeviceLayer → lib/device-layer}/index.js +0 -0
- /package/{dist/DivisionLayer → lib/division-layer}/index.d.ts +0 -0
- /package/{dist/DivisionLayer → lib/division-layer}/index.js +0 -0
- /package/{dist/FacilityLayer → lib/facility-layer}/index.d.ts +0 -0
- /package/{dist/FacilityLayer → lib/facility-layer}/index.js +0 -0
- /package/{dist/RawWaterLineLayer → lib/raw-water-line-layer}/index.d.ts +0 -0
- /package/{dist/RawWaterLineLayer → lib/raw-water-line-layer}/index.js +0 -0
- /package/{dist/RawWaterPointLayer → lib/raw-water-point-layer}/index.d.ts +0 -0
- /package/{dist/RawWaterPointLayer → lib/raw-water-point-layer}/index.js +0 -0
- /package/{dist → lib}/typings.d.ts +0 -0
- /package/{dist/WaterSupplyLineLayer → lib/water-supply-line-layer}/index.d.ts +0 -0
- /package/{dist/WaterSupplyLineLayer → lib/water-supply-line-layer}/index.js +0 -0
- /package/{dist/WaterSupplyPointLayer → lib/water-supply-point-layer}/index.d.ts +0 -0
- /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
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "React components for Vortex",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"module": "
|
|
7
|
-
"types": "
|
|
6
|
+
"module": "lib/index.js",
|
|
7
|
+
"types": "lib/index.d.ts",
|
|
8
8
|
"files": [
|
|
9
|
-
"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|