@eodash/eodash 5.0.0-alpha.2.17 → 5.0.0-alpha.2.18
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/App.vue +2 -0
- package/core/client/composables/EodashMap.js +93 -40
- package/core/client/eodash.js +8 -9
- package/core/client/plugins/index.js +2 -1
- package/core/client/utils/createLayers.js +7 -1
- package/core/client/utils/eodashSTAC.js +9 -0
- package/core/client/utils/helpers.js +16 -11
- package/core/client/vite-env.d.ts +1 -0
- package/dist/client/{DashboardLayout-BR1lU9ER.js → DashboardLayout-Dk6lzKZA.js} +2 -2
- package/dist/client/{DynamicWebComponent-7z8VFsrZ.js → DynamicWebComponent-BkMCGU7a.js} +1 -1
- package/dist/client/EodashDatePicker-D27wn0jP.js +276 -0
- package/dist/client/{EodashItemFilter-lNjVkidr.js → EodashItemFilter-DS1mOc2p.js} +1 -1
- package/dist/client/{EodashLayerControl-B0N8_XmX.js → EodashLayerControl-BqGA6jbV.js} +2247 -2198
- package/dist/client/{EodashMap-DFT2R2Rk.js → EodashMap-BnVrfBnA.js} +8671 -8650
- package/dist/client/{EodashMapBtns-CoGjVl8Y.js → EodashMapBtns-rv-U1nI_.js} +2 -2
- package/dist/client/{ExportState-Dwv37MRw.js → ExportState-C3Z1ET5c.js} +40 -40
- package/dist/client/{Footer-DuScuHSx.js → Footer-BBkNiqPm.js} +1 -1
- package/dist/client/{Header-C4Y0u0E5.js → Header-BQKHLO5P.js} +4 -4
- package/dist/client/{IframeWrapper-D1TfK4xH.js → IframeWrapper-BX4e2uxq.js} +1 -1
- package/dist/client/{MobileLayout-C-b8DIFO.js → MobileLayout-C2aqobN5.js} +6 -6
- package/dist/client/{PopUp-DBMZX3l3.js → PopUp-DG3zrW12.js} +15 -15
- package/dist/client/{VImg-bAMQHnMM.js → VImg-BLpHACcB.js} +2 -2
- package/dist/client/{VMain-Df5VMG9r.js → VMain-DOyRcpub.js} +2 -2
- package/dist/client/{VOverlay-D5GzAYRY.js → VOverlay-DAiInZQP.js} +32 -32
- package/dist/client/{WidgetsContainer-yZDmY6_u.js → WidgetsContainer-BqoX7R5Z.js} +3 -3
- package/dist/client/{asWebComponent-DhR2_xlP.js → asWebComponent-tNU8_fkz.js} +1210 -1184
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-C0MQxvur.js → forwardRefs-BexjzXbg.js} +1 -1
- package/dist/client/{index-qNWeBhRh.js → index-F73os72i.js} +23 -23
- package/dist/client/{lerc-B4lXefGh-CsL-d8wY.js → lerc-B4lXefGh-DhdntrgS.js} +1 -1
- package/dist/client/{ssrBoot-Xmkz8T49.js → ssrBoot-C71RpKe4.js} +1 -1
- package/dist/client/style.css +1 -1
- package/dist/client/{transition-DRzZPWIN.js → transition-DNdd2Y-1.js} +1 -1
- package/dist/client/{webfontloader-CqD-lAx-.js → webfontloader-C7dpDL7m.js} +1 -1
- package/package.json +4 -5
- package/widgets/EodashDatePicker.vue +24 -12
- package/widgets/EodashLayerControl.vue +3 -1
- package/widgets/EodashMap.vue +43 -25
- package/dist/client/EodashDatePicker-o7ZOYIHL.js +0 -259
package/dist/client/eo-dash.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g,
|
|
1
|
+
import { g, bp as c, ab as p, az as h, p as b, bq as S } from "./asWebComponent-tNU8_fkz.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 o
|
|
10
|
+
function s(o, d, i) {
|
|
11
11
|
return g()({
|
|
12
|
-
name:
|
|
12
|
+
name: o,
|
|
13
13
|
props: _({
|
|
14
14
|
mode: i,
|
|
15
15
|
origin: d
|
|
@@ -56,7 +56,7 @@ function o(s, 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 ? "" : o,
|
|
60
60
|
css: !n.disabled,
|
|
61
61
|
...n.group ? void 0 : {
|
|
62
62
|
mode: n.mode
|
|
@@ -67,10 +67,10 @@ function o(s, d, i) {
|
|
|
67
67
|
}
|
|
68
68
|
});
|
|
69
69
|
}
|
|
70
|
-
function m(
|
|
70
|
+
function m(o, d) {
|
|
71
71
|
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "in-out";
|
|
72
72
|
return g()({
|
|
73
|
-
name:
|
|
73
|
+
name: o,
|
|
74
74
|
props: {
|
|
75
75
|
mode: {
|
|
76
76
|
type: String,
|
|
@@ -85,7 +85,7 @@ function m(s, 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 ? "" : o,
|
|
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(s, d) {
|
|
|
94
94
|
});
|
|
95
95
|
}
|
|
96
96
|
function v() {
|
|
97
|
-
let
|
|
97
|
+
let o = 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, o && t._parent && t._parent.classList.add(o), 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
|
+
o && t._parent && t._parent.classList.remove(o), 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
|
+
s("fab-transition", "center center", "out-in");
|
|
136
|
+
s("dialog-bottom-transition");
|
|
137
|
+
s("dialog-top-transition");
|
|
138
|
+
const L = s("fade-transition");
|
|
139
|
+
s("scale-transition");
|
|
140
|
+
s("scroll-x-transition");
|
|
141
|
+
s("scroll-x-reverse-transition");
|
|
142
|
+
s("scroll-y-transition");
|
|
143
|
+
s("scroll-y-reverse-transition");
|
|
144
|
+
s("slide-x-transition");
|
|
145
|
+
s("slide-x-reverse-transition");
|
|
146
|
+
s("slide-y-transition");
|
|
147
|
+
s("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-BnVrfBnA.js";
|
|
3
3
|
import { g as DA } from "./basedecoder-DHcBySSe-BmCFNFnw.js";
|
|
4
4
|
var iA = { exports: {} };
|
|
5
5
|
(function(W) {
|