@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.
Files changed (43) hide show
  1. package/core/client/composables/EodashMap.js +0 -1
  2. package/core/client/composables/EodashProcess.js +34 -0
  3. package/core/client/eodash.js +2 -2
  4. package/core/client/eodashSTAC/createLayers.js +1 -6
  5. package/core/client/types.ts +2 -2
  6. package/dist/client/{DashboardLayout-Reny_s87.js → DashboardLayout-BX3Sm_Vx.js} +3 -3
  7. package/dist/client/{DynamicWebComponent-DQPKIscC.js → DynamicWebComponent-BqoHM1np.js} +2 -2
  8. package/dist/client/{EodashDatePicker-E5GjnQQ2.js → EodashDatePicker-BoWV2vc8.js} +3 -3
  9. package/dist/client/{EodashItemFilter-DN77Uqgg.js → EodashItemFilter-127fZLyK.js} +3 -3
  10. package/dist/client/{EodashLayerControl-DduVhg2O.js → EodashLayerControl-B-pZaizw.js} +2 -2
  11. package/dist/client/{EodashLayoutSwitcher-CeNnYuaC.js → EodashLayoutSwitcher-DwexHfOD.js} +3 -3
  12. package/dist/client/{EodashMap-C3bgcNJk.js → EodashMap-BSR7_wRA.js} +8 -3
  13. package/dist/client/{EodashMapBtns-B73UApEn.js → EodashMapBtns-Jfn3bpWD.js} +5 -5
  14. package/dist/client/{EodashProcess-IQPnj17j.js → EodashProcess-CpbZPYBp.js} +38 -5
  15. package/dist/client/{EodashStacInfo-CeZqI75-.js → EodashStacInfo-STq_bW7S.js} +2 -2
  16. package/dist/client/{EodashTools-CAE604ZJ.js → EodashTools-uxSuJhVJ.js} +5 -5
  17. package/dist/client/{ExportState-DXw8Dwvk.js → ExportState-Ckcb6u01.js} +5 -5
  18. package/dist/client/{Footer-Bl9tQTyj.js → Footer-C8JP-coH.js} +2 -2
  19. package/dist/client/{Header-qH_kBs-u.js → Header-Dxx7q9FW.js} +4 -4
  20. package/dist/client/{IframeWrapper-BgM9aU8f.js → IframeWrapper-XzQDZy0T.js} +1 -1
  21. package/dist/client/{MobileLayout-Du5n5XyY.js → MobileLayout-BE19Peep.js} +6 -6
  22. package/dist/client/{PopUp-B12NWJHU.js → PopUp-D3IyjsN4.js} +5 -4
  23. package/dist/client/{VImg-CjsuV4n9.js → VImg-BmCNSu3X.js} +4 -4
  24. package/dist/client/{VMain-B11EjLm6.js → VMain-eZDKIfmJ.js} +1 -1
  25. package/dist/client/{VOverlay-CLR2s8AQ.js → VOverlay-BS-E4Z6g.js} +4 -4
  26. package/dist/client/{VTooltip-DqyE5_aG.js → VTooltip-BMsliOuh.js} +3 -3
  27. package/dist/client/{WidgetsContainer-YI9ZycgC.js → WidgetsContainer-Cl6M5R5c.js} +2 -2
  28. package/dist/client/{asWebComponent-DBkwthjq.js → asWebComponent-Df8nUiLs.js} +156 -154
  29. package/dist/client/eo-dash.css +1 -1
  30. package/dist/client/eo-dash.js +1 -1
  31. package/dist/client/{forwardRefs-BTYtR3pq.js → forwardRefs-lhDuXD-N.js} +1 -1
  32. package/dist/client/{index-BhfdO0rU.js → index-Bt5GEGxl.js} +3 -1
  33. package/dist/client/{transition-B79onGGb.js → transition-DHEuQX4I.js} +2 -2
  34. package/dist/node/cli.js +2 -2
  35. package/dist/types/core/client/components/MobileLayout.vue.d.ts +254 -241
  36. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +1 -0
  37. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +1 -0
  38. package/dist/types/core/client/eodashSTAC/helpers.d.ts +363 -52
  39. package/dist/types/core/client/types.d.ts +2 -2
  40. package/package.json +23 -22
  41. package/widgets/EodashItemFilter.vue +1 -1
  42. package/widgets/EodashMap.vue +6 -1
  43. package/widgets/EodashProcess.vue +3 -0
