@evercam/ui 0.0.52-beta.10 → 0.0.52-beta.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.
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import q from "vue";
2
- import * as c from "d3";
2
+ import * as u from "d3";
3
3
  import V from "moment-timezone";
4
- var T = /* @__PURE__ */ ((e) => (e.dot = "dot", e.xs = "xs", e.sm = "sm", e.md = "base", e.base = "base", e.lg = "lg", e.xl = "xl", e["2xl"] = "2xl", e["3xl"] = "3xl", e["4xl"] = "4xl", e["5xl"] = "5xl", e["6xl"] = "6xl", e["7xl"] = "7xl", e["8xl"] = "8xl", e["9xl"] = "9xl", e))(T || {}), G = /* @__PURE__ */ ((e) => (e.warning = "warning", e.error = "error", e.info = "info", e.success = "success", e.primary = "primary", e.brand = "brand", e.default = "default", e))(G || {}), te = /* @__PURE__ */ ((e) => (e.overview = "overview", e.detailed = "detailed", e.detailedBackground = "detailedBackground", e))(te || {}), Z = /* @__PURE__ */ ((e) => (e.bars = "bars", e.lineGraph = "lineGraph", e.barChart = "barGraph", e))(Z || {}), re = /* @__PURE__ */ ((e) => (e.zoom = "zoom", e.autoPan = "autoPan", e.initial = "initial", e))(re || {});
4
+ var E = /* @__PURE__ */ ((e) => (e.dot = "dot", e.xs = "xs", e.sm = "sm", e.md = "base", e.base = "base", e.lg = "lg", e.xl = "xl", e["2xl"] = "2xl", e["3xl"] = "3xl", e["4xl"] = "4xl", e["5xl"] = "5xl", e["6xl"] = "6xl", e["7xl"] = "7xl", e["8xl"] = "8xl", e["9xl"] = "9xl", e))(E || {}), G = /* @__PURE__ */ ((e) => (e.warning = "warning", e.error = "error", e.info = "info", e.success = "success", e.primary = "primary", e.brand = "brand", e.default = "default", e))(G || {}), te = /* @__PURE__ */ ((e) => (e.overview = "overview", e.detailed = "detailed", e.detailedBackground = "detailedBackground", e))(te || {}), Z = /* @__PURE__ */ ((e) => (e.bars = "bars", e.lineGraph = "lineGraph", e.barChart = "barGraph", e))(Z || {}), re = /* @__PURE__ */ ((e) => (e.zoom = "zoom", e.autoPan = "autoPan", e.initial = "initial", e))(re || {});
5
5
  const rt = q.extend({
6
6
  name: "EBadge",
7
7
  props: {
@@ -15,7 +15,7 @@ const rt = q.extend({
15
15
  },
16
16
  size: {
17
17
  type: String,
18
- default: T.base
18
+ default: E.base
19
19
  }
20
20
  },
21
21
  data() {
@@ -29,18 +29,18 @@ const rt = q.extend({
29
29
  [G.success]: "e-bg-lime-500 e-text-white"
30
30
  },
31
31
  sizes: {
32
- [T.dot]: "e-w-2 e-h-2",
33
- [T.xs]: "e-w-3 e-h-3",
34
- [T.sm]: "e-w-4 e-h-4",
35
- [T.md]: "e-w-5 e-h-5",
36
- [T.lg]: "e-min-w-[2rem] e-max-w-[4rem] e-px-1 e-h-6 e-text-sm e-font-medium",
37
- [T.xl]: "e-min-w-[3rem] e-max-w-[5rem] e-px-1 e-h-8 e-text-base e-font-medium"
32
+ [E.dot]: "e-w-2 e-h-2",
33
+ [E.xs]: "e-w-3 e-h-3",
34
+ [E.sm]: "e-w-4 e-h-4",
35
+ [E.md]: "e-w-5 e-h-5",
36
+ [E.lg]: "e-min-w-[2rem] e-max-w-[4rem] e-px-1 e-h-6 e-text-sm e-font-medium",
37
+ [E.xl]: "e-min-w-[3rem] e-max-w-[5rem] e-px-1 e-h-8 e-text-base e-font-medium"
38
38
  }
39
39
  };
40
40
  },
41
41
  computed: {
42
42
  badgeClasses() {
43
- const e = this.colors[this.color] || this.colors[G.default], t = this.sizes[this.size] || this.sizes[T.md];
43
+ const e = this.colors[this.color] || this.colors[G.default], t = this.sizes[this.size] || this.sizes[E.md];
44
44
  return [
45
45
  "e-flex e-items-center e-justify-center e-rounded-full",
46
46
  e,
@@ -48,7 +48,7 @@ const rt = q.extend({
48
48
  ];
49
49
  },
50
50
  showText() {
51
- return [T.lg, T.xl].includes(this.size);
51
+ return [E.lg, E.xl].includes(this.size);
52
52
  }
53
53
  }
54
54
  });
@@ -56,10 +56,10 @@ function I(e, t, r, n, s, o, i, d) {
56
56
  var l = typeof e == "function" ? e.options : e;
57
57
  t && (l.render = t, l.staticRenderFns = r, l._compiled = !0), n && (l.functional = !0), o && (l._scopeId = "data-v-" + o);
58
58
  var a;
59
- if (i ? (a = function(f) {
60
- f = f || // cached call
59
+ if (i ? (a = function(m) {
60
+ m = m || // cached call
61
61
  this.$vnode && this.$vnode.ssrContext || // stateful
62
- this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !f && typeof __VUE_SSR_CONTEXT__ != "undefined" && (f = __VUE_SSR_CONTEXT__), s && s.call(this, f), f && f._registeredComponents && f._registeredComponents.add(i);
62
+ this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !m && typeof __VUE_SSR_CONTEXT__ != "undefined" && (m = __VUE_SSR_CONTEXT__), s && s.call(this, m), m && m._registeredComponents && m._registeredComponents.add(i);
63
63
  }, l._ssrRegister = a) : s && (a = d ? function() {
64
64
  s.call(
65
65
  this,
@@ -68,13 +68,13 @@ function I(e, t, r, n, s, o, i, d) {
68
68
  } : s), a)
69
69
  if (l.functional) {
70
70
  l._injectStyles = a;
71
- var u = l.render;
72
- l.render = function(E, b) {
73
- return a.call(b), u(E, b);
71
+ var f = l.render;
72
+ l.render = function(C, b) {
73
+ return a.call(b), f(C, b);
74
74
  };
75
75
  } else {
76
- var v = l.beforeCreate;
77
- l.beforeCreate = v ? [].concat(v, a) : [a];
76
+ var c = l.beforeCreate;
77
+ l.beforeCreate = c ? [].concat(c, a) : [a];
78
78
  }
79
79
  return {
80
80
  exports: e,
@@ -102,7 +102,7 @@ const Me = st.exports, at = q.extend({
102
102
  props: {
103
103
  size: {
104
104
  type: String,
105
- default: T.md
105
+ default: E.md
106
106
  },
107
107
  showBadge: {
108
108
  type: Boolean,
@@ -118,7 +118,7 @@ const Me = st.exports, at = q.extend({
118
118
  },
119
119
  badgeSize: {
120
120
  type: String,
121
- default: T.md
121
+ default: E.md
122
122
  },
123
123
  image: {
124
124
  type: String,
@@ -128,12 +128,12 @@ const Me = st.exports, at = q.extend({
128
128
  data() {
129
129
  return {
130
130
  sizes: {
131
- [T.xs]: "e-w-8 e-h-8 e-text-xs",
132
- [T.sm]: "e-w-10 e-h-10 e-text-sm",
133
- [T.md]: "e-w-14 e-h-14 e-text-base",
134
- [T.lg]: "e-w-20 e-h-20 e-text-2xl",
135
- [T.xl]: "e-w-28 e-h-28 e-text-3xl",
136
- [T["2xl"]]: "e-w-36 e-h-36 e-text-5xl"
131
+ [E.xs]: "e-w-8 e-h-8 e-text-xs",
132
+ [E.sm]: "e-w-10 e-h-10 e-text-sm",
133
+ [E.md]: "e-w-14 e-h-14 e-text-base",
134
+ [E.lg]: "e-w-20 e-h-20 e-text-2xl",
135
+ [E.xl]: "e-w-28 e-h-28 e-text-3xl",
136
+ [E["2xl"]]: "e-w-36 e-h-36 e-text-5xl"
137
137
  }
138
138
  };
139
139
  },
@@ -141,7 +141,7 @@ const Me = st.exports, at = q.extend({
141
141
  avatarClasses() {
142
142
  return [
143
143
  "e-flex e-items-center e-justify-center e-rounded-full e-bg-purple-500 e-text-white e-font-medium",
144
- this.sizes[this.size] || this.sizes[T.xs]
144
+ this.sizes[this.size] || this.sizes[E.xs]
145
145
  ];
146
146
  }
147
147
  }
@@ -194,7 +194,7 @@ var Pe = {}, ze = {}, me = {};
194
194
  return `calc(${r} * -1)`;
195
195
  }
196
196
  })(me);
197
- var He = {};
197
+ var Be = {};
198
198
  (function(e) {
199
199
  Object.defineProperty(e, "__esModule", {
200
200
  value: !0
@@ -381,8 +381,8 @@ var He = {};
381
381
  "willChange",
382
382
  "content"
383
383
  ];
384
- })(He);
385
- var Be = {};
384
+ })(Be);
385
+ var He = {};
386
386
  (function(e) {
387
387
  Object.defineProperty(e, "__esModule", {
388
388
  value: !0
@@ -397,7 +397,7 @@ var Be = {};
397
397
  ...new Set(n.filter((o) => r !== !1 && r[o] !== !1).concat(Object.keys(r).filter((o) => r[o] !== !1)))
398
398
  ];
399
399
  }
400
- })(Be);
400
+ })(He);
401
401
  var pe = {}, ie = {}, ge = { exports: {} }, P = String, Le = function() {
402
402
  return { isColorSupported: !1, reset: P, bold: P, dim: P, italic: P, underline: P, inverse: P, hidden: P, strikethrough: P, black: P, red: P, green: P, yellow: P, blue: P, magenta: P, cyan: P, white: P, gray: P, bgBlack: P, bgRed: P, bgGreen: P, bgYellow: P, bgBlue: P, bgMagenta: P, bgCyan: P, bgWhite: P };
403
403
  };
@@ -409,10 +409,10 @@ var Ge = ge.exports;
409
409
  value: !0
410
410
  });
411
411
  function t(l, a) {
412
- for (var u in a)
413
- Object.defineProperty(l, u, {
412
+ for (var f in a)
413
+ Object.defineProperty(l, f, {
414
414
  enumerable: !0,
415
- get: a[u]
415
+ get: a[f]
416
416
  });
417
417
  }
418
418
  t(e, {
@@ -430,8 +430,8 @@ var Ge = ge.exports;
430
430
  };
431
431
  }
432
432
  let s = /* @__PURE__ */ new Set();
433
- function o(l, a, u) {
434
- typeof process != "undefined" && process.env.JEST_WORKER_ID || u && s.has(u) || (u && s.add(u), console.warn(""), a.forEach((v) => console.warn(l, "-", v)));
433
+ function o(l, a, f) {
434
+ typeof process != "undefined" && process.env.JEST_WORKER_ID || f && s.has(f) || (f && s.add(f), console.warn(""), a.forEach((c) => console.warn(l, "-", c)));
435
435
  }
436
436
  function i(l) {
437
437
  return r.default.dim(l);
@@ -861,11 +861,11 @@ var We = {}, se = {};
861
861
  Object.defineProperty(e, "__esModule", {
862
862
  value: !0
863
863
  });
864
- function t(v, f) {
865
- for (var E in f)
866
- Object.defineProperty(v, E, {
864
+ function t(c, m) {
865
+ for (var C in m)
866
+ Object.defineProperty(c, C, {
867
867
  enumerable: !0,
868
- get: f[E]
868
+ get: m[C]
869
869
  });
870
870
  }
871
871
  t(e, {
@@ -876,13 +876,13 @@ var We = {}, se = {};
876
876
  return a;
877
877
  },
878
878
  default: function() {
879
- return u;
879
+ return f;
880
880
  }
881
881
  });
882
882
  const r = /* @__PURE__ */ s(Ge), n = /* @__PURE__ */ s(ie);
883
- function s(v) {
884
- return v && v.__esModule ? v : {
885
- default: v
883
+ function s(c) {
884
+ return c && c.__esModule ? c : {
885
+ default: c
886
886
  };
887
887
  }
888
888
  let o = {
@@ -906,33 +906,33 @@ var We = {}, se = {};
906
906
  "generalizedModifiers"
907
907
  ]
908
908
  };
909
- function d(v, f) {
910
- if (i.future.includes(f)) {
911
- var E, b, k;
912
- return v.future === "all" || ((k = (b = v == null || (E = v.future) === null || E === void 0 ? void 0 : E[f]) !== null && b !== void 0 ? b : o[f]) !== null && k !== void 0 ? k : !1);
909
+ function d(c, m) {
910
+ if (i.future.includes(m)) {
911
+ var C, b, k;
912
+ return c.future === "all" || ((k = (b = c == null || (C = c.future) === null || C === void 0 ? void 0 : C[m]) !== null && b !== void 0 ? b : o[m]) !== null && k !== void 0 ? k : !1);
913
913
  }
914
- if (i.experimental.includes(f)) {
915
- var A, z, H;
916
- return v.experimental === "all" || ((H = (z = v == null || (A = v.experimental) === null || A === void 0 ? void 0 : A[f]) !== null && z !== void 0 ? z : o[f]) !== null && H !== void 0 ? H : !1);
914
+ if (i.experimental.includes(m)) {
915
+ var A, z, B;
916
+ return c.experimental === "all" || ((B = (z = c == null || (A = c.experimental) === null || A === void 0 ? void 0 : A[m]) !== null && z !== void 0 ? z : o[m]) !== null && B !== void 0 ? B : !1);
917
917
  }
918
918
  return !1;
919
919
  }
920
- function l(v) {
921
- if (v.experimental === "all")
920
+ function l(c) {
921
+ if (c.experimental === "all")
922
922
  return i.experimental;
923
- var f;
924
- return Object.keys((f = v == null ? void 0 : v.experimental) !== null && f !== void 0 ? f : {}).filter((E) => i.experimental.includes(E) && v.experimental[E]);
923
+ var m;
924
+ return Object.keys((m = c == null ? void 0 : c.experimental) !== null && m !== void 0 ? m : {}).filter((C) => i.experimental.includes(C) && c.experimental[C]);
925
925
  }
926
- function a(v) {
927
- if (process.env.JEST_WORKER_ID === void 0 && l(v).length > 0) {
928
- let f = l(v).map((E) => r.default.yellow(E)).join(", ");
926
+ function a(c) {
927
+ if (process.env.JEST_WORKER_ID === void 0 && l(c).length > 0) {
928
+ let m = l(c).map((C) => r.default.yellow(C)).join(", ");
929
929
  n.default.warn("experimental-flags-enabled", [
930
- `You have enabled experimental features: ${f}`,
930
+ `You have enabled experimental features: ${m}`,
931
931
  "Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."
932
932
  ]);
933
933
  }
934
934
  }
935
- const u = i;
935
+ const f = i;
936
936
  })(se);
937
937
  (function(e) {
938
938
  Object.defineProperty(e, "__esModule", {
@@ -962,11 +962,11 @@ var We = {}, se = {};
962
962
  var l = n(d);
963
963
  if (l && l.has(i))
964
964
  return l.get(i);
965
- var a = {}, u = Object.defineProperty && Object.getOwnPropertyDescriptor;
966
- for (var v in i)
967
- if (v !== "default" && Object.prototype.hasOwnProperty.call(i, v)) {
968
- var f = u ? Object.getOwnPropertyDescriptor(i, v) : null;
969
- f && (f.get || f.set) ? Object.defineProperty(a, v, f) : a[v] = i[v];
965
+ var a = {}, f = Object.defineProperty && Object.getOwnPropertyDescriptor;
966
+ for (var c in i)
967
+ if (c !== "default" && Object.prototype.hasOwnProperty.call(i, c)) {
968
+ var m = f ? Object.getOwnPropertyDescriptor(i, c) : null;
969
+ m && (m.get || m.set) ? Object.defineProperty(a, c, m) : a[c] = i[c];
970
970
  }
971
971
  return a.default = i, l && l.set(i, a), a;
972
972
  }
@@ -1011,12 +1011,12 @@ var We = {}, se = {};
1011
1011
  "https://tailwindcss.com/docs/upgrade-guide#configure-content-sources"
1012
1012
  ]), i.safelist = (() => {
1013
1013
  var a;
1014
- let { content: u, purge: v, safelist: f } = i;
1015
- return Array.isArray(f) ? f : Array.isArray(u == null ? void 0 : u.safelist) ? u.safelist : Array.isArray(v == null ? void 0 : v.safelist) ? v.safelist : Array.isArray(v == null || (a = v.options) === null || a === void 0 ? void 0 : a.safelist) ? v.options.safelist : [];
1014
+ let { content: f, purge: c, safelist: m } = i;
1015
+ return Array.isArray(m) ? m : Array.isArray(f == null ? void 0 : f.safelist) ? f.safelist : Array.isArray(c == null ? void 0 : c.safelist) ? c.safelist : Array.isArray(c == null || (a = c.options) === null || a === void 0 ? void 0 : a.safelist) ? c.options.safelist : [];
1016
1016
  })(), i.blocklist = (() => {
1017
1017
  let { blocklist: a } = i;
1018
1018
  if (Array.isArray(a)) {
1019
- if (a.every((u) => typeof u == "string"))
1019
+ if (a.every((f) => typeof f == "string"))
1020
1020
  return a;
1021
1021
  r.default.warn("blocklist-invalid", [
1022
1022
  "The `blocklist` option must be an array of strings.",
@@ -1040,36 +1040,36 @@ var We = {}, se = {};
1040
1040
  return a != null && a.relative ? a.relative : (0, t.flagEnabled)(i, "relativeContentPathsByDefault");
1041
1041
  })(),
1042
1042
  files: (() => {
1043
- let { content: a, purge: u } = i;
1044
- return Array.isArray(u) ? u : Array.isArray(u == null ? void 0 : u.content) ? u.content : Array.isArray(a) ? a : Array.isArray(a == null ? void 0 : a.content) ? a.content : Array.isArray(a == null ? void 0 : a.files) ? a.files : [];
1043
+ let { content: a, purge: f } = i;
1044
+ return Array.isArray(f) ? f : Array.isArray(f == null ? void 0 : f.content) ? f.content : Array.isArray(a) ? a : Array.isArray(a == null ? void 0 : a.content) ? a.content : Array.isArray(a == null ? void 0 : a.files) ? a.files : [];
1045
1045
  })(),
1046
1046
  extract: (() => {
1047
1047
  let a = (() => {
1048
- var f, E, b, k, A, z, H, M, B, L;
1049
- return !((f = i.purge) === null || f === void 0) && f.extract ? i.purge.extract : !((E = i.content) === null || E === void 0) && E.extract ? i.content.extract : !((b = i.purge) === null || b === void 0 || (k = b.extract) === null || k === void 0) && k.DEFAULT ? i.purge.extract.DEFAULT : !((A = i.content) === null || A === void 0 || (z = A.extract) === null || z === void 0) && z.DEFAULT ? i.content.extract.DEFAULT : !((H = i.purge) === null || H === void 0 || (M = H.options) === null || M === void 0) && M.extractors ? i.purge.options.extractors : !((B = i.content) === null || B === void 0 || (L = B.options) === null || L === void 0) && L.extractors ? i.content.options.extractors : {};
1050
- })(), u = {}, v = (() => {
1051
- var f, E, b, k;
1052
- if (!((f = i.purge) === null || f === void 0 || (E = f.options) === null || E === void 0) && E.defaultExtractor)
1048
+ var m, C, b, k, A, z, B, M, H, L;
1049
+ return !((m = i.purge) === null || m === void 0) && m.extract ? i.purge.extract : !((C = i.content) === null || C === void 0) && C.extract ? i.content.extract : !((b = i.purge) === null || b === void 0 || (k = b.extract) === null || k === void 0) && k.DEFAULT ? i.purge.extract.DEFAULT : !((A = i.content) === null || A === void 0 || (z = A.extract) === null || z === void 0) && z.DEFAULT ? i.content.extract.DEFAULT : !((B = i.purge) === null || B === void 0 || (M = B.options) === null || M === void 0) && M.extractors ? i.purge.options.extractors : !((H = i.content) === null || H === void 0 || (L = H.options) === null || L === void 0) && L.extractors ? i.content.options.extractors : {};
1050
+ })(), f = {}, c = (() => {
1051
+ var m, C, b, k;
1052
+ if (!((m = i.purge) === null || m === void 0 || (C = m.options) === null || C === void 0) && C.defaultExtractor)
1053
1053
  return i.purge.options.defaultExtractor;
1054
1054
  if (!((b = i.content) === null || b === void 0 || (k = b.options) === null || k === void 0) && k.defaultExtractor)
1055
1055
  return i.content.options.defaultExtractor;
1056
1056
  })();
1057
- if (v !== void 0 && (u.DEFAULT = v), typeof a == "function")
1058
- u.DEFAULT = a;
1057
+ if (c !== void 0 && (f.DEFAULT = c), typeof a == "function")
1058
+ f.DEFAULT = a;
1059
1059
  else if (Array.isArray(a))
1060
- for (let { extensions: f, extractor: E } of a != null ? a : [])
1061
- for (let b of f)
1062
- u[b] = E;
1060
+ for (let { extensions: m, extractor: C } of a != null ? a : [])
1061
+ for (let b of m)
1062
+ f[b] = C;
1063
1063
  else
1064
- typeof a == "object" && a !== null && Object.assign(u, a);
1065
- return u;
1064
+ typeof a == "object" && a !== null && Object.assign(f, a);
1065
+ return f;
1066
1066
  })(),
1067
1067
  transform: (() => {
1068
1068
  let a = (() => {
1069
- var v, f, E, b, k, A;
1070
- return !((v = i.purge) === null || v === void 0) && v.transform ? i.purge.transform : !((f = i.content) === null || f === void 0) && f.transform ? i.content.transform : !((E = i.purge) === null || E === void 0 || (b = E.transform) === null || b === void 0) && b.DEFAULT ? i.purge.transform.DEFAULT : !((k = i.content) === null || k === void 0 || (A = k.transform) === null || A === void 0) && A.DEFAULT ? i.content.transform.DEFAULT : {};
1071
- })(), u = {};
1072
- return typeof a == "function" && (u.DEFAULT = a), typeof a == "object" && a !== null && Object.assign(u, a), u;
1069
+ var c, m, C, b, k, A;
1070
+ return !((c = i.purge) === null || c === void 0) && c.transform ? i.purge.transform : !((m = i.content) === null || m === void 0) && m.transform ? i.content.transform : !((C = i.purge) === null || C === void 0 || (b = C.transform) === null || b === void 0) && b.DEFAULT ? i.purge.transform.DEFAULT : !((k = i.content) === null || k === void 0 || (A = k.transform) === null || A === void 0) && A.DEFAULT ? i.content.transform.DEFAULT : {};
1071
+ })(), f = {};
1072
+ return typeof a == "function" && (f.DEFAULT = a), typeof a == "object" && a !== null && Object.assign(f, a), f;
1073
1073
  })()
1074
1074
  };
1075
1075
  for (let a of i.content.files)
@@ -1897,10 +1897,10 @@ var ve = {}, ye = {}, Xe = {};
1897
1897
  }
1898
1898
  t(e, {
1899
1899
  parseColor: function() {
1900
- return f;
1900
+ return m;
1901
1901
  },
1902
1902
  formatColor: function() {
1903
- return E;
1903
+ return C;
1904
1904
  }
1905
1905
  });
1906
1906
  const r = /* @__PURE__ */ n(Xe);
@@ -1909,8 +1909,8 @@ var ve = {}, ye = {}, Xe = {};
1909
1909
  default: b
1910
1910
  };
1911
1911
  }
1912
- let s = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, o = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, i = /(?:\d+|\d*\.\d+)%?/, d = /(?:\s*,\s*|\s+)/, l = /\s*[,/]\s*/, a = /var\(--(?:[^ )]*?)\)/, u = new RegExp(`^(rgba?)\\(\\s*(${i.source}|${a.source})(?:${d.source}(${i.source}|${a.source}))?(?:${d.source}(${i.source}|${a.source}))?(?:${l.source}(${i.source}|${a.source}))?\\s*\\)$`), v = new RegExp(`^(hsla?)\\(\\s*((?:${i.source})(?:deg|rad|grad|turn)?|${a.source})(?:${d.source}(${i.source}|${a.source}))?(?:${d.source}(${i.source}|${a.source}))?(?:${l.source}(${i.source}|${a.source}))?\\s*\\)$`);
1913
- function f(b, { loose: k = !1 } = {}) {
1912
+ let s = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, o = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, i = /(?:\d+|\d*\.\d+)%?/, d = /(?:\s*,\s*|\s+)/, l = /\s*[,/]\s*/, a = /var\(--(?:[^ )]*?)\)/, f = new RegExp(`^(rgba?)\\(\\s*(${i.source}|${a.source})(?:${d.source}(${i.source}|${a.source}))?(?:${d.source}(${i.source}|${a.source}))?(?:${l.source}(${i.source}|${a.source}))?\\s*\\)$`), c = new RegExp(`^(hsla?)\\(\\s*((?:${i.source})(?:deg|rad|grad|turn)?|${a.source})(?:${d.source}(${i.source}|${a.source}))?(?:${d.source}(${i.source}|${a.source}))?(?:${l.source}(${i.source}|${a.source}))?\\s*\\)$`);
1913
+ function m(b, { loose: k = !1 } = {}) {
1914
1914
  var A, z;
1915
1915
  if (typeof b != "string")
1916
1916
  return null;
@@ -1929,7 +1929,7 @@ var ve = {}, ye = {}, Xe = {};
1929
1929
  mode: "rgb",
1930
1930
  color: r.default[b].map((R) => R.toString())
1931
1931
  };
1932
- let H = b.replace(o, (R, U, W, y, D) => [
1932
+ let B = b.replace(o, (R, U, W, y, D) => [
1933
1933
  "#",
1934
1934
  U,
1935
1935
  U,
@@ -1939,38 +1939,38 @@ var ve = {}, ye = {}, Xe = {};
1939
1939
  y,
1940
1940
  D ? D + D : ""
1941
1941
  ].join("")).match(s);
1942
- if (H !== null)
1942
+ if (B !== null)
1943
1943
  return {
1944
1944
  mode: "rgb",
1945
1945
  color: [
1946
- parseInt(H[1], 16),
1947
- parseInt(H[2], 16),
1948
- parseInt(H[3], 16)
1946
+ parseInt(B[1], 16),
1947
+ parseInt(B[2], 16),
1948
+ parseInt(B[3], 16)
1949
1949
  ].map((R) => R.toString()),
1950
- alpha: H[4] ? (parseInt(H[4], 16) / 255).toString() : void 0
1950
+ alpha: B[4] ? (parseInt(B[4], 16) / 255).toString() : void 0
1951
1951
  };
1952
1952
  var M;
1953
- let B = (M = b.match(u)) !== null && M !== void 0 ? M : b.match(v);
1954
- if (B === null)
1953
+ let H = (M = b.match(f)) !== null && M !== void 0 ? M : b.match(c);
1954
+ if (H === null)
1955
1955
  return null;
1956
1956
  let L = [
1957
- B[2],
1958
- B[3],
1959
- B[4]
1957
+ H[2],
1958
+ H[3],
1959
+ H[4]
1960
1960
  ].filter(Boolean).map((R) => R.toString());
1961
1961
  return L.length === 2 && L[0].startsWith("var(") ? {
1962
- mode: B[1],
1962
+ mode: H[1],
1963
1963
  color: [
1964
1964
  L[0]
1965
1965
  ],
1966
1966
  alpha: L[1]
1967
1967
  } : !k && L.length !== 3 || L.length < 3 && !L.some((R) => /^var\(.*?\)$/.test(R)) ? null : {
1968
- mode: B[1],
1968
+ mode: H[1],
1969
1969
  color: L,
1970
- alpha: (A = B[5]) === null || A === void 0 || (z = A.toString) === null || z === void 0 ? void 0 : z.call(A)
1970
+ alpha: (A = H[5]) === null || A === void 0 || (z = A.toString) === null || z === void 0 ? void 0 : z.call(A)
1971
1971
  };
1972
1972
  }
1973
- function E({ mode: b, color: k, alpha: A }) {
1973
+ function C({ mode: b, color: k, alpha: A }) {
1974
1974
  let z = A !== void 0;
1975
1975
  return b === "rgba" || b === "hsla" ? `${b}(${k.join(", ")}${z ? `, ${A}` : ""})` : `${b}(${k.join(" ")}${z ? ` / ${A}` : ""})`;
1976
1976
  }
@@ -2013,8 +2013,8 @@ var ve = {}, ye = {}, Xe = {};
2013
2013
  if (typeof o == "function")
2014
2014
  return {
2015
2015
  [d]: "1",
2016
- ...Object.fromEntries(l.map((u) => [
2017
- u,
2016
+ ...Object.fromEntries(l.map((f) => [
2017
+ f,
2018
2018
  o({
2019
2019
  opacityVariable: d,
2020
2020
  opacityValue: `var(${d})`
@@ -2022,16 +2022,16 @@ var ve = {}, ye = {}, Xe = {};
2022
2022
  ]))
2023
2023
  };
2024
2024
  const a = (0, r.parseColor)(o);
2025
- return a === null ? Object.fromEntries(l.map((u) => [
2026
- u,
2025
+ return a === null ? Object.fromEntries(l.map((f) => [
2026
+ f,
2027
2027
  o
2028
- ])) : a.alpha !== void 0 ? Object.fromEntries(l.map((u) => [
2029
- u,
2028
+ ])) : a.alpha !== void 0 ? Object.fromEntries(l.map((f) => [
2029
+ f,
2030
2030
  o
2031
2031
  ])) : {
2032
2032
  [d]: "1",
2033
- ...Object.fromEntries(l.map((u) => [
2034
- u,
2033
+ ...Object.fromEntries(l.map((f) => [
2034
+ f,
2035
2035
  (0, r.formatColor)({
2036
2036
  ...a,
2037
2037
  alpha: `var(${d})`
@@ -2064,10 +2064,10 @@ var be = {}, qe = {}, ae = {};
2064
2064
  value: !0
2065
2065
  });
2066
2066
  function t(l, a) {
2067
- for (var u in a)
2068
- Object.defineProperty(l, u, {
2067
+ for (var f in a)
2068
+ Object.defineProperty(l, f, {
2069
2069
  enumerable: !0,
2070
- get: a[u]
2070
+ get: a[f]
2071
2071
  });
2072
2072
  }
2073
2073
  t(e, {
@@ -2087,13 +2087,13 @@ var be = {}, qe = {}, ae = {};
2087
2087
  "unset"
2088
2088
  ]), s = /\ +(?![^(]*\))/g, o = /^-?(\d+|\.\d+)(.*?)$/g;
2089
2089
  function i(l) {
2090
- return (0, r.splitAtTopLevelOnly)(l, ",").map((u) => {
2091
- let v = u.trim(), f = {
2092
- raw: v
2093
- }, E = v.split(s), b = /* @__PURE__ */ new Set();
2094
- for (let k of E)
2095
- o.lastIndex = 0, !b.has("KEYWORD") && n.has(k) ? (f.keyword = k, b.add("KEYWORD")) : o.test(k) ? b.has("X") ? b.has("Y") ? b.has("BLUR") ? b.has("SPREAD") || (f.spread = k, b.add("SPREAD")) : (f.blur = k, b.add("BLUR")) : (f.y = k, b.add("Y")) : (f.x = k, b.add("X")) : f.color ? (f.unknown || (f.unknown = []), f.unknown.push(k)) : f.color = k;
2096
- return f.valid = f.x !== void 0 && f.y !== void 0, f;
2090
+ return (0, r.splitAtTopLevelOnly)(l, ",").map((f) => {
2091
+ let c = f.trim(), m = {
2092
+ raw: c
2093
+ }, C = c.split(s), b = /* @__PURE__ */ new Set();
2094
+ for (let k of C)
2095
+ o.lastIndex = 0, !b.has("KEYWORD") && n.has(k) ? (m.keyword = k, b.add("KEYWORD")) : o.test(k) ? b.has("X") ? b.has("Y") ? b.has("BLUR") ? b.has("SPREAD") || (m.spread = k, b.add("SPREAD")) : (m.blur = k, b.add("BLUR")) : (m.y = k, b.add("Y")) : (m.x = k, b.add("X")) : m.color ? (m.unknown || (m.unknown = []), m.unknown.push(k)) : m.color = k;
2096
+ return m.valid = m.x !== void 0 && m.y !== void 0, m;
2097
2097
  });
2098
2098
  }
2099
2099
  function d(l) {
@@ -2111,9 +2111,9 @@ var be = {}, qe = {}, ae = {};
2111
2111
  Object.defineProperty(e, "__esModule", {
2112
2112
  value: !0
2113
2113
  });
2114
- function t(m, w) {
2114
+ function t(h, w) {
2115
2115
  for (var F in w)
2116
- Object.defineProperty(m, F, {
2116
+ Object.defineProperty(h, F, {
2117
2117
  enumerable: !0,
2118
2118
  get: w[F]
2119
2119
  });
@@ -2123,25 +2123,25 @@ var be = {}, qe = {}, ae = {};
2123
2123
  return a;
2124
2124
  },
2125
2125
  url: function() {
2126
- return v;
2126
+ return c;
2127
2127
  },
2128
2128
  number: function() {
2129
- return f;
2129
+ return m;
2130
2130
  },
2131
2131
  percentage: function() {
2132
- return E;
2132
+ return C;
2133
2133
  },
2134
2134
  length: function() {
2135
2135
  return A;
2136
2136
  },
2137
2137
  lineWidth: function() {
2138
- return H;
2138
+ return B;
2139
2139
  },
2140
2140
  shadow: function() {
2141
2141
  return M;
2142
2142
  },
2143
2143
  color: function() {
2144
- return B;
2144
+ return H;
2145
2145
  },
2146
2146
  image: function() {
2147
2147
  return L;
@@ -2172,27 +2172,27 @@ var be = {}, qe = {}, ae = {};
2172
2172
  "clamp",
2173
2173
  "calc"
2174
2174
  ];
2175
- function i(m) {
2176
- return o.some((w) => new RegExp(`^${w}\\(.*\\)`).test(m));
2175
+ function i(h) {
2176
+ return o.some((w) => new RegExp(`^${w}\\(.*\\)`).test(h));
2177
2177
  }
2178
2178
  const d = "--tw-placeholder", l = new RegExp(d, "g");
2179
- function a(m, w = !0) {
2180
- return m.startsWith("--") ? `var(${m})` : m.includes("url(") ? m.split(/(url\(.*?\))/g).filter(Boolean).map((F) => /^url\(.*?\)$/.test(F) ? F : a(F, !1)).join("") : (m = m.replace(/([^\\])_+/g, (F, O) => O + " ".repeat(F.length - 1)).replace(/^_/g, " ").replace(/\\_/g, "_"), w && (m = m.trim()), m = u(m), m);
2179
+ function a(h, w = !0) {
2180
+ return h.startsWith("--") ? `var(${h})` : h.includes("url(") ? h.split(/(url\(.*?\))/g).filter(Boolean).map((F) => /^url\(.*?\)$/.test(F) ? F : a(F, !1)).join("") : (h = h.replace(/([^\\])_+/g, (F, O) => O + " ".repeat(F.length - 1)).replace(/^_/g, " ").replace(/\\_/g, "_"), w && (h = h.trim()), h = f(h), h);
2181
2181
  }
2182
- function u(m) {
2183
- return m.replace(/(calc|min|max|clamp)\(.+\)/g, (w) => {
2182
+ function f(h) {
2183
+ return h.replace(/(calc|min|max|clamp)\(.+\)/g, (w) => {
2184
2184
  let F = [];
2185
2185
  return w.replace(/var\((--.+?)[,)]/g, (O, Q) => (F.push(Q), O.replace(Q, d))).replace(/(-?\d*\.?\d(?!\b-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g, "$1 $2 ").replace(l, () => F.shift());
2186
2186
  });
2187
2187
  }
2188
- function v(m) {
2189
- return m.startsWith("url(");
2188
+ function c(h) {
2189
+ return h.startsWith("url(");
2190
2190
  }
2191
- function f(m) {
2192
- return !isNaN(Number(m)) || i(m);
2191
+ function m(h) {
2192
+ return !isNaN(Number(h)) || i(h);
2193
2193
  }
2194
- function E(m) {
2195
- return m.endsWith("%") && f(m.slice(0, -1)) || i(m);
2194
+ function C(h) {
2195
+ return h.endsWith("%") && m(h.slice(0, -1)) || i(h);
2196
2196
  }
2197
2197
  let k = `(?:${[
2198
2198
  "cm",
@@ -2227,33 +2227,33 @@ var be = {}, qe = {}, ae = {};
2227
2227
  "cqmin",
2228
2228
  "cqmax"
2229
2229
  ].join("|")})`;
2230
- function A(m) {
2231
- return m === "0" || new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${k}$`).test(m) || i(m);
2230
+ function A(h) {
2231
+ return h === "0" || new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${k}$`).test(h) || i(h);
2232
2232
  }
2233
2233
  let z = /* @__PURE__ */ new Set([
2234
2234
  "thin",
2235
2235
  "medium",
2236
2236
  "thick"
2237
2237
  ]);
2238
- function H(m) {
2239
- return z.has(m);
2238
+ function B(h) {
2239
+ return z.has(h);
2240
2240
  }
2241
- function M(m) {
2242
- let w = (0, n.parseBoxShadowValue)(a(m));
2241
+ function M(h) {
2242
+ let w = (0, n.parseBoxShadowValue)(a(h));
2243
2243
  for (let F of w)
2244
2244
  if (!F.valid)
2245
2245
  return !1;
2246
2246
  return !0;
2247
2247
  }
2248
- function B(m) {
2248
+ function H(h) {
2249
2249
  let w = 0;
2250
- return (0, s.splitAtTopLevelOnly)(m, "_").every((O) => (O = a(O), O.startsWith("var(") ? !0 : (0, r.parseColor)(O, {
2250
+ return (0, s.splitAtTopLevelOnly)(h, "_").every((O) => (O = a(O), O.startsWith("var(") ? !0 : (0, r.parseColor)(O, {
2251
2251
  loose: !0
2252
2252
  }) !== null ? (w++, !0) : !1)) ? w > 0 : !1;
2253
2253
  }
2254
- function L(m) {
2254
+ function L(h) {
2255
2255
  let w = 0;
2256
- return (0, s.splitAtTopLevelOnly)(m, ",").every((O) => (O = a(O), O.startsWith("var(") ? !0 : v(O) || U(O) || [
2256
+ return (0, s.splitAtTopLevelOnly)(h, ",").every((O) => (O = a(O), O.startsWith("var(") ? !0 : c(O) || U(O) || [
2257
2257
  "element(",
2258
2258
  "image(",
2259
2259
  "cross-fade(",
@@ -2268,10 +2268,10 @@ var be = {}, qe = {}, ae = {};
2268
2268
  "repeating-linear-gradient",
2269
2269
  "repeating-radial-gradient"
2270
2270
  ]);
2271
- function U(m) {
2272
- m = a(m);
2271
+ function U(h) {
2272
+ h = a(h);
2273
2273
  for (let w of R)
2274
- if (m.startsWith(`${w}(`))
2274
+ if (h.startsWith(`${w}(`))
2275
2275
  return !0;
2276
2276
  return !1;
2277
2277
  }
@@ -2282,15 +2282,15 @@ var be = {}, qe = {}, ae = {};
2282
2282
  "bottom",
2283
2283
  "left"
2284
2284
  ]);
2285
- function y(m) {
2285
+ function y(h) {
2286
2286
  let w = 0;
2287
- return (0, s.splitAtTopLevelOnly)(m, "_").every((O) => (O = a(O), O.startsWith("var(") ? !0 : W.has(O) || A(O) || E(O) ? (w++, !0) : !1)) ? w > 0 : !1;
2287
+ return (0, s.splitAtTopLevelOnly)(h, "_").every((O) => (O = a(O), O.startsWith("var(") ? !0 : W.has(O) || A(O) || C(O) ? (w++, !0) : !1)) ? w > 0 : !1;
2288
2288
  }
2289
- function D(m) {
2289
+ function D(h) {
2290
2290
  let w = 0;
2291
- return (0, s.splitAtTopLevelOnly)(m, ",").every((O) => (O = a(O), O.startsWith("var(") ? !0 : O.includes(" ") && !/(['"])([^"']+)\1/g.test(O) || /^\d/g.test(O) ? !1 : (w++, !0))) ? w > 0 : !1;
2291
+ return (0, s.splitAtTopLevelOnly)(h, ",").every((O) => (O = a(O), O.startsWith("var(") ? !0 : O.includes(" ") && !/(['"])([^"']+)\1/g.test(O) || /^\d/g.test(O) ? !1 : (w++, !0))) ? w > 0 : !1;
2292
2292
  }
2293
- let C = /* @__PURE__ */ new Set([
2293
+ let S = /* @__PURE__ */ new Set([
2294
2294
  "serif",
2295
2295
  "sans-serif",
2296
2296
  "monospace",
@@ -2305,8 +2305,8 @@ var be = {}, qe = {}, ae = {};
2305
2305
  "emoji",
2306
2306
  "fangsong"
2307
2307
  ]);
2308
- function p(m) {
2309
- return C.has(m);
2308
+ function p(h) {
2309
+ return S.has(h);
2310
2310
  }
2311
2311
  let x = /* @__PURE__ */ new Set([
2312
2312
  "xx-small",
@@ -2318,15 +2318,15 @@ var be = {}, qe = {}, ae = {};
2318
2318
  "x-large",
2319
2319
  "xxx-large"
2320
2320
  ]);
2321
- function _(m) {
2322
- return x.has(m);
2321
+ function _(h) {
2322
+ return x.has(h);
2323
2323
  }
2324
- let g = /* @__PURE__ */ new Set([
2324
+ let v = /* @__PURE__ */ new Set([
2325
2325
  "larger",
2326
2326
  "smaller"
2327
2327
  ]);
2328
- function $(m) {
2329
- return g.has(m);
2328
+ function $(h) {
2329
+ return v.has(h);
2330
2330
  }
2331
2331
  })(be);
2332
2332
  var Ye = {};
@@ -2356,10 +2356,10 @@ var Ye = {};
2356
2356
  value: !0
2357
2357
  });
2358
2358
  function t(y, D) {
2359
- for (var C in D)
2360
- Object.defineProperty(y, C, {
2359
+ for (var S in D)
2360
+ Object.defineProperty(y, S, {
2361
2361
  enumerable: !0,
2362
- get: D[C]
2362
+ get: D[S]
2363
2363
  });
2364
2364
  }
2365
2365
  t(e, {
@@ -2367,7 +2367,7 @@ var Ye = {};
2367
2367
  return a;
2368
2368
  },
2369
2369
  asValue: function() {
2370
- return f;
2370
+ return m;
2371
2371
  },
2372
2372
  parseColorFormat: function() {
2373
2373
  return k;
@@ -2376,10 +2376,10 @@ var Ye = {};
2376
2376
  return z;
2377
2377
  },
2378
2378
  asLookupValue: function() {
2379
- return H;
2379
+ return B;
2380
2380
  },
2381
2381
  typeMap: function() {
2382
- return B;
2382
+ return H;
2383
2383
  },
2384
2384
  coerceValue: function() {
2385
2385
  return U;
@@ -2395,32 +2395,32 @@ var Ye = {};
2395
2395
  };
2396
2396
  }
2397
2397
  function a(y, D) {
2398
- y.walkClasses((C) => {
2399
- C.value = D(C.value), C.raws && C.raws.value && (C.raws.value = (0, r.default)(C.raws.value));
2398
+ y.walkClasses((S) => {
2399
+ S.value = D(S.value), S.raws && S.raws.value && (S.raws.value = (0, r.default)(S.raws.value));
2400
2400
  });
2401
2401
  }
2402
- function u(y, D) {
2403
- if (!E(y))
2402
+ function f(y, D) {
2403
+ if (!C(y))
2404
2404
  return;
2405
- let C = y.slice(1, -1);
2406
- if (D(C))
2407
- return (0, s.normalize)(C);
2405
+ let S = y.slice(1, -1);
2406
+ if (D(S))
2407
+ return (0, s.normalize)(S);
2408
2408
  }
2409
- function v(y, D = {}, C) {
2409
+ function c(y, D = {}, S) {
2410
2410
  let p = D[y];
2411
2411
  if (p !== void 0)
2412
2412
  return (0, o.default)(p);
2413
- if (E(y)) {
2414
- let x = u(y, C);
2413
+ if (C(y)) {
2414
+ let x = f(y, S);
2415
2415
  return x === void 0 ? void 0 : (0, o.default)(x);
2416
2416
  }
2417
2417
  }
2418
- function f(y, D = {}, { validate: C = () => !0 } = {}) {
2418
+ function m(y, D = {}, { validate: S = () => !0 } = {}) {
2419
2419
  var p;
2420
2420
  let x = (p = D.values) === null || p === void 0 ? void 0 : p[y];
2421
- return x !== void 0 ? x : D.supportsNegativeValues && y.startsWith("-") ? v(y.slice(1), D.values, C) : u(y, C);
2421
+ return x !== void 0 ? x : D.supportsNegativeValues && y.startsWith("-") ? c(y.slice(1), D.values, S) : f(y, S);
2422
2422
  }
2423
- function E(y) {
2423
+ function C(y) {
2424
2424
  return y.startsWith("[") && y.endsWith("]");
2425
2425
  }
2426
2426
  function b(y) {
@@ -2428,7 +2428,7 @@ var Ye = {};
2428
2428
  return D === -1 || D === y.length - 1 ? [
2429
2429
  y,
2430
2430
  void 0
2431
- ] : E(y) && !y.includes("]/[") ? [
2431
+ ] : C(y) && !y.includes("]/[") ? [
2432
2432
  y,
2433
2433
  void 0
2434
2434
  ] : [
@@ -2439,47 +2439,47 @@ var Ye = {};
2439
2439
  function k(y) {
2440
2440
  if (typeof y == "string" && y.includes("<alpha-value>")) {
2441
2441
  let D = y;
2442
- return ({ opacityValue: C = 1 }) => D.replace("<alpha-value>", C);
2442
+ return ({ opacityValue: S = 1 }) => D.replace("<alpha-value>", S);
2443
2443
  }
2444
2444
  return y;
2445
2445
  }
2446
2446
  function A(y) {
2447
2447
  return (0, s.normalize)(y.slice(1, -1));
2448
2448
  }
2449
- function z(y, D = {}, { tailwindConfig: C = {} } = {}) {
2449
+ function z(y, D = {}, { tailwindConfig: S = {} } = {}) {
2450
2450
  var p;
2451
2451
  if (((p = D.values) === null || p === void 0 ? void 0 : p[y]) !== void 0) {
2452
2452
  var x;
2453
2453
  return k((x = D.values) === null || x === void 0 ? void 0 : x[y]);
2454
2454
  }
2455
- let [_, g] = b(y);
2456
- if (g !== void 0) {
2457
- var $, m, w, F;
2458
- let O = (F = ($ = D.values) === null || $ === void 0 ? void 0 : $[_]) !== null && F !== void 0 ? F : E(_) ? _.slice(1, -1) : void 0;
2459
- return O === void 0 ? void 0 : (O = k(O), E(g) ? (0, n.withAlphaValue)(O, A(g)) : ((m = C.theme) === null || m === void 0 || (w = m.opacity) === null || w === void 0 ? void 0 : w[g]) === void 0 ? void 0 : (0, n.withAlphaValue)(O, C.theme.opacity[g]));
2455
+ let [_, v] = b(y);
2456
+ if (v !== void 0) {
2457
+ var $, h, w, F;
2458
+ let O = (F = ($ = D.values) === null || $ === void 0 ? void 0 : $[_]) !== null && F !== void 0 ? F : C(_) ? _.slice(1, -1) : void 0;
2459
+ return O === void 0 ? void 0 : (O = k(O), C(v) ? (0, n.withAlphaValue)(O, A(v)) : ((h = S.theme) === null || h === void 0 || (w = h.opacity) === null || w === void 0 ? void 0 : w[v]) === void 0 ? void 0 : (0, n.withAlphaValue)(O, S.theme.opacity[v]));
2460
2460
  }
2461
- return f(y, D, {
2461
+ return m(y, D, {
2462
2462
  validate: s.color
2463
2463
  });
2464
2464
  }
2465
- function H(y, D = {}) {
2466
- var C;
2467
- return (C = D.values) === null || C === void 0 ? void 0 : C[y];
2465
+ function B(y, D = {}) {
2466
+ var S;
2467
+ return (S = D.values) === null || S === void 0 ? void 0 : S[y];
2468
2468
  }
2469
2469
  function M(y) {
2470
- return (D, C) => f(D, C, {
2470
+ return (D, S) => m(D, S, {
2471
2471
  validate: y
2472
2472
  });
2473
2473
  }
2474
- let B = {
2475
- any: f,
2474
+ let H = {
2475
+ any: m,
2476
2476
  color: z,
2477
2477
  url: M(s.url),
2478
2478
  image: M(s.image),
2479
2479
  length: M(s.length),
2480
2480
  percentage: M(s.percentage),
2481
2481
  position: M(s.position),
2482
- lookup: H,
2482
+ lookup: B,
2483
2483
  "generic-name": M(s.genericName),
2484
2484
  "family-name": M(s.familyName),
2485
2485
  number: M(s.number),
@@ -2488,63 +2488,63 @@ var Ye = {};
2488
2488
  "relative-size": M(s.relativeSize),
2489
2489
  shadow: M(s.shadow),
2490
2490
  size: M(i.backgroundSize)
2491
- }, L = Object.keys(B);
2491
+ }, L = Object.keys(H);
2492
2492
  function R(y, D) {
2493
- let C = y.indexOf(D);
2494
- return C === -1 ? [
2493
+ let S = y.indexOf(D);
2494
+ return S === -1 ? [
2495
2495
  void 0,
2496
2496
  y
2497
2497
  ] : [
2498
- y.slice(0, C),
2499
- y.slice(C + 1)
2498
+ y.slice(0, S),
2499
+ y.slice(S + 1)
2500
2500
  ];
2501
2501
  }
2502
- function U(y, D, C, p) {
2503
- if (C.values && D in C.values)
2502
+ function U(y, D, S, p) {
2503
+ if (S.values && D in S.values)
2504
2504
  for (let { type: _ } of y != null ? y : []) {
2505
- let g = B[_](D, C, {
2505
+ let v = H[_](D, S, {
2506
2506
  tailwindConfig: p
2507
2507
  });
2508
- if (g !== void 0)
2508
+ if (v !== void 0)
2509
2509
  return [
2510
- g,
2510
+ v,
2511
2511
  _,
2512
2512
  null
2513
2513
  ];
2514
2514
  }
2515
- if (E(D)) {
2516
- let _ = D.slice(1, -1), [g, $] = R(_, ":");
2517
- if (!/^[\w-_]+$/g.test(g))
2515
+ if (C(D)) {
2516
+ let _ = D.slice(1, -1), [v, $] = R(_, ":");
2517
+ if (!/^[\w-_]+$/g.test(v))
2518
2518
  $ = _;
2519
- else if (g !== void 0 && !L.includes(g))
2519
+ else if (v !== void 0 && !L.includes(v))
2520
2520
  return [];
2521
- if ($.length > 0 && L.includes(g))
2521
+ if ($.length > 0 && L.includes(v))
2522
2522
  return [
2523
- f(`[${$}]`, C),
2524
- g,
2523
+ m(`[${$}]`, S),
2524
+ v,
2525
2525
  null
2526
2526
  ];
2527
2527
  }
2528
- let x = W(y, D, C, p);
2528
+ let x = W(y, D, S, p);
2529
2529
  for (let _ of x)
2530
2530
  return _;
2531
2531
  return [];
2532
2532
  }
2533
- function* W(y, D, C, p) {
2534
- let x = (0, d.flagEnabled)(p, "generalizedModifiers"), [_, g] = b(D);
2535
- if (x && C.modifiers != null && (C.modifiers === "any" || typeof C.modifiers == "object" && (g && E(g) || g in C.modifiers)) || (_ = D, g = void 0), g !== void 0 && _ === "" && (_ = "DEFAULT"), g !== void 0 && typeof C.modifiers == "object") {
2536
- var m, w;
2537
- let F = (w = (m = C.modifiers) === null || m === void 0 ? void 0 : m[g]) !== null && w !== void 0 ? w : null;
2538
- F !== null ? g = F : E(g) && (g = A(g));
2533
+ function* W(y, D, S, p) {
2534
+ let x = (0, d.flagEnabled)(p, "generalizedModifiers"), [_, v] = b(D);
2535
+ if (x && S.modifiers != null && (S.modifiers === "any" || typeof S.modifiers == "object" && (v && C(v) || v in S.modifiers)) || (_ = D, v = void 0), v !== void 0 && _ === "" && (_ = "DEFAULT"), v !== void 0 && typeof S.modifiers == "object") {
2536
+ var h, w;
2537
+ let F = (w = (h = S.modifiers) === null || h === void 0 ? void 0 : h[v]) !== null && w !== void 0 ? w : null;
2538
+ F !== null ? v = F : C(v) && (v = A(v));
2539
2539
  }
2540
2540
  for (let { type: F } of y != null ? y : []) {
2541
- let O = B[F](_, C, {
2541
+ let O = H[F](_, S, {
2542
2542
  tailwindConfig: p
2543
2543
  });
2544
2544
  O !== void 0 && (yield [
2545
2545
  O,
2546
2546
  F,
2547
- g != null ? g : null
2547
+ v != null ? v : null
2548
2548
  ]);
2549
2549
  }
2550
2550
  }
@@ -2569,11 +2569,11 @@ var Ze = {};
2569
2569
  }), Object.defineProperty(e, "default", {
2570
2570
  enumerable: !0,
2571
2571
  get: function() {
2572
- return C;
2572
+ return S;
2573
2573
  }
2574
2574
  });
2575
- const t = /* @__PURE__ */ E(me), r = /* @__PURE__ */ E(He), n = /* @__PURE__ */ E(Be), s = /* @__PURE__ */ E(pe), o = je, i = Re, d = We, l = /* @__PURE__ */ E(Ne), a = Ue, u = Ie, v = ve, f = /* @__PURE__ */ E(Ze);
2576
- function E(p) {
2575
+ const t = /* @__PURE__ */ C(me), r = /* @__PURE__ */ C(Be), n = /* @__PURE__ */ C(He), s = /* @__PURE__ */ C(pe), o = je, i = Re, d = We, l = /* @__PURE__ */ C(Ne), a = Ue, f = Ie, c = ve, m = /* @__PURE__ */ C(Ze);
2576
+ function C(p) {
2577
2577
  return p && p.__esModule ? p : {
2578
2578
  default: p
2579
2579
  };
@@ -2583,10 +2583,10 @@ var Ze = {};
2583
2583
  }
2584
2584
  function k(p, ...x) {
2585
2585
  let _ = x.pop();
2586
- for (let g of x)
2587
- for (let $ in g) {
2588
- let m = _(p[$], g[$]);
2589
- m === void 0 ? (0, l.default)(p[$]) && (0, l.default)(g[$]) ? p[$] = k({}, p[$], g[$], _) : p[$] = g[$] : p[$] = m;
2586
+ for (let v of x)
2587
+ for (let $ in v) {
2588
+ let h = _(p[$], v[$]);
2589
+ h === void 0 ? (0, l.default)(p[$]) && (0, l.default)(v[$]) ? p[$] = k({}, p[$], v[$], _) : p[$] = v[$] : p[$] = h;
2590
2590
  }
2591
2591
  return p;
2592
2592
  }
@@ -2594,8 +2594,8 @@ var Ze = {};
2594
2594
  colors: s.default,
2595
2595
  negative(p) {
2596
2596
  return Object.keys(p).filter((x) => p[x] !== "0").reduce((x, _) => {
2597
- let g = (0, t.default)(p[_]);
2598
- return g !== void 0 && (x[`-${_}`] = g), x;
2597
+ let v = (0, t.default)(p[_]);
2598
+ return v !== void 0 && (x[`-${_}`] = v), x;
2599
2599
  }, {});
2600
2600
  },
2601
2601
  breakpoints(p) {
@@ -2608,15 +2608,15 @@ var Ze = {};
2608
2608
  function z(p, ...x) {
2609
2609
  return b(p) ? p(...x) : p;
2610
2610
  }
2611
- function H(p) {
2612
- return p.reduce((x, { extend: _ }) => k(x, _, (g, $) => g === void 0 ? [
2611
+ function B(p) {
2612
+ return p.reduce((x, { extend: _ }) => k(x, _, (v, $) => v === void 0 ? [
2613
2613
  $
2614
- ] : Array.isArray(g) ? [
2614
+ ] : Array.isArray(v) ? [
2615
2615
  $,
2616
- ...g
2616
+ ...v
2617
2617
  ] : [
2618
2618
  $,
2619
- g
2619
+ v
2620
2620
  ]), {});
2621
2621
  }
2622
2622
  function M(p) {
@@ -2624,10 +2624,10 @@ var Ze = {};
2624
2624
  ...p.reduce((x, _) => (0, o.defaults)(x, _), {}),
2625
2625
  // In order to resolve n config objects, we combine all of their `extend` properties
2626
2626
  // into arrays instead of objects so they aren't overridden.
2627
- extend: H(p)
2627
+ extend: B(p)
2628
2628
  };
2629
2629
  }
2630
- function B(p, x) {
2630
+ function H(p, x) {
2631
2631
  if (Array.isArray(p) && (0, l.default)(p[0]))
2632
2632
  return p.concat(x);
2633
2633
  if (Array.isArray(x) && (0, l.default)(x[0]) && (0, l.default)(p))
@@ -2639,41 +2639,41 @@ var Ze = {};
2639
2639
  return x;
2640
2640
  }
2641
2641
  function L({ extend: p, ...x }) {
2642
- return k(x, p, (_, g) => !b(_) && !g.some(b) ? k({}, _, ...g, B) : ($, m) => k({}, ...[
2642
+ return k(x, p, (_, v) => !b(_) && !v.some(b) ? k({}, _, ...v, H) : ($, h) => k({}, ...[
2643
2643
  _,
2644
- ...g
2645
- ].map((w) => z(w, $, m)), B));
2644
+ ...v
2645
+ ].map((w) => z(w, $, h)), H));
2646
2646
  }
2647
2647
  function* R(p) {
2648
2648
  let x = (0, i.toPath)(p);
2649
2649
  if (x.length === 0 || (yield x, Array.isArray(p)))
2650
2650
  return;
2651
- let _ = /^(.*?)\s*\/\s*([^/]+)$/, g = p.match(_);
2652
- if (g !== null) {
2653
- let [, $, m] = g, w = (0, i.toPath)($);
2654
- w.alpha = m, yield w;
2651
+ let _ = /^(.*?)\s*\/\s*([^/]+)$/, v = p.match(_);
2652
+ if (v !== null) {
2653
+ let [, $, h] = v, w = (0, i.toPath)($);
2654
+ w.alpha = h, yield w;
2655
2655
  }
2656
2656
  }
2657
2657
  function U(p) {
2658
- const x = (_, g) => {
2658
+ const x = (_, v) => {
2659
2659
  for (const $ of R(_)) {
2660
- let m = 0, w = p;
2661
- for (; w != null && m < $.length; )
2662
- w = w[$[m++]], w = b(w) && ($.alpha === void 0 || m <= $.length - 1) ? w(x, A) : w;
2660
+ let h = 0, w = p;
2661
+ for (; w != null && h < $.length; )
2662
+ w = w[$[h++]], w = b(w) && ($.alpha === void 0 || h <= $.length - 1) ? w(x, A) : w;
2663
2663
  if (w !== void 0) {
2664
2664
  if ($.alpha !== void 0) {
2665
- let F = (0, u.parseColorFormat)(w);
2666
- return (0, v.withAlphaValue)(F, $.alpha, (0, f.default)(F));
2665
+ let F = (0, f.parseColorFormat)(w);
2666
+ return (0, c.withAlphaValue)(F, $.alpha, (0, m.default)(F));
2667
2667
  }
2668
2668
  return (0, l.default)(w) ? (0, a.cloneDeep)(w) : w;
2669
2669
  }
2670
2670
  }
2671
- return g;
2671
+ return v;
2672
2672
  };
2673
2673
  return Object.assign(x, {
2674
2674
  theme: x,
2675
2675
  ...A
2676
- }), Object.keys(p).reduce((_, g) => (_[g] = b(p[g]) ? p[g](x, A) : p[g], _), {});
2676
+ }), Object.keys(p).reduce((_, v) => (_[v] = b(p[v]) ? p[v](x, A) : p[v], _), {});
2677
2677
  }
2678
2678
  function W(p) {
2679
2679
  let x = [];
@@ -2682,15 +2682,15 @@ var Ze = {};
2682
2682
  ...x,
2683
2683
  _
2684
2684
  ];
2685
- var g;
2686
- const $ = (g = _ == null ? void 0 : _.plugins) !== null && g !== void 0 ? g : [];
2687
- $.length !== 0 && $.forEach((m) => {
2688
- m.__isOptionsFunction && (m = m());
2685
+ var v;
2686
+ const $ = (v = _ == null ? void 0 : _.plugins) !== null && v !== void 0 ? v : [];
2687
+ $.length !== 0 && $.forEach((h) => {
2688
+ h.__isOptionsFunction && (h = h());
2689
2689
  var w;
2690
2690
  x = [
2691
2691
  ...x,
2692
2692
  ...W([
2693
- (w = m == null ? void 0 : m.config) !== null && w !== void 0 ? w : {}
2693
+ (w = h == null ? void 0 : h.config) !== null && w !== void 0 ? w : {}
2694
2694
  ])
2695
2695
  ];
2696
2696
  });
@@ -2699,19 +2699,19 @@ var Ze = {};
2699
2699
  function y(p) {
2700
2700
  return [
2701
2701
  ...p
2702
- ].reduceRight((_, g) => b(g) ? g({
2702
+ ].reduceRight((_, v) => b(v) ? v({
2703
2703
  corePlugins: _
2704
- }) : (0, n.default)(g, _), r.default);
2704
+ }) : (0, n.default)(v, _), r.default);
2705
2705
  }
2706
2706
  function D(p) {
2707
2707
  return [
2708
2708
  ...p
2709
- ].reduceRight((_, g) => [
2709
+ ].reduceRight((_, v) => [
2710
2710
  ..._,
2711
- ...g
2711
+ ...v
2712
2712
  ], []);
2713
2713
  }
2714
- function C(p) {
2714
+ function S(p) {
2715
2715
  let x = [
2716
2716
  ...W(p),
2717
2717
  {
@@ -2720,11 +2720,11 @@ var Ze = {};
2720
2720
  separator: ":"
2721
2721
  }
2722
2722
  ];
2723
- var _, g;
2723
+ var _, v;
2724
2724
  return (0, d.normalizeConfig)((0, o.defaults)({
2725
2725
  theme: U(L(M(x.map(($) => (_ = $ == null ? void 0 : $.theme) !== null && _ !== void 0 ? _ : {})))),
2726
2726
  corePlugins: y(x.map(($) => $.corePlugins)),
2727
- plugins: D(p.map(($) => (g = $ == null ? void 0 : $.plugins) !== null && g !== void 0 ? g : []))
2727
+ plugins: D(p.map(($) => (v = $ == null ? void 0 : $.plugins) !== null && v !== void 0 ? v : []))
2728
2728
  }, ...x));
2729
2729
  }
2730
2730
  })(ze);
@@ -3738,13 +3738,13 @@ var Ke = {}, ft = {
3738
3738
  var i;
3739
3739
  const d = ((i = o == null ? void 0 : o.presets) !== null && i !== void 0 ? i : [
3740
3740
  t.default
3741
- ]).slice().reverse().flatMap((u) => s(u instanceof Function ? u() : u)), l = {
3741
+ ]).slice().reverse().flatMap((f) => s(f instanceof Function ? f() : f)), l = {
3742
3742
  // Add experimental configs here...
3743
3743
  respectDefaultRingColorOpacity: {
3744
3744
  theme: {
3745
- ringColor: ({ theme: u }) => ({
3745
+ ringColor: ({ theme: f }) => ({
3746
3746
  DEFAULT: "#3b82f67f",
3747
- ...u("colors")
3747
+ ...f("colors")
3748
3748
  })
3749
3749
  }
3750
3750
  },
@@ -3758,7 +3758,7 @@ var Ke = {}, ft = {
3758
3758
  textOpacity: !1
3759
3759
  }
3760
3760
  }
3761
- }, a = Object.keys(l).filter((u) => (0, r.flagEnabled)(o, u)).map((u) => l[u]);
3761
+ }, a = Object.keys(l).filter((f) => (0, r.flagEnabled)(o, f)).map((f) => l[f]);
3762
3762
  return [
3763
3763
  o,
3764
3764
  ...a,
@@ -3917,34 +3917,34 @@ const pt = {
3917
3917
  }
3918
3918
  ]
3919
3919
  }, Je = mt(vt), yt = Je.theme.fontSize, bt = Je.theme.colors, lr = [
3920
- T.dot,
3921
- T.xs,
3922
- T.sm,
3923
- T.md,
3924
- T.lg,
3925
- T.xl
3920
+ E.dot,
3921
+ E.xs,
3922
+ E.sm,
3923
+ E.md,
3924
+ E.lg,
3925
+ E.xl
3926
3926
  ], ur = [
3927
- T.xs,
3928
- T.sm,
3929
- T.md,
3930
- T.lg,
3931
- T.xl,
3932
- T["2xl"]
3927
+ E.xs,
3928
+ E.sm,
3929
+ E.md,
3930
+ E.lg,
3931
+ E.xl,
3932
+ E["2xl"]
3933
3933
  ], xt = [
3934
- T.xs,
3935
- T.sm,
3936
- T.md,
3937
- T.base,
3938
- T.lg,
3939
- T.xl,
3940
- T["2xl"],
3941
- T["3xl"],
3942
- T["4xl"],
3943
- T["5xl"],
3944
- T["6xl"],
3945
- T["7xl"],
3946
- T["8xl"],
3947
- T["9xl"]
3934
+ E.xs,
3935
+ E.sm,
3936
+ E.md,
3937
+ E.base,
3938
+ E.lg,
3939
+ E.xl,
3940
+ E["2xl"],
3941
+ E["3xl"],
3942
+ E["4xl"],
3943
+ E["5xl"],
3944
+ E["6xl"],
3945
+ E["7xl"],
3946
+ E["8xl"],
3947
+ E["9xl"]
3948
3948
  ], cr = [
3949
3949
  G.warning,
3950
3950
  G.error,
@@ -3976,7 +3976,7 @@ const pt = {
3976
3976
  },
3977
3977
  size: {
3978
3978
  type: String,
3979
- default: T.sm
3979
+ default: E.sm
3980
3980
  }
3981
3981
  },
3982
3982
  computed: {
@@ -3988,7 +3988,7 @@ const pt = {
3988
3988
  },
3989
3989
  iconClasses() {
3990
3990
  var n, s;
3991
- const e = this.sizes[this.size] || this.sizes[T.sm], t = `${((s = (n = this.icon) == null ? void 0 : n.split(" ")) == null ? void 0 : s.length) > 1 ? this.icon : `fa fa-${this.icon}`}`;
3991
+ const e = this.sizes[this.size] || this.sizes[E.sm], t = `${((s = (n = this.icon) == null ? void 0 : n.split(" ")) == null ? void 0 : s.length) > 1 ? this.icon : `fa fa-${this.icon}`}`;
3992
3992
  return [
3993
3993
  "e-inline-flex e-items-center e-justify-center e-rounded-full",
3994
3994
  this.color,
@@ -4028,7 +4028,7 @@ const Tt = St.exports, Et = q.extend({
4028
4028
  },
4029
4029
  size: {
4030
4030
  type: String,
4031
- default: T.base
4031
+ default: E.base
4032
4032
  },
4033
4033
  opacity: {
4034
4034
  type: [String, Number],
@@ -4043,7 +4043,7 @@ const Tt = St.exports, Et = q.extend({
4043
4043
  },
4044
4044
  computed: {
4045
4045
  computedSize() {
4046
- return this.sizes[T[this.size]] || this.size || this.sizes[T.base];
4046
+ return this.sizes[E[this.size]] || this.size || this.sizes[E.base];
4047
4047
  },
4048
4048
  fill() {
4049
4049
  let e = {
@@ -4266,13 +4266,13 @@ const Pt = Mt.exports, zt = q.extend({
4266
4266
  }
4267
4267
  }
4268
4268
  });
4269
- var Ht = function() {
4269
+ var Bt = function() {
4270
4270
  var t = this, r = t._self._c;
4271
4271
  return r("div", { staticClass: "e-col", class: t.colClasses }, [t._t("default")], 2);
4272
- }, Bt = [], Lt = /* @__PURE__ */ I(
4272
+ }, Ht = [], Lt = /* @__PURE__ */ I(
4273
4273
  zt,
4274
- Ht,
4275
4274
  Bt,
4275
+ Ht,
4276
4276
  !1,
4277
4277
  null,
4278
4278
  null,
@@ -4618,7 +4618,7 @@ var Ut = function() {
4618
4618
  null
4619
4619
  );
4620
4620
  const Xt = Vt.exports, ne = (e) => {
4621
- const t = c.utcFormat("%_d")(e), n = {
4621
+ const t = u.utcFormat("%_d")(e), n = {
4622
4622
  1: "st",
4623
4623
  2: "nd",
4624
4624
  3: "rd"
@@ -4626,25 +4626,25 @@ const Xt = Vt.exports, ne = (e) => {
4626
4626
  return `${t}${n}`;
4627
4627
  }, _e = (e) => new Date(
4628
4628
  Date.UTC(e.getUTCFullYear(), e.getUTCMonth(), e.getUTCDate() + 1)
4629
- ).getUTCDate() === 1 ? "" : c.utcFormat("%-d")(e), K = (e) => ["0", " 0", "00"].includes(c.utcFormat("%H")(e)) ? "" : `${c.utcFormat("%H")(e)}h`, X = (e) => {
4630
- const t = c.utcFormat("%H:%M")(e);
4629
+ ).getUTCDate() === 1 ? "" : u.utcFormat("%-d")(e), K = (e) => ["0", " 0", "00"].includes(u.utcFormat("%H")(e)) ? "" : `${u.utcFormat("%H")(e)}h`, X = (e) => {
4630
+ const t = u.utcFormat("%H:%M")(e);
4631
4631
  return t === "00:00" ? "" : t;
4632
- }, ce = (e) => c.utcFormat("%M:%S")(e), we = (e) => `${c.utcFormat("%Hh%Mm")(e)}`, he = (e) => {
4633
- const t = X(e), r = ne(e), n = c.utcFormat("%B")(e);
4632
+ }, ce = (e) => u.utcFormat("%M:%S")(e), we = (e) => `${u.utcFormat("%Hh%Mm")(e)}`, he = (e) => {
4633
+ const t = X(e), r = ne(e), n = u.utcFormat("%B")(e);
4634
4634
  return t || `${n} ${r}`;
4635
4635
  }, de = (e) => {
4636
- const t = X(e), r = Number.parseInt(c.utcFormat("%H")(e)), n = ne(e), s = c.utcFormat("%B")(e);
4636
+ const t = X(e), r = Number.parseInt(u.utcFormat("%H")(e)), n = ne(e), s = u.utcFormat("%B")(e);
4637
4637
  return t && r % 6 === 0 ? `${s} ${n} ${t}` : he(e);
4638
4638
  }, J = (e) => (t) => {
4639
- const r = c.utcFormat("%H")(t);
4640
- return !(c.utcFormat("%M")(t) === "00" && Number.parseInt(r) % e === 0);
4639
+ const r = u.utcFormat("%H")(t);
4640
+ return !(u.utcFormat("%M")(t) === "00" && Number.parseInt(r) % e === 0);
4641
4641
  }, fe = (e) => (t) => {
4642
- const r = c.utcFormat("%M")(t);
4642
+ const r = u.utcFormat("%M")(t);
4643
4643
  return Number.parseInt(r) % e !== 0;
4644
4644
  }, Ce = (e) => (t) => {
4645
- const r = c.utcFormat("%M")(t), n = c.utcFormat("%S")(t);
4645
+ const r = u.utcFormat("%M")(t), n = u.utcFormat("%S")(t);
4646
4646
  return Number.parseInt(r) % e !== 0 && Number.parseInt(n) === 0;
4647
- }, S = {
4647
+ }, T = {
4648
4648
  _10_seconds: 25e-6,
4649
4649
  _20_seconds: 1e-4,
4650
4650
  _30_seconds: 15e-5,
@@ -4670,251 +4670,251 @@ var Te, Ee, $e, De, ke, Oe, Ae, Fe;
4670
4670
  const qt = {
4671
4671
  [te.overview]: [
4672
4672
  {
4673
- precision: S._30_seconds,
4674
- interval: c.utcMinute.every(2),
4673
+ precision: T._30_seconds,
4674
+ interval: u.utcMinute.every(2),
4675
4675
  format: we
4676
4676
  },
4677
4677
  {
4678
- precision: S._1_minute,
4679
- interval: c.utcMinute.every(5),
4678
+ precision: T._1_minute,
4679
+ interval: u.utcMinute.every(5),
4680
4680
  format: we
4681
4681
  },
4682
4682
  {
4683
- precision: S._2_minutes,
4684
- interval: c.utcMinute.every(10),
4683
+ precision: T._2_minutes,
4684
+ interval: u.utcMinute.every(10),
4685
4685
  format: he
4686
4686
  },
4687
4687
  {
4688
- precision: S._5_minutes,
4689
- interval: c.utcMinute.every(20),
4688
+ precision: T._5_minutes,
4689
+ interval: u.utcMinute.every(20),
4690
4690
  format: de
4691
4691
  },
4692
4692
  {
4693
- precision: S._15_minutes,
4694
- interval: c.utcHour,
4693
+ precision: T._15_minutes,
4694
+ interval: u.utcHour,
4695
4695
  format: de
4696
4696
  },
4697
4697
  {
4698
- precision: S._30_minutes,
4699
- interval: c.utcHour.every(2),
4698
+ precision: T._30_minutes,
4699
+ interval: u.utcHour.every(2),
4700
4700
  format: de
4701
4701
  },
4702
4702
  {
4703
- precision: S._2_hours,
4704
- interval: c.utcHour.every(6),
4703
+ precision: T._2_hours,
4704
+ interval: u.utcHour.every(6),
4705
4705
  format: (e) => {
4706
- const t = X(e), r = ne(e), n = c.utcFormat("%B")(e);
4706
+ const t = X(e), r = ne(e), n = u.utcFormat("%B")(e);
4707
4707
  return t || `${n} ${r}`;
4708
4708
  }
4709
4709
  },
4710
4710
  {
4711
- precision: S._3_hours,
4712
- interval: c.utcHour.every(12),
4711
+ precision: T._3_hours,
4712
+ interval: u.utcHour.every(12),
4713
4713
  format: he
4714
4714
  },
4715
4715
  {
4716
- precision: S._6_hours,
4717
- interval: c.utcHour.every(24),
4716
+ precision: T._6_hours,
4717
+ interval: u.utcHour.every(24),
4718
4718
  format: (e) => {
4719
4719
  const t = ne(e);
4720
- return `${c.utcFormat("%b")(e)} ${t}`;
4720
+ return `${u.utcFormat("%b")(e)} ${t}`;
4721
4721
  }
4722
4722
  },
4723
4723
  {
4724
- precision: S._2_days,
4725
- interval: c.utcMonth,
4724
+ precision: T._2_days,
4725
+ interval: u.utcMonth,
4726
4726
  format: (e) => {
4727
4727
  const r = e.getUTCMonth() === 0 && e.getUTCDate() === 1 ? "%Y – %B" : "%B";
4728
- return c.utcFormat(r)(e);
4728
+ return u.utcFormat(r)(e);
4729
4729
  }
4730
4730
  },
4731
4731
  {
4732
- precision: S.infinity,
4733
- interval: c.utcYear,
4732
+ precision: T.infinity,
4733
+ interval: u.utcYear,
4734
4734
  format: "%Y"
4735
4735
  }
4736
4736
  ],
4737
4737
  [te.detailed]: [
4738
4738
  {
4739
- precision: S._10_seconds,
4740
- interval: c.utcSecond.every(10),
4739
+ precision: T._10_seconds,
4740
+ interval: u.utcSecond.every(10),
4741
4741
  format: ce
4742
4742
  },
4743
4743
  {
4744
- precision: S._20_seconds,
4745
- interval: (Te = c.utcSecond.every(20)) == null ? void 0 : Te.filter(Ce(2)),
4744
+ precision: T._20_seconds,
4745
+ interval: (Te = u.utcSecond.every(20)) == null ? void 0 : Te.filter(Ce(2)),
4746
4746
  format: ce
4747
4747
  },
4748
4748
  {
4749
- precision: S._30_seconds,
4750
- interval: (Ee = c.utcSecond.every(30)) == null ? void 0 : Ee.filter(Ce(2)),
4749
+ precision: T._30_seconds,
4750
+ interval: (Ee = u.utcSecond.every(30)) == null ? void 0 : Ee.filter(Ce(2)),
4751
4751
  format: ce
4752
4752
  },
4753
4753
  {
4754
- precision: S._1_minute,
4755
- interval: c.utcMinute.filter(fe(5)),
4754
+ precision: T._1_minute,
4755
+ interval: u.utcMinute.filter(fe(5)),
4756
4756
  format: X
4757
4757
  },
4758
4758
  {
4759
- precision: S._2_minutes,
4760
- interval: ($e = c.utcMinute.every(2)) == null ? void 0 : $e.filter(fe(10)),
4759
+ precision: T._2_minutes,
4760
+ interval: ($e = u.utcMinute.every(2)) == null ? void 0 : $e.filter(fe(10)),
4761
4761
  format: X
4762
4762
  },
4763
4763
  {
4764
- precision: S._5_minutes,
4765
- interval: (De = c.utcMinute.every(5)) == null ? void 0 : De.filter(fe(20)),
4764
+ precision: T._5_minutes,
4765
+ interval: (De = u.utcMinute.every(5)) == null ? void 0 : De.filter(fe(20)),
4766
4766
  format: X
4767
4767
  },
4768
4768
  {
4769
- precision: S._15_minutes,
4770
- interval: (ke = c.utcMinute.every(15)) == null ? void 0 : ke.filter(J(1)),
4769
+ precision: T._15_minutes,
4770
+ interval: (ke = u.utcMinute.every(15)) == null ? void 0 : ke.filter(J(1)),
4771
4771
  format: X
4772
4772
  },
4773
4773
  {
4774
- precision: S._30_minutes,
4775
- interval: (Oe = c.utcMinute.every(30)) == null ? void 0 : Oe.filter(J(2)),
4774
+ precision: T._30_minutes,
4775
+ interval: (Oe = u.utcMinute.every(30)) == null ? void 0 : Oe.filter(J(2)),
4776
4776
  format: X
4777
4777
  },
4778
4778
  {
4779
- precision: S._1_hour,
4780
- interval: c.utcHour.filter(J(6)),
4779
+ precision: T._1_hour,
4780
+ interval: u.utcHour.filter(J(6)),
4781
4781
  format: K
4782
4782
  },
4783
4783
  {
4784
- precision: S._2_hours,
4785
- interval: (Ae = c.utcHour.every(2)) == null ? void 0 : Ae.filter(J(6)),
4784
+ precision: T._2_hours,
4785
+ interval: (Ae = u.utcHour.every(2)) == null ? void 0 : Ae.filter(J(6)),
4786
4786
  format: K
4787
4787
  },
4788
4788
  {
4789
- precision: S._3_hours,
4790
- interval: (Fe = c.utcHour.every(3)) == null ? void 0 : Fe.filter(J(12)),
4789
+ precision: T._3_hours,
4790
+ interval: (Fe = u.utcHour.every(3)) == null ? void 0 : Fe.filter(J(12)),
4791
4791
  format: K
4792
4792
  },
4793
4793
  {
4794
- precision: S._4_hours,
4795
- interval: c.utcHour.every(4),
4794
+ precision: T._4_hours,
4795
+ interval: u.utcHour.every(4),
4796
4796
  format: K
4797
4797
  },
4798
4798
  {
4799
- precision: S._6_hours,
4800
- interval: c.utcHour.every(6),
4799
+ precision: T._6_hours,
4800
+ interval: u.utcHour.every(6),
4801
4801
  format: K
4802
4802
  },
4803
4803
  {
4804
- precision: S._1_day,
4805
- interval: c.utcDay,
4804
+ precision: T._1_day,
4805
+ interval: u.utcDay,
4806
4806
  format: _e
4807
4807
  },
4808
4808
  {
4809
- precision: S._2_days,
4810
- interval: c.utcDay.every(2),
4809
+ precision: T._2_days,
4810
+ interval: u.utcDay.every(2),
4811
4811
  format: _e
4812
4812
  },
4813
4813
  {
4814
- precision: S._1_month,
4815
- interval: c.utcMonth,
4814
+ precision: T._1_month,
4815
+ interval: u.utcMonth,
4816
4816
  format: "%B"
4817
4817
  },
4818
4818
  {
4819
- precision: S._1_month_abbr,
4820
- interval: c.utcMonth,
4819
+ precision: T._1_month_abbr,
4820
+ interval: u.utcMonth,
4821
4821
  format: "%b"
4822
4822
  },
4823
4823
  {
4824
- precision: S._1_month_letter,
4825
- interval: c.utcMonth,
4826
- format: (e) => c.utcFormat("%B")(e).charAt(0)
4824
+ precision: T._1_month_letter,
4825
+ interval: u.utcMonth,
4826
+ format: (e) => u.utcFormat("%B")(e).charAt(0)
4827
4827
  },
4828
4828
  {
4829
- precision: S._3_months,
4830
- interval: c.utcMonth.every(3),
4829
+ precision: T._3_months,
4830
+ interval: u.utcMonth.every(3),
4831
4831
  format: "Q%q"
4832
4832
  },
4833
4833
  {
4834
- precision: S.infinity,
4835
- interval: c.utcMonth.every(3),
4834
+ precision: T.infinity,
4835
+ interval: u.utcMonth.every(3),
4836
4836
  format: ""
4837
4837
  }
4838
4838
  ],
4839
4839
  [te.detailedBackground]: [
4840
4840
  {
4841
- precision: S._10_seconds,
4842
- interval: c.utcSecond,
4841
+ precision: T._10_seconds,
4842
+ interval: u.utcSecond,
4843
4843
  format: ""
4844
4844
  },
4845
4845
  {
4846
- precision: S._20_seconds,
4847
- interval: c.utcSecond.every(5),
4846
+ precision: T._20_seconds,
4847
+ interval: u.utcSecond.every(5),
4848
4848
  format: ""
4849
4849
  },
4850
4850
  {
4851
- precision: S._30_seconds,
4852
- interval: c.utcSecond.every(10),
4851
+ precision: T._30_seconds,
4852
+ interval: u.utcSecond.every(10),
4853
4853
  format: ""
4854
4854
  },
4855
4855
  {
4856
- precision: S._1_minute,
4857
- interval: c.utcSecond.every(20),
4856
+ precision: T._1_minute,
4857
+ interval: u.utcSecond.every(20),
4858
4858
  format: ""
4859
4859
  },
4860
4860
  {
4861
- precision: S._2_minutes,
4862
- interval: c.utcSecond.every(30),
4861
+ precision: T._2_minutes,
4862
+ interval: u.utcSecond.every(30),
4863
4863
  format: ""
4864
4864
  },
4865
4865
  {
4866
- precision: S._5_minutes,
4867
- interval: c.utcMinute,
4866
+ precision: T._5_minutes,
4867
+ interval: u.utcMinute,
4868
4868
  format: ""
4869
4869
  },
4870
4870
  {
4871
- precision: S._15_minutes,
4872
- interval: c.utcMinute.every(3),
4871
+ precision: T._15_minutes,
4872
+ interval: u.utcMinute.every(3),
4873
4873
  format: ""
4874
4874
  },
4875
4875
  {
4876
- precision: S._30_minutes,
4877
- interval: c.utcMinute.every(6),
4876
+ precision: T._30_minutes,
4877
+ interval: u.utcMinute.every(6),
4878
4878
  format: ""
4879
4879
  },
4880
4880
  {
4881
- precision: S._1_hour,
4882
- interval: c.utcMinute.every(15),
4881
+ precision: T._1_hour,
4882
+ interval: u.utcMinute.every(15),
4883
4883
  format: ""
4884
4884
  },
4885
4885
  {
4886
- precision: S._2_hours,
4887
- interval: c.utcMinute.every(30),
4886
+ precision: T._2_hours,
4887
+ interval: u.utcMinute.every(30),
4888
4888
  format: ""
4889
4889
  },
4890
4890
  {
4891
- precision: S._3_hours,
4892
- interval: c.utcHour,
4891
+ precision: T._3_hours,
4892
+ interval: u.utcHour,
4893
4893
  format: ""
4894
4894
  },
4895
4895
  {
4896
- precision: S._4_hours,
4897
- interval: c.utcHour,
4896
+ precision: T._4_hours,
4897
+ interval: u.utcHour,
4898
4898
  format: ""
4899
4899
  },
4900
4900
  {
4901
- precision: S._6_hours,
4902
- interval: c.utcMinute.every(120),
4901
+ precision: T._6_hours,
4902
+ interval: u.utcMinute.every(120),
4903
4903
  format: ""
4904
4904
  },
4905
4905
  {
4906
- precision: S._1_day,
4907
- interval: c.utcHour.every(8),
4906
+ precision: T._1_day,
4907
+ interval: u.utcHour.every(8),
4908
4908
  format: ""
4909
4909
  },
4910
4910
  {
4911
- precision: S._2_days,
4912
- interval: c.utcHour.every(12),
4911
+ precision: T._2_days,
4912
+ interval: u.utcHour.every(12),
4913
4913
  format: ""
4914
4914
  },
4915
4915
  {
4916
- precision: S._1_month,
4917
- interval: c.utcDay.filter((e) => {
4916
+ precision: T._1_month,
4917
+ interval: u.utcDay.filter((e) => {
4918
4918
  const t = e.getUTCDate(), r = new Date(
4919
4919
  e.getUTCFullYear(),
4920
4920
  e.getUTCMonth() + 1,
@@ -4925,8 +4925,8 @@ const qt = {
4925
4925
  format: ""
4926
4926
  },
4927
4927
  {
4928
- precision: S._1_month_abbr,
4929
- interval: c.utcDay.filter((e) => {
4928
+ precision: T._1_month_abbr,
4929
+ interval: u.utcDay.filter((e) => {
4930
4930
  const t = e.getUTCDate(), r = new Date(
4931
4931
  e.getUTCFullYear(),
4932
4932
  e.getUTCMonth() + 1,
@@ -4937,8 +4937,8 @@ const qt = {
4937
4937
  format: ""
4938
4938
  },
4939
4939
  {
4940
- precision: S._1_month_letter,
4941
- interval: c.utcDay.filter((e) => {
4940
+ precision: T._1_month_letter,
4941
+ interval: u.utcDay.filter((e) => {
4942
4942
  const t = e.getUTCDate(), r = new Date(
4943
4943
  e.getUTCFullYear(),
4944
4944
  e.getUTCMonth() + 1,
@@ -4949,13 +4949,13 @@ const qt = {
4949
4949
  format: ""
4950
4950
  },
4951
4951
  {
4952
- precision: S._3_months,
4953
- interval: c.utcMonth,
4952
+ precision: T._3_months,
4953
+ interval: u.utcMonth,
4954
4954
  format: ""
4955
4955
  },
4956
4956
  {
4957
- precision: S.infinity,
4958
- interval: c.utcMonth,
4957
+ precision: T.infinity,
4958
+ interval: u.utcMonth,
4959
4959
  format: ""
4960
4960
  }
4961
4961
  ]
@@ -4981,16 +4981,15 @@ const qt = {
4981
4981
  name: "resize-observer",
4982
4982
  definition: tt
4983
4983
  }
4984
- ], h = {
4984
+ ], g = {
4985
4985
  eventGroup: "event-group",
4986
4986
  eventGroupBg: "event-group-bg",
4987
4987
  eventRect: "event-rect",
4988
+ eventBarContainer: "event-bar-container",
4989
+ eventBarContainerHovered: "event-bar-container--hovered",
4990
+ eventBarContainerSelected: "event-bar-container--selected",
4988
4991
  eventBar: "event-bar",
4989
- eventBarSelected: "event-bar--selected",
4990
- eventBarHovered: "event-bar--hovered",
4991
4992
  eventBarHoverZone: "event-bar-hover-zone",
4992
- eventBarHoverZoneSelected: "event-bar-hover-zone--selected",
4993
- eventBarHoverZoneHovered: "event-bar-hover-zone--hovered",
4994
4993
  eventBarCap: "event-bar-cap",
4995
4994
  eventRectText: "event-rect-text",
4996
4995
  eventRectHovered: "event-rect--hovered",
@@ -5108,6 +5107,10 @@ const qt = {
5108
5107
  panTransitionDuration: {
5109
5108
  type: Number,
5110
5109
  default: 500
5110
+ },
5111
+ autoResize: {
5112
+ type: Boolean,
5113
+ default: !0
5111
5114
  }
5112
5115
  },
5113
5116
  data() {
@@ -5318,7 +5321,7 @@ const qt = {
5318
5321
  this.tooltip = this.$refs.tooltip, this.cursor = this.$refs.cursor, this.timeline = this.$refs.timelineContainer, this.selectedTimestampCursor = this.$refs.selectedTimestamp;
5319
5322
  },
5320
5323
  initSvg() {
5321
- this.svg = c.select(this.timeline).append("svg").attr("width", this.timeline.offsetWidth).attr("height", this.timelineHeight);
5324
+ this.svg = u.select(this.timeline).append("svg").attr("width", this.timeline.offsetWidth).attr("height", this.timelineHeight);
5322
5325
  },
5323
5326
  initDefs() {
5324
5327
  const e = this.svg.append("defs");
@@ -5339,8 +5342,8 @@ const qt = {
5339
5342
  opacity: 0.4
5340
5343
  }
5341
5344
  ].forEach(({ id: d, stop: l, opacity: a }) => {
5342
- const u = e.append("linearGradient").attr("id", `${d}-${t}`).attr("x1", "0%").attr("x2", "0%").attr("y1", "0%").attr("y2", "100%");
5343
- u.append("stop").attr("offset", "0%").style("stop-color", n).style("stop-opacity", a), u.append("stop").attr("offset", `${l}%`).style("stop-color", n).style("stop-opacity", 0);
5345
+ const f = e.append("linearGradient").attr("id", `${d}-${t}`).attr("x1", "0%").attr("x2", "0%").attr("y1", "0%").attr("y2", "100%");
5346
+ f.append("stop").attr("offset", "0%").style("stop-color", n).style("stop-opacity", a), f.append("stop").attr("offset", `${l}%`).style("stop-color", n).style("stop-opacity", 0);
5344
5347
  });
5345
5348
  }
5346
5349
  );
@@ -5351,31 +5354,31 @@ const qt = {
5351
5354
  },
5352
5355
  initTimeScale(e, t) {
5353
5356
  const r = e || this.startDate || this.oldestEvent.timestamp || this.oldestEvent.startDate, n = t || this.endDate || this.latestEvent.timestamp || this.latestEvent.endDate;
5354
- this.timeScale = c.scaleTime().domain([this.tzStringToDate(r), this.tzStringToDate(n)]).range([0, this.timeline.offsetWidth]), this.initialTimeScale = this.timeScale.copy(), this.updateCurrentTimeScaleDensity();
5357
+ this.timeScale = u.scaleTime().domain([this.tzStringToDate(r), this.tzStringToDate(n)]).range([0, this.timeline.offsetWidth]), this.initialTimeScale = this.timeScale.copy(), this.updateCurrentTimeScaleDensity();
5355
5358
  },
5356
5359
  initXAxes() {
5357
5360
  let e = 0;
5358
5361
  const t = 5;
5359
5362
  for (const r in this.xAxesConfig) {
5360
5363
  const n = this.createAxis(r);
5361
- this.xAxes[r] = n, this.svg.append("g").classed(h.xAxis, !0).classed(`${h.xAxis}-${r}`, !0).attr("transform", `translate(0, ${e || t})`).call(n), this.translateTicksText(r), e += this.axisHeight;
5364
+ this.xAxes[r] = n, this.svg.append("g").classed(g.xAxis, !0).classed(`${g.xAxis}-${r}`, !0).attr("transform", `translate(0, ${e || t})`).call(n), this.translateTicksText(r), e += this.axisHeight;
5362
5365
  }
5363
5366
  },
5364
5367
  initYScale() {
5365
- this.yScale = c.scaleLinear().range([this.chartHeight, 0]), this.updateYScaleDomain();
5368
+ this.yScale = u.scaleLinear().range([this.chartHeight, 0]), this.updateYScaleDomain();
5366
5369
  },
5367
5370
  updateYScaleDomain() {
5368
5371
  const [e, t] = this.timeScale.domain(), r = this.flattenedCounts.filter((s) => {
5369
5372
  const o = new Date(s.startDate || s.timestamp), i = new Date(s.endDate || s.timestamp);
5370
5373
  return i >= e && i <= t || o >= e && o <= t;
5371
- }), n = c.max(r, (s) => s.count);
5374
+ }), n = u.max(r, (s) => s.count);
5372
5375
  this.yScale.domain([0, n]);
5373
5376
  },
5374
5377
  initZoomBehavior() {
5375
- this.disableZoom || (this.zoomBehavior = c.zoom().on("zoom", this.handleZoom).scaleExtent([this.minZoom, this.maxZoom]), this.svg.call(this.zoomBehavior));
5378
+ this.disableZoom || (this.zoomBehavior = u.zoom().on("zoom", this.handleZoom).scaleExtent([this.minZoom, this.maxZoom]), this.svg.call(this.zoomBehavior));
5376
5379
  },
5377
5380
  initSelectedTimestampCursor() {
5378
- this.svg.append("line").attr("class", h.selectedTimestampCursor).style("stroke", "red").style("stroke-width", "1px").style("opacity", 0).attr("x1", 0).attr("x2", 0).attr("y1", 0).attr("y2", this.timelineHeight), this.repositionSelectedTimestampCursor();
5381
+ this.svg.append("line").attr("class", g.selectedTimestampCursor).style("stroke", "red").style("stroke-width", "1px").style("opacity", 0).attr("x1", 0).attr("x2", 0).attr("y1", 0).attr("y2", this.timelineHeight), this.repositionSelectedTimestampCursor();
5379
5382
  },
5380
5383
  updateAndRedrawTimeline() {
5381
5384
  const { startDate: e, endDate: t } = this.getCurrentTimeBounds();
@@ -5385,7 +5388,7 @@ const qt = {
5385
5388
  this.svg && this.svg.remove(), this.countsByTimestamp = {};
5386
5389
  },
5387
5390
  repositionSelectedTimestampCursor() {
5388
- const e = this.svg.select(`.${h.selectedTimestampCursor}`);
5391
+ const e = this.svg.select(`.${g.selectedTimestampCursor}`);
5389
5392
  if (!this.selectedTimestamp) {
5390
5393
  e.style("opacity", 0);
5391
5394
  return;
@@ -5415,14 +5418,14 @@ const qt = {
5415
5418
  },
5416
5419
  createAxis(e) {
5417
5420
  const t = this.xAxesConfig[e], r = this.getAxisTicksConfig(t);
5418
- return c.axisBottom(this.timeScale).ticks(r.interval).tickFormat(r.formatFn).tickSizeOuter(0).tickSizeInner(this.timelineHeight);
5421
+ return u.axisBottom(this.timeScale).ticks(r.interval).tickFormat(r.formatFn).tickSizeOuter(0).tickSizeInner(this.timelineHeight);
5419
5422
  },
5420
5423
  getAxisTicksConfig(e) {
5421
5424
  const { interval: t, format: r } = e.find(
5422
5425
  (s) => s.precision >= this.currentTimeScaleDensity && s.interval
5423
5426
  );
5424
5427
  return {
5425
- formatFn: (s) => typeof r == "function" ? r(s) : c.timeFormat(r)(s),
5428
+ formatFn: (s) => typeof r == "function" ? r(s) : u.timeFormat(r)(s),
5426
5429
  interval: t
5427
5430
  };
5428
5431
  },
@@ -5436,13 +5439,13 @@ const qt = {
5436
5439
  if (!this.showLabels)
5437
5440
  return;
5438
5441
  const e = this;
5439
- this.svg.selectAll(`.${h.labelBg}`).each(function() {
5440
- c.select(this).style("fill", e.dark ? "black" : "white");
5441
- }), this.svg.selectAll(`.${h.labelBgFill}`).each(function() {
5442
- const t = c.select(this), r = t.node().dataset.color;
5442
+ this.svg.selectAll(`.${g.labelBg}`).each(function() {
5443
+ u.select(this).style("fill", e.dark ? "black" : "white");
5444
+ }), this.svg.selectAll(`.${g.labelBgFill}`).each(function() {
5445
+ const t = u.select(this), r = t.node().dataset.color;
5443
5446
  t.style("fill", e.getLabelBackgroundColor(r)).style("stroke", e.getTextFillColor(r)).style("stroke-width", 0.25);
5444
- }), this.svg.selectAll(`.${h.labelText}`).each(function() {
5445
- const t = c.select(this), r = t.node().dataset.color;
5447
+ }), this.svg.selectAll(`.${g.labelText}`).each(function() {
5448
+ const t = u.select(this), r = t.node().dataset.color;
5446
5449
  t.style("fill", e.getTextFillColor(r));
5447
5450
  });
5448
5451
  },
@@ -5494,20 +5497,20 @@ const qt = {
5494
5497
  this.isHoveringEvent = !1, this.hoveredEvent = null, this.$emit("event-mouseout");
5495
5498
  },
5496
5499
  handleLabelMouseOver(e) {
5497
- c.selectAll(`.${h.lineGraphGroup}-${e}`).classed(
5498
- `${h.lineGraphGroup}--highlighted`,
5500
+ u.selectAll(`.${g.lineGraphGroup}-${e}`).classed(
5501
+ `${g.lineGraphGroup}--highlighted`,
5499
5502
  !0
5500
- ), c.selectAll(`.${h.lineGraphGroup}-label`).classed(
5501
- `${h.lineGraphGroup}-label--highlighted`,
5503
+ ), u.selectAll(`.${g.lineGraphGroup}-label`).classed(
5504
+ `${g.lineGraphGroup}-label--highlighted`,
5502
5505
  !0
5503
5506
  );
5504
5507
  },
5505
5508
  handleLabelMouseLeave(e) {
5506
- c.selectAll(`.${h.lineGraphGroup}-${e}`).classed(
5507
- `${h.lineGraphGroup}--highlighted`,
5509
+ u.selectAll(`.${g.lineGraphGroup}-${e}`).classed(
5510
+ `${g.lineGraphGroup}--highlighted`,
5508
5511
  !1
5509
- ), c.selectAll(`.${h.lineGraphGroup}-label`).classed(
5510
- `${h.lineGraphGroup}-label--highlighted`,
5512
+ ), u.selectAll(`.${g.lineGraphGroup}-label`).classed(
5513
+ `${g.lineGraphGroup}-label--highlighted`,
5511
5514
  !1
5512
5515
  );
5513
5516
  },
@@ -5524,10 +5527,10 @@ const qt = {
5524
5527
  this.updateEventsBars(), this.updateLineGraphs(), this.updateBarChart(), this.updateLineGraphHoverZones(), this.repositionSelectedTimestampCursor(), this.emitVisibleInterval(re.zoom), this.curtains && this.emitCurtainChange();
5525
5528
  },
5526
5529
  panToTimestamp(e) {
5527
- const t = this.tzStringToDate(e), r = this.timeScale(t), n = c.zoomTransform(this.svg.node()), s = n.x - r + this.timeline.offsetWidth / 2;
5530
+ const t = this.tzStringToDate(e), r = this.timeScale(t), n = u.zoomTransform(this.svg.node()), s = n.x - r + this.timeline.offsetWidth / 2;
5528
5531
  this.svg.transition().duration(this.panTransitionDuration).call(
5529
5532
  this.zoomBehavior.transform,
5530
- c.zoomIdentity.translate(s, 0).scale(n.k)
5533
+ u.zoomIdentity.translate(s, 0).scale(n.k)
5531
5534
  ), this.emitVisibleInterval(re.autoPan);
5532
5535
  },
5533
5536
  emitCurtainChange() {
@@ -5541,13 +5544,6 @@ const qt = {
5541
5544
  const e = this.timeline.offsetWidth, t = this.timeScale.domain(), r = t[1].getTime() - t[0].getTime(), n = (this.leftCurtainWidth - this.curtainHandleWidth * 2) / e * r, s = (this.rightCurtainWidth + this.curtainHandleWidth * 2) / e * r, o = new Date(t[0].getTime() + n), i = new Date(t[1].getTime() - s);
5542
5545
  return { startDate: o, endDate: i };
5543
5546
  },
5544
- updateCurtainsOnResize(e) {
5545
- const { startDate: t, endDate: r } = this.calculateDateRangeFromCurtains(), n = this.timeScale.domain(), s = n[1].getTime() - n[0].getTime(), o = t.getTime() - n[0].getTime(), i = n[1].getTime() - r.getTime();
5546
- this.leftCurtainWidth = o / s * e, this.rightCurtainWidth = i / s * e, this.svg.select(`.${h.curtain}--left`).attr("width", this.leftCurtainWidth), this.svg.select(`.${h.curtain}--right`).attr(
5547
- "x",
5548
- e - this.rightCurtainWidth + this.curtainHandleWidth * 2
5549
- ).attr("width", this.rightCurtainWidth);
5550
- },
5551
5547
  handleDragStart() {
5552
5548
  this.isDraggingCurtain = !0;
5553
5549
  },
@@ -5560,7 +5556,7 @@ const qt = {
5560
5556
  e.x,
5561
5557
  this.timeline.offsetWidth - this.rightCurtainWidth
5562
5558
  );
5563
- this.leftCurtainWidth = Math.max(0, t), this.svg.select(`.${h.curtain}--left`).attr("width", this.leftCurtainWidth), this.emitCurtainChange();
5559
+ this.leftCurtainWidth = Math.max(0, t), this.svg.select(`.${g.curtain}--left`).attr("width", this.leftCurtainWidth), this.emitCurtainChange();
5564
5560
  },
5565
5561
  handleRightDrag(e) {
5566
5562
  e.sourceEvent.stopPropagation();
@@ -5568,11 +5564,11 @@ const qt = {
5568
5564
  this.timeline.offsetWidth - e.x,
5569
5565
  this.timeline.offsetWidth - this.leftCurtainWidth
5570
5566
  ), n = t - r;
5571
- this.rightCurtainWidth = Math.max(0, r), this.svg.select(`.${h.curtain}--right`).attr("width", this.rightCurtainWidth).attr("x", n), this.emitCurtainChange();
5567
+ this.rightCurtainWidth = Math.max(0, r), this.svg.select(`.${g.curtain}--right`).attr("width", this.rightCurtainWidth).attr("x", n), this.emitCurtainChange();
5572
5568
  },
5573
5569
  zoomToStartAndEndDates() {
5574
5570
  const e = this.startDate || this.oldestEvent.timestamp || this.oldestEvent.startDate, t = this.endDate || this.latestEvent.timestamp || this.latestEvent.endDate, r = this.tzStringToDate(e), n = this.tzStringToDate(t), s = this.timeline.offsetWidth, o = [r, n], i = [0, s];
5575
- this.timeScale = c.scaleTime().domain(o).range(i), this.initialTimeScale = this.timeScale.copy(), this.updateCurrentTimeScaleDensity();
5571
+ this.timeScale = u.scaleTime().domain(o).range(i), this.initialTimeScale = this.timeScale.copy(), this.updateCurrentTimeScaleDensity();
5576
5572
  for (const d in this.xAxes)
5577
5573
  this.rescaleAxis(d, this.timeScale), this.translateTicksText(d);
5578
5574
  this.updateEventsBars(), this.updateLineGraphs(), this.updateLineGraphHoverZones(), this.repositionSelectedTimestampCursor();
@@ -5581,33 +5577,33 @@ const qt = {
5581
5577
  const r = this.xAxes[e], n = this.getAxisTicksConfig(
5582
5578
  this.xAxesConfig[e]
5583
5579
  );
5584
- r.scale(t).ticks(n.interval).tickFormat(n.formatFn).tickSizeOuter(0), this.svg.select(`.${h.xAxis}-${e}`).call(r);
5580
+ r.scale(t).ticks(n.interval).tickFormat(n.formatFn).tickSizeOuter(0), this.svg.select(`.${g.xAxis}-${e}`).call(r);
5585
5581
  },
5586
5582
  translateTicksText(e) {
5587
- this.svg.select(`.${h.xAxis}-${e}`).selectAll(".tick text").each(function() {
5588
- let t = c.select(this), r = t.node().getBBox();
5583
+ this.svg.select(`.${g.xAxis}-${e}`).selectAll(".tick text").each(function() {
5584
+ let t = u.select(this), r = t.node().getBBox();
5589
5585
  t.attr("x", r.height / 2).attr("y", 0).style("text-anchor", "start");
5590
5586
  });
5591
5587
  },
5592
5588
  updateEventsBars() {
5593
- const e = `.${h.eventGroup} > rect.${h.eventRect}`;
5589
+ const e = `.${g.eventGroup} > rect.${g.eventRect}`;
5594
5590
  this.svg.selectAll(e).attr("x", this.getEventRectX).attr("width", this.getEventRectWidth);
5595
- const t = `.${h.eventGroup} > text.${h.eventRectText}`;
5591
+ const t = `.${g.eventGroup} > text.${g.eventRectText}`;
5596
5592
  this.svg.selectAll(t).attr("x", (r) => this.getEventRectX(r) + this.textPadding).text(this.getEventText);
5597
5593
  },
5598
5594
  updateBarChart() {
5599
- const e = (d) => this.getEventRectX(d) + this.barXPadding, t = (d) => this.yScale(d.count), r = (d) => this.getEventRectWidth(d) - this.barXPadding * 2, n = (d) => this.yScale.range()[0] - this.yScale(d.count), s = `.${h.barChartGroup} > rect.${h.eventBarHoverZone}`;
5595
+ const e = (d) => this.getEventRectX(d) + this.barXPadding, t = (d) => this.yScale(d.count), r = (d) => this.getEventRectWidth(d) - this.barXPadding * 2, n = (d) => this.yScale.range()[0] - this.yScale(d.count), s = `.${g.barChartGroup} rect.${g.eventBarHoverZone}`;
5600
5596
  this.svg.selectAll(s).attr("x", e).attr("width", r);
5601
- const o = `.${h.barChartGroup} > rect.${h.eventBar}`;
5597
+ const o = `.${g.barChartGroup} rect.${g.eventBar}`;
5602
5598
  this.svg.selectAll(o).attr("x", e).attr("width", r).attr("y", t).attr("height", n);
5603
- const i = `.${h.barChartGroup} > rect.${h.eventBarCap}`;
5599
+ const i = `.${g.barChartGroup} rect.${g.eventBarCap}`;
5604
5600
  this.svg.selectAll(i).attr("x", e).attr("width", r).attr("y", t);
5605
5601
  },
5606
5602
  updateLineGraphs() {
5607
5603
  Object.entries(this.lineGraphGroups).forEach(([e]) => {
5608
- const t = c.area().x((r) => this.timeScale(this.tzStringToDate(r.timestamp))).y0(this.timelineHeight).y1((r) => this.yScale(r.count)).curve(c.curveMonotoneX);
5604
+ const t = u.area().x((r) => this.timeScale(this.tzStringToDate(r.timestamp))).y0(this.timelineHeight).y1((r) => this.yScale(r.count)).curve(u.curveMonotoneX);
5609
5605
  this.svg.selectAll(
5610
- `.${h.lineGraphPath}-${e}`
5606
+ `.${g.lineGraphPath}-${e}`
5611
5607
  ).attr("d", (r) => t(r));
5612
5608
  });
5613
5609
  },
@@ -5615,14 +5611,14 @@ const qt = {
5615
5611
  Object.keys(this.lineGraphGroups).forEach((e) => {
5616
5612
  const t = this;
5617
5613
  this.svg.selectAll(
5618
- `.${h.lineGraphDot}-${e}`
5614
+ `.${g.lineGraphDot}-${e}`
5619
5615
  ).each(function(r) {
5620
- c.select(this).attr("cx", t.timeScale(t.tzStringToDate(r.timestamp))).attr("cy", t.yScale(r.count));
5616
+ u.select(this).attr("cx", t.timeScale(t.tzStringToDate(r.timestamp))).attr("cy", t.yScale(r.count));
5621
5617
  }), this.svg.selectAll(
5622
- `.${h.lineGraphHoverZone}-${e}`
5618
+ `.${g.lineGraphHoverZone}-${e}`
5623
5619
  ).each(function(r) {
5624
5620
  const n = t.timeScale(t.tzStringToDate(r.timestamp).getTime()) - 15;
5625
- c.select(this).attr("x", n).attr("y", 0).attr("width", 30).attr("height", t.chartHeight);
5621
+ u.select(this).attr("x", n).attr("y", 0).attr("width", 30).attr("height", t.chartHeight);
5626
5622
  });
5627
5623
  });
5628
5624
  },
@@ -5649,23 +5645,23 @@ const qt = {
5649
5645
  if (!this.curtains)
5650
5646
  return;
5651
5647
  const e = this.timeline.offsetWidth, t = this.timelineHeight;
5652
- this.svg.append("rect").classed(`${h.curtain} ${h.curtain}--left`, !0).attr("width", this.leftCurtainWidth).attr("height", t + this.curtainHandleWidth * 2).attr("y", -this.curtainHandleWidth).attr("x", -this.curtainHandleWidth).attr("fill", "rgba(0, 0, 0, 0.5)").on("mouseenter", () => this.isHoveringCurtain = !0).on("mouseleave", () => this.isHoveringCurtain = !1).call(
5653
- c.drag().on("start", this.handleDragStart).on("drag", this.handleLeftDrag).on("end", this.handleDragEnd)
5654
- ), this.svg.append("rect").classed(`${h.curtain} ${h.curtain}--right`, !0).attr(
5648
+ this.svg.append("rect").classed(`${g.curtain} ${g.curtain}--left`, !0).attr("width", this.leftCurtainWidth).attr("height", t + this.curtainHandleWidth * 2).attr("y", -this.curtainHandleWidth).attr("x", -this.curtainHandleWidth).attr("fill", "rgba(0, 0, 0, 0.5)").on("mouseenter", () => this.isHoveringCurtain = !0).on("mouseleave", () => this.isHoveringCurtain = !1).call(
5649
+ u.drag().on("start", this.handleDragStart).on("drag", this.handleLeftDrag).on("end", this.handleDragEnd)
5650
+ ), this.svg.append("rect").classed(`${g.curtain} ${g.curtain}--right`, !0).attr(
5655
5651
  "x",
5656
5652
  e - this.rightCurtainWidth + this.curtainHandleWidth * 2
5657
5653
  ).attr("y", -this.curtainHandleWidth).attr("width", this.rightCurtainWidth + this.curtainHandleWidth * 2).attr("height", t + this.curtainHandleWidth * 2).attr("fill", "rgba(0, 0, 0, 0.5)").on("mouseenter", () => this.isHoveringCurtain = !0).on("mouseleave", () => this.isHoveringCurtain = !1).call(
5658
- c.drag().on("start", this.handleDragStart).on("drag", this.handleRightDrag).on("end", this.handleDragEnd)
5654
+ u.drag().on("start", this.handleDragStart).on("drag", this.handleRightDrag).on("end", this.handleDragEnd)
5659
5655
  );
5660
5656
  },
5661
5657
  drawEventsGroups() {
5662
- this.svg.selectAll(`g.${h.eventGroup}`).remove(), this.drawLineGraphEventsGroups(), this.drawBarEventsGroups(), this.drawBarChartEventsGroups();
5658
+ this.svg.selectAll(`g.${g.eventGroup}`).remove(), this.drawLineGraphEventsGroups(), this.drawBarEventsGroups(), this.drawBarChartEventsGroups();
5663
5659
  },
5664
5660
  drawLineGraphEventsGroups() {
5665
5661
  const e = this.combinedXAxesHeight, t = this.insertZerosAtInterval ? this.filledGapsLineGraphGroups : this.lineGraphGroups;
5666
5662
  Object.entries(t).forEach(([r, n]) => {
5667
5663
  const s = this.svg.append("g").classed(
5668
- `${h.lineGraphGroup} ${h.lineGraphGroup}-${r}`,
5664
+ `${g.lineGraphGroup} ${g.lineGraphGroup}-${r}`,
5669
5665
  !0
5670
5666
  ).attr("transform", `translate(0,${e})`), { color: o, events: i } = n;
5671
5667
  this.drawLineGraph({
@@ -5681,7 +5677,7 @@ const qt = {
5681
5677
  });
5682
5678
  }), Object.entries(this.lineGraphGroups).forEach(
5683
5679
  ([r, n], s) => {
5684
- const { color: o, isLoading: i, label: d } = n, l = this.chartHeight - this.barChartHeight * (s + 1), a = e + this.chartHeight - this.barChartHeight, u = this.svg.append("g").classed(`${h.lineGraphGroup}-label`, !0).attr("transform", `translate(0,${e})`).on("mouseover", () => this.handleLabelMouseOver(r)).on("mouseleave", () => this.handleLabelMouseLeave(r));
5680
+ const { color: o, isLoading: i, label: d } = n, l = this.chartHeight - this.barChartHeight * (s + 1), a = e + this.chartHeight - this.barChartHeight, f = this.svg.append("g").classed(`${g.lineGraphGroup}-label`, !0).attr("transform", `translate(0,${e})`).on("mouseover", () => this.handleLabelMouseOver(r)).on("mouseleave", () => this.handleLabelMouseLeave(r));
5685
5681
  this.drawProgressIndicator({
5686
5682
  type: r,
5687
5683
  color: o,
@@ -5691,7 +5687,7 @@ const qt = {
5691
5687
  color: o,
5692
5688
  label: d,
5693
5689
  yPosition: l,
5694
- gElement: u
5690
+ gElement: f
5695
5691
  });
5696
5692
  }
5697
5693
  );
@@ -5702,8 +5698,8 @@ const qt = {
5702
5698
  color: r,
5703
5699
  type: n
5704
5700
  }) {
5705
- const s = c.area().x((i) => this.timeScale(this.tzStringToDate(i.timestamp))).y0(this.timelineHeight).y1((i) => this.yScale(i.count)).curve(c.curveMonotoneX), o = `clip-${n}`;
5706
- t.append("defs").append("clipPath").attr("id", o).append("rect").attr("width", this.timeline.offsetWidth).attr("height", this.chartHeight), t.append("path").datum(e).classed(`${h.lineGraphPath}-${n}`, !0).attr("fill", `url(#${Y.transparencyGradientLight}-${n})`).attr("stroke", r).attr("stroke-linejoin", "round").attr("stroke-linecap", "round").attr("stroke-width", 1).attr("d", (i) => s(i)).attr("clip-path", `url(#${o})`);
5701
+ const s = u.area().x((i) => this.timeScale(this.tzStringToDate(i.timestamp))).y0(this.timelineHeight).y1((i) => this.yScale(i.count)).curve(u.curveMonotoneX), o = `clip-${n}`;
5702
+ t.append("defs").append("clipPath").attr("id", o).append("rect").attr("width", this.timeline.offsetWidth).attr("height", this.chartHeight), t.append("path").datum(e).classed(`${g.lineGraphPath}-${n}`, !0).attr("fill", `url(#${Y.transparencyGradientLight}-${n})`).attr("stroke", r).attr("stroke-linejoin", "round").attr("stroke-linecap", "round").attr("stroke-width", 1).attr("d", (i) => s(i)).attr("clip-path", `url(#${o})`);
5707
5703
  },
5708
5704
  drawLineGraphHoverZones({
5709
5705
  events: e,
@@ -5718,19 +5714,19 @@ const qt = {
5718
5714
  [n]: s.count
5719
5715
  };
5720
5716
  const i = t.append("circle").classed(
5721
- `${h.lineGraphDot} ${h.lineGraphDot}-${n}`,
5717
+ `${g.lineGraphDot} ${g.lineGraphDot}-${n}`,
5722
5718
  !0
5723
5719
  ).attr("cx", this.timeScale(this.tzStringToDate(s.timestamp))).attr("cy", this.yScale(s.count)).attr("r", 1.5).attr("fill", r).attr("stroke-width", 0).datum(s);
5724
5720
  this.dotsByTimestamp[o] = [
5725
5721
  ...this.dotsByTimestamp[o] || [],
5726
5722
  i
5727
- ], t.append("rect").classed(`${h.lineGraphHoverZone}-${n}`, !0).attr("x", this.timeScale(this.tzStringToDate(s.timestamp)) - 15).attr("y", 0).attr("width", 30).attr("height", this.chartHeight).attr("fill", "transparent").datum(s).on("mouseover", (d) => {
5723
+ ], t.append("rect").classed(`${g.lineGraphHoverZone}-${n}`, !0).attr("x", this.timeScale(this.tzStringToDate(s.timestamp)) - 15).attr("y", 0).attr("width", 30).attr("height", this.chartHeight).attr("fill", "transparent").datum(s).on("mouseover", (d) => {
5728
5724
  this.handleLineMouseOver(d, s, n), this.dotsByTimestamp[o].forEach(
5729
- (l) => l.classed(`${h.lineGraphDot}--active`, !0)
5725
+ (l) => l.classed(`${g.lineGraphDot}--active`, !0)
5730
5726
  );
5731
5727
  }).on("mouseout", () => {
5732
5728
  this.handleLineMouseOut(), this.dotsByTimestamp[o].forEach(
5733
- (d) => d.classed(`${h.lineGraphDot}--active`, !1)
5729
+ (d) => d.classed(`${g.lineGraphDot}--active`, !1)
5734
5730
  );
5735
5731
  });
5736
5732
  });
@@ -5744,21 +5740,21 @@ const qt = {
5744
5740
  color: n,
5745
5741
  isLoading: d
5746
5742
  });
5747
- const u = this.svg.append("g").attr("data-color", n).classed(h.eventGroup, !0).classed(`${h.eventGroup}-${e}`, !0);
5743
+ const f = this.svg.append("g").attr("data-color", n).classed(g.eventGroup, !0).classed(`${g.eventGroup}-${e}`, !0);
5748
5744
  this.drawBackground({
5749
5745
  color: s || n,
5750
- gElement: u,
5746
+ gElement: f,
5751
5747
  yPosition: a
5752
5748
  }), this.drawBars({
5753
5749
  events: i,
5754
5750
  color: n,
5755
- gElement: u,
5751
+ gElement: f,
5756
5752
  yPosition: a,
5757
5753
  type: e
5758
5754
  }), this.drawTextLabel({
5759
5755
  color: n,
5760
5756
  label: o,
5761
- gElement: u,
5757
+ gElement: f,
5762
5758
  yPosition: a
5763
5759
  });
5764
5760
  });
@@ -5767,7 +5763,7 @@ const qt = {
5767
5763
  const e = this.combinedXAxesHeight, t = this.barChartGroups;
5768
5764
  Object.entries(t).forEach(([r, n]) => {
5769
5765
  const s = this.svg.append("g").classed(
5770
- `${h.barChartGroup} ${h.barChartGroup}-${r}`,
5766
+ `${g.barChartGroup} ${g.barChartGroup}-${r}`,
5771
5767
  !0
5772
5768
  ).attr("transform", `translate(0,${e})`), { color: o, events: i } = n;
5773
5769
  this.drawBarsChart({
@@ -5785,7 +5781,7 @@ const qt = {
5785
5781
  isLoading: r
5786
5782
  }) {
5787
5783
  this.svg.append("rect").classed(
5788
- `${h.loadingIndicator} ${h.loadingIndicator}-${t}`,
5784
+ `${g.loadingIndicator} ${g.loadingIndicator}-${t}`,
5789
5785
  !0
5790
5786
  ).attr("x", 0).attr("y", e).attr("width", this.timeline.offsetWidth / 3).attr("height", this.barChartHeight).attr("fill", `url(#${Y.loadingGradient}-${t})`).style("visibility", r ? "visible" : "hidden");
5791
5787
  },
@@ -5794,7 +5790,7 @@ const qt = {
5794
5790
  yPosition: t,
5795
5791
  gElement: r
5796
5792
  }) {
5797
- r.append("rect").attr("class", h.eventGroupBg).attr("x", 0).attr("y", t).attr("width", this.timeline.offsetWidth).attr("height", this.barChartHeight).attr("fill", c.color(e).toString()).style("opacity", 0.1);
5793
+ r.append("rect").attr("class", g.eventGroupBg).attr("x", 0).attr("y", t).attr("width", this.timeline.offsetWidth).attr("height", this.barChartHeight).attr("fill", u.color(e).toString()).style("opacity", 0.1);
5798
5794
  },
5799
5795
  drawBars({
5800
5796
  events: e,
@@ -5804,14 +5800,14 @@ const qt = {
5804
5800
  type: s
5805
5801
  }) {
5806
5802
  const o = this;
5807
- t.selectAll(h.eventRect).data(e).enter().append("rect").attr(
5803
+ t.selectAll(g.eventRect).data(e).enter().append("rect").attr(
5808
5804
  "class",
5809
- (i) => h.eventRect + (i.className ? ` ${i.className}` : "")
5805
+ (i) => g.eventRect + (i.className ? ` ${i.className}` : "")
5810
5806
  ).attr("x", this.getEventRectX).attr("y", r + this.barYPadding / 2).attr("ry", 1.5).attr("rx", 1.5).attr("width", this.getEventRectWidth).attr("height", this.barChartHeight - this.barYPadding).attr("stroke-width", 5).attr("cursor", "pointer").attr("stroke", "#0000").style("fill", (i) => i.color || n).on("mouseover", function(i, d) {
5811
- c.select(this).classed(h.eventRectHovered, !0), o.handleBarMouseOver(i, d, s);
5807
+ u.select(this).classed(g.eventRectHovered, !0), o.handleBarMouseOver(i, d, s);
5812
5808
  }).on("mouseout", function() {
5813
- c.select(this).classed(h.eventRectHovered, !1), o.handleBarMouseOut();
5814
- }), t.selectAll(h.eventRectText).data(e.filter((i) => !!i.text)).enter().append("text").attr("class", h.eventRectText).attr("x", (i) => this.getEventRectX(i) + this.textPadding).attr("y", r + this.barChartHeight / 2).attr("dy", "0.35em").style("text-anchor", "start").style("font-size", "12px").style("font-weight", 600).style("stroke-linejoin", "round").style("paint-order", "stroke").style("pointer-events", "none").style(
5809
+ u.select(this).classed(g.eventRectHovered, !1), o.handleBarMouseOut();
5810
+ }), t.selectAll(g.eventRectText).data(e.filter((i) => !!i.text)).enter().append("text").attr("class", g.eventRectText).attr("x", (i) => this.getEventRectX(i) + this.textPadding).attr("y", r + this.barChartHeight / 2).attr("dy", "0.35em").style("text-anchor", "start").style("font-size", "12px").style("font-weight", 600).style("stroke-linejoin", "round").style("paint-order", "stroke").style("pointer-events", "none").style(
5815
5811
  "fill",
5816
5812
  (i) => this.getTextFillColor(i.color || n, 0.75)
5817
5813
  ).text(this.getEventText);
@@ -5823,33 +5819,35 @@ const qt = {
5823
5819
  yOffset: n,
5824
5820
  type: s
5825
5821
  }) {
5826
- const o = this, i = (u) => this.getEventRectX(u) + this.barXPadding, d = (u) => this.yScale(u.count), l = (u) => this.getEventRectWidth(u) - this.barXPadding * 2, a = (u) => this.yScale.range()[0] - this.yScale(u.count);
5827
- t.selectAll(h.eventBarHoverZone).data(e).enter().append("rect").attr(
5822
+ const o = this, i = (c) => this.getEventRectX(c) + this.barXPadding, d = (c) => this.yScale(c.count), l = (c) => this.getEventRectWidth(c) - this.barXPadding * 2, a = (c) => this.yScale.range()[0] - this.yScale(c.count), f = t.selectAll(g.eventBarContainer).data(e).enter().append("g").attr("class", g.eventBarContainer);
5823
+ f.append("rect").attr(
5828
5824
  "class",
5829
- (u) => h.eventBarHoverZone + (u.className ? ` ${u.className}` : "")
5830
- ).attr("x", i).attr("y", -n).attr("width", l).attr("height", this.yScale.range()[0] + n).attr("fill", (u) => u.color || r).attr("fill-opacity", 0).on("mouseover", function(u, v) {
5831
- const f = c.select(this);
5832
- f.classed(h.eventBarHoverZoneHovered, !0), f.attr("fill-opacity", 0.2), o.handleBarMouseOver(u, v, s);
5833
- }).on("mouseout", function() {
5834
- const u = c.select(this);
5835
- u.attr("fill-opacity", 0), u.classed(h.eventBarHoverZoneHovered, !1), o.handleBarMouseOut();
5836
- }).on("click", function() {
5837
- t.selectAll(`${h.eventBarHoverZone}`).classed(h.eventBarHoverZoneSelected, !1), c.select(this).classed(h.eventBarHoverZoneSelected, !0);
5838
- }), t.selectAll(h.eventBar).data(e).enter().append("rect").attr(
5825
+ (c) => g.eventBarHoverZone + (c.className ? ` ${c.className}` : "")
5826
+ ).attr("x", i).attr("y", -n).attr("width", l).attr("height", this.yScale.range()[0] + n).attr("fill", (c) => c.color || r).attr("fill-opacity", 0), f.append("rect").attr(
5839
5827
  "class",
5840
- (u) => h.eventBar + (u.className ? ` ${u.className}` : "")
5841
- ).attr("x", i).attr("y", d).attr("width", l).attr("height", a).attr("stroke-width", 5).attr("cursor", "pointer").attr("stroke", "#0000").attr("fill", `url(#${Y.transparencyGradient}-${s})`).on("mouseover", function(u, v) {
5842
- const f = c.select(this);
5843
- f.classed(h.eventBarHovered, !0), f.attr("fill", u.color || r), f.attr("fill-opacity", 0.5), o.handleBarMouseOver(u, v, s);
5828
+ (c) => g.eventBar + (c.className ? ` ${c.className}` : "")
5829
+ ).attr("x", i).attr("y", d).attr("width", l).attr("height", a).attr("stroke-width", 5).attr("cursor", "pointer").attr("stroke", "#0000").attr("fill", `url(#${Y.transparencyGradient}-${s})`), f.append("rect").attr(
5830
+ "class",
5831
+ (c) => g.eventBarCap + (c.className ? ` ${c.className}` : "")
5832
+ ).attr("x", i).attr("y", d).attr("width", l).attr("height", 2).attr("stroke-width", 0).style("fill", (c) => c.color || r), f.on("mouseover", function(c, m) {
5833
+ const C = u.select(this);
5834
+ o.onBarChartBarMouseOver(C, s, r), o.handleBarMouseOver(c, m, s);
5844
5835
  }).on("mouseout", function() {
5845
- const u = c.select(this);
5846
- u.attr("fill", `url(#${Y.transparencyGradient}-${s})`), u.attr("fill-opacity", 1), u.classed(h.eventBarHovered, !1), o.handleBarMouseOut();
5836
+ const c = u.select(this);
5837
+ o.onBarChartBarMouseOut(c, s), o.handleBarMouseOut();
5847
5838
  }).on("click", function() {
5848
- t.selectAll(`.${h.eventBar}`).classed(h.eventBarSelected, !1), c.select(this).classed(h.eventBarSelected, !0);
5849
- }), t.selectAll(h.eventBarCap).data(e).enter().append("rect").attr(
5850
- "class",
5851
- (u) => h.eventBarCap + (u.className ? ` ${u.className}` : "")
5852
- ).attr("x", i).attr("y", d).attr("width", l).attr("height", 2).attr("stroke-width", 0).style("fill", (u) => u.color || r);
5839
+ t.selectAll(`.${g.eventBarContainerSelected}`).classed(g.eventBarContainerSelected, !1), u.select(this).classed(g.eventBarContainerSelected, !0);
5840
+ });
5841
+ },
5842
+ onBarChartBarMouseOver(e, t, r) {
5843
+ e.classed(g.eventBarContainerHovered, !0), e.selectAll(`.${g.eventBarHoverZone}`).attr("fill-opacity", 0.2);
5844
+ const s = e.selectAll(`.${g.eventBar}`);
5845
+ s.attr("fill", r), s.attr("fill-opacity", 0.5);
5846
+ },
5847
+ onBarChartBarMouseOut(e, t) {
5848
+ e.classed(g.eventBarContainerHovered, !0), e.selectAll(`.${g.eventBarHoverZone}`).attr("fill-opacity", 0);
5849
+ const n = e.selectAll(`.${g.eventBar}`);
5850
+ n.attr("fill", `url(#${Y.transparencyGradient}-${t})`), n.attr("fill-opacity", 1);
5853
5851
  },
5854
5852
  drawTextLabel({
5855
5853
  gElement: e,
@@ -5866,14 +5864,14 @@ const qt = {
5866
5864
  h: this.barChartHeight,
5867
5865
  radius: 3
5868
5866
  };
5869
- e.append("rect").attr("class", h.labelBg).attr("data-color", r).attr("x", s.x).attr("y", s.y).attr("width", s.w).attr("height", s.h).attr("rx", s.radius).attr("ry", s.radius).style("fill", this.dark ? "#131a29" : "white"), e.append("rect").attr("class", h.labelBgFill).attr("data-color", r).attr("x", s.x).attr("y", s.y).attr("width", s.w).attr("height", s.h).attr("rx", s.radius).attr("ry", s.radius).style("fill", this.getLabelBackgroundColor(r)).style("stroke", this.getTextFillColor(r)).style("stroke-width", 0.25), e.append("text").attr("class", h.labelText).attr("data-color", r).attr("x", 5).attr("y", t + this.barChartHeight / 2).attr("dy", "0.35em").style("text-anchor", "start").style("font-size", "12px").style("font-weight", 500).style("stroke-linejoin", "round").style("paint-order", "stroke").style("fill", this.getTextFillColor(r)).text(n);
5867
+ e.append("rect").attr("class", g.labelBg).attr("data-color", r).attr("x", s.x).attr("y", s.y).attr("width", s.w).attr("height", s.h).attr("rx", s.radius).attr("ry", s.radius).style("fill", this.dark ? "#131a29" : "white"), e.append("rect").attr("class", g.labelBgFill).attr("data-color", r).attr("x", s.x).attr("y", s.y).attr("width", s.w).attr("height", s.h).attr("rx", s.radius).attr("ry", s.radius).style("fill", this.getLabelBackgroundColor(r)).style("stroke", this.getTextFillColor(r)).style("stroke-width", 0.25), e.append("text").attr("class", g.labelText).attr("data-color", r).attr("x", 5).attr("y", t + this.barChartHeight / 2).attr("dy", "0.35em").style("text-anchor", "start").style("font-size", "12px").style("font-weight", 500).style("stroke-linejoin", "round").style("paint-order", "stroke").style("fill", this.getTextFillColor(r)).text(n);
5870
5868
  },
5871
5869
  getTextFillColor(e, t = 0) {
5872
5870
  var r, n;
5873
- return (this.dark ? (r = c.color(e)) == null ? void 0 : r.brighter(1.5 + t) : (n = c.color(e)) == null ? void 0 : n.darker(2 + t)).toString();
5871
+ return (this.dark ? (r = u.color(e)) == null ? void 0 : r.brighter(1.5 + t) : (n = u.color(e)) == null ? void 0 : n.darker(2 + t)).toString();
5874
5872
  },
5875
5873
  getLabelBackgroundColor(e) {
5876
- let t = c.color(e);
5874
+ let t = u.color(e);
5877
5875
  return t.opacity = this.dark ? 0.2 : 0.5, t.toString();
5878
5876
  },
5879
5877
  tzStringToDate(e) {
@@ -5901,8 +5899,8 @@ const qt = {
5901
5899
  break;
5902
5900
  const d = e[o + 1], l = V(i.timestamp), a = V(d.timestamp);
5903
5901
  if (a.diff(l, t) > 1) {
5904
- const u = r(l).toISOString(), v = n(a).toISOString();
5905
- s.push({ timestamp: u, count: 0 }), u !== v && s.push({ timestamp: v, count: 0 });
5902
+ const f = r(l).toISOString(), c = n(a).toISOString();
5903
+ s.push({ timestamp: f, count: 0 }), f !== c && s.push({ timestamp: c, count: 0 });
5906
5904
  }
5907
5905
  }
5908
5906
  if (this.flattenLineGraphEnds) {
@@ -5924,7 +5922,7 @@ const qt = {
5924
5922
  });
5925
5923
  var Kt = function() {
5926
5924
  var t = this, r = t._self._c;
5927
- return r("div", { staticClass: "e-relative e-timeline e-border e-rounded", class: t.classes.wrapper }, [r("div", { staticClass: "e-timeline__background e-w-full e-h-full e-absolute e-top-0 e-rounded", class: t.classes.background }), r("div", { directives: [{ name: "resize-observer", rawName: "v-resize-observer", value: t.onResize, expression: "onResize" }], ref: "timelineContainer", staticClass: "e-timeline__svg-container e-relative e-h-13 e-rounded e-select-none e-overflow-x-hidden e-overflow-hidden" }), r("div", { directives: [{ name: "show", rawName: "v-show", value: t.isHoveringTimeline && !t.isInteractingWithCurtain, expression: "isHoveringTimeline && !isInteractingWithCurtain" }], ref: "cursor", staticClass: "e-timeline__cursor e-absolute e-bg-green-600 e-w-px e-h-full e-top-0 e-pointer-events-none" }), r("div", { ref: "tooltip", staticClass: "e-absolute", style: t.eventTooltipStyle }, [t._t("tooltip", function() {
5925
+ return r("div", { staticClass: "e-relative e-timeline e-border e-rounded", class: t.classes.wrapper }, [r("div", { staticClass: "e-timeline__background e-w-full e-h-full e-absolute e-top-0 e-rounded", class: t.classes.background }), t.autoResize ? r("div", { directives: [{ name: "resize-observer", rawName: "v-resize-observer", value: t.onResize, expression: "onResize" }], ref: "timelineContainer", staticClass: "e-timeline__svg-container e-relative e-h-13 e-rounded e-select-none e-overflow-x-hidden e-overflow-hidden" }) : r("div", { ref: "timelineContainer", staticClass: "e-timeline__svg-container e-relative e-h-13 e-rounded e-select-none e-overflow-x-hidden e-overflow-hidden" }), r("div", { directives: [{ name: "show", rawName: "v-show", value: t.isHoveringTimeline && !t.isInteractingWithCurtain, expression: "isHoveringTimeline && !isInteractingWithCurtain" }], ref: "cursor", staticClass: "e-timeline__cursor e-absolute e-bg-green-600 e-w-px e-h-full e-top-0 e-pointer-events-none" }), r("div", { ref: "tooltip", staticClass: "e-absolute", style: t.eventTooltipStyle }, [t._t("tooltip", function() {
5928
5926
  return [r("div", { directives: [{ name: "show", rawName: "v-show", value: t.isHoveringTimeline && !t.isHoveringEvent && !t.isInteractingWithCurtain && !t.cursorTimestamp, expression: `
5929
5927
  isHoveringTimeline &&
5930
5928
  !isHoveringEvent &&
@@ -6051,7 +6049,7 @@ export {
6051
6049
  Xt as EVideoPlayer,
6052
6050
  xt as IconSizes,
6053
6051
  tt as ResizeObserverDirective,
6054
- T as Size,
6052
+ E as Size,
6055
6053
  yt as TextSizes,
6056
6054
  te as TimelineAxis,
6057
6055
  Z as TimelineChartType,