@eodash/eodash 5.0.0-alpha.2.1 → 5.0.0-alpha.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.
- package/README.md +10 -1
- package/core/client/App.vue +27 -0
- package/core/client/SuspensedDashboard.ce.vue +91 -0
- package/core/client/components/DashboardLayout.vue +36 -0
- package/core/client/components/ErrorAlert.vue +19 -0
- package/core/{components → client/components}/Loading.vue +12 -1
- package/core/{components → client/components}/MobileLayout.vue +19 -11
- package/core/{composables → client/composables}/DefineWidgets.js +11 -5
- package/core/{composables → client/composables}/index.js +16 -13
- package/core/{eodash.js → client/eodash.js} +0 -2
- package/core/{plugins → client/plugins}/vuetify.js +9 -3
- package/core/{store → client/store}/stac.js +6 -2
- package/core/{types.d.ts → client/types.d.ts} +11 -25
- package/core/{views → client/views}/Dashboard.vue +35 -6
- package/dist/client/DashboardLayout-ZaSRMD1M.js +149 -0
- package/dist/{DynamicWebComponent-BrHVTesn.js → client/DynamicWebComponent-C4Hotc4H.js} +12 -12
- package/dist/client/EodashDatePicker-C4kKjxKy.js +1653 -0
- package/dist/{EodashItemFilter-BLAGx2UD.js → client/EodashItemFilter-cBHC0YEM.js} +2 -2
- package/dist/{EodashMap-Bxl_aqY2.js → client/EodashMap-CGrQjZ1P.js} +2490 -2496
- package/dist/client/Footer-pS636dEP.js +118 -0
- package/dist/{Header-DC50S6GR.js → client/Header-DQuaLdjl.js} +225 -229
- package/dist/{IframeWrapper-Dd9zrX9s.js → client/IframeWrapper-Cg3GMmfW.js} +1 -1
- package/dist/client/MobileLayout-BLXFBWI_.js +987 -0
- package/dist/client/VMain-BHYlmRic.js +39 -0
- package/dist/{WidgetsContainer-DxfCu0I3.js → client/WidgetsContainer-dje9QSk0.js} +18 -18
- package/dist/client/asWebComponent-Bvb3xkxI.js +13311 -0
- package/dist/{decoder-kAoyGIq9-BBR5CgzS.js → client/decoder-HRvnjnEI-BQ2rajuJ.js} +1 -1
- package/dist/client/eo-dash.js +6 -0
- package/dist/{eox-map-BJ9SIixs.js → client/eox-map-C3DL31fp.js} +1882 -1809
- package/dist/client/eox-stacinfo-l7ALSV90.js +13969 -0
- package/dist/{index-DTkOfh2g.js → client/index-CaDDfJYE.js} +75 -43
- package/dist/client/index-DlNICb3T.js +34 -0
- package/dist/{lerc-C9VL9kri-cIdbW0sg.js → client/lerc-_E46UbWQ-Beu35ovS.js} +1 -1
- package/dist/{ssrBoot-D-b4-M19.js → client/ssrBoot-Dd7m-btU.js} +3 -3
- package/dist/client/style.css +5 -0
- package/dist/node/cli.js +20 -0
- package/dist/node/main.js +2 -0
- package/{bin → dist/node}/types.d.ts +3 -2
- package/package.json +22 -20
- package/widgets/EodashDatePicker.vue +1 -0
- package/widgets/EodashItemFilter.vue +1 -1
- package/widgets/WidgetsContainer.vue +7 -5
- package/bin/app.js +0 -22
- package/bin/cli.js +0 -62
- package/bin/main.js +0 -9
- package/bin/serverConfig.js +0 -165
- package/bin/utils.js +0 -103
- package/core/App.vue +0 -19
- package/core/SuspensedDashboard.ce.vue +0 -65
- package/core/components/DashboardLayout.vue +0 -44
- package/dist/DashboardLayout-Dp8AnYD9.js +0 -141
- package/dist/EodashDatePicker-D_udZ26j.js +0 -1645
- package/dist/Footer-AohCH8U7.js +0 -118
- package/dist/MobileLayout-CgToA7Gp.js +0 -523
- package/dist/VBtn-Bz7ruRUg.js +0 -1106
- package/dist/VMain-BHfWJU2j.js +0 -35
- package/dist/asWebComponent-C8rb3b1D.js +0 -11323
- package/dist/color-DpYEub1f.js +0 -115
- package/dist/dimensions-CJaGeSrj.js +0 -53
- package/dist/eo-dash.js +0 -6
- package/dist/eox-stacinfo-B-YrT7Ug.js +0 -13698
- package/dist/index-Sa2Vg_gx.js +0 -65
- package/dist/style.css +0 -5
- /package/core/{asWebComponent.d.ts → client/asWebComponent.d.ts} +0 -0
- /package/core/{asWebComponent.js → client/asWebComponent.js} +0 -0
- /package/core/{components → client/components}/DynamicWebComponent.vue +0 -0
- /package/core/{components → client/components}/Footer.vue +0 -0
- /package/core/{components → client/components}/Header.vue +0 -0
- /package/core/{components → client/components}/IframeWrapper.vue +0 -0
- /package/core/{composables → client/composables}/DefineEodash.js +0 -0
- /package/core/{main.js → client/main.js} +0 -0
- /package/core/{plugins → client/plugins}/index.js +0 -0
- /package/core/{render.js → client/render.js} +0 -0
- /package/core/{store → client/store}/Actions.js +0 -0
- /package/core/{store → client/store}/States.js +0 -0
- /package/core/{store → client/store}/index.js +0 -0
- /package/core/{utils → client/utils}/eodashSTAC.js +0 -0
- /package/core/{utils → client/utils}/helpers.js +0 -0
- /package/core/{utils → client/utils}/index.js +0 -0
- /package/core/{utils → client/utils}/keys.js +0 -0
- /package/core/{vite-env.d.ts → client/vite-env.d.ts} +0 -0
- /package/dist/{.gitkeep → client/.gitkeep} +0 -0
- /package/dist/{_commonjsHelpers-DaMA6jEr.js → client/_commonjsHelpers-DaMA6jEr.js} +0 -0
- /package/dist/{basedecoder-Qm25PwVp-CHo5Pomv.js → client/basedecoder-Qm25PwVp-CHo5Pomv.js} +0 -0
- /package/dist/{deflate-Be2Arps5-hDqMz3RA.js → client/deflate-Be2Arps5-hDqMz3RA.js} +0 -0
- /package/dist/{eox-itemfilter-DcQkRD2l.js → client/eox-itemfilter-DcQkRD2l.js} +0 -0
- /package/dist/{forwardRefs-Bxeu9Obx.js → client/forwardRefs-Bxeu9Obx.js} +0 -0
- /package/dist/{jpeg-DNfUpLwy-Fjan-04T.js → client/jpeg-DNfUpLwy-Fjan-04T.js} +0 -0
- /package/dist/{lzw-BOMhmEDy-Dboc93VO.js → client/lzw-BOMhmEDy-Dboc93VO.js} +0 -0
- /package/dist/{packbits-DaUD6MLm-Bu1PoTGa.js → client/packbits-DaUD6MLm-Bu1PoTGa.js} +0 -0
- /package/dist/{pako.esm-C3kYPGGQ-BMki8cQY.js → client/pako.esm-C3kYPGGQ-BMki8cQY.js} +0 -0
- /package/dist/{raw-CcGKjn8q-DFOt-i8n.js → client/raw-CcGKjn8q-DFOt-i8n.js} +0 -0
- /package/dist/{webfontloader-CyOFAuFB.js → client/webfontloader-CyOFAuFB.js} +0 -0
- /package/dist/{webimage-D2c098k3-DLj1LQxB.js → client/webimage-D2c098k3-DLj1LQxB.js} +0 -0
package/dist/index-Sa2Vg_gx.js
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { p as v, a8 as b, m as d, az as l, aw as g, W as _ } from "./asWebComponent-C8rb3b1D.js";
|
|
2
|
-
const j = v({
|
|
3
|
-
transition: {
|
|
4
|
-
type: [Boolean, String, Object],
|
|
5
|
-
default: "fade-transition",
|
|
6
|
-
validator: (e) => e !== !0
|
|
7
|
-
}
|
|
8
|
-
}, "transition"), I = (e, t) => {
|
|
9
|
-
let {
|
|
10
|
-
slots: s
|
|
11
|
-
} = t;
|
|
12
|
-
const {
|
|
13
|
-
transition: n,
|
|
14
|
-
disabled: r,
|
|
15
|
-
group: i,
|
|
16
|
-
...a
|
|
17
|
-
} = e, {
|
|
18
|
-
component: c = i ? l : g,
|
|
19
|
-
...f
|
|
20
|
-
} = typeof n == "object" ? n : {};
|
|
21
|
-
return b(c, d(typeof n == "string" ? {
|
|
22
|
-
name: r ? "" : n
|
|
23
|
-
} : f, typeof n == "string" ? {} : Object.fromEntries(Object.entries({
|
|
24
|
-
disabled: r,
|
|
25
|
-
group: i
|
|
26
|
-
}).filter((o) => {
|
|
27
|
-
let [u, m] = o;
|
|
28
|
-
return m !== void 0;
|
|
29
|
-
})), a), s);
|
|
30
|
-
};
|
|
31
|
-
function y(e, t) {
|
|
32
|
-
if (!_)
|
|
33
|
-
return;
|
|
34
|
-
const s = t.modifiers || {}, n = t.value, {
|
|
35
|
-
handler: r,
|
|
36
|
-
options: i
|
|
37
|
-
} = typeof n == "object" ? n : {
|
|
38
|
-
handler: n,
|
|
39
|
-
options: {}
|
|
40
|
-
}, a = new IntersectionObserver(function() {
|
|
41
|
-
let c = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], f = arguments.length > 1 ? arguments[1] : void 0;
|
|
42
|
-
const o = e._observe?.[t.instance.$.uid];
|
|
43
|
-
if (!o)
|
|
44
|
-
return;
|
|
45
|
-
const u = c.some((m) => m.isIntersecting);
|
|
46
|
-
r && (!s.quiet || o.init) && (!s.once || u || o.init) && r(u, c, f), u && s.once ? p(e, t) : o.init = !0;
|
|
47
|
-
}, i);
|
|
48
|
-
e._observe = Object(e._observe), e._observe[t.instance.$.uid] = {
|
|
49
|
-
init: !1,
|
|
50
|
-
observer: a
|
|
51
|
-
}, a.observe(e);
|
|
52
|
-
}
|
|
53
|
-
function p(e, t) {
|
|
54
|
-
const s = e._observe?.[t.instance.$.uid];
|
|
55
|
-
s && (s.observer.unobserve(e), delete e._observe[t.instance.$.uid]);
|
|
56
|
-
}
|
|
57
|
-
const O = {
|
|
58
|
-
mounted: y,
|
|
59
|
-
unmounted: p
|
|
60
|
-
}, h = O;
|
|
61
|
-
export {
|
|
62
|
-
I as M,
|
|
63
|
-
h as i,
|
|
64
|
-
j as m
|
|
65
|
-
};
|