@@ -377,4 +377,3 @@ export const useUpdateTooltipProperties = (eodashCols, tooltipProperties) => {
377
377
  log.debug("Updated tooltip properties", tooltipProperties.value);
378
378
  });
379
379
  };
380
-
@@ -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);
@@ -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
- // "https://gtif-austria.github.io/public-catalog/GTIF-Austria/catalog.json",
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 ?? {}) };
@@ -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/webgl.js").WebGLStyle & {
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?: Record<string, any>;
330
+ jsonform?: import("json-schema").JSONSchema7;
331
331
  tooltip?: { id: string; title?: string; appendix?: string }[];
332
332
  };
@@ -1,7 +1,7 @@
1
- import { openBlock, createBlock, withCtx, createElementVNode, unref, normalizeStyle, createElementBlock, Suspense, resolveDynamicComponent, mergeProps, createCommentVNode, Fragment, renderList, Transition } from 'vue';
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-DBkwthjq.js';
4
- import { V as VMain } from './VMain-B11EjLm6.js';
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, openBlock, createElementBlock, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
2
- import { $ as useSTAcStore } from './asWebComponent-DBkwthjq.js';
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, ref, computed, reactive, toRef, watch, onMounted, openBlock, createElementBlock, createVNode, unref, createSlots, withCtx, createElementVNode, withDirectives, createBlock, createCommentVNode, toHandlers } from 'vue';
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, t as useDisplay, Z as datetime, $ as useSTAcStore, a0 as eodashCollections, a1 as collectionsPalette, a2 as makePanelTransparent, V as VBtn, y as VIcon } from './asWebComponent-DBkwthjq.js';
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-DqyE5_aG.js';
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, openBlock, createElementBlock, mergeProps, unref, createElementVNode, toDisplayString } from 'vue';
2
- import { t as useDisplay, $ as useSTAcStore } from './asWebComponent-DBkwthjq.js';
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 === "child")
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, createElementBlock, mergeProps, unref, createCommentVNode } from 'vue';
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-DBkwthjq.js';
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, openBlock, createElementBlock, createVNode, withCtx, mergeProps } from 'vue';
2
- import { a2 as makePanelTransparent, y as VIcon, al as activeTemplate } from './asWebComponent-DBkwthjq.js';
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-DqyE5_aG.js';
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, openBlock, createElementBlock, createElementVNode, unref, normalizeStyle } from 'vue';
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, a5 as eodashCompareCollections, a6 as layerControlFormValue } from './asWebComponent-DBkwthjq.js';
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
- }, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_3)
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, openBlock, createElementBlock, createBlock, unref, createCommentVNode, createVNode, withCtx } from 'vue';
2
- import { _ as _export_sfc, t as useDisplay, a2 as makePanelTransparent, V as VBtn, ae as availableMapProjection, af as changeMapProjection, ag as setActiveTemplate } from './asWebComponent-DBkwthjq.js';
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-DXw8Dwvk.js';
5
- import _sfc_main$1 from './PopUp-B12NWJHU.js';
6
- import _sfc_main$2 from './EodashItemFilter-DN77Uqgg.js';
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, nextTick, ref, useTemplateRef, computed, openBlock, createElementBlock, createCommentVNode, toRaw, normalizeStyle, withCtx, createElementVNode, createBlock, createTextVNode } from 'vue';
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 { p as propsFactory, b as makeComponentProps, H as makeDimensionProps, c as makeTagProps, g as genericComponent, f as useRtl, J as useDimension, a as useRender, 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-DBkwthjq.js';
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 { openBlock, createElementBlock, createElementVNode, unref } from 'vue';
1
+ import { createElementBlock, openBlock, createElementVNode, unref } from 'vue';
2
2
  import '@eox/stacinfo';
3
- import { ak as currentUrl } from './asWebComponent-DBkwthjq.js';
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, openBlock, createElementBlock, createElementVNode, createBlock, unref, createCommentVNode, createVNode, withCtx, mergeProps } from 'vue';
2
- import _sfc_main$2 from './PopUp-B12NWJHU.js';
3
- import _sfc_main$3 from './EodashItemFilter-DN77Uqgg.js';
4
- import _sfc_main$1 from './EodashLayoutSwitcher-CeNnYuaC.js';
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 { t as useDisplay, a2 as makePanelTransparent, V as VBtn } from './asWebComponent-DBkwthjq.js';
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, openBlock, createBlock, withCtx, createElementVNode, createTextVNode, toDisplayString, unref, createElementBlock, createCommentVNode, renderList } from 'vue';
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-B12NWJHU.js';
4
- import { an 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, ao as makeSizeProps, d as makeThemeProps, ap as makeVariantProps, e as provideTheme, N as useBorder, aq as useVariant, B as useDensity, P as useRounded, ar as useSize, y as VIcon, Q as VDefaultsProvider, as as genOverlays, H as makeDimensionProps, L as makeElevationProps, at as makeLoaderProps, au as makeLocationProps, av as makePositionProps, aw as makeRouterProps, ax as Ripple, J as useDimension, O as useElevation, ay as useLoader, az as useLocation, aA as usePosition, aB as useLink, aC as LoaderSlot, u as useTextColor, q as convertToUnit, _ as _export_sfc, ai as getLayers, aD as removeUnneededProperties, aE as VRow, aF as VCol, V as VBtn, aG as copyToClipBoard, ad as mapPosition, ae as availableMapProjection } from './asWebComponent-DBkwthjq.js';
5
- import { a as VExpandTransition } from './index-BhfdO0rU.js';
6
- import { V as VImg } from './VImg-CjsuV4n9.js';
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, createVNode, watchEffect, inject, openBlock, createBlock, unref, withCtx, createElementVNode, toDisplayString } 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-DBkwthjq.js';
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, 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-DBkwthjq.js';
3
- import { a as VExpandTransition } from './index-BhfdO0rU.js';
4
- import { V as VImg } from './VImg-CjsuV4n9.js';
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,4 +1,4 @@
1
- import { openBlock, createElementBlock } from 'vue';
1
+ import { createElementBlock, openBlock } from 'vue';
2
2
 
