@eodash/eodash 5.0.0-alpha.2.17 → 5.0.0-alpha.2.19
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 +139 -100
- package/core/client/eodash.js +32 -12
- package/core/client/plugins/index.js +2 -1
- package/core/client/store/Actions.js +6 -0
- package/core/client/utils/createLayers.js +32 -11
- package/core/client/utils/eodashSTAC.js +22 -5
- package/core/client/utils/helpers.js +19 -14
- package/core/client/vite-env.d.ts +1 -0
- package/dist/client/{DashboardLayout-BR1lU9ER.js → DashboardLayout-CU4js3lr.js} +2 -2
- package/dist/client/{DynamicWebComponent-7z8VFsrZ.js → DynamicWebComponent-BsYZdIEB.js} +2 -2
- package/dist/client/EodashDatePicker-DZoH_gRX.js +276 -0
- package/dist/client/{EodashItemFilter-lNjVkidr.js → EodashItemFilter-CHBfsFSm.js} +1362 -1347
- package/dist/client/{EodashLayerControl-B0N8_XmX.js → EodashLayerControl-CuY-cAx8.js} +4773 -4593
- package/dist/client/{EodashMap-DFT2R2Rk.js → EodashMap-Ch43fWNv.js} +21032 -20669
- package/dist/client/{EodashMapBtns-CoGjVl8Y.js → EodashMapBtns-CFA2uti4.js} +2 -2
- package/dist/client/{ExportState-Dwv37MRw.js → ExportState-C6raDjTt.js} +68 -69
- package/dist/client/{Footer-DuScuHSx.js → Footer-D8T5ROhF.js} +1 -1
- package/dist/client/{Header-C4Y0u0E5.js → Header-B8B4Z5R9.js} +4 -4
- package/dist/client/{IframeWrapper-D1TfK4xH.js → IframeWrapper-BK2JxzSJ.js} +1 -1
- package/dist/client/{MobileLayout-C-b8DIFO.js → MobileLayout-aZaYvF8V.js} +51 -51
- package/dist/client/{PopUp-DBMZX3l3.js → PopUp-DdHXoNOP.js} +42 -42
- package/dist/client/{VImg-bAMQHnMM.js → VImg-yb8O1cb8.js} +2 -2
- package/dist/client/{VMain-Df5VMG9r.js → VMain-Dknnyxts.js} +2 -2
- package/dist/client/{VOverlay-D5GzAYRY.js → VOverlay-BCOn3hd6.js} +64 -64
- package/dist/client/{WidgetsContainer-yZDmY6_u.js → WidgetsContainer-BixUyr1e.js} +3 -3
- package/dist/client/{asWebComponent-DhR2_xlP.js → asWebComponent-CHqY8A1z.js} +7231 -7087
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-C0MQxvur.js → forwardRefs-dcYA2XVU.js} +1 -1
- package/dist/client/{index-qNWeBhRh.js → index-BVuSHaVu.js} +23 -23
- package/dist/client/{lerc-B4lXefGh-CsL-d8wY.js → lerc-BPVtQnt3-08GHszVp.js} +1 -1
- package/dist/client/{ssrBoot-Xmkz8T49.js → ssrBoot-DU2S_nLc.js} +1 -1
- package/dist/client/style.css +1 -1
- package/dist/client/{transition-DRzZPWIN.js → transition-C_fi1aa6.js} +1 -1
- package/dist/client/{webfontloader-CqD-lAx-.js → webfontloader-Ofarvipf.js} +1 -1
- package/package.json +6 -7
- package/widgets/EodashDatePicker.vue +24 -12
- package/widgets/EodashLayerControl.vue +23 -4
- 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-CHqY8A1z.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 {
|
|
2
|
+
import { T as sA, R as gA, S as rA } from "./EodashMap-Ch43fWNv.js";
|
|
3
3
|
import { g as DA } from "./basedecoder-DHcBySSe-BmCFNFnw.js";
|
|
4
4
|
var iA = { exports: {} };
|
|
5
5
|
(function(W) {
|