@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.
Files changed (133) hide show
  1. package/core/client/components/DashboardLayout.vue +1 -1
  2. package/core/client/components/EodashOverlay.vue +27 -4
  3. package/core/client/composables/DefineEodash.js +0 -1
  4. package/core/client/composables/DefineWidgets.js +3 -1
  5. package/core/client/composables/index.js +6 -2
  6. package/core/client/eodashSTAC/EodashCollection.js +79 -45
  7. package/core/client/eodashSTAC/cql.js +64 -0
  8. package/core/client/eodashSTAC/createLayers.js +192 -125
  9. package/core/client/eodashSTAC/helpers.js +423 -97
  10. package/core/client/eodashSTAC/mosaic.js +416 -0
  11. package/core/client/plugins/axios.js +31 -1
  12. package/core/client/store/actions.js +1 -1
  13. package/core/client/store/stac.js +25 -4
  14. package/core/client/store/states.js +20 -2
  15. package/core/client/types.ts +155 -29
  16. package/core/client/utils/bands-editor/exampleSchema.json +50 -50
  17. package/core/client/utils/index.js +4 -0
  18. package/core/client/utils/states.js +10 -0
  19. package/dist/client/{DashboardLayout-CqMb7OXc.js → DashboardLayout-ePbdvUTE.js} +5 -5
  20. package/dist/client/{DynamicWebComponent-DqKqTf7l.js → DynamicWebComponent-g5SdRbjY.js} +1 -1
  21. package/dist/client/{EodashChart-PkUQfH0k.js → EodashChart-ChrkA5oS.js} +7 -6
  22. package/dist/client/{EodashDatePicker-DLJGdTtX.js → EodashDatePicker-CY1TrsDo.js} +3 -3
  23. package/dist/client/{EodashItemFilter-Dk8KjFcX.js → EodashItemFilter-DzshHDlS.js} +2 -1
  24. package/dist/client/{EodashLayerControl-CC1Cogrn.js → EodashLayerControl-DMCeMkSd.js} +70 -22
  25. package/dist/client/{EodashLayoutSwitcher-5WZYd6rr.js → EodashLayoutSwitcher-iJ8mX1rF.js} +3 -3
  26. package/dist/client/EodashMapBtns-C7Cr7q5Y.js +592 -0
  27. package/dist/client/EodashStacInfo-K7-iuXa7.js +169 -0
  28. package/dist/client/{EodashTools-CGZtTh45.js → EodashTools-BEK7e7JM.js} +4 -4
  29. package/dist/client/{ExportState-Ce0ZnrX_.js → ExportState-CqIzfMYQ.js} +6 -168
  30. package/dist/client/{Footer-CnZqEiop.js → Footer-1P0cmBOZ.js} +1 -1
  31. package/dist/client/{Header-Dr5PBIm8.js → Header-CkkBaBNh.js} +2 -2
  32. package/dist/client/MobileLayout-BPf49kDU.js +118 -0
  33. package/dist/client/{PopUp-DjvE_71e.js → PopUp-DPZq5SWI.js} +4 -168
  34. package/dist/client/{ProcessList-kf3olI7W.js → ProcessList-DuI6WpS1.js} +5 -5
  35. package/dist/client/VDivider-Bj9LG_JV.js +168 -0
  36. package/dist/client/{VImg-Bj6uWt6j.js → VImg-Ddv5OyMz.js} +2 -2
  37. package/dist/client/{VMain-Cm0UmKGi.js → VMain-7yqk_qC3.js} +1 -1
  38. package/dist/client/{VTooltip-DbBu-ky3.js → VTooltip-2hAJyEoa.js} +2 -2
  39. package/dist/client/{WidgetsContainer-CfLnd44U.js → WidgetsContainer-2DOrlwCB.js} +1 -1
  40. package/dist/client/{asWebComponent-DfULAbpq.js → asWebComponent-BlFN2lkB.js} +493 -335
  41. package/dist/client/{async-CIbKXEEe.js → async-B2H8ZwUK.js} +21 -10
  42. package/dist/client/create-layers-config-u_vn5hPk.js +182 -0
  43. package/dist/client/dialog-transition-BrMkMiNa.js +170 -0
  44. package/dist/client/eo-dash.js +1 -1
  45. package/dist/client/{forwardRefs-yj3VWOK5.js → forwardRefs-DAlror6d.js} +8 -87
  46. package/dist/client/{handling-s8xt2JwF.js → handling-B6I1V5eG.js} +123 -85
  47. package/dist/client/{helpers-DAVGYl_f.js → helpers-CBqIUSXJ.js} +3034 -1649
  48. package/dist/client/index-BWq1ZKaV.js +3168 -0
  49. package/dist/client/{index-CYz6dT7K.js → index-CJ9UI3ln.js} +2 -2
  50. package/dist/client/index-DXLz4sFR.js +442 -0
  51. package/dist/client/{index-4TrjfJ32.js → index-DhKU6KqM.js} +230 -231
  52. package/dist/client/{index-Bu8BMA9q.js → index-DjQlbWbJ.js} +70 -83
  53. package/dist/client/material-symbols-outlined.woff2 +0 -0
  54. package/dist/client/material-symbols-rounded.woff2 +0 -0
  55. package/dist/client/material-symbols-sharp.woff2 +0 -0
  56. package/dist/client/material-symbols-subset.woff2 +0 -0
  57. package/dist/client/mosaic-BFYLEwyx.js +455 -0
  58. package/dist/client/templates.js +250 -119
  59. package/dist/client/{transition-DaOsiD4u.js → transition-D_W6Wn9v.js} +1 -1
  60. package/dist/node/cli.js +5 -5
  61. package/dist/node/types.d.ts +4 -0
  62. package/dist/types/core/client/composables/DefineEodash.d.ts +1 -1
  63. package/dist/types/core/client/composables/index.d.ts +1 -3
  64. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +62 -31
  65. package/dist/types/core/client/eodashSTAC/cql.d.ts +15 -0
  66. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +44 -25
  67. package/dist/types/core/client/eodashSTAC/helpers.d.ts +78 -18
  68. package/dist/types/core/client/eodashSTAC/mosaic.d.ts +56 -0
  69. package/dist/types/core/client/store/stac.d.ts +31 -7
  70. package/dist/types/core/client/store/states.d.ts +24 -2
  71. package/dist/types/core/client/types.d.ts +131 -25
  72. package/dist/types/core/client/utils/states.d.ts +12 -0
  73. package/dist/types/templates/baseConfig.d.ts +1 -88
  74. package/dist/types/templates/compare.d.ts +32 -3
  75. package/dist/types/templates/expert.d.ts +18 -0
  76. package/dist/types/templates/explore.d.ts +9 -1
  77. package/dist/types/templates/lite.d.ts +11 -0
  78. package/dist/types/widgets/EodashChart.vue.d.ts +5 -3
  79. package/dist/types/widgets/EodashItemCatalog/index.vue.d.ts +129 -2
  80. package/dist/types/widgets/EodashItemCatalog/methods/filters.d.ts +28 -6
  81. package/dist/types/widgets/EodashItemCatalog/methods/handlers.d.ts +17 -4
  82. package/dist/types/widgets/EodashItemCatalog/methods/map.d.ts +16 -4
  83. package/dist/types/widgets/EodashLayerControl.vue.d.ts +36 -17
  84. package/dist/types/widgets/EodashMap/EodashMapBtns.vue.d.ts +23 -10
  85. package/dist/types/widgets/EodashMap/index.vue.d.ts +91 -35
  86. package/dist/types/widgets/EodashMap/methods/create-layers-config.d.ts +1 -8
  87. package/dist/types/widgets/EodashMap/methods/index.d.ts +5 -1
  88. package/dist/types/widgets/EodashMap/methods/use-map-loading.d.ts +1 -0
  89. package/dist/types/widgets/EodashProcess/index.vue.d.ts +5 -3
  90. package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -1
  91. package/dist/types/widgets/EodashProcess/methods/handling.d.ts +13 -8
  92. package/dist/types/widgets/EodashProcess/states.d.ts +1 -1
  93. package/dist/types/widgets/EodashStacInfo.vue.d.ts +20 -0
  94. package/dist/types/widgets/EodashTimeSlider/index.vue.d.ts +54 -0
  95. package/dist/types/widgets/EodashTimeSlider/methods/index.d.ts +34 -0
  96. package/dist/types/widgets/EodashTimeSlider/types.d.ts +52 -0
  97. package/dist/types/widgets/EodashTools.vue.d.ts +5 -5
  98. package/package.json +46 -46
  99. package/templates/baseConfig.js +36 -6
  100. package/templates/compare.js +62 -7
  101. package/templates/expert.js +23 -0
  102. package/templates/explore.js +11 -5
  103. package/templates/lite.js +14 -0
  104. package/widgets/EodashChart.vue +1 -0
  105. package/widgets/EodashItemCatalog/index.vue +363 -35
  106. package/widgets/EodashItemCatalog/methods/filters.js +134 -70
  107. package/widgets/EodashItemCatalog/methods/handlers.js +113 -19
  108. package/widgets/EodashItemCatalog/methods/map.js +142 -28
  109. package/widgets/EodashLayerControl.vue +64 -14
  110. package/widgets/EodashMap/EodashMapBtns.vue +153 -47
  111. package/widgets/EodashMap/index.vue +101 -105
  112. package/widgets/EodashMap/methods/btns.js +37 -5
  113. package/widgets/EodashMap/methods/create-layers-config.js +18 -16
  114. package/widgets/EodashMap/methods/index.js +89 -8
  115. package/widgets/EodashMap/methods/use-map-loading.js +52 -0
  116. package/widgets/EodashProcess/index.vue +2 -1
  117. package/widgets/EodashProcess/methods/async.js +19 -8
  118. package/widgets/EodashProcess/methods/composables.js +63 -77
  119. package/widgets/EodashProcess/methods/custom-endpoints/chart/sentinelhub-endpoint.js +9 -5
  120. package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +7 -4
  121. package/widgets/EodashProcess/methods/handling.js +105 -72
  122. package/widgets/EodashProcess/states.js +1 -1
  123. package/widgets/EodashStacInfo.vue +64 -2
  124. package/widgets/EodashTimeSlider/index.vue +208 -0
  125. package/widgets/EodashTimeSlider/methods/index.js +236 -0
  126. package/widgets/EodashTimeSlider/types.ts +54 -0
  127. package/dist/client/EodashMapBtns-BHrSDNoC.js +0 -435
  128. package/dist/client/EodashStacInfo-B90wobPc.js +0 -107
  129. package/dist/client/EodashTimeSlider-5vm7F3ju.js +0 -53
  130. package/dist/client/MobileLayout-DyMjaeif.js +0 -118
  131. package/dist/client/index-CugS__t5.js +0 -570
  132. package/dist/types/widgets/EodashTimeSlider.vue.d.ts +0 -15
  133. 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
