@eodash/eodash 5.3.3 → 5.5.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/core/client/asWebComponent.js +1 -1
- package/core/client/composables/DefineEodash.js +3 -1
- package/core/client/composables/DefineWidgets.js +12 -2
- package/core/client/eodashSTAC/EodashCollection.js +20 -37
- package/core/client/eodashSTAC/createLayers.js +306 -136
- package/core/client/eodashSTAC/helpers.js +60 -40
- package/core/client/eodashSTAC/parquet.js +2 -0
- package/core/client/eodashSTAC/triggers.js +5 -5
- package/core/client/store/actions.js +17 -17
- package/core/client/store/states.js +26 -4
- package/core/client/types.ts +12 -1
- package/core/client/utils/index.js +18 -1
- package/dist/client/{DashboardLayout-Cp8Rv3Ef.js → DashboardLayout-CkSgvaFF.js} +2 -2
- package/dist/client/{DynamicWebComponent-CBsxC82P.js → DynamicWebComponent-Ncsg6fb9.js} +1 -1
- package/dist/client/EodashChart-5v7adDpG.js +144 -0
- package/dist/client/{EodashDatePicker-Dewym-cx.js → EodashDatePicker-RoQJe6ss.js} +4 -4
- package/dist/client/{EodashItemFilter-CAsZpOoQ.js → EodashItemFilter-CCoVC5BE.js} +2 -2
- package/dist/client/{EodashLayerControl-fn-rt8Ac.js → EodashLayerControl-weVj7aQA.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-B9XqQXCS.js → EodashLayoutSwitcher-CL-Z9d5_.js} +3 -3
- package/dist/client/EodashMapBtns-CXU8IuPO.js +433 -0
- package/dist/client/{EodashStacInfo-lxBKoav9.js → EodashStacInfo-BbMnjf-n.js} +11 -15
- package/dist/client/{EodashTimeSlider-DI97QkNT.js → EodashTimeSlider-BZXnqfax.js} +2 -2
- package/dist/client/{EodashTools-D5ShUT1g.js → EodashTools-DUJlkkgx.js} +4 -4
- package/dist/client/{ExportState-ruNyRS2E.js → ExportState-CT3FQOHW.js} +46 -21
- package/dist/client/{Footer-IQNyfd78.js → Footer-D_iqP-1K.js} +1 -1
- package/dist/client/{Header-BBdi_-Lp.js → Header-Dzhnvsy-.js} +127 -17
- package/dist/client/MobileLayout-6Rg_PSO8.js +118 -0
- package/dist/client/{PopUp-DRgOmD7-.js → PopUp-DPPv_GSA.js} +8 -59
- package/dist/client/{ProcessList-DxyCFQdz.js → ProcessList-BIN_Mb27.js} +9 -13
- package/dist/client/{VImg-hwmwzSwG.js → VImg-DhbuvNrA.js} +2 -2
- package/dist/client/{VMain-vk4-rkw-.js → VMain-CVabY_NY.js} +1 -1
- package/dist/client/{VTooltip-BYUZeia1.js → VTooltip-Cc6au3Sn.js} +3 -4
- package/dist/client/{WidgetsContainer-DXD_8rqh.js → WidgetsContainer-ChqTJS4h.js} +1 -1
- package/dist/client/asWebComponent-DaIxULaA.js +9207 -0
- package/dist/client/{async-D1MvO_Z_.js → async-D6Lvv-fT.js} +15 -5
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-DM-E2MfG.js → forwardRefs--IccUBdR.js} +196 -37
- package/dist/client/{handling-CbgeKrqT.js → handling-DSA67d6E.js} +160 -37
- package/dist/client/{helpers-CtUlAW0N.js → helpers-BBSdbOmv.js} +239 -126
- package/dist/client/{index-DBo0F4Fv.js → index-6LlXNkke.js} +5 -3
- package/dist/client/{index-BJvLt3Xf.js → index-BS-8Y5FE.js} +34 -77
- package/dist/client/{index-BkW06-Lg.js → index-CQihL_c6.js} +55 -15
- package/dist/client/{index-BxDh5v-H.js → index-qsZhYR_6.js} +15 -16
- package/dist/client/templates.js +52 -2
- package/dist/client/{transition-BdzATvPB.js → transition-DFr4cXu8.js} +1 -1
- package/dist/node/cli.js +1 -1
- package/dist/types/core/client/App.vue.d.ts +16 -6
- package/dist/types/core/client/asWebComponent.d.ts +2 -2
- package/dist/types/core/client/components/DashboardLayout.vue.d.ts +2 -1
- package/dist/types/core/client/components/DynamicWebComponent.vue.d.ts +36 -16
- package/dist/types/core/client/components/EodashOverlay.vue.d.ts +2 -1
- package/dist/types/core/client/components/ErrorAlert.vue.d.ts +9 -1
- package/dist/types/core/client/components/Footer.vue.d.ts +2 -1
- package/dist/types/core/client/components/Header.vue.d.ts +2 -1
- package/dist/types/core/client/components/IframeWrapper.vue.d.ts +12 -6
- package/dist/types/core/client/components/Loading.vue.d.ts +2 -1
- package/dist/types/core/client/components/MobileLayout.vue.d.ts +2 -1
- package/dist/types/core/client/composables/DefineEodash.d.ts +1 -1
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +27 -11
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +30 -23
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +11 -4
- package/dist/types/core/client/store/actions.d.ts +1 -2
- package/dist/types/core/client/store/states.d.ts +22 -4
- package/dist/types/core/client/types.d.ts +7 -2
- package/dist/types/core/client/utils/index.d.ts +1 -0
- package/dist/types/core/client/views/Dashboard.vue.d.ts +20 -8
- package/dist/types/templates/compare.d.ts +20 -0
- package/dist/types/templates/expert.d.ts +30 -1
- package/dist/types/widgets/EodashChart.vue.d.ts +28 -0
- package/dist/types/widgets/EodashDatePicker.vue.d.ts +38 -9
- package/dist/types/widgets/EodashItemCatalog/index.vue.d.ts +88 -13
- package/dist/types/widgets/EodashItemCatalog/methods/map.d.ts +1 -1
- package/dist/types/widgets/EodashItemFilter.vue.d.ts +169 -26
- package/dist/types/widgets/EodashLayerControl.vue.d.ts +38 -10
- package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +22 -7
- package/dist/types/widgets/EodashMap/EodashMapBtns.vue.d.ts +94 -19
- package/dist/types/widgets/EodashMap/index.vue.d.ts +647 -92
- package/dist/types/widgets/EodashMap/methods/btns.d.ts +14 -0
- package/dist/types/widgets/EodashProcess/ProcessList.vue.d.ts +24 -7
- package/dist/types/widgets/EodashProcess/index.vue.d.ts +26 -7
- package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -2
- package/dist/types/widgets/EodashProcess/methods/handling.d.ts +18 -11
- package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +2 -2
- package/dist/types/widgets/EodashProcess/methods/utils.d.ts +1 -0
- package/dist/types/widgets/EodashStacInfo.vue.d.ts +67 -18
- package/dist/types/widgets/EodashTimeSlider.vue.d.ts +14 -6
- package/dist/types/widgets/EodashTools.vue.d.ts +437 -47
- package/dist/types/widgets/ExportState.vue.d.ts +26 -8
- package/dist/types/widgets/PopUp.vue.d.ts +61 -11
- package/dist/types/widgets/WidgetsContainer.vue.d.ts +22 -6
- package/package.json +33 -34
- package/templates/baseConfig.js +2 -1
- package/templates/compare.js +28 -1
- package/templates/expert.js +23 -1
- package/widgets/EodashChart.vue +139 -0
- package/widgets/EodashItemCatalog/index.vue +2 -2
- package/widgets/EodashItemCatalog/methods/map.js +9 -10
- package/widgets/EodashMap/EodashMapBtns.vue +73 -93
- package/widgets/EodashMap/index.vue +14 -2
- package/widgets/EodashMap/methods/btns.js +155 -0
- package/widgets/EodashMap/methods/create-layers-config.js +26 -3
- package/widgets/EodashMap/methods/index.js +2 -1
- package/widgets/EodashProcess/ProcessList.vue +2 -3
- package/widgets/EodashProcess/index.vue +19 -70
- package/widgets/EodashProcess/methods/async.js +1 -1
- package/widgets/EodashProcess/methods/composables.js +13 -6
- package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +20 -7
- package/widgets/EodashProcess/methods/handling.js +100 -22
- package/widgets/EodashProcess/methods/outputs.js +44 -4
- package/widgets/EodashProcess/methods/utils.js +11 -1
- package/widgets/EodashStacInfo.vue +10 -23
- package/widgets/ExportState.vue +9 -15
- package/dist/client/EodashMapBtns-nFY6MIAX.js +0 -301
- package/dist/client/MobileLayout-BfBeF-JF.js +0 -118
- package/dist/client/asWebComponent-DdguWGDI.js +0 -8967
|
@@ -1,87 +1,220 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
keys: string[];
|
|
33
|
-
title: string;
|
|
34
|
-
type: string;
|
|
35
|
-
expanded?: boolean;
|
|
36
|
-
}[];
|
|
37
|
-
aggregateResults?: string | undefined;
|
|
38
|
-
$props: {
|
|
39
|
-
readonly enableCompare?: boolean | undefined;
|
|
40
|
-
readonly filtersTitle?: string | undefined;
|
|
41
|
-
readonly resultsTitle?: string | undefined;
|
|
42
|
-
readonly titleProperty?: string | undefined;
|
|
43
|
-
readonly imageProperty?: string | undefined;
|
|
44
|
-
readonly subTitleProperty?: string | undefined;
|
|
45
|
-
readonly resultType?: string | undefined;
|
|
46
|
-
readonly cssVars?: string | Record<string, any> | undefined;
|
|
47
|
-
readonly enableHighlighting?: boolean | undefined;
|
|
48
|
-
readonly expandMultipleFilters?: boolean | undefined;
|
|
49
|
-
readonly expandMultipleResults?: boolean | undefined;
|
|
50
|
-
readonly styleOverride?: string | undefined;
|
|
51
|
-
readonly filterProperties?: {
|
|
52
|
-
keys: string[];
|
|
53
|
-
title: string;
|
|
54
|
-
type: string;
|
|
55
|
-
expanded?: boolean;
|
|
56
|
-
}[] | undefined;
|
|
57
|
-
readonly aggregateResults?: string | undefined;
|
|
58
|
-
};
|
|
59
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>["$props"];
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
enableCompare: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
/** @type {import("vue").PropType<[number,number]>} */
|
|
9
|
+
center: import("vue").PropType<[number, number]>;
|
|
10
|
+
zoom: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
zoomToExtent: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
enableCursorCoordinates: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
enableScaleLine: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
btnsPosition: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
default: () => {
|
|
29
|
+
x: string;
|
|
30
|
+
y: number;
|
|
31
|
+
gap: number;
|
|
60
32
|
};
|
|
61
33
|
};
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
34
|
+
btns: {
|
|
35
|
+
/** @type {import("vue").PropType<{
|
|
36
|
+
* enableExportMap?: boolean;
|
|
37
|
+
* enableChangeProjection?: boolean;
|
|
38
|
+
* enableBackToPOIs?: boolean;
|
|
39
|
+
* enableSearch?: boolean;
|
|
40
|
+
* searchParams?: object;
|
|
41
|
+
* enableZoom?: boolean;
|
|
42
|
+
* enableGlobe?: boolean;
|
|
43
|
+
* enableCompareIndicators?: boolean | {
|
|
44
|
+
* compareTemplate?:string;
|
|
45
|
+
* fallbackTemplate?:string;
|
|
46
|
+
* itemFilterConfig?:InstanceType<import("../EodashItemFilter.vue").default>["$props"]
|
|
47
|
+
* };
|
|
48
|
+
* }> }*/
|
|
49
|
+
type: import("vue").PropType<{
|
|
71
50
|
enableExportMap?: boolean;
|
|
72
51
|
enableChangeProjection?: boolean;
|
|
73
52
|
enableBackToPOIs?: boolean;
|
|
74
53
|
enableSearch?: boolean;
|
|
54
|
+
searchParams?: object;
|
|
75
55
|
enableZoom?: boolean;
|
|
56
|
+
enableGlobe?: boolean;
|
|
76
57
|
enableCompareIndicators?: boolean | {
|
|
77
58
|
compareTemplate?: string;
|
|
78
59
|
fallbackTemplate?: string;
|
|
79
|
-
itemFilterConfig?: InstanceType<import("vue").DefineComponent<{
|
|
80
|
-
|
|
60
|
+
itemFilterConfig?: InstanceType<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
61
|
+
enableCompare: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
filtersTitle: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
resultsTitle: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
titleProperty: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
aggregateResults: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: undefined;
|
|
80
|
+
};
|
|
81
|
+
imageProperty: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
subTitleProperty: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
resultType: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
cssVars: {
|
|
94
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
enableHighlighting: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
expandMultipleFilters: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
expandMultipleResults: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
styleOverride: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
filterProperties: {
|
|
114
|
+
type: import("vue").PropType<{
|
|
115
|
+
keys: string[];
|
|
116
|
+
title: string;
|
|
117
|
+
type: string;
|
|
118
|
+
expanded?: boolean;
|
|
119
|
+
}[]>;
|
|
120
|
+
default: () => ({
|
|
121
|
+
keys: string[];
|
|
122
|
+
title: string;
|
|
123
|
+
type: string;
|
|
124
|
+
expanded: boolean;
|
|
125
|
+
key?: undefined;
|
|
126
|
+
} | {
|
|
127
|
+
key: string;
|
|
128
|
+
title: string;
|
|
129
|
+
type: string;
|
|
130
|
+
expanded: boolean;
|
|
131
|
+
keys?: undefined;
|
|
132
|
+
})[];
|
|
133
|
+
};
|
|
134
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
135
|
+
select: (...args: any[]) => void;
|
|
136
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
137
|
+
enableCompare: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
filtersTitle: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
resultsTitle: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
titleProperty: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
aggregateResults: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
default: undefined;
|
|
156
|
+
};
|
|
157
|
+
imageProperty: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: string;
|
|
160
|
+
};
|
|
161
|
+
subTitleProperty: {
|
|
162
|
+
type: StringConstructor;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
resultType: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
cssVars: {
|
|
170
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
enableHighlighting: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
177
|
+
expandMultipleFilters: {
|
|
178
|
+
type: BooleanConstructor;
|
|
179
|
+
default: boolean;
|
|
180
|
+
};
|
|
181
|
+
expandMultipleResults: {
|
|
182
|
+
type: BooleanConstructor;
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
185
|
+
styleOverride: {
|
|
186
|
+
type: StringConstructor;
|
|
187
|
+
default: string;
|
|
188
|
+
};
|
|
189
|
+
filterProperties: {
|
|
190
|
+
type: import("vue").PropType<{
|
|
191
|
+
keys: string[];
|
|
192
|
+
title: string;
|
|
193
|
+
type: string;
|
|
194
|
+
expanded?: boolean;
|
|
195
|
+
}[]>;
|
|
196
|
+
default: () => ({
|
|
197
|
+
keys: string[];
|
|
198
|
+
title: string;
|
|
199
|
+
type: string;
|
|
200
|
+
expanded: boolean;
|
|
201
|
+
key?: undefined;
|
|
202
|
+
} | {
|
|
203
|
+
key: string;
|
|
204
|
+
title: string;
|
|
205
|
+
type: string;
|
|
206
|
+
expanded: boolean;
|
|
207
|
+
keys?: undefined;
|
|
208
|
+
})[];
|
|
209
|
+
};
|
|
210
|
+
}>> & Readonly<{
|
|
211
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
212
|
+
}>, {
|
|
81
213
|
enableCompare: boolean;
|
|
82
214
|
filtersTitle: string;
|
|
83
215
|
resultsTitle: string;
|
|
84
216
|
titleProperty: string;
|
|
217
|
+
aggregateResults: string;
|
|
85
218
|
imageProperty: string;
|
|
86
219
|
subTitleProperty: string;
|
|
87
220
|
resultType: string;
|
|
@@ -96,32 +229,454 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
96
229
|
type: string;
|
|
97
230
|
expanded?: boolean;
|
|
98
231
|
}[];
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
232
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>["$props"];
|
|
233
|
+
};
|
|
234
|
+
}>;
|
|
235
|
+
default: () => {
|
|
236
|
+
enableExportMap: boolean;
|
|
237
|
+
enableChangeProjection: boolean;
|
|
238
|
+
enableCompareIndicators: boolean;
|
|
239
|
+
enableBackToPOIs: boolean;
|
|
240
|
+
enableSearch: boolean;
|
|
241
|
+
enableZoom: boolean;
|
|
242
|
+
enableGlobe: boolean;
|
|
243
|
+
searchParams: {};
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
247
|
+
enableCompare: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
/** @type {import("vue").PropType<[number,number]>} */
|
|
252
|
+
center: import("vue").PropType<[number, number]>;
|
|
253
|
+
zoom: {
|
|
254
|
+
type: NumberConstructor;
|
|
255
|
+
default: number;
|
|
256
|
+
};
|
|
257
|
+
zoomToExtent: {
|
|
258
|
+
type: BooleanConstructor;
|
|
259
|
+
default: boolean;
|
|
260
|
+
};
|
|
261
|
+
enableCursorCoordinates: {
|
|
262
|
+
type: BooleanConstructor;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
enableScaleLine: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
btnsPosition: {
|
|
270
|
+
type: ObjectConstructor;
|
|
271
|
+
default: () => {
|
|
272
|
+
x: string;
|
|
273
|
+
y: number;
|
|
274
|
+
gap: number;
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
btns: {
|
|
278
|
+
/** @type {import("vue").PropType<{
|
|
279
|
+
* enableExportMap?: boolean;
|
|
280
|
+
* enableChangeProjection?: boolean;
|
|
281
|
+
* enableBackToPOIs?: boolean;
|
|
282
|
+
* enableSearch?: boolean;
|
|
283
|
+
* searchParams?: object;
|
|
284
|
+
* enableZoom?: boolean;
|
|
285
|
+
* enableGlobe?: boolean;
|
|
286
|
+
* enableCompareIndicators?: boolean | {
|
|
287
|
+
* compareTemplate?:string;
|
|
288
|
+
* fallbackTemplate?:string;
|
|
289
|
+
* itemFilterConfig?:InstanceType<import("../EodashItemFilter.vue").default>["$props"]
|
|
290
|
+
* };
|
|
291
|
+
* }> }*/
|
|
292
|
+
type: import("vue").PropType<{
|
|
293
|
+
enableExportMap?: boolean;
|
|
294
|
+
enableChangeProjection?: boolean;
|
|
295
|
+
enableBackToPOIs?: boolean;
|
|
296
|
+
enableSearch?: boolean;
|
|
297
|
+
searchParams?: object;
|
|
298
|
+
enableZoom?: boolean;
|
|
299
|
+
enableGlobe?: boolean;
|
|
300
|
+
enableCompareIndicators?: boolean | {
|
|
301
|
+
compareTemplate?: string;
|
|
302
|
+
fallbackTemplate?: string;
|
|
303
|
+
itemFilterConfig?: InstanceType<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
304
|
+
enableCompare: {
|
|
305
|
+
type: BooleanConstructor;
|
|
306
|
+
default: boolean;
|
|
307
|
+
};
|
|
308
|
+
filtersTitle: {
|
|
309
|
+
type: StringConstructor;
|
|
310
|
+
default: string;
|
|
311
|
+
};
|
|
312
|
+
resultsTitle: {
|
|
313
|
+
type: StringConstructor;
|
|
314
|
+
default: string;
|
|
315
|
+
};
|
|
316
|
+
titleProperty: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
aggregateResults: {
|
|
321
|
+
type: StringConstructor;
|
|
322
|
+
default: undefined;
|
|
323
|
+
};
|
|
324
|
+
imageProperty: {
|
|
325
|
+
type: StringConstructor;
|
|
326
|
+
default: string;
|
|
327
|
+
};
|
|
328
|
+
subTitleProperty: {
|
|
329
|
+
type: StringConstructor;
|
|
330
|
+
default: string;
|
|
331
|
+
};
|
|
332
|
+
resultType: {
|
|
333
|
+
type: StringConstructor;
|
|
334
|
+
default: string;
|
|
335
|
+
};
|
|
336
|
+
cssVars: {
|
|
337
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
338
|
+
default: string;
|
|
339
|
+
};
|
|
340
|
+
enableHighlighting: {
|
|
341
|
+
type: BooleanConstructor;
|
|
342
|
+
default: boolean;
|
|
343
|
+
};
|
|
344
|
+
expandMultipleFilters: {
|
|
345
|
+
type: BooleanConstructor;
|
|
346
|
+
default: boolean;
|
|
347
|
+
};
|
|
348
|
+
expandMultipleResults: {
|
|
349
|
+
type: BooleanConstructor;
|
|
350
|
+
default: boolean;
|
|
351
|
+
};
|
|
352
|
+
styleOverride: {
|
|
353
|
+
type: StringConstructor;
|
|
354
|
+
default: string;
|
|
355
|
+
};
|
|
356
|
+
filterProperties: {
|
|
357
|
+
type: import("vue").PropType<{
|
|
358
|
+
keys: string[];
|
|
359
|
+
title: string;
|
|
360
|
+
type: string;
|
|
361
|
+
expanded?: boolean;
|
|
362
|
+
}[]>;
|
|
363
|
+
default: () => ({
|
|
364
|
+
keys: string[];
|
|
365
|
+
title: string;
|
|
366
|
+
type: string;
|
|
367
|
+
expanded: boolean;
|
|
368
|
+
key?: undefined;
|
|
369
|
+
} | {
|
|
370
|
+
key: string;
|
|
371
|
+
title: string;
|
|
372
|
+
type: string;
|
|
373
|
+
expanded: boolean;
|
|
374
|
+
keys?: undefined;
|
|
375
|
+
})[];
|
|
376
|
+
};
|
|
377
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
378
|
+
select: (...args: any[]) => void;
|
|
379
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
380
|
+
enableCompare: {
|
|
381
|
+
type: BooleanConstructor;
|
|
382
|
+
default: boolean;
|
|
383
|
+
};
|
|
384
|
+
filtersTitle: {
|
|
385
|
+
type: StringConstructor;
|
|
386
|
+
default: string;
|
|
387
|
+
};
|
|
388
|
+
resultsTitle: {
|
|
389
|
+
type: StringConstructor;
|
|
390
|
+
default: string;
|
|
391
|
+
};
|
|
392
|
+
titleProperty: {
|
|
393
|
+
type: StringConstructor;
|
|
394
|
+
default: string;
|
|
395
|
+
};
|
|
396
|
+
aggregateResults: {
|
|
397
|
+
type: StringConstructor;
|
|
398
|
+
default: undefined;
|
|
399
|
+
};
|
|
400
|
+
imageProperty: {
|
|
401
|
+
type: StringConstructor;
|
|
402
|
+
default: string;
|
|
403
|
+
};
|
|
404
|
+
subTitleProperty: {
|
|
405
|
+
type: StringConstructor;
|
|
406
|
+
default: string;
|
|
407
|
+
};
|
|
408
|
+
resultType: {
|
|
409
|
+
type: StringConstructor;
|
|
410
|
+
default: string;
|
|
411
|
+
};
|
|
412
|
+
cssVars: {
|
|
413
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
414
|
+
default: string;
|
|
415
|
+
};
|
|
416
|
+
enableHighlighting: {
|
|
417
|
+
type: BooleanConstructor;
|
|
418
|
+
default: boolean;
|
|
419
|
+
};
|
|
420
|
+
expandMultipleFilters: {
|
|
421
|
+
type: BooleanConstructor;
|
|
422
|
+
default: boolean;
|
|
423
|
+
};
|
|
424
|
+
expandMultipleResults: {
|
|
425
|
+
type: BooleanConstructor;
|
|
426
|
+
default: boolean;
|
|
427
|
+
};
|
|
428
|
+
styleOverride: {
|
|
429
|
+
type: StringConstructor;
|
|
430
|
+
default: string;
|
|
431
|
+
};
|
|
432
|
+
filterProperties: {
|
|
433
|
+
type: import("vue").PropType<{
|
|
114
434
|
keys: string[];
|
|
115
435
|
title: string;
|
|
116
436
|
type: string;
|
|
117
437
|
expanded?: boolean;
|
|
118
|
-
}[]
|
|
119
|
-
|
|
438
|
+
}[]>;
|
|
439
|
+
default: () => ({
|
|
440
|
+
keys: string[];
|
|
441
|
+
title: string;
|
|
442
|
+
type: string;
|
|
443
|
+
expanded: boolean;
|
|
444
|
+
key?: undefined;
|
|
445
|
+
} | {
|
|
446
|
+
key: string;
|
|
447
|
+
title: string;
|
|
448
|
+
type: string;
|
|
449
|
+
expanded: boolean;
|
|
450
|
+
keys?: undefined;
|
|
451
|
+
})[];
|
|
120
452
|
};
|
|
121
|
-
}
|
|
453
|
+
}>> & Readonly<{
|
|
454
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
455
|
+
}>, {
|
|
456
|
+
enableCompare: boolean;
|
|
457
|
+
filtersTitle: string;
|
|
458
|
+
resultsTitle: string;
|
|
459
|
+
titleProperty: string;
|
|
460
|
+
aggregateResults: string;
|
|
461
|
+
imageProperty: string;
|
|
462
|
+
subTitleProperty: string;
|
|
463
|
+
resultType: string;
|
|
464
|
+
cssVars: string | Record<string, any>;
|
|
465
|
+
enableHighlighting: boolean;
|
|
466
|
+
expandMultipleFilters: boolean;
|
|
467
|
+
expandMultipleResults: boolean;
|
|
468
|
+
styleOverride: string;
|
|
469
|
+
filterProperties: {
|
|
470
|
+
keys: string[];
|
|
471
|
+
title: string;
|
|
472
|
+
type: string;
|
|
473
|
+
expanded?: boolean;
|
|
474
|
+
}[];
|
|
475
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>["$props"];
|
|
122
476
|
};
|
|
123
|
-
}
|
|
124
|
-
|
|
477
|
+
}>;
|
|
478
|
+
default: () => {
|
|
479
|
+
enableExportMap: boolean;
|
|
480
|
+
enableChangeProjection: boolean;
|
|
481
|
+
enableCompareIndicators: boolean;
|
|
482
|
+
enableBackToPOIs: boolean;
|
|
483
|
+
enableSearch: boolean;
|
|
484
|
+
enableZoom: boolean;
|
|
485
|
+
enableGlobe: boolean;
|
|
486
|
+
searchParams: {};
|
|
487
|
+
};
|
|
125
488
|
};
|
|
126
|
-
}
|
|
127
|
-
|
|
489
|
+
}>> & Readonly<{}>, {
|
|
490
|
+
enableCompare: boolean;
|
|
491
|
+
zoom: number;
|
|
492
|
+
zoomToExtent: boolean;
|
|
493
|
+
enableCursorCoordinates: boolean;
|
|
494
|
+
enableScaleLine: boolean;
|
|
495
|
+
btnsPosition: Record<string, any>;
|
|
496
|
+
btns: {
|
|
497
|
+
enableExportMap?: boolean;
|
|
498
|
+
enableChangeProjection?: boolean;
|
|
499
|
+
enableBackToPOIs?: boolean;
|
|
500
|
+
enableSearch?: boolean;
|
|
501
|
+
searchParams?: object;
|
|
502
|
+
enableZoom?: boolean;
|
|
503
|
+
enableGlobe?: boolean;
|
|
504
|
+
enableCompareIndicators?: boolean | {
|
|
505
|
+
compareTemplate?: string;
|
|
506
|
+
fallbackTemplate?: string;
|
|
507
|
+
itemFilterConfig?: InstanceType<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
508
|
+
enableCompare: {
|
|
509
|
+
type: BooleanConstructor;
|
|
510
|
+
default: boolean;
|
|
511
|
+
};
|
|
512
|
+
filtersTitle: {
|
|
513
|
+
type: StringConstructor;
|
|
514
|
+
default: string;
|
|
515
|
+
};
|
|
516
|
+
resultsTitle: {
|
|
517
|
+
type: StringConstructor;
|
|
518
|
+
default: string;
|
|
519
|
+
};
|
|
520
|
+
titleProperty: {
|
|
521
|
+
type: StringConstructor;
|
|
522
|
+
default: string;
|
|
523
|
+
};
|
|
524
|
+
aggregateResults: {
|
|
525
|
+
type: StringConstructor;
|
|
526
|
+
default: undefined;
|
|
527
|
+
};
|
|
528
|
+
imageProperty: {
|
|
529
|
+
type: StringConstructor;
|
|
530
|
+
default: string;
|
|
531
|
+
};
|
|
532
|
+
subTitleProperty: {
|
|
533
|
+
type: StringConstructor;
|
|
534
|
+
default: string;
|
|
535
|
+
};
|
|
536
|
+
resultType: {
|
|
537
|
+
type: StringConstructor;
|
|
538
|
+
default: string;
|
|
539
|
+
};
|
|
540
|
+
cssVars: {
|
|
541
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
542
|
+
default: string;
|
|
543
|
+
};
|
|
544
|
+
enableHighlighting: {
|
|
545
|
+
type: BooleanConstructor;
|
|
546
|
+
default: boolean;
|
|
547
|
+
};
|
|
548
|
+
expandMultipleFilters: {
|
|
549
|
+
type: BooleanConstructor;
|
|
550
|
+
default: boolean;
|
|
551
|
+
};
|
|
552
|
+
expandMultipleResults: {
|
|
553
|
+
type: BooleanConstructor;
|
|
554
|
+
default: boolean;
|
|
555
|
+
};
|
|
556
|
+
styleOverride: {
|
|
557
|
+
type: StringConstructor;
|
|
558
|
+
default: string;
|
|
559
|
+
};
|
|
560
|
+
filterProperties: {
|
|
561
|
+
type: import("vue").PropType<{
|
|
562
|
+
keys: string[];
|
|
563
|
+
title: string;
|
|
564
|
+
type: string;
|
|
565
|
+
expanded?: boolean;
|
|
566
|
+
}[]>;
|
|
567
|
+
default: () => ({
|
|
568
|
+
keys: string[];
|
|
569
|
+
title: string;
|
|
570
|
+
type: string;
|
|
571
|
+
expanded: boolean;
|
|
572
|
+
key?: undefined;
|
|
573
|
+
} | {
|
|
574
|
+
key: string;
|
|
575
|
+
title: string;
|
|
576
|
+
type: string;
|
|
577
|
+
expanded: boolean;
|
|
578
|
+
keys?: undefined;
|
|
579
|
+
})[];
|
|
580
|
+
};
|
|
581
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
582
|
+
select: (...args: any[]) => void;
|
|
583
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
584
|
+
enableCompare: {
|
|
585
|
+
type: BooleanConstructor;
|
|
586
|
+
default: boolean;
|
|
587
|
+
};
|
|
588
|
+
filtersTitle: {
|
|
589
|
+
type: StringConstructor;
|
|
590
|
+
default: string;
|
|
591
|
+
};
|
|
592
|
+
resultsTitle: {
|
|
593
|
+
type: StringConstructor;
|
|
594
|
+
default: string;
|
|
595
|
+
};
|
|
596
|
+
titleProperty: {
|
|
597
|
+
type: StringConstructor;
|
|
598
|
+
default: string;
|
|
599
|
+
};
|
|
600
|
+
aggregateResults: {
|
|
601
|
+
type: StringConstructor;
|
|
602
|
+
default: undefined;
|
|
603
|
+
};
|
|
604
|
+
imageProperty: {
|
|
605
|
+
type: StringConstructor;
|
|
606
|
+
default: string;
|
|
607
|
+
};
|
|
608
|
+
subTitleProperty: {
|
|
609
|
+
type: StringConstructor;
|
|
610
|
+
default: string;
|
|
611
|
+
};
|
|
612
|
+
resultType: {
|
|
613
|
+
type: StringConstructor;
|
|
614
|
+
default: string;
|
|
615
|
+
};
|
|
616
|
+
cssVars: {
|
|
617
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
618
|
+
default: string;
|
|
619
|
+
};
|
|
620
|
+
enableHighlighting: {
|
|
621
|
+
type: BooleanConstructor;
|
|
622
|
+
default: boolean;
|
|
623
|
+
};
|
|
624
|
+
expandMultipleFilters: {
|
|
625
|
+
type: BooleanConstructor;
|
|
626
|
+
default: boolean;
|
|
627
|
+
};
|
|
628
|
+
expandMultipleResults: {
|
|
629
|
+
type: BooleanConstructor;
|
|
630
|
+
default: boolean;
|
|
631
|
+
};
|
|
632
|
+
styleOverride: {
|
|
633
|
+
type: StringConstructor;
|
|
634
|
+
default: string;
|
|
635
|
+
};
|
|
636
|
+
filterProperties: {
|
|
637
|
+
type: import("vue").PropType<{
|
|
638
|
+
keys: string[];
|
|
639
|
+
title: string;
|
|
640
|
+
type: string;
|
|
641
|
+
expanded?: boolean;
|
|
642
|
+
}[]>;
|
|
643
|
+
default: () => ({
|
|
644
|
+
keys: string[];
|
|
645
|
+
title: string;
|
|
646
|
+
type: string;
|
|
647
|
+
expanded: boolean;
|
|
648
|
+
key?: undefined;
|
|
649
|
+
} | {
|
|
650
|
+
key: string;
|
|
651
|
+
title: string;
|
|
652
|
+
type: string;
|
|
653
|
+
expanded: boolean;
|
|
654
|
+
keys?: undefined;
|
|
655
|
+
})[];
|
|
656
|
+
};
|
|
657
|
+
}>> & Readonly<{
|
|
658
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
659
|
+
}>, {
|
|
660
|
+
enableCompare: boolean;
|
|
661
|
+
filtersTitle: string;
|
|
662
|
+
resultsTitle: string;
|
|
663
|
+
titleProperty: string;
|
|
664
|
+
aggregateResults: string;
|
|
665
|
+
imageProperty: string;
|
|
666
|
+
subTitleProperty: string;
|
|
667
|
+
resultType: string;
|
|
668
|
+
cssVars: string | Record<string, any>;
|
|
669
|
+
enableHighlighting: boolean;
|
|
670
|
+
expandMultipleFilters: boolean;
|
|
671
|
+
expandMultipleResults: boolean;
|
|
672
|
+
styleOverride: string;
|
|
673
|
+
filterProperties: {
|
|
674
|
+
keys: string[];
|
|
675
|
+
title: string;
|
|
676
|
+
type: string;
|
|
677
|
+
expanded?: boolean;
|
|
678
|
+
}[];
|
|
679
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>["$props"];
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|