@eodash/eodash 5.0.0-rc.2.2 → 5.0.0-rc.2.4

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 (53) hide show
  1. package/core/client/components/EodashOverlay.vue +56 -0
  2. package/core/client/components/Footer.vue +1 -15
  3. package/core/client/composables/EodashProcess.js +4 -0
  4. package/core/client/eodash.js +4 -7
  5. package/core/client/eodashSTAC/EodashCollection.js +62 -31
  6. package/core/client/eodashSTAC/createLayers.js +15 -2
  7. package/core/client/eodashSTAC/helpers.js +1 -2
  8. package/core/client/types.ts +1 -1
  9. package/core/client/utils/states.js +43 -0
  10. package/core/client/views/Dashboard.vue +4 -1
  11. package/core/client/vite-env.d.ts +13 -0
  12. package/dist/client/{DashboardLayout-ByVMURpM.js → DashboardLayout-D1UcB3RV.js} +3 -3
  13. package/dist/client/{DynamicWebComponent-BRQQ5AXV.js → DynamicWebComponent-DtZ_mHL9.js} +2 -2
  14. package/dist/client/{EodashDatePicker-DyLo_JUC.js → EodashDatePicker-CYU0MZX5.js} +3 -3
  15. package/dist/client/{EodashItemFilter-BR572AaH.js → EodashItemFilter-SE9oW3oZ.js} +3 -3
  16. package/dist/client/{EodashLayerControl-C_mi-Hoo.js → EodashLayerControl-BuGe29Nt.js} +11 -4
  17. package/dist/client/{EodashLayoutSwitcher-D4ooLbys.js → EodashLayoutSwitcher-6wLl-Gtd.js} +3 -3
  18. package/dist/client/{EodashMap-CGFv4e85.js → EodashMap-DhVCoYMi.js} +11 -4
  19. package/dist/client/{EodashMapBtns-_M7SW7Is.js → EodashMapBtns-BWWu6eHG.js} +5 -5
  20. package/dist/client/{EodashProcess-ZQAMi9Pc.js → EodashProcess-GSj_LMsK.js} +23 -18
  21. package/dist/client/{EodashStacInfo-CwOCcsGl.js → EodashStacInfo-DjRSGLHM.js} +2 -2
  22. package/dist/client/{EodashTools-C_X0RPIp.js → EodashTools-CJ4hBH_X.js} +5 -5
  23. package/dist/client/{ExportState-DNUSRJSJ.js → ExportState-BqnlEpzR.js} +5 -5
  24. package/dist/client/Footer-C_3WrfI4.js +119 -0
  25. package/dist/client/{Header-BcHAtFqr.js → Header-D_hcGpNG.js} +4 -4
  26. package/dist/client/{IframeWrapper-BgM9aU8f.js → IframeWrapper-XzQDZy0T.js} +1 -1
  27. package/dist/client/{MobileLayout-CUHZFLDY.js → MobileLayout-CDbupC9v.js} +6 -6
  28. package/dist/client/{PopUp-CEmhdNIj.js → PopUp-Ba6mY2jQ.js} +5 -4
  29. package/dist/client/{VImg-Cdaw92OV.js → VImg-Yc9F9pYq.js} +4 -4
  30. package/dist/client/{VMain-B7G2T3Zv.js → VMain-BiS7HPEk.js} +1 -1
  31. package/dist/client/{VOverlay-Mf1pOmgW.js → VOverlay-B9mxXaCv.js} +4 -4
  32. package/dist/client/{VTooltip-9810qjB2.js → VTooltip-XJLaLrZQ.js} +3 -3
  33. package/dist/client/{WidgetsContainer-GUwXMh9d.js → WidgetsContainer-DRVb_73N.js} +2 -2
  34. package/dist/client/{asWebComponent--e4yqM3f.js → asWebComponent-DZpMGxEY.js} +329 -170
  35. package/dist/client/eo-dash.css +2 -2
  36. package/dist/client/eo-dash.js +1 -1
  37. package/dist/client/{forwardRefs-B9UH8QZK.js → forwardRefs-BtkfywIE.js} +1 -1
  38. package/dist/client/{index-D-lbt2my.js → index-f55xuyof.js} +3 -1
  39. package/dist/client/{transition-CTjQmgIS.js → transition-CtL4BoVi.js} +2 -2
  40. package/dist/node/cli.js +2 -2
  41. package/dist/types/core/client/components/EodashOverlay.vue.d.ts +2 -0
  42. package/dist/types/core/client/components/MobileLayout.vue.d.ts +254 -241
  43. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +40 -15
  44. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +23 -3
  45. package/dist/types/core/client/eodashSTAC/helpers.d.ts +3 -78
  46. package/dist/types/core/client/utils/states.d.ts +43 -0
  47. package/dist/types/widgets/PopUp.vue.d.ts +2 -2
  48. package/package.json +20 -20
  49. package/widgets/EodashItemFilter.vue +1 -1
  50. package/widgets/EodashLayerControl.vue +7 -0
  51. package/widgets/EodashMap.vue +8 -1
  52. package/widgets/EodashProcess.vue +18 -13
  53. package/dist/client/Footer-FUp1Te0L.js +0 -141
