@eodash/eodash 5.0.0-alpha.2.10 → 5.0.0-alpha.2.12

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 (44) hide show
  1. package/core/client/composables/index.js +37 -18
  2. package/core/client/eodash.js +3 -10
  3. package/core/client/store/Actions.js +9 -33
  4. package/core/client/store/States.js +3 -0
  5. package/core/client/utils/createLayers.js +131 -0
  6. package/core/client/utils/eodashSTAC.js +149 -227
  7. package/core/client/utils/helpers.js +49 -69
  8. package/dist/client/{DashboardLayout-C_3q8Y10.js → DashboardLayout-g4rqjeWc.js} +2 -2
  9. package/dist/client/{DynamicWebComponent-IiTTLBt-.js → DynamicWebComponent-BKV7nbud.js} +4 -4
  10. package/dist/client/{EodashDatePicker-DgC1lccp.js → EodashDatePicker-D4zsy9eq.js} +43 -43
  11. package/dist/client/EodashItemFilter-CRA5Ksjy.js +10067 -0
  12. package/dist/client/EodashLayerControl-CcFkORFA.js +31500 -0
  13. package/dist/client/{EodashMap-C96D3LLv.js → EodashMap-Bq6kJxfa.js} +8326 -8311
  14. package/dist/client/{EodashMapBtns-DDtzV94u.js → EodashMapBtns-Tzefzyf2.js} +5 -5
  15. package/dist/client/{ExportState-CduS2mFs.js → ExportState-CbK0FtDG.js} +37 -37
  16. package/dist/client/{Footer-DHQcutCv.js → Footer-BrNqLnRu.js} +1 -1
  17. package/dist/client/{Header-DC0y7rLK.js → Header-CbTE-BoI.js} +4 -4
  18. package/dist/client/{IframeWrapper-BK-10FbS.js → IframeWrapper-Ph5bZpJZ.js} +1 -1
  19. package/dist/client/{MobileLayout-BpLoMY4i.js → MobileLayout-kdgmpNhM.js} +6 -6
  20. package/dist/client/{PopUp-CNMCWL0z.js → PopUp-BWbFe1C1.js} +9 -9
  21. package/dist/client/{VImg-DT7eb8V-.js → VImg-CzQmrZjo.js} +2 -2
  22. package/dist/client/{VMain-OenWyy46.js → VMain-DfQqCpW9.js} +2 -2
  23. package/dist/client/{VOverlay-x3UXpKhr.js → VOverlay-sx4v7gXf.js} +71 -71
  24. package/dist/client/{WidgetsContainer-qMUwtN0W.js → WidgetsContainer-BrWo2pW8.js} +5 -5
  25. package/dist/client/{asWebComponent-DQrnLsI2.js → asWebComponent-CVFLR8Hh.js} +4117 -4117
  26. package/dist/client/{decoder-Cth6J7EK-CtUoHA6r.js → decoder-Cth6J7EK-DlG9ScOz.js} +1 -1
  27. package/dist/client/eo-dash.js +1 -1
  28. package/dist/client/{forwardRefs-CpNjL95t.js → forwardRefs-BOAfCdT0.js} +1 -1
  29. package/dist/client/{helpers-KCSgmfim.js → helpers-BjdrMtvO.js} +206 -232
  30. package/dist/client/{index-DopVrUzM.js → index-Ct9AYlRj.js} +5 -5
  31. package/dist/client/{lerc-BgbQqdFI-D986ErVw.js → lerc-BgbQqdFI-B1NkI4BO.js} +1 -1
  32. package/dist/client/{ssrBoot-DkjdOWvj.js → ssrBoot-BfIptj2L.js} +1 -1
  33. package/dist/client/style.css +1 -1
  34. package/dist/client/{transition-BtJHh7JK.js → transition-YJj28Lgx.js} +1 -1
  35. package/dist/node/cli.js +2 -2
  36. package/package.json +6 -3
  37. package/widgets/EodashDatePicker.vue +4 -3
  38. package/widgets/EodashItemFilter.vue +17 -12
  39. package/widgets/EodashLayerControl.vue +18 -0
  40. package/widgets/EodashMap.vue +46 -75
  41. package/widgets/ExportState.vue +3 -2
  42. package/dist/client/EodashItemFilter-DoWZGe6r.js +0 -7671
  43. package/dist/client/eox-jsonform-DCErgjhw.js +0 -17515
  44. package/dist/client/eox-layercontrol-D0Ht7Mag.js +0 -21298
