@eodash/eodash 5.4.0 → 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.
Files changed (110) hide show
  1. package/core/client/asWebComponent.js +1 -1
  2. package/core/client/composables/DefineWidgets.js +12 -2
  3. package/core/client/eodashSTAC/EodashCollection.js +3 -3
  4. package/core/client/eodashSTAC/createLayers.js +44 -17
  5. package/core/client/eodashSTAC/helpers.js +12 -5
  6. package/core/client/eodashSTAC/parquet.js +2 -1
  7. package/core/client/eodashSTAC/triggers.js +1 -2
  8. package/core/client/store/actions.js +17 -17
  9. package/core/client/store/states.js +26 -4
  10. package/core/client/types.ts +9 -0
  11. package/core/client/utils/index.js +18 -1
  12. package/dist/client/{DashboardLayout-CQOGHPW_.js → DashboardLayout-CkSgvaFF.js} +2 -2
  13. package/dist/client/{DynamicWebComponent-CoLO8FEf.js → DynamicWebComponent-Ncsg6fb9.js} +1 -1
  14. package/dist/client/EodashChart-5v7adDpG.js +144 -0
  15. package/dist/client/{EodashDatePicker-BZeQ6bcu.js → EodashDatePicker-RoQJe6ss.js} +4 -4
  16. package/dist/client/{EodashItemFilter-CmZkk7GK.js → EodashItemFilter-CCoVC5BE.js} +2 -2
  17. package/dist/client/{EodashLayerControl-D54fY-bX.js → EodashLayerControl-weVj7aQA.js} +2 -2
  18. package/dist/client/{EodashLayoutSwitcher-BCP3FvDb.js → EodashLayoutSwitcher-CL-Z9d5_.js} +3 -3
  19. package/dist/client/EodashMapBtns-CXU8IuPO.js +433 -0
  20. package/dist/client/{EodashStacInfo-BZbmT8vT.js → EodashStacInfo-BbMnjf-n.js} +11 -15
  21. package/dist/client/{EodashTimeSlider-DIcAJr6D.js → EodashTimeSlider-BZXnqfax.js} +2 -2
  22. package/dist/client/{EodashTools-Cz6X6hsF.js → EodashTools-DUJlkkgx.js} +4 -4
  23. package/dist/client/{ExportState-DFVFAgKz.js → ExportState-CT3FQOHW.js} +46 -21
  24. package/dist/client/{Footer-DLzQcjkI.js → Footer-D_iqP-1K.js} +1 -1
  25. package/dist/client/{Header-_D9Z-zFJ.js → Header-Dzhnvsy-.js} +127 -17
  26. package/dist/client/MobileLayout-6Rg_PSO8.js +118 -0
  27. package/dist/client/{PopUp-DwI8V2gW.js → PopUp-DPPv_GSA.js} +8 -59
  28. package/dist/client/{ProcessList-C9eAg2Sb.js → ProcessList-BIN_Mb27.js} +9 -13
  29. package/dist/client/{VImg-COXTnCWE.js → VImg-DhbuvNrA.js} +2 -2
  30. package/dist/client/{VMain-C74l1bv-.js → VMain-CVabY_NY.js} +1 -1
  31. package/dist/client/{VTooltip-BLS-cQ9N.js → VTooltip-Cc6au3Sn.js} +3 -4
  32. package/dist/client/{WidgetsContainer-D-VfMRxE.js → WidgetsContainer-ChqTJS4h.js} +1 -1
  33. package/dist/client/asWebComponent-DaIxULaA.js +9207 -0
  34. package/dist/client/{async-D4G-FOIc.js → async-D6Lvv-fT.js} +4 -4
  35. package/dist/client/eo-dash.js +1 -1
  36. package/dist/client/{forwardRefs-CRMFoNYN.js → forwardRefs--IccUBdR.js} +196 -37
  37. package/dist/client/{handling-DTAhQuPh.js → handling-DSA67d6E.js} +74 -35
  38. package/dist/client/{helpers-CsjKHAcK.js → helpers-BBSdbOmv.js} +187 -87
  39. package/dist/client/{index-DEmHaCL3.js → index-6LlXNkke.js} +5 -3
  40. package/dist/client/{index-BHilH1qx.js → index-BS-8Y5FE.js} +22 -69
  41. package/dist/client/{index-BIcmbjr0.js → index-CQihL_c6.js} +27 -14
  42. package/dist/client/{index-BoCcZ0l4.js → index-qsZhYR_6.js} +15 -16
  43. package/dist/client/templates.js +48 -2
  44. package/dist/client/{transition-6MJLK-_H.js → transition-DFr4cXu8.js} +1 -1
  45. package/dist/node/cli.js +1 -1
  46. package/dist/types/core/client/App.vue.d.ts +16 -6
  47. package/dist/types/core/client/asWebComponent.d.ts +2 -2
  48. package/dist/types/core/client/components/DashboardLayout.vue.d.ts +2 -1
  49. package/dist/types/core/client/components/DynamicWebComponent.vue.d.ts +36 -16
  50. package/dist/types/core/client/components/EodashOverlay.vue.d.ts +2 -1
  51. package/dist/types/core/client/components/ErrorAlert.vue.d.ts +9 -1
  52. package/dist/types/core/client/components/Footer.vue.d.ts +2 -1
  53. package/dist/types/core/client/components/Header.vue.d.ts +2 -1
  54. package/dist/types/core/client/components/IframeWrapper.vue.d.ts +12 -6
  55. package/dist/types/core/client/components/Loading.vue.d.ts +2 -1
  56. package/dist/types/core/client/components/MobileLayout.vue.d.ts +2 -1
  57. package/dist/types/core/client/eodashSTAC/helpers.d.ts +1 -0
  58. package/dist/types/core/client/store/actions.d.ts +1 -2
  59. package/dist/types/core/client/store/states.d.ts +22 -4
  60. package/dist/types/core/client/types.d.ts +6 -1
  61. package/dist/types/core/client/utils/index.d.ts +1 -0
  62. package/dist/types/core/client/views/Dashboard.vue.d.ts +20 -8
  63. package/dist/types/templates/compare.d.ts +20 -0
  64. package/dist/types/templates/expert.d.ts +30 -1
  65. package/dist/types/widgets/EodashChart.vue.d.ts +28 -0
  66. package/dist/types/widgets/EodashDatePicker.vue.d.ts +38 -9
  67. package/dist/types/widgets/EodashItemCatalog/index.vue.d.ts +88 -13
  68. package/dist/types/widgets/EodashItemCatalog/methods/map.d.ts +1 -1
  69. package/dist/types/widgets/EodashItemFilter.vue.d.ts +169 -26
  70. package/dist/types/widgets/EodashLayerControl.vue.d.ts +38 -10
  71. package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +22 -7
  72. package/dist/types/widgets/EodashMap/EodashMapBtns.vue.d.ts +94 -21
  73. package/dist/types/widgets/EodashMap/index.vue.d.ts +646 -93
  74. package/dist/types/widgets/EodashMap/methods/btns.d.ts +14 -0
  75. package/dist/types/widgets/EodashProcess/ProcessList.vue.d.ts +24 -7
  76. package/dist/types/widgets/EodashProcess/index.vue.d.ts +26 -7
  77. package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -2
  78. package/dist/types/widgets/EodashProcess/methods/handling.d.ts +5 -11
  79. package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +2 -2
  80. package/dist/types/widgets/EodashStacInfo.vue.d.ts +67 -18
  81. package/dist/types/widgets/EodashTimeSlider.vue.d.ts +14 -6
  82. package/dist/types/widgets/EodashTools.vue.d.ts +437 -47
  83. package/dist/types/widgets/ExportState.vue.d.ts +26 -8
  84. package/dist/types/widgets/PopUp.vue.d.ts +61 -11
  85. package/dist/types/widgets/WidgetsContainer.vue.d.ts +22 -6
  86. package/package.json +33 -34
  87. package/templates/baseConfig.js +2 -1
  88. package/templates/compare.js +28 -1
  89. package/templates/expert.js +19 -1
  90. package/widgets/EodashChart.vue +139 -0
  91. package/widgets/EodashItemCatalog/index.vue +2 -2
  92. package/widgets/EodashItemCatalog/methods/map.js +9 -10
  93. package/widgets/EodashMap/EodashMapBtns.vue +58 -93
  94. package/widgets/EodashMap/index.vue +10 -2
  95. package/widgets/EodashMap/methods/btns.js +155 -0
  96. package/widgets/EodashMap/methods/create-layers-config.js +3 -3
  97. package/widgets/EodashMap/methods/index.js +2 -1
  98. package/widgets/EodashProcess/ProcessList.vue +2 -3
  99. package/widgets/EodashProcess/index.vue +18 -61
  100. package/widgets/EodashProcess/methods/async.js +1 -1
  101. package/widgets/EodashProcess/methods/composables.js +0 -5
  102. package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +10 -6
  103. package/widgets/EodashProcess/methods/handling.js +23 -22
  104. package/widgets/EodashProcess/methods/outputs.js +44 -4
  105. package/widgets/EodashProcess/methods/utils.js +1 -1
  106. package/widgets/EodashStacInfo.vue +10 -23
  107. package/widgets/ExportState.vue +9 -15
  108. package/dist/client/EodashMapBtns-D-HulIl1.js +0 -306
  109. package/dist/client/MobileLayout-3Ko9XSfO.js +0 -118
  110. package/dist/client/asWebComponent-Bw03Jutr.js +0 -9090
