@eodash/eodash 5.0.0-alpha.2.9 → 5.0.0-rc
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/README.md +1 -1
- package/core/client/App.vue +13 -1
- package/core/client/asWebComponent.js +13 -4
- package/core/client/components/DashboardLayout.vue +36 -14
- package/core/client/components/Loading.vue +6 -9
- package/core/client/components/MobileLayout.vue +16 -14
- package/core/client/composables/DefineEodash.js +14 -4
- package/core/client/composables/DefineTemplate.js +67 -0
- package/core/client/composables/DefineWidgets.js +3 -2
- package/core/client/composables/EodashMap.js +360 -0
- package/core/client/composables/EodashProcess.js +574 -0
- package/core/client/composables/index.js +136 -28
- package/core/client/eodash.js +395 -80
- package/core/client/eodashSTAC/EodashCollection.js +432 -0
- package/core/client/eodashSTAC/createLayers.js +315 -0
- package/core/client/eodashSTAC/helpers.js +375 -0
- package/core/client/eodashSTAC/triggers.js +43 -0
- package/core/client/plugins/axios.js +8 -0
- package/core/client/plugins/index.js +2 -1
- package/core/client/plugins/vuetify.js +2 -1
- package/core/client/store/actions.js +79 -0
- package/core/client/store/index.js +4 -18
- package/core/client/store/stac.js +99 -9
- package/core/client/store/states.js +37 -0
- package/core/client/{types.d.ts → types.ts} +66 -20
- package/core/client/utils/keys.js +2 -0
- package/core/client/utils/states.js +22 -0
- package/core/client/views/Dashboard.vue +22 -49
- package/core/client/vite-env.d.ts +2 -10
- package/dist/client/DashboardLayout-232tRmjz.js +84 -0
- package/dist/client/DynamicWebComponent-Cl4LqHU6.js +88 -0
- package/dist/client/EodashDatePicker-Pok6bZwU.js +306 -0
- package/dist/client/EodashItemFilter-16eMMjTV.js +151 -0
- package/dist/client/EodashLayerControl-De7IlCm_.js +120 -0
- package/dist/client/EodashLayoutSwitcher-C-3-jjn5.js +52 -0
- package/dist/client/EodashMap-CMvbfI6-.js +549 -0
- package/dist/client/EodashMapBtns-BeknGDtc.js +107 -0
- package/dist/client/EodashProcess-BwKAa9Ee.js +1476 -0
- package/dist/client/EodashStacInfo-_BfonNUG.js +85 -0
- package/dist/client/EodashTools-PD3XPYuR.js +103 -0
- package/dist/client/ExportState-DOrT7M15.js +644 -0
- package/dist/client/Footer-CCigxYBo.js +141 -0
- package/dist/client/Header-C2cdx4gb.js +437 -0
- package/dist/client/IframeWrapper-BgM9aU8f.js +28 -0
- package/dist/client/MobileLayout-BdiFjHg7.js +1207 -0
- package/dist/client/PopUp--_xn1Cms.js +410 -0
- package/dist/client/VImg-9xu2l99m.js +384 -0
- package/dist/client/VMain-BUs3kDTd.js +43 -0
- package/dist/client/VOverlay-D89omJis.js +1453 -0
- package/dist/client/VTooltip-CDu3bErh.js +86 -0
- package/dist/client/WidgetsContainer-aFG9yFT6.js +83 -0
- package/dist/client/asWebComponent-BRGyP_j5.js +11943 -0
- package/dist/client/{style.css → eo-dash.css} +2 -2
- package/dist/client/eo-dash.js +2 -6
- package/dist/client/forwardRefs-CYrR6bMw.js +245 -0
- package/dist/client/index-BZwk0V42.js +199 -0
- package/dist/client/ssrBoot-BP7SYRyC.js +22 -0
- package/dist/client/transition-DG9nRSW4.js +37 -0
- package/dist/node/cli.js +4 -4
- package/dist/node/types.d.ts +2 -0
- package/package.json +73 -38
- package/widgets/EodashDatePicker.vue +176 -134
- package/widgets/EodashItemFilter.vue +79 -38
- package/widgets/EodashLayerControl.vue +111 -0
- package/widgets/EodashLayoutSwitcher.vue +36 -0
- package/widgets/EodashMap.vue +108 -133
- package/widgets/EodashMapBtns.vue +62 -8
- package/widgets/EodashProcess.vue +143 -0
- package/widgets/EodashStacInfo.vue +82 -0
- package/widgets/EodashTools.vue +83 -0
- package/widgets/ExportState.vue +17 -13
- package/widgets/PopUp.vue +24 -2
- package/core/client/SuspensedDashboard.ce.vue +0 -105
- package/core/client/asWebComponent.d.ts +0 -23
- package/core/client/store/Actions.js +0 -14
- package/core/client/store/States.js +0 -16
- package/core/client/utils/eodashSTAC.js +0 -249
- package/core/client/utils/helpers.js +0 -38
- package/dist/client/DashboardLayout-D0ZF6V2S.js +0 -156
- package/dist/client/DynamicWebComponent-CPsMSBHi.js +0 -57
- package/dist/client/EodashDatePicker-CBQP7u2X.js +0 -252
- package/dist/client/EodashItemFilter-DL2ScI-5.js +0 -7671
- package/dist/client/EodashMap-CkKoQlmR.js +0 -86917
- package/dist/client/EodashMapBtns-yuO2QmiR.js +0 -36
- package/dist/client/ExportState-CCzOhppU.js +0 -558
- package/dist/client/Footer-BPAND0yG.js +0 -115
- package/dist/client/Header-DLhebNvG.js +0 -350
- package/dist/client/IframeWrapper-1GEMHlsW.js +0 -19
- package/dist/client/MobileLayout-mGkOYRhu.js +0 -945
- package/dist/client/PopUp-1d2bBFjw.js +0 -300
- package/dist/client/VImg-DxHcztfM.js +0 -291
- package/dist/client/VMain-BLX5vRRn.js +0 -39
- package/dist/client/VOverlay-CvrYEmLu.js +0 -967
- package/dist/client/WidgetsContainer-CmYjvGm7.js +0 -129
- package/dist/client/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/client/asWebComponent-B91uK0U7.js +0 -20361
- package/dist/client/basedecoder-DHcBySSe-BmCFNFnw.js +0 -88
- package/dist/client/decoder-CP4lv0Kb-B6yqkcfC.js +0 -10
- package/dist/client/deflate-BXt-9JA_-CWfClgpK.js +0 -10
- package/dist/client/eodashSTAC-DBjqe_Ho.js +0 -2788
- package/dist/client/eox-stacinfo-l7ALSV90.js +0 -13969
- package/dist/client/forwardRefs-BJJiadQP.js +0 -185
- package/dist/client/index-Q-bHLjxx.js +0 -153
- package/dist/client/jpeg-BAgeD1d3-oeHbFPUL.js +0 -514
- package/dist/client/lerc-DzVumYtB-P-KXC0TO.js +0 -1027
- package/dist/client/lzw-LAGDNbSC-DkP96qO9.js +0 -84
- package/dist/client/packbits-BlDR4Kj5-C66n1-zr.js +0 -24
- package/dist/client/pako.esm-CB1uQYY0-DB0PYm1P.js +0 -1081
- package/dist/client/raw-CMGvRjfu-BRi6E4i1.js +0 -9
- package/dist/client/ssrBoot-yo11mybw.js +0 -17
- package/dist/client/transition-CSJhuYGK.js +0 -34
- package/dist/client/webfontloader-qotgY98I.js +0 -435
- package/dist/client/webimage-BM_pbLN3-L2cGWK5l.js +0 -19
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { computed, ref, mergeProps, createVNode } from 'vue';
|
|
2
|
+
import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-D89omJis.js';
|
|
3
|
+
import { b as useScopeId, f as forwardRefs } from './forwardRefs-CYrR6bMw.js';
|
|
4
|
+
import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, al as getUid, a as useRender } from './asWebComponent-BRGyP_j5.js';
|
|
5
|
+
|
|
6
|
+
const makeVTooltipProps = propsFactory({
|
|
7
|
+
id: String,
|
|
8
|
+
text: String,
|
|
9
|
+
...omit(makeVOverlayProps({
|
|
10
|
+
closeOnBack: false,
|
|
11
|
+
location: 'end',
|
|
12
|
+
locationStrategy: 'connected',
|
|
13
|
+
eager: true,
|
|
14
|
+
minWidth: 0,
|
|
15
|
+
offset: 10,
|
|
16
|
+
openOnClick: false,
|
|
17
|
+
openOnHover: true,
|
|
18
|
+
origin: 'auto',
|
|
19
|
+
scrim: false,
|
|
20
|
+
scrollStrategy: 'reposition',
|
|
21
|
+
transition: false
|
|
22
|
+
}), ['absolute', 'persistent'])
|
|
23
|
+
}, 'VTooltip');
|
|
24
|
+
const VTooltip = genericComponent()({
|
|
25
|
+
name: 'VTooltip',
|
|
26
|
+
props: makeVTooltipProps(),
|
|
27
|
+
emits: {
|
|
28
|
+
'update:modelValue': value => true
|
|
29
|
+
},
|
|
30
|
+
setup(props, _ref) {
|
|
31
|
+
let {
|
|
32
|
+
slots
|
|
33
|
+
} = _ref;
|
|
34
|
+
const isActive = useProxiedModel(props, 'modelValue');
|
|
35
|
+
const {
|
|
36
|
+
scopeId
|
|
37
|
+
} = useScopeId();
|
|
38
|
+
const uid = getUid();
|
|
39
|
+
const id = computed(() => props.id || `v-tooltip-${uid}`);
|
|
40
|
+
const overlay = ref();
|
|
41
|
+
const location = computed(() => {
|
|
42
|
+
return props.location.split(' ').length > 1 ? props.location : props.location + ' center';
|
|
43
|
+
});
|
|
44
|
+
const origin = computed(() => {
|
|
45
|
+
return props.origin === 'auto' || props.origin === 'overlap' || props.origin.split(' ').length > 1 || props.location.split(' ').length > 1 ? props.origin : props.origin + ' center';
|
|
46
|
+
});
|
|
47
|
+
const transition = computed(() => {
|
|
48
|
+
if (props.transition) return props.transition;
|
|
49
|
+
return isActive.value ? 'scale-transition' : 'fade-transition';
|
|
50
|
+
});
|
|
51
|
+
const activatorProps = computed(() => mergeProps({
|
|
52
|
+
'aria-describedby': id.value
|
|
53
|
+
}, props.activatorProps));
|
|
54
|
+
useRender(() => {
|
|
55
|
+
const overlayProps = VOverlay.filterProps(props);
|
|
56
|
+
return createVNode(VOverlay, mergeProps({
|
|
57
|
+
"ref": overlay,
|
|
58
|
+
"class": ['v-tooltip', props.class],
|
|
59
|
+
"style": props.style,
|
|
60
|
+
"id": id.value
|
|
61
|
+
}, overlayProps, {
|
|
62
|
+
"modelValue": isActive.value,
|
|
63
|
+
"onUpdate:modelValue": $event => isActive.value = $event,
|
|
64
|
+
"transition": transition.value,
|
|
65
|
+
"absolute": true,
|
|
66
|
+
"location": location.value,
|
|
67
|
+
"origin": origin.value,
|
|
68
|
+
"persistent": true,
|
|
69
|
+
"role": "tooltip",
|
|
70
|
+
"activatorProps": activatorProps.value,
|
|
71
|
+
"_disableGlobalStack": true
|
|
72
|
+
}, scopeId), {
|
|
73
|
+
activator: slots.activator,
|
|
74
|
+
default: function () {
|
|
75
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
76
|
+
args[_key] = arguments[_key];
|
|
77
|
+
}
|
|
78
|
+
return slots.default?.(...args) ?? props.text;
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
});
|
|
82
|
+
return forwardRefs({}, overlay);
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
export { VTooltip as V };
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { ref, onMounted, nextTick, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, normalizeStyle, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
|
|
2
|
+
import { aI as useDefineWidgets, G as useLayout } from './asWebComponent-BRGyP_j5.js';
|
|
3
|
+
import 'animated-details';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = {
|
|
6
|
+
__name: 'WidgetsContainer',
|
|
7
|
+
props: {
|
|
8
|
+
widgets: {
|
|
9
|
+
/**
|
|
10
|
+
* @type {import("vue").PropType<
|
|
11
|
+
* Omit<import("@/types").Widget, "layout">[]
|
|
12
|
+
* >}
|
|
13
|
+
*/
|
|
14
|
+
type: Array,
|
|
15
|
+
required: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
setup(__props) {
|
|
19
|
+
|
|
20
|
+
const props = __props;
|
|
21
|
+
|
|
22
|
+
const importedWidgets = useDefineWidgets(props.widgets);
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Details elements template ref
|
|
26
|
+
*
|
|
27
|
+
* @type {import("vue").Ref<HTMLDetailsElement[]>}
|
|
28
|
+
*/
|
|
29
|
+
const detailsEls = ref([]);
|
|
30
|
+
/**
|
|
31
|
+
* Summary elements template ref
|
|
32
|
+
*
|
|
33
|
+
* @type {import("vue").Ref<HTMLDetailsElement[]>}
|
|
34
|
+
*/
|
|
35
|
+
const summaryEls = ref([]);
|
|
36
|
+
const widgetHeight = ref("");
|
|
37
|
+
const summariesHeights = ref(0);
|
|
38
|
+
|
|
39
|
+
const { mainRect } = useLayout();
|
|
40
|
+
onMounted(async () => {
|
|
41
|
+
await nextTick(() => {
|
|
42
|
+
summariesHeights.value = summaryEls.value.reduce(
|
|
43
|
+
(acc, el) => (acc += el.clientHeight),
|
|
44
|
+
0,
|
|
45
|
+
);
|
|
46
|
+
widgetHeight.value =
|
|
47
|
+
(detailsEls.value[0].parentElement?.scrollHeight ?? 0) -
|
|
48
|
+
summariesHeights.value -
|
|
49
|
+
mainRect.value["top"] +
|
|
50
|
+
"px";
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
return (_ctx, _cache) => {
|
|
55
|
+
return (openBlock(true), createElementBlock(Fragment, null, renderList(unref(importedWidgets), (mod, idx) => {
|
|
56
|
+
return (openBlock(), createElementBlock("details", {
|
|
57
|
+
is: "animated-details",
|
|
58
|
+
ref_for: true,
|
|
59
|
+
ref_key: "detailsEls",
|
|
60
|
+
ref: detailsEls,
|
|
61
|
+
key: idx,
|
|
62
|
+
class: "overflow-auto",
|
|
63
|
+
exclusive: ""
|
|
64
|
+
}, [
|
|
65
|
+
createElementVNode("summary", {
|
|
66
|
+
ref_for: true,
|
|
67
|
+
ref_key: "summaryEls",
|
|
68
|
+
ref: summaryEls
|
|
69
|
+
}, toDisplayString(mod.value.title), 513 /* TEXT, NEED_PATCH */),
|
|
70
|
+
createElementVNode("span", {
|
|
71
|
+
style: normalizeStyle({ height: widgetHeight.value }),
|
|
72
|
+
class: "d-flex flex-column"
|
|
73
|
+
}, [
|
|
74
|
+
(openBlock(), createBlock(resolveDynamicComponent(mod.value.component), mergeProps({ ref_for: true }, mod.value.props), null, 16 /* FULL_PROPS */))
|
|
75
|
+
], 4 /* STYLE */)
|
|
76
|
+
]))
|
|
77
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
export { _sfc_main as default };
|