@@ -1,6 +1,6 @@
1
- import { _ as f, r as p, aO as d, $ as o, a6 as m, a0 as s, a3 as e, V as i, a5 as r, aP as v, aM as c, aQ as k, aN as x } from "./asWebComponent-DQrnLsI2.js";
2
- import M from "./ExportState-CduS2mFs.js";
3
- const B = {
1
+ import { _ as f, r as p, aQ as d, $ as o, a6 as m, a0 as s, a3 as e, V as i, a5 as r, aR as v, aO as c, aS as k, aP as x } from "./asWebComponent-CVFLR8Hh.js";
2
+ import B from "./ExportState-CbK0FtDG.js";
3
+ const M = {
4
4
  __name: "EodashMapBtns",
5
5
  props: {
6
6
  exportMap: {
@@ -28,7 +28,7 @@ const B = {
28
28
  icon: [e(v)],
29
29
  onClick: a[0] || (a[0] = (l) => t.value = !t.value)
30
30
  }, null, 8, ["icon"])) : r("v-if", !0),
31
- n.exportMap ? (o(), s(M, {
31
+ n.exportMap ? (o(), s(B, {
32
32
  key: 1,
33
33
  modelValue: t.value,
34
34
  "onUpdate:modelValue": a[1] || (a[1] = (l) => t.value = l)
@@ -44,7 +44,7 @@ const B = {
44
44
  /* NEED_PATCH */
45
45
  ));
46
46
  }
47
- }, j = /* @__PURE__ */ f(B, [["__scopeId", "data-v-d7a01370"]]);
47
+ }, j = /* @__PURE__ */ f(M, [["__scopeId", "data-v-d7a01370"]]);
48
48
  export {
49
49
  j as default
50
50
  };
@@ -1,8 +1,8 @@
1
- import { aR as M, g as m, e as y, S as ve, a as g, b as a, p as f, f as x, I as k, O as T, ag as j, aS as me, h as B, aT as J, i as N, aU as U, P as W, aj as q, aV as ye, M as S, ak as _, aW as H, F as P, ae as ge, ac as fe, af as be, aX as ke, aY as he, aZ as Ce, a_ as Ve, a$ as pe, ah as Se, ad as _e, ai as xe, b0 as Ie, b1 as Ae, b2 as Pe, b3 as Te, c as h, t as Be, v as Ne, b4 as we, u as Le, R as $e, C as L, _ as De, b5 as Re, b6 as ze, r as Fe, $ as I, a0 as Ee, a1 as c, b7 as Oe, a9 as C, aa as $, a6 as D, a3 as R, b8 as Me, a5 as je, aB as Je, b9 as Ue, a7 as We, V as z, ba as qe, a8 as F, bb as A, aK as E, at as He, au as Ke } from "./asWebComponent-DQrnLsI2.js";
2
- import Xe from "./PopUp-CNMCWL0z.js";
3
- import { a as Ye } from "./index-DopVrUzM.js";
4
- import { V as K } from "./VImg-DT7eb8V-.js";
5
- const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
1
+ import { aT as M, g as m, e as y, S as ve, a as g, b as a, p as f, f as x, I as k, O as T, ag as j, aU as me, h as B, aV as J, i as N, aW as U, P as W, aj as q, aX as ye, M as S, ak as _, aY as H, F as P, ae as ge, ac as fe, af as be, aZ as ke, a_ as he, a$ as Ce, b0 as Ve, b1 as pe, ah as Se, ad as _e, ai as xe, b2 as Ie, b3 as Ae, b4 as Pe, b5 as Te, c as h, t as Be, v as Ne, b6 as Le, u as we, R as $e, C as w, _ as De, b7 as ze, b8 as Fe, r as Re, $ as I, a0 as Ee, a1 as c, b9 as Oe, a9 as C, aa as $, a6 as D, a3 as z, ba as Me, a5 as je, aB as Je, bb as Ue, a7 as We, V as F, bc as qe, a8 as R, bd as A, aL as E, at as He, au as Xe } from "./asWebComponent-CVFLR8Hh.js";
2
+ import Ye from "./PopUp-BWbFe1C1.js";
3
+ import { a as Ze } from "./index-Ct9AYlRj.js";
4
+ import { V as X } from "./VImg-CzQmrZjo.js";
5
+ const Ge = M("v-spacer", "div", "VSpacer"), Y = m()({
6
6
  name: "VCardActions",
7
7
  props: y(),
8
8
  setup(e, l) {
@@ -19,13 +19,13 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
19
19
  style: e.style
20
20
  }, [n.default?.()])), {};
21
21
  }
22
- }), Ge = f({
22
+ }), Ke = f({
23
23
  opacity: [Number, String],
24
24
  ...y(),
25
25
  ...x()
26
26
  }, "VCardSubtitle"), Qe = m()({
27
27
  name: "VCardSubtitle",
28
- props: Ge(),
28
+ props: Ke(),
29
29
  setup(e, l) {
30
30
  let {
31
31
  slots: n
@@ -37,7 +37,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
37
37
  }, e.style]
38
38
  }, n)), {};
