@eodash/eodash 5.6.1 → 5.7.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/core/client/components/DashboardLayout.vue +1 -1
- package/core/client/components/EodashOverlay.vue +27 -4
- package/core/client/composables/DefineEodash.js +0 -1
- package/core/client/composables/DefineWidgets.js +3 -1
- package/core/client/composables/index.js +6 -2
- package/core/client/eodashSTAC/EodashCollection.js +79 -45
- package/core/client/eodashSTAC/cql.js +64 -0
- package/core/client/eodashSTAC/createLayers.js +192 -125
- package/core/client/eodashSTAC/helpers.js +423 -97
- package/core/client/eodashSTAC/mosaic.js +416 -0
- package/core/client/plugins/axios.js +31 -1
- package/core/client/store/actions.js +1 -1
- package/core/client/store/stac.js +25 -4
- package/core/client/store/states.js +20 -2
- package/core/client/types.ts +155 -29
- package/core/client/utils/bands-editor/exampleSchema.json +50 -50
- package/core/client/utils/index.js +4 -0
- package/core/client/utils/states.js +10 -0
- package/dist/client/{DashboardLayout-CqMb7OXc.js → DashboardLayout-ePbdvUTE.js} +5 -5
- package/dist/client/{DynamicWebComponent-DqKqTf7l.js → DynamicWebComponent-g5SdRbjY.js} +1 -1
- package/dist/client/{EodashChart-PkUQfH0k.js → EodashChart-ChrkA5oS.js} +7 -6
- package/dist/client/{EodashDatePicker-DLJGdTtX.js → EodashDatePicker-CY1TrsDo.js} +3 -3
- package/dist/client/{EodashItemFilter-Dk8KjFcX.js → EodashItemFilter-DzshHDlS.js} +2 -1
- package/dist/client/{EodashLayerControl-CC1Cogrn.js → EodashLayerControl-DMCeMkSd.js} +70 -22
- package/dist/client/{EodashLayoutSwitcher-5WZYd6rr.js → EodashLayoutSwitcher-iJ8mX1rF.js} +3 -3
- package/dist/client/EodashMapBtns-C7Cr7q5Y.js +592 -0
- package/dist/client/EodashStacInfo-K7-iuXa7.js +169 -0
- package/dist/client/{EodashTools-CGZtTh45.js → EodashTools-BEK7e7JM.js} +4 -4
- package/dist/client/{ExportState-Ce0ZnrX_.js → ExportState-CqIzfMYQ.js} +6 -168
- package/dist/client/{Footer-CnZqEiop.js → Footer-1P0cmBOZ.js} +1 -1
- package/dist/client/{Header-Dr5PBIm8.js → Header-CkkBaBNh.js} +2 -2
- package/dist/client/MobileLayout-BPf49kDU.js +118 -0
- package/dist/client/{PopUp-DjvE_71e.js → PopUp-DPZq5SWI.js} +4 -168
- package/dist/client/{ProcessList-kf3olI7W.js → ProcessList-DuI6WpS1.js} +5 -5
- package/dist/client/VDivider-Bj9LG_JV.js +168 -0
- package/dist/client/{VImg-Bj6uWt6j.js → VImg-Ddv5OyMz.js} +2 -2
- package/dist/client/{VMain-Cm0UmKGi.js → VMain-7yqk_qC3.js} +1 -1
- package/dist/client/{VTooltip-DbBu-ky3.js → VTooltip-2hAJyEoa.js} +2 -2
- package/dist/client/{WidgetsContainer-CfLnd44U.js → WidgetsContainer-2DOrlwCB.js} +1 -1
- package/dist/client/{asWebComponent-DfULAbpq.js → asWebComponent-BlFN2lkB.js} +493 -335
- package/dist/client/{async-CIbKXEEe.js → async-B2H8ZwUK.js} +21 -10
- package/dist/client/create-layers-config-u_vn5hPk.js +182 -0
- package/dist/client/dialog-transition-BrMkMiNa.js +170 -0
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-yj3VWOK5.js → forwardRefs-DAlror6d.js} +8 -87
- package/dist/client/{handling-s8xt2JwF.js → handling-B6I1V5eG.js} +123 -85
- package/dist/client/{helpers-DAVGYl_f.js → helpers-CBqIUSXJ.js} +3034 -1649
- package/dist/client/index-BWq1ZKaV.js +3168 -0
- package/dist/client/{index-CYz6dT7K.js → index-CJ9UI3ln.js} +2 -2
- package/dist/client/index-DXLz4sFR.js +442 -0
- package/dist/client/{index-4TrjfJ32.js → index-DhKU6KqM.js} +230 -231
- package/dist/client/{index-Bu8BMA9q.js → index-DjQlbWbJ.js} +70 -83
- package/dist/client/material-symbols-outlined.woff2 +0 -0
- package/dist/client/material-symbols-rounded.woff2 +0 -0
- package/dist/client/material-symbols-sharp.woff2 +0 -0
- package/dist/client/material-symbols-subset.woff2 +0 -0
- package/dist/client/mosaic-BFYLEwyx.js +455 -0
- package/dist/client/templates.js +250 -119
- package/dist/client/{transition-DaOsiD4u.js → transition-D_W6Wn9v.js} +1 -1
- package/dist/node/cli.js +5 -5
- package/dist/node/types.d.ts +4 -0
- package/dist/types/core/client/composables/DefineEodash.d.ts +1 -1
- package/dist/types/core/client/composables/index.d.ts +1 -3
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +62 -31
- package/dist/types/core/client/eodashSTAC/cql.d.ts +15 -0
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +44 -25
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +78 -18
- package/dist/types/core/client/eodashSTAC/mosaic.d.ts +56 -0
- package/dist/types/core/client/store/stac.d.ts +31 -7
- package/dist/types/core/client/store/states.d.ts +24 -2
- package/dist/types/core/client/types.d.ts +131 -25
- package/dist/types/core/client/utils/states.d.ts +12 -0
- package/dist/types/templates/baseConfig.d.ts +1 -88
- package/dist/types/templates/compare.d.ts +32 -3
- package/dist/types/templates/expert.d.ts +18 -0
- package/dist/types/templates/explore.d.ts +9 -1
- package/dist/types/templates/lite.d.ts +11 -0
- package/dist/types/widgets/EodashChart.vue.d.ts +5 -3
- package/dist/types/widgets/EodashItemCatalog/index.vue.d.ts +129 -2
- package/dist/types/widgets/EodashItemCatalog/methods/filters.d.ts +28 -6
- package/dist/types/widgets/EodashItemCatalog/methods/handlers.d.ts +17 -4
- package/dist/types/widgets/EodashItemCatalog/methods/map.d.ts +16 -4
- package/dist/types/widgets/EodashLayerControl.vue.d.ts +36 -17
- package/dist/types/widgets/EodashMap/EodashMapBtns.vue.d.ts +23 -10
- package/dist/types/widgets/EodashMap/index.vue.d.ts +91 -35
- package/dist/types/widgets/EodashMap/methods/create-layers-config.d.ts +1 -8
- package/dist/types/widgets/EodashMap/methods/index.d.ts +5 -1
- package/dist/types/widgets/EodashMap/methods/use-map-loading.d.ts +1 -0
- package/dist/types/widgets/EodashProcess/index.vue.d.ts +5 -3
- package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -1
- package/dist/types/widgets/EodashProcess/methods/handling.d.ts +13 -8
- package/dist/types/widgets/EodashProcess/states.d.ts +1 -1
- package/dist/types/widgets/EodashStacInfo.vue.d.ts +20 -0
- package/dist/types/widgets/EodashTimeSlider/index.vue.d.ts +54 -0
- package/dist/types/widgets/EodashTimeSlider/methods/index.d.ts +34 -0
- package/dist/types/widgets/EodashTimeSlider/types.d.ts +52 -0
- package/dist/types/widgets/EodashTools.vue.d.ts +5 -5
- package/package.json +46 -46
- package/templates/baseConfig.js +36 -6
- package/templates/compare.js +62 -7
- package/templates/expert.js +23 -0
- package/templates/explore.js +11 -5
- package/templates/lite.js +14 -0
- package/widgets/EodashChart.vue +1 -0
- package/widgets/EodashItemCatalog/index.vue +363 -35
- package/widgets/EodashItemCatalog/methods/filters.js +134 -70
- package/widgets/EodashItemCatalog/methods/handlers.js +113 -19
- package/widgets/EodashItemCatalog/methods/map.js +142 -28
- package/widgets/EodashLayerControl.vue +64 -14
- package/widgets/EodashMap/EodashMapBtns.vue +153 -47
- package/widgets/EodashMap/index.vue +101 -105
- package/widgets/EodashMap/methods/btns.js +37 -5
- package/widgets/EodashMap/methods/create-layers-config.js +18 -16
- package/widgets/EodashMap/methods/index.js +89 -8
- package/widgets/EodashMap/methods/use-map-loading.js +52 -0
- package/widgets/EodashProcess/index.vue +2 -1
- package/widgets/EodashProcess/methods/async.js +19 -8
- package/widgets/EodashProcess/methods/composables.js +63 -77
- package/widgets/EodashProcess/methods/custom-endpoints/chart/sentinelhub-endpoint.js +9 -5
- package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +7 -4
- package/widgets/EodashProcess/methods/handling.js +105 -72
- package/widgets/EodashProcess/states.js +1 -1
- package/widgets/EodashStacInfo.vue +64 -2
- package/widgets/EodashTimeSlider/index.vue +208 -0
- package/widgets/EodashTimeSlider/methods/index.js +236 -0
- package/widgets/EodashTimeSlider/types.ts +54 -0
- package/dist/client/EodashMapBtns-BHrSDNoC.js +0 -435
- package/dist/client/EodashStacInfo-B90wobPc.js +0 -107
- package/dist/client/EodashTimeSlider-5vm7F3ju.js +0 -53
- package/dist/client/MobileLayout-DyMjaeif.js +0 -118
- package/dist/client/index-CugS__t5.js +0 -570
- package/dist/types/widgets/EodashTimeSlider.vue.d.ts +0 -15
- package/widgets/EodashTimeSlider.vue +0 -40
|
@@ -5,6 +5,22 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
|
+
hoverProperties: {
|
|
9
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
10
|
+
type: import("vue").PropType<string[]>;
|
|
11
|
+
default: () => string[];
|
|
12
|
+
};
|
|
13
|
+
sortBy: {
|
|
14
|
+
/** @type {import("vue").PropType<{ property: string, label: string }[]>} */
|
|
15
|
+
type: import("vue").PropType<{
|
|
16
|
+
property: string;
|
|
17
|
+
label: string;
|
|
18
|
+
}[]>;
|
|
19
|
+
default: () => {
|
|
20
|
+
property: string;
|
|
21
|
+
label: string;
|
|
22
|
+
}[];
|
|
23
|
+
};
|
|
8
24
|
layoutTarget: {
|
|
9
25
|
type: StringConstructor;
|
|
10
26
|
default: string;
|
|
@@ -21,6 +37,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
21
37
|
type: StringConstructor;
|
|
22
38
|
default: string;
|
|
23
39
|
};
|
|
40
|
+
datetimeFilter: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
24
44
|
bboxFilter: {
|
|
25
45
|
type: BooleanConstructor;
|
|
26
46
|
default: boolean;
|
|
@@ -29,6 +49,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
29
49
|
type: StringConstructor;
|
|
30
50
|
default: string;
|
|
31
51
|
};
|
|
52
|
+
showTitleBlock: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
32
56
|
filters: {
|
|
33
57
|
/** @type {import("vue").PropType<import("./types").FiltersConfig>} */
|
|
34
58
|
type: import("vue").PropType<import("./types").FiltersConfig>;
|
|
@@ -38,15 +62,65 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
38
62
|
title: string;
|
|
39
63
|
min: number;
|
|
40
64
|
max: number;
|
|
65
|
+
step: number;
|
|
66
|
+
state: {
|
|
67
|
+
min: number;
|
|
68
|
+
max: number;
|
|
69
|
+
};
|
|
41
70
|
icon: string;
|
|
42
71
|
unitLabel: string;
|
|
43
72
|
}[];
|
|
44
73
|
};
|
|
74
|
+
enableCompare: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
useMosaic: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
mosaicIndicators: {
|
|
83
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
84
|
+
type: import("vue").PropType<string[]>;
|
|
85
|
+
required: false;
|
|
86
|
+
};
|
|
87
|
+
stacEndpoint: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: null;
|
|
90
|
+
};
|
|
91
|
+
searchLimit: {
|
|
92
|
+
type: NumberConstructor;
|
|
93
|
+
default: number;
|
|
94
|
+
};
|
|
95
|
+
stacItemsStyle: {
|
|
96
|
+
type: ObjectConstructor;
|
|
97
|
+
required: false;
|
|
98
|
+
};
|
|
99
|
+
stacItemsInteractionStyle: {
|
|
100
|
+
type: ObjectConstructor;
|
|
101
|
+
required: false;
|
|
102
|
+
};
|
|
45
103
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
104
|
title: {
|
|
47
105
|
type: StringConstructor;
|
|
48
106
|
default: string;
|
|
49
107
|
};
|
|
108
|
+
hoverProperties: {
|
|
109
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
110
|
+
type: import("vue").PropType<string[]>;
|
|
111
|
+
default: () => string[];
|
|
112
|
+
};
|
|
113
|
+
sortBy: {
|
|
114
|
+
/** @type {import("vue").PropType<{ property: string, label: string }[]>} */
|
|
115
|
+
type: import("vue").PropType<{
|
|
116
|
+
property: string;
|
|
117
|
+
label: string;
|
|
118
|
+
}[]>;
|
|
119
|
+
default: () => {
|
|
120
|
+
property: string;
|
|
121
|
+
label: string;
|
|
122
|
+
}[];
|
|
123
|
+
};
|
|
50
124
|
layoutTarget: {
|
|
51
125
|
type: StringConstructor;
|
|
52
126
|
default: string;
|
|
@@ -63,6 +137,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
63
137
|
type: StringConstructor;
|
|
64
138
|
default: string;
|
|
65
139
|
};
|
|
140
|
+
datetimeFilter: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
66
144
|
bboxFilter: {
|
|
67
145
|
type: BooleanConstructor;
|
|
68
146
|
default: boolean;
|
|
@@ -71,6 +149,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
71
149
|
type: StringConstructor;
|
|
72
150
|
default: string;
|
|
73
151
|
};
|
|
152
|
+
showTitleBlock: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
74
156
|
filters: {
|
|
75
157
|
/** @type {import("vue").PropType<import("./types").FiltersConfig>} */
|
|
76
158
|
type: import("vue").PropType<import("./types").FiltersConfig>;
|
|
@@ -80,17 +162,62 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
80
162
|
title: string;
|
|
81
163
|
min: number;
|
|
82
164
|
max: number;
|
|
165
|
+
step: number;
|
|
166
|
+
state: {
|
|
167
|
+
min: number;
|
|
168
|
+
max: number;
|
|
169
|
+
};
|
|
83
170
|
icon: string;
|
|
84
171
|
unitLabel: string;
|
|
85
172
|
}[];
|
|
86
173
|
};
|
|
174
|
+
enableCompare: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: boolean;
|
|
177
|
+
};
|
|
178
|
+
useMosaic: {
|
|
179
|
+
type: BooleanConstructor;
|
|
180
|
+
default: boolean;
|
|
181
|
+
};
|
|
182
|
+
mosaicIndicators: {
|
|
183
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
184
|
+
type: import("vue").PropType<string[]>;
|
|
185
|
+
required: false;
|
|
186
|
+
};
|
|
187
|
+
stacEndpoint: {
|
|
188
|
+
type: StringConstructor;
|
|
189
|
+
default: null;
|
|
190
|
+
};
|
|
191
|
+
searchLimit: {
|
|
192
|
+
type: NumberConstructor;
|
|
193
|
+
default: number;
|
|
194
|
+
};
|
|
195
|
+
stacItemsStyle: {
|
|
196
|
+
type: ObjectConstructor;
|
|
197
|
+
required: false;
|
|
198
|
+
};
|
|
199
|
+
stacItemsInteractionStyle: {
|
|
200
|
+
type: ObjectConstructor;
|
|
201
|
+
required: false;
|
|
202
|
+
};
|
|
87
203
|
}>> & Readonly<{}>, {
|
|
88
204
|
title: string;
|
|
205
|
+
stacEndpoint: string;
|
|
206
|
+
filters: import("./types").FiltersConfig;
|
|
207
|
+
enableCompare: boolean;
|
|
89
208
|
filtersTitle: string;
|
|
90
209
|
resultsTitle: string;
|
|
91
210
|
imageProperty: string;
|
|
92
|
-
layoutTarget: string;
|
|
93
211
|
layoutIcon: string;
|
|
212
|
+
layoutTarget: string;
|
|
213
|
+
hoverProperties: string[];
|
|
214
|
+
sortBy: {
|
|
215
|
+
property: string;
|
|
216
|
+
label: string;
|
|
217
|
+
}[];
|
|
218
|
+
datetimeFilter: boolean;
|
|
94
219
|
bboxFilter: boolean;
|
|
95
|
-
|
|
220
|
+
showTitleBlock: boolean;
|
|
221
|
+
useMosaic: boolean;
|
|
222
|
+
searchLimit: number;
|
|
96
223
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,10 +5,12 @@ export function createFilterProperties(filtersConfig: Array<{
|
|
|
5
5
|
title?: string;
|
|
6
6
|
min?: number;
|
|
7
7
|
max?: number;
|
|
8
|
+
step?: number;
|
|
8
9
|
filterKeys?: string[];
|
|
9
10
|
state?: Record<string, boolean>;
|
|
10
11
|
placeholder?: string;
|
|
11
|
-
|
|
12
|
+
format?: string;
|
|
13
|
+
}>, datetimeFilter: boolean): ({
|
|
12
14
|
state?: {
|
|
13
15
|
[indicator.value]: boolean;
|
|
14
16
|
} | undefined;
|
|
@@ -18,13 +20,29 @@ export function createFilterProperties(filtersConfig: Array<{
|
|
|
18
20
|
placeholder: string;
|
|
19
21
|
inline: boolean;
|
|
20
22
|
filterKeys: unknown[];
|
|
23
|
+
} | {
|
|
24
|
+
property?: string | undefined;
|
|
25
|
+
type: string;
|
|
26
|
+
title: string;
|
|
27
|
+
min?: number;
|
|
28
|
+
max?: number;
|
|
29
|
+
step?: number;
|
|
30
|
+
filterKeys?: string[];
|
|
31
|
+
state?: Record<string, boolean>;
|
|
32
|
+
placeholder?: string;
|
|
33
|
+
format: string;
|
|
34
|
+
key: string;
|
|
21
35
|
} | {
|
|
22
36
|
key: string;
|
|
23
37
|
title: string;
|
|
24
38
|
type: string;
|
|
25
39
|
expanded: boolean;
|
|
40
|
+
min: number | undefined;
|
|
41
|
+
max: number | undefined;
|
|
42
|
+
step: number | undefined;
|
|
43
|
+
format: string | undefined;
|
|
26
44
|
filterKeys: number[];
|
|
27
|
-
state: {
|
|
45
|
+
state: Record<string, boolean> | {
|
|
28
46
|
min: number;
|
|
29
47
|
max: number;
|
|
30
48
|
};
|
|
@@ -38,12 +56,16 @@ export function createFilterProperties(filtersConfig: Array<{
|
|
|
38
56
|
filterKeys: string[];
|
|
39
57
|
state: Record<string, boolean> | undefined;
|
|
40
58
|
expanded?: undefined;
|
|
59
|
+
min?: undefined;
|
|
60
|
+
max?: undefined;
|
|
61
|
+
step?: undefined;
|
|
62
|
+
format?: undefined;
|
|
41
63
|
inline?: undefined;
|
|
42
64
|
} | null)[];
|
|
43
|
-
export function
|
|
44
|
-
export function
|
|
45
|
-
export function createExternalFilter(propsFilters: import("../types").FiltersConfig, bboxFilter: boolean): (_items: Array<any>, filters: Record<string, any>) => {
|
|
65
|
+
export function buildSearchUrl(filters: import("../../../core/client/types").ItemFilterFilters, bboxFilter: boolean, datetimeFilter: boolean, searchLimit: number, sortBy?: string, stacEndpoint?: string | null): string;
|
|
66
|
+
export function createExternalFilter(propsFilters: import("../types").FiltersConfig, bboxFilter: boolean, datetimeFilter: boolean, currentItems: import("vue").Ref<import("../../../core/client/types").GeoJsonFeature[]>, sortBy: import("vue").Ref<string>, searchLimit: number, selectedItemRef?: import("vue").Ref<import("stac-ts").StacItem | null>, stacEndpoint?: import("vue").Ref<string | null> | string | null): (_items: Array<any>, filters: Record<string, any>) => {
|
|
46
67
|
url: string;
|
|
47
|
-
|
|
68
|
+
/** @param {string} url */
|
|
69
|
+
fetchFn: (url: string) => Promise<import("../../../core/client/types").GeoJsonFeature<Record<string, any>, import("geojson").Geometry>[] | (import("stac-ts").StacItem | import("../../../core/client/types").GeoJsonFeature<Record<string, any>, import("geojson").Geometry>)[]>;
|
|
48
70
|
};
|
|
49
71
|
import { indicator } from "../../../core/client/store/states";
|
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
export function createOnFilterHandler(currentItems
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
export function createOnFilterHandler({ currentItems, mapElement, hoverProperties, stacItemsStyle, stacItemsInteractionStyle, itemfilterEl, selectedItemRef, mosaicOptions, }: {
|
|
2
|
+
currentItems: import("vue").Ref<import("../../../core/client/types").GeoJsonFeature[]>;
|
|
3
|
+
mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>;
|
|
4
|
+
hoverProperties: string[] | undefined;
|
|
5
|
+
stacItemsStyle?: object;
|
|
6
|
+
stacItemsInteractionStyle?: object;
|
|
7
|
+
itemfilterEl?: import("vue").Ref<any>;
|
|
8
|
+
selectedItemRef?: import("vue").Ref<import("stac-ts").StacItem | null>;
|
|
9
|
+
mosaicOptions?: {
|
|
10
|
+
isMosaicEnabled: import("vue").ComputedRef<boolean>;
|
|
11
|
+
getMosaicEndpoint: () => string | null | undefined;
|
|
12
|
+
scheduleMosaicUpdate: (mosaicEndpoint: string | null | undefined, timeRange?: [string, string], filters?: import("../../../core/client/types").ItemFilterFilters) => void;
|
|
13
|
+
} | null;
|
|
14
|
+
}): (evt: CustomEvent) => void;
|
|
15
|
+
export function createOnSelectHandler(store: ReturnType<typeof import("../../../core/client/store/stac.js").useSTAcStore>, enableCompare: boolean, mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>): (evt: CustomEvent) => Promise<void>;
|
|
16
|
+
export function createOnMouseEnterResult(mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>): (evt: CustomEvent) => void;
|
|
17
|
+
export function createOnMouseLeaveResult(mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>): () => void;
|
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
2
|
*
|
|
3
3
|
* @param {import("../../../core/client/types").GeoJsonFeature[]} features
|
|
4
|
+
* @param {import("vue").Ref<import("@eox/map").EOxMap | null>} mapElement
|
|
5
|
+
* @param {string[] | undefined} hoverProperties
|
|
6
|
+
* @param {object} [stacItemsStyle]
|
|
7
|
+
* @param {object} [stacItemsInteractionStyle]
|
|
4
8
|
*/
|
|
5
|
-
export function renderItemsFeatures(features: import("../../../core/client/types").GeoJsonFeature[]): void;
|
|
9
|
+
export function renderItemsFeatures(features: import("../../../core/client/types").GeoJsonFeature[], mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>, hoverProperties: string[] | undefined, stacItemsStyle?: object, stacItemsInteractionStyle?: object): void;
|
|
10
|
+
/**
|
|
11
|
+
* Registers a tooltip adapter that displays item properties when hovering over map features.
|
|
12
|
+
* @param {string[]} [hoverProperties]
|
|
13
|
+
*/
|
|
14
|
+
export function useHoverTooltip(hoverProperties?: string[]): void;
|
|
6
15
|
/**
|
|
7
16
|
*
|
|
8
17
|
* @param {import("vue").Ref<any>} itemfilterEl
|
|
18
|
+
* @param {ReturnType< typeof import("../../../core/client/store/stac").useSTAcStore>} store
|
|
19
|
+
* @param {import("vue").Ref<import("@eox/map").EOxMap | null>} mapElement
|
|
20
|
+
* @param {boolean} enableCompare
|
|
9
21
|
*/
|
|
10
|
-
export function
|
|
11
|
-
export function useSearchOnMapMove(itemFilter: import("vue").Ref<any>, bboxFilter: boolean): void;
|
|
12
|
-
export function useRenderItemsFeatures(currentItems: import("vue").Ref<import("../../../core/client/types").GeoJsonFeature[]
|
|
22
|
+
export function useRenderOnFeatureClick(itemfilterEl: import("vue").Ref<any>, store: ReturnType<typeof import("../../../core/client/store/stac").useSTAcStore>, mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>, enableCompare: boolean): void;
|
|
23
|
+
export function useSearchOnMapMove(itemFilter: import("vue").Ref<any>, bboxFilter: boolean, mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>): void;
|
|
24
|
+
export function useRenderItemsFeatures(currentItems: import("vue").Ref<import("../../../core/client/types").GeoJsonFeature[]>, mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>, hoverProperties: string[] | undefined, stacItemsStyle?: object, stacItemsInteractionStyle?: object): void;
|
|
@@ -1,48 +1,67 @@
|
|
|
1
1
|
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare const __VLS_export:
|
|
4
|
-
|
|
5
|
-
$slots: S;
|
|
6
|
-
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
/** Which map instance this control is bound to. Use `"second"` in a compare-mode layout. */
|
|
8
5
|
map: {
|
|
9
6
|
/** @type {import("vue").PropType<"first" | "second">} */
|
|
10
7
|
type: import("vue").PropType<"first" | "second">;
|
|
11
8
|
default: string;
|
|
12
9
|
};
|
|
10
|
+
/** Tool tabs shown inside `eox-layercontrol`. Remove entries to hide individual tabs. */
|
|
13
11
|
tools: {
|
|
14
|
-
type:
|
|
12
|
+
type: import("vue").PropType<string[]>;
|
|
15
13
|
default: () => string[];
|
|
16
14
|
};
|
|
15
|
+
/** Heading rendered above the layer list. Set to `false` to hide it. */
|
|
17
16
|
title: {
|
|
18
|
-
type:
|
|
17
|
+
type: import("vue").PropType<string | false>;
|
|
19
18
|
default: string;
|
|
20
19
|
};
|
|
20
|
+
/** CSS custom-property overrides forwarded to the underlying `eox-layercontrol` element via its `style` attribute. */
|
|
21
21
|
cssVars: {
|
|
22
|
-
type:
|
|
22
|
+
type: import("vue").PropType<Record<string, string>>;
|
|
23
|
+
default: {};
|
|
24
|
+
};
|
|
25
|
+
layoutIcon: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
layoutTarget: {
|
|
30
|
+
type: StringConstructor;
|
|
23
31
|
};
|
|
24
32
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
/** Which map instance this control is bound to. Use `"second"` in a compare-mode layout. */
|
|
25
34
|
map: {
|
|
26
35
|
/** @type {import("vue").PropType<"first" | "second">} */
|
|
27
36
|
type: import("vue").PropType<"first" | "second">;
|
|
28
37
|
default: string;
|
|
29
38
|
};
|
|
39
|
+
/** Tool tabs shown inside `eox-layercontrol`. Remove entries to hide individual tabs. */
|
|
30
40
|
tools: {
|
|
31
|
-
type:
|
|
41
|
+
type: import("vue").PropType<string[]>;
|
|
32
42
|
default: () => string[];
|
|
33
43
|
};
|
|
44
|
+
/** Heading rendered above the layer list. Set to `false` to hide it. */
|
|
34
45
|
title: {
|
|
35
|
-
type:
|
|
46
|
+
type: import("vue").PropType<string | false>;
|
|
36
47
|
default: string;
|
|
37
48
|
};
|
|
49
|
+
/** CSS custom-property overrides forwarded to the underlying `eox-layercontrol` element via its `style` attribute. */
|
|
38
50
|
cssVars: {
|
|
39
|
-
type:
|
|
51
|
+
type: import("vue").PropType<Record<string, string>>;
|
|
52
|
+
default: {};
|
|
53
|
+
};
|
|
54
|
+
layoutIcon: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
layoutTarget: {
|
|
59
|
+
type: StringConstructor;
|
|
40
60
|
};
|
|
41
61
|
}>> & Readonly<{}>, {
|
|
42
|
-
map: "
|
|
43
|
-
title: string;
|
|
44
|
-
|
|
62
|
+
map: "first" | "second";
|
|
63
|
+
title: string | false;
|
|
64
|
+
cssVars: Record<string, string>;
|
|
65
|
+
tools: string[];
|
|
66
|
+
layoutIcon: string;
|
|
45
67
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
-
type __VLS_Slots = {
|
|
47
|
-
layerstitle?: ((props: {}) => any) | undefined;
|
|
48
|
-
};
|
|
@@ -10,11 +10,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
12
|
compareIndicators: {
|
|
13
|
-
/**
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
/**
|
|
14
|
+
* @type {import("vue").PropType<boolean | {
|
|
15
|
+
* compareTemplate?:string;
|
|
16
|
+
* fallbackTemplate?:string;
|
|
17
|
+
* itemFilterConfig?:Partial<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>
|
|
18
|
+
* }> }
|
|
19
|
+
*/
|
|
18
20
|
type: import("vue").PropType<boolean | {
|
|
19
21
|
compareTemplate?: string;
|
|
20
22
|
fallbackTemplate?: string;
|
|
@@ -42,6 +44,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
42
44
|
type: BooleanConstructor;
|
|
43
45
|
default: boolean;
|
|
44
46
|
};
|
|
47
|
+
enableFeedback: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
45
51
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
52
|
exportMap: {
|
|
47
53
|
type: BooleanConstructor;
|
|
@@ -52,11 +58,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
52
58
|
default: boolean;
|
|
53
59
|
};
|
|
54
60
|
compareIndicators: {
|
|
55
|
-
/**
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
61
|
+
/**
|
|
62
|
+
* @type {import("vue").PropType<boolean | {
|
|
63
|
+
* compareTemplate?:string;
|
|
64
|
+
* fallbackTemplate?:string;
|
|
65
|
+
* itemFilterConfig?:Partial<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>
|
|
66
|
+
* }> }
|
|
67
|
+
*/
|
|
60
68
|
type: import("vue").PropType<boolean | {
|
|
61
69
|
compareTemplate?: string;
|
|
62
70
|
fallbackTemplate?: string;
|
|
@@ -84,11 +92,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
84
92
|
type: BooleanConstructor;
|
|
85
93
|
default: boolean;
|
|
86
94
|
};
|
|
95
|
+
enableFeedback: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
87
99
|
}>> & Readonly<{}>, {
|
|
88
100
|
enableSearch: boolean;
|
|
89
101
|
searchParams: boolean | Record<string, any>;
|
|
90
102
|
enableZoom: boolean;
|
|
91
103
|
enableGlobe: boolean;
|
|
104
|
+
enableFeedback: boolean;
|
|
92
105
|
exportMap: boolean;
|
|
93
106
|
changeProjection: boolean;
|
|
94
107
|
compareIndicators: boolean | {
|