@eodash/eodash 5.1.0 → 5.2.0
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/components/DashboardLayout.vue +1 -1
- package/core/client/components/EodashOverlay.vue +4 -5
- package/core/client/components/MobileLayout.vue +42 -21
- package/core/client/composables/index.js +1 -1
- package/core/client/eodashSTAC/EodashCollection.js +4 -15
- package/core/client/eodashSTAC/createLayers.js +30 -0
- package/core/client/eodashSTAC/helpers.js +23 -1
- package/dist/client/{DashboardLayout-ByVs1DrY.js → DashboardLayout-Dq9Kfe6O.js} +5 -5
- package/dist/client/{DynamicWebComponent-C3W7HSQm.js → DynamicWebComponent-DCBMXskE.js} +1 -1
- package/dist/client/{EodashDatePicker-BIAf1sMT.js → EodashDatePicker-DtngxU6s.js} +3 -3
- package/dist/client/{EodashItemFilter-DPznh8UB.js → EodashItemFilter-ClQebJQt.js} +1 -1
- package/dist/client/{EodashLayerControl-Bhxjw4V2.js → EodashLayerControl-BLBds28C.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-C5qTEffW.js → EodashLayoutSwitcher-DQ8SfVDd.js} +3 -3
- package/dist/client/EodashMapBtns-B89_YBDw.js +326 -0
- package/dist/client/{EodashStacInfo-CSvvF2jI.js → EodashStacInfo-Dt1nF06x.js} +1 -1
- package/dist/client/{EodashTools-Cv1SXQ5y.js → EodashTools-DV5ykmWc.js} +4 -4
- package/dist/client/{ExportState-D-iuwaad.js → ExportState-B6zZQUmE.js} +4 -5
- package/dist/client/{Footer-CyF0zRAk.js → Footer-DNhXs8k6.js} +1 -1
- package/dist/client/{Header-CgD8jDKU.js → Header-BjhN5JY4.js} +2 -3
- package/dist/client/MobileLayout-JelB6w1G.js +118 -0
- package/dist/client/{PopUp-BsYLvWch.js → PopUp-CgpvNr3o.js} +2 -3
- package/dist/client/{ProcessList-C2xsLU2_.js → ProcessList-vecpxThi.js} +17 -10
- package/dist/client/{VImg-OHe8YTs2.js → VImg-CETuikH2.js} +200 -5
- package/dist/client/{VMain-PryTLU4a.js → VMain-Ci9DyaGU.js} +1 -1
- package/dist/client/{VTooltip-DZ0fjpB3.js → VTooltip-J4ac48X7.js} +2 -3
- package/dist/client/{WidgetsContainer-B9LBadcC.js → WidgetsContainer-CCML4TyV.js} +1 -1
- package/dist/client/{asWebComponent-By_7_JjS.js → asWebComponent-ZyEzWOOf.js} +59 -160
- package/dist/client/{async-DkSu_u2K.js → async-B7jIrM53.js} +69 -5
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{VOverlay-yUn7p-Uf.js → forwardRefs-BQclvjMq.js} +272 -5
- package/dist/client/{handling-CgmFXkW6.js → handling-BS24aG1q.js} +20 -5
- package/dist/client/{helpers-Dy0Q13tP.js → helpers-wXK7Ywio.js} +24 -2
- package/dist/client/{index-skjhlH8u.js → index-4UCzZi8B.js} +5 -5
- package/dist/client/{index-Dqj4tbx2.js → index-9KR-G20t.js} +2 -2
- package/dist/client/{index-Ch_HchK3.js → index-B2XpdgR6.js} +191 -57
- package/dist/client/material-symbols-outlined.woff2 +0 -0
- package/dist/client/material-symbols-rounded.woff2 +0 -0
- package/dist/client/material-symbols-sharp.woff2 +0 -0
- package/dist/client/material-symbols-subset.woff2 +0 -0
- package/dist/client/templates.js +27 -37
- package/dist/client/{transition-C98Yn4Vo.js → transition-yBii4fu6.js} +1 -1
- package/dist/node/cli.js +1 -1
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +5 -0
- package/dist/types/core/client/types.d.ts +1 -1
- package/dist/types/templates/compare.d.ts +0 -25
- package/dist/types/templates/expert.d.ts +16 -20
- package/dist/types/templates/light.d.ts +9 -0
- package/dist/types/widgets/{EodashMapBtns.vue.d.ts → EodashMap/EodashMapBtns.vue.d.ts} +4 -0
- package/dist/types/widgets/EodashMap/index.vue.d.ts +8 -0
- package/dist/types/widgets/EodashProcess/methods/async.d.ts +1 -0
- package/package.json +4 -2
- package/templates/compare.js +0 -20
- package/templates/expert.js +16 -15
- package/templates/light.js +10 -1
- package/widgets/EodashMap/EodashMapBtns.vue +269 -0
- package/widgets/EodashMap/index.vue +252 -37
- package/widgets/EodashProcess/ProcessList.vue +13 -1
- package/widgets/EodashProcess/methods/async.js +22 -1
- package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +19 -3
- package/widgets/EodashProcess/methods/utils.js +45 -1
- package/dist/client/EodashMapBtns-WoGq8MuV.js +0 -173
- package/dist/client/MobileLayout-EKQ_kpSh.js +0 -1226
- package/dist/client/forwardRefs-BXxrv98s.js +0 -272
- package/dist/client/index-BuhOHXKv.js +0 -199
- package/widgets/EodashMapBtns.vue +0 -155
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementBlock, openBlock, createElementVNode, unref } from 'vue';
|
|
2
2
|
import '@eox/stacinfo';
|
|
3
|
-
import {
|
|
3
|
+
import { x as currentUrl } from './helpers-wXK7Ywio.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "flex-grow-1" };
|
|
6
6
|
const _hoisted_2 = [".for", ".allowHtml", ".body", ".featured", ".footer", ".styleOverride", ".header", ".subheader", ".tags"];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ref, computed, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, unref, withCtx, mergeProps } from 'vue';
|
|
2
|
-
import _sfc_main$2 from './PopUp-
|
|
3
|
-
import EodashItemFilter from './EodashItemFilter-
|
|
4
|
-
import _sfc_main$1 from './EodashLayoutSwitcher-
|
|
2
|
+
import _sfc_main$2 from './PopUp-CgpvNr3o.js';
|
|
3
|
+
import EodashItemFilter from './EodashItemFilter-ClQebJQt.js';
|
|
4
|
+
import _sfc_main$1 from './EodashLayoutSwitcher-DQ8SfVDd.js';
|
|
5
5
|
import { mdiViewDashboard, mdiPlusCircleOutline } from '@mdi/js';
|
|
6
|
-
import {
|
|
6
|
+
import { D as useDisplay, F as useTransparentPanel, G as VBtn } from './asWebComponent-ZyEzWOOf.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = { class: "d-flex flex-row align-center fill-height justify-space-between pa-2 align-center" };
|
|
9
9
|
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { createElementVNode, normalizeStyle, normalizeClass, createVNode, Fragment, toDisplayString, withDirectives, mergeProps, computed, mergeModels, useModel, ref, createBlock, openBlock, withCtx, createTextVNode, unref, createElementBlock, createCommentVNode, renderList } from 'vue';
|
|
2
2
|
import { mdiClipboardCheckOutline, mdiContentCopy } from '@mdi/js';
|
|
3
|
-
import _sfc_main$1 from './PopUp-
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { a as VExpandTransition } from './
|
|
7
|
-
import { V as VImg } from './VImg-OHe8YTs2.js';
|
|
3
|
+
import _sfc_main$1 from './PopUp-CgpvNr3o.js';
|
|
4
|
+
import { Z as createSimpleFunctional, g as genericComponent, e as makeComponentProps, n as provideDefaults, c as useRender, p as propsFactory, m as makeTagProps, k as provideTheme, h as useBorder, $ as useVariant, T as useDensity, j as useRounded, a0 as useSize, a1 as genOverlays, H as VIcon, V as VDefaultsProvider, a2 as makeVariantProps, q as makeThemeProps, a3 as makeSizeProps, r as makeRoundedProps, U as makeDensityProps, t as makeBorderProps, a4 as IconValue, a5 as Ripple, b as useDimension, i as useElevation, a6 as useLoader, a7 as useLocation, a8 as usePosition, a9 as useLink, aa as makeRouterProps, ab as makePositionProps, ac as makeLocationProps, ad as makeLoaderProps, s as makeElevationProps, d as makeDimensionProps, ae as LoaderSlot, af as useTextColor, o as convertToUnit, _ as _export_sfc, ag as VRow, ah as VCol, ai as copyToClipBoard, G as VBtn } from './asWebComponent-ZyEzWOOf.js';
|
|
5
|
+
import { P as removeUnneededProperties, l as getLayers, B as mapPosition, L as availableMapProjection } from './helpers-wXK7Ywio.js';
|
|
6
|
+
import { V as VImg, a as VExpandTransition } from './VImg-CETuikH2.js';
|
|
8
7
|
|
|
9
8
|
// Styles
|
|
10
9
|
const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, shallowRef, computed, toRef, watchEffect, createVNode, normalizeStyle, normalizeClass, inject, createBlock, openBlock, unref, withCtx, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { g as genericComponent, p as propsFactory,
|
|
2
|
+
import { g as genericComponent, p as propsFactory, k as provideTheme, f as useBackgroundColor, h as useBorder, i as useElevation, j as useRounded, C as useResizeObserver, y as useToggleScope, z as useLayoutItem, c as useRender, o as convertToUnit, q as makeThemeProps, m as makeTagProps, r as makeRoundedProps, A as makeLayoutItemProps, s as makeElevationProps, e as makeComponentProps, t as makeBorderProps, _ as _export_sfc, B as eodashKey, D as useDisplay } from './asWebComponent-ZyEzWOOf.js';
|
|
3
3
|
|
|
4
4
|
const _style_0 = ".footer-text[data-v-f0fd061e]{font-size:.8rem}";
|
|
5
5
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createVNode, normalizeStyle, normalizeClass, createElementVNode, shallowRef, computed, ref, watch, onMounted, onBeforeUnmount, toRef, watchEffect, mergeProps, inject, createBlock, openBlock, withCtx, createTextVNode, toDisplayString, unref } from 'vue';
|
|
2
|
-
import { p as propsFactory, g as genericComponent,
|
|
3
|
-
import { a as VExpandTransition } from './
|
|
4
|
-
import { V as VImg } from './VImg-OHe8YTs2.js';
|
|
2
|
+
import { p as propsFactory, g as genericComponent, m as makeTagProps, e as makeComponentProps, c as useRender, f as useBackgroundColor, h as useBorder, i as useElevation, j as useRounded, k as provideTheme, l as useRtl, n as provideDefaults, V as VDefaultsProvider, o as convertToUnit, q as makeThemeProps, r as makeRoundedProps, s as makeElevationProps, t as makeBorderProps, v as clamp, w as consoleWarn, x as useProxiedModel, y as useToggleScope, z as useLayoutItem, A as makeLayoutItemProps, _ as _export_sfc, B as eodashKey } from './asWebComponent-ZyEzWOOf.js';
|
|
3
|
+
import { V as VImg, a as VExpandTransition } from './VImg-CETuikH2.js';
|
|
5
4
|
import { u as useSsrBoot } from './ssrBoot-Zgc_Ttvi.js';
|
|
6
5
|
|
|
7
6
|
const _style_0 = ".logo[data-v-86c95219]{max-width:140px}";
|