@eodash/eodash 5.0.0-rc.1 → 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 (75) hide show
  1. package/core/client/eodashSTAC/createLayers.js +4 -3
  2. package/dist/client/{DashboardLayout-FS5inBIm.js → DashboardLayout-B-4X57-t.js} +2 -2
  3. package/dist/client/{DynamicWebComponent-CBSgT677.js → DynamicWebComponent-Dj3QYwag.js} +1 -1
  4. package/dist/client/{EodashDatePicker-BGSS2ZYK.js → EodashDatePicker-DGRJrJ0s.js} +2 -2
  5. package/dist/client/{EodashItemFilter-CFNKjm_Z.js → EodashItemFilter-DBQwJQPh.js} +1 -1
  6. package/dist/client/{EodashLayerControl-CzffoPUs.js → EodashLayerControl-C5fOCvoI.js} +1 -1
  7. package/dist/client/{EodashLayoutSwitcher-DM0zDhvI.js → EodashLayoutSwitcher-BMO9k_20.js} +2 -2
  8. package/dist/client/{EodashMap-BdFZ657e.js → EodashMap-D2bnMLAC.js} +1 -1
  9. package/dist/client/{EodashMapBtns-rC_IPD-Z.js → EodashMapBtns-l9B977id.js} +4 -4
  10. package/dist/client/{EodashProcess-SLsTISKV.js → EodashProcess-BtIlJvF1.js} +1 -1
  11. package/dist/client/{EodashStacInfo-DFD0gtWm.js → EodashStacInfo-CPVvp_Hm.js} +1 -1
  12. package/dist/client/{EodashTools-ImohD2ys.js → EodashTools-DY2dlNXW.js} +4 -4
  13. package/dist/client/{ExportState-LNZAovzM.js → ExportState-BvD5A0XG.js} +4 -4
  14. package/dist/client/{Footer-c19dV1ZR.js → Footer-w95gBnSH.js} +1 -1
  15. package/dist/client/{Header-CcvXFqqt.js → Header-BpiorKy9.js} +3 -3
  16. package/dist/client/{MobileLayout-OM6Wc-vj.js → MobileLayout-CmVlZe7S.js} +5 -5
  17. package/dist/client/{PopUp-B0_c0207.js → PopUp-CREaSybs.js} +3 -3
  18. package/dist/client/{VImg-BpDhCbL0.js → VImg-DF9esgdd.js} +2 -2
  19. package/dist/client/{VMain-DC05bDwX.js → VMain-BWLMf-rn.js} +1 -1
  20. package/dist/client/{VOverlay-C7EUyVe_.js → VOverlay-DmNfblmy.js} +3 -3
  21. package/dist/client/{VTooltip-C78suika.js → VTooltip-C3PeE7iO.js} +3 -3
  22. package/dist/client/{WidgetsContainer-sD1vDnhF.js → WidgetsContainer-6FHEEXns.js} +1 -1
  23. package/dist/client/{asWebComponent-D8bMMCEr.js → asWebComponent-BnFMd0T6.js} +10 -9
  24. package/dist/client/eo-dash.js +1 -1
  25. package/dist/client/{forwardRefs-yw6tFXER.js → forwardRefs-BF3Me2RX.js} +1 -1
  26. package/dist/client/{index-CpK_Yaom.js → index-CRd5-RSy.js} +1 -1
  27. package/dist/client/{transition-B2YwqAYJ.js → transition-Cpn_g5jE.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 +20 -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 +106 -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 +312 -0
  38. package/dist/types/core/client/composables/DefineEodash.d.ts +2 -0
  39. package/dist/types/core/client/composables/DefineTemplate.d.ts +15 -0
  40. package/dist/types/core/client/composables/DefineWidgets.d.ts +14 -0
  41. package/dist/types/core/client/composables/EodashMap.d.ts +5 -0
  42. package/dist/types/core/client/composables/EodashProcess.d.ts +156 -0
  43. package/dist/types/core/client/composables/index.d.ts +9 -0
  44. package/dist/types/core/client/eodash.d.ts +8 -0
  45. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +108 -0
  46. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +45 -0
  47. package/dist/types/core/client/eodashSTAC/helpers.d.ts +80 -0
  48. package/dist/types/core/client/eodashSTAC/triggers.d.ts +1 -0
  49. package/dist/types/core/client/main.d.ts +2 -0
  50. package/dist/types/core/client/plugins/axios.d.ts +2 -0
  51. package/dist/types/core/client/plugins/index.d.ts +3 -0
  52. package/dist/types/core/client/plugins/vuetify.d.ts +82 -0
  53. package/dist/types/core/client/render.d.ts +1 -0
  54. package/dist/types/core/client/store/actions.d.ts +12 -0
  55. package/dist/types/core/client/store/index.d.ts +11 -0
  56. package/dist/types/core/client/store/stac.d.ts +25 -0
  57. package/dist/types/core/client/store/states.d.ts +22 -0
  58. package/dist/types/core/client/types.d.ts +269 -0
  59. package/dist/types/core/client/utils/index.d.ts +2 -0
  60. package/dist/types/core/client/utils/keys.d.ts +8 -0
  61. package/dist/types/core/client/utils/states.d.ts +18 -0
  62. package/dist/types/core/client/views/Dashboard.vue.d.ts +9 -0
  63. package/dist/types/widgets/EodashDatePicker.vue.d.ts +13 -0
  64. package/dist/types/widgets/EodashItemFilter.vue.d.ts +44 -0
  65. package/dist/types/widgets/EodashLayerControl.vue.d.ts +13 -0
  66. package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +11 -0
  67. package/dist/types/widgets/EodashMap.vue.d.ts +14 -0
  68. package/dist/types/widgets/EodashMapBtns.vue.d.ts +13 -0
  69. package/dist/types/widgets/EodashProcess.vue.d.ts +4 -0
  70. package/dist/types/widgets/EodashStacInfo.vue.d.ts +21 -0
  71. package/dist/types/widgets/EodashTools.vue.d.ts +19 -0
  72. package/dist/types/widgets/ExportState.vue.d.ts +7 -0
  73. package/dist/types/widgets/PopUp.vue.d.ts +28 -0
  74. package/dist/types/widgets/WidgetsContainer.vue.d.ts +10 -0
  75. package/package.json +4 -4
@@ -42,13 +42,14 @@ export async function createLayersFromAssets(
42
42
  );
43
43
  await registerProjection(assetProjection);
44
44
 
45
- if (assets[ast]?.type === "application/geo+json") {
45
+ if (assets[ast]?.type === "application/geo+json" || assets[ast]?.type === "application/vnd.flatgeobuf") {
46
46
  const assetId = createAssetID(collectionId, item.id, idx);
47
- log.debug("Creating Vector layer from GeoJSON", assetId);
47
+ const sourceType = assets[ast]?.type === "application/geo+json" ? "GeoJSON" : "FlatGeoBuf";
48
+ log.debug(`Creating Vector layer from ${sourceType}`, assetId);
48
49
  const layer = {
49
50
  type: "Vector",
50
51
  source: {
51
- type: "Vector",
52
+ type: sourceType,
52
53
  url: assets[ast].href,
53
54
  format: "GeoJSON",
54
55
  },
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createBlock, withCtx, createElementVNode, unref, normalizeStyle, createElementBlock, Suspense, resolveDynamicComponent, mergeProps, createCommentVNode, Fragment, renderList, Transition } from 'vue';
2
2
  import '@eox/layout';
3
- import { _ as _export_sfc, F as useDefineTemplate } from './asWebComponent-D8bMMCEr.js';
4
- import { V as VMain } from './VMain-DC05bDwX.js';
3
+ import { _ as _export_sfc, F as useDefineTemplate } from './asWebComponent-BnFMd0T6.js';
4
+ import { V as VMain } from './VMain-BWLMf-rn.js';
5
5
 
6
6
  const _hoisted_1 = ["gap"];
7
7
  const _hoisted_2 = ["id", "h", "w", "x", "y"];
@@ -1,5 +1,5 @@
1
1
  import { withAsyncContext, ref, onMounted, onUnmounted, openBlock, createElementBlock, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
2
- import { $ as useSTAcStore } from './asWebComponent-D8bMMCEr.js';
2
+ import { $ as useSTAcStore } from './asWebComponent-BnFMd0T6.js';
3
3
 
4
4
  const _hoisted_1 = { class: "d-flex flex-column fill-height overflow-auto" };
5
5
 
@@ -1,9 +1,9 @@
1
1
  import { resolveComponent, render, h, mergeProps, customRef, ref, reactive, toRef, watch, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, withDirectives, createBlock, createCommentVNode } from 'vue';
2
2
  import { DatePicker } from 'v-calendar';
3
- import { E as isObject, Y as consoleError, Z as datetime, $ as useSTAcStore, a0 as eodashCollections, a1 as makePanelTransparent, V as VBtn, y as VIcon } from './asWebComponent-D8bMMCEr.js';
3
+ import { E as isObject, Y as consoleError, Z as datetime, $ as useSTAcStore, a0 as eodashCollections, a1 as makePanelTransparent, V as VBtn, y as VIcon } from './asWebComponent-BnFMd0T6.js';
4
4
  import { mdiRayEndArrow, mdiRayStartArrow } from '@mdi/js';
5
5
  import log from 'loglevel';
6
- import { V as VTooltip } from './VTooltip-C78suika.js';
6
+ import { V as VTooltip } from './VTooltip-C3PeE7iO.js';
7
7
 
8
8
  // Utilities
9
9
  function useDirectiveComponent(component, props) {
@@ -1,5 +1,5 @@
1
1
  import { computed, ref, openBlock, createElementBlock, mergeProps, unref, createElementVNode, toDisplayString } from 'vue';
2
- import { t as useDisplay, $ as useSTAcStore } from './asWebComponent-D8bMMCEr.js';
2
+ import { t as useDisplay, $ as useSTAcStore } from './asWebComponent-BnFMd0T6.js';
3
3
  import '@eox/itemfilter';
4
4
 
5
5
  const _hoisted_1 = [".items"];
@@ -3,7 +3,7 @@ import '@eox/layercontrol';
3
3
  import '@eox/jsonform';
4
4
  import '@eox/timecontrol';
5
5
  import 'color-legend-element';
6
- import { $ as useSTAcStore, a2 as mapCompareEl, a3 as mapEl, a4 as eodashCompareCollections, a0 as eodashCollections, a5 as getColFromLayer } from './asWebComponent-D8bMMCEr.js';
6
+ import { $ as useSTAcStore, a2 as mapCompareEl, a3 as mapEl, a4 as eodashCompareCollections, a0 as eodashCollections, a5 as getColFromLayer } from './asWebComponent-BnFMd0T6.js';
7
7
  import { storeToRefs } from 'pinia';
8
8
 
9
9
  const _hoisted_1 = { class: "d-flex flex-column fill-height overflow-auto" };
@@ -1,7 +1,7 @@
1
1
  import { ref, openBlock, createElementBlock, createVNode, withCtx, mergeProps } from 'vue';
2
- import { a1 as makePanelTransparent, y as VIcon, ak as activeTemplate } from './asWebComponent-D8bMMCEr.js';
2
+ import { a1 as makePanelTransparent, y as VIcon, ak as activeTemplate } from './asWebComponent-BnFMd0T6.js';
3
3
  import { mdiViewDashboard } from '@mdi/js';
4
- import { V as VTooltip } from './VTooltip-C78suika.js';
4
+ import { V as VTooltip } from './VTooltip-C3PeE7iO.js';
5
5
 
6
6
  const _sfc_main = {
7
7
  __name: 'EodashLayoutSwitcher',
@@ -1,7 +1,7 @@
1
1
  import { onMounted, onUnmounted, watch, nextTick, toRaw, ref, computed, openBlock, createElementBlock, createElementVNode, unref } from 'vue';
2
2
  import '@eox/map';
3
3
  import '@eox/map/src/plugins/advancedLayersAndSources';
4
- import { a6 as registerProjection, a7 as getProjectionCode, a8 as availableMapProjection, a9 as changeMapProjection, aa as eoxLayersKey, $ as useSTAcStore, ab as posIsSetFromUrl, ac as EodashCollection, ad as mapPosition, a3 as mapEl, a2 as mapCompareEl, Z as datetime, a4 as eodashCompareCollections, a0 as eodashCollections } from './asWebComponent-D8bMMCEr.js';
4
+ import { a6 as registerProjection, a7 as getProjectionCode, a8 as availableMapProjection, a9 as changeMapProjection, aa as eoxLayersKey, $ as useSTAcStore, ab as posIsSetFromUrl, ac as EodashCollection, ad as mapPosition, a3 as mapEl, a2 as mapCompareEl, Z as datetime, a4 as eodashCompareCollections, a0 as eodashCollections } from './asWebComponent-BnFMd0T6.js';
5
5
  import { storeToRefs } from 'pinia';
6
6
  import log from 'loglevel';
7
7
  import { useEventBus } from '@vueuse/core';
@@ -1,9 +1,9 @@
1
1
  import { computed, ref, openBlock, createElementBlock, createBlock, unref, createCommentVNode, createVNode, withCtx } from 'vue';
2
- import { _ as _export_sfc, t as useDisplay, a1 as makePanelTransparent, V as VBtn, a8 as availableMapProjection, a9 as changeMapProjection, ae as setActiveTemplate } from './asWebComponent-D8bMMCEr.js';
2
+ import { _ as _export_sfc, t as useDisplay, a1 as makePanelTransparent, V as VBtn, a8 as availableMapProjection, a9 as changeMapProjection, ae as setActiveTemplate } from './asWebComponent-BnFMd0T6.js';
3
3
  import { mdiMapPlus, mdiEarthBox, mdiCompare } from '@mdi/js';
4
- import ExportState from './ExportState-LNZAovzM.js';
5
- import _sfc_main$1 from './PopUp-B0_c0207.js';
6
- import _sfc_main$2 from './EodashItemFilter-CFNKjm_Z.js';
4
+ import ExportState from './ExportState-BvD5A0XG.js';
5
+ import _sfc_main$1 from './PopUp-CREaSybs.js';
6
+ import _sfc_main$2 from './EodashItemFilter-DBQwJQPh.js';
7
7
 
8
8
  const _sfc_main = {
9
9
  __name: 'EodashMapBtns',
@@ -2,7 +2,7 @@ import { watch, onMounted, nextTick, ref, openBlock, createElementBlock, createC
2
2
  import '@eox/chart';
3
3
  import '@eox/drawtools';
4
4
  import '@eox/jsonform';
5
- import { af as axios, ag as getLayers, a3 as mapEl, ah as extractLayerConfig, aa as eoxLayersKey, $ as useSTAcStore, ai as useOnLayersUpdate, V as VBtn } from './asWebComponent-D8bMMCEr.js';
5
+ import { af as axios, ag as getLayers, a3 as mapEl, ah as extractLayerConfig, aa as eoxLayersKey, $ as useSTAcStore, ai as useOnLayersUpdate, V as VBtn } from './asWebComponent-BnFMd0T6.js';
6
6
  import { storeToRefs } from 'pinia';
7
7
  import { useEventBus } from '@vueuse/core';
8
8
  import { isMulti } from '@eox/jsonform/src/custom-inputs/spatial/utils';
@@ -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-D8bMMCEr.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-B0_c0207.js';
3
- import _sfc_main$3 from './EodashItemFilter-CFNKjm_Z.js';
4
- import _sfc_main$1 from './EodashLayoutSwitcher-DM0zDhvI.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-D8bMMCEr.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-B0_c0207.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-D8bMMCEr.js';
5
- import { a as VExpandTransition } from './index-CpK_Yaom.js';
6
- import { V as VImg } from './VImg-BpDhCbL0.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');
@@ -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-D8bMMCEr.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-D8bMMCEr.js';
3
- import { a as VExpandTransition } from './index-CpK_Yaom.js';
4
- import { V as VImg } from './VImg-BpDhCbL0.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-D8bMMCEr.js';
3
- import { V as VMain } from './VMain-DC05bDwX.js';
4
- import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-yw6tFXER.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-B2YwqAYJ.js';
7
- import { V as VFadeTransition } from './index-CpK_Yaom.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-D8bMMCEr.js';
3
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-C7EUyVe_.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-yw6tFXER.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-D8bMMCEr.js';
3
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-B2YwqAYJ.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-D8bMMCEr.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-D8bMMCEr.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-yw6tFXER.js';
4
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-B2YwqAYJ.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-C7EUyVe_.js';
3
- import { b as useScopeId, f as forwardRefs } from './forwardRefs-yw6tFXER.js';
4
- import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, al as getUid, a as useRender } from './asWebComponent-D8bMMCEr.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-D8bMMCEr.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-BGSS2ZYK.js'),"/widgets/EodashItemFilter.vue": () => import('./EodashItemFilter-CFNKjm_Z.js'),"/widgets/EodashLayerControl.vue": () => import('./EodashLayerControl-CzffoPUs.js'),"/widgets/EodashLayoutSwitcher.vue": () => import('./EodashLayoutSwitcher-DM0zDhvI.js'),"/widgets/EodashMap.vue": () => import('./EodashMap-BdFZ657e.js'),"/widgets/EodashMapBtns.vue": () => import('./EodashMapBtns-rC_IPD-Z.js'),"/widgets/EodashProcess.vue": () => import('./EodashProcess-SLsTISKV.js'),"/widgets/EodashStacInfo.vue": () => import('./EodashStacInfo-DFD0gtWm.js'),"/widgets/EodashTools.vue": () => import('./EodashTools-ImohD2ys.js'),"/widgets/ExportState.vue": () => import('./ExportState-LNZAovzM.js'),"/widgets/PopUp.vue": () => import('./PopUp-B0_c0207.js'),"/widgets/WidgetsContainer.vue": () => import('./WidgetsContainer-sD1vDnhF.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-CBSgT677.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-OM6Wc-vj.js'))
11737
- : defineAsyncComponent(() => import('./DashboardLayout-FS5inBIm.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-CcvXFqqt.js'),
11742
+ () => import('./Header-BpiorKy9.js'),
11742
11743
  );
11743
11744
  const FooterComponent = defineAsyncComponent(
11744
- () => import('./Footer-c19dV1ZR.js'),
11745
+ () => import('./Footer-w95gBnSH.js'),
11745
11746
  );
11746
11747
 
11747
11748
  const templateHeight = props.isWebComponent ? "100%" : "100dvh";
@@ -1,2 +1,2 @@
1
- export { aW as EodashConstructor, aX as register, aY as store } from './asWebComponent-D8bMMCEr.js';
1
+ export { aW as EodashConstructor, aX as register, aY as store } from './asWebComponent-BnFMd0T6.js';
2
2
  import 'vue';
@@ -1,5 +1,5 @@
1
1
  import { shallowRef, computed, watch } from 'vue';
2
- import { p as propsFactory, aH as getCurrentInstance } from './asWebComponent-D8bMMCEr.js';
2
+ import { p as propsFactory, aH as getCurrentInstance } from './asWebComponent-BnFMd0T6.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-D8bMMCEr.js';
2
+ import { g as genericComponent, p as propsFactory } from './asWebComponent-BnFMd0T6.js';
3
3
 
4
4
  // Utilities
5
5
  const makeTransitionProps = propsFactory({
@@ -1,5 +1,5 @@
1
1
  import { h, mergeProps, TransitionGroup, Transition } from 'vue';
2
- import { p as propsFactory } from './asWebComponent-D8bMMCEr.js';
2
+ import { p as propsFactory } from './asWebComponent-BnFMd0T6.js';
3
3
 
4
4
  // Utilities
5
5
  const makeTransitionProps = propsFactory({
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ config?: string | undefined;
3
+ $props: {
4
+ readonly config?: string | undefined;
5
+ };
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,9 @@
1
+ export function register(): void;
2
+ /**
3
+ * @type {import("vue").VueElementConstructor<
4
+ * import("vue").ExtractPropTypes<{ config: string }>>}
5
+ * */
6
+ export const EodashConstructor: import("vue").VueElementConstructor<import("vue").ExtractPropTypes<{
7
+ config: string;
8
+ }>>;
9
+ export { default as store } from "./store";
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ properties: Record<string, any>;
3
+ link: string | Function;
4
+ tagName: string;
5
+ constructorProp?: string | undefined;
6
+ onMounted?: Function | undefined;
7
+ onUnmounted?: Function | undefined;
8
+ $props: {
9
+ readonly properties?: Record<string, any> | undefined;
10
+ readonly link?: string | Function | undefined;
11
+ readonly tagName?: string | undefined;
12
+ readonly constructorProp?: string | undefined;
13
+ readonly onMounted?: Function | undefined;
14
+ readonly onUnmounted?: Function | undefined;
15
+ };
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
17
+ elementRef: unknown;
18
+ }, HTMLSpanElement>;
19
+ export default _default;
20
+ export type CustomElement = HTMLElement & Record<string | number | symbol, unknown>;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,106 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
2
+ footer: import("vue").CreateComponentPublicInstance<{
3
+ absolute: boolean;
4
+ height: string | number;
5
+ order: string | number;
6
+ style: import("vue").StyleValue;
7
+ tag: string;
8
+ app: boolean;
9
+ tile: boolean;
10
+ } & {
11
+ name?: string | undefined;
12
+ border?: string | number | boolean | undefined;
13
+ color?: string | undefined;
14
+ class?: any;
15
+ theme?: string | undefined;
16
+ elevation?: string | number | undefined;
17
+ rounded?: string | number | boolean | undefined;
18
+ } & {
19
+ $children?: import("vue").VNodeChild | {
20
+ default?: (() => import("vue").VNodeChild) | undefined;
21
+ } | (() => import("vue").VNodeChild);
22
+ 'v-slots'?: {
23
+ default?: false | (() => import("vue").VNodeChild) | undefined;
24
+ } | undefined;
25
+ } & {
26
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
27
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
28
+ absolute: boolean;
29
+ height: string | number;
30
+ order: string | number;
31
+ style: import("vue").StyleValue;
32
+ tag: string;
33
+ app: boolean;
34
+ tile: boolean;
35
+ } & {
36
+ name?: string | undefined;
37
+ border?: string | number | boolean | undefined;
38
+ color?: string | undefined;
39
+ class?: any;
40
+ theme?: string | undefined;
41
+ elevation?: string | number | undefined;
42
+ rounded?: string | number | boolean | undefined;
43
+ } & {
44
+ $children?: import("vue").VNodeChild | {
45
+ default?: (() => import("vue").VNodeChild) | undefined;
46
+ } | (() => import("vue").VNodeChild);
47
+ 'v-slots'?: {
48
+ default?: false | (() => import("vue").VNodeChild) | undefined;
49
+ } | undefined;
50
+ } & {
51
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
52
+ }, {
53
+ absolute: boolean;
54
+ height: string | number;
55
+ order: string | number;
56
+ style: import("vue").StyleValue;
57
+ tag: string;
58
+ app: boolean;
59
+ rounded: string | number | boolean;
60
+ tile: boolean;
61
+ }, true, {}, import("vue").SlotsType<Partial<{
62
+ default: () => import("vue").VNode[];
63
+ }>>, {
64
+ P: {};
65
+ B: {};
66
+ D: {};
67
+ C: {};
68
+ M: {};
69
+ Defaults: {};
70
+ }, {
71
+ absolute: boolean;
72
+ height: string | number;
73
+ order: string | number;
74
+ style: import("vue").StyleValue;
75
+ tag: string;
76
+ app: boolean;
77
+ tile: boolean;
78
+ } & {
79
+ name?: string | undefined;
80
+ border?: string | number | boolean | undefined;
81
+ color?: string | undefined;
82
+ class?: any;
83
+ theme?: string | undefined;
84
+ elevation?: string | number | undefined;
85
+ rounded?: string | number | boolean | undefined;
86
+ } & {
87
+ $children?: import("vue").VNodeChild | {
88
+ default?: (() => import("vue").VNodeChild) | undefined;
89
+ } | (() => import("vue").VNodeChild);
90
+ 'v-slots'?: {
91
+ default?: false | (() => import("vue").VNodeChild) | undefined;
92
+ } | undefined;
93
+ } & {
94
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
95
+ }, {}, {}, {}, {}, {
96
+ absolute: boolean;
97
+ height: string | number;
98
+ order: string | number;
99
+ style: import("vue").StyleValue;
100
+ tag: string;
101
+ app: boolean;
102
+ rounded: string | number | boolean;
103
+ tile: boolean;
104
+ }> | null;
105
+ }, any>;
106
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ src: string;
3
+ $props: {
4
+ readonly src?: string | undefined;
5
+ };
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLIFrameElement>;
7
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;