@eodash/eodash 5.0.0-alpha.2.6 → 5.0.0-alpha.2.8
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 -2
- package/core/client/components/MobileLayout.vue +1 -2
- package/core/client/composables/DefineWidgets.js +1 -1
- package/core/client/composables/index.js +12 -0
- package/core/client/eodash.js +15 -2
- package/core/client/store/Actions.js +14 -0
- package/core/client/types.d.ts +6 -1
- package/core/client/utils/index.js +12 -0
- package/dist/client/{DashboardLayout-BuDcv6LM.js → DashboardLayout-CKOExc7r.js} +4 -4
- package/dist/client/{DynamicWebComponent-BEP4rVce.js → DynamicWebComponent-m1Zbbw6n.js} +4 -4
- package/dist/client/EodashDatePicker-CGdJRGZJ.js +252 -0
- package/dist/client/{EodashItemFilter-BElmgrST.js → EodashItemFilter-BjM_LHaE.js} +2 -2
- package/dist/client/EodashMap-61UMC8sv.js +86917 -0
- package/dist/client/EodashMapBtns-DVITfAFx.js +36 -0
- package/dist/client/ExportState-DhpK09GR.js +558 -0
- package/dist/client/{Footer-CoPx6UXQ.js → Footer-CIwjaddz.js} +11 -11
- package/dist/client/Header-BcM-pZFi.js +350 -0
- package/dist/client/{IframeWrapper-2w2ye0zM.js → IframeWrapper-CAe6HPqe.js} +1 -1
- package/dist/client/{MobileLayout-C9OVcP12.js → MobileLayout-DcZOQX8r.js} +11 -11
- package/dist/client/PopUp-DCaITceG.js +300 -0
- package/dist/client/VImg-C-I_7puM.js +291 -0
- package/dist/client/{VMain-Dm43jd43.js → VMain-Cd3P0YTG.js} +2 -2
- package/dist/client/VOverlay-AcvFgk39.js +967 -0
- package/dist/client/{WidgetsContainer-BS87sLqk.js → WidgetsContainer-B0-q0EMO.js} +1 -1
- package/dist/client/{asWebComponent-CpQUVi2N.js → asWebComponent-zuKR9I1w.js} +5939 -5713
- package/dist/client/{decoder-CP4lv0Kb-BHrv68IA.js → decoder-CP4lv0Kb-DdKalImK.js} +1 -1
- package/dist/client/eo-dash.js +4 -4
- package/dist/client/{eodashSTAC-Q7kbX1Gy.js → eodashSTAC-DGB50vNk.js} +1 -1
- package/dist/client/{forwardRefs-BVFQ82G4.js → forwardRefs-BnxE4iKQ.js} +35 -33
- package/dist/client/{index-dOzyv_xR.js → index-hSIi5Ygk.js} +8 -8
- package/dist/client/{lerc-DzVumYtB-rm1Xco54.js → lerc-DzVumYtB-cTUap6k_.js} +1 -1
- package/dist/client/{ssrBoot-L9KejErM.js → ssrBoot-D3KF5Thc.js} +1 -1
- package/dist/client/style.css +2 -2
- package/dist/client/{transition-DCePIwYR.js → transition-D3a4tiJv.js} +6 -6
- package/dist/node/cli.js +2 -2
- package/package.json +2 -2
- package/widgets/EodashMap.vue +33 -29
- package/widgets/EodashMapBtns.vue +33 -0
- package/widgets/ExportState.vue +112 -0
- package/widgets/PopUp.vue +40 -0
- package/dist/client/EodashDatePicker-oFb1zt5E.js +0 -1211
- package/dist/client/EodashMap-DXyOgcEd.js +0 -50707
- package/dist/client/Header-C-zX31Ys.js +0 -635
- package/dist/client/eox-map-L7abwKTR.js +0 -36260
package/dist/client/eo-dash.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as X, g as Te } from "./_commonjsHelpers-DaMA6jEr.js";
|
|
2
|
-
import {
|
|
2
|
+
import { aK as Ce } from "./asWebComponent-zuKR9I1w.js";
|
|
3
3
|
var Ae = { exports: {} }, ee = { exports: {} };
|
|
4
4
|
/*! https://mths.be/punycode v1.4.0 by @mathias */
|
|
5
5
|
ee.exports;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as v, s as w, c as x, w as R,
|
|
1
|
+
import { p as v, s as w, c as x, w as R, b9 as b } from "./asWebComponent-zuKR9I1w.js";
|
|
2
2
|
class d {
|
|
3
3
|
constructor(r) {
|
|
4
4
|
let {
|
|
@@ -45,16 +45,16 @@ function O(e) {
|
|
|
45
45
|
function P(e) {
|
|
46
46
|
const r = e.getBoundingClientRect(), n = getComputedStyle(e), i = n.transform;
|
|
47
47
|
if (i) {
|
|
48
|
-
let s, t, o,
|
|
48
|
+
let s, t, o, a, f;
|
|
49
49
|
if (i.startsWith("matrix3d("))
|
|
50
|
-
s = i.slice(9, -1).split(/, /), t = +s[0], o = +s[5],
|
|
50
|
+
s = i.slice(9, -1).split(/, /), t = +s[0], o = +s[5], a = +s[12], f = +s[13];
|
|
51
51
|
else if (i.startsWith("matrix("))
|
|
52
|
-
s = i.slice(7, -1).split(/, /), t = +s[0], o = +s[3],
|
|
52
|
+
s = i.slice(7, -1).split(/, /), t = +s[0], o = +s[3], a = +s[4], f = +s[5];
|
|
53
53
|
else
|
|
54
54
|
return new d(r);
|
|
55
|
-
const
|
|
55
|
+
const c = n.transformOrigin, u = r.x - a - (1 - t) * parseFloat(c), l = r.y - f - (1 - o) * parseFloat(c.slice(c.indexOf(" ") + 1)), h = t ? r.width / t : e.offsetWidth + 1, m = o ? r.height / o : e.offsetHeight + 1;
|
|
56
56
|
return new d({
|
|
57
|
-
x:
|
|
57
|
+
x: u,
|
|
58
58
|
y: l,
|
|
59
59
|
width: h,
|
|
60
60
|
height: m
|
|
@@ -80,10 +80,10 @@ function B(e, r, n) {
|
|
|
80
80
|
};
|
|
81
81
|
})), i;
|
|
82
82
|
}
|
|
83
|
-
const
|
|
83
|
+
const z = "cubic-bezier(0.4, 0, 0.2, 1)", I = "cubic-bezier(0.0, 0, 0.2, 1)", C = "cubic-bezier(0.4, 0, 1, 1)", S = v({
|
|
84
84
|
eager: Boolean
|
|
85
85
|
}, "lazy");
|
|
86
|
-
function
|
|
86
|
+
function _(e, r) {
|
|
87
87
|
const n = w(!1), i = x(() => n.value || e.eager || r.value);
|
|
88
88
|
R(r, () => n.value = !0);
|
|
89
89
|
function s() {
|
|
@@ -95,7 +95,7 @@ function S(e, r) {
|
|
|
95
95
|
onAfterLeave: s
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function A() {
|
|
99
99
|
const r = b("useScopeId").vnode.scopeId;
|
|
100
100
|
return {
|
|
101
101
|
scopeId: r ? {
|
|
@@ -112,7 +112,7 @@ function g(e, r) {
|
|
|
112
112
|
n = Object.getPrototypeOf(n);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function D(e) {
|
|
116
116
|
for (var r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++)
|
|
117
117
|
n[i - 1] = arguments[i];
|
|
118
118
|
return e[p] = n, new Proxy(e, {
|
|
@@ -122,8 +122,8 @@ function z(e) {
|
|
|
122
122
|
if (!(typeof t == "symbol" || t.startsWith("$") || t.startsWith("__"))) {
|
|
123
123
|
for (const o of n)
|
|
124
124
|
if (o.value && Reflect.has(o.value, t)) {
|
|
125
|
-
const
|
|
126
|
-
return typeof
|
|
125
|
+
const a = Reflect.get(o.value, t);
|
|
126
|
+
return typeof a == "function" ? a.bind(o.value) : a;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
},
|
|
@@ -140,29 +140,29 @@ function z(e) {
|
|
|
140
140
|
if (Reflect.has(s, t))
|
|
141
141
|
return Reflect.set(s, t, o);
|
|
142
142
|
if (typeof t == "symbol" || t.startsWith("$") || t.startsWith("__")) return !1;
|
|
143
|
-
for (const
|
|
144
|
-
if (
|
|
145
|
-
return Reflect.set(
|
|
143
|
+
for (const a of n)
|
|
144
|
+
if (a.value && Reflect.has(a.value, t))
|
|
145
|
+
return Reflect.set(a.value, t, o);
|
|
146
146
|
return !1;
|
|
147
147
|
},
|
|
148
148
|
getOwnPropertyDescriptor(s, t) {
|
|
149
149
|
const o = Reflect.getOwnPropertyDescriptor(s, t);
|
|
150
150
|
if (o) return o;
|
|
151
151
|
if (!(typeof t == "symbol" || t.startsWith("$") || t.startsWith("__"))) {
|
|
152
|
-
for (const
|
|
153
|
-
if (!
|
|
154
|
-
const
|
|
155
|
-
if (
|
|
152
|
+
for (const a of n) {
|
|
153
|
+
if (!a.value) continue;
|
|
154
|
+
const f = g(a.value, t) ?? ("_" in a.value ? g(a.value._?.setupState, t) : void 0);
|
|
155
|
+
if (f) return f;
|
|
156
156
|
}
|
|
157
|
-
for (const
|
|
158
|
-
const
|
|
159
|
-
if (!
|
|
160
|
-
const
|
|
161
|
-
for (;
|
|
162
|
-
const
|
|
157
|
+
for (const a of n) {
|
|
158
|
+
const f = a.value && a.value[p];
|
|
159
|
+
if (!f) continue;
|
|
160
|
+
const c = f.slice();
|
|
161
|
+
for (; c.length; ) {
|
|
162
|
+
const u = c.shift(), l = g(u.value, t);
|
|
163
163
|
if (l) return l;
|
|
164
|
-
const h =
|
|
165
|
-
h &&
|
|
164
|
+
const h = u.value && u.value[p];
|
|
165
|
+
h && c.push(...h);
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
}
|
|
@@ -172,12 +172,14 @@ function z(e) {
|
|
|
172
172
|
export {
|
|
173
173
|
d as B,
|
|
174
174
|
B as a,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
A as b,
|
|
176
|
+
C as c,
|
|
177
|
+
I as d,
|
|
178
|
+
W as e,
|
|
179
|
+
D as f,
|
|
178
180
|
O as g,
|
|
179
|
-
|
|
181
|
+
S as m,
|
|
180
182
|
P as n,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
+
z as s,
|
|
184
|
+
_ as u
|
|
183
185
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g,
|
|
2
|
-
const
|
|
1
|
+
import { g as c, bb as g, ab as p, ay as h, p as b, bc as S } from "./asWebComponent-zuKR9I1w.js";
|
|
2
|
+
const _ = b({
|
|
3
3
|
disabled: Boolean,
|
|
4
4
|
group: Boolean,
|
|
5
5
|
hideOnLeave: Boolean,
|
|
@@ -8,9 +8,9 @@ const S = b({
|
|
|
8
8
|
origin: String
|
|
9
9
|
}, "transition");
|
|
10
10
|
function s(o, d, i) {
|
|
11
|
-
return
|
|
11
|
+
return c()({
|
|
12
12
|
name: o,
|
|
13
|
-
props:
|
|
13
|
+
props: _({
|
|
14
14
|
mode: i,
|
|
15
15
|
origin: d
|
|
16
16
|
}),
|
|
@@ -54,7 +54,7 @@ function s(o, d, i) {
|
|
|
54
54
|
}
|
|
55
55
|
};
|
|
56
56
|
return () => {
|
|
57
|
-
const e = n.group ?
|
|
57
|
+
const e = n.group ? g : p;
|
|
58
58
|
return h(e, {
|
|
59
59
|
name: n.disabled ? "" : o,
|
|
60
60
|
css: !n.disabled,
|
|
@@ -69,7 +69,7 @@ function s(o, d, i) {
|
|
|
69
69
|
}
|
|
70
70
|
function m(o, d) {
|
|
71
71
|
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "in-out";
|
|
72
|
-
return
|
|
72
|
+
return c()({
|
|
73
73
|
name: o,
|
|
74
74
|
props: {
|
|
75
75
|
mode: {
|
|
@@ -83,7 +83,7 @@ function m(o, d) {
|
|
|
83
83
|
let {
|
|
84
84
|
slots: a
|
|
85
85
|
} = r;
|
|
86
|
-
const t = n.group ?
|
|
86
|
+
const t = n.group ? g : p;
|
|
87
87
|
return () => h(t, {
|
|
88
88
|
name: n.disabled ? "" : o,
|
|
89
89
|
css: !n.disabled,
|
|
@@ -95,7 +95,7 @@ function m(o, d) {
|
|
|
95
95
|
}
|
|
96
96
|
function v() {
|
|
97
97
|
let o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
|
|
98
|
-
const i = (arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1) ? "width" : "height", n =
|
|
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) {
|
|
101
101
|
t._parent = t.parentNode, t._initialStyle = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { b as tA } from "./pako.esm-CB1uQYY0-DB0PYm1P.js";
|
|
2
|
-
import { z as sA, B as gA, K as rA } from "./EodashMap-
|
|
2
|
+
import { z as sA, B as gA, K as rA } from "./EodashMap-61UMC8sv.js";
|
|
3
3
|
import { g as DA } from "./basedecoder-DHcBySSe-BmCFNFnw.js";
|
|
4
4
|
var iA = { exports: {} };
|
|
5
5
|
(function(W) {
|