@eodash/eodash 5.6.0 → 5.6.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 (51) hide show
  1. package/core/client/eodashSTAC/EodashCollection.js +5 -1
  2. package/core/client/eodashSTAC/helpers.js +4 -4
  3. package/dist/client/{DashboardLayout-DkKDhfgH.js → DashboardLayout-CqMb7OXc.js} +2 -2
  4. package/dist/client/{DynamicWebComponent-BrpkA-e3.js → DynamicWebComponent-DqKqTf7l.js} +1 -1
  5. package/dist/client/{EodashChart-p7_1FRlF.js → EodashChart-PkUQfH0k.js} +4 -4
  6. package/dist/client/{EodashDatePicker-HK0Jl7wQ.js → EodashDatePicker-DLJGdTtX.js} +3 -3
  7. package/dist/client/{EodashItemFilter-BYQDA78B.js → EodashItemFilter-Dk8KjFcX.js} +1 -1
  8. package/dist/client/{EodashLayerControl-NcrNncGn.js → EodashLayerControl-CC1Cogrn.js} +2 -2
  9. package/dist/client/{EodashLayoutSwitcher-CC2Znd0I.js → EodashLayoutSwitcher-5WZYd6rr.js} +3 -3
  10. package/dist/client/{EodashMapBtns-BJSh7qT-.js → EodashMapBtns-BHrSDNoC.js} +6 -6
  11. package/dist/client/{EodashStacInfo-BA-0UjvT.js → EodashStacInfo-B90wobPc.js} +31 -31
  12. package/dist/client/{EodashTimeSlider-GDv1hbw7.js → EodashTimeSlider-5vm7F3ju.js} +2 -2
  13. package/dist/client/{EodashTools-CWmoH0g_.js → EodashTools-CGZtTh45.js} +4 -4
  14. package/dist/client/{ExportState-CfAfX4RN.js → ExportState-Ce0ZnrX_.js} +4 -4
  15. package/dist/client/{Footer-DLGxQTZt.js → Footer-CnZqEiop.js} +1 -1
  16. package/dist/client/{Header-eyEyyzD6.js → Header-Dr5PBIm8.js} +2 -2
  17. package/dist/client/{MobileLayout-RzLOyXwL.js → MobileLayout-DyMjaeif.js} +2 -2
  18. package/dist/client/{PopUp-WNs6Io2N.js → PopUp-DjvE_71e.js} +2 -2
  19. package/dist/client/{ProcessList-RzVqbd5E.js → ProcessList-kf3olI7W.js} +4 -4
  20. package/dist/client/{VImg-GKUTFoV-.js → VImg-Bj6uWt6j.js} +2 -2
  21. package/dist/client/{VMain-D7_72mHr.js → VMain-Cm0UmKGi.js} +1 -1
  22. package/dist/client/{VTooltip-BbmvtvYw.js → VTooltip-DbBu-ky3.js} +2 -2
  23. package/dist/client/{WidgetsContainer-Dw5d7SOW.js → WidgetsContainer-CfLnd44U.js} +1 -1
  24. package/dist/client/{asWebComponent-DDt7V3Bl.js → asWebComponent-DfULAbpq.js} +13 -9
  25. package/dist/client/{async-CT3KEV52.js → async-CIbKXEEe.js} +10 -20
  26. package/dist/client/eo-dash.js +1 -1
  27. package/dist/client/{forwardRefs-CVzxyoSq.js → forwardRefs-yj3VWOK5.js} +2 -2
  28. package/dist/client/{handling-C285F_Mq.js → handling-s8xt2JwF.js} +390 -90
  29. package/dist/client/{helpers-CZFH0EVN.js → helpers-DAVGYl_f.js} +4 -4
  30. package/dist/client/{index-B-m7V3Kb.js → index-4TrjfJ32.js} +3 -3
  31. package/dist/client/{index-B_6H-N14.js → index-Bu8BMA9q.js} +39 -31
  32. package/dist/client/{index-DgOXD7wd.js → index-CYz6dT7K.js} +2 -2
  33. package/dist/client/{index-CF3ZMzTz.js → index-CugS__t5.js} +3 -3
  34. package/dist/client/templates.js +1 -1
  35. package/dist/client/{transition-C2gnrWg0.js → transition-DaOsiD4u.js} +1 -1
  36. package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -2
  37. package/dist/types/widgets/EodashProcess/methods/handling.d.ts +6 -6
  38. package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +3 -1
  39. package/dist/types/widgets/EodashProcess/methods/template-helpers.d.ts +99 -0
  40. package/dist/types/widgets/EodashProcess/methods/utils.d.ts +1 -6
  41. package/dist/types/widgets/EodashProcess/types.d.ts +1 -0
  42. package/dist/types/widgets/EodashStacInfo.vue.d.ts +10 -10
  43. package/package.json +1 -1
  44. package/widgets/EodashProcess/index.vue +16 -12
  45. package/widgets/EodashProcess/methods/composables.js +18 -15
  46. package/widgets/EodashProcess/methods/handling.js +78 -62
  47. package/widgets/EodashProcess/methods/outputs.js +74 -29
  48. package/widgets/EodashProcess/methods/template-helpers.js +246 -0
  49. package/widgets/EodashProcess/methods/utils.js +7 -17
  50. package/widgets/EodashProcess/types.ts +1 -0
  51. package/widgets/EodashStacInfo.vue +30 -30
