@eodash/eodash 5.0.0-rc → 5.0.0-rc.1.5

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 (78) hide show
  1. package/core/client/eodashSTAC/createLayers.js +4 -3
  2. package/dist/client/{DashboardLayout-232tRmjz.js → DashboardLayout-B-4X57-t.js} +2 -2
  3. package/dist/client/{DynamicWebComponent-Cl4LqHU6.js → DynamicWebComponent-Dj3QYwag.js} +1 -1
  4. package/dist/client/{EodashDatePicker-Pok6bZwU.js → EodashDatePicker-DGRJrJ0s.js} +2 -2
  5. package/dist/client/{EodashItemFilter-16eMMjTV.js → EodashItemFilter-DBQwJQPh.js} +1 -1
  6. package/dist/client/{EodashLayerControl-De7IlCm_.js → EodashLayerControl-C5fOCvoI.js} +1 -1
  7. package/dist/client/{EodashLayoutSwitcher-C-3-jjn5.js → EodashLayoutSwitcher-BMO9k_20.js} +2 -2
  8. package/dist/client/{EodashMap-CMvbfI6-.js → EodashMap-D2bnMLAC.js} +1 -1
  9. package/dist/client/{EodashMapBtns-BeknGDtc.js → EodashMapBtns-l9B977id.js} +4 -4
  10. package/dist/client/EodashProcess-BtIlJvF1.js +714 -0
  11. package/dist/client/{EodashStacInfo-_BfonNUG.js → EodashStacInfo-CPVvp_Hm.js} +1 -1
  12. package/dist/client/{EodashTools-PD3XPYuR.js → EodashTools-DY2dlNXW.js} +4 -4
  13. package/dist/client/{ExportState-DOrT7M15.js → ExportState-BvD5A0XG.js} +13 -13
  14. package/dist/client/{Footer-CCigxYBo.js → Footer-w95gBnSH.js} +1 -1
  15. package/dist/client/{Header-C2cdx4gb.js → Header-BpiorKy9.js} +3 -3
  16. package/dist/client/{MobileLayout-BdiFjHg7.js → MobileLayout-CmVlZe7S.js} +5 -5
  17. package/dist/client/{PopUp--_xn1Cms.js → PopUp-CREaSybs.js} +3 -3
  18. package/dist/client/{VImg-9xu2l99m.js → VImg-DF9esgdd.js} +2 -2
  19. package/dist/client/{VMain-BUs3kDTd.js → VMain-BWLMf-rn.js} +1 -1
  20. package/dist/client/{VOverlay-D89omJis.js → VOverlay-DmNfblmy.js} +3 -3
  21. package/dist/client/{VTooltip-CDu3bErh.js → VTooltip-C3PeE7iO.js} +3 -3
  22. package/dist/client/{WidgetsContainer-aFG9yFT6.js → WidgetsContainer-6FHEEXns.js} +1 -1
  23. package/dist/client/{asWebComponent-BRGyP_j5.js → asWebComponent-BnFMd0T6.js} +10 -9
  24. package/dist/client/eo-dash.css +1 -1
  25. package/dist/client/eo-dash.js +1 -1
  26. package/dist/client/{forwardRefs-CYrR6bMw.js → forwardRefs-BF3Me2RX.js} +1 -1
  27. package/dist/client/{index-BZwk0V42.js → index-CRd5-RSy.js} +1 -1
  28. package/dist/client/{transition-DG9nRSW4.js → transition-Cpn_g5jE.js} +1 -1
  29. package/dist/types/core/client/App.vue.d.ts +7 -0
  30. package/dist/types/core/client/asWebComponent.d.ts +9 -0
  31. package/dist/types/core/client/components/DashboardLayout.vue.d.ts +2 -0
  32. package/dist/types/core/client/components/DynamicWebComponent.vue.d.ts +20 -0
  33. package/dist/types/core/client/components/ErrorAlert.vue.d.ts +2 -0
  34. package/dist/types/core/client/components/Footer.vue.d.ts +106 -0
  35. package/dist/types/core/client/components/Header.vue.d.ts +2 -0
  36. package/dist/types/core/client/components/IframeWrapper.vue.d.ts +7 -0
  37. package/dist/types/core/client/components/Loading.vue.d.ts +2 -0
  38. package/dist/types/core/client/components/MobileLayout.vue.d.ts +312 -0
  39. package/dist/types/core/client/composables/DefineEodash.d.ts +2 -0
  40. package/dist/types/core/client/composables/DefineTemplate.d.ts +15 -0
  41. package/dist/types/core/client/composables/DefineWidgets.d.ts +14 -0
  42. package/dist/types/core/client/composables/EodashMap.d.ts +5 -0
  43. package/dist/types/core/client/composables/EodashProcess.d.ts +156 -0
  44. package/dist/types/core/client/composables/index.d.ts +9 -0
  45. package/dist/types/core/client/eodash.d.ts +8 -0
  46. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +108 -0
  47. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +45 -0
  48. package/dist/types/core/client/eodashSTAC/helpers.d.ts +80 -0
  49. package/dist/types/core/client/eodashSTAC/triggers.d.ts +1 -0
  50. package/dist/types/core/client/main.d.ts +2 -0
  51. package/dist/types/core/client/plugins/axios.d.ts +2 -0
  52. package/dist/types/core/client/plugins/index.d.ts +3 -0
  53. package/dist/types/core/client/plugins/vuetify.d.ts +82 -0
  54. package/dist/types/core/client/render.d.ts +1 -0
  55. package/dist/types/core/client/store/actions.d.ts +12 -0
  56. package/dist/types/core/client/store/index.d.ts +11 -0
  57. package/dist/types/core/client/store/stac.d.ts +25 -0
  58. package/dist/types/core/client/store/states.d.ts +22 -0
  59. package/dist/types/core/client/types.d.ts +269 -0
  60. package/dist/types/core/client/utils/index.d.ts +2 -0
  61. package/dist/types/core/client/utils/keys.d.ts +8 -0
  62. package/dist/types/core/client/utils/states.d.ts +18 -0
  63. package/dist/types/core/client/views/Dashboard.vue.d.ts +9 -0
  64. package/dist/types/widgets/EodashDatePicker.vue.d.ts +13 -0
  65. package/dist/types/widgets/EodashItemFilter.vue.d.ts +44 -0
  66. package/dist/types/widgets/EodashLayerControl.vue.d.ts +13 -0
  67. package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +11 -0
  68. package/dist/types/widgets/EodashMap.vue.d.ts +14 -0
  69. package/dist/types/widgets/EodashMapBtns.vue.d.ts +13 -0
  70. package/dist/types/widgets/EodashProcess.vue.d.ts +4 -0
  71. package/dist/types/widgets/EodashStacInfo.vue.d.ts +21 -0
  72. package/dist/types/widgets/EodashTools.vue.d.ts +19 -0
  73. package/dist/types/widgets/ExportState.vue.d.ts +7 -0
  74. package/dist/types/widgets/PopUp.vue.d.ts +28 -0
  75. package/dist/types/widgets/WidgetsContainer.vue.d.ts +10 -0
  76. package/package.json +5 -8
  77. package/widgets/ExportState.vue +10 -10
  78. package/dist/client/EodashProcess-BwKAa9Ee.js +0 -1476