39
39
  }
40
- }), Y = M("v-card-title"), ea = f({
40
+ }), Z = M("v-card-title"), ea = f({
41
41
  start: Boolean,
42
42
  end: Boolean,
43
43
  icon: k,
@@ -93,7 +93,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
93
93
  }
94
94
  }, {
95
95
  default: () => [n.default()]
96
- }) : e.image ? a(K, {
96
+ }) : e.image ? a(X, {
97
97
  key: "image",
98
98
  src: e.image,
99
99
  alt: "",
@@ -151,7 +151,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
151
151
  icon: e.prependIcon
152
152
  }, null)])]), a("div", {
153
153
  class: "v-card-item__content"
154
- }, [d && a(Y, {
154
+ }, [d && a(Z, {
155
155
  key: "title"
156
156
  }, {
157
157
  default: () => [n.title?.() ?? e.title]
@@ -190,7 +190,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
190
190
  opacity: [Number, String],
191
191
  ...y(),
192
192
  ...x()
193
- }, "VCardText"), Z = m()({
193
+ }, "VCardText"), G = m()({
194
194
  name: "VCardText",
195
195
  props: na(),
196
196
  setup(e, l) {
@@ -265,7 +265,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
265
265
  } = _e(e), {
266
266
  elevationClasses: b
267
267
  } = xe(e), {
268
- loaderClasses: G
268
+ loaderClasses: K
269
269
  } = Ie(e), {
270
270
  locationStyles: Q
271
271
  } = Ae(e), {
@@ -281,7 +281,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
281
281
  "v-card--flat": e.flat,
282
282
  "v-card--hover": e.hover && !(e.disabled || e.flat),
283
283
  "v-card--link": p.value
284
- }, r.value, o.value, u.value, i.value, b.value, G.value, ee.value, ae.value, s.value, e.class],
284
+ }, r.value, o.value, u.value, i.value, b.value, K.value, ee.value, ae.value, s.value, e.class],
285
285
  style: [d.value, v.value, Q.value, e.style],
286
286
  href: V.href.value,
287
287
  onClick: p.value && V.navigate,
@@ -299,11 +299,11 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
299
299
  src: e.image
300
300
  }
301
301
  }
302
- }, t.image) : a(K, {
302
+ }, t.image) : a(X, {
303
303
  key: "image-img",
304
304
  cover: !0,
305
305
  src: e.image
306
- }, null)]), a(we, {
306
+ }, null)]), a(Le, {
307
307
  name: "v-card",
308
308
  active: !!e.loading,
309
309
  color: typeof e.loading == "boolean" ? void 0 : e.loading
@@ -323,11 +323,11 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
323
323
  title: t.title,
324
324
  subtitle: t.subtitle,
325
325
  append: t.append
326
- }), ue && a(Z, {
326
+ }), ue && a(G, {
327
327
  key: "text"
328
328
  }, {
329
329
  default: () => [t.text?.() ?? e.text]
330
- }), t.default?.(), t.actions && a(X, null, {
330
+ }), t.default?.(), t.actions && a(Y, null, {
331
331
  default: t.actions
332
332
  }), H(p.value, "v-card")]