3
3
  const _hoisted_1 = ["src"];
4
4
 
@@ -1,10 +1,10 @@
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-DBkwthjq.js';
3
- import { V as VMain } from './VMain-B11EjLm6.js';
4
- import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-BTYtR3pq.js';
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-B79onGGb.js';
7
- import { V as VFadeTransition } from './index-BhfdO0rU.js';
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, 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, au as makeLocationProps, av 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, az as useLocation, aA as usePosition, P as useRounded, aJ as useDefineWidgets } from './asWebComponent-DBkwthjq.js';
3
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-CLR2s8AQ.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-BTYtR3pq.js';
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, 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, aI as getCurrentInstance, q as convertToUnit } from './asWebComponent-DBkwthjq.js';
3
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-B79onGGb.js';
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 { 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-DBkwthjq.js';
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 { 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 { aK as isOn, aL as eventName, p as propsFactory, x as IN_BROWSER, U as useToggleScope, 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, aS as defer, aI as getCurrentInstance, aT as templateRef, aU 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, aV as useRouter, a as useRender, aW as useBackButton } from './asWebComponent-DBkwthjq.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-BTYtR3pq.js';
4
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-B79onGGb.js';
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-CLR2s8AQ.js';
3
- import { b as useScopeId, f as forwardRefs } from './forwardRefs-BTYtR3pq.js';
4
- import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, am as getUid, a as useRender } from './asWebComponent-DBkwthjq.js';
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, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, normalizeStyle, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
2
- import { aJ as useDefineWidgets, G as useLayout } from './asWebComponent-DBkwthjq.js';
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 = {