@eodash/eodash 5.0.0-alpha.2.14 → 5.0.0-alpha.2.16
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/composables/EodashMap.js +245 -0
- package/core/client/composables/index.js +2 -2
- package/core/client/eodash.js +1 -2
- package/core/client/store/Actions.js +30 -10
- package/core/client/store/States.js +4 -1
- package/core/client/store/stac.js +52 -2
- package/core/client/types.d.ts +6 -2
- package/core/client/utils/createLayers.js +147 -40
- package/core/client/utils/eodashSTAC.js +94 -19
- package/core/client/utils/helpers.js +189 -11
- package/core/client/utils/states.js +17 -0
- package/dist/client/{DashboardLayout-ulCTLwXv.js → DashboardLayout-CCtyOil0.js} +2 -2
- package/dist/client/{DynamicWebComponent-CZJjeckP.js → DynamicWebComponent-But2r1Sj.js} +2 -2
- package/dist/client/EodashDatePicker-jeYiWflv.js +247 -0
- package/dist/client/{EodashItemFilter-9hK-3-7Y.js → EodashItemFilter-BFlfWeE_.js} +2028 -2024
- package/dist/client/EodashLayerControl-BhZL4pYM.js +24358 -0
- package/dist/client/{EodashMap-jqF-NaSp.js → EodashMap-C5tOgVOv.js} +22268 -24006
- package/dist/client/{EodashMapBtns-F7rE6A-2.js → EodashMapBtns-CdDfVQj0.js} +2 -2
- package/dist/client/{ExportState-CHU5c0uO.js → ExportState-CKCCN_VI.js} +142 -136
- package/dist/client/{Footer-DjkwaDHV.js → Footer-B9yVgyzx.js} +67 -65
- package/dist/client/{Header-V8pZw2HR.js → Header-CPIlUEOq.js} +4 -4
- package/dist/client/{IframeWrapper-C8EZZnHk.js → IframeWrapper-DRw1kHJm.js} +1 -1
- package/dist/client/{MobileLayout-zOO_ZJVe.js → MobileLayout-CPxVee5U.js} +6 -6
- package/dist/client/{PopUp-BNnXTHYD.js → PopUp-Dca-gx9a.js} +5 -5
- package/dist/client/{VImg-Cj6-XkWV.js → VImg-PHLA1nP1.js} +2 -2
- package/dist/client/{VMain-BXL9EwGV.js → VMain-Ck81LJfb.js} +2 -2
- package/dist/client/{VOverlay-C9MeDzGb.js → VOverlay-CL4hiJB8.js} +92 -92
- package/dist/client/{WidgetsContainer-Cw4LFyGR.js → WidgetsContainer-jxk3kw-d.js} +1 -1
- package/dist/client/asWebComponent-3OsFQJVx.js +23633 -0
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-DF-jCteQ.js → forwardRefs-BxZaq9ml.js} +1 -1
- package/dist/client/{index-BfF7LPVL.js → index-Vul961Xy.js} +23 -23
- package/dist/client/{lerc-B4lXefGh-WUagmXWl.js → lerc-B4lXefGh-BESXOHWk.js} +1 -1
- package/dist/client/{ssrBoot-DNvPtEea.js → ssrBoot-BFMBrCqY.js} +1 -1
- package/dist/client/style.css +2 -2
- package/dist/client/{transition-Dc2dpya2.js → transition-U5aFjJtV.js} +1 -1
- package/dist/client/{webfontloader-qotgY98I.js → webfontloader-D_JbBwHu.js} +1 -1
- package/package.json +5 -3
- package/widgets/EodashDatePicker.vue +32 -40
- package/widgets/EodashItemFilter.vue +2 -0
- package/widgets/EodashLayerControl.vue +69 -7
- package/widgets/EodashMap.vue +35 -208
- package/widgets/ExportState.vue +8 -7
- package/dist/client/EodashDatePicker-BClSZg9g.js +0 -252
- package/dist/client/EodashLayerControl-p5FdBiiJ.js +0 -20969
- package/dist/client/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/client/asWebComponent-GN3G-Gdj.js +0 -20451
- package/dist/client/helpers-XtsCspQr.js +0 -1390
package/dist/client/eo-dash.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g,
|
|
1
|
+
import { g, bo as c, ab as p, az as h, p as b, bp as S } from "./asWebComponent-3OsFQJVx.js";
|
|
2
2
|
const _ = b({
|
|
3
3
|
disabled: Boolean,
|
|
4
4
|
group: Boolean,
|
|
@@ -7,9 +7,9 @@ const _ = b({
|
|
|
7
7
|
mode: String,
|
|
8
8
|
origin: String
|
|
9
9
|
}, "transition");
|
|
10
|
-
function s
|
|
10
|
+
function o(s, d, i) {
|
|
11
11
|
return g()({
|
|
12
|
-
name:
|
|
12
|
+
name: s,
|
|
13
13
|
props: _({
|
|
14
14
|
mode: i,
|
|
15
15
|
origin: d
|
|
@@ -56,7 +56,7 @@ function s(o, d, i) {
|
|
|
56
56
|
return () => {
|
|
57
57
|
const e = n.group ? c : p;
|
|
58
58
|
return h(e, {
|
|
59
|
-
name: n.disabled ? "" :
|
|
59
|
+
name: n.disabled ? "" : s,
|
|
60
60
|
css: !n.disabled,
|
|
61
61
|
...n.group ? void 0 : {
|
|
62
62
|
mode: n.mode
|
|
@@ -67,10 +67,10 @@ function s(o, d, i) {
|
|
|
67
67
|
}
|
|
68
68
|
});
|
|
69
69
|
}
|
|
70
|
-
function m(
|
|
70
|
+
function m(s, d) {
|
|
71
71
|
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "in-out";
|
|
72
72
|
return g()({
|
|
73
|
-
name:
|
|
73
|
+
name: s,
|
|
74
74
|
props: {
|
|
75
75
|
mode: {
|
|
76
76
|
type: String,
|
|
@@ -85,7 +85,7 @@ function m(o, d) {
|
|
|
85
85
|
} = r;
|
|
86
86
|
const t = n.group ? c : p;
|
|
87
87
|
return () => h(t, {
|
|
88
|
-
name: n.disabled ? "" :
|
|
88
|
+
name: n.disabled ? "" : s,
|
|
89
89
|
css: !n.disabled,
|
|
90
90
|
// mode: props.mode, // TODO: vuejs/vue-next#3104
|
|
91
91
|
...n.disabled ? {} : d
|
|
@@ -94,7 +94,7 @@ function m(o, d) {
|
|
|
94
94
|
});
|
|
95
95
|
}
|
|
96
96
|
function v() {
|
|
97
|
-
let
|
|
97
|
+
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
|
|
98
98
|
const i = (arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1) ? "width" : "height", n = S(`offset-${i}`);
|
|
99
99
|
return {
|
|
100
100
|
onBeforeEnter(t) {
|
|
@@ -108,7 +108,7 @@ function v() {
|
|
|
108
108
|
const e = t._initialStyle;
|
|
109
109
|
t.style.setProperty("transition", "none", "important"), t.style.overflow = "hidden";
|
|
110
110
|
const l = `${t[n]}px`;
|
|
111
|
-
t.style[i] = "0", t.offsetHeight, t.style.transition = e.transition,
|
|
111
|
+
t.style[i] = "0", t.offsetHeight, t.style.transition = e.transition, s && t._parent && t._parent.classList.add(s), requestAnimationFrame(() => {
|
|
112
112
|
t.style[i] = l;
|
|
113
113
|
});
|
|
114
114
|
},
|
|
@@ -125,26 +125,26 @@ function v() {
|
|
|
125
125
|
onLeaveCancelled: r
|
|
126
126
|
};
|
|
127
127
|
function r(t) {
|
|
128
|
-
|
|
128
|
+
s && t._parent && t._parent.classList.remove(s), a(t);
|
|
129
129
|
}
|
|
130
130
|
function a(t) {
|
|
131
131
|
const e = t._initialStyle[i];
|
|
132
132
|
t.style.overflow = t._initialStyle.overflow, e != null && (t.style[i] = e), delete t._initialStyle;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
const L =
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
135
|
+
o("fab-transition", "center center", "out-in");
|
|
136
|
+
o("dialog-bottom-transition");
|
|
137
|
+
o("dialog-top-transition");
|
|
138
|
+
const L = o("fade-transition");
|
|
139
|
+
o("scale-transition");
|
|
140
|
+
o("scroll-x-transition");
|
|
141
|
+
o("scroll-x-reverse-transition");
|
|
142
|
+
o("scroll-y-transition");
|
|
143
|
+
o("scroll-y-reverse-transition");
|
|
144
|
+
o("slide-x-transition");
|
|
145
|
+
o("slide-x-reverse-transition");
|
|
146
|
+
o("slide-y-transition");
|
|
147
|
+
o("slide-y-reverse-transition");
|
|
148
148
|
const T = m("expand-transition", v());
|
|
149
149
|
m("expand-x-transition", v("", !0));
|
|
150
150
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { b as tA } from "./pako.esm-CB1uQYY0-DB0PYm1P.js";
|
|
2
|
-
import { o as sA, a as gA, x as rA } from "./EodashMap-
|
|
2
|
+
import { o as sA, a as gA, x as rA } from "./EodashMap-C5tOgVOv.js";
|
|
3
3
|
import { g as DA } from "./basedecoder-DHcBySSe-BmCFNFnw.js";
|
|
4
4
|
var iA = { exports: {} };
|
|
5
5
|
(function(W) {
|