@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.
Files changed (39) hide show
  1. package/core/client/App.vue +2 -0
  2. package/core/client/composables/EodashMap.js +93 -40
  3. package/core/client/eodash.js +8 -9
  4. package/core/client/plugins/index.js +2 -1
  5. package/core/client/utils/createLayers.js +7 -1
  6. package/core/client/utils/eodashSTAC.js +9 -0
  7. package/core/client/utils/helpers.js +16 -11
  8. package/core/client/vite-env.d.ts +1 -0
  9. package/dist/client/{DashboardLayout-BR1lU9ER.js → DashboardLayout-Dk6lzKZA.js} +2 -2
  10. package/dist/client/{DynamicWebComponent-7z8VFsrZ.js → DynamicWebComponent-BkMCGU7a.js} +1 -1
  11. package/dist/client/EodashDatePicker-D27wn0jP.js +276 -0
  12. package/dist/client/{EodashItemFilter-lNjVkidr.js → EodashItemFilter-DS1mOc2p.js} +1 -1
  13. package/dist/client/{EodashLayerControl-B0N8_XmX.js → EodashLayerControl-BqGA6jbV.js} +2247 -2198
  14. package/dist/client/{EodashMap-DFT2R2Rk.js → EodashMap-BnVrfBnA.js} +8671 -8650
  15. package/dist/client/{EodashMapBtns-CoGjVl8Y.js → EodashMapBtns-rv-U1nI_.js} +2 -2
  16. package/dist/client/{ExportState-Dwv37MRw.js → ExportState-C3Z1ET5c.js} +40 -40
  17. package/dist/client/{Footer-DuScuHSx.js → Footer-BBkNiqPm.js} +1 -1
  18. package/dist/client/{Header-C4Y0u0E5.js → Header-BQKHLO5P.js} +4 -4
  19. package/dist/client/{IframeWrapper-D1TfK4xH.js → IframeWrapper-BX4e2uxq.js} +1 -1
  20. package/dist/client/{MobileLayout-C-b8DIFO.js → MobileLayout-C2aqobN5.js} +6 -6
  21. package/dist/client/{PopUp-DBMZX3l3.js → PopUp-DG3zrW12.js} +15 -15
  22. package/dist/client/{VImg-bAMQHnMM.js → VImg-BLpHACcB.js} +2 -2
  23. package/dist/client/{VMain-Df5VMG9r.js → VMain-DOyRcpub.js} +2 -2
  24. package/dist/client/{VOverlay-D5GzAYRY.js → VOverlay-DAiInZQP.js} +32 -32
  25. package/dist/client/{WidgetsContainer-yZDmY6_u.js → WidgetsContainer-BqoX7R5Z.js} +3 -3
  26. package/dist/client/{asWebComponent-DhR2_xlP.js → asWebComponent-tNU8_fkz.js} +1210 -1184
  27. package/dist/client/eo-dash.js +1 -1
  28. package/dist/client/{forwardRefs-C0MQxvur.js → forwardRefs-BexjzXbg.js} +1 -1
  29. package/dist/client/{index-qNWeBhRh.js → index-F73os72i.js} +23 -23
  30. package/dist/client/{lerc-B4lXefGh-CsL-d8wY.js → lerc-B4lXefGh-DhdntrgS.js} +1 -1
  31. package/dist/client/{ssrBoot-Xmkz8T49.js → ssrBoot-C71RpKe4.js} +1 -1
  32. package/dist/client/style.css +1 -1
  33. package/dist/client/{transition-DRzZPWIN.js → transition-DNdd2Y-1.js} +1 -1
  34. package/dist/client/{webfontloader-CqD-lAx-.js → webfontloader-C7dpDL7m.js} +1 -1
  35. package/package.json +4 -5
  36. package/widgets/EodashDatePicker.vue +24 -12
  37. package/widgets/EodashLayerControl.vue +3 -1
  38. package/widgets/EodashMap.vue +43 -25
  39. package/dist/client/EodashDatePicker-o7ZOYIHL.js +0 -259
@@ -1,4 +1,4 @@
1
- import { bM as a, bN as e, bO as o } from "./asWebComponent-DhR2_xlP.js";
1
+ import { bN as a, bO as e, bP as o } from "./asWebComponent-tNU8_fkz.js";
2
2
  export {
3
3
  a as Eodash,
4
4
  e as register,
@@ -1,4 +1,4 @@
1
- import { p as v, s as w, c as x, w as R, bm as b } from "./asWebComponent-DhR2_xlP.js";
1
+ import { p as v, s as w, c as x, w as R, bn as b } from "./asWebComponent-tNU8_fkz.js";
2
2
  class d {
3
3
  constructor(r) {
4
4
  let {
@@ -1,4 +1,4 @@
1
- import { g, bo as c, ab as p, az as h, p as b, bp as S } from "./asWebComponent-DhR2_xlP.js";
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(s, d, i) {
10
+ function s(o, d, i) {
11
11
  return g()({
12
- name: s,
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 ? "" : s,
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(s, d) {
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: s,
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 ? "" : s,
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 s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
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, s && t._parent && t._parent.classList.add(s), requestAnimationFrame(() => {
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
- s && t._parent && t._parent.classList.remove(s), a(t);
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
- 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");
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-DFT2R2Rk.js";
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) {
@@ -1,4 +1,4 @@
1
- import { s, Z as t, c as e, as as n } from "./asWebComponent-DhR2_xlP.js";
1
+ import { s, Z as t, c as e, as as n } from "./asWebComponent-tNU8_fkz.js";
2
2
  function i() {
3
3
  const o = s(!1);
4
4
  return t(() => {