@@ -1,89 +1,220 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- enableCompare: boolean;
3
- zoom: number;
4
- zoomToExtent: boolean;
5
- enableCursorCoordinates: boolean;
6
- enableScaleLine: boolean;
7
- btnsPosition: Record<string, any>;
8
- btns: {
9
- enableExportMap?: boolean;
10
- enableChangeProjection?: boolean;
11
- enableBackToPOIs?: boolean;
12
- enableSearch?: boolean;
13
- searchParams?: object;
14
- enableZoom?: boolean;
15
- enableCompareIndicators?: boolean | {
16
- compareTemplate?: string;
17
- fallbackTemplate?: string;
18
- itemFilterConfig?: InstanceType<import("vue").DefineComponent<{}, {
19
- $emit: (event: "select", ...args: any[]) => void;
20
- enableCompare: boolean;
21
- filtersTitle: string;
22
- resultsTitle: string;
23
- titleProperty: string;
24
- imageProperty: string;
25
- subTitleProperty: string;
26
- resultType: string;
27
- cssVars: string | Record<string, any>;
28
- enableHighlighting: boolean;
29
- expandMultipleFilters: boolean;
30
- expandMultipleResults: boolean;
31
- styleOverride: string;
32
- filterProperties: {
33
- keys: string[];
34
- title: string;
35
- type: string;
36
- expanded?: boolean;
37
- }[];
38
- aggregateResults?: string | undefined;
39
- $props: {
40
- readonly enableCompare?: boolean | undefined;
41
- readonly filtersTitle?: string | undefined;
42
- readonly resultsTitle?: string | undefined;
43
- readonly titleProperty?: string | undefined;
44
- readonly imageProperty?: string | undefined;
45
- readonly subTitleProperty?: string | undefined;
46
- readonly resultType?: string | undefined;
47
- readonly cssVars?: string | Record<string, any> | undefined;
48
- readonly enableHighlighting?: boolean | undefined;
49
- readonly expandMultipleFilters?: boolean | undefined;
50
- readonly expandMultipleResults?: boolean | undefined;
51
- readonly styleOverride?: string | undefined;
52
- readonly filterProperties?: {
53
- keys: string[];
54
- title: string;
55
- type: string;
56
- expanded?: boolean;
57
- }[] | undefined;
58
- readonly aggregateResults?: string | undefined;
59
- };
60
- }, {}, {}, {}, 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;
61
32
  };
62
33
  };