@@ -1,6 +1,6 @@
1
1
  import { openBlock, createElementBlock, createElementVNode, unref } from 'vue';
2
2
  import '@eox/stacinfo';
3
- import { aj as currentUrl } from './asWebComponent-BRGyP_j5.js';
3
+ import { aj as currentUrl } from './asWebComponent-BnFMd0T6.js';
4
4
 
5
5
  const _hoisted_1 = { class: "flex-grow-1 fill-height overflow-auto" };
6
6
  const _hoisted_2 = [".for", ".allowHtml", ".body", ".featured", ".footer", ".styleOverride", ".header", ".subheader", ".tags"];
@@ -1,9 +1,9 @@
1
1
  import { ref, computed, openBlock, createElementBlock, createElementVNode, createBlock, unref, createCommentVNode, createVNode, withCtx, mergeProps } from 'vue';
2
- import _sfc_main$2 from './PopUp--_xn1Cms.js';
3
- import _sfc_main$3 from './EodashItemFilter-16eMMjTV.js';
4
- import _sfc_main$1 from './EodashLayoutSwitcher-C-3-jjn5.js';
2
+ import _sfc_main$2 from './PopUp-CREaSybs.js';
3
+ import _sfc_main$3 from './EodashItemFilter-DBQwJQPh.js';
4
+ import _sfc_main$1 from './EodashLayoutSwitcher-BMO9k_20.js';
5
5
  import { mdiViewDashboard, mdiPlus } from '@mdi/js';
