@idmwx/idmui-gl4 2.9.5 → 2.9.6
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/{chunk-3VYIPD3A-f19df3a8.js → chunk-3VYIPD3A-7c601d45.js} +1 -1
- package/dist/{chunk-ANSXOGKI-d5718512.js → chunk-ANSXOGKI-7cac2c97.js} +1 -1
- package/dist/{chunk-T4JIPPZO-ac710f17.js → chunk-T4JIPPZO-d17cc72e.js} +1 -1
- package/dist/{download-95054bfe.js → download-664378b9.js} +3 -3
- package/dist/{index-cc8dd8ad.js → index-3e93876c.js} +13929 -5855
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +36 -30
- package/dist/mapbox/src/components/marker/deleteDialog.vue.d.ts +31 -0
- package/dist/mapbox/src/components/marker/draw.vue.d.ts +176 -0
- package/dist/mapbox/src/components/marker/groupDialog.vue.d.ts +45 -0
- package/dist/mapbox/src/components/marker/import.vue.d.ts +62 -0
- package/dist/mapbox/src/components/marker/index.vue.d.ts +122 -0
- package/dist/mapbox/src/components/tropical/index.vue.d.ts +2 -2
- package/dist/{rasterize-JS5G2XHH-f4cb9d90.js → rasterize-JS5G2XHH-40e019d8.js} +3 -3
- package/dist/style.css +1 -1
- package/dist/{toBlob-6a17061c.js → toBlob-df322805.js} +3 -3
- package/dist/{toCanvas-54969d48.js → toCanvas-030415b1.js} +2 -2
- package/dist/{toImg-9011a382.js → toImg-806294d1.js} +3 -3
- package/package.json +3 -1
- /package/dist/mapbox/src/components/{capture → bottombar/capture}/gifRecorder.d.ts +0 -0
- /package/dist/mapbox/src/components/{capture → bottombar/capture}/index.vue.d.ts +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace title {
|
|
6
|
+
const type: StringConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace tips {
|
|
9
|
+
const type_1: StringConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace loading {
|
|
13
|
+
const type_2: BooleanConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
const _default: boolean;
|
|
16
|
+
export { _default as default };
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
function setup(): void;
|
|
20
|
+
const emits: string[];
|
|
21
|
+
function data(): {
|
|
22
|
+
showDialog: boolean;
|
|
23
|
+
};
|
|
24
|
+
const watch: {};
|
|
25
|
+
function mounted(): void;
|
|
26
|
+
namespace methods {
|
|
27
|
+
function handleClose(): void;
|
|
28
|
+
function handleDelete(): void;
|
|
29
|
+
function open(): void;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace gateway {
|
|
9
|
+
const type_1: StringConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace token {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
namespace simple {
|
|
17
|
+
const type_3: BooleanConstructor;
|
|
18
|
+
export { type_3 as type };
|
|
19
|
+
const _default: boolean;
|
|
20
|
+
export { _default as default };
|
|
21
|
+
}
|
|
22
|
+
namespace top {
|
|
23
|
+
const type_4: NumberConstructor;
|
|
24
|
+
export { type_4 as type };
|
|
25
|
+
const _default_1: number;
|
|
26
|
+
export { _default_1 as default };
|
|
27
|
+
}
|
|
28
|
+
namespace paddingTop {
|
|
29
|
+
const type_5: NumberConstructor;
|
|
30
|
+
export { type_5 as type };
|
|
31
|
+
const _default_2: number;
|
|
32
|
+
export { _default_2 as default };
|
|
33
|
+
}
|
|
34
|
+
namespace menuToggle {
|
|
35
|
+
const type_6: ObjectConstructor;
|
|
36
|
+
export { type_6 as type };
|
|
37
|
+
function _default_3(): {};
|
|
38
|
+
export { _default_3 as default };
|
|
39
|
+
}
|
|
40
|
+
namespace editLayer {
|
|
41
|
+
const type_7: ObjectConstructor;
|
|
42
|
+
export { type_7 as type };
|
|
43
|
+
const _default_4: null;
|
|
44
|
+
export { _default_4 as default };
|
|
45
|
+
}
|
|
46
|
+
namespace group {
|
|
47
|
+
const type_8: ObjectConstructor;
|
|
48
|
+
export { type_8 as type };
|
|
49
|
+
function _default_5(): {};
|
|
50
|
+
export { _default_5 as default };
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
function setup(): {
|
|
54
|
+
Theme: import("vuetify").ThemeInstance;
|
|
55
|
+
};
|
|
56
|
+
const emits: string[];
|
|
57
|
+
function data(): {
|
|
58
|
+
markerType: string;
|
|
59
|
+
form: {
|
|
60
|
+
latDegree: string;
|
|
61
|
+
latMinute: string;
|
|
62
|
+
latDir: string;
|
|
63
|
+
lngDegree: string;
|
|
64
|
+
lngMinute: string;
|
|
65
|
+
lngDir: string;
|
|
66
|
+
navigation: string;
|
|
67
|
+
areaType: string;
|
|
68
|
+
color: any;
|
|
69
|
+
name: string;
|
|
70
|
+
};
|
|
71
|
+
formRules: {
|
|
72
|
+
lngDegree: (((v: any) => true | "required") | ((v: any) => true | "number") | ((v: any) => true | "0 ~ 180"))[];
|
|
73
|
+
lngMinute: (((v: any) => true | "number") | ((v: any) => true | "0 ~ 59"))[];
|
|
74
|
+
latDegree: (((v: any) => true | "required") | ((v: any) => true | "number") | ((v: any) => true | "0 ~ 90"))[];
|
|
75
|
+
latMinute: (((v: any) => true | "number") | ((v: any) => true | "0 ~ 59"))[];
|
|
76
|
+
color: ((v: any) => true | "required")[];
|
|
77
|
+
name: ((v: any) => true | "required")[];
|
|
78
|
+
};
|
|
79
|
+
showColorPicker: boolean;
|
|
80
|
+
saving: boolean;
|
|
81
|
+
drawSource: string;
|
|
82
|
+
drawPointLayer: string;
|
|
83
|
+
drawLineLayer: string;
|
|
84
|
+
drawFillLayer: string;
|
|
85
|
+
drawTmpSource: string;
|
|
86
|
+
drawTmpLayer: string;
|
|
87
|
+
drawCoords: never[];
|
|
88
|
+
segmentNavs: never[];
|
|
89
|
+
tmpLngLat: never[];
|
|
90
|
+
rectFirstPoint: null;
|
|
91
|
+
rectCornerMarkers: never[];
|
|
92
|
+
polygonVertexMarkers: never[];
|
|
93
|
+
circleMarkers: never[];
|
|
94
|
+
drawRadiusSource: string;
|
|
95
|
+
drawRadiusLayer: string;
|
|
96
|
+
tipMarker: null;
|
|
97
|
+
pointMarker: null;
|
|
98
|
+
editMarkers: never[];
|
|
99
|
+
deleteBtn: null;
|
|
100
|
+
};
|
|
101
|
+
const watch: {
|
|
102
|
+
markerType: {
|
|
103
|
+
handler(): void;
|
|
104
|
+
immediate: boolean;
|
|
105
|
+
};
|
|
106
|
+
'form.areaType'(): void;
|
|
107
|
+
map: {
|
|
108
|
+
handler(): void;
|
|
109
|
+
immediate: boolean;
|
|
110
|
+
};
|
|
111
|
+
'form.color': {
|
|
112
|
+
handler(): void;
|
|
113
|
+
immediate: boolean;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
function beforeUnmount(): void;
|
|
117
|
+
namespace methods {
|
|
118
|
+
function handleClose(): void;
|
|
119
|
+
function handleBindMap(): void;
|
|
120
|
+
function handleUnbindMap(): void;
|
|
121
|
+
function handleRebindMap(): void;
|
|
122
|
+
function handleKeydown(event: any): void;
|
|
123
|
+
function loadEditLayer(): void;
|
|
124
|
+
function setupPointEdit(): void;
|
|
125
|
+
function handlePointDrag(): void;
|
|
126
|
+
function clearEditMarkers(): void;
|
|
127
|
+
function handlerRenderEditLine(feature: any): void;
|
|
128
|
+
function setupLineEdit(): void;
|
|
129
|
+
function showDeleteButton(lngLat: any, onDelete: any, text: any, type?: string): void;
|
|
130
|
+
function hideDeleteButton(): void;
|
|
131
|
+
function handlerRenderEditPolygon(feature: any): void;
|
|
132
|
+
function setupPolygonEdit(): void;
|
|
133
|
+
function setupCircleEdit(): void;
|
|
134
|
+
function setupRectEdit(): void;
|
|
135
|
+
function handleMapClickPoint(event: any): void;
|
|
136
|
+
function handleChangePoint(): void;
|
|
137
|
+
function handleRenderPoint(coords: any, color: any): void;
|
|
138
|
+
function handleMapClickLine(event: any): void;
|
|
139
|
+
function handleMapMoveLine(event: any): void;
|
|
140
|
+
function handleMapDblClickLine(event: any): void;
|
|
141
|
+
function handleRenderLine(coords: any): void;
|
|
142
|
+
function handleRenderTmpLine(from: any, to: any): void;
|
|
143
|
+
function handleRefreshLine(): void;
|
|
144
|
+
function getNavigation(from: any, to: any): "RL" | "GC";
|
|
145
|
+
function handleMapClickPolygon(event: any): void;
|
|
146
|
+
function handleMapMovePolygon(event: any): void;
|
|
147
|
+
function handleMapDblClickPolygon(event: any): void;
|
|
148
|
+
function handleRenderPolygonFill(coords: any): void;
|
|
149
|
+
function handleRenderPolygonVertexLabels(coords: any): void;
|
|
150
|
+
function handleClearPolygonVertexLabels(): void;
|
|
151
|
+
function handleMapClickCircle(event: any): void;
|
|
152
|
+
function handleMapMoveCircle(event: any): void;
|
|
153
|
+
function handleRenderCircleCenterLabel(coord: any): void;
|
|
154
|
+
function handleRenderRadiusLine(center: any, edge: any, radiusKm: any): void;
|
|
155
|
+
function handleClearCircleLabels(): void;
|
|
156
|
+
function handleMapClickRect(event: any): void;
|
|
157
|
+
function handleMapMoveRect(event: any): void;
|
|
158
|
+
function buildRect(a: any, b: any): turf.helpers.Feature<turf.helpers.Polygon, {
|
|
159
|
+
shape: string;
|
|
160
|
+
}>;
|
|
161
|
+
function buildRectFeatureCollection(a: any, b: any): turf.helpers.FeatureCollection<turf.helpers.Point, {
|
|
162
|
+
[name: string]: any;
|
|
163
|
+
} | null>;
|
|
164
|
+
function handleRenderRectLayers(): void;
|
|
165
|
+
function handleRenderRectCorners(a: any, b: any): void;
|
|
166
|
+
function handleClearRectCorners(): void;
|
|
167
|
+
function handleRenderAreaLayers(): void;
|
|
168
|
+
function handleSetDrawSource(fc: any): void;
|
|
169
|
+
function handleClearTmp(): void;
|
|
170
|
+
function handleUpdateLayerColors(): void;
|
|
171
|
+
function handleClearDraw(force?: boolean): void;
|
|
172
|
+
function handleClearAll(): void;
|
|
173
|
+
function handleSave(): Promise<false | undefined>;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
import * as turf from '@turf/turf';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace modelValue {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
9
|
+
}
|
|
10
|
+
namespace group {
|
|
11
|
+
const type_1: ObjectConstructor;
|
|
12
|
+
export { type_1 as type };
|
|
13
|
+
const _default_1: null;
|
|
14
|
+
export { _default_1 as default };
|
|
15
|
+
}
|
|
16
|
+
namespace gateway {
|
|
17
|
+
const type_2: StringConstructor;
|
|
18
|
+
export { type_2 as type };
|
|
19
|
+
}
|
|
20
|
+
namespace token {
|
|
21
|
+
const type_3: StringConstructor;
|
|
22
|
+
export { type_3 as type };
|
|
23
|
+
}
|
|
24
|
+
namespace defaultMeteoToken {
|
|
25
|
+
const type_4: StringConstructor;
|
|
26
|
+
export { type_4 as type };
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
const emits: string[];
|
|
30
|
+
function data(): {
|
|
31
|
+
localName: string;
|
|
32
|
+
saving: boolean;
|
|
33
|
+
};
|
|
34
|
+
namespace watch {
|
|
35
|
+
export namespace group_1 {
|
|
36
|
+
function handler(val: any): void;
|
|
37
|
+
const immediate: boolean;
|
|
38
|
+
}
|
|
39
|
+
export { group_1 as group };
|
|
40
|
+
}
|
|
41
|
+
namespace methods {
|
|
42
|
+
function handleClose(): void;
|
|
43
|
+
function handleConfirm(): Promise<void>;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace map {
|
|
6
|
+
const type: ObjectConstructor;
|
|
7
|
+
}
|
|
8
|
+
namespace gateway {
|
|
9
|
+
const type_1: StringConstructor;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
}
|
|
12
|
+
namespace token {
|
|
13
|
+
const type_2: StringConstructor;
|
|
14
|
+
export { type_2 as type };
|
|
15
|
+
}
|
|
16
|
+
namespace defaultMeteoToken {
|
|
17
|
+
const type_3: StringConstructor;
|
|
18
|
+
export { type_3 as type };
|
|
19
|
+
}
|
|
20
|
+
namespace group {
|
|
21
|
+
const type_4: ObjectConstructor;
|
|
22
|
+
export { type_4 as type };
|
|
23
|
+
const _default: null;
|
|
24
|
+
export { _default as default };
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
const emits: string[];
|
|
28
|
+
function data(): {
|
|
29
|
+
form: {
|
|
30
|
+
groupName: string;
|
|
31
|
+
name: string;
|
|
32
|
+
file: null;
|
|
33
|
+
format: string;
|
|
34
|
+
extend: undefined;
|
|
35
|
+
};
|
|
36
|
+
formRules: {
|
|
37
|
+
groupName: ((v: any) => true | "required")[];
|
|
38
|
+
};
|
|
39
|
+
isDragOver: boolean;
|
|
40
|
+
uploading: boolean;
|
|
41
|
+
previewSourceId: string;
|
|
42
|
+
previewMarkers: never[];
|
|
43
|
+
};
|
|
44
|
+
function mounted(): void;
|
|
45
|
+
function beforeUnmount(): void;
|
|
46
|
+
namespace methods {
|
|
47
|
+
function handleClose(): void;
|
|
48
|
+
function handleReset(): void;
|
|
49
|
+
function handleSelectFile(): void;
|
|
50
|
+
function handleFileChange(event: any): void;
|
|
51
|
+
function handleDrop(event: any): void;
|
|
52
|
+
function onUpload(file: any): void;
|
|
53
|
+
function kmlToGeoJSON(dom: any): {
|
|
54
|
+
type: string;
|
|
55
|
+
features: any[];
|
|
56
|
+
};
|
|
57
|
+
function handleRemoveFile(): void;
|
|
58
|
+
function handleConfirm(): Promise<void>;
|
|
59
|
+
function handleDrawLayers(): void;
|
|
60
|
+
function handleClearPreview(): void;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
const components: undefined;
|
|
5
|
+
namespace props {
|
|
6
|
+
namespace simple {
|
|
7
|
+
export const type: BooleanConstructor;
|
|
8
|
+
const _default: boolean;
|
|
9
|
+
export { _default as default };
|
|
10
|
+
}
|
|
11
|
+
namespace map {
|
|
12
|
+
const type_1: ObjectConstructor;
|
|
13
|
+
export { type_1 as type };
|
|
14
|
+
}
|
|
15
|
+
namespace theme {
|
|
16
|
+
const type_2: StringConstructor;
|
|
17
|
+
export { type_2 as type };
|
|
18
|
+
}
|
|
19
|
+
namespace token {
|
|
20
|
+
const type_3: StringConstructor;
|
|
21
|
+
export { type_3 as type };
|
|
22
|
+
}
|
|
23
|
+
namespace isLogin {
|
|
24
|
+
const type_4: BooleanConstructor;
|
|
25
|
+
export { type_4 as type };
|
|
26
|
+
const _default_1: boolean;
|
|
27
|
+
export { _default_1 as default };
|
|
28
|
+
}
|
|
29
|
+
namespace defaultMeteoToken {
|
|
30
|
+
const type_5: StringConstructor;
|
|
31
|
+
export { type_5 as type };
|
|
32
|
+
}
|
|
33
|
+
namespace gateway {
|
|
34
|
+
const type_6: StringConstructor;
|
|
35
|
+
export { type_6 as type };
|
|
36
|
+
}
|
|
37
|
+
namespace assistGateway {
|
|
38
|
+
const type_7: ArrayConstructor;
|
|
39
|
+
export { type_7 as type };
|
|
40
|
+
const _default_2: never[];
|
|
41
|
+
export { _default_2 as default };
|
|
42
|
+
}
|
|
43
|
+
namespace top {
|
|
44
|
+
const type_8: NumberConstructor;
|
|
45
|
+
export { type_8 as type };
|
|
46
|
+
const _default_3: number;
|
|
47
|
+
export { _default_3 as default };
|
|
48
|
+
}
|
|
49
|
+
namespace paddingTop {
|
|
50
|
+
const type_9: NumberConstructor;
|
|
51
|
+
export { type_9 as type };
|
|
52
|
+
const _default_4: number;
|
|
53
|
+
export { _default_4 as default };
|
|
54
|
+
}
|
|
55
|
+
namespace menuToggle {
|
|
56
|
+
const type_10: ObjectConstructor;
|
|
57
|
+
export { type_10 as type };
|
|
58
|
+
const _default_5: {};
|
|
59
|
+
export { _default_5 as default };
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
function setup(): {
|
|
63
|
+
Theme: import("vuetify").ThemeInstance;
|
|
64
|
+
};
|
|
65
|
+
const emits: string[];
|
|
66
|
+
function data(): {
|
|
67
|
+
right: number;
|
|
68
|
+
toggle: boolean;
|
|
69
|
+
autoActive: boolean;
|
|
70
|
+
keyword: string;
|
|
71
|
+
drawDialog: boolean;
|
|
72
|
+
importDialog: boolean;
|
|
73
|
+
loading: boolean;
|
|
74
|
+
deleteDialog: boolean;
|
|
75
|
+
deleteLoading: boolean;
|
|
76
|
+
layerGroup: never[];
|
|
77
|
+
layers: never[];
|
|
78
|
+
groupIndex: number;
|
|
79
|
+
currentLayer: undefined;
|
|
80
|
+
drawnLayerIds: never[];
|
|
81
|
+
layerMarkers: {};
|
|
82
|
+
groupDialog: boolean;
|
|
83
|
+
currentGroup: null;
|
|
84
|
+
currentGroupId: string;
|
|
85
|
+
currentGroupName: string;
|
|
86
|
+
};
|
|
87
|
+
const watch: {
|
|
88
|
+
'menuToggle.v': {
|
|
89
|
+
handler(): void;
|
|
90
|
+
immediate: boolean;
|
|
91
|
+
};
|
|
92
|
+
toggle: {
|
|
93
|
+
handler(): Promise<void>;
|
|
94
|
+
};
|
|
95
|
+
autoActive: {
|
|
96
|
+
handler(): Promise<void>;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
namespace methods {
|
|
100
|
+
function handleMenuToggle(): void;
|
|
101
|
+
function handleEditGroup(group: any): void;
|
|
102
|
+
function handleSaveGroup(): void;
|
|
103
|
+
function handleOpenDelete(type: any, item: any): void;
|
|
104
|
+
function confirmDelete(): void;
|
|
105
|
+
function handleDeleteGroup(id: any): Promise<void>;
|
|
106
|
+
function handleOpenDrawMarkers(group: any): void;
|
|
107
|
+
function handleOpenImportDialog(group: any): void;
|
|
108
|
+
function handleImportLayer(formData: any): void;
|
|
109
|
+
function handleSaveMarker(marker: any): void;
|
|
110
|
+
function handleCloseDraw(): void;
|
|
111
|
+
function handleEditLayer(group: any, layer: any): void;
|
|
112
|
+
function fetchAllLayers(): Promise<void>;
|
|
113
|
+
function handleDeleteLayer(layer: any): Promise<void>;
|
|
114
|
+
function handleRenderLayer(layer: any): void;
|
|
115
|
+
function handleEnrichGeojson(geojson: any): turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
116
|
+
function handleDrawAllLayers(): void;
|
|
117
|
+
function handleClearAllLayers(): void;
|
|
118
|
+
function handleClearLayer(): void;
|
|
119
|
+
function handleClearLayerMarkers(layerId: any): void;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
import * as turf from '@turf/turf';
|
|
@@ -157,8 +157,8 @@ declare namespace _sfc_main {
|
|
|
157
157
|
function handleForecastToggle(forecast: any): void;
|
|
158
158
|
function handleStrikeProbability(tropical: any): void;
|
|
159
159
|
function handleToggleCircles(activeTropicals: any): void;
|
|
160
|
-
function handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.
|
|
161
|
-
function handleComputeArc(center: any, radius: any, properties: any): turf.helpers.Feature<turf.helpers.
|
|
160
|
+
function handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties>)[];
|
|
161
|
+
function handleComputeArc(center: any, radius: any, properties: any): turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties>;
|
|
162
162
|
function handleNotification(tropical: any): void;
|
|
163
163
|
function handleHover(event: any): void;
|
|
164
164
|
function handleLeave(): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { d as j } from "./chunk-ANSXOGKI-
|
|
2
|
-
import "./chunk-3VYIPD3A-
|
|
3
|
-
import "./index-
|
|
1
|
+
import { d as j } from "./chunk-ANSXOGKI-7cac2c97.js";
|
|
2
|
+
import "./chunk-3VYIPD3A-7c601d45.js";
|
|
3
|
+
import "./index-3e93876c.js";
|
|
4
4
|
import "axios";
|
|
5
5
|
import "vuetify";
|
|
6
6
|
import "vue";
|