- filters: import("./types").FiltersConfig;
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 buildStacFilters(filters: Record<string, any>, propsFilters: import("../types").FiltersConfig): string;
44
- export function buildSearchUrl(filters: Record<string, any>, propsFilters: Array<any>, bboxFilter: boolean): string;
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
- key: string;
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: import("vue").Ref<import("../../../core/client/types").GeoJsonFeature[]>): (evt: CustomEvent) => void;
2
- export function createOnSelectHandler(store: ReturnType<typeof import("../../../core/client/store/stac.js").useSTAcStore>): (evt: CustomEvent) => Promise<void>;
3
- export function onMouseEnterResult(evt: CustomEvent): void;
4
- export function onMouseLeaveResult(): void;
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 useHighlightOnFeatureHover(itemfilterEl: import("vue").Ref<any>): void;
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[]>): void;
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: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
4
- type __VLS_WithSlots<T, S> = T & (new () => {
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: ArrayConstructor;
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: StringConstructor;
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: ObjectConstructor;
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: ArrayConstructor;
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: StringConstructor;
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: ObjectConstructor;
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: "second" | "first";
43
- title: string;
44
- tools: unknown[];
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
- /** @type {import("vue").PropType<boolean | {
14
- compareTemplate?:string;
15
- fallbackTemplate?:string;
16
- itemFilterConfig?:Partial<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>
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
- /** @type {import("vue").PropType<boolean | {
56
- compareTemplate?:string;
57
- fallbackTemplate?:string;
58
- itemFilterConfig?:Partial<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>
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 | {