@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
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { X as g, r as i, Y as y, Z as x, D as v, $ as n, a6 as m, a7 as E, a3 as H, F as k, a9 as f, aa as C, a0 as _, d as w, a4 as A, bx as D } from "./asWebComponent-B91uK0U7.js";
|
|
2
|
-
class F extends HTMLDetailsElement {
|
|
3
|
-
// this is an adaptation of // https://css-tricks.com/how-to-animate-the-details-element-using-waapi/
|
|
4
|
-
// which turns the class into a custom element
|
|
5
|
-
// additionally, the "exclusive" attribute has been introduced
|
|
6
|
-
// for accordion-style exclusiv eopening/closing
|
|
7
|
-
constructor() {
|
|
8
|
-
super();
|
|
9
|
-
}
|
|
10
|
-
connectedCallback() {
|
|
11
|
-
this.el = this, this.summary = this.querySelector("summary"), this.content = this.lastElementChild, this.animation = null, this.isClosing = !1, this.isExpanding = !1, this.summary.addEventListener("click", (e) => this.onClick(e));
|
|
12
|
-
}
|
|
13
|
-
onClick(e) {
|
|
14
|
-
e?.preventDefault(), this.el.style.overflow = "hidden", this.isClosing || !this.el.open ? this.doOpen() : (this.isExpanding || this.el.open) && this.shrink();
|
|
15
|
-
}
|
|
16
|
-
shrink() {
|
|
17
|
-
this.isClosing = !0;
|
|
18
|
-
const e = `${this.el.offsetHeight}px`, t = `${this.summary.offsetHeight}px`;
|
|
19
|
-
this.animation && this.animation.cancel(), this.animation = this.el.animate(
|
|
20
|
-
{
|
|
21
|
-
// Set the keyframes from the startHeight to endHeight
|
|
22
|
-
height: [e, t]
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
duration: 300,
|
|
26
|
-
easing: "ease-out"
|
|
27
|
-
}
|
|
28
|
-
), this.animation.onfinish = () => this.onAnimationFinish(!1), this.animation.oncancel = () => this.isClosing = !1;
|
|
29
|
-
}
|
|
30
|
-
doOpen() {
|
|
31
|
-
this.el.style.height = `${this.el.offsetHeight}px`, this.el.open = !0, window.requestAnimationFrame(() => this.expand()), this.parentElement.querySelectorAll(
|
|
32
|
-
"details[open][exclusive]"
|
|
33
|
-
).forEach((t) => {
|
|
34
|
-
t !== this && t.onClick();
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
expand() {
|
|
38
|
-
this.isExpanding = !0;
|
|
39
|
-
const e = `${this.el.offsetHeight}px`, t = `${this.summary.offsetHeight + this.content.offsetHeight}px`;
|
|
40
|
-
this.animation && this.animation.cancel(), this.animation = this.el.animate(
|
|
41
|
-
{
|
|
42
|
-
// Set the keyframes from the startHeight to endHeight
|
|
43
|
-
height: [e, t]
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
duration: 300,
|
|
47
|
-
easing: "ease-out"
|
|
48
|
-
}
|
|
49
|
-
), this.animation.onfinish = () => this.onAnimationFinish(!0), this.animation.oncancel = () => this.isExpanding = !1;
|
|
50
|
-
}
|
|
51
|
-
onAnimationFinish(e) {
|
|
52
|
-
this.el.open = e, this.animation = null, this.isClosing = !1, this.isExpanding = !1, this.el.style.height = this.el.style.overflow = "";
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
customElements.define("animated-details", F, {
|
|
56
|
-
extends: "details"
|
|
57
|
-
});
|
|
58
|
-
const b = {
|
|
59
|
-
__name: "WidgetsContainer",
|
|
60
|
-
props: {
|
|
61
|
-
widgets: {
|
|
62
|
-
/**
|
|
63
|
-
* @type {import("vue").PropType<
|
|
64
|
-
* Omit<import("@/types").Widget, "layout">[]
|
|
65
|
-
* >}
|
|
66
|
-
*/
|
|
67
|
-
type: Array,
|
|
68
|
-
required: !0
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
setup(a) {
|
|
72
|
-
const t = g(a.widgets), l = i([]), o = i([]), h = i(""), r = i(0), { mainRect: d } = y();
|
|
73
|
-
return x(async () => {
|
|
74
|
-
await v(() => {
|
|
75
|
-
r.value = o.value.reduce(
|
|
76
|
-
(c, u) => c += u.clientHeight,
|
|
77
|
-
0
|
|
78
|
-
), h.value = (l.value[0].parentElement?.scrollHeight ?? 0) - r.value - d.value.top + "px";
|
|
79
|
-
});
|
|
80
|
-
}), (c, u) => (n(!0), m(
|
|
81
|
-
k,
|
|
82
|
-
null,
|
|
83
|
-
E(H(t), (s, p) => (n(), m("details", {
|
|
84
|
-
is: "animated-details",
|
|
85
|
-
ref_for: !0,
|
|
86
|
-
ref_key: "detailsEls",
|
|
87
|
-
ref: l,
|
|
88
|
-
key: p,
|
|
89
|
-
class: "overflow-auto",
|
|
90
|
-
exclusive: ""
|
|
91
|
-
}, [
|
|
92
|
-
f(
|
|
93
|
-
"summary",
|
|
94
|
-
{
|
|
95
|
-
ref_for: !0,
|
|
96
|
-
ref_key: "summaryEls",
|
|
97
|
-
ref: o
|
|
98
|
-
},
|
|
99
|
-
C(s.value.title),
|
|
100
|
-
513
|
|
101
|
-
/* TEXT, NEED_PATCH */
|
|
102
|
-
),
|
|
103
|
-
f(
|
|
104
|
-
"span",
|
|
105
|
-
{
|
|
106
|
-
style: D({ height: h.value }),
|
|
107
|
-
class: "d-flex flex-column"
|
|
108
|
-
},
|
|
109
|
-
[
|
|
110
|
-
(n(), _(
|
|
111
|
-
A(s.value.component),
|
|
112
|
-
w({ ref_for: !0 }, s.value.props),
|
|
113
|
-
null,
|
|
114
|
-
16
|
|
115
|
-
/* FULL_PROPS */
|
|
116
|
-
))
|
|
117
|
-
],
|
|
118
|
-
4
|
|
119
|
-
/* STYLE */
|
|
120
|
-
)
|
|
121
|
-
]))),
|
|
122
|
-
128
|
|
123
|
-
/* KEYED_FRAGMENT */
|
|
124
|
-
));
|
|
125
|
-
}
|
|
126
|
-
};
|
|
127
|
-
export {
|
|
128
|
-
b as default
|
|
129
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2
|
-
function l(e) {
|
|
3
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
|
-
}
|
|
5
|
-
export {
|
|
6
|
-
o as c,
|
|
7
|
-
l as g
|
|
8
|
-
};
|