6
- import { t as useDisplay, a1 as makePanelTransparent, V as VBtn } from './asWebComponent-BRGyP_j5.js';
6
+ import { t as useDisplay, a1 as makePanelTransparent, V as VBtn } from './asWebComponent-BnFMd0T6.js';
7
7
 
8
8
  const _hoisted_1 = { class: "d-flex flex-row justify-space-between pa-4 align-center" };
9
9
 
@@ -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--_xn1Cms.js';
4
- import { am as createSimpleFunctional, g as genericComponent, b as makeComponentProps, D as provideDefaults, a as useRender, p as propsFactory, c as makeTagProps, I as IconValue, K as makeBorderProps, A as makeDensityProps, M as makeRoundedProps, an as makeSizeProps, d as makeThemeProps, ao as makeVariantProps, e as provideTheme, N as useBorder, ap as useVariant, B as useDensity, P as useRounded, aq as useSize, y as VIcon, Q as VDefaultsProvider, ar as genOverlays, H as makeDimensionProps, L as makeElevationProps, as as makeLoaderProps, at as makeLocationProps, au as makePositionProps, av as makeRouterProps, aw as Ripple, J as useDimension, O as useElevation, ax as useLoader, ay as useLocation, az as usePosition, aA as useLink, aB as LoaderSlot, u as useTextColor, q as convertToUnit, _ as _export_sfc, ag as getLayers, ad as mapPosition, aC as removeUnneededProperties, aD as VRow, aE as VCol, V as VBtn, aF as copyToClipBoard } from './asWebComponent-BRGyP_j5.js';
5
- import { a as VExpandTransition } from './index-BZwk0V42.js';
6
- import { V as VImg } from './VImg-9xu2l99m.js';
3
+ import _sfc_main$1 from './PopUp-CREaSybs.js';
4
+ import { am as createSimpleFunctional, g as genericComponent, b as makeComponentProps, D as provideDefaults, a as useRender, p as propsFactory, c as makeTagProps, I as IconValue, K as makeBorderProps, A as makeDensityProps, M as makeRoundedProps, an as makeSizeProps, d as makeThemeProps, ao as makeVariantProps, e as provideTheme, N as useBorder, ap as useVariant, B as useDensity, P as useRounded, aq as useSize, y as VIcon, Q as VDefaultsProvider, ar as genOverlays, H as makeDimensionProps, L as makeElevationProps, as as makeLoaderProps, at as makeLocationProps, au as makePositionProps, av as makeRouterProps, aw as Ripple, J as useDimension, O as useElevation, ax as useLoader, ay as useLocation, az as usePosition, aA as useLink, aB as LoaderSlot, u as useTextColor, q as convertToUnit, _ as _export_sfc, ag as getLayers, aC as removeUnneededProperties, aD as VRow, aE as VCol, V as VBtn, aF as copyToClipBoard, ad as mapPosition, a8 as availableMapProjection } from './asWebComponent-BnFMd0T6.js';
5
+ import { a as VExpandTransition } from './index-CRd5-RSy.js';
6
+ import { V as VImg } from './VImg-DF9esgdd.js';
7
7
 
8
8
  // Styles
9
9
  const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
