@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.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/core/client/composables/EodashMap.js +245 -0
  3. package/core/client/composables/index.js +2 -2
  4. package/core/client/eodash.js +1 -2
  5. package/core/client/store/Actions.js +30 -10
  6. package/core/client/store/States.js +4 -1
  7. package/core/client/store/stac.js +52 -2
  8. package/core/client/types.d.ts +6 -2
  9. package/core/client/utils/createLayers.js +147 -40
  10. package/core/client/utils/eodashSTAC.js +94 -19
  11. package/core/client/utils/helpers.js +189 -11
  12. package/core/client/utils/states.js +17 -0
  13. package/dist/client/{DashboardLayout-ulCTLwXv.js → DashboardLayout-CCtyOil0.js} +2 -2
  14. package/dist/client/{DynamicWebComponent-CZJjeckP.js → DynamicWebComponent-But2r1Sj.js} +2 -2
  15. package/dist/client/EodashDatePicker-jeYiWflv.js +247 -0
  16. package/dist/client/{EodashItemFilter-9hK-3-7Y.js → EodashItemFilter-BFlfWeE_.js} +2028 -2024
  17. package/dist/client/EodashLayerControl-BhZL4pYM.js +24358 -0
  18. package/dist/client/{EodashMap-jqF-NaSp.js → EodashMap-C5tOgVOv.js} +22268 -24006
  19. package/dist/client/{EodashMapBtns-F7rE6A-2.js → EodashMapBtns-CdDfVQj0.js} +2 -2
  20. package/dist/client/{ExportState-CHU5c0uO.js → ExportState-CKCCN_VI.js} +142 -136
  21. package/dist/client/{Footer-DjkwaDHV.js → Footer-B9yVgyzx.js} +67 -65
  22. package/dist/client/{Header-V8pZw2HR.js → Header-CPIlUEOq.js} +4 -4
  23. package/dist/client/{IframeWrapper-C8EZZnHk.js → IframeWrapper-DRw1kHJm.js} +1 -1
  24. package/dist/client/{MobileLayout-zOO_ZJVe.js → MobileLayout-CPxVee5U.js} +6 -6
  25. package/dist/client/{PopUp-BNnXTHYD.js → PopUp-Dca-gx9a.js} +5 -5
  26. package/dist/client/{VImg-Cj6-XkWV.js → VImg-PHLA1nP1.js} +2 -2
  27. package/dist/client/{VMain-BXL9EwGV.js → VMain-Ck81LJfb.js} +2 -2
  28. package/dist/client/{VOverlay-C9MeDzGb.js → VOverlay-CL4hiJB8.js} +92 -92
  29. package/dist/client/{WidgetsContainer-Cw4LFyGR.js → WidgetsContainer-jxk3kw-d.js} +1 -1
  30. package/dist/client/asWebComponent-3OsFQJVx.js +23633 -0
  31. package/dist/client/eo-dash.js +1 -1
  32. package/dist/client/{forwardRefs-DF-jCteQ.js → forwardRefs-BxZaq9ml.js} +1 -1
  33. package/dist/client/{index-BfF7LPVL.js → index-Vul961Xy.js} +23 -23
  34. package/dist/client/{lerc-B4lXefGh-WUagmXWl.js → lerc-B4lXefGh-BESXOHWk.js} +1 -1
  35. package/dist/client/{ssrBoot-DNvPtEea.js → ssrBoot-BFMBrCqY.js} +1 -1
  36. package/dist/client/style.css +2 -2
  37. package/dist/client/{transition-Dc2dpya2.js → transition-U5aFjJtV.js} +1 -1
  38. package/dist/client/{webfontloader-qotgY98I.js → webfontloader-D_JbBwHu.js} +1 -1
  39. package/package.json +5 -3
  40. package/widgets/EodashDatePicker.vue +32 -40
  41. package/widgets/EodashItemFilter.vue +2 -0
  42. package/widgets/EodashLayerControl.vue +69 -7
  43. package/widgets/EodashMap.vue +35 -208
  44. package/widgets/ExportState.vue +8 -7
  45. package/dist/client/EodashDatePicker-BClSZg9g.js +0 -252
  46. package/dist/client/EodashLayerControl-p5FdBiiJ.js +0 -20969
  47. package/dist/client/_commonjsHelpers-DaMA6jEr.js +0 -8
  48. package/dist/client/asWebComponent-GN3G-Gdj.js +0 -20451
  49. package/dist/client/helpers-XtsCspQr.js +0 -1390
@@ -1,4 +1,4 @@
1
- import { bG as a, bH as e, bI as o } from "./asWebComponent-GN3G-Gdj.js";
1
+ import { bM as a, bN as e, bO as o } from "./asWebComponent-3OsFQJVx.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, bg as b } from "./asWebComponent-GN3G-Gdj.js";
1
+ import { p as v, s as w, c as x, w as R, bm as b } from "./asWebComponent-3OsFQJVx.js";
2
2
  class d {
3
3
  constructor(r) {
4
4
  let {
@@ -1,4 +1,4 @@
1
- import { g, bi as c, ab as p, ay as h, p as b, bj as S } from "./asWebComponent-GN3G-Gdj.js";
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(o, d, i) {
10
+ function o(s, d, i) {
11
11
  return g()({
12
- name: o,
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 ? "" : o,
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(o, d) {
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: o,
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 ? "" : o,
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 o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
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, o && t._parent && t._parent.classList.add(o), requestAnimationFrame(() => {
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
- o && t._parent && t._parent.classList.remove(o), a(t);
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
- 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");
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-jqF-NaSp.js";
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) {
@@ -1,4 +1,4 @@
1
- import { s, Z as t, c as e, as as n } from "./asWebComponent-GN3G-Gdj.js";
1
+ import { s, Z as t, c as e, as as n } from "./asWebComponent-3OsFQJVx.js";
2
2
  function i() {
3
3
  const o = s(!1);
4
4
  return t(() => {