@@ -1,6 +1,6 @@
1
1
  import { createVNode, Transition, mergeProps, ref, watch, nextTick, normalizeStyle, normalizeClass, useModel, openBlock, createElementBlock, withCtx, createBlock, resolveDynamicComponent, unref, createCommentVNode, renderSlot, mergeModels } from 'vue';
2
- import { g as genericComponent, ak as PREFERS_REDUCED_MOTION, p as propsFactory, am as acceleratedEasing, an as deceleratedEasing, ao as standardEasing, z as useProxiedModel, c as useRender, C as omit, V as VDefaultsProvider, l as provideTheme, f as useBackgroundColor, h as useBorder, b as useDimension, i as useElevation, j as useLocation, ab as usePosition, k as useRounded, r as makeThemeProps, m as makeTagProps, s as makeRoundedProps, ae as makePositionProps, t as makeLocationProps, v as makeElevationProps, d as makeDimensionProps, e as makeComponentProps, w as makeBorderProps, ap as useDefineWidgets } from './asWebComponent-DDt7V3Bl.js';
3
- import { a as animate, g as getTargetBox, n as nullifyTransforms, u as useScopeId, f as forwardRefs, m as makeVOverlayProps, V as VOverlay } from './forwardRefs-CVzxyoSq.js';
2
+ import { g as genericComponent, ak as PREFERS_REDUCED_MOTION, p as propsFactory, am as acceleratedEasing, an as deceleratedEasing, ao as standardEasing, z as useProxiedModel, c as useRender, C as omit, V as VDefaultsProvider, l as provideTheme, f as useBackgroundColor, h as useBorder, b as useDimension, i as useElevation, j as useLocation, ab as usePosition, k as useRounded, r as makeThemeProps, m as makeTagProps, s as makeRoundedProps, ae as makePositionProps, t as makeLocationProps, v as makeElevationProps, d as makeDimensionProps, e as makeComponentProps, w as makeBorderProps, ap as useDefineWidgets } from './asWebComponent-DfULAbpq.js';
3
+ import { a as animate, g as getTargetBox, n as nullifyTransforms, u as useScopeId, f as forwardRefs, m as makeVOverlayProps, V as VOverlay } from './forwardRefs-yj3VWOK5.js';
4
4
 
5
5
  // Utilities