@@ -491,7 +491,7 @@ const copySuccess = ref(false);
491
491
  const copyBtns = [
492
492
  {
493
493
  id: Symbol(),
494
- copyFn: async () => await copyToClipBoard(mapEntryCode.value, copySuccess),
494
+ copyFn: async () => await copyToClipBoard(getMapEntryCode(), copySuccess),
495
495
  copyAs: "simple map",
496
496
  },
497
497
  {
@@ -502,28 +502,28 @@ const copyBtns = [
502
502
  },
503
503
  {
504
504
  id: Symbol(),
505
- copyFn: async () => await copyToClipBoard(mapStepCode.value, copySuccess),
505
+ copyFn: async () => await copyToClipBoard(getMapStepCode(), copySuccess),
506
506
  copyAs: "map tour section",
507
507
  },
508
508
  ];
509
509
 
510
- const mapStepCode = computed(() => {
510
+ const getMapStepCode = () => {
511
511
  const [x, y, z] = mapPosition.value;
512
512
  const preTag = "### <!" + "--{ layers=";
513
- const endTag = `zoom="${z}" center=[${[x, y]}] animationOptions={duration:500}}-->
513
+ const endTag = `zoom="${z}" center=[${[x, y]}] projection="${availableMapProjection.value}" animationOptions={duration:500}}-->
514
514
  #### Tour step title
515
515
  Text describing the current step of the tour and why it is interesting what the map shows currently
516
516
  `;
517
517
  return `${preTag}'${JSON.stringify(removeUnneededProperties(props.getLayers()))}' ${endTag}`;
518
- });
519
- const mapEntryCode = computed(() => {
518
+ };
519
+ const getMapEntryCode = () => {
520
520
  const [x, y, z] = mapPosition.value;
521
521
  const preTag =
522
522
  "## Map Example <!" +
523
523
  '--{as="eox-map" style="width: 100%; height: 500px;" layers=';
524
- const endTag = `zoom="${z}" center=[${[x, y]}] }-->`;
524
+ const endTag = `zoom="${z}" center=[${[x, y]}] projection="${availableMapProjection.value}" }-->`;
525
525
  return `${preTag}'${JSON.stringify(removeUnneededProperties(props.getLayers()))}' ${endTag}`;
526
- });
526
+ };
527
527
 
528
528
  return (_ctx, _cache) => {
529
529
 
@@ -639,6 +639,6 @@ return (_ctx, _cache) => {
639
639
  }
640
640
 
641
641
  };
642
- const ExportState = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-bfef967b"]]);
642
+ const ExportState = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-a263a06d"]]);
643
643
 
644
644
  export { ExportState as default };
@@ -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, K as makeBorderProps, b as makeComponentProps, L as makeElevationProps, T as makeLayoutItemProps, M as makeRoundedProps, c as makeTagProps, d as makeThemeProps, g as genericComponent, e as provideTheme, C as useBackgroundColor, N as useBorder, O as useElevation, P as useRounded, v as useResizeObserver, U as useToggleScope, a as useRender, q as convertToUnit, W as useLayoutItem, _ as _export_sfc, X as eodashKey, t as useDisplay } from './asWebComponent-BRGyP_j5.js';
2
+ import { p as propsFactory, K as makeBorderProps, b as makeComponentProps, L as makeElevationProps, T as makeLayoutItemProps, M as makeRoundedProps, c as makeTagProps, d as makeThemeProps, g as genericComponent, e as provideTheme, C as useBackgroundColor, N as useBorder, O as useElevation, P as useRounded, v as useResizeObserver, U as useToggleScope, a as useRender, q as convertToUnit, W as useLayoutItem, _ as _export_sfc, X as eodashKey, t as useDisplay } from './asWebComponent-BnFMd0T6.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, K as makeBorderProps, L as makeElevationProps, M as makeRoundedProps, d as makeThemeProps, C as useBackgroundColor, N as useBorder, O as useElevation, P as useRounded, e as provideTheme, f as useRtl, D as provideDefaults, Q as VDefaultsProvider, q as convertToUnit, R as clamp, S as consoleWarn, T as makeLayoutItemProps, j as useProxiedModel, U as useToggleScope, W as useLayoutItem, _ as _export_sfc, X as eodashKey } from './asWebComponent-BRGyP_j5.js';
3
- import { a as VExpandTransition } from './index-BZwk0V42.js';
4
- import { V as VImg } from './VImg-9xu2l99m.js';
2
+ import { p as propsFactory, b as makeComponentProps, c as makeTagProps, g as genericComponent, a as useRender, K as makeBorderProps, L as makeElevationProps, M as makeRoundedProps, d as makeThemeProps, C as useBackgroundColor, N as useBorder, O as useElevation, P as useRounded, e as provideTheme, f as useRtl, D as provideDefaults, Q as VDefaultsProvider, q as convertToUnit, R as clamp, S as consoleWarn, T as makeLayoutItemProps, j as useProxiedModel, U as useToggleScope, W as useLayoutItem, _ as _export_sfc, X as eodashKey } from './asWebComponent-BnFMd0T6.js';
3
+ import { a as VExpandTransition } from './index-CRd5-RSy.js';
4
+ import { V as VImg } from './VImg-DF9esgdd.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, createElementVNode, createTextVNode, 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 useDefineTemplate, G as useLayout } from './asWebComponent-BRGyP_j5.js';
3
- import { V as VMain } from './VMain-BUs3kDTd.js';
4
- import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-CYrR6bMw.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 useDefineTemplate, G as useLayout } from './asWebComponent-BnFMd0T6.js';
3
+ import { V as VMain } from './VMain-BWLMf-rn.js';
4
+ import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-BF3Me2RX.js';
5
5
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
6
- import { M as MaybeTransition } from './transition-DG9nRSW4.js';
7
- import { V as VFadeTransition } from './index-BZwk0V42.js';
6
+ import { M as MaybeTransition } from './transition-Cpn_g5jE.js';
7
+ import { V as VFadeTransition } from './index-CRd5-RSy.js';
8
8
 
9
9
  // Utilities
10
10
  const handleGesture = wrapper => {
@@ -1,7 +1,7 @@
1
1
  import { createVNode, Transition, mergeProps, ref, onBeforeUnmount, 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, Q as VDefaultsProvider, K as makeBorderProps, b as makeComponentProps, H as makeDimensionProps, L as makeElevationProps, at as makeLocationProps, au as makePositionProps, M as makeRoundedProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, C as useBackgroundColor, N as useBorder, J as useDimension, O as useElevation, ay as useLocation, az as usePosition, P as useRounded, aI as useDefineWidgets } from './asWebComponent-BRGyP_j5.js';
3
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-D89omJis.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-CYrR6bMw.js';
2
+ import { g as genericComponent, p as propsFactory, j as useProxiedModel, x as IN_BROWSER, a as useRender, z as focusableChildren, Q as VDefaultsProvider, K as makeBorderProps, b as makeComponentProps, H as makeDimensionProps, L as makeElevationProps, at as makeLocationProps, au as makePositionProps, M as makeRoundedProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, C as useBackgroundColor, N as useBorder, J as useDimension, O as useElevation, ay as useLocation, az as usePosition, P as useRounded, aI as useDefineWidgets } from './asWebComponent-BnFMd0T6.js';
3
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-DmNfblmy.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-BF3Me2RX.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 { aG as SUPPORTS_INTERSECTION, p as propsFactory, b as makeComponentProps, H as makeDimensionProps, g as genericComponent, J as useDimension, a as useRender, M as makeRoundedProps, C as useBackgroundColor, P as useRounded, aH as getCurrentInstance, q as convertToUnit } from './asWebComponent-BRGyP_j5.js';
3
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-DG9nRSW4.js';
2
+ import { aG as SUPPORTS_INTERSECTION, p as propsFactory, b as makeComponentProps, H as makeDimensionProps, g as genericComponent, J as useDimension, a as useRender, M as makeRoundedProps, C as useBackgroundColor, P as useRounded, aH as getCurrentInstance, q as convertToUnit } from './asWebComponent-BnFMd0T6.js';
3
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-Cpn_g5jE.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, H as makeDimensionProps, c as makeTagProps, g as genericComponent, J as useDimension, G as useLayout, a as useRender } from './asWebComponent-BRGyP_j5.js';
2
+ import { p as propsFactory, b as makeComponentProps, H as makeDimensionProps, c as makeTagProps, g as genericComponent, J as useDimension, G as useLayout, a as useRender } from './asWebComponent-BnFMd0T6.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 { aJ as isOn, aK as eventName, p as propsFactory, x as IN_BROWSER, U as useToggleScope, aL as destructComputed, aM as parseAnchor, aN as flipSide, aO as flipAlign, aP as flipCorner, Y as consoleError, aQ as getAxis, q as convertToUnit, R as clamp, aR as defer, aH as getCurrentInstance, aS as templateRef, aT as matchesSelector, t as useDisplay, b as makeComponentProps, H as makeDimensionProps, d as makeThemeProps, g as genericComponent, j as useProxiedModel, e as provideTheme, f as useRtl, C as useBackgroundColor, J as useDimension, aU as useRouter, a as useRender, aV as useBackButton } from './asWebComponent-BRGyP_j5.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-CYrR6bMw.js';
4
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-DG9nRSW4.js';
2
+ import { aJ as isOn, aK as eventName, p as propsFactory, x as IN_BROWSER, U as useToggleScope, aL as destructComputed, aM as parseAnchor, aN as flipSide, aO as flipAlign, aP as flipCorner, Y as consoleError, aQ as getAxis, q as convertToUnit, R as clamp, aR as defer, aH as getCurrentInstance, aS as templateRef, aT as matchesSelector, t as useDisplay, b as makeComponentProps, H as makeDimensionProps, d as makeThemeProps, g as genericComponent, j as useProxiedModel, e as provideTheme, f as useRtl, C as useBackgroundColor, J as useDimension, aU as useRouter, a as useRender, aV as useBackButton } from './asWebComponent-BnFMd0T6.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-BF3Me2RX.js';
4
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-Cpn_g5jE.js';
5
5
 
6
6
  // Utilities
7
7
  const handlers = new WeakMap();
@@ -1,7 +1,7 @@
1
1
  import { computed, ref, mergeProps, createVNode } from 'vue';
2
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-D89omJis.js';
3
- import { b as useScopeId, f as forwardRefs } from './forwardRefs-CYrR6bMw.js';
4
- import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, al as getUid, a as useRender } from './asWebComponent-BRGyP_j5.js';
2
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-DmNfblmy.js';
3
+ import { b as useScopeId, f as forwardRefs } from './forwardRefs-BF3Me2RX.js';
4
+ import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, al as getUid, a as useRender } from './asWebComponent-BnFMd0T6.js';
5
5
 
6
6
  const makeVTooltipProps = propsFactory({
7
7
  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 { aI as useDefineWidgets, G as useLayout } from './asWebComponent-BRGyP_j5.js';
2
+ import { aI as useDefineWidgets, G as useLayout } from './asWebComponent-BnFMd0T6.js';
3
3
  import 'animated-details';
4
4
 
5
5
  const _sfc_main = {
@@ -8235,13 +8235,14 @@ async function createLayersFromAssets(
8235
8235
  );
8236
8236
  await registerProjection(assetProjection);
8237
8237
 
8238
- if (assets[ast]?.type === "application/geo+json") {
8238
+ if (assets[ast]?.type === "application/geo+json" || assets[ast]?.type === "application/vnd.flatgeobuf") {
8239
8239
  const assetId = createAssetID(collectionId, item.id, idx);
8240
- log.debug("Creating Vector layer from GeoJSON", assetId);
8240
+ const sourceType = assets[ast]?.type === "application/geo+json" ? "GeoJSON" : "FlatGeoBuf";
8241
+ log.debug(`Creating Vector layer from ${sourceType}`, assetId);
8241
8242
  const layer = {
8242
8243
  type: "Vector",
8243
8244
  source: {
8244
- type: "Vector",
8245
+ type: sourceType,
8245
8246
  url: assets[ast].href,
8246
8247
  format: "GeoJSON",
8247
8248
  },
@@ -11191,7 +11192,7 @@ const ErrorAlert = /*#__PURE__*/_export_sfc(_sfc_main$3, [['__scopeId',"data-v-a
11191
11192
  const internalWidgets = (() => {
11192
11193
  /** @type {Record<string, () => Promise<import("vue").Component>>} */
11193
11194
  const importMap = {
11194
- .../* #__PURE__ */ Object.assign({"/widgets/EodashDatePicker.vue": () => import('./EodashDatePicker-Pok6bZwU.js'),"/widgets/EodashItemFilter.vue": () => import('./EodashItemFilter-16eMMjTV.js'),"/widgets/EodashLayerControl.vue": () => import('./EodashLayerControl-De7IlCm_.js'),"/widgets/EodashLayoutSwitcher.vue": () => import('./EodashLayoutSwitcher-C-3-jjn5.js'),"/widgets/EodashMap.vue": () => import('./EodashMap-CMvbfI6-.js'),"/widgets/EodashMapBtns.vue": () => import('./EodashMapBtns-BeknGDtc.js'),"/widgets/EodashProcess.vue": () => import('./EodashProcess-BwKAa9Ee.js'),"/widgets/EodashStacInfo.vue": () => import('./EodashStacInfo-_BfonNUG.js'),"/widgets/EodashTools.vue": () => import('./EodashTools-PD3XPYuR.js'),"/widgets/ExportState.vue": () => import('./ExportState-DOrT7M15.js'),"/widgets/PopUp.vue": () => import('./PopUp--_xn1Cms.js'),"/widgets/WidgetsContainer.vue": () => import('./WidgetsContainer-aFG9yFT6.js')}),
11195
+ .../* #__PURE__ */ Object.assign({"/widgets/EodashDatePicker.vue": () => import('./EodashDatePicker-DGRJrJ0s.js'),"/widgets/EodashItemFilter.vue": () => import('./EodashItemFilter-DBQwJQPh.js'),"/widgets/EodashLayerControl.vue": () => import('./EodashLayerControl-C5fOCvoI.js'),"/widgets/EodashLayoutSwitcher.vue": () => import('./EodashLayoutSwitcher-BMO9k_20.js'),"/widgets/EodashMap.vue": () => import('./EodashMap-D2bnMLAC.js'),"/widgets/EodashMapBtns.vue": () => import('./EodashMapBtns-l9B977id.js'),"/widgets/EodashProcess.vue": () => import('./EodashProcess-BtIlJvF1.js'),"/widgets/EodashStacInfo.vue": () => import('./EodashStacInfo-CPVvp_Hm.js'),"/widgets/EodashTools.vue": () => import('./EodashTools-DY2dlNXW.js'),"/widgets/ExportState.vue": () => import('./ExportState-BvD5A0XG.js'),"/widgets/PopUp.vue": () => import('./PopUp-CREaSybs.js'),"/widgets/WidgetsContainer.vue": () => import('./WidgetsContainer-6FHEEXns.js')}),
11195
11196
  .../* #__PURE__ */ Object.assign({}),
11196
11197
  };
11197
11198
  for (const key in importMap) {
@@ -11299,7 +11300,7 @@ const getWidgetDefinition = (config) => {
11299
11300
 
11300
11301
  case "web-component":
11301
11302
  importedWidget.component = defineAsyncComponent({
11302
- loader: () => import('./DynamicWebComponent-Cl4LqHU6.js'),
11303
+ loader: () => import('./DynamicWebComponent-Dj3QYwag.js'),
11303
11304
  suspensible: true,
11304
11305
  });
11305
11306
  importedWidget.props = reactive(config.widget);
@@ -11733,15 +11734,15 @@ const { loadSTAC } = useSTAcStore();
11733
11734
  const { smAndDown } = useDisplay();
11734
11735
  const TemplateComponent = computed(() =>
11735
11736
  smAndDown.value
11736
- ? defineAsyncComponent(() => import('./MobileLayout-BdiFjHg7.js'))
11737
- : defineAsyncComponent(() => import('./DashboardLayout-232tRmjz.js')),
11737
+ ? defineAsyncComponent(() => import('./MobileLayout-CmVlZe7S.js'))
11738
+ : defineAsyncComponent(() => import('./DashboardLayout-B-4X57-t.js')),
11738
11739
  );
11739
11740
 
11740
11741
  const HeaderComponent = defineAsyncComponent(
11741
- () => import('./Header-C2cdx4gb.js'),
11742
+ () => import('./Header-BpiorKy9.js'),
11742
11743
  );
11743
11744
  const FooterComponent = defineAsyncComponent(
11744
- () => import('./Footer-CCigxYBo.js'),
11745
+ () => import('./Footer-w95gBnSH.js'),
11745
11746
  );
11746
11747
 
11747
11748
  const templateHeight = props.isWebComponent ? "100%" : "100dvh";