@songcf/fy-map 1.0.0
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/README.md +5 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.vue.d.ts +4 -0
- package/dist/components/FyCircle/index.d.ts +2 -0
- package/dist/components/FyCircle/index.vue.d.ts +112 -0
- package/dist/components/FyClusterMarker/index.d.ts +2 -0
- package/dist/components/FyClusterMarker/index.vue.d.ts +129 -0
- package/dist/components/FyDrawCircle/index.d.ts +2 -0
- package/dist/components/FyDrawCircle/index.vue.d.ts +76 -0
- package/dist/components/FyDrawLine/index.d.ts +2 -0
- package/dist/components/FyDrawLine/index.vue.d.ts +72 -0
- package/dist/components/FyDrawPoint/index.d.ts +2 -0
- package/dist/components/FyDrawPoint/index.vue.d.ts +67 -0
- package/dist/components/FyDrawPolygon/index.d.ts +2 -0
- package/dist/components/FyDrawPolygon/index.vue.d.ts +75 -0
- package/dist/components/FyDrawTool/index.d.ts +2 -0
- package/dist/components/FyDrawTool/index.vue.d.ts +102 -0
- package/dist/components/FyLabel/index.d.ts +2 -0
- package/dist/components/FyLabel/index.vue.d.ts +112 -0
- package/dist/components/FyLineString/index.d.ts +2 -0
- package/dist/components/FyLineString/index.vue.d.ts +105 -0
- package/dist/components/FyMap/index.d.ts +2 -0
- package/dist/components/FyMap/index.vue.d.ts +69 -0
- package/dist/components/FyMarker/index.d.ts +2 -0
- package/dist/components/FyMarker/index.vue.d.ts +105 -0
- package/dist/components/FyPoint/index.d.ts +2 -0
- package/dist/components/FyPoint/index.vue.d.ts +98 -0
- package/dist/components/FyPolygon/index.d.ts +2 -0
- package/dist/components/FyPolygon/index.vue.d.ts +98 -0
- package/dist/components/FyPopup/index.d.ts +2 -0
- package/dist/components/FyPopup/index.vue.d.ts +114 -0
- package/dist/components/FyTileLayer/index.d.ts +2 -0
- package/dist/components/FyTileLayer/index.vue.d.ts +83 -0
- package/dist/components/FyVectorLayer/index.d.ts +2 -0
- package/dist/components/FyVectorLayer/index.vue.d.ts +89 -0
- package/dist/components/index.d.ts +20 -0
- package/dist/fy-map.css +623 -0
- package/dist/fy-map.es.js +3769 -0
- package/dist/fy-map.es.js.map +1 -0
- package/dist/fy-map.umd.js +4415 -0
- package/dist/fy-map.umd.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/package.json +48 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace coordinates {
|
|
6
|
+
const type: ArrayConstructor;
|
|
7
|
+
const required: boolean;
|
|
8
|
+
}
|
|
9
|
+
namespace content {
|
|
10
|
+
const type_1: StringConstructor;
|
|
11
|
+
export { type_1 as type };
|
|
12
|
+
const required_1: boolean;
|
|
13
|
+
export { required_1 as required };
|
|
14
|
+
}
|
|
15
|
+
namespace title {
|
|
16
|
+
const type_2: StringConstructor;
|
|
17
|
+
export { type_2 as type };
|
|
18
|
+
const _default: string;
|
|
19
|
+
export { _default as default };
|
|
20
|
+
}
|
|
21
|
+
namespace width {
|
|
22
|
+
const type_3: NumberConstructor;
|
|
23
|
+
export { type_3 as type };
|
|
24
|
+
const _default_1: number;
|
|
25
|
+
export { _default_1 as default };
|
|
26
|
+
}
|
|
27
|
+
namespace height {
|
|
28
|
+
const type_4: NumberConstructor;
|
|
29
|
+
export { type_4 as type };
|
|
30
|
+
const _default_2: null;
|
|
31
|
+
export { _default_2 as default };
|
|
32
|
+
}
|
|
33
|
+
namespace minWidth {
|
|
34
|
+
const type_5: NumberConstructor;
|
|
35
|
+
export { type_5 as type };
|
|
36
|
+
const _default_3: number;
|
|
37
|
+
export { _default_3 as default };
|
|
38
|
+
}
|
|
39
|
+
namespace minHeight {
|
|
40
|
+
const type_6: NumberConstructor;
|
|
41
|
+
export { type_6 as type };
|
|
42
|
+
const _default_4: null;
|
|
43
|
+
export { _default_4 as default };
|
|
44
|
+
}
|
|
45
|
+
namespace maxWidth {
|
|
46
|
+
const type_7: NumberConstructor;
|
|
47
|
+
export { type_7 as type };
|
|
48
|
+
const _default_5: number;
|
|
49
|
+
export { _default_5 as default };
|
|
50
|
+
}
|
|
51
|
+
namespace autoClose {
|
|
52
|
+
const type_8: BooleanConstructor;
|
|
53
|
+
export { type_8 as type };
|
|
54
|
+
const _default_6: boolean;
|
|
55
|
+
export { _default_6 as default };
|
|
56
|
+
}
|
|
57
|
+
namespace className {
|
|
58
|
+
const type_9: StringConstructor;
|
|
59
|
+
export { type_9 as type };
|
|
60
|
+
const _default_7: string;
|
|
61
|
+
export { _default_7 as default };
|
|
62
|
+
}
|
|
63
|
+
namespace closeButton {
|
|
64
|
+
const type_10: BooleanConstructor;
|
|
65
|
+
export { type_10 as type };
|
|
66
|
+
const _default_8: boolean;
|
|
67
|
+
export { _default_8 as default };
|
|
68
|
+
}
|
|
69
|
+
namespace offset {
|
|
70
|
+
const type_11: ArrayConstructor;
|
|
71
|
+
export { type_11 as type };
|
|
72
|
+
function _default_9(): number[];
|
|
73
|
+
export { _default_9 as default };
|
|
74
|
+
}
|
|
75
|
+
namespace properties {
|
|
76
|
+
const type_12: ObjectConstructor;
|
|
77
|
+
export { type_12 as type };
|
|
78
|
+
function _default_10(): {};
|
|
79
|
+
export { _default_10 as default };
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
function data(): {
|
|
83
|
+
popup: null;
|
|
84
|
+
};
|
|
85
|
+
namespace inject {
|
|
86
|
+
namespace mapInstance {
|
|
87
|
+
const _default_11: null;
|
|
88
|
+
export { _default_11 as default };
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
function mounted(): void;
|
|
92
|
+
function beforeDestroy(): void;
|
|
93
|
+
namespace methods {
|
|
94
|
+
function initPopup(): void;
|
|
95
|
+
function removePopup(): void;
|
|
96
|
+
function handleOpen(e: any): void;
|
|
97
|
+
function handleClose(e: any): void;
|
|
98
|
+
function handleClick(e: any): void;
|
|
99
|
+
function show(): void;
|
|
100
|
+
function hide(): void;
|
|
101
|
+
function close(): void;
|
|
102
|
+
function setContent(content: any): void;
|
|
103
|
+
function setCoordinates(coordinates: any): void;
|
|
104
|
+
function setTitle(title: any): void;
|
|
105
|
+
function setSize(width: any, height: any): void;
|
|
106
|
+
function isOpen(): any;
|
|
107
|
+
function getPopup(): any;
|
|
108
|
+
}
|
|
109
|
+
namespace watch {
|
|
110
|
+
function coordinates(newVal: any): void;
|
|
111
|
+
function content(newVal: any): void;
|
|
112
|
+
function title(newVal: any): void;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace id {
|
|
6
|
+
export const type: StringConstructor;
|
|
7
|
+
const _default: string;
|
|
8
|
+
export { _default as default };
|
|
9
|
+
}
|
|
10
|
+
namespace urlTemplate {
|
|
11
|
+
const type_1: StringConstructor;
|
|
12
|
+
export { type_1 as type };
|
|
13
|
+
export const required: boolean;
|
|
14
|
+
}
|
|
15
|
+
namespace subdomains {
|
|
16
|
+
const type_2: ArrayConstructor;
|
|
17
|
+
export { type_2 as type };
|
|
18
|
+
function _default_1(): string[];
|
|
19
|
+
export { _default_1 as default };
|
|
20
|
+
}
|
|
21
|
+
namespace minZoom {
|
|
22
|
+
const type_3: NumberConstructor;
|
|
23
|
+
export { type_3 as type };
|
|
24
|
+
const _default_2: null;
|
|
25
|
+
export { _default_2 as default };
|
|
26
|
+
}
|
|
27
|
+
namespace maxZoom {
|
|
28
|
+
const type_4: NumberConstructor;
|
|
29
|
+
export { type_4 as type };
|
|
30
|
+
const _default_3: null;
|
|
31
|
+
export { _default_3 as default };
|
|
32
|
+
}
|
|
33
|
+
namespace opacity {
|
|
34
|
+
const type_5: NumberConstructor;
|
|
35
|
+
export { type_5 as type };
|
|
36
|
+
const _default_4: number;
|
|
37
|
+
export { _default_4 as default };
|
|
38
|
+
}
|
|
39
|
+
namespace visible {
|
|
40
|
+
const type_6: BooleanConstructor;
|
|
41
|
+
export { type_6 as type };
|
|
42
|
+
const _default_5: boolean;
|
|
43
|
+
export { _default_5 as default };
|
|
44
|
+
}
|
|
45
|
+
namespace attribution {
|
|
46
|
+
const type_7: StringConstructor;
|
|
47
|
+
export { type_7 as type };
|
|
48
|
+
const _default_6: string;
|
|
49
|
+
export { _default_6 as default };
|
|
50
|
+
}
|
|
51
|
+
namespace zIndex {
|
|
52
|
+
const type_8: NumberConstructor;
|
|
53
|
+
export { type_8 as type };
|
|
54
|
+
const _default_7: number;
|
|
55
|
+
export { _default_7 as default };
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
function data(): {
|
|
59
|
+
layer: null;
|
|
60
|
+
};
|
|
61
|
+
namespace inject {
|
|
62
|
+
namespace mapInstance {
|
|
63
|
+
const _default_8: null;
|
|
64
|
+
export { _default_8 as default };
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
function mounted(): void;
|
|
68
|
+
function beforeDestroy(): void;
|
|
69
|
+
namespace methods {
|
|
70
|
+
function initLayer(): void;
|
|
71
|
+
function removeLayer(): void;
|
|
72
|
+
function show(): void;
|
|
73
|
+
function hide(): void;
|
|
74
|
+
function setOpacity(opacity: any): void;
|
|
75
|
+
function setZIndex(zIndex: any): void;
|
|
76
|
+
function getLayer(): any;
|
|
77
|
+
}
|
|
78
|
+
namespace watch {
|
|
79
|
+
function visible(newVal: any): void;
|
|
80
|
+
function opacity(newVal: any): void;
|
|
81
|
+
function zIndex(newVal: any): void;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace id {
|
|
6
|
+
export const type: StringConstructor;
|
|
7
|
+
const _default: string;
|
|
8
|
+
export { _default as default };
|
|
9
|
+
}
|
|
10
|
+
namespace renderer {
|
|
11
|
+
const type_1: StringConstructor;
|
|
12
|
+
export { type_1 as type };
|
|
13
|
+
const _default_1: string;
|
|
14
|
+
export { _default_1 as default };
|
|
15
|
+
}
|
|
16
|
+
namespace opacity {
|
|
17
|
+
const type_2: NumberConstructor;
|
|
18
|
+
export { type_2 as type };
|
|
19
|
+
const _default_2: number;
|
|
20
|
+
export { _default_2 as default };
|
|
21
|
+
}
|
|
22
|
+
namespace visible {
|
|
23
|
+
const type_3: BooleanConstructor;
|
|
24
|
+
export { type_3 as type };
|
|
25
|
+
const _default_3: boolean;
|
|
26
|
+
export { _default_3 as default };
|
|
27
|
+
}
|
|
28
|
+
namespace minZoom {
|
|
29
|
+
const type_4: NumberConstructor;
|
|
30
|
+
export { type_4 as type };
|
|
31
|
+
const _default_4: null;
|
|
32
|
+
export { _default_4 as default };
|
|
33
|
+
}
|
|
34
|
+
namespace maxZoom {
|
|
35
|
+
const type_5: NumberConstructor;
|
|
36
|
+
export { type_5 as type };
|
|
37
|
+
const _default_5: null;
|
|
38
|
+
export { _default_5 as default };
|
|
39
|
+
}
|
|
40
|
+
namespace zIndex {
|
|
41
|
+
const type_6: NumberConstructor;
|
|
42
|
+
export { type_6 as type };
|
|
43
|
+
const _default_6: number;
|
|
44
|
+
export { _default_6 as default };
|
|
45
|
+
}
|
|
46
|
+
namespace enableCollision {
|
|
47
|
+
const type_7: BooleanConstructor;
|
|
48
|
+
export { type_7 as type };
|
|
49
|
+
const _default_7: boolean;
|
|
50
|
+
export { _default_7 as default };
|
|
51
|
+
}
|
|
52
|
+
namespace style {
|
|
53
|
+
const type_8: ObjectConstructor;
|
|
54
|
+
export { type_8 as type };
|
|
55
|
+
function _default_8(): {};
|
|
56
|
+
export { _default_8 as default };
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
function data(): {
|
|
60
|
+
layer: null;
|
|
61
|
+
};
|
|
62
|
+
namespace inject {
|
|
63
|
+
namespace mapInstance {
|
|
64
|
+
const _default_9: null;
|
|
65
|
+
export { _default_9 as default };
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
function mounted(): void;
|
|
69
|
+
function beforeDestroy(): void;
|
|
70
|
+
namespace methods {
|
|
71
|
+
function initLayer(): void;
|
|
72
|
+
function removeLayer(): void;
|
|
73
|
+
function addGeometry(geometries: any): void;
|
|
74
|
+
function removeGeometry(geometries: any): void;
|
|
75
|
+
function clear(): void;
|
|
76
|
+
function show(): void;
|
|
77
|
+
function hide(): void;
|
|
78
|
+
function setOpacity(opacity: any): void;
|
|
79
|
+
function setZIndex(zIndex: any): void;
|
|
80
|
+
function setStyle(style: any): void;
|
|
81
|
+
function getLayer(): any;
|
|
82
|
+
function getGeometries(): any;
|
|
83
|
+
}
|
|
84
|
+
namespace watch {
|
|
85
|
+
function visible(newVal: any): void;
|
|
86
|
+
function opacity(newVal: any): void;
|
|
87
|
+
function zIndex(newVal: any): void;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import MyButton from "./Button";
|
|
2
|
+
import FyMap from "./FyMap";
|
|
3
|
+
import FyTileLayer from "./FyTileLayer";
|
|
4
|
+
import FyVectorLayer from "./FyVectorLayer";
|
|
5
|
+
import FyMarker from "./FyMarker";
|
|
6
|
+
import FyLabel from "./FyLabel";
|
|
7
|
+
import FyPopup from "./FyPopup";
|
|
8
|
+
import FyClusterMarker from "./FyClusterMarker";
|
|
9
|
+
import FyDrawTool from "./FyDrawTool";
|
|
10
|
+
import FyDrawPoint from "./FyDrawPoint";
|
|
11
|
+
import FyDrawLine from "./FyDrawLine";
|
|
12
|
+
import FyDrawPolygon from "./FyDrawPolygon";
|
|
13
|
+
import FyDrawCircle from "./FyDrawCircle";
|
|
14
|
+
import FyPoint from "./FyPoint";
|
|
15
|
+
import FyLineString from "./FyLineString";
|
|
16
|
+
import FyPolygon from "./FyPolygon";
|
|
17
|
+
import FyCircle from "./FyCircle";
|
|
18
|
+
declare const components: any[];
|
|
19
|
+
export { MyButton, FyMap, FyTileLayer, FyVectorLayer, FyMarker, FyLabel, FyPopup, FyClusterMarker, FyDrawTool, FyDrawPoint, FyDrawLine, FyDrawPolygon, FyDrawCircle, FyPoint, FyLineString, FyPolygon, FyCircle, };
|
|
20
|
+
export default components;
|