6
6
  const makeVDialogTransitionProps = propsFactory({
@@ -1,9 +1,9 @@
1
1
  import { ref, createVNode, normalizeStyle, normalizeClass, createElementVNode, toRefs, onMounted, openBlock, createElementBlock, unref, createBlock, withCtx, Fragment, renderList, withDirectives, createTextVNode, toDisplayString, toRef, createCommentVNode } from 'vue';
2
2
  import { mdiOpenInNew, mdiUploadBox, mdiDownloadBox, mdiTrashCanOutline } from '@mdi/js';
3
- import { g as genericComponent, l as provideTheme, Z as useDensity, c as useRender, p as propsFactory, r as makeThemeProps, m as makeTagProps, $ as makeDensityProps, e as makeComponentProps, q as convertToUnit, _ as _export_sfc, H as useSTAcStore, N as useOnLayersUpdate, K as VIcon, J as VBtn } from './asWebComponent-DDt7V3Bl.js';
4
- import { I as compareIndicator, F as indicator } from './helpers-CZFH0EVN.js';
5
- import { u as updateJobsStatus, k as getJobStatusUrl, l as loadProcess, m as downloadPreviousResults, n as deleteJob } from './async-CT3KEV52.js';
6
- import { T as Tooltip } from './index-DgOXD7wd.js';
3
+ import { g as genericComponent, l as provideTheme, Z as useDensity, c as useRender, p as propsFactory, r as makeThemeProps, m as makeTagProps, $ as makeDensityProps, e as makeComponentProps, q as convertToUnit, _ as _export_sfc, H as useSTAcStore, N as useOnLayersUpdate, K as VIcon, J as VBtn } from './asWebComponent-DfULAbpq.js';
4
+ import { I as compareIndicator, F as indicator } from './helpers-DAVGYl_f.js';
5
+ import { u as updateJobsStatus, j as getJobStatusUrl, l as loadProcess, k as downloadPreviousResults, m as deleteJob } from './async-CIbKXEEe.js';
6
+ import { T as Tooltip } from './index-CYz6dT7K.js';
7
7
 
8
8
  /**
9
9
  * The list of job result from the server
@@ -1,6 +1,6 @@
1
1
  import { h, TransitionGroup, Transition, createElementVNode, normalizeStyle, normalizeClass, computed, shallowRef, ref, watch, onBeforeMount, nextTick, onBeforeUnmount, toRef, withDirectives, createVNode, mergeProps, Fragment, vShow } from 'vue';
2
- import { aj as SUPPORTS_INTERSECTION, g as genericComponent, ak as PREFERS_REDUCED_MOTION, p as propsFactory, b as useDimension, c as useRender, d as makeDimensionProps, e as makeComponentProps, f as useBackgroundColor, k as useRounded, al as getCurrentInstance, q as convertToUnit, s as makeRoundedProps } from './asWebComponent-DDt7V3Bl.js';
3
- import { M as MaybeTransition, m as makeTransitionProps$1 } from './transition-C2gnrWg0.js';
2
+ import { aj as SUPPORTS_INTERSECTION, g as genericComponent, ak as PREFERS_REDUCED_MOTION, p as propsFactory, b as useDimension, c as useRender, d as makeDimensionProps, e as makeComponentProps, f as useBackgroundColor, k as useRounded, al as getCurrentInstance, q as convertToUnit, s as makeRoundedProps } from './asWebComponent-DfULAbpq.js';
3
+ import { M as MaybeTransition, m as makeTransitionProps$1 } from './transition-DaOsiD4u.js';
4
4
 
5
5
  // Utilities
6
6
  function mounted(el, binding) {
@@ -1,5 +1,5 @@
1
1
  import { createVNode, normalizeStyle, normalizeClass, createElementVNode } from 'vue';
2
- import { g as genericComponent, b as useDimension, a as useLayout, c as useRender, p as propsFactory, m as makeTagProps, d as makeDimensionProps, e as makeComponentProps } from './asWebComponent-DDt7V3Bl.js';
2
+ import { g as genericComponent, b as useDimension, a as useLayout, c as useRender, p as propsFactory, m as makeTagProps, d as makeDimensionProps, e as makeComponentProps } from './asWebComponent-DfULAbpq.js';
3
3
  import { u as useSsrBoot } from './ssrBoot-Zgc_Ttvi.js';
4
4
 
5
5
  const makeVMainProps = propsFactory({
@@ -1,6 +1,6 @@
1
1
  import { useId, toRef, ref, computed, mergeProps, createVNode } from 'vue';
2
- import { u as useScopeId, f as forwardRefs, m as makeVOverlayProps, V as VOverlay } from './forwardRefs-CVzxyoSq.js';
3
- import { g as genericComponent, z as useProxiedModel, c as useRender, p as propsFactory, C as omit } from './asWebComponent-DDt7V3Bl.js';
2
+ import { u as useScopeId, f as forwardRefs, m as makeVOverlayProps, V as VOverlay } from './forwardRefs-yj3VWOK5.js';
3
+ import { g as genericComponent, z as useProxiedModel, c as useRender, p as propsFactory, C as omit } from './asWebComponent-DfULAbpq.js';
4
4
 
5
5
  const makeVTooltipProps = propsFactory({
6
6
  id: String,
@@ -1,5 +1,5 @@
1
1
  import { ref, onMounted, nextTick, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, normalizeStyle, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
2
- import { ap as useDefineWidgets, a as useLayout } from './asWebComponent-DDt7V3Bl.js';
2
+ import { ap as useDefineWidgets, a as useLayout } from './asWebComponent-DfULAbpq.js';
3
3
  import 'animated-details';
4
4
 
5
5
  const _sfc_main = {
@@ -1,6 +1,6 @@
1
1
  import { warn, capitalize, reactive, watchEffect, toRef, shallowRef, Fragment, getCurrentInstance as getCurrentInstance$1, ref, computed, unref, provide, inject as inject$1, defineComponent as defineComponent$1, h, camelize, toValue, createVNode, mergeProps, createElementVNode, normalizeClass, watch, onScopeDispose, effectScope, toRaw, toRefs, getCurrentScope, onBeforeUnmount, readonly, onMounted, useId, onDeactivated, onActivated, nextTick, shallowReactive, onUnmounted, isRef, normalizeStyle, onUpdated, Text, Transition, resolveDynamicComponent, withDirectives, toDisplayString, useModel, openBlock, createBlock, withCtx, createTextVNode, createCommentVNode, defineAsyncComponent, onErrorCaptured, Suspense, normalizeProps, createElementBlock, withAsyncContext, defineCustomElement } from 'vue';
2
2
  import { storeToRefs, defineStore, createPinia } from 'pinia';
3
- import { r as registerProjection, c as createLayerID, e as extractRoles, a as extractEoxLegendLink, f as fetchStyle, b as extractLayerConfig, d as axios, g as addTooltipInteraction, h as createAssetID, m as mergeGeojsons, i as mapEl, j as getProjectionCode, k as isSTACItem, l as extractLayerTimeValues, n as fetchApiItems, o as getDatetimeProperty, p as fetchAllStyles, q as findLayer, s as findLayersByLayerPrefix, t as replaceLayer, u as generateFeatures, v as getLayers, w as getCompareLayers, x as extractLayerLegend, y as extractCollectionUrls, z as generateLinksFromItems, A as revokeCollectionBlobUrls, B as datetime, C as poi, D as activeTemplate, E as mapPosition, F as indicator, G as currentUrl, H as currentCompareUrl, I as compareIndicator, J as comparePoi, K as states, L as actions, M as areChartsSeparateLayout, N as chartSpec, O as compareChartSpec } from './helpers-CZFH0EVN.js';
3
+ import { r as registerProjection, c as createLayerID, e as extractRoles, a as extractEoxLegendLink, f as fetchStyle, b as extractLayerConfig, d as axios, g as addTooltipInteraction, h as createAssetID, m as mergeGeojsons, i as mapEl, j as getProjectionCode, k as isSTACItem, l as extractLayerTimeValues, n as fetchApiItems, o as getDatetimeProperty, p as fetchAllStyles, q as findLayer, s as findLayersByLayerPrefix, t as replaceLayer, u as generateFeatures, v as getLayers, w as getCompareLayers, x as extractLayerLegend, y as extractCollectionUrls, z as generateLinksFromItems, A as revokeCollectionBlobUrls, B as datetime, C as poi, D as activeTemplate, E as mapPosition, F as indicator, G as currentUrl, H as currentCompareUrl, I as compareIndicator, J as comparePoi, K as states, L as actions, M as areChartsSeparateLayout, N as chartSpec, O as compareChartSpec } from './helpers-DAVGYl_f.js';
4
4
  import log from 'loglevel';
5
5
  import { useEventBus, useMutationObserver, createSharedComposable } from '@vueuse/core';
6
6
  import { mdiWrench, mdiSnowflake, mdiVolleyball, mdiHiking, mdiLightningBolt, mdiLeaf, mdiAccountMultiple, mdiCurrencyEur, mdiWeatherWindy, mdiSetCenter, mdiHospitalBoxOutline, mdiImageFilterHdr, mdiWater, mdiBarley, mdiClose, mdiAlertCircle, mdiPlus, mdiMenuDown, mdiChevronLeft, mdiChevronRight } from '@mdi/js';
@@ -5013,7 +5013,11 @@ class EodashCollection {
5013
5013
 
5014
5014
  // Emit event to update potential widget dependencies such as process layer ids
5015
5015
  const layersEvents = useEventBus(eoxLayersKey);
5016
- layersEvents.emit("layertime:updated", newLayers);
5016
+ if (map === "second") {
5017
+ layersEvents.emit("compareLayertime:updated", newLayers);
5018
+ } else {
5019
+ layersEvents.emit("layertime:updated", newLayers);
5020
+ }
5017
5021
 
5018
5022
  return updatedLayers;
5019
5023
  }
@@ -8455,7 +8459,7 @@ const ErrorAlert = /*#__PURE__*/_export_sfc(_sfc_main$4, [['styles',[_style_0$2]
8455
8459
  const internalWidgets = (() => {
8456
8460
  /** @type {Record<string, () => Promise<import("vue").Component>>} */
8457
8461
  const importMap = {
8458
- .../* #__PURE__ */ Object.assign({"/widgets/EodashChart.vue": () => import('./EodashChart-p7_1FRlF.js'),"/widgets/EodashDatePicker.vue": () => import('./EodashDatePicker-HK0Jl7wQ.js'),"/widgets/EodashItemCatalog/index.vue": () => import('./index-CF3ZMzTz.js'),"/widgets/EodashItemFilter.vue": () => import('./EodashItemFilter-BYQDA78B.js'),"/widgets/EodashLayerControl.vue": () => import('./EodashLayerControl-NcrNncGn.js'),"/widgets/EodashLayoutSwitcher.vue": () => import('./EodashLayoutSwitcher-CC2Znd0I.js'),"/widgets/EodashMap/EodashMapBtns.vue": () => import('./EodashMapBtns-BJSh7qT-.js'),"/widgets/EodashMap/index.vue": () => import('./index-B-m7V3Kb.js'),"/widgets/EodashProcess/ProcessList.vue": () => import('./ProcessList-RzVqbd5E.js').then(n => n.a),"/widgets/EodashProcess/index.vue": () => import('./index-B_6H-N14.js'),"/widgets/EodashStacInfo.vue": () => import('./EodashStacInfo-BA-0UjvT.js'),"/widgets/EodashTimeSlider.vue": () => import('./EodashTimeSlider-GDv1hbw7.js'),"/widgets/EodashTools.vue": () => import('./EodashTools-CWmoH0g_.js'),"/widgets/ExportState.vue": () => import('./ExportState-CfAfX4RN.js'),"/widgets/PopUp.vue": () => import('./PopUp-WNs6Io2N.js'),"/widgets/WidgetsContainer.vue": () => import('./WidgetsContainer-Dw5d7SOW.js')}),
8462
+ .../* #__PURE__ */ Object.assign({"/widgets/EodashChart.vue": () => import('./EodashChart-PkUQfH0k.js'),"/widgets/EodashDatePicker.vue": () => import('./EodashDatePicker-DLJGdTtX.js'),"/widgets/EodashItemCatalog/index.vue": () => import('./index-CugS__t5.js'),"/widgets/EodashItemFilter.vue": () => import('./EodashItemFilter-Dk8KjFcX.js'),"/widgets/EodashLayerControl.vue": () => import('./EodashLayerControl-CC1Cogrn.js'),"/widgets/EodashLayoutSwitcher.vue": () => import('./EodashLayoutSwitcher-5WZYd6rr.js'),"/widgets/EodashMap/EodashMapBtns.vue": () => import('./EodashMapBtns-BHrSDNoC.js'),"/widgets/EodashMap/index.vue": () => import('./index-4TrjfJ32.js'),"/widgets/EodashProcess/ProcessList.vue": () => import('./ProcessList-kf3olI7W.js').then(n => n.a),"/widgets/EodashProcess/index.vue": () => import('./index-Bu8BMA9q.js'),"/widgets/EodashStacInfo.vue": () => import('./EodashStacInfo-B90wobPc.js'),"/widgets/EodashTimeSlider.vue": () => import('./EodashTimeSlider-5vm7F3ju.js'),"/widgets/EodashTools.vue": () => import('./EodashTools-CGZtTh45.js'),"/widgets/ExportState.vue": () => import('./ExportState-Ce0ZnrX_.js'),"/widgets/PopUp.vue": () => import('./PopUp-DjvE_71e.js'),"/widgets/WidgetsContainer.vue": () => import('./WidgetsContainer-CfLnd44U.js')}),
8459
8463
  .../* #__PURE__ */ Object.assign({}),
8460
8464
  };
8461
8465
  for (const key in importMap) {
@@ -8587,7 +8591,7 @@ const getWidgetDefinition = (config) => {
8587
8591
 
8588
8592
  case "web-component":
8589
8593
  importedWidget.component = defineAsyncComponent({
8590
- loader: () => import('./DynamicWebComponent-BrpkA-e3.js'),
8594
+ loader: () => import('./DynamicWebComponent-DqKqTf7l.js'),
8591
8595
  suspensible: true,
8592
8596
  });
8593
8597
  importedWidget.props = reactive(config.widget);
@@ -8984,7 +8988,7 @@ return (_ctx, _cache) => {
8984
8988
 
8985
8989
  };
8986
8990
 
8987
- const version = "5.6.0";
8991
+ const version = "5.6.1";
8988
8992
  const pkgJson = {
8989
8993
  version};
8990
8994
 
@@ -9094,15 +9098,15 @@ const { smAndDown } = useDisplay();
9094
9098
 
9095
9099
  const TemplateComponent = computed(() =>
9096
9100
  smAndDown.value
9097
- ? defineAsyncComponent(() => import('./MobileLayout-RzLOyXwL.js'))
9098
- : defineAsyncComponent(() => import('./DashboardLayout-DkKDhfgH.js')),
9101
+ ? defineAsyncComponent(() => import('./MobileLayout-DyMjaeif.js'))
9102
+ : defineAsyncComponent(() => import('./DashboardLayout-CqMb7OXc.js')),
9099
9103
  );
9100
9104
 
9101
9105
  const HeaderComponent = defineAsyncComponent(
9102
- () => import('./Header-eyEyyzD6.js'),
9106
+ () => import('./Header-Dr5PBIm8.js'),
9103
9107
  );
9104
9108
  const FooterComponent = defineAsyncComponent(
9105
- () => import('./Footer-DLGxQTZt.js'),
9109
+ () => import('./Footer-CnZqEiop.js'),
9106
9110
  );
9107
9111
 
9108
9112
  const error = ref("");
@@ -1,5 +1,5 @@
1
- import { t as replaceLayer, b as extractLayerConfig, x as extractLayerLegend, m as mergeGeojsons, d as axios, w as getCompareLayers, v as getLayers, $ as axios$1, I as compareIndicator, F as indicator } from './helpers-CZFH0EVN.js';
2
- import { S as useEmitLayersUpdate } from './asWebComponent-DDt7V3Bl.js';
1
+ import { t as replaceLayer, b as extractLayerConfig, x as extractLayerLegend, m as mergeGeojsons, d as axios, w as getCompareLayers, v as getLayers, $ as axios$1, I as compareIndicator, F as indicator } from './helpers-DAVGYl_f.js';
2
+ import { S as useEmitLayersUpdate } from './asWebComponent-DfULAbpq.js';
3
3
  import { isMulti } from '@eox/jsonform/src/custom-inputs/spatial/utils';
4
4
  import log from 'loglevel';
5
5
 
@@ -494,13 +494,17 @@ function extractAsyncResults(resultItem) {
494
494
  return extracted;
495
495
  }
496
496
 
497
- /** @param {*} jsonformSchema */
498
- const getDrawToolsProperty = (jsonformSchema) => {
497
+ /** @param {*} jsonformSchema
498
+ * @returns { string[] }
499
+ */
500
+ const getDrawToolsProperties = (jsonformSchema) => {
501
+ const properties = [];
499
502
  for (const property in jsonformSchema.properties) {
500
503
  if (jsonformSchema.properties[property]?.options?.drawtools) {
501
- return property;
504
+ properties.push(property);
502
505
  }
503
506
  }
507
+ return properties;
504
508
  };
505
509
 
506
510
  /**
@@ -547,20 +551,6 @@ const applyProcessLayersToMap = (mapElement, processLayers) => {
547
551
  mapElement.layers = layers;
548
552
  }
549
553
  };
550
- /**
551
- * Updates the jsonform schema to target the compare map
552
- * @param {Record<string,any> | null | undefined} jsonformSchema
553
- */
554
- function updateJsonformSchemaTarget(jsonformSchema) {
555
- if (!jsonformSchema) {
556
- return jsonformSchema;
557
- }
558
- const stringified = JSON.stringify(jsonformSchema).replaceAll(
559
- "eox-map#main",
560
- "eox-map#compare",
561
- );
562
- return JSON.parse(stringified);
563
- }
564
554
 
565
555
  /**
566
556
  * Polls the process status and fetches a result item when the process is successful.
@@ -800,4 +790,4 @@ const getJobStatusUrl = (jobID, indicator) => {
800
790
  return jobUrl;
801
791
  };
802
792
 
803
- export { creatAsyncProcessLayerDefinitions as a, getBboxProperty as b, createTiffLayerDefinition as c, download as d, extractAsyncResults as e, generateTimePairs as f, getDrawToolsProperty as g, updateJsonformSchemaTarget as h, extractGeometries as i, applyProcessLayersToMap as j, getJobStatusUrl as k, loadProcess as l, downloadPreviousResults as m, deleteJob as n, pollProcessStatus as p, separateEndpointLinks as s, updateJobsStatus as u };
793
+ export { creatAsyncProcessLayerDefinitions as a, getBboxProperty as b, createTiffLayerDefinition as c, download as d, extractAsyncResults as e, generateTimePairs as f, getDrawToolsProperties as g, extractGeometries as h, applyProcessLayersToMap as i, getJobStatusUrl as j, downloadPreviousResults as k, loadProcess as l, deleteJob as m, pollProcessStatus as p, separateEndpointLinks as s, updateJobsStatus as u };
@@ -1,2 +1,2 @@
1
- export { aI as EodashConstructor, aJ as register, aK as store } from './asWebComponent-DDt7V3Bl.js';
1
+ export { aI as EodashConstructor, aJ as register, aK as store } from './asWebComponent-DfULAbpq.js';
2
2
  import 'vue';
@@ -1,6 +1,6 @@
1
1
  import { computed, watch, onScopeDispose, nextTick, ref, watchEffect, effectScope, inject, mergeProps, toRef, toValue, shallowRef, onMounted, reactive, provide, toRaw, readonly, warn, onBeforeUnmount, createElementVNode, Fragment, createVNode, Teleport, withDirectives, vShow, Transition } from 'vue';
2
- import { aq as isOn, ar as eventName, p as propsFactory, as as destructComputed, at as parseAnchor, au as flipSide, av as flipAlign, aw as flipCorner, ax as CircularBuffer, ay as deepEqual, a0 as consoleError, az as getAxis, q as convertToUnit, x as clamp, aA as IN_BROWSER, A as useToggleScope, aB as defer, al as getCurrentInstance, aC as templateRef, aD as matchesSelector, aE as focusableChildren, G as useDisplay, r as makeThemeProps, d as makeDimensionProps, e as makeComponentProps, g as genericComponent, z as useProxiedModel, l as provideTheme, n as useRtl, f as useBackgroundColor, b as useDimension, aF as useRouter, aG as useBackButton, ao as standardEasing, c as useRender, C as omit } from './asWebComponent-DDt7V3Bl.js';
3
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-C2gnrWg0.js';
2
+ import { aq as isOn, ar as eventName, p as propsFactory, as as destructComputed, at as parseAnchor, au as flipSide, av as flipAlign, aw as flipCorner, ax as CircularBuffer, ay as deepEqual, a0 as consoleError, az as getAxis, q as convertToUnit, x as clamp, aA as IN_BROWSER, A as useToggleScope, aB as defer, al as getCurrentInstance, aC as templateRef, aD as matchesSelector, aE as focusableChildren, G as useDisplay, r as makeThemeProps, d as makeDimensionProps, e as makeComponentProps, g as genericComponent, z as useProxiedModel, l as provideTheme, n as useRtl, f as useBackgroundColor, b as useDimension, aF as useRouter, aG as useBackButton, ao as standardEasing, c as useRender, C as omit } from './asWebComponent-DfULAbpq.js';
3
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-DaOsiD4u.js';
4
4
 
5
5
  class Box {
6
6
  constructor(args) {