@eodash/eodash 5.0.0-alpha.2.21 → 5.0.0-alpha.2.23

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 (68) hide show
  1. package/core/client/asWebComponent.js +4 -1
  2. package/core/client/components/DashboardLayout.vue +1 -1
  3. package/core/client/composables/DefineEodash.js +1 -1
  4. package/core/client/types.d.ts +3 -15
  5. package/core/client/utils/helpers.js +2 -2
  6. package/dist/client/{DashboardLayout-DEZe5rZn.js → DashboardLayout-BZDjLPAM.js} +4 -4
  7. package/dist/client/{DynamicWebComponent-Cp_3d3nd.js → DynamicWebComponent-B3pcDnnp.js} +1 -1
  8. package/dist/client/{EodashDatePicker-BwQ9Bw9-.js → EodashDatePicker-CYH67qUf.js} +3 -3
  9. package/dist/client/{EodashItemFilter-BtihrBap.js → EodashItemFilter-BPtyEU15.js} +1 -1
  10. package/dist/client/{EodashLayerControl-BuZgXYop.js → EodashLayerControl-BMulJ7Nu.js} +1 -1
  11. package/dist/client/{EodashMap-C9hvsdhf.js → EodashMap-CAlmeyEK.js} +1 -1
  12. package/dist/client/{EodashMapBtns-BTG6oYL5.js → EodashMapBtns-Cb21hoLK.js} +2 -2
  13. package/dist/client/{ExportState-GDJ8YxS9.js → ExportState-Cs26sTpI.js} +4 -4
  14. package/dist/client/{Footer-Cul4HvW4.js → Footer-DeQud94i.js} +1 -1
  15. package/dist/client/{Header-BikVMROv.js → Header-BCbNDZVc.js} +3 -3
  16. package/dist/client/{MobileLayout-ByPGOgnO.js → MobileLayout-fwxBmlOE.js} +5 -5
  17. package/dist/client/{PopUp-AJqPEHmR.js → PopUp-Cy2yuwTa.js} +3 -3
  18. package/dist/client/{VImg-CY7ndzv2.js → VImg-CBdK-aqy.js} +2 -2
  19. package/dist/client/{VMain-BlIaUbM6.js → VMain-DS_lMGEB.js} +1 -1
  20. package/dist/client/{VOverlay-CiMWDe2b.js → VOverlay-Dr3Qyf3n.js} +3 -3
  21. package/dist/client/{WidgetsContainer-DG9sQaF0.js → WidgetsContainer-C8M-2vnt.js} +1 -1
  22. package/dist/client/{asWebComponent-6g8pz2_C.js → asWebComponent-BNtA1Amp.js} +12 -9
  23. package/dist/client/eo-dash.js +1 -1
  24. package/dist/client/{forwardRefs-DnXzPqIo.js → forwardRefs-CPEcWmMd.js} +1 -1
  25. package/dist/client/{index-14PHPf-A.js → index-CT6bsa-4.js} +1 -1
  26. package/dist/client/style.css +1 -1
  27. package/dist/client/{transition-CGVKXZbS.js → transition-B7l2l8dM.js} +1 -1
  28. package/dist/types/core/client/App.vue.d.ts +7 -0
  29. package/dist/types/core/client/asWebComponent.d.ts +9 -0
  30. package/dist/types/core/client/components/DashboardLayout.vue.d.ts +2 -0
  31. package/dist/types/core/client/components/DynamicWebComponent.vue.d.ts +18 -0
  32. package/dist/types/core/client/components/ErrorAlert.vue.d.ts +2 -0
  33. package/dist/types/core/client/components/Footer.vue.d.ts +2 -0
  34. package/dist/types/core/client/components/Header.vue.d.ts +2 -0
  35. package/dist/types/core/client/components/IframeWrapper.vue.d.ts +7 -0
  36. package/dist/types/core/client/components/Loading.vue.d.ts +2 -0
  37. package/dist/types/core/client/components/MobileLayout.vue.d.ts +2 -0
  38. package/dist/types/core/client/composables/DefineEodash.d.ts +2 -0
  39. package/dist/types/core/client/composables/DefineWidgets.d.ts +14 -0
  40. package/dist/types/core/client/composables/EodashMap.d.ts +5 -0
  41. package/dist/types/core/client/composables/index.d.ts +29 -0
  42. package/dist/types/core/client/eodash.d.ts +8 -0
  43. package/dist/types/core/client/main.d.ts +2 -0
  44. package/dist/types/core/client/plugins/axios.d.ts +2 -0
  45. package/dist/types/core/client/plugins/index.d.ts +3 -0
  46. package/dist/types/core/client/plugins/vuetify.d.ts +82 -0
  47. package/dist/types/core/client/render.d.ts +1 -0
  48. package/dist/types/core/client/store/Actions.d.ts +11 -0
  49. package/dist/types/core/client/store/States.d.ts +21 -0
  50. package/dist/types/core/client/store/index.d.ts +2 -0
  51. package/dist/types/core/client/store/stac.d.ts +25 -0
  52. package/dist/types/core/client/types.d.ts +279 -0
  53. package/dist/types/core/client/utils/createLayers.d.ts +44 -0
  54. package/dist/types/core/client/utils/eodashSTAC.d.ts +82 -0
  55. package/dist/types/core/client/utils/helpers.d.ts +80 -0
  56. package/dist/types/core/client/utils/index.d.ts +2 -0
  57. package/dist/types/core/client/utils/keys.d.ts +6 -0
  58. package/dist/types/core/client/utils/states.d.ts +14 -0
  59. package/dist/types/core/client/views/Dashboard.vue.d.ts +9 -0
  60. package/dist/types/widgets/EodashDatePicker.vue.d.ts +7 -0
  61. package/dist/types/widgets/EodashItemFilter.vue.d.ts +33 -0
  62. package/dist/types/widgets/EodashLayerControl.vue.d.ts +7 -0
  63. package/dist/types/widgets/EodashMap.vue.d.ts +7 -0
  64. package/dist/types/widgets/EodashMapBtns.vue.d.ts +9 -0
  65. package/dist/types/widgets/ExportState.vue.d.ts +7 -0
  66. package/dist/types/widgets/PopUp.vue.d.ts +14 -0
  67. package/dist/types/widgets/WidgetsContainer.vue.d.ts +7 -0
  68. package/package.json +6 -5
