@eodash/eodash 5.5.0 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/client/App.vue +1 -1
- package/core/client/eodashSTAC/EodashCollection.js +9 -10
- package/core/client/eodashSTAC/createLayers.js +1 -1
- package/core/client/eodashSTAC/helpers.js +1 -0
- package/dist/client/{DashboardLayout-CkSgvaFF.js → DashboardLayout-D_590Zle.js} +2 -2
- package/dist/client/{DynamicWebComponent-Ncsg6fb9.js → DynamicWebComponent-67cfzL4o.js} +1 -1
- package/dist/client/{EodashChart-5v7adDpG.js → EodashChart-BsW18Em1.js} +7 -7
- package/dist/client/{EodashDatePicker-RoQJe6ss.js → EodashDatePicker-BwyFIBlK.js} +10 -7
- package/dist/client/{EodashItemFilter-CCoVC5BE.js → EodashItemFilter-CgdrG-pX.js} +1 -1
- package/dist/client/{EodashLayerControl-weVj7aQA.js → EodashLayerControl-V98fahVJ.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-CL-Z9d5_.js → EodashLayoutSwitcher-B4oI5PAx.js} +3 -3
- package/dist/client/{EodashMapBtns-CXU8IuPO.js → EodashMapBtns-Ce2tFjJK.js} +6 -6
- package/dist/client/{EodashStacInfo-BbMnjf-n.js → EodashStacInfo-Cb28jVEr.js} +1 -1
- package/dist/client/{EodashTimeSlider-BZXnqfax.js → EodashTimeSlider-B5boxpCK.js} +2 -2
- package/dist/client/{EodashTools-DUJlkkgx.js → EodashTools-RwiXxELa.js} +4 -4
- package/dist/client/{ExportState-CT3FQOHW.js → ExportState-Cp4ftu4f.js} +4 -4
- package/dist/client/{Footer-D_iqP-1K.js → Footer-xGfh2LUv.js} +1 -1
- package/dist/client/{Header-Dzhnvsy-.js → Header-BggV8BVC.js} +2 -2
- package/dist/client/{MobileLayout-6Rg_PSO8.js → MobileLayout-BwXCBKFL.js} +2 -2
- package/dist/client/{PopUp-DPPv_GSA.js → PopUp-C6x6Rpv0.js} +2 -2
- package/dist/client/{ProcessList-BIN_Mb27.js → ProcessList-DDwo71cD.js} +4 -4
- package/dist/client/{VImg-DhbuvNrA.js → VImg-DN23k6uX.js} +2 -2
- package/dist/client/{VMain-CVabY_NY.js → VMain-BT2ZxPLy.js} +1 -1
- package/dist/client/{VTooltip-Cc6au3Sn.js → VTooltip-CAkym6KY.js} +2 -2
- package/dist/client/{WidgetsContainer-ChqTJS4h.js → WidgetsContainer-CLYZgRgc.js} +1 -1
- package/dist/client/{asWebComponent-DaIxULaA.js → asWebComponent-C5YMrXyg.js} +19 -20
- package/dist/client/{async-D6Lvv-fT.js → async-DHmiD7O-.js} +4 -6
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs--IccUBdR.js → forwardRefs-YqjFe8WZ.js} +2 -2
- package/dist/client/{handling-DSA67d6E.js → handling-DRaAJMSG.js} +23 -22
- package/dist/client/{helpers-BBSdbOmv.js → helpers-Bi-qmnbZ.js} +1 -0
- package/dist/client/{index-qsZhYR_6.js → index-BtY2y1sL.js} +3 -3
- package/dist/client/{index-6LlXNkke.js → index-D4GBjamF.js} +2 -2
- package/dist/client/{index-CQihL_c6.js → index-DYLTaaU8.js} +3 -3
- package/dist/client/{index-BS-8Y5FE.js → index-bSHJLUNu.js} +15 -11
- package/dist/client/templates.js +19 -6
- package/dist/client/{transition-DFr4cXu8.js → transition-C4YbXuIb.js} +1 -1
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +1 -0
- package/dist/types/widgets/EodashProcess/methods/handling.d.ts +4 -3
- package/dist/types/widgets/EodashProcess/methods/utils.d.ts +2 -2
- package/package.json +3 -3
- package/templates/baseConfig.js +14 -1
- package/templates/compare.js +2 -2
- package/templates/expert.js +1 -1
- package/templates/lite.js +1 -1
- package/widgets/EodashChart.vue +3 -3
- package/widgets/EodashDatePicker.vue +5 -2
- package/widgets/EodashProcess/index.vue +7 -3
- package/widgets/EodashProcess/methods/composables.js +1 -1
- package/widgets/EodashProcess/methods/handling.js +20 -19
- package/widgets/EodashProcess/methods/utils.js +2 -4
package/core/client/App.vue
CHANGED
|
@@ -220,6 +220,15 @@ export class EodashCollection {
|
|
|
220
220
|
);
|
|
221
221
|
|
|
222
222
|
jsonArray.push(
|
|
223
|
+
...links,
|
|
224
|
+
...(await createLayersFromAssets(
|
|
225
|
+
this.#collectionStac?.id ?? "",
|
|
226
|
+
title || this.#collectionStac?.title || item.id,
|
|
227
|
+
dataAssets,
|
|
228
|
+
item,
|
|
229
|
+
layerDatetime,
|
|
230
|
+
extraProperties,
|
|
231
|
+
)),
|
|
223
232
|
...((this.rasterEndpoint &&
|
|
224
233
|
(await createLayerFromRender(
|
|
225
234
|
this.rasterEndpoint,
|
|
@@ -231,16 +240,6 @@ export class EodashCollection {
|
|
|
231
240
|
},
|
|
232
241
|
))) ||
|
|
233
242
|
[]),
|
|
234
|
-
...(await createLayersFromAssets(
|
|
235
|
-
this.#collectionStac?.id ?? "",
|
|
236
|
-
title || this.#collectionStac?.title || item.id,
|
|
237
|
-
dataAssets,
|
|
238
|
-
item,
|
|
239
|
-
layerDatetime,
|
|
240
|
-
extraProperties,
|
|
241
|
-
)),
|
|
242
|
-
// We add the links after the assets so they are layered underneath assets
|
|
243
|
-
...links,
|
|
244
243
|
);
|
|
245
244
|
} else {
|
|
246
245
|
// get the correct style which is not attached to a link
|
|
@@ -445,7 +445,7 @@ export const createLayersFromLinks = async (
|
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
-
if (wmtsLink.
|
|
448
|
+
if (wmtsLink.href.includes("marine.copernicus")) {
|
|
449
449
|
log.debug(
|
|
450
450
|
"Warning: WMTS Layer from capabilities added, function needs to be updated",
|
|
451
451
|
linkId,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createBlock, openBlock, withCtx, createElementVNode, unref, createElementBlock, createCommentVNode, normalizeStyle, Suspense, resolveDynamicComponent, mergeProps, Fragment, renderList, Transition } from 'vue';
|
|
2
2
|
import '@eox/layout';
|
|
3
|
-
import { _ as _export_sfc, u as useDefineTemplate } from './asWebComponent-
|
|
4
|
-
import { V as VMain } from './VMain-
|
|
3
|
+
import { _ as _export_sfc, u as useDefineTemplate } from './asWebComponent-C5YMrXyg.js';
|
|
4
|
+
import { V as VMain } from './VMain-BT2ZxPLy.js';
|
|
5
5
|
|
|
6
6
|
const _style_0 = ".panel[data-v-9c8477cc]{position:relative;overflow:auto;z-index:1;pointer-events:none}.pointer[data-v-9c8477cc]{pointer-events:all}.bg-panel[data-v-9c8477cc]{z-index:0;border-radius:0!important}.fade-enter-active[data-v-9c8477cc],.fade-leave-active[data-v-9c8477cc]{transition:opacity .25s ease}.fade-enter-from[data-v-9c8477cc],.fade-leave-to[data-v-9c8477cc]{opacity:0}.bg-surface[data-v-9c8477cc],.bg-primary[data-v-9c8477cc]{backdrop-filter:blur(10px)!important;border-radius:8px;border:none;box-shadow:0 0 1px #18274b38,0 6px 12px -6px #18274b1f,0 8px 24px -4px #18274b14;max-height:100%;overflow:auto;scrollbar-color:rgba(var(--v-theme-on-surface),.2) transparent;scrollbar-width:thin}.bg-surface[data-v-9c8477cc]{background-color:rgba(var(--v-theme-surface),var(--v-surface-opacity, .8))!important}.bg-primary[data-v-9c8477cc]{background-color:rgba(var(--v-theme-primary),var(--v-primary-opacity, .8))!important}";
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withAsyncContext, ref, onMounted, onUnmounted, createElementBlock, openBlock, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
|
|
2
|
-
import { E as useSTAcStore } from './asWebComponent-
|
|
2
|
+
import { E as useSTAcStore } from './asWebComponent-C5YMrXyg.js';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = { class: "d-flex flex-column fill-height overflow-auto" };
|
|
5
5
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { computed, ref, useTemplateRef, onMounted, onBeforeUnmount, createElementBlock, openBlock, createElementVNode, withDirectives, createCommentVNode, unref, normalizeStyle, toRaw } from 'vue';
|
|
2
2
|
import '@eox/chart';
|
|
3
|
-
import { o as onChartClick } from './handling-
|
|
4
|
-
import { Z as compareChartData, _ as chartData, O as compareChartSpec, N as chartSpec, M as areChartsSeparateLayout } from './helpers-
|
|
5
|
-
import { _ as _export_sfc, S as getOverlayParent } from './asWebComponent-
|
|
3
|
+
import { o as onChartClick } from './handling-DRaAJMSG.js';
|
|
4
|
+
import { Z as compareChartData, _ as chartData, O as compareChartSpec, N as chartSpec, M as areChartsSeparateLayout } from './helpers-Bi-qmnbZ.js';
|
|
5
|
+
import { _ as _export_sfc, S as getOverlayParent } from './asWebComponent-C5YMrXyg.js';
|
|
6
6
|
import { mdiArrowCollapse, mdiArrowExpand } from '@mdi/js';
|
|
7
|
-
import { T as Tooltip } from './index-
|
|
7
|
+
import { T as Tooltip } from './index-D4GBjamF.js';
|
|
8
8
|
|
|
9
|
-
const _style_0 = ".chart-frame[data-v-
|
|
9
|
+
const _style_0 = ".chart-frame[data-v-c9dee45e]{position:relative}.chart-toggle[data-v-c9dee45e]{position:absolute;top:18px;right:46px;z-index:2;cursor:pointer}";
|
|
10
10
|
|
|
11
11
|
const _hoisted_1 = { ref: "container" };
|
|
12
12
|
const _hoisted_2 = { class: "chart-frame" };
|
|
@@ -124,7 +124,7 @@ return (_ctx, _cache) => {
|
|
|
124
124
|
: createCommentVNode("v-if", true),
|
|
125
125
|
(usedChartData.value && usedChartSpec.value)
|
|
126
126
|
? (openBlock(), createElementBlock("eox-chart", {
|
|
127
|
-
class: "
|
|
127
|
+
class: "pa-2",
|
|
128
128
|
".spec": toRaw(usedChartSpec.value),
|
|
129
129
|
key: chartRenderKey.value,
|
|
130
130
|
".dataValues": toRaw(usedChartData.value),
|
|
@@ -139,6 +139,6 @@ return (_ctx, _cache) => {
|
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
};
|
|
142
|
-
const EodashChart = /*#__PURE__*/_export_sfc(_sfc_main, [['styles',[_style_0]],['__scopeId',"data-v-
|
|
142
|
+
const EodashChart = /*#__PURE__*/_export_sfc(_sfc_main, [['styles',[_style_0]],['__scopeId',"data-v-c9dee45e"]]);
|
|
143
143
|
|
|
144
144
|
export { EodashChart as default };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useCssVars, ref, useTemplateRef, customRef, computed, reactive, watch, onMounted, createElementBlock, openBlock, createVNode, unref, createSlots, withCtx, createElementVNode, withDirectives, createCommentVNode, createBlock, mergeProps, toHandlers } from 'vue';
|
|
2
2
|
import { DatePicker } from 'v-calendar';
|
|
3
|
-
import { _ as _export_sfc, D as useDisplay, E as useSTAcStore, F as useTransparentPanel, G as VBtn, H as VIcon, I as eodashCollections, J as eodashCompareCollections } from './asWebComponent-
|
|
4
|
-
import { C as datetime } from './helpers-
|
|
3
|
+
import { _ as _export_sfc, D as useDisplay, E as useSTAcStore, F as useTransparentPanel, G as VBtn, H as VIcon, I as eodashCollections, J as eodashCompareCollections } from './asWebComponent-C5YMrXyg.js';
|
|
4
|
+
import { C as datetime } from './helpers-Bi-qmnbZ.js';
|
|
5
5
|
import { mdiRayEndArrow, mdiRayStartArrow } from '@mdi/js';
|
|
6
6
|
import log from 'loglevel';
|
|
7
7
|
import { storeToRefs } from 'pinia';
|
|
8
|
-
import { T as Tooltip } from './index-
|
|
8
|
+
import { T as Tooltip } from './index-D4GBjamF.js';
|
|
9
9
|
|
|
10
|
-
const _style_0 = ".vc-popover-content{--vc-nav-hover-bg: rgba(var(--v-theme-on-surface), .1);--vc-nav-item-active-color: rgb(var(--v-theme-on-secondary));--vc-nav-item-active-bg: rgba(var(--v-theme-secondary), .8);--vc-focus-ring: 0 0 0 2px rgba(var(--v-theme-secondary), .5)}.vc-container{--vc-day-content-hover-bg: rgba(var(--v-theme-on-surface), .2);--vc-focus-ring: 0 0 0 2px rgba(var(--v-theme-secondary), .4);--vc-header-arrow-hover-bg: rgba(var(--v-theme-secondary), .1)}.vc-attr{--vc-accent-600: rgba(var(--v-theme-secondary), .8)}.datePicker{--vc-day-content-hover-bg: red}@media(min-width:960px){.datePicker{position:absolute;bottom:0;left:0;right:0;margin-inline:auto;width:fit-content}}.vc-day-content{color:#5e5e5e;font-weight:400}.vc-highlight-content-solid{color:#fff!important}.vc-popover-content-wrapper{transform:var(--
|
|
10
|
+
const _style_0 = ".vc-popover-content{--vc-nav-hover-bg: rgba(var(--v-theme-on-surface), .1);--vc-nav-item-active-color: rgb(var(--v-theme-on-secondary));--vc-nav-item-active-bg: rgba(var(--v-theme-secondary), .8);--vc-focus-ring: 0 0 0 2px rgba(var(--v-theme-secondary), .5)}.vc-container{--vc-day-content-hover-bg: rgba(var(--v-theme-on-surface), .2);--vc-focus-ring: 0 0 0 2px rgba(var(--v-theme-secondary), .4);--vc-header-arrow-hover-bg: rgba(var(--v-theme-secondary), .1)}.vc-attr{--vc-accent-600: rgba(var(--v-theme-secondary), .8)}.datePicker{--vc-day-content-hover-bg: red}@media(min-width:960px){.datePicker{position:absolute;bottom:0;left:0;right:0;margin-inline:auto;width:fit-content}}.vc-day-content{color:#5e5e5e;font-weight:400}.vc-highlight-content-solid{color:#fff!important}.vc-popover-content-wrapper{transform:var(--v518b583c)!important}.vc-date-picker-content,.datePicker{backdrop-filter:blur(10px)!important;border-radius:8px;border:none;box-shadow:0 0 1px #18274b38,0 6px 12px -6px #18274b1f,0 8px 24px -4px #18274b14;background-color:rgba(var(--v-theme-surface),var(--v-surface-opacity, .8))!important}.vc-popover-caret.direction-top.align-left{clip-path:polygon(0% 0%,100% 0%,0% 100%,0% 100%)}.vc-bordered{border:none}";
|
|
11
11
|
|
|
12
12
|
const _hoisted_1 = {
|
|
13
13
|
ref: "rootRef",
|
|
@@ -56,7 +56,7 @@ const _sfc_main = {
|
|
|
56
56
|
setup(__props) {
|
|
57
57
|
|
|
58
58
|
useCssVars(_ctx => ({
|
|
59
|
-
"
|
|
59
|
+
"v518b583c": (transform.value)
|
|
60
60
|
}));
|
|
61
61
|
|
|
62
62
|
const { lgAndDown } = useDisplay();
|
|
@@ -221,9 +221,12 @@ function jumpDate(reverse) {
|
|
|
221
221
|
// fixes calendar dispalcement on lib mode
|
|
222
222
|
const transform = ref("");
|
|
223
223
|
onMounted(() => {
|
|
224
|
+
// keeping the reactive translate just in case,
|
|
225
|
+
// but seems like static css would work as well
|
|
226
|
+
// because the visual is same both in lib and in app mode
|
|
224
227
|
transform.value = document.querySelector("eo-dash")
|
|
225
|
-
? "translate3d(50px
|
|
226
|
-
: "translate3d(
|
|
228
|
+
? "translate3d(30px,-50px,0)"
|
|
229
|
+
: "translate3d(30px,-50px,0)";
|
|
227
230
|
});
|
|
228
231
|
|
|
229
232
|
useTransparentPanel(rootEl);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withAsyncContext, computed, ref, createElementBlock, openBlock, mergeProps, unref, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { _ as _export_sfc, E as useSTAcStore, Q as isFirstLoad } from './asWebComponent-
|
|
2
|
+
import { _ as _export_sfc, E as useSTAcStore, Q as isFirstLoad } from './asWebComponent-C5YMrXyg.js';
|
|
3
3
|
|
|
4
4
|
const _style_0 = "eox-itemfilter[data-v-88d0abc7]{--form-flex-direction: row}@media(max-width:768px){eox-itemfilter[data-v-88d0abc7]{--form-flex-direction: column}}";
|
|
5
5
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { withAsyncContext, computed, ref, createElementBlock, openBlock, createCommentVNode, mergeProps, unref, renderSlot, createElementVNode, toDisplayString } from 'vue';
|
|
2
2
|
import 'color-legend-element';
|
|
3
3
|
import '@eox/timecontrol';
|
|
4
|
-
import { S as mapCompareEl, j as mapEl, T as getColFromLayer } from './helpers-
|
|
5
|
-
import { _ as _export_sfc, E as useSTAcStore, M as layerControlFormValueCompare, N as layerControlFormValue, J as eodashCompareCollections, I as eodashCollections } from './asWebComponent-
|
|
4
|
+
import { S as mapCompareEl, j as mapEl, T as getColFromLayer } from './helpers-Bi-qmnbZ.js';
|
|
5
|
+
import { _ as _export_sfc, E as useSTAcStore, M as layerControlFormValueCompare, N as layerControlFormValue, J as eodashCompareCollections, I as eodashCollections } from './asWebComponent-C5YMrXyg.js';
|
|
6
6
|
import { storeToRefs } from 'pinia';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ref, createElementBlock, openBlock, createBlock, unref, withCtx, createVNode, mergeProps } from 'vue';
|
|
2
|
-
import { E as activeTemplate } from './helpers-
|
|
2
|
+
import { E as activeTemplate } from './helpers-Bi-qmnbZ.js';
|
|
3
3
|
import { mdiViewDashboard } from '@mdi/js';
|
|
4
|
-
import { D as useDisplay, F as useTransparentPanel, H as VIcon } from './asWebComponent-
|
|
5
|
-
import { V as VTooltip } from './VTooltip-
|
|
4
|
+
import { D as useDisplay, F as useTransparentPanel, H as VIcon } from './asWebComponent-C5YMrXyg.js';
|
|
5
|
+
import { V as VTooltip } from './VTooltip-CAkym6KY.js';
|
|
6
6
|
|
|
7
7
|
const _sfc_main = {
|
|
8
8
|
__name: 'EodashLayoutSwitcher',
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ref, triggerRef, computed, createElementBlock, openBlock, createCommentVNode, createBlock, createVNode, unref, createElementVNode, toDisplayString, isRef, withCtx, mergeProps } from 'vue';
|
|
2
|
-
import { E as useSTAcStore, _ as _export_sfc, D as useDisplay, F as useTransparentPanel } from './asWebComponent-
|
|
3
|
-
import { j as mapEl, E as activeTemplate, W as setActiveTemplate, V as isGlobe, w as getLayers, X as availableMapProjection, Y as changeMapProjection, D as poi, J as comparePoi } from './helpers-
|
|
2
|
+
import { E as useSTAcStore, _ as _export_sfc, D as useDisplay, F as useTransparentPanel } from './asWebComponent-C5YMrXyg.js';
|
|
3
|
+
import { j as mapEl, E as activeTemplate, W as setActiveTemplate, V as isGlobe, w as getLayers, X as availableMapProjection, Y as changeMapProjection, D as poi, J as comparePoi } from './helpers-Bi-qmnbZ.js';
|
|
4
4
|
import { mdiCompareRemove, mdiCompare, mdiPlus, mdiMinus, mdiMapPlus, mdiEarthBox, mdiStarFourPointsCircleOutline, mdiEarth } from '@mdi/js';
|
|
5
|
-
import ExportState from './ExportState-
|
|
6
|
-
import _sfc_main$1 from './PopUp-
|
|
7
|
-
import EodashItemFilter from './EodashItemFilter-
|
|
8
|
-
import { l as loadPOiIndicator } from './handling-
|
|
5
|
+
import ExportState from './ExportState-Cp4ftu4f.js';
|
|
6
|
+
import _sfc_main$1 from './PopUp-C6x6Rpv0.js';
|
|
7
|
+
import EodashItemFilter from './EodashItemFilter-CgdrG-pX.js';
|
|
8
|
+
import { l as loadPOiIndicator } from './handling-DRaAJMSG.js';
|
|
9
9
|
import { e as easeOut } from './easing-CH0-9wR8.js';
|
|
10
10
|
import { storeToRefs } from 'pinia';
|
|
11
11
|
import '@eox/geosearch';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementBlock, openBlock, createElementVNode, unref } from 'vue';
|
|
2
2
|
import '@eox/stacinfo';
|
|
3
|
-
import { B as currentUrl } from './helpers-
|
|
3
|
+
import { B as currentUrl } from './helpers-Bi-qmnbZ.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "flex-grow-1" };
|
|
6
6
|
const _hoisted_2 = [".for", ".allowHtml", ".body", ".featured", ".footer", ".header", ".tags"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, createElementBlock, createCommentVNode, openBlock, unref } from 'vue';
|
|
2
|
-
import { j as mapEl, C as datetime } from './helpers-
|
|
3
|
-
import { I as eodashCollections } from './asWebComponent-
|
|
2
|
+
import { j as mapEl, C as datetime } from './helpers-Bi-qmnbZ.js';
|
|
3
|
+
import { I as eodashCollections } from './asWebComponent-C5YMrXyg.js';
|
|
4
4
|
import '@eox/timeslider';
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = [".filters"];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ref, computed, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, unref, withCtx, mergeProps } from 'vue';
|
|
2
|
-
import _sfc_main$2 from './PopUp-
|
|
3
|
-
import EodashItemFilter from './EodashItemFilter-
|
|
4
|
-
import _sfc_main$1 from './EodashLayoutSwitcher-
|
|
2
|
+
import _sfc_main$2 from './PopUp-C6x6Rpv0.js';
|
|
3
|
+
import EodashItemFilter from './EodashItemFilter-CgdrG-pX.js';
|
|
4
|
+
import _sfc_main$1 from './EodashLayoutSwitcher-B4oI5PAx.js';
|
|
5
5
|
import { mdiViewDashboard, mdiPlusCircleOutline } from '@mdi/js';
|
|
6
|
-
import { _ as _export_sfc, D as useDisplay, F as useTransparentPanel, G as VBtn } from './asWebComponent-
|
|
6
|
+
import { _ as _export_sfc, D as useDisplay, F as useTransparentPanel, G as VBtn } from './asWebComponent-C5YMrXyg.js';
|
|
7
7
|
|
|
8
8
|
const _style_0 = ".v-btn--size-default[data-v-73449028]{--v-btn-height: 30px}";
|
|
9
9
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { createVNode, normalizeStyle, normalizeClass, createElementVNode, Fragment, toDisplayString, shallowRef, watch, withDirectives, mergeProps, computed, toRef, mergeModels, useModel, ref, createBlock, openBlock, withCtx, createElementBlock, createCommentVNode, renderList, unref, createTextVNode, vShow } from 'vue';
|
|
2
2
|
import { mdiContentCopy, mdiClipboardCheckOutline } from '@mdi/js';
|
|
3
|
-
import _sfc_main$1 from './PopUp-
|
|
4
|
-
import { a0 as createSimpleFunctional, g as genericComponent, p as propsFactory, n as provideDefaults, c as useRender, m as makeTagProps, e as makeComponentProps, k as provideTheme, h as useBorder, a1 as useVariant, W as useDensity, j as useRounded, a2 as useSize, a3 as genOverlays, H as VIcon, V as VDefaultsProvider, a4 as makeVariantProps, q as makeThemeProps, a5 as makeSizeProps, r as makeRoundedProps, X as makeDensityProps, t as makeBorderProps, a6 as IconValue, a7 as Ripple, b as useDimension, i as useElevation, a8 as useLoader, a9 as useLocation, aa as usePosition, ab as useLink, ac as makeRouterProps, ad as makePositionProps, ae as makeLocationProps, af as makeLoaderProps, s as makeElevationProps, d as makeDimensionProps, ag as LoaderSlot, ah as useTextColor, o as convertToUnit, _ as _export_sfc, ai as copyToClipBoard, G as VBtn } from './asWebComponent-
|
|
5
|
-
import { N as chartSpec, a1 as removeUnneededProperties, w as getLayers, F as mapPosition, X as availableMapProjection } from './helpers-
|
|
3
|
+
import _sfc_main$1 from './PopUp-C6x6Rpv0.js';
|
|
4
|
+
import { a0 as createSimpleFunctional, g as genericComponent, p as propsFactory, n as provideDefaults, c as useRender, m as makeTagProps, e as makeComponentProps, k as provideTheme, h as useBorder, a1 as useVariant, W as useDensity, j as useRounded, a2 as useSize, a3 as genOverlays, H as VIcon, V as VDefaultsProvider, a4 as makeVariantProps, q as makeThemeProps, a5 as makeSizeProps, r as makeRoundedProps, X as makeDensityProps, t as makeBorderProps, a6 as IconValue, a7 as Ripple, b as useDimension, i as useElevation, a8 as useLoader, a9 as useLocation, aa as usePosition, ab as useLink, ac as makeRouterProps, ad as makePositionProps, ae as makeLocationProps, af as makeLoaderProps, s as makeElevationProps, d as makeDimensionProps, ag as LoaderSlot, ah as useTextColor, o as convertToUnit, _ as _export_sfc, ai as copyToClipBoard, G as VBtn } from './asWebComponent-C5YMrXyg.js';
|
|
5
|
+
import { N as chartSpec, a1 as removeUnneededProperties, w as getLayers, F as mapPosition, X as availableMapProjection } from './helpers-Bi-qmnbZ.js';
|
|
6
6
|
import { base64EncodeSpec } from '@eox/chart';
|
|
7
|
-
import { V as VImg, a as VExpandTransition } from './VImg-
|
|
7
|
+
import { V as VImg, a as VExpandTransition } from './VImg-DN23k6uX.js';
|
|
8
8
|
|
|
9
9
|
// Styles
|
|
10
10
|
const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, shallowRef, computed, toRef, watchEffect, createVNode, normalizeStyle, normalizeClass, inject, createBlock, openBlock, unref, withCtx, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { g as genericComponent, p as propsFactory, k as provideTheme, f as useBackgroundColor, h as useBorder, i as useElevation, j as useRounded, C as useResizeObserver, y as useToggleScope, z as useLayoutItem, c as useRender, o as convertToUnit, q as makeThemeProps, m as makeTagProps, r as makeRoundedProps, A as makeLayoutItemProps, s as makeElevationProps, e as makeComponentProps, t as makeBorderProps, _ as _export_sfc, B as eodashKey, D as useDisplay } from './asWebComponent-
|
|
2
|
+
import { g as genericComponent, p as propsFactory, k as provideTheme, f as useBackgroundColor, h as useBorder, i as useElevation, j as useRounded, C as useResizeObserver, y as useToggleScope, z as useLayoutItem, c as useRender, o as convertToUnit, q as makeThemeProps, m as makeTagProps, r as makeRoundedProps, A as makeLayoutItemProps, s as makeElevationProps, e as makeComponentProps, t as makeBorderProps, _ as _export_sfc, B as eodashKey, D as useDisplay } from './asWebComponent-C5YMrXyg.js';
|
|
3
3
|
|
|
4
4
|
const _style_0 = ".footer-text[data-v-f0fd061e]{font-size:.8rem}";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createVNode, normalizeStyle, normalizeClass, createElementVNode, shallowRef, computed, ref, watch, onMounted, onBeforeUnmount, toRef, watchEffect, mergeProps, inject, createBlock, openBlock, withCtx, createTextVNode, toDisplayString, unref } from 'vue';
|
|
2
|
-
import { p as propsFactory, g as genericComponent, m as makeTagProps, e as makeComponentProps, c as useRender, f as useBackgroundColor, h as useBorder, i as useElevation, j as useRounded, k as provideTheme, l as useRtl, n as provideDefaults, V as VDefaultsProvider, o as convertToUnit, q as makeThemeProps, r as makeRoundedProps, s as makeElevationProps, t as makeBorderProps, v as clamp, w as consoleWarn, x as useProxiedModel, y as useToggleScope, z as useLayoutItem, A as makeLayoutItemProps, _ as _export_sfc, B as eodashKey } from './asWebComponent-
|
|
3
|
-
import { V as VImg, a as VExpandTransition } from './VImg-
|
|
2
|
+
import { p as propsFactory, g as genericComponent, m as makeTagProps, e as makeComponentProps, c as useRender, f as useBackgroundColor, h as useBorder, i as useElevation, j as useRounded, k as provideTheme, l as useRtl, n as provideDefaults, V as VDefaultsProvider, o as convertToUnit, q as makeThemeProps, r as makeRoundedProps, s as makeElevationProps, t as makeBorderProps, v as clamp, w as consoleWarn, x as useProxiedModel, y as useToggleScope, z as useLayoutItem, A as makeLayoutItemProps, _ as _export_sfc, B as eodashKey } from './asWebComponent-C5YMrXyg.js';
|
|
3
|
+
import { V as VImg, a as VExpandTransition } from './VImg-DN23k6uX.js';
|
|
4
4
|
import { u as useSsrBoot } from './ssrBoot-Zgc_Ttvi.js';
|
|
5
5
|
|
|
6
6
|
const _style_0 = ".logo[data-v-86c95219]{max-width:140px}";
|