@@ -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--e4yqM3f.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-DZpMGxEY.js';
3
3
  import { mdiMapPlus, mdiEarthBox, mdiCompare } from '@mdi/js';
4
- import ExportState from './ExportState-DNUSRJSJ.js';
5
- import _sfc_main$1 from './PopUp-CEmhdNIj.js';
6
- import _sfc_main$2 from './EodashItemFilter-BR572AaH.js';
4
+ import ExportState from './ExportState-BqnlEpzR.js';
5
+ import _sfc_main$1 from './PopUp-Ba6mY2jQ.js';
6
+ import _sfc_main$2 from './EodashItemFilter-SE9oW3oZ.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--e4yqM3f.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-DZpMGxEY.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';
@@ -218,6 +218,7 @@ function extractGeometries(jsonformValue, jsonformSchema) {
218
218
  * @param {import("@eox/jsonform").EOxJSONForm | null} jsonFormEl
219
219
  **/
220
220
  function injectJsonformCSS(jsonFormEl) {
221
+ //@ts-expect-error TODO
221
222
  if (!jsonFormEl?.shadowRoot) {
222
223
  console.error("jsonform has no shadowRoot");
223
224
  return;
@@ -226,6 +227,7 @@ function injectJsonformCSS(jsonFormEl) {
226
227
  stylesheet.replaceSync(`.je-indented-panel {
227
228
  border: none !important;
228
229
  }`);
230
+ //@ts-expect-error TODO
229
231
  jsonFormEl.shadowRoot.adoptedStyleSheets = [stylesheet];
230
232
  }
231
233
 
@@ -427,7 +429,7 @@ async function getChartValues(links, jsonformValue, specUrl) {
427
429
  for (const link of dataLinks ?? []) {
428
430
  if (link.type && ["application/json", "text/csv"].includes(link.type)) {
429
431
  const dataUrl = mustache.render(link.href, {
430
- ...(jsonformValue),
432
+ ...(jsonformValue ?? {}),
431
433
  ...(link["eox:flatstyle"] ?? {}),
432
434
  });
433
435
  // Wait for data to be retrieved
@@ -442,7 +444,7 @@ async function getChartValues(links, jsonformValue, specUrl) {
442
444
  dataValues[/** @type {string} */ (link.id)] = await axios
443
445
  .get(
444
446
  mustache.render(link.href, {
445
- ...(jsonformValue),
447
+ ...(jsonformValue ?? {}),
446
448
  ...(link["eox:flatstyle"] ?? {}),
447
449
  }),
448
450
  )
@@ -480,6 +482,7 @@ async function handleProcesses({
480
482
  );
481
483
  const bboxProperty = getBboxProperty(jsonformSchema.value);
482
484
  const jsonformValue = /** @type {Record<string,any>} */ (
485
+ //@ts-expect-error todo
483
486
  jsonformEl.value?.value
484
487
  );
485
488
 
@@ -635,6 +638,7 @@ async function initProcess({
635
638
  processResults,
636
639
  });
637
640
  if (selectedStac.value["eodash:jsonform"]) {
641
+ //@ts-expect-error todo
638
642
  jsonformEl.value?.editor.destroy();
639
643
  // wait for the layers to be rendered
640
644
  jsonformSchema.value = await axios
@@ -723,7 +727,19 @@ const downloadResults = () => {
723
727
  };
724
728
  onMounted(async () => {
725
729
  // wait for the layers to be rendered
726
- if (mapEl.value?.layers.length <= 1) {
730
+ if (mapEl.value?.layers.length > 1) {
731
+ await initProcess({
732
+ //@ts-expect-error TODO
733
+ selectedStac,
734
+ jsonformEl,
735
+ jsonformSchema,
736
+ chartSpec,
737
+ isProcessed,
738
+ processResults,
739
+ loading,
740
+ isPolling,
741
+ });
742
+ } else {
727
743
  layersEvents.once(async () => {
728
744
  await initProcess({
729
745
  //@ts-expect-error TODO
@@ -737,18 +753,6 @@ onMounted(async () => {
737
753
  isPolling,
738
754
  });
739
755
  });
740
- } else {
741
- await initProcess({
742
- //@ts-expect-error TODO
743
- selectedStac,
744
- jsonformEl,
745
- jsonformSchema,
746
- chartSpec,
747
- isProcessed,
748
- processResults,
749
- loading,
750
- isPolling,
751
- });
752
756
  }
753
757
  });
754
758
 
@@ -769,6 +773,7 @@ useOnLayersUpdate(async (evt, _payload) => {
769
773
  });
770
774
 
771
775
  const startProcess = async () => {
776
+ //@ts-expect-error todo
772
777
  const errors = jsonformEl.value?.editor.validate();
773
778
  if (errors?.length) {
774
779
  console.warn("[eodash] Form validation failed", errors);
@@ -783,7 +788,6 @@ const startProcess = async () => {
783
788
  loading,
784
789
  //@ts-expect-error TODO
785
790
  selectedStac,
786
- isProcessed,
787
791
  isPolling,
788
792
  processResults,
789
793
  });
@@ -798,6 +802,7 @@ const chartStyles = computed(() => {
798
802
  styles["height"] =
799
803
  Math.max(
800
804
  (containerEl.value?.offsetHeight ?? 0) -
805
+ //@ts-expect-error TODO
801
806
  (jsonformEl.value?.offsetHeight ?? 0),
802
807
  200,
803
808
  ) + "px";
@@ -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--e4yqM3f.js';
3
+ import { ak as currentUrl } from './asWebComponent-DZpMGxEY.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-CEmhdNIj.js';
3
- import _sfc_main$3 from './EodashItemFilter-BR572AaH.js';
4
- import _sfc_main$1 from './EodashLayoutSwitcher-D4ooLbys.js';
1
+ import { ref, computed, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, unref, withCtx, mergeProps } from 'vue';
2
+ import _sfc_main$2 from './PopUp-Ba6mY2jQ.js';
3
+ import _sfc_main$3 from './EodashItemFilter-SE9oW3oZ.js';
4
+ import _sfc_main$1 from './EodashLayoutSwitcher-6wLl-Gtd.js';
5
5
  import { mdiViewDashboard, mdiPlus } from '@mdi/js';
6
- import { t as useDisplay, a2 as makePanelTransparent, V as VBtn } from './asWebComponent--e4yqM3f.js';
6
+ import { r as useDisplay, a2 as makePanelTransparent, V as VBtn } from './asWebComponent-DZpMGxEY.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-CEmhdNIj.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--e4yqM3f.js';
5
- import { a as VExpandTransition } from './index-D-lbt2my.js';
6
- import { V as VImg } from './VImg-Cdaw92OV.js';
3
+ import _sfc_main$1 from './PopUp-Ba6mY2jQ.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-DZpMGxEY.js';
5
+ import { a as VExpandTransition } from './index-f55xuyof.js';
6
+ import { V as VImg } from './VImg-Yc9F9pYq.js';
7
7
 
8
8
  // Styles
9
9
  const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
@@ -0,0 +1,119 @@
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-DZpMGxEY.js';
3
+
4
+ const makeVFooterProps = propsFactory({
5
+ app: Boolean,
6
+ color: String,
7
+ height: {
8
+ type: [Number, String],
9
+ default: 'auto'
10
+ },
11
+ ...makeBorderProps(),
12
+ ...makeComponentProps(),
13
+ ...makeElevationProps(),
14
+ ...makeLayoutItemProps(),
15
+ ...makeRoundedProps(),
16
+ ...makeTagProps({
17
+ tag: 'footer'
18
+ }),
19
+ ...makeThemeProps()
20
+ }, 'VFooter');
21
+ const VFooter = genericComponent()({
22
+ name: 'VFooter',
23
+ props: makeVFooterProps(),
24
+ setup(props, _ref) {
25
+ let {
26
+ slots
27
+ } = _ref;
28
+ const layoutItemStyles = ref();
29
+ const {
30
+ themeClasses
31
+ } = provideTheme(props);
32
+ const {
33
+ backgroundColorClasses,
34
+ backgroundColorStyles
35
+ } = useBackgroundColor(toRef(props, 'color'));
36
+ const {
37
+ borderClasses
38
+ } = useBorder(props);
39
+ const {
40
+ elevationClasses
41
+ } = useElevation(props);
42
+ const {
43
+ roundedClasses
44
+ } = useRounded(props);
45
+ const autoHeight = shallowRef(32);
46
+ const {
47
+ resizeRef
48
+ } = useResizeObserver(entries => {
49
+ if (!entries.length) return;
50
+ autoHeight.value = entries[0].target.clientHeight;
51
+ });
52
+ const height = computed(() => props.height === 'auto' ? autoHeight.value : parseInt(props.height, 10));
53
+ useToggleScope(() => props.app, () => {
54
+ const layout = useLayoutItem({
55
+ id: props.name,
56
+ order: computed(() => parseInt(props.order, 10)),
57
+ position: computed(() => 'bottom'),
58
+ layoutSize: height,
59
+ elementSize: computed(() => props.height === 'auto' ? undefined : height.value),
60
+ active: computed(() => props.app),
61
+ absolute: toRef(props, 'absolute')
62
+ });
63
+ watchEffect(() => {
64
+ layoutItemStyles.value = layout.layoutItemStyles.value;
65
+ });
66
+ });
67
+ useRender(() => createVNode(props.tag, {
68
+ "ref": resizeRef,
69
+ "class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
70
+ "style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
71
+ height: convertToUnit(props.height)
72
+ }, props.style]
73
+ }, slots));
74
+ return {};
75
+ }
76
+ });
77
+
78
+ const _hoisted_1 = { class: "pt-0 footer-text" };
79
+
80
+ /**
81
+ * Footer template ref
82
+ *
83
+ * @type {import("vue").Ref<
84
+ * import("vuetify/lib/components/index.mjs").VFooter | null
85
+ * >}
86
+ */
87
+
88
+ const _sfc_main = {
89
+ __name: 'Footer',
90
+ setup(__props) {
91
+
92
+ const footer = ref(null);
93
+ const eodash = /** @type {import("@/types").Eodash} */ (inject(eodashKey));
94
+
95
+ const { mdAndDown } = useDisplay();
96
+
97
+ return (_ctx, _cache) => {
98
+
99
+
100
+ return (openBlock(), createBlock(VFooter, {
101
+ ref_key: "footer",
102
+ ref: footer,
103
+ height: unref(mdAndDown) ? '48px' : 'auto',
104
+ color: "secondary",
105
+ app: "",
106
+ class: "d-flex justify-end"
107
+ }, {
108
+ default: withCtx(() => [
109
+ createElementVNode("p", _hoisted_1, toDisplayString(unref(eodash).brand.footerText ?? ""), 1 /* TEXT */)
110
+ ]),
111
+ _: 1 /* STABLE */
112
+ }, 8 /* PROPS */, ["height"]))
113
+ }
114
+ }
115
+
116
+ };
117
+ const Footer = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-5009d449"]]);
118
+
119
+ export { Footer as default };
@@ -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--e4yqM3f.js';
3
- import { a as VExpandTransition } from './index-D-lbt2my.js';
4
- import { V as VImg } from './VImg-Cdaw92OV.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-DZpMGxEY.js';
3
+ import { a as VExpandTransition } from './index-f55xuyof.js';
4
+ import { V as VImg } from './VImg-Yc9F9pYq.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--e4yqM3f.js';
3
- import { V as VMain } from './VMain-B7G2T3Zv.js';
4
- import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-B9UH8QZK.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-DZpMGxEY.js';
3
+ import { V as VMain } from './VMain-BiS7HPEk.js';
4
+ import { f as forwardRefs, a as animate, s as standardEasing, u as useLazy, m as makeLazyProps, b as useScopeId } from './forwardRefs-BtkfywIE.js';
5
5
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
6
- import { M as MaybeTransition } from './transition-CTjQmgIS.js';
7
- import { V as VFadeTransition } from './index-D-lbt2my.js';
6
+ import { M as MaybeTransition } from './transition-CtL4BoVi.js';
7
+ import { V as VFadeTransition } from './index-f55xuyof.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--e4yqM3f.js';
3
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-Mf1pOmgW.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-B9UH8QZK.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-DZpMGxEY.js';
3
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-B9mxXaCv.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-BtkfywIE.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--e4yqM3f.js';
3
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-CTjQmgIS.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-DZpMGxEY.js';
3
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-CtL4BoVi.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--e4yqM3f.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-DZpMGxEY.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--e4yqM3f.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-B9UH8QZK.js';
4
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-CTjQmgIS.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-DZpMGxEY.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-BtkfywIE.js';
4
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-CtL4BoVi.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-Mf1pOmgW.js';
3
- import { b as useScopeId, f as forwardRefs } from './forwardRefs-B9UH8QZK.js';
4
- import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, am as getUid, a as useRender } from './asWebComponent--e4yqM3f.js';
2
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-B9mxXaCv.js';
3
+ import { b as useScopeId, f as forwardRefs } from './forwardRefs-BtkfywIE.js';
4
+ import { g as genericComponent, p as propsFactory, j as useProxiedModel, am as getUid, a as useRender, o as omit } from './asWebComponent-DZpMGxEY.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--e4yqM3f.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-DZpMGxEY.js';
3
3
  import 'animated-details';
4
4
 
5
5
  const _sfc_main = {