@@ -2,7 +2,10 @@ import App from "./App.vue";
2
2
  import { defineCustomElement } from "vue";
3
3
  import { registerPlugins } from "./plugins";
4
4
 
5
- /** @type {import("./asWebComponent").EodashConstructor} */
5
+ /**
6
+ * @type {import("vue").VueElementConstructor<
7
+ * import("vue").ExtractPropTypes<{ config: string }>>}
8
+ * */
6
9
  export const Eodash = defineCustomElement(App, {
7
10
  shadowRoot: false,
8
11
  configureApp(app) {
@@ -3,7 +3,7 @@
3
3
  <eox-layout :gap="eodash.template.gap ?? 2">
4
4
  <eox-layout-item
5
5
  v-if="bgWidget.component"
6
- class="bg-panel"
6
+ class="bg-panel bg-surface"
7
7
  x="0"
8
8
  y="0"
9
9
  h="12"
@@ -55,7 +55,7 @@ export const useEodashRuntime = async (runtimeConfig) => {
55
55
  /**
56
56
  * @param {((
57
57
  * store: import("@/types").EodashStore,
58
- * ) => Promise<import("@/types").Eodash>)
58
+ * ) => (Promise<import("@/types").Eodash> | import("@/types").Eodash))
59
59
  * | import("@/types").Eodash} config
60
60
  */
61
61
  export const createEodash = async (config) => {
@@ -32,7 +32,7 @@ export interface WebComponentProps<T extends ExecutionTime = "compiletime"> {
32
32
  */
33
33
  onMounted?: (
34
34
  el: Element | null,
35
- store: ReturnType<typeof import("./store/stac").useSTAcStore>,
35
+ store: ReturnType<typeof import("./store/stac.js").useSTAcStore>,
36
36
  ) => Promise<void> | void;
37
37
  /**
38
38
  * Triggered when the web component is unmounted from the DOM.
@@ -43,7 +43,7 @@ export interface WebComponentProps<T extends ExecutionTime = "compiletime"> {
43
43
  */
44
44
  onUnmounted?: (
45
45
  el: Element | null,
46
- store: ReturnType<typeof import("./store/stac").useSTAcStore>,
46
+ store: ReturnType<typeof import("./store/stac.js").useSTAcStore>,
47
47
  ) => Promise<void> | void;
48
48
  }
49
49
 
@@ -276,16 +276,4 @@ export interface EodashStore {
276
276
  };
277
277
  }
278
278
  ///////
279
- /**
280
- * The project's entry point should export this function as a default to
281
- * instantiate eodash
282
- *
283
- * @param config
284
- * @group Eodash
285
- */
286
- export declare const createEodash: (
287
- config: ((store: EodashStore) => Eodash | Promise<Eodash>) | Eodash,
288
- ) => Eodash | Promise<Eodash>;
289
-
290
- /** @group EodashStore */
291
- export declare const store: EodashStore;
279
+ export * from "./main"
@@ -113,9 +113,9 @@ export function extractCollectionUrls(stacObject, basepath) {
113
113
  // Indicator assumes Catalog-Collection-Collection-Item
114
114
  // TODO: this is not the most stable test approach,
115
115
  // we should discuss potential other approaches
116
- if (stacObject?.links && stacObject?.links[1].rel === "item") {
116
+ if (stacObject?.links && stacObject?.links[1]?.rel === "item") {
117
117
  collectionUrls.push(basepath);
118
- } else if (stacObject?.links[1].rel === "child") {
118
+ } else if (stacObject?.links[1]?.rel === "child") {
119
119
  // TODO: Iterate through all children to create collections
120
120
  stacObject.links.forEach((link) => {
121
121
  if (link.rel === "child") {
@@ -1,12 +1,12 @@
1
1
  import { inject, openBlock, createBlock, withCtx, createElementVNode, unref, createElementBlock, Suspense, resolveDynamicComponent, mergeProps, createCommentVNode, Fragment, renderList, Transition } from 'vue';
2
- import { _ as _export_sfc, F as eodashKey, G as useDefineWidgets } from './asWebComponent-6g8pz2_C.js';
2
+ import { _ as _export_sfc, F as eodashKey, G as useDefineWidgets } from './asWebComponent-BNtA1Amp.js';
3
3
  import '@eox/layout';
4
- import { V as VMain } from './VMain-BlIaUbM6.js';
4
+ import { V as VMain } from './VMain-DS_lMGEB.js';
5
5
 
6
6
  const _hoisted_1 = ["gap"];
7
7
  const _hoisted_2 = {
8
8
  key: 0,
9
- class: "bg-panel",
9
+ class: "bg-panel bg-surface",
10
10
  x: "0",
11
11
  y: "0",
12
12
  h: "12",
@@ -81,6 +81,6 @@ return (_ctx, _cache) => {
81
81
  }
82
82
 
83
83
  };
84
- const DashboardLayout = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-a859692c"]]);
84
+ const DashboardLayout = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-6b134f31"]]);
85
85
 
86
86
  export { DashboardLayout as default };
@@ -1,5 +1,5 @@
1
1
  import { withAsyncContext, ref, onMounted, onUnmounted, openBlock, createElementBlock, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
2
- import { $ as useSTAcStore } from './asWebComponent-6g8pz2_C.js';
2
+ import { $ as useSTAcStore } from './asWebComponent-BNtA1Amp.js';
3
3
 
4
4
  const _hoisted_1 = { class: "d-flex flex-column fill-height overflow-auto" };
5
5
 
@@ -1,11 +1,11 @@
1
1
  import { computed, ref, mergeProps, createVNode, resolveComponent, render, h, useCssVars, customRef, reactive, watch, onMounted, openBlock, createElementBlock, Fragment, unref, createSlots, withCtx, createElementVNode, toHandlers, withDirectives, createBlock } from 'vue';
2
2
  import { DatePicker } from 'v-calendar';
3
3
  import { storeToRefs } from 'pinia';
4
- import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, Y as getUid, a as useRender, E as isObject, Z as datetime, $ as useSTAcStore, a0 as eodashCollections, a1 as VRow, V as VBtn, y as VIcon } from './asWebComponent-6g8pz2_C.js';
4
+ import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, Y as getUid, a as useRender, E as isObject, Z as datetime, $ as useSTAcStore, a0 as eodashCollections, a1 as VRow, V as VBtn, y as VIcon } from './asWebComponent-BNtA1Amp.js';
5
5
  import { mdiRayEndArrow, mdiRayStartArrow } from '@mdi/js';
6
6
  import log from 'loglevel';
7
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-CiMWDe2b.js';
8
- import { b as useScopeId, f as forwardRefs } from './forwardRefs-DnXzPqIo.js';
7
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-Dr3Qyf3n.js';
8
+ import { b as useScopeId, f as forwardRefs } from './forwardRefs-CPEcWmMd.js';
9
9
 
10
10
  const makeVTooltipProps = propsFactory({
11
11
  id: String,
@@ -1,5 +1,5 @@
1
1
  import { ref, onMounted, openBlock, createElementBlock, mergeProps, createElementVNode, toDisplayString } from 'vue';
2
- import { $ as useSTAcStore } from './asWebComponent-6g8pz2_C.js';
2
+ import { $ as useSTAcStore } from './asWebComponent-BNtA1Amp.js';
3
3
  import '@eox/itemfilter';
4
4
 
5
5
  const _hoisted_1 = {
@@ -2,7 +2,7 @@ import { computed, ref, openBlock, createElementBlock, unref, createCommentVNode
2
2
  import '@eox/layercontrol';
3
3
  import '@eox/jsonform';
4
4
  import '@eox/timecontrol';
5
- import { $ as useSTAcStore, a2 as mapCompareEl, a3 as mapEl, a4 as eodashCompareCollections, a0 as eodashCollections, a5 as getColFromLayer } from './asWebComponent-6g8pz2_C.js';
5
+ import { $ as useSTAcStore, a2 as mapCompareEl, a3 as mapEl, a4 as eodashCompareCollections, a0 as eodashCollections, a5 as getColFromLayer } from './asWebComponent-BNtA1Amp.js';
6
6
  import { storeToRefs } from 'pinia';
7
7
 
8
8
  const _hoisted_1 = { class: "d-flex flex-column fill-height overflow-auto" };
@@ -1,7 +1,7 @@
1
1
  import { onMounted, onUnmounted, watch, ref, computed, openBlock, createElementBlock, createElementVNode } from 'vue';
2
2
  import '@eox/map';
3
3
  import '@eox/map/dist/eox-map-advanced-layers-and-sources.js';
4
- import { $ as useSTAcStore, a6 as setMapProjFromCol, a7 as EodashCollection, a8 as mapPosition, a3 as mapEl, a2 as mapCompareEl, Z as datetime, a4 as eodashCompareCollections, a0 as eodashCollections } from './asWebComponent-6g8pz2_C.js';
4
+ import { $ as useSTAcStore, a6 as setMapProjFromCol, a7 as EodashCollection, a8 as mapPosition, a3 as mapEl, a2 as mapCompareEl, Z as datetime, a4 as eodashCompareCollections, a0 as eodashCollections } from './asWebComponent-BNtA1Amp.js';
5
5
  import { storeToRefs } from 'pinia';
6
6
  import log from 'loglevel';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { ref, openBlock, createElementBlock, createBlock, unref, createCommentVNode } from 'vue';
2
- import { _ as _export_sfc, a9 as makePanelTransparent, V as VBtn, aa as availableMapProjection, ab as changeMapProjection } from './asWebComponent-6g8pz2_C.js';
2
+ import { _ as _export_sfc, a9 as makePanelTransparent, V as VBtn, aa as availableMapProjection, ab as changeMapProjection } from './asWebComponent-BNtA1Amp.js';
3
3
  import { mdiMapPlus, mdiEarthBox } from '@mdi/js';
4
- import ExportState from './ExportState-GDJ8YxS9.js';
4
+ import ExportState from './ExportState-Cs26sTpI.js';
5
5
 
6
6
  const _sfc_main = {
7
7
  __name: 'EodashMapBtns',
@@ -1,9 +1,9 @@
1
1
  import { createVNode, Fragment, computed, withDirectives, mergeProps, resolveDirective, toRef, mergeModels, useModel, ref, openBlock, createBlock, withCtx, createElementVNode, createTextVNode, toDisplayString, unref, createElementBlock, createCommentVNode, renderList } from 'vue';
2
2
  import { mdiClipboardCheckOutline, mdiContentCopy } from '@mdi/js';
3
- import _sfc_main$1 from './PopUp-AJqPEHmR.js';
4
- import { ac as createSimpleFunctional, g as genericComponent, b as makeComponentProps, D as provideDefaults, a as useRender, p as propsFactory, c as makeTagProps, I as IconValue, L as makeBorderProps, A as makeDensityProps, N as makeRoundedProps, ad as makeSizeProps, d as makeThemeProps, ae as makeVariantProps, e as provideTheme, O as useBorder, af as useVariant, B as useDensity, Q as useRounded, ag as useSize, y as VIcon, R as VDefaultsProvider, ah as genOverlays, J as makeDimensionProps, M as makeElevationProps, ai as makeLoaderProps, aj as makeLocationProps, ak as makePositionProps, al as makeRouterProps, am as Ripple, K as useDimension, P as useElevation, an as useLoader, ao as useLocation, ap as usePosition, aq as useLink, ar as LoaderSlot, u as useTextColor, q as convertToUnit, _ as _export_sfc, as as getLayers, a8 as mapPosition, at as removeUnneededProperties, a1 as VRow, au as VCol, V as VBtn, av as copyToClipBoard } from './asWebComponent-6g8pz2_C.js';
5
- import { a as VExpandTransition } from './index-14PHPf-A.js';
6
- import { V as VImg } from './VImg-CY7ndzv2.js';
3
+ import _sfc_main$1 from './PopUp-Cy2yuwTa.js';
4
+ import { ac as createSimpleFunctional, g as genericComponent, b as makeComponentProps, D as provideDefaults, a as useRender, p as propsFactory, c as makeTagProps, I as IconValue, L as makeBorderProps, A as makeDensityProps, N as makeRoundedProps, ad as makeSizeProps, d as makeThemeProps, ae as makeVariantProps, e as provideTheme, O as useBorder, af as useVariant, B as useDensity, Q as useRounded, ag as useSize, y as VIcon, R as VDefaultsProvider, ah as genOverlays, J as makeDimensionProps, M as makeElevationProps, ai as makeLoaderProps, aj as makeLocationProps, ak as makePositionProps, al as makeRouterProps, am as Ripple, K as useDimension, P as useElevation, an as useLoader, ao as useLocation, ap as usePosition, aq as useLink, ar as LoaderSlot, u as useTextColor, q as convertToUnit, _ as _export_sfc, as as getLayers, a8 as mapPosition, at as removeUnneededProperties, a1 as VRow, au as VCol, V as VBtn, av as copyToClipBoard } from './asWebComponent-BNtA1Amp.js';
5
+ import { a as VExpandTransition } from './index-CT6bsa-4.js';
6
+ import { V as VImg } from './VImg-CBdK-aqy.js';
7
7
 
8
8
  // Styles
9
9
  const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
@@ -1,5 +1,5 @@
1
1
  import { ref, toRef, shallowRef, computed, createVNode, watchEffect, inject, openBlock, createBlock, unref, withCtx, createElementVNode, toDisplayString, createTextVNode } from 'vue';
2
- import { p as propsFactory, L as makeBorderProps, b as makeComponentProps, M as makeElevationProps, U as makeLayoutItemProps, N as makeRoundedProps, c as makeTagProps, d as makeThemeProps, g as genericComponent, e as provideTheme, C as useBackgroundColor, O as useBorder, P as useElevation, Q as useRounded, v as useResizeObserver, W as useToggleScope, a as useRender, q as convertToUnit, X as useLayoutItem, _ as _export_sfc, F as eodashKey, t as useDisplay } from './asWebComponent-6g8pz2_C.js';
2
+ import { p as propsFactory, L as makeBorderProps, b as makeComponentProps, M as makeElevationProps, U as makeLayoutItemProps, N as makeRoundedProps, c as makeTagProps, d as makeThemeProps, g as genericComponent, e as provideTheme, C as useBackgroundColor, O as useBorder, P as useElevation, Q as useRounded, v as useResizeObserver, W as useToggleScope, a as useRender, q as convertToUnit, X as useLayoutItem, _ as _export_sfc, F as eodashKey, t as useDisplay } from './asWebComponent-BNtA1Amp.js';
3
3
 
4
4
  const makeVFooterProps = propsFactory({
5
5
  app: Boolean,
@@ -1,7 +1,7 @@
1
1
  import { createVNode, toRef, shallowRef, computed, ref, watch, onMounted, onBeforeUnmount, mergeProps, watchEffect, inject, openBlock, createBlock, withCtx, createTextVNode, toDisplayString, unref } from 'vue';
2
- import { p as propsFactory, b as makeComponentProps, c as makeTagProps, g as genericComponent, a as useRender, L as makeBorderProps, M as makeElevationProps, N as makeRoundedProps, d as makeThemeProps, C as useBackgroundColor, O as useBorder, P as useElevation, Q as useRounded, e as provideTheme, f as useRtl, D as provideDefaults, R as VDefaultsProvider, q as convertToUnit, S as clamp, T as consoleWarn, U as makeLayoutItemProps, j as useProxiedModel, W as useToggleScope, X as useLayoutItem, _ as _export_sfc, F as eodashKey } from './asWebComponent-6g8pz2_C.js';
3
- import { a as VExpandTransition } from './index-14PHPf-A.js';
4
- import { V as VImg } from './VImg-CY7ndzv2.js';
2
+ import { p as propsFactory, b as makeComponentProps, c as makeTagProps, g as genericComponent, a as useRender, L as makeBorderProps, M as makeElevationProps, N as makeRoundedProps, d as makeThemeProps, C as useBackgroundColor, O as useBorder, P as useElevation, Q as useRounded, e as provideTheme, f as useRtl, D as provideDefaults, R as VDefaultsProvider, q as convertToUnit, S as clamp, T as consoleWarn, U as makeLayoutItemProps, j as useProxiedModel, W as useToggleScope, X as useLayoutItem, _ as _export_sfc, F as eodashKey } from './asWebComponent-BNtA1Amp.js';
3
+ import { a as VExpandTransition } from './index-CT6bsa-4.js';
4
+ import { V as VImg } from './VImg-CBdK-aqy.js';
5
5
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
6
6
 
7
7
  const makeVToolbarTitleProps = propsFactory({
@@ -1,10 +1,10 @@
1
1
  import { ref, computed, createVNode, mergeProps, Fragment, shallowRef, watch, provide, withDirectives, resolveDirective, inject, vShow, nextTick, toRef, useCssVars, onMounted, openBlock, createBlock, withCtx, Suspense, unref, resolveDynamicComponent, createCommentVNode, createElementBlock, renderList, createTextVNode, createElementVNode, toDisplayString } from 'vue';
2
- import { k as keys, p as propsFactory, o as omit, m as makeVBtnProps, g as genericComponent, u as useTextColor, a as useRender, V as VBtn, b as makeComponentProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, f as useRtl, h as useLocale, i as useGroup, j as useProxiedModel, l as makeGroupItemProps, n as useGroupItem, q as convertToUnit, I as IconValue, r as makeDisplayProps, s as makeGroupProps, t as useDisplay, v as useResizeObserver, w as useGoTo, x as IN_BROWSER, y as VIcon, z as focusableChildren, A as makeDensityProps, B as useDensity, C as useBackgroundColor, D as provideDefaults, E as isObject, _ as _export_sfc, F as eodashKey, G as useDefineWidgets, H as useLayout } from './asWebComponent-6g8pz2_C.js';
3
- import { V as VMain } from './VMain-BlIaUbM6.js';
4
- import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-DnXzPqIo.js';
2
+ import { k as keys, p as propsFactory, o as omit, m as makeVBtnProps, g as genericComponent, u as useTextColor, a as useRender, V as VBtn, b as makeComponentProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, f as useRtl, h as useLocale, i as useGroup, j as useProxiedModel, l as makeGroupItemProps, n as useGroupItem, q as convertToUnit, I as IconValue, r as makeDisplayProps, s as makeGroupProps, t as useDisplay, v as useResizeObserver, w as useGoTo, x as IN_BROWSER, y as VIcon, z as focusableChildren, A as makeDensityProps, B as useDensity, C as useBackgroundColor, D as provideDefaults, E as isObject, _ as _export_sfc, F as eodashKey, G as useDefineWidgets, H as useLayout } from './asWebComponent-BNtA1Amp.js';
3
+ import { V as VMain } from './VMain-DS_lMGEB.js';
4
+ import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-CPEcWmMd.js';
5
5
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
6
- import { M as MaybeTransition } from './transition-CGVKXZbS.js';
7
- import { V as VFadeTransition } from './index-14PHPf-A.js';
6
+ import { M as MaybeTransition } from './transition-B7l2l8dM.js';
7
+ import { V as VFadeTransition } from './index-CT6bsa-4.js';
8
8
 
9
9
  // Utilities
10
10
  const handleGesture = wrapper => {
@@ -1,7 +1,7 @@
1
1
  import { createVNode, Transition, mergeProps, ref, watch, nextTick, toRef, mergeModels, useModel, openBlock, createElementBlock, withCtx, createBlock, resolveDynamicComponent, unref, createCommentVNode, renderSlot } from 'vue';
2
- import { g as genericComponent, p as propsFactory, j as useProxiedModel, x as IN_BROWSER, a as useRender, z as focusableChildren, R as VDefaultsProvider, L as makeBorderProps, b as makeComponentProps, J as makeDimensionProps, M as makeElevationProps, aj as makeLocationProps, ak as makePositionProps, N as makeRoundedProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, C as useBackgroundColor, O as useBorder, K as useDimension, P as useElevation, ao as useLocation, ap as usePosition, Q as useRounded, G as useDefineWidgets } from './asWebComponent-6g8pz2_C.js';
3
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-CiMWDe2b.js';
4
- import { a as animate, d as deceleratedEasing, s as standardEasing, c as acceleratedEasing, g as getTargetBox, n as nullifyTransforms, b as useScopeId, f as forwardRefs } from './forwardRefs-DnXzPqIo.js';
2
+ import { g as genericComponent, p as propsFactory, j as useProxiedModel, x as IN_BROWSER, a as useRender, z as focusableChildren, R as VDefaultsProvider, L as makeBorderProps, b as makeComponentProps, J as makeDimensionProps, M as makeElevationProps, aj as makeLocationProps, ak as makePositionProps, N as makeRoundedProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, C as useBackgroundColor, O as useBorder, K as useDimension, P as useElevation, ao as useLocation, ap as usePosition, Q as useRounded, G as useDefineWidgets } from './asWebComponent-BNtA1Amp.js';
3
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-Dr3Qyf3n.js';
4
+ import { a as animate, d as deceleratedEasing, s as standardEasing, c as acceleratedEasing, g as getTargetBox, n as nullifyTransforms, b as useScopeId, f as forwardRefs } from './forwardRefs-CPEcWmMd.js';
5
5
 
6
6
  const makeVDialogTransitionProps = propsFactory({
7
7
  target: [Object, Array]
@@ -1,6 +1,6 @@
1
1
  import { createVNode, computed, toRef, shallowRef, ref, watch, onBeforeMount, nextTick, onBeforeUnmount, withDirectives, mergeProps, Fragment, resolveDirective, vShow } from 'vue';
2
- import { aw as SUPPORTS_INTERSECTION, p as propsFactory, b as makeComponentProps, J as makeDimensionProps, g as genericComponent, K as useDimension, a as useRender, N as makeRoundedProps, C as useBackgroundColor, Q as useRounded, ax as getCurrentInstance, q as convertToUnit } from './asWebComponent-6g8pz2_C.js';
3
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-CGVKXZbS.js';
2
+ import { aw as SUPPORTS_INTERSECTION, p as propsFactory, b as makeComponentProps, J as makeDimensionProps, g as genericComponent, K as useDimension, a as useRender, N as makeRoundedProps, C as useBackgroundColor, Q as useRounded, ax as getCurrentInstance, q as convertToUnit } from './asWebComponent-BNtA1Amp.js';
3
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-B7l2l8dM.js';
4
4
 
5
5
  // Utilities
6
6
  function mounted(el, binding) {
@@ -1,5 +1,5 @@
1
1
  import { createVNode } from 'vue';
2
- import { p as propsFactory, b as makeComponentProps, J as makeDimensionProps, c as makeTagProps, g as genericComponent, K as useDimension, H as useLayout, a as useRender } from './asWebComponent-6g8pz2_C.js';
2
+ import { p as propsFactory, b as makeComponentProps, J as makeDimensionProps, c as makeTagProps, g as genericComponent, K as useDimension, H as useLayout, a as useRender } from './asWebComponent-BNtA1Amp.js';
3
3
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
4
4
 
5
5
  const makeVMainProps = propsFactory({
@@ -1,7 +1,7 @@
1
1
  import { ref, watch, onScopeDispose, computed, nextTick, watchEffect, effectScope, inject, mergeProps, shallowRef, onMounted, reactive, provide, readonly, toRaw, warn, toRef, onBeforeUnmount, createVNode, Fragment, Teleport, withDirectives, vShow, resolveDirective, Transition } from 'vue';
2
- import { ay as isOn, az as eventName, p as propsFactory, x as IN_BROWSER, W as useToggleScope, aA as destructComputed, aB as parseAnchor, aC as flipSide, aD as flipAlign, aE as flipCorner, aF as consoleError, aG as getAxis, q as convertToUnit, S as clamp, aH as defer, ax as getCurrentInstance, aI as templateRef, aJ as matchesSelector, t as useDisplay, b as makeComponentProps, J as makeDimensionProps, d as makeThemeProps, g as genericComponent, j as useProxiedModel, e as provideTheme, f as useRtl, C as useBackgroundColor, K as useDimension, aK as useRouter, a as useRender, aL as useBackButton } from './asWebComponent-6g8pz2_C.js';
3
- import { g as getTargetBox, B as Box, e as getOverflow, n as nullifyTransforms, m as makeLazyProps, u as useLazy, b as useScopeId, a as animate, s as standardEasing } from './forwardRefs-DnXzPqIo.js';
4
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-CGVKXZbS.js';
2
+ import { ay as isOn, az as eventName, p as propsFactory, x as IN_BROWSER, W as useToggleScope, aA as destructComputed, aB as parseAnchor, aC as flipSide, aD as flipAlign, aE as flipCorner, aF as consoleError, aG as getAxis, q as convertToUnit, S as clamp, aH as defer, ax as getCurrentInstance, aI as templateRef, aJ as matchesSelector, t as useDisplay, b as makeComponentProps, J as makeDimensionProps, d as makeThemeProps, g as genericComponent, j as useProxiedModel, e as provideTheme, f as useRtl, C as useBackgroundColor, K as useDimension, aK as useRouter, a as useRender, aL as useBackButton } from './asWebComponent-BNtA1Amp.js';
3
+ import { g as getTargetBox, B as Box, e as getOverflow, n as nullifyTransforms, m as makeLazyProps, u as useLazy, b as useScopeId, a as animate, s as standardEasing } from './forwardRefs-CPEcWmMd.js';
4
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-B7l2l8dM.js';
5
5
 
6
6
  // Utilities
7
7
  const handlers = new WeakMap();
@@ -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 { G as useDefineWidgets, H as useLayout } from './asWebComponent-6g8pz2_C.js';
2
+ import { G as useDefineWidgets, H as useLayout } from './asWebComponent-BNtA1Amp.js';
3
3
  import 'animated-details';
4
4
 
5
5
  const _sfc_main = {
@@ -3900,9 +3900,9 @@ function extractCollectionUrls(stacObject, basepath) {
3900
3900
  // Indicator assumes Catalog-Collection-Collection-Item
3901
3901
  // TODO: this is not the most stable test approach,
3902
3902
  // we should discuss potential other approaches
3903
- if (stacObject?.links && stacObject?.links[1].rel === "item") {
3903
+ if (stacObject?.links && stacObject?.links[1]?.rel === "item") {
3904
3904
  collectionUrls.push(basepath);
3905
- } else if (stacObject?.links[1].rel === "child") {
3905
+ } else if (stacObject?.links[1]?.rel === "child") {
3906
3906
  // TODO: Iterate through all children to create collections
3907
3907
  stacObject.links.forEach((link) => {
3908
3908
  if (link.rel === "child") {
@@ -8892,7 +8892,7 @@ const copyToClipBoard = async (text, showIcon) => {
8892
8892
  const internalWidgets = (() => {
8893
8893
  /** @type {Record<string, () => Promise<import("vue").Component>>} */
8894
8894
  const importMap = {
8895
- .../* #__PURE__ */ Object.assign({"/widgets/EodashDatePicker.vue": () => import('./EodashDatePicker-BwQ9Bw9-.js'),"/widgets/EodashItemFilter.vue": () => import('./EodashItemFilter-BtihrBap.js'),"/widgets/EodashLayerControl.vue": () => import('./EodashLayerControl-BuZgXYop.js'),"/widgets/EodashMap.vue": () => import('./EodashMap-C9hvsdhf.js'),"/widgets/EodashMapBtns.vue": () => import('./EodashMapBtns-BTG6oYL5.js'),"/widgets/ExportState.vue": () => import('./ExportState-GDJ8YxS9.js'),"/widgets/PopUp.vue": () => import('./PopUp-AJqPEHmR.js'),"/widgets/WidgetsContainer.vue": () => import('./WidgetsContainer-DG9sQaF0.js')}),
8895
+ .../* #__PURE__ */ Object.assign({"/widgets/EodashDatePicker.vue": () => import('./EodashDatePicker-CYH67qUf.js'),"/widgets/EodashItemFilter.vue": () => import('./EodashItemFilter-BPtyEU15.js'),"/widgets/EodashLayerControl.vue": () => import('./EodashLayerControl-BMulJ7Nu.js'),"/widgets/EodashMap.vue": () => import('./EodashMap-CAlmeyEK.js'),"/widgets/EodashMapBtns.vue": () => import('./EodashMapBtns-Cb21hoLK.js'),"/widgets/ExportState.vue": () => import('./ExportState-Cs26sTpI.js'),"/widgets/PopUp.vue": () => import('./PopUp-Cy2yuwTa.js'),"/widgets/WidgetsContainer.vue": () => import('./WidgetsContainer-C8M-2vnt.js')}),
8896
8896
  .../* #__PURE__ */ Object.assign({}),
8897
8897
  };
8898
8898
  for (const key in importMap) {
@@ -9001,7 +9001,7 @@ const getWidgetDefinition = (config) => {
9001
9001
 
9002
9002
  case "web-component":
9003
9003
  importedWidget.component = defineAsyncComponent({
9004
- loader: () => import('./DynamicWebComponent-Cp_3d3nd.js'),
9004
+ loader: () => import('./DynamicWebComponent-B3pcDnnp.js'),
9005
9005
  suspensible: true,
9006
9006
  });
9007
9007
  importedWidget.props = reactive(config.widget);
@@ -11352,14 +11352,14 @@ const { loadSTAC } = useSTAcStore();
11352
11352
 
11353
11353
  const { smAndDown } = useDisplay();
11354
11354
  const TemplateComponent = smAndDown.value
11355
- ? defineAsyncComponent(() => import('./MobileLayout-ByPGOgnO.js'))
11356
- : defineAsyncComponent(() => import('./DashboardLayout-DEZe5rZn.js'));
11355
+ ? defineAsyncComponent(() => import('./MobileLayout-fwxBmlOE.js'))
11356
+ : defineAsyncComponent(() => import('./DashboardLayout-BZDjLPAM.js'));
11357
11357
 
11358
11358
  const HeaderComponent = defineAsyncComponent(
11359
- () => import('./Header-BikVMROv.js'),
11359
+ () => import('./Header-BCbNDZVc.js'),
11360
11360
  );
11361
11361
  const FooterComponent = defineAsyncComponent(
11362
- () => import('./Footer-Cul4HvW4.js'),
11362
+ () => import('./Footer-DeQud94i.js'),
11363
11363
  );
11364
11364
 
11365
11365
  const templateHeight = props.isWebComponent ? "100%" : "100dvh";
@@ -11540,7 +11540,10 @@ function registerPlugins(app) {
11540
11540
  .provide(eodashKey, eodash);
11541
11541
  }
11542
11542
 
11543
- /** @type {import("./asWebComponent").EodashConstructor} */
11543
+ /**
11544
+ * @type {import("vue").VueElementConstructor<
11545
+ * import("vue").ExtractPropTypes<{ config: string }>>}
11546
+ * */
11544
11547
  const Eodash = defineCustomElement(_sfc_main, {
11545
11548
  shadowRoot: false,
11546
11549
  configureApp(app) {
@@ -1,2 +1,2 @@
1
- export { aM as Eodash, aN as register, aO as store } from './asWebComponent-6g8pz2_C.js';
1
+ export { aM as Eodash, aN as register, aO as store } from './asWebComponent-BNtA1Amp.js';
2
2
  import 'vue';
@@ -1,5 +1,5 @@
1
1
  import { shallowRef, computed, watch } from 'vue';
2
- import { p as propsFactory, ax as getCurrentInstance } from './asWebComponent-6g8pz2_C.js';
2
+ import { p as propsFactory, ax as getCurrentInstance } from './asWebComponent-BNtA1Amp.js';
3
3
 
4
4
  class Box {
5
5
  constructor(_ref) {
@@ -1,5 +1,5 @@
1
1
  import { TransitionGroup, Transition, h, camelize } from 'vue';
2
- import { g as genericComponent, p as propsFactory } from './asWebComponent-6g8pz2_C.js';
2
+ import { g as genericComponent, p as propsFactory } from './asWebComponent-BNtA1Amp.js';
3
3
 
4
4
  // Utilities
5
5
  const makeTransitionProps = propsFactory({