@eodash/eodash 5.0.0-rc.2.3 → 5.0.0-rc.2.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.
- package/core/client/composables/EodashMap.js +0 -1
- package/core/client/composables/EodashProcess.js +34 -0
- package/core/client/eodash.js +2 -2
- package/core/client/eodashSTAC/createLayers.js +1 -6
- package/core/client/types.ts +2 -2
- package/dist/client/{DashboardLayout-Reny_s87.js → DashboardLayout-BX3Sm_Vx.js} +3 -3
- package/dist/client/{DynamicWebComponent-DQPKIscC.js → DynamicWebComponent-BqoHM1np.js} +2 -2
- package/dist/client/{EodashDatePicker-E5GjnQQ2.js → EodashDatePicker-BoWV2vc8.js} +3 -3
- package/dist/client/{EodashItemFilter-DN77Uqgg.js → EodashItemFilter-127fZLyK.js} +3 -3
- package/dist/client/{EodashLayerControl-DduVhg2O.js → EodashLayerControl-B-pZaizw.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-CeNnYuaC.js → EodashLayoutSwitcher-DwexHfOD.js} +3 -3
- package/dist/client/{EodashMap-C3bgcNJk.js → EodashMap-BSR7_wRA.js} +8 -3
- package/dist/client/{EodashMapBtns-B73UApEn.js → EodashMapBtns-Jfn3bpWD.js} +5 -5
- package/dist/client/{EodashProcess-IQPnj17j.js → EodashProcess-CpbZPYBp.js} +38 -5
- package/dist/client/{EodashStacInfo-CeZqI75-.js → EodashStacInfo-STq_bW7S.js} +2 -2
- package/dist/client/{EodashTools-CAE604ZJ.js → EodashTools-uxSuJhVJ.js} +5 -5
- package/dist/client/{ExportState-DXw8Dwvk.js → ExportState-Ckcb6u01.js} +5 -5
- package/dist/client/{Footer-Bl9tQTyj.js → Footer-C8JP-coH.js} +2 -2
- package/dist/client/{Header-qH_kBs-u.js → Header-Dxx7q9FW.js} +4 -4
- package/dist/client/{IframeWrapper-BgM9aU8f.js → IframeWrapper-XzQDZy0T.js} +1 -1
- package/dist/client/{MobileLayout-Du5n5XyY.js → MobileLayout-BE19Peep.js} +6 -6
- package/dist/client/{PopUp-B12NWJHU.js → PopUp-D3IyjsN4.js} +5 -4
- package/dist/client/{VImg-CjsuV4n9.js → VImg-BmCNSu3X.js} +4 -4
- package/dist/client/{VMain-B11EjLm6.js → VMain-eZDKIfmJ.js} +1 -1
- package/dist/client/{VOverlay-CLR2s8AQ.js → VOverlay-BS-E4Z6g.js} +4 -4
- package/dist/client/{VTooltip-DqyE5_aG.js → VTooltip-BMsliOuh.js} +3 -3
- package/dist/client/{WidgetsContainer-YI9ZycgC.js → WidgetsContainer-Cl6M5R5c.js} +2 -2
- package/dist/client/{asWebComponent-DBkwthjq.js → asWebComponent-Df8nUiLs.js} +156 -154
- package/dist/client/eo-dash.css +1 -1
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-BTYtR3pq.js → forwardRefs-lhDuXD-N.js} +1 -1
- package/dist/client/{index-BhfdO0rU.js → index-Bt5GEGxl.js} +3 -1
- package/dist/client/{transition-B79onGGb.js → transition-DHEuQX4I.js} +2 -2
- package/dist/node/cli.js +2 -2
- package/dist/types/core/client/components/MobileLayout.vue.d.ts +254 -241
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +1 -0
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +1 -0
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +363 -52
- package/dist/types/core/client/types.d.ts +2 -2
- package/package.json +23 -22
- package/widgets/EodashItemFilter.vue +1 -1
- package/widgets/EodashMap.vue +6 -1
- package/widgets/EodashProcess.vue +3 -0
|
@@ -438,6 +438,9 @@ export async function handleProcesses({
|
|
|
438
438
|
isPolling,
|
|
439
439
|
processResults,
|
|
440
440
|
}) {
|
|
441
|
+
if (!jsonformEl.value || !jsonformSchema.value || !selectedStac.value) {
|
|
442
|
+
return;
|
|
443
|
+
}
|
|
441
444
|
log.debug("Processing...");
|
|
442
445
|
loading.value = true;
|
|
443
446
|
try {
|
|
@@ -607,6 +610,37 @@ export async function initProcess({
|
|
|
607
610
|
//@ts-expect-error eodash extention
|
|
608
611
|
.get(selectedStac.value["eodash:jsonform"])
|
|
609
612
|
.then((resp) => resp.data);
|
|
613
|
+
// jsonformSchema.value = {
|
|
614
|
+
// "options": {
|
|
615
|
+
// "execute": true
|
|
616
|
+
// },
|
|
617
|
+
// "type": "object",
|
|
618
|
+
// "properties": {
|
|
619
|
+
// "feature": {
|
|
620
|
+
// "type": "string",
|
|
621
|
+
// "title": "Select feature on map",
|
|
622
|
+
// "options": {
|
|
623
|
+
// drawtools:{
|
|
624
|
+
// "for": "eox-map#main",
|
|
625
|
+
// "layerId": "geodb-collection",
|
|
626
|
+
// featureStyles:{
|
|
627
|
+
// /** @type {import("ol/")} */
|
|
628
|
+
// layer: {
|
|
629
|
+
|
|
630
|
+
// },
|
|
631
|
+
// // hover:{},
|
|
632
|
+
// click:{
|
|
633
|
+
// "stroke-width": 2,
|
|
634
|
+
// "stroke-color": "red",
|
|
635
|
+
// }
|
|
636
|
+
// }
|
|
637
|
+
// },
|
|
638
|
+
// "featureProperty": "id"
|
|
639
|
+
// },
|
|
640
|
+
// "format": "feature"
|
|
641
|
+
// }
|
|
642
|
+
// }
|
|
643
|
+
// }
|
|
610
644
|
// remove borders from jsonform
|
|
611
645
|
await nextTick(() => {
|
|
612
646
|
injectJsonformCSS(jsonformEl.value);
|
package/core/client/eodash.js
CHANGED
|
@@ -10,14 +10,14 @@ import { reactive } from "vue";
|
|
|
10
10
|
export const eodash = reactive({
|
|
11
11
|
id: "demo",
|
|
12
12
|
stacEndpoint:
|
|
13
|
-
"https://esa-eodash.github.io/RACE-catalog/RACE/catalog.json",
|
|
13
|
+
// "https://esa-eodash.github.io/RACE-catalog/RACE/catalog.json",
|
|
14
14
|
// "https://gtif-cerulean.github.io/catalog/cerulean/catalog.json",
|
|
15
15
|
// "https://eodashcatalog.eox.at/samplecatalog/samples/catalog.json",
|
|
16
16
|
// "https://eodashcatalog.eox.at/test-style/trilateral/catalog.json",
|
|
17
17
|
// "https://gtif-cerulean.github.io/catalog/cerulean/catalog.json",
|
|
18
18
|
// "https://gtif-cerulean.github.io/deside-catalog/deside/catalog.json",
|
|
19
19
|
// "https://gtif-cerulean.github.io/cerulean-catalog/cerulean/catalog.json",
|
|
20
|
-
|
|
20
|
+
"https://gtif-austria.github.io/public-catalog/GTIF-Austria/catalog.json",
|
|
21
21
|
brand: {
|
|
22
22
|
noLayout: true,
|
|
23
23
|
name: "Demo",
|
|
@@ -103,12 +103,6 @@ export async function createLayersFromAssets(
|
|
|
103
103
|
layer.properties = { ...layer.properties, ...(extraProperties ?? {}) };
|
|
104
104
|
|
|
105
105
|
jsonArray.push(layer);
|
|
106
|
-
const layer2 = structuredClone(layer)
|
|
107
|
-
// temporary solution to avoid selection of the same layer
|
|
108
|
-
// to be removed
|
|
109
|
-
layer2.interactions = []
|
|
110
|
-
layer2.properties.id = layer2.properties.id + "_selection"
|
|
111
|
-
jsonArray.push(layer2)
|
|
112
106
|
} else if (assets[ast]?.type === "image/tiff") {
|
|
113
107
|
geoTIFFIdx = idx;
|
|
114
108
|
geoTIFFSources.push({
|
|
@@ -143,6 +137,7 @@ export async function createLayersFromAssets(
|
|
|
143
137
|
}),
|
|
144
138
|
},
|
|
145
139
|
...(!style?.variables && { style }),
|
|
140
|
+
interactions:[],
|
|
146
141
|
};
|
|
147
142
|
|
|
148
143
|
layer.properties = { ...layer.properties, ...(extraProperties ?? {}) };
|
package/core/client/types.ts
CHANGED
|
@@ -324,9 +324,9 @@ export declare const store: typeof import("@/store").default;
|
|
|
324
324
|
|
|
325
325
|
export * from "./main.js";
|
|
326
326
|
|
|
327
|
-
export type EodashStyleJson = import("ol/style/
|
|
327
|
+
export type EodashStyleJson = import("ol/style/flat").FlatStyleLike & {
|
|
328
328
|
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
329
329
|
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
330
|
-
jsonform?:
|
|
330
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
331
331
|
tooltip?: { id: string; title?: string; appendix?: string }[];
|
|
332
332
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createBlock, openBlock, withCtx, createElementVNode, normalizeStyle, unref, createElementBlock, createCommentVNode, Suspense, resolveDynamicComponent, mergeProps, Fragment, renderList, Transition } from 'vue';
|
|
2
2
|
import '@eox/layout';
|
|
3
|
-
import { _ as _export_sfc, F as useDefineTemplate } from './asWebComponent-
|
|
4
|
-
import { V as VMain } from './VMain-
|
|
3
|
+
import { _ as _export_sfc, F as useDefineTemplate } from './asWebComponent-Df8nUiLs.js';
|
|
4
|
+
import { V as VMain } from './VMain-eZDKIfmJ.js';
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = ["gap"];
|
|
7
7
|
const _hoisted_2 = ["id", "h", "w", "x", "y"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { withAsyncContext, ref, onMounted, onUnmounted,
|
|
2
|
-
import { $ as useSTAcStore } from './asWebComponent-
|
|
1
|
+
import { withAsyncContext, ref, onMounted, onUnmounted, createElementBlock, openBlock, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
|
|
2
|
+
import { $ as useSTAcStore } from './asWebComponent-Df8nUiLs.js';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = { class: "d-flex flex-column fill-height overflow-auto" };
|
|
5
5
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { resolveComponent, render, h, mergeProps, useCssVars, useTemplateRef, customRef,
|
|
1
|
+
import { resolveComponent, render, h, mergeProps, useCssVars, ref, useTemplateRef, customRef, computed, reactive, toRef, watch, onMounted, createElementBlock, openBlock, createVNode, unref, createSlots, withCtx, createElementVNode, withDirectives, createCommentVNode, createBlock, toHandlers } from 'vue';
|
|
2
2
|
import { DatePicker } from 'v-calendar';
|
|
3
|
-
import { E as isObject, Y as consoleError,
|
|
3
|
+
import { E as isObject, Y as consoleError, r as useDisplay, Z as datetime, $ as useSTAcStore, a0 as eodashCollections, a1 as collectionsPalette, a2 as makePanelTransparent, V as VBtn, v as VIcon } from './asWebComponent-Df8nUiLs.js';
|
|
4
4
|
import { mdiRayEndArrow, mdiRayStartArrow } from '@mdi/js';
|
|
5
5
|
import log from 'loglevel';
|
|
6
|
-
import { V as VTooltip } from './VTooltip-
|
|
6
|
+
import { V as VTooltip } from './VTooltip-BMsliOuh.js';
|
|
7
7
|
|
|
8
8
|
// Utilities
|
|
9
9
|
function useDirectiveComponent(component, props) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { computed, ref,
|
|
2
|
-
import {
|
|
1
|
+
import { computed, ref, createElementBlock, openBlock, mergeProps, unref, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
+
import { r as useDisplay, $ as useSTAcStore } from './asWebComponent-Df8nUiLs.js';
|
|
3
3
|
import '@eox/itemfilter';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = [".items"];
|
|
@@ -138,7 +138,7 @@ return (_ctx, _cache) => {
|
|
|
138
138
|
ref: eoxItemFilter,
|
|
139
139
|
style: {"overflow":"auto","--background-color":"none"},
|
|
140
140
|
onSelect: onSelect,
|
|
141
|
-
".items": unref(store).stac?.filter((item) => item.rel ===
|
|
141
|
+
".items": unref(store).stac?.filter((item) => item.rel === 'child')
|
|
142
142
|
}), [
|
|
143
143
|
createElementVNode("h4", _hoisted_2, toDisplayString(__props.filtersTitle), 1 /* TEXT */),
|
|
144
144
|
createElementVNode("h4", _hoisted_3, toDisplayString(__props.resultsTitle), 1 /* TEXT */)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { computed, ref, openBlock,
|
|
1
|
+
import { computed, ref, createElementBlock, openBlock, createCommentVNode, mergeProps, unref } from 'vue';
|
|
2
2
|
import '@eox/layercontrol';
|
|
3
3
|
import '@eox/jsonform';
|
|
4
4
|
import '@eox/timecontrol';
|
|
5
5
|
import 'color-legend-element';
|
|
6
|
-
import { $ as useSTAcStore, a3 as mapCompareEl, a4 as mapEl, a5 as eodashCompareCollections, a0 as eodashCollections, a6 as layerControlFormValue, a7 as getColFromLayer } from './asWebComponent-
|
|
6
|
+
import { $ as useSTAcStore, a3 as mapCompareEl, a4 as mapEl, a5 as eodashCompareCollections, a0 as eodashCollections, a6 as layerControlFormValue, a7 as getColFromLayer } from './asWebComponent-Df8nUiLs.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
|
-
import { ref,
|
|
2
|
-
import { a2 as makePanelTransparent,
|
|
1
|
+
import { ref, createElementBlock, openBlock, createVNode, withCtx, mergeProps } from 'vue';
|
|
2
|
+
import { a2 as makePanelTransparent, v as VIcon, al as activeTemplate } from './asWebComponent-Df8nUiLs.js';
|
|
3
3
|
import { mdiViewDashboard } from '@mdi/js';
|
|
4
|
-
import { V as VTooltip } from './VTooltip-
|
|
4
|
+
import { V as VTooltip } from './VTooltip-BMsliOuh.js';
|
|
5
5
|
|
|
6
6
|
const _sfc_main = {
|
|
7
7
|
__name: 'EodashLayoutSwitcher',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { onMounted, onUnmounted, watch, nextTick, ref, toRaw, computed,
|
|
1
|
+
import { onMounted, onUnmounted, watch, nextTick, ref, toRaw, computed, createElementBlock, openBlock, createElementVNode, unref, normalizeStyle } from 'vue';
|
|
2
2
|
import '@eox/map';
|
|
3
3
|
import '@eox/map/src/plugins/advancedLayersAndSources';
|
|
4
|
-
import { a8 as eoxLayersKey, $ as useSTAcStore, a9 as setMapProjFromCol, aa as posIsSetFromUrl, ab as useOnLayersUpdate, ac as EodashCollection, ad as mapPosition, a4 as mapEl, a3 as mapCompareEl, Z as datetime, a0 as eodashCollections,
|
|
4
|
+
import { a8 as eoxLayersKey, $ as useSTAcStore, a9 as setMapProjFromCol, aa as posIsSetFromUrl, ab as useOnLayersUpdate, ac as EodashCollection, ad as mapPosition, a4 as mapEl, a3 as mapCompareEl, Z as datetime, a0 as eodashCollections, a6 as layerControlFormValue, a5 as eodashCompareCollections } from './asWebComponent-Df8nUiLs.js';
|
|
5
5
|
import { storeToRefs } from 'pinia';
|
|
6
6
|
import log from 'loglevel';
|
|
7
7
|
import { useEventBus } from '@vueuse/core';
|
|
@@ -573,7 +573,12 @@ return (_ctx, _cache) => {
|
|
|
573
573
|
ref_key: "compareMap",
|
|
574
574
|
ref: compareMap,
|
|
575
575
|
".layers": eoxMapCompareLayers.value
|
|
576
|
-
},
|
|
576
|
+
}, [
|
|
577
|
+
createElementVNode("eox-map-tooltip", {
|
|
578
|
+
style: normalizeStyle(tooltipStyles.value),
|
|
579
|
+
".propertyTransform": tooltipPropertyTransform
|
|
580
|
+
}, null, 36 /* STYLE, NEED_HYDRATION */)
|
|
581
|
+
], 40 /* PROPS, NEED_HYDRATION */, _hoisted_3)
|
|
577
582
|
], 40 /* PROPS, NEED_HYDRATION */, _hoisted_1))
|
|
578
583
|
}
|
|
579
584
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { computed, ref,
|
|
2
|
-
import { _ as _export_sfc,
|
|
1
|
+
import { computed, ref, createElementBlock, openBlock, createBlock, createCommentVNode, createVNode, unref, withCtx } from 'vue';
|
|
2
|
+
import { _ as _export_sfc, r as useDisplay, a2 as makePanelTransparent, V as VBtn, ae as availableMapProjection, af as changeMapProjection, ag as setActiveTemplate } from './asWebComponent-Df8nUiLs.js';
|
|
3
3
|
import { mdiMapPlus, mdiEarthBox, mdiCompare } from '@mdi/js';
|
|
4
|
-
import ExportState from './ExportState-
|
|
5
|
-
import _sfc_main$1 from './PopUp-
|
|
6
|
-
import _sfc_main$2 from './EodashItemFilter-
|
|
4
|
+
import ExportState from './ExportState-Ckcb6u01.js';
|
|
5
|
+
import _sfc_main$1 from './PopUp-D3IyjsN4.js';
|
|
6
|
+
import _sfc_main$2 from './EodashItemFilter-127fZLyK.js';
|
|
7
7
|
|
|
8
8
|
const _sfc_main = {
|
|
9
9
|
__name: 'EodashMapBtns',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { createVNode, watch, onMounted,
|
|
1
|
+
import { createVNode, nextTick, watch, onMounted, ref, useTemplateRef, computed, createElementBlock, openBlock, createCommentVNode, normalizeStyle, toRaw, withCtx, createElementVNode, createBlock, createTextVNode } from 'vue';
|
|
2
2
|
import '@eox/chart';
|
|
3
3
|
import '@eox/drawtools';
|
|
4
4
|
import '@eox/jsonform';
|
|
5
|
-
import {
|
|
5
|
+
import { g as genericComponent, p as propsFactory, c as useRtl, H as useDimension, a as useRender, h as makeTagProps, J as makeDimensionProps, i as makeComponentProps, ah as axios, ai as getLayers, a4 as mapEl, aj as extractLayerConfig, a8 as eoxLayersKey, $ as useSTAcStore, ab as useOnLayersUpdate, V as VBtn } from './asWebComponent-Df8nUiLs.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';
|
|
@@ -427,7 +427,7 @@ async function getChartValues(links, jsonformValue, specUrl) {
|
|
|
427
427
|
for (const link of dataLinks ?? []) {
|
|
428
428
|
if (link.type && ["application/json", "text/csv"].includes(link.type)) {
|
|
429
429
|
const dataUrl = mustache.render(link.href, {
|
|
430
|
-
...(jsonformValue),
|
|
430
|
+
...(jsonformValue ?? {}),
|
|
431
431
|
...(link["eox:flatstyle"] ?? {}),
|
|
432
432
|
});
|
|
433
433
|
// Wait for data to be retrieved
|
|
@@ -442,7 +442,7 @@ async function getChartValues(links, jsonformValue, specUrl) {
|
|
|
442
442
|
dataValues[/** @type {string} */ (link.id)] = await axios
|
|
443
443
|
.get(
|
|
444
444
|
mustache.render(link.href, {
|
|
445
|
-
...(jsonformValue),
|
|
445
|
+
...(jsonformValue ?? {}),
|
|
446
446
|
...(link["eox:flatstyle"] ?? {}),
|
|
447
447
|
}),
|
|
448
448
|
)
|
|
@@ -472,6 +472,9 @@ async function handleProcesses({
|
|
|
472
472
|
isPolling,
|
|
473
473
|
processResults,
|
|
474
474
|
}) {
|
|
475
|
+
if (!jsonformEl.value || !jsonformSchema.value || !selectedStac.value) {
|
|
476
|
+
return;
|
|
477
|
+
}
|
|
475
478
|
log.debug("Processing...");
|
|
476
479
|
loading.value = true;
|
|
477
480
|
try {
|
|
@@ -641,6 +644,37 @@ async function initProcess({
|
|
|
641
644
|
//@ts-expect-error eodash extention
|
|
642
645
|
.get(selectedStac.value["eodash:jsonform"])
|
|
643
646
|
.then((resp) => resp.data);
|
|
647
|
+
// jsonformSchema.value = {
|
|
648
|
+
// "options": {
|
|
649
|
+
// "execute": true
|
|
650
|
+
// },
|
|
651
|
+
// "type": "object",
|
|
652
|
+
// "properties": {
|
|
653
|
+
// "feature": {
|
|
654
|
+
// "type": "string",
|
|
655
|
+
// "title": "Select feature on map",
|
|
656
|
+
// "options": {
|
|
657
|
+
// drawtools:{
|
|
658
|
+
// "for": "eox-map#main",
|
|
659
|
+
// "layerId": "geodb-collection",
|
|
660
|
+
// featureStyles:{
|
|
661
|
+
// /** @type {import("ol/")} */
|
|
662
|
+
// layer: {
|
|
663
|
+
|
|
664
|
+
// },
|
|
665
|
+
// // hover:{},
|
|
666
|
+
// click:{
|
|
667
|
+
// "stroke-width": 2,
|
|
668
|
+
// "stroke-color": "red",
|
|
669
|
+
// }
|
|
670
|
+
// }
|
|
671
|
+
// },
|
|
672
|
+
// "featureProperty": "id"
|
|
673
|
+
// },
|
|
674
|
+
// "format": "feature"
|
|
675
|
+
// }
|
|
676
|
+
// }
|
|
677
|
+
// }
|
|
644
678
|
// remove borders from jsonform
|
|
645
679
|
await nextTick(() => {
|
|
646
680
|
injectJsonformCSS(jsonformEl.value);
|
|
@@ -783,7 +817,6 @@ const startProcess = async () => {
|
|
|
783
817
|
loading,
|
|
784
818
|
//@ts-expect-error TODO
|
|
785
819
|
selectedStac,
|
|
786
|
-
isProcessed,
|
|
787
820
|
isPolling,
|
|
788
821
|
processResults,
|
|
789
822
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode, unref } from 'vue';
|
|
2
2
|
import '@eox/stacinfo';
|
|
3
|
-
import { ak as currentUrl } from './asWebComponent-
|
|
3
|
+
import { ak as currentUrl } from './asWebComponent-Df8nUiLs.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
|
-
import { ref, computed,
|
|
2
|
-
import _sfc_main$2 from './PopUp-
|
|
3
|
-
import _sfc_main$3 from './EodashItemFilter-
|
|
4
|
-
import _sfc_main$1 from './EodashLayoutSwitcher-
|
|
1
|
+
import { ref, computed, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, unref, withCtx, mergeProps } from 'vue';
|
|
2
|
+
import _sfc_main$2 from './PopUp-D3IyjsN4.js';
|
|
3
|
+
import _sfc_main$3 from './EodashItemFilter-127fZLyK.js';
|
|
4
|
+
import _sfc_main$1 from './EodashLayoutSwitcher-DwexHfOD.js';
|
|
5
5
|
import { mdiViewDashboard, mdiPlus } from '@mdi/js';
|
|
6
|
-
import {
|
|
6
|
+
import { r as useDisplay, a2 as makePanelTransparent, V as VBtn } from './asWebComponent-Df8nUiLs.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
|
-
import { createVNode, Fragment, computed, withDirectives, mergeProps, resolveDirective, toRef, mergeModels, useModel, ref,
|
|
1
|
+
import { createVNode, Fragment, computed, withDirectives, mergeProps, resolveDirective, toRef, mergeModels, useModel, ref, createBlock, openBlock, 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-
|
|
4
|
-
import { an as createSimpleFunctional, g as genericComponent,
|
|
5
|
-
import { a as VExpandTransition } from './index-
|
|
6
|
-
import { V as VImg } from './VImg-
|
|
3
|
+
import _sfc_main$1 from './PopUp-D3IyjsN4.js';
|
|
4
|
+
import { an as createSimpleFunctional, g as genericComponent, i as makeComponentProps, C as provideDefaults, a as useRender, p as propsFactory, h as makeTagProps, b as provideTheme, K as useBorder, ao as useVariant, A as useDensity, M as useRounded, ap as useSize, aq as genOverlays, v as VIcon, N as VDefaultsProvider, ar as makeVariantProps, f as makeThemeProps, as as makeSizeProps, O as makeRoundedProps, D as makeDensityProps, Q as makeBorderProps, y as IconValue, at as Ripple, H as useDimension, L as useElevation, au as useLoader, av as useLocation, aw as usePosition, ax as useLink, ay as makeRouterProps, az as makePositionProps, aA as makeLocationProps, aB as makeLoaderProps, P as makeElevationProps, J as makeDimensionProps, aC as LoaderSlot, u as useTextColor, q as convertToUnit, _ as _export_sfc, aD as removeUnneededProperties, aE as VRow, aF as VCol, aG as copyToClipBoard, V as VBtn, ai as getLayers, ad as mapPosition, ae as availableMapProjection } from './asWebComponent-Df8nUiLs.js';
|
|
5
|
+
import { a as VExpandTransition } from './index-Bt5GEGxl.js';
|
|
6
|
+
import { V as VImg } from './VImg-BmCNSu3X.js';
|
|
7
7
|
|
|
8
8
|
// Styles
|
|
9
9
|
const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ref, toRef, shallowRef, computed,
|
|
2
|
-
import {
|
|
1
|
+
import { ref, toRef, shallowRef, computed, watchEffect, createVNode, inject, createBlock, openBlock, unref, withCtx, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
+
import { g as genericComponent, p as propsFactory, b as provideTheme, B as useBackgroundColor, K as useBorder, L as useElevation, M as useRounded, s as useResizeObserver, T as useToggleScope, U as useLayoutItem, a as useRender, q as convertToUnit, f as makeThemeProps, h as makeTagProps, O as makeRoundedProps, W as makeLayoutItemProps, P as makeElevationProps, i as makeComponentProps, Q as makeBorderProps, _ as _export_sfc, X as eodashKey, r as useDisplay } from './asWebComponent-Df8nUiLs.js';
|
|
3
3
|
|
|
4
4
|
const makeVFooterProps = propsFactory({
|
|
5
5
|
app: Boolean,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { createVNode, toRef, shallowRef, computed, ref, watch, onMounted, onBeforeUnmount,
|
|
2
|
-
import { p as propsFactory,
|
|
3
|
-
import { a as VExpandTransition } from './index-
|
|
4
|
-
import { V as VImg } from './VImg-
|
|
1
|
+
import { createVNode, toRef, shallowRef, computed, ref, watch, onMounted, onBeforeUnmount, watchEffect, mergeProps, inject, createBlock, openBlock, withCtx, createTextVNode, toDisplayString, unref } from 'vue';
|
|
2
|
+
import { p as propsFactory, g as genericComponent, h as makeTagProps, i as makeComponentProps, a as useRender, B as useBackgroundColor, K as useBorder, L as useElevation, M as useRounded, b as provideTheme, c as useRtl, C as provideDefaults, N as VDefaultsProvider, q as convertToUnit, f as makeThemeProps, O as makeRoundedProps, P as makeElevationProps, Q as makeBorderProps, R as clamp, S as consoleWarn, j as useProxiedModel, T as useToggleScope, U as useLayoutItem, W as makeLayoutItemProps, _ as _export_sfc, X as eodashKey } from './asWebComponent-Df8nUiLs.js';
|
|
3
|
+
import { a as VExpandTransition } from './index-Bt5GEGxl.js';
|
|
4
|
+
import { V as VImg } from './VImg-BmCNSu3X.js';
|
|
5
5
|
import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
|
|
6
6
|
|
|
7
7
|
const makeVToolbarTitleProps = propsFactory({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ref, computed, createVNode, mergeProps, Fragment, shallowRef, watch, provide, withDirectives, resolveDirective, inject, vShow, nextTick, toRef, useCssVars, onMounted,
|
|
2
|
-
import { k as keys,
|
|
3
|
-
import { V as VMain } from './VMain-
|
|
4
|
-
import { f as forwardRefs, a as animate, s as standardEasing,
|
|
1
|
+
import { ref, computed, createVNode, mergeProps, Fragment, shallowRef, watch, provide, withDirectives, resolveDirective, inject, vShow, nextTick, toRef, useCssVars, onMounted, createBlock, openBlock, withCtx, createElementBlock, Suspense, createCommentVNode, unref, resolveDynamicComponent, renderList, createElementVNode, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
+
import { k as keys, g as genericComponent, p as propsFactory, u as useTextColor, a as useRender, V as VBtn, o as omit, m as makeVBtnProps, b as provideTheme, c as useRtl, d as useLocale, e as useGroup, f as makeThemeProps, h as makeTagProps, i as makeComponentProps, j as useProxiedModel, l as useGroupItem, n as makeGroupItemProps, q as convertToUnit, r as useDisplay, s as useResizeObserver, t as useGoTo, I as IN_BROWSER, v as VIcon, w as makeGroupProps, x as makeDisplayProps, y as IconValue, z as focusableChildren, A as useDensity, B as useBackgroundColor, C as provideDefaults, D as makeDensityProps, E as isObject, _ as _export_sfc, F as useDefineTemplate, G as useLayout } from './asWebComponent-Df8nUiLs.js';
|
|
3
|
+
import { V as VMain } from './VMain-eZDKIfmJ.js';
|
|
4
|
+
import { f as forwardRefs, a as animate, s as standardEasing, u as useLazy, m as makeLazyProps, b as useScopeId } from './forwardRefs-lhDuXD-N.js';
|
|
5
5
|
import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
|
|
6
|
-
import { M as MaybeTransition } from './transition-
|
|
7
|
-
import { V as VFadeTransition } from './index-
|
|
6
|
+
import { M as MaybeTransition } from './transition-DHEuQX4I.js';
|
|
7
|
+
import { V as VFadeTransition } from './index-Bt5GEGxl.js';
|
|
8
8
|
|
|
9
9
|
// Utilities
|
|
10
10
|
const handleGesture = wrapper => {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { createVNode, Transition, mergeProps, ref, onBeforeUnmount, watch, nextTick, toRef, mergeModels, useModel,
|
|
2
|
-
import { g as genericComponent, p as propsFactory, j as useProxiedModel,
|
|
3
|
-
import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-
|
|
4
|
-
import { a as animate,
|
|
1
|
+
import { createVNode, Transition, mergeProps, ref, onBeforeUnmount, watch, nextTick, toRef, mergeModels, useModel, createElementBlock, openBlock, withCtx, createBlock, createCommentVNode, resolveDynamicComponent, unref, renderSlot } from 'vue';
|
|
2
|
+
import { g as genericComponent, p as propsFactory, j as useProxiedModel, I as IN_BROWSER, a as useRender, z as focusableChildren, N as VDefaultsProvider, b as provideTheme, B as useBackgroundColor, K as useBorder, H as useDimension, L as useElevation, av as useLocation, aw as usePosition, M as useRounded, f as makeThemeProps, h as makeTagProps, O as makeRoundedProps, az as makePositionProps, aA as makeLocationProps, P as makeElevationProps, J as makeDimensionProps, i as makeComponentProps, Q as makeBorderProps, aJ as useDefineWidgets } from './asWebComponent-Df8nUiLs.js';
|
|
3
|
+
import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-BS-E4Z6g.js';
|
|
4
|
+
import { a as animate, g as getTargetBox, n as nullifyTransforms, c as acceleratedEasing, d as deceleratedEasing, s as standardEasing, b as useScopeId, f as forwardRefs } from './forwardRefs-lhDuXD-N.js';
|
|
5
5
|
|
|
6
|
+
// Utilities
|
|
6
7
|
const makeVDialogTransitionProps = propsFactory({
|
|
7
8
|
target: [Object, Array]
|
|
8
9
|
}, 'v-dialog-transition');
|
|
@@ -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 { aH as SUPPORTS_INTERSECTION,
|
|
3
|
-
import { m as makeTransitionProps, M as MaybeTransition } from './transition-
|
|
2
|
+
import { aH as SUPPORTS_INTERSECTION, g as genericComponent, p as propsFactory, H as useDimension, a as useRender, J as makeDimensionProps, i as makeComponentProps, B as useBackgroundColor, M as useRounded, aI as getCurrentInstance, q as convertToUnit, O as makeRoundedProps } from './asWebComponent-Df8nUiLs.js';
|
|
3
|
+
import { m as makeTransitionProps, M as MaybeTransition } from './transition-DHEuQX4I.js';
|
|
4
4
|
|
|
5
5
|
// Utilities
|
|
6
6
|
function mounted(el, binding) {
|
|
@@ -266,10 +266,10 @@ const VImg = genericComponent()({
|
|
|
266
266
|
"style": {
|
|
267
267
|
objectPosition: props.position
|
|
268
268
|
},
|
|
269
|
+
"crossorigin": props.crossorigin,
|
|
269
270
|
"src": normalisedSrc.value.src,
|
|
270
271
|
"srcset": normalisedSrc.value.srcset,
|
|
271
272
|
"alt": props.alt,
|
|
272
|
-
"crossorigin": props.crossorigin,
|
|
273
273
|
"referrerpolicy": props.referrerpolicy,
|
|
274
274
|
"draggable": props.draggable,
|
|
275
275
|
"sizes": props.sizes,
|
|
@@ -295,9 +295,9 @@ const VImg = genericComponent()({
|
|
|
295
295
|
"style": {
|
|
296
296
|
objectPosition: props.position
|
|
297
297
|
},
|
|
298
|
+
"crossorigin": props.crossorigin,
|
|
298
299
|
"src": normalisedSrc.value.lazySrc,
|
|
299
300
|
"alt": props.alt,
|
|
300
|
-
"crossorigin": props.crossorigin,
|
|
301
301
|
"referrerpolicy": props.referrerpolicy,
|
|
302
302
|
"draggable": props.draggable
|
|
303
303
|
}, null)]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createVNode } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { g as genericComponent, p as propsFactory, H as useDimension, G as useLayout, a as useRender, h as makeTagProps, J as makeDimensionProps, i as makeComponentProps } from './asWebComponent-Df8nUiLs.js';
|
|
3
3
|
import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
|
|
4
4
|
|
|
5
5
|
const makeVMainProps = propsFactory({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { aK as isOn, aL as eventName, p as propsFactory,
|
|
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-
|
|
4
|
-
import { m as makeTransitionProps, M as MaybeTransition } from './transition-
|
|
1
|
+
import { computed, watch, onScopeDispose, nextTick, ref, watchEffect, effectScope, inject, mergeProps, shallowRef, onMounted, reactive, provide, toRaw, readonly, warn, toRef, onBeforeUnmount, createVNode, Fragment, Teleport, withDirectives, vShow, resolveDirective, Transition } from 'vue';
|
|
2
|
+
import { aK as isOn, aL as eventName, p as propsFactory, aM as destructComputed, aN as parseAnchor, aO as flipSide, aP as flipAlign, aQ as flipCorner, Y as consoleError, aR as getAxis, q as convertToUnit, R as clamp, I as IN_BROWSER, T as useToggleScope, aS as defer, aI as getCurrentInstance, aT as templateRef, aU as matchesSelector, r as useDisplay, f as makeThemeProps, J as makeDimensionProps, i as makeComponentProps, g as genericComponent, j as useProxiedModel, b as provideTheme, c as useRtl, B as useBackgroundColor, H as useDimension, aV as useRouter, aW as useBackButton, a as useRender } from './asWebComponent-Df8nUiLs.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-lhDuXD-N.js';
|
|
4
|
+
import { m as makeTransitionProps, M as MaybeTransition } from './transition-DHEuQX4I.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-
|
|
3
|
-
import { b as useScopeId, f as forwardRefs } from './forwardRefs-
|
|
4
|
-
import {
|
|
2
|
+
import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-BS-E4Z6g.js';
|
|
3
|
+
import { b as useScopeId, f as forwardRefs } from './forwardRefs-lhDuXD-N.js';
|
|
4
|
+
import { g as genericComponent, p as propsFactory, j as useProxiedModel, am as getUid, a as useRender, o as omit } from './asWebComponent-Df8nUiLs.js';
|
|
5
5
|
|
|
6
6
|
const makeVTooltipProps = propsFactory({
|
|
7
7
|
id: String,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ref, onMounted, nextTick,
|
|
2
|
-
import { aJ as useDefineWidgets, G as useLayout } from './asWebComponent-
|
|
1
|
+
import { ref, onMounted, nextTick, createElementBlock, openBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, normalizeStyle, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
|
|
2
|
+
import { aJ as useDefineWidgets, G as useLayout } from './asWebComponent-Df8nUiLs.js';
|
|
3
3
|
import 'animated-details';
|
|
4
4
|
|
|
5
5
|
const _sfc_main = {
|