63
- center?: [number, number] | undefined;
64
- $props: {
65
- readonly enableCompare?: boolean | undefined;
66
- readonly zoom?: number | undefined;
67
- readonly zoomToExtent?: boolean | undefined;
68
- readonly enableCursorCoordinates?: boolean | undefined;
69
- readonly enableScaleLine?: boolean | undefined;
70
- readonly btnsPosition?: Record<string, any> | undefined;
71
- readonly btns?: {
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<{
72
50
  enableExportMap?: boolean;
73
51
  enableChangeProjection?: boolean;
74
52
  enableBackToPOIs?: boolean;
75
53
  enableSearch?: boolean;
76
54
  searchParams?: object;
77
55
  enableZoom?: boolean;
56
+ enableGlobe?: boolean;
78
57
  enableCompareIndicators?: boolean | {
79
58
  compareTemplate?: string;
80
59
  fallbackTemplate?: string;
81
- itemFilterConfig?: InstanceType<import("vue").DefineComponent<{}, {
82
- $emit: (event: "select", ...args: any[]) => void;
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
+ }>, {
83
213
  enableCompare: boolean;
84
214
  filtersTitle: string;
85
215
  resultsTitle: string;
86
216
  titleProperty: string;
217
+ aggregateResults: string;
87
218
  imageProperty: string;
88
219
  subTitleProperty: string;
89
220
  resultType: string;
@@ -98,32 +229,454 @@ declare const _default: import("vue").DefineComponent<{}, {
98
229
  type: string;
99
230
  expanded?: boolean;
100
231
  }[];
101
- aggregateResults?: string | undefined;
102
- $props: {
103
- readonly enableCompare?: boolean | undefined;
104
- readonly filtersTitle?: string | undefined;
105
- readonly resultsTitle?: string | undefined;
106
- readonly titleProperty?: string | undefined;
107
- readonly imageProperty?: string | undefined;
108
- readonly subTitleProperty?: string | undefined;
109
- readonly resultType?: string | undefined;
110
- readonly cssVars?: string | Record<string, any> | undefined;
111
- readonly enableHighlighting?: boolean | undefined;
112
- readonly expandMultipleFilters?: boolean | undefined;
113
- readonly expandMultipleResults?: boolean | undefined;
114
- readonly styleOverride?: string | undefined;
115
- readonly filterProperties?: {
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<{
116
358
  keys: string[];
117
359
  title: string;
118
360
  type: string;
119
361
  expanded?: boolean;
120
- }[] | undefined;
121
- readonly aggregateResults?: string | undefined;
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;
122
407
  };
123
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>["$props"];
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<{
434
+ keys: string[];
435
+ title: string;
436
+ type: string;
437
+ expanded?: boolean;
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
+ })[];
452
+ };
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"];
124
476
  };
125
- } | undefined;
126
- readonly center?: [number, number] | undefined;
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
+ };
127
488
  };
128
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
129
- export default _default;
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>;