333
333
  }), [[Ne("ripple"), p.value && e.ripple]]);
@@ -355,9 +355,9 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
355
355
  } = N(e), {
356
356
  textColorClasses: o,
357
357
  textColorStyles: u
358
- } = Le($e(e, "color")), d = h(() => {
358
+ } = we($e(e, "color")), d = h(() => {
359
359
  const s = {};
360
- return e.length && (s[e.vertical ? "height" : "width"] = L(e.length)), e.thickness && (s[e.vertical ? "borderRightWidth" : "borderTopWidth"] = L(e.thickness)), s;
360
+ return e.length && (s[e.vertical ? "height" : "width"] = w(e.length)), e.thickness && (s[e.vertical ? "borderRightWidth" : "borderTopWidth"] = w(e.thickness)), s;
361
361
  });
362
362
  return g(() => {
363
363
  const s = a("hr", {
@@ -382,13 +382,13 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
382
382
  }, [t.default()]), s]) : s;
383
383
  }), {};
384
384
  }
385
- }), w = (e) => (He("data-v-adee4f49"), e = e(), Ke(), e), oa = /* @__PURE__ */ w(() => /* @__PURE__ */ C(
385
+ }), L = (e) => (He("data-v-98028b8c"), e = e(), Xe(), e), oa = /* @__PURE__ */ L(() => /* @__PURE__ */ C(
386
386
  "h5",
387
387
  { class: "text-h5" },
388
388
  "Storytelling map configuration",
389
389
  -1
390
390
  /* HOISTED */
391
- )), ca = /* @__PURE__ */ w(() => /* @__PURE__ */ C(
391
+ )), ca = /* @__PURE__ */ L(() => /* @__PURE__ */ C(
392
392
  "p",
393
393
  { class: "text-body-2" },
394
394
  " Copy and paste this code into the map layers field of the storytelling editor: ",
@@ -397,7 +397,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
397
397
  )), ra = { class: "pa-3 code-block" }, ua = { style: { position: "absolute", bottom: "15px" } }, va = {
398
398
  key: 0,
399
399
  class: "text-success mr-3"
400
- }, ma = /* @__PURE__ */ w(() => /* @__PURE__ */ C(
400
+ }, ma = /* @__PURE__ */ L(() => /* @__PURE__ */ C(
401
401
  "small",
402
402
  null,
403
403
  "copied!",
@@ -405,7 +405,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
405
405
  /* HOISTED */
406
406
  )), ya = {
407
407
  __name: "ExportState",
408
- props: /* @__PURE__ */ Re({
408
+ props: /* @__PURE__ */ ze({
409
409
  getLayers: {
410
410
  type: Function,
411
411
  default: Oe
@@ -416,7 +416,7 @@ const Ze = M("v-spacer", "div", "VSpacer"), X = m()({
416
416
  }),
417
417
  emits: ["update:modelValue"],
418
418
  setup(e) {
419
- const l = ze(e, "modelValue"), n = e, t = Fe(!1), r = [
419
+ const l = Fe(e, "modelValue"), n = e, t = Re(!1), r = [
420
420
  {
421
421
  id: Symbol(),
422
422
  copyFn: async () => await A(u.value, t),
@@ -442,21 +442,21 @@ Text describing the current step of the tour and why it is interesting what the
442
442
  const [d, s, i] = E.value, v = '## Map Example <!--{as="eox-map" style="width: 100%; height: 500px;" layers=', b = `zoom="${i}" center=[${[d, s]}] }-->`;
443
443
  return `${v}'${JSON.stringify(n.getLayers())}' ${b}`;
444
444
  });
445
- return (d, s) => (I(), Ee(Xe, {
445
+ return (d, s) => (I(), Ee(Ye, {
446
446
  modelValue: l.value,
447
447
  "onUpdate:modelValue": s[1] || (s[1] = (i) => l.value = i)
448
448
  }, {
449
449
  default: c(() => [
450
450
  a(la, null, {
451
451
  default: c(() => [
452
- a(Y, { class: "bg-primary" }, {
452
+ a(Z, { class: "bg-primary" }, {
453
453
  default: c(() => [
454
454
  oa
455
455
  ]),
456
456
  _: 1
457
457
  /* STABLE */
458
458
  }),
459
- a(Z, { class: "py-5" }, {
459
+ a(G, { class: "py-5" }, {
460
460
  default: c(() => [
461
461
  ca,
462
462
  C(
@@ -467,13 +467,13 @@ Text describing the current step of the tour and why it is interesting what the
467
467
  /* TEXT */
468
468
  ),
469
469
  C("div", ua, [
470
- a(Ye, null, {
470
+ a(Ze, null, {
471
471
  default: c(() => [
472
472
  t.value ? (I(), D("div", va, [
473
473
  a(S, {
474
474
  color: "success",
475
475
  left: "",
476
- icon: [R(Me)]
476
+ icon: [z(Me)]
477
477
  }, null, 8, ["icon"]),
478
478
  ma
479
479
  ])) : je("v-if", !0)
@@ -492,16 +492,16 @@ Text describing the current step of the tour and why it is interesting what the
492
492
  (I(), D(
493
493
  P,
494
494
  null,
495
- We(r, (i) => a(z, {
495
+ We(r, (i) => a(F, {
496
496
  class: "text-body-2",
497
497
  onClick: i.copyFn,
498
498
  key: i.id,
499
499
  small: "",
500
500
  variant: "text",
501
- "prepend-icon": [R(qe)]
501
+ "prepend-icon": [z(qe)]
502
502
  }, {
503
503
  default: c(() => [
504
- F(
504
+ R(
505
505
  " copy as " + $(i.copyAs),
506
506
  1
507
507
  /* TEXT */
@@ -526,15 +526,15 @@ Text describing the current step of the tour and why it is interesting what the
526
526
  /* STABLE */
527
527
  }),
528
528
  a(da),
529
- a(X, null, {
529
+ a(Y, null, {
530
530
  default: c(() => [
531
- a(Ze),
532
- a(z, {
531
+ a(Ge),
532
+ a(F, {
533
533
  variant: "text",
534
534
  onClick: s[0] || (s[0] = (i) => l.value = !l.value)
535
535
  }, {
536
536
  default: c(() => [
537
- F(" Close ")
537
+ R(" Close ")
538
538
  ]),
539
539
  _: 1
540
540
  /* STABLE */
@@ -552,7 +552,7 @@ Text describing the current step of the tour and why it is interesting what the
552
552
  /* STABLE */
553
553
  }, 8, ["modelValue"]));
554
554
  }
555
- }, ha = /* @__PURE__ */ De(ya, [["__scopeId", "data-v-adee4f49"]]);
555
+ }, ha = /* @__PURE__ */ De(ya, [["__scopeId", "data-v-98028b8c"]]);
556
556
  export {
557
557
  ha as default
558
558
  };
@@ -1,4 +1,4 @@
1
- import { p as y, ae as x, e as w, af as k, ao as b, ag as C, f as I, h as S, g as R, i as B, Q as P, R as f, ah as z, ai as F, aj as M, s as V, J as T, c as e, ar as X, a as Z, b as j, C as L, _ as N, r as D, x as H, W as E, H as $, $ as A, a0 as J, a1 as K, a9 as t, aa as O, a3 as n, a8 as Q, at as U, au as W } from "./asWebComponent-DQrnLsI2.js";
1
+ import { p as y, ae as x, e as w, af as k, ao as b, ag as C, f as I, h as S, g as R, i as B, Q as P, R as f, ah as z, ai as F, aj as M, s as V, J as T, c as e, ar as X, a as Z, b as j, C as L, _ as N, r as D, x as H, W as E, H as $, $ as A, a0 as J, a1 as K, a9 as t, aa as O, a3 as n, a8 as Q, at as U, au as W } from "./asWebComponent-CVFLR8Hh.js";
2
2
  const q = y({
3
3
  app: Boolean,
4
4
  color: String,
@@ -1,7 +1,7 @@
1
- import { p as V, e as I, f as N, g as _, a as p, b as o, ae as $, af as q, ag as z, h as F, Q as K, R as k, ah as O, ai as Q, aj as Y, i as Z, j as G, s as y, c as n, S as J, ak as B, C as x, r as R, al as X, w as T, Z as ee, am as te, an as ae, ao as le, y as oe, ap as se, aq as ne, ar as re, d as E, _ as ue, x as ie, W as ce, $ as de, a0 as ve, a1 as P, a8 as me, aa as ge, a3 as w } from "./asWebComponent-DQrnLsI2.js";
2
- import { V as A } from "./VImg-DT7eb8V-.js";
3
- import { a as fe } from "./index-DopVrUzM.js";
4
- import { u as he } from "./ssrBoot-DkjdOWvj.js";
1
+ import { p as V, e as I, f as N, g as _, a as p, b as o, ae as $, af as q, ag as z, h as F, Q as K, R as k, ah as O, ai as Q, aj as Y, i as Z, j as G, s as y, c as n, S as J, ak as B, C as x, r as R, al as X, w as T, Z as ee, am as te, an as ae, ao as le, y as oe, ap as se, aq as ne, ar as re, d as E, _ as ue, x as ie, W as ce, $ as de, a0 as ve, a1 as P, a8 as me, aa as ge, a3 as w } from "./asWebComponent-CVFLR8Hh.js";
2
+ import { V as A } from "./VImg-CzQmrZjo.js";
3
+ import { a as fe } from "./index-Ct9AYlRj.js";
4
+ import { u as he } from "./ssrBoot-BfIptj2L.js";
5
5
  const L = V({
6
6
  text: String,
7
7
  ...I(),
@@ -1,4 +1,4 @@
1
- import { $ as r, a6 as t } from "./asWebComponent-DQrnLsI2.js";
1
+ import { $ as r, a6 as t } from "./asWebComponent-CVFLR8Hh.js";
2
2
  const s = ["src"], i = {
3
3
  __name: "IframeWrapper",
4
4
  props: {
@@ -1,9 +1,9 @@
1
- import { k as Ie, p as R, o as Pe, m as Xe, g as $, u as Ye, r as I, c as y, a as M, V as G, b as v, F as O, d as z, e as ie, f as ue, h as Ge, i as De, j as pe, l as Ue, n as Be, s as E, w as Ee, q as je, t as q, v as Ne, x as re, y as ze, z as qe, A as Ke, B as le, C as ae, D as Qe, I as fe, E as Je, G as Ze, H as et, J as me, K as tt, L as he, M as ge, N as nt, O as ot, P as st, Q as lt, R as W, S as at, T as it, _ as ut, U as rt, W as ct, X as be, Y as dt, Z as vt, $ as C, a0 as A, a1 as F, a2 as ye, a3 as X, a4 as Se, a5 as se, a6 as Y, a7 as we, a8 as xe, a9 as ft, aa as mt } from "./asWebComponent-DQrnLsI2.js";
2
- import { f as ht, a as gt, s as bt, m as yt, u as St, b as wt } from "./forwardRefs-CpNjL95t.js";
3
- import { u as xt } from "./ssrBoot-DkjdOWvj.js";
4
- import { M as kt } from "./transition-BtJHh7JK.js";
5
- import { V as ke } from "./index-DopVrUzM.js";
6
- import { V as Tt } from "./VMain-OenWyy46.js";
1
+ import { k as Ie, p as R, o as Pe, m as Xe, g as $, u as Ye, r as I, c as y, a as M, V as G, b as v, F as O, d as z, e as ie, f as ue, h as Ge, i as De, j as pe, l as Ue, n as Be, s as E, w as Ee, q as je, t as q, v as Ne, x as re, y as ze, z as qe, A as Ke, B as le, C as ae, D as Qe, I as fe, E as Je, G as Ze, H as et, J as me, K as tt, L as he, M as ge, N as nt, O as ot, P as st, Q as lt, R as W, S as at, T as it, _ as ut, U as rt, W as ct, X as be, Y as dt, Z as vt, $ as C, a0 as A, a1 as F, a2 as ye, a3 as X, a4 as Se, a5 as se, a6 as Y, a7 as we, a8 as xe, a9 as ft, aa as mt } from "./asWebComponent-CVFLR8Hh.js";
2
+ import { f as ht, a as gt, s as bt, m as yt, u as St, b as wt } from "./forwardRefs-BOAfCdT0.js";
3
+ import { u as xt } from "./ssrBoot-BfIptj2L.js";
4
+ import { M as kt } from "./transition-YJj28Lgx.js";
5
+ import { V as ke } from "./index-Ct9AYlRj.js";
6
+ import { V as Tt } from "./VMain-DfQqCpW9.js";
7
7
  const Vt = (e) => {
8
8
  const {
9
9
  touchstartX: n,
@@ -1,6 +1,6 @@
1
- import { g as E, b as p, d as h, ab as w, p as V, y as R, r as O, L as M, w as x, a as T, D as q, ak as I, N, ae as W, e as j, ac as U, af as X, aY as Y, aZ as z, ag as H, f as Q, h as Z, i as G, Q as J, R as K, ah as _, ad as ee, ai as te, b1 as ae, b2 as oe, aj as se, b5 as ne, b6 as re, X as ie, $ as P, a6 as k, a1 as S, a0 as le, a3 as b, a4 as ce, a5 as C, bh as ue } from "./asWebComponent-DQrnLsI2.js";
2
- import { m as de, V as B } from "./VOverlay-x3UXpKhr.js";
3
- import { a as y, d as me, s as D, c as fe, g as ge, n as ve, b as pe, f as he } from "./forwardRefs-CpNjL95t.js";
1
+ import { g as E, b as p, d as h, ab as w, p as V, y as R, r as O, L as M, w as x, a as T, D as q, ak as j, N as I, ae as N, e as W, ac as U, af as X, a_ as Y, a$ as z, ag as H, f as Q, h as G, i as J, Q as K, R as Z, ah as _, ad as ee, ai as te, b3 as ae, b4 as oe, aj as se, b7 as ne, b8 as re, X as ie, $ as P, a6 as k, a1 as S, a0 as le, a3 as b, a4 as ce, a5 as C, bj as ue } from "./asWebComponent-CVFLR8Hh.js";
2
+ import { m as de, V as B } from "./VOverlay-sx4v7gXf.js";
3
+ import { a as y, d as me, s as D, c as fe, g as ge, n as ve, b as pe, f as he } from "./forwardRefs-BOAfCdT0.js";
4
4
  const ye = V({
5
5
  target: [Object, Array]
6
6
  }, "v-dialog-transition"), Pe = E()({
@@ -142,7 +142,7 @@ const be = V({
142
142
  a.value?.globalTop && // It isn't the document or the dialog body
143
143
  ![document, a.value.contentEl].includes(n) && // It isn't inside the dialog body
144
144
  !a.value.contentEl.contains(n)) {
145
- const f = N(a.value.contentEl);
145
+ const f = I(a.value.contentEl);
146
146
  if (!f.length) return;
147
147
  const v = f[0], g = f[f.length - 1];
148
148
  u === v ? g.focus() : v.focus();
@@ -193,7 +193,7 @@ const be = V({
193
193
  default: function() {
194
194
  for (var f = arguments.length, v = new Array(f), g = 0; g < f; g++)
195
195
  v[g] = arguments[g];
196
- return p(I, {
196
+ return p(j, {
197
197
  root: "VDialog"
198
198
  }, {
199
199
  default: () => [r.default?.(...v)]
@@ -204,15 +204,15 @@ const be = V({
204
204
  }
205
205
  }), Ve = V({
206
206
  color: String,
207
+ ...N(),
207
208
  ...W(),
208
- ...j(),
209
209
  ...U(),
210
210
  ...X(),
211
211
  ...Y(),
212
212
  ...z(),
213
213
  ...H(),
214
214
  ...Q(),
215
- ...Z()
215
+ ...G()
216
216
  }, "VSheet"), we = E()({
217
217
  name: "VSheet",
218
218
  props: Ve(),
@@ -222,10 +222,10 @@ const be = V({
222
222
  } = i;
223
223
  const {
224
224
  themeClasses: r
225
- } = G(e), {
225
+ } = J(e), {
226
226
  backgroundColorClasses: t,
227
227
  backgroundColorStyles: c
228
- } = J(K(e, "color")), {
228
+ } = K(Z(e, "color")), {
229
229
  borderClasses: a
230
230
  } = _(e), {
231
231
  dimensionStyles: l
@@ -1,5 +1,5 @@
1
- import { bc as O, p as W, e as D, ac as G, g as $, ad as J, a as E, b as n, c as h, ag as K, Q as X, R as Y, aj as Z, bd as p, s as f, r as ee, w as C, be as te, D as ne, an as re, t as U, v as ae, F as se, d as ie, C as le, B as oe } from "./asWebComponent-DQrnLsI2.js";
2
- import { m as ue, M as b } from "./transition-BtJHh7JK.js";
1
+ import { be as O, p as W, e as D, ac as G, g as $, ad as J, a as E, b as n, c as h, ag as K, Q as X, R as Y, aj as Z, bf as p, s as f, r as ee, w as C, bg as te, D as ne, an as re, t as U, v as ae, F as se, d as ie, C as le, B as oe } from "./asWebComponent-CVFLR8Hh.js";
2
+ import { m as ue, M as b } from "./transition-YJj28Lgx.js";
3
3
  function ce(e, s) {
4
4
  if (!O) return;
5
5
  const i = s.modifiers || {}, l = s.value, {
@@ -1,5 +1,5 @@
1
- import { p as i, e as m, ac as c, f as u, g as d, ad as y, Y as v, a as f, b as e } from "./asWebComponent-DQrnLsI2.js";
2
- import { u as V } from "./ssrBoot-DkjdOWvj.js";
1
+ import { p as i, e as m, ac as c, f as u, g as d, ad as y, Y as v, a as f, b as e } from "./asWebComponent-CVFLR8Hh.js";
2
+ import { u as V } from "./ssrBoot-BfIptj2L.js";
3
3
  const b = i({
4
4
  scrollable: Boolean,
5
5
  ...m(),