@evercam/ui 1.0.0-preview-smart-search-dash-7b3999ff2 → 1.0.0-preview-addingZoomButtonsToLiveViewVideo-de40a7d88
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/CHANGELOG.md +1 -2
- package/dist/components/EZoomable.vue.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +150 -149
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ function Br(t, e) {
|
|
|
26
26
|
}
|
|
27
27
|
return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
|
|
28
28
|
}
|
|
29
|
-
var Dt = /* @__PURE__ */ ((t) => (t.Continuous = "continuous", t.WorkingHours = "workingHours", t.Empty = "empty", t.Custom = "custom", t))(Dt || {}), _a = /* @__PURE__ */ ((t) => (t.Monday = "monday", t.Tuesday = "tuesday", t.Wednesday = "wednesday", t.Thursday = "thursday", t.Friday = "friday", t.Saturday = "saturday", t.Sunday = "sunday", t))(_a || {}),
|
|
29
|
+
var Dt = /* @__PURE__ */ ((t) => (t.Continuous = "continuous", t.WorkingHours = "workingHours", t.Empty = "empty", t.Custom = "custom", t))(Dt || {}), _a = /* @__PURE__ */ ((t) => (t.Monday = "monday", t.Tuesday = "tuesday", t.Wednesday = "wednesday", t.Thursday = "thursday", t.Friday = "friday", t.Saturday = "saturday", t.Sunday = "sunday", t))(_a || {}), K = /* @__PURE__ */ ((t) => (t.Dot = "dot", t.TwoXs = "2xs", t.Xs = "xs", t.Sm = "sm", t.Md = "base", t.Base = "base", t.Lg = "lg", t.Xl = "xl", t.TwoXl = "2xl", t.ThreeXl = "3xl", t.FourXl = "4xl", t.FiveXl = "5xl", t.SixXl = "6xl", t.SevenXl = "7xl", t.EightXl = "8xl", t.NineXl = "9xl", t))(K || {}), ie = /* @__PURE__ */ ((t) => (t.Warning = "warning", t.Error = "error", t.Info = "info", t.Success = "success", t.Primary = "primary", t.Brand = "brand", t.Default = "default", t.Gray = "gray", t))(ie || {}), ut = /* @__PURE__ */ ((t) => (t.Overview = "overview", t.Detailed = "detailed", t.DetailedBackground = "detailedBackground", t))(ut || {}), Ge = /* @__PURE__ */ ((t) => (t.Bars = "bars", t.Dots = "dots", t.LineGraph = "lineGraph", t.BarChart = "barGraph", t.Milestones = "milestones", t))(Ge || {}), Pt = /* @__PURE__ */ ((t) => (t.Zoom = "zoom", t.AutoPan = "autoPan", t.Initial = "initial", t))(Pt || {}), ya = /* @__PURE__ */ ((t) => (t.ThreeSixty = "360", t.FourEighty = "480", t.SevenTwenty = "720", t.OneZeroEightZero = "1080", t.Auto = "auto", t))(ya || {}), Be = /* @__PURE__ */ ((t) => (t.Top = "top", t.Right = "right", t.Bottom = "bottom", t.Left = "left", t))(Be || {}), Ke = /* @__PURE__ */ ((t) => (t.System = "system", t.Copilot = "copilot", t.User = "user", t))(Ke || {}), Wn = /* @__PURE__ */ ((t) => (t.Text = "text", t.Error = "error", t.Json = "json", t))(Wn || {}), qn = /* @__PURE__ */ ((t) => (t.Positive = "positive", t.Negative = "negative", t))(qn || {}), lt = /* @__PURE__ */ ((t) => (t.Window = "window", t.Curtain = "curtain", t.Transparency = "transparency", t))(lt || {});
|
|
30
30
|
const Ca = R.extend({
|
|
31
31
|
name: "EBadge",
|
|
32
32
|
props: {
|
|
@@ -40,7 +40,7 @@ const Ca = R.extend({
|
|
|
40
40
|
},
|
|
41
41
|
size: {
|
|
42
42
|
type: String,
|
|
43
|
-
default:
|
|
43
|
+
default: K.Base
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
data() {
|
|
@@ -54,18 +54,18 @@ const Ca = R.extend({
|
|
|
54
54
|
[ie.Success]: "e-bg-lime-500 e-text-white"
|
|
55
55
|
},
|
|
56
56
|
sizes: {
|
|
57
|
-
[
|
|
58
|
-
[
|
|
59
|
-
[
|
|
60
|
-
[
|
|
61
|
-
[
|
|
62
|
-
[
|
|
57
|
+
[K.Dot]: "e-w-2 e-h-2",
|
|
58
|
+
[K.Xs]: "e-w-3 e-h-3",
|
|
59
|
+
[K.Sm]: "e-w-4 e-h-4",
|
|
60
|
+
[K.Md]: "e-w-5 e-h-5",
|
|
61
|
+
[K.Lg]: "e-min-w-[2rem] e-max-w-[4rem] e-px-1 e-h-6 e-text-sm e-font-medium",
|
|
62
|
+
[K.Xl]: "e-min-w-[3rem] e-max-w-[5rem] e-px-1 e-h-8 e-text-base e-font-medium"
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
65
|
},
|
|
66
66
|
computed: {
|
|
67
67
|
badgeClasses() {
|
|
68
|
-
const t = this.colors[this.color] || this.colors[ie.Default], e = this.sizes[this.size] || this.sizes[
|
|
68
|
+
const t = this.colors[this.color] || this.colors[ie.Default], e = this.sizes[this.size] || this.sizes[K.Md];
|
|
69
69
|
return [
|
|
70
70
|
"e-flex e-items-center e-justify-center e-rounded-full",
|
|
71
71
|
t,
|
|
@@ -73,7 +73,7 @@ const Ca = R.extend({
|
|
|
73
73
|
];
|
|
74
74
|
},
|
|
75
75
|
showText() {
|
|
76
|
-
return [
|
|
76
|
+
return [K.Lg, K.Xl].includes(this.size);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
});
|
|
@@ -127,7 +127,7 @@ const Un = wa.exports, Sa = R.extend({
|
|
|
127
127
|
props: {
|
|
128
128
|
size: {
|
|
129
129
|
type: String,
|
|
130
|
-
default:
|
|
130
|
+
default: K.Md
|
|
131
131
|
},
|
|
132
132
|
showBadge: {
|
|
133
133
|
type: Boolean,
|
|
@@ -143,7 +143,7 @@ const Un = wa.exports, Sa = R.extend({
|
|
|
143
143
|
},
|
|
144
144
|
badgeSize: {
|
|
145
145
|
type: String,
|
|
146
|
-
default:
|
|
146
|
+
default: K.Md
|
|
147
147
|
},
|
|
148
148
|
image: {
|
|
149
149
|
type: String,
|
|
@@ -157,19 +157,19 @@ const Un = wa.exports, Sa = R.extend({
|
|
|
157
157
|
data() {
|
|
158
158
|
return {
|
|
159
159
|
sizes: {
|
|
160
|
-
[
|
|
161
|
-
[
|
|
162
|
-
[
|
|
163
|
-
[
|
|
164
|
-
[
|
|
165
|
-
[
|
|
166
|
-
[
|
|
160
|
+
[K.TwoXs]: "e-w-6 e-h-6 e-text-xs",
|
|
161
|
+
[K.Xs]: "e-w-8 e-h-8 e-text-xs",
|
|
162
|
+
[K.Sm]: "e-w-10 e-h-10 e-text-sm",
|
|
163
|
+
[K.Md]: "e-w-14 e-h-14 e-text-base",
|
|
164
|
+
[K.Lg]: "e-w-20 e-h-20 e-text-2xl",
|
|
165
|
+
[K.Xl]: "e-w-28 e-h-28 e-text-3xl",
|
|
166
|
+
[K.TwoXl]: "e-w-36 e-h-36 e-text-5xl"
|
|
167
167
|
}
|
|
168
168
|
};
|
|
169
169
|
},
|
|
170
170
|
computed: {
|
|
171
171
|
avatarClasses() {
|
|
172
|
-
const t = this.sizes[this.size] || this.sizes[
|
|
172
|
+
const t = this.sizes[this.size] || this.sizes[K.Xs], e = this.image ? "e-rounded-full e-overflow-hidden" : "";
|
|
173
173
|
return [
|
|
174
174
|
"e-flex e-items-center e-justify-center e-rounded-full e-text-white e-font-medium",
|
|
175
175
|
t,
|
|
@@ -8819,35 +8819,35 @@ const _t = di || Da, v0 = {
|
|
|
8819
8819
|
};
|
|
8820
8820
|
zt.exports = y0;
|
|
8821
8821
|
const C0 = (zt.exports == null ? {} : zt.exports).default || zt.exports, Ni = La(C0), b0 = Ni.theme.fontSize, x0 = Ni.theme.colors, N7 = [
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8822
|
+
K.Dot,
|
|
8823
|
+
K.Xs,
|
|
8824
|
+
K.Sm,
|
|
8825
|
+
K.Md,
|
|
8826
|
+
K.Lg,
|
|
8827
|
+
K.Xl
|
|
8828
8828
|
], j7 = [
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8829
|
+
K.Xs,
|
|
8830
|
+
K.Sm,
|
|
8831
|
+
K.Md,
|
|
8832
|
+
K.Lg,
|
|
8833
|
+
K.Xl,
|
|
8834
|
+
K.TwoXl
|
|
8835
8835
|
], w0 = [
|
|
8836
|
-
|
|
8837
|
-
|
|
8838
|
-
|
|
8839
|
-
|
|
8840
|
-
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
], G7 = [
|
|
8836
|
+
K.Xs,
|
|
8837
|
+
K.Sm,
|
|
8838
|
+
K.Md,
|
|
8839
|
+
K.Base,
|
|
8840
|
+
K.Lg,
|
|
8841
|
+
K.Xl,
|
|
8842
|
+
K.TwoXl,
|
|
8843
|
+
K.ThreeXl,
|
|
8844
|
+
K.FourXl,
|
|
8845
|
+
K.FiveXl,
|
|
8846
|
+
K.SixXl,
|
|
8847
|
+
K.SevenXl,
|
|
8848
|
+
K.EightXl,
|
|
8849
|
+
K.NineXl
|
|
8850
|
+
], G7 = [K.Sm, K.Md, K.Lg], W7 = [
|
|
8851
8851
|
ie.Warning,
|
|
8852
8852
|
ie.Error,
|
|
8853
8853
|
ie.Info,
|
|
@@ -8890,7 +8890,7 @@ const C0 = (zt.exports == null ? {} : zt.exports).default || zt.exports, Ni = La
|
|
|
8890
8890
|
},
|
|
8891
8891
|
size: {
|
|
8892
8892
|
type: String,
|
|
8893
|
-
default:
|
|
8893
|
+
default: K.Sm
|
|
8894
8894
|
}
|
|
8895
8895
|
},
|
|
8896
8896
|
computed: {
|
|
@@ -8902,7 +8902,7 @@ const C0 = (zt.exports == null ? {} : zt.exports).default || zt.exports, Ni = La
|
|
|
8902
8902
|
},
|
|
8903
8903
|
iconClasses() {
|
|
8904
8904
|
var n, i;
|
|
8905
|
-
const t = this.sizes[this.size] || this.sizes[
|
|
8905
|
+
const t = this.sizes[this.size] || this.sizes[K.Sm], e = `${((i = (n = this.icon) == null ? void 0 : n.split(" ")) == null ? void 0 : i.length) > 1 ? this.icon : `fa fa-${this.icon}`}`;
|
|
8906
8906
|
return [
|
|
8907
8907
|
"e-inline-flex e-items-center e-justify-center e-rounded-full",
|
|
8908
8908
|
this.color,
|
|
@@ -8914,7 +8914,7 @@ const C0 = (zt.exports == null ? {} : zt.exports).default || zt.exports, Ni = La
|
|
|
8914
8914
|
});
|
|
8915
8915
|
var T0 = function() {
|
|
8916
8916
|
var e = this, r = e._self._c;
|
|
8917
|
-
return r("div", e.
|
|
8917
|
+
return r("div", e._b({ staticClass: "e-icon" }, "div", e.$attrs, !1), [r("i", { class: e.iconClasses })]);
|
|
8918
8918
|
}, k0 = [], $0 = /* @__PURE__ */ H(
|
|
8919
8919
|
S0,
|
|
8920
8920
|
T0,
|
|
@@ -8942,7 +8942,7 @@ const Ze = $0.exports, E0 = R.extend({
|
|
|
8942
8942
|
},
|
|
8943
8943
|
size: {
|
|
8944
8944
|
type: String,
|
|
8945
|
-
default:
|
|
8945
|
+
default: K.Base
|
|
8946
8946
|
},
|
|
8947
8947
|
opacity: {
|
|
8948
8948
|
type: [String, Number],
|
|
@@ -8957,7 +8957,7 @@ const Ze = $0.exports, E0 = R.extend({
|
|
|
8957
8957
|
},
|
|
8958
8958
|
computed: {
|
|
8959
8959
|
computedSize() {
|
|
8960
|
-
return this.sizes[
|
|
8960
|
+
return this.sizes[K[this.size]] || this.size || this.sizes[K.Base];
|
|
8961
8961
|
},
|
|
8962
8962
|
fill() {
|
|
8963
8963
|
let t = {
|
|
@@ -9393,6 +9393,15 @@ const Z0 = R.extend({
|
|
|
9393
9393
|
}
|
|
9394
9394
|
},
|
|
9395
9395
|
methods: {
|
|
9396
|
+
zoom(t) {
|
|
9397
|
+
const e = this.$refs.container;
|
|
9398
|
+
if (this.disabled)
|
|
9399
|
+
return;
|
|
9400
|
+
const r = e.getBoundingClientRect(), n = { x: r.width / 2, y: r.height / 2 }, i = this.scale;
|
|
9401
|
+
t < 0 ? this.scale *= 1.2 : this.scale *= 0.8, this.updateZoomScale(), this.left = (this.left - n.x) * (this.scale / i) + n.x, this.top = (this.top - n.y) * (this.scale / i) + n.y;
|
|
9402
|
+
const o = 0 - r.width * (this.scale - 1), a = 0 - r.height * (this.scale - 1);
|
|
9403
|
+
this.left = Math.min(0, Math.max(o, this.left)), this.top = Math.min(0, Math.max(a, this.top)), this.updateTransform();
|
|
9404
|
+
},
|
|
9396
9405
|
updateZoomScale() {
|
|
9397
9406
|
this.scale > this.maxScale ? this.scale = this.maxScale : this.scale < this.minScale && (this.scale = this.minScale);
|
|
9398
9407
|
},
|
|
@@ -9494,7 +9503,7 @@ var V0 = function() {
|
|
|
9494
9503
|
Y0,
|
|
9495
9504
|
!1,
|
|
9496
9505
|
null,
|
|
9497
|
-
"
|
|
9506
|
+
"06b5341b",
|
|
9498
9507
|
null,
|
|
9499
9508
|
null
|
|
9500
9509
|
);
|
|
@@ -10940,7 +10949,7 @@ const Kr = Ml.exports, It = (t) => {
|
|
|
10940
10949
|
}, Ln = (t) => (e) => {
|
|
10941
10950
|
const r = z.utcFormat("%M")(e), n = z.utcFormat("%S")(e);
|
|
10942
10951
|
return Number.parseInt(r) % t !== 0 && Number.parseInt(n) === 0;
|
|
10943
|
-
},
|
|
10952
|
+
}, Q = {
|
|
10944
10953
|
_10_seconds: 25e-6,
|
|
10945
10954
|
_20_seconds: 1e-4,
|
|
10946
10955
|
_30_seconds: 15e-5,
|
|
@@ -10971,37 +10980,37 @@ var In, Fn, An, Rn, Hn, Nn, jn, Gn;
|
|
|
10971
10980
|
const Jr = {
|
|
10972
10981
|
[ut.Overview]: [
|
|
10973
10982
|
{
|
|
10974
|
-
precision:
|
|
10983
|
+
precision: Q._30_seconds,
|
|
10975
10984
|
interval: z.utcMinute.every(2),
|
|
10976
10985
|
format: Mn
|
|
10977
10986
|
},
|
|
10978
10987
|
{
|
|
10979
|
-
precision:
|
|
10988
|
+
precision: Q._1_minute,
|
|
10980
10989
|
interval: z.utcMinute.every(5),
|
|
10981
10990
|
format: Mn
|
|
10982
10991
|
},
|
|
10983
10992
|
{
|
|
10984
|
-
precision:
|
|
10993
|
+
precision: Q._2_minutes,
|
|
10985
10994
|
interval: z.utcMinute.every(10),
|
|
10986
10995
|
format: zr
|
|
10987
10996
|
},
|
|
10988
10997
|
{
|
|
10989
|
-
precision:
|
|
10998
|
+
precision: Q._5_minutes,
|
|
10990
10999
|
interval: z.utcMinute.every(20),
|
|
10991
11000
|
format: cr
|
|
10992
11001
|
},
|
|
10993
11002
|
{
|
|
10994
|
-
precision:
|
|
11003
|
+
precision: Q._15_minutes,
|
|
10995
11004
|
interval: z.utcHour,
|
|
10996
11005
|
format: cr
|
|
10997
11006
|
},
|
|
10998
11007
|
{
|
|
10999
|
-
precision:
|
|
11008
|
+
precision: Q._30_minutes,
|
|
11000
11009
|
interval: z.utcHour.every(2),
|
|
11001
11010
|
format: cr
|
|
11002
11011
|
},
|
|
11003
11012
|
{
|
|
11004
|
-
precision:
|
|
11013
|
+
precision: Q._2_hours,
|
|
11005
11014
|
interval: z.utcHour.every(6),
|
|
11006
11015
|
format: (t) => {
|
|
11007
11016
|
const e = et(t), r = It(t), n = z.utcFormat("%B")(t);
|
|
@@ -11009,12 +11018,12 @@ const Jr = {
|
|
|
11009
11018
|
}
|
|
11010
11019
|
},
|
|
11011
11020
|
{
|
|
11012
|
-
precision:
|
|
11021
|
+
precision: Q._3_hours,
|
|
11013
11022
|
interval: z.utcHour.every(12),
|
|
11014
11023
|
format: zr
|
|
11015
11024
|
},
|
|
11016
11025
|
{
|
|
11017
|
-
precision:
|
|
11026
|
+
precision: Q._6_hours,
|
|
11018
11027
|
interval: z.utcHour.every(24),
|
|
11019
11028
|
format: (t) => {
|
|
11020
11029
|
const e = It(t), r = z.utcFormat("%b")(t), n = z.utcFormat("%Y")(t);
|
|
@@ -11022,246 +11031,246 @@ const Jr = {
|
|
|
11022
11031
|
}
|
|
11023
11032
|
},
|
|
11024
11033
|
{
|
|
11025
|
-
precision:
|
|
11034
|
+
precision: Q._2_days,
|
|
11026
11035
|
interval: z.utcMonth,
|
|
11027
11036
|
format: "%Y – %B"
|
|
11028
11037
|
},
|
|
11029
11038
|
{
|
|
11030
|
-
precision:
|
|
11039
|
+
precision: Q._2_year,
|
|
11031
11040
|
interval: z.utcMonth.every(3),
|
|
11032
11041
|
format: "%Y Q%q"
|
|
11033
11042
|
},
|
|
11034
11043
|
{
|
|
11035
|
-
precision:
|
|
11044
|
+
precision: Q._5_years,
|
|
11036
11045
|
interval: z.utcYear.every(5),
|
|
11037
11046
|
format: "%Y"
|
|
11038
11047
|
},
|
|
11039
11048
|
{
|
|
11040
|
-
precision:
|
|
11049
|
+
precision: Q._20_years,
|
|
11041
11050
|
interval: z.utcYear.every(20),
|
|
11042
11051
|
format: "%Y"
|
|
11043
11052
|
},
|
|
11044
11053
|
{
|
|
11045
|
-
precision:
|
|
11054
|
+
precision: Q._75_years,
|
|
11046
11055
|
interval: z.utcYear.every(75),
|
|
11047
11056
|
format: "%Y"
|
|
11048
11057
|
},
|
|
11049
11058
|
{
|
|
11050
|
-
precision:
|
|
11059
|
+
precision: Q._300_years,
|
|
11051
11060
|
interval: z.utcYear.every(300),
|
|
11052
11061
|
format: "%Y"
|
|
11053
11062
|
},
|
|
11054
11063
|
{
|
|
11055
|
-
precision:
|
|
11064
|
+
precision: Q.infinity,
|
|
11056
11065
|
interval: z.utcMonth.every(12),
|
|
11057
11066
|
format: "%Y"
|
|
11058
11067
|
}
|
|
11059
11068
|
],
|
|
11060
11069
|
[ut.Detailed]: [
|
|
11061
11070
|
{
|
|
11062
|
-
precision:
|
|
11071
|
+
precision: Q._10_seconds,
|
|
11063
11072
|
interval: z.utcSecond.every(10),
|
|
11064
11073
|
format: lr
|
|
11065
11074
|
},
|
|
11066
11075
|
{
|
|
11067
|
-
precision:
|
|
11076
|
+
precision: Q._20_seconds,
|
|
11068
11077
|
interval: (In = z.utcSecond.every(20)) == null ? void 0 : In.filter(Ln(2)),
|
|
11069
11078
|
format: lr
|
|
11070
11079
|
},
|
|
11071
11080
|
{
|
|
11072
|
-
precision:
|
|
11081
|
+
precision: Q._30_seconds,
|
|
11073
11082
|
interval: (Fn = z.utcSecond.every(30)) == null ? void 0 : Fn.filter(Ln(2)),
|
|
11074
11083
|
format: lr
|
|
11075
11084
|
},
|
|
11076
11085
|
{
|
|
11077
|
-
precision:
|
|
11086
|
+
precision: Q._1_minute,
|
|
11078
11087
|
interval: z.utcMinute.filter(ur(5)),
|
|
11079
11088
|
format: et
|
|
11080
11089
|
},
|
|
11081
11090
|
{
|
|
11082
|
-
precision:
|
|
11091
|
+
precision: Q._2_minutes,
|
|
11083
11092
|
interval: (An = z.utcMinute.every(2)) == null ? void 0 : An.filter(ur(10)),
|
|
11084
11093
|
format: et
|
|
11085
11094
|
},
|
|
11086
11095
|
{
|
|
11087
|
-
precision:
|
|
11096
|
+
precision: Q._5_minutes,
|
|
11088
11097
|
interval: (Rn = z.utcMinute.every(5)) == null ? void 0 : Rn.filter(ur(20)),
|
|
11089
11098
|
format: et
|
|
11090
11099
|
},
|
|
11091
11100
|
{
|
|
11092
|
-
precision:
|
|
11101
|
+
precision: Q._15_minutes,
|
|
11093
11102
|
interval: (Hn = z.utcMinute.every(15)) == null ? void 0 : Hn.filter(bt(1)),
|
|
11094
11103
|
format: et
|
|
11095
11104
|
},
|
|
11096
11105
|
{
|
|
11097
|
-
precision:
|
|
11106
|
+
precision: Q._30_minutes,
|
|
11098
11107
|
interval: (Nn = z.utcMinute.every(30)) == null ? void 0 : Nn.filter(bt(2)),
|
|
11099
11108
|
format: et
|
|
11100
11109
|
},
|
|
11101
11110
|
{
|
|
11102
|
-
precision:
|
|
11111
|
+
precision: Q._1_hour,
|
|
11103
11112
|
interval: z.utcHour.filter(bt(6)),
|
|
11104
11113
|
format: Ct
|
|
11105
11114
|
},
|
|
11106
11115
|
{
|
|
11107
|
-
precision:
|
|
11116
|
+
precision: Q._2_hours,
|
|
11108
11117
|
interval: (jn = z.utcHour.every(2)) == null ? void 0 : jn.filter(bt(6)),
|
|
11109
11118
|
format: Ct
|
|
11110
11119
|
},
|
|
11111
11120
|
{
|
|
11112
|
-
precision:
|
|
11121
|
+
precision: Q._3_hours,
|
|
11113
11122
|
interval: (Gn = z.utcHour.every(3)) == null ? void 0 : Gn.filter(bt(12)),
|
|
11114
11123
|
format: Ct
|
|
11115
11124
|
},
|
|
11116
11125
|
{
|
|
11117
|
-
precision:
|
|
11126
|
+
precision: Q._4_hours,
|
|
11118
11127
|
interval: z.utcHour.every(4),
|
|
11119
11128
|
format: Ct
|
|
11120
11129
|
},
|
|
11121
11130
|
{
|
|
11122
|
-
precision:
|
|
11131
|
+
precision: Q._6_hours,
|
|
11123
11132
|
interval: z.utcHour.every(6),
|
|
11124
11133
|
format: Ct
|
|
11125
11134
|
},
|
|
11126
11135
|
{
|
|
11127
|
-
precision:
|
|
11136
|
+
precision: Q._1_day,
|
|
11128
11137
|
interval: z.utcDay,
|
|
11129
11138
|
format: En
|
|
11130
11139
|
},
|
|
11131
11140
|
{
|
|
11132
|
-
precision:
|
|
11141
|
+
precision: Q._2_days,
|
|
11133
11142
|
interval: z.utcDay.every(2),
|
|
11134
11143
|
format: En
|
|
11135
11144
|
},
|
|
11136
11145
|
{
|
|
11137
|
-
precision:
|
|
11146
|
+
precision: Q._1_month,
|
|
11138
11147
|
interval: z.utcMonth,
|
|
11139
11148
|
format: "%B"
|
|
11140
11149
|
},
|
|
11141
11150
|
{
|
|
11142
|
-
precision:
|
|
11151
|
+
precision: Q._1_month_abbr,
|
|
11143
11152
|
interval: z.utcMonth,
|
|
11144
11153
|
format: "%b"
|
|
11145
11154
|
},
|
|
11146
11155
|
{
|
|
11147
|
-
precision:
|
|
11156
|
+
precision: Q._1_month_letter,
|
|
11148
11157
|
interval: z.utcMonth,
|
|
11149
11158
|
format: (t) => z.utcFormat("%B")(t).charAt(0)
|
|
11150
11159
|
},
|
|
11151
11160
|
{
|
|
11152
|
-
precision:
|
|
11161
|
+
precision: Q._3_months,
|
|
11153
11162
|
interval: z.utcMonth.every(3),
|
|
11154
11163
|
format: "Q%q"
|
|
11155
11164
|
},
|
|
11156
11165
|
{
|
|
11157
|
-
precision:
|
|
11166
|
+
precision: Q._2_year,
|
|
11158
11167
|
interval: z.utcMonth.every(6),
|
|
11159
11168
|
format: "Q%q"
|
|
11160
11169
|
},
|
|
11161
11170
|
{
|
|
11162
|
-
precision:
|
|
11171
|
+
precision: Q._5_years,
|
|
11163
11172
|
interval: z.utcYear.every(2),
|
|
11164
11173
|
format: "%Y"
|
|
11165
11174
|
},
|
|
11166
11175
|
{
|
|
11167
|
-
precision:
|
|
11176
|
+
precision: Q._20_years,
|
|
11168
11177
|
interval: z.utcYear.every(4),
|
|
11169
11178
|
format: "%Y"
|
|
11170
11179
|
},
|
|
11171
11180
|
{
|
|
11172
|
-
precision:
|
|
11181
|
+
precision: Q._75_years,
|
|
11173
11182
|
interval: z.utcYear.every(25),
|
|
11174
11183
|
format: "%Y"
|
|
11175
11184
|
},
|
|
11176
11185
|
{
|
|
11177
|
-
precision:
|
|
11186
|
+
precision: Q._300_years,
|
|
11178
11187
|
interval: z.utcYear.every(100),
|
|
11179
11188
|
format: "%Y"
|
|
11180
11189
|
},
|
|
11181
11190
|
{
|
|
11182
|
-
precision:
|
|
11191
|
+
precision: Q.infinity,
|
|
11183
11192
|
interval: z.utcYear.every(500),
|
|
11184
11193
|
format: ""
|
|
11185
11194
|
}
|
|
11186
11195
|
],
|
|
11187
11196
|
[ut.DetailedBackground]: [
|
|
11188
11197
|
{
|
|
11189
|
-
precision:
|
|
11198
|
+
precision: Q._10_seconds,
|
|
11190
11199
|
interval: z.utcSecond,
|
|
11191
11200
|
format: ""
|
|
11192
11201
|
},
|
|
11193
11202
|
{
|
|
11194
|
-
precision:
|
|
11203
|
+
precision: Q._20_seconds,
|
|
11195
11204
|
interval: z.utcSecond.every(5),
|
|
11196
11205
|
format: ""
|
|
11197
11206
|
},
|
|
11198
11207
|
{
|
|
11199
|
-
precision:
|
|
11208
|
+
precision: Q._30_seconds,
|
|
11200
11209
|
interval: z.utcSecond.every(10),
|
|
11201
11210
|
format: ""
|
|
11202
11211
|
},
|
|
11203
11212
|
{
|
|
11204
|
-
precision:
|
|
11213
|
+
precision: Q._1_minute,
|
|
11205
11214
|
interval: z.utcSecond.every(20),
|
|
11206
11215
|
format: ""
|
|
11207
11216
|
},
|
|
11208
11217
|
{
|
|
11209
|
-
precision:
|
|
11218
|
+
precision: Q._2_minutes,
|
|
11210
11219
|
interval: z.utcSecond.every(30),
|
|
11211
11220
|
format: ""
|
|
11212
11221
|
},
|
|
11213
11222
|
{
|
|
11214
|
-
precision:
|
|
11223
|
+
precision: Q._5_minutes,
|
|
11215
11224
|
interval: z.utcMinute,
|
|
11216
11225
|
format: ""
|
|
11217
11226
|
},
|
|
11218
11227
|
{
|
|
11219
|
-
precision:
|
|
11228
|
+
precision: Q._15_minutes,
|
|
11220
11229
|
interval: z.utcMinute.every(3),
|
|
11221
11230
|
format: ""
|
|
11222
11231
|
},
|
|
11223
11232
|
{
|
|
11224
|
-
precision:
|
|
11233
|
+
precision: Q._30_minutes,
|
|
11225
11234
|
interval: z.utcMinute.every(6),
|
|
11226
11235
|
format: ""
|
|
11227
11236
|
},
|
|
11228
11237
|
{
|
|
11229
|
-
precision:
|
|
11238
|
+
precision: Q._1_hour,
|
|
11230
11239
|
interval: z.utcMinute.every(15),
|
|
11231
11240
|
format: ""
|
|
11232
11241
|
},
|
|
11233
11242
|
{
|
|
11234
|
-
precision:
|
|
11243
|
+
precision: Q._2_hours,
|
|
11235
11244
|
interval: z.utcMinute.every(30),
|
|
11236
11245
|
format: ""
|
|
11237
11246
|
},
|
|
11238
11247
|
{
|
|
11239
|
-
precision:
|
|
11248
|
+
precision: Q._3_hours,
|
|
11240
11249
|
interval: z.utcHour,
|
|
11241
11250
|
format: ""
|
|
11242
11251
|
},
|
|
11243
11252
|
{
|
|
11244
|
-
precision:
|
|
11253
|
+
precision: Q._4_hours,
|
|
11245
11254
|
interval: z.utcHour,
|
|
11246
11255
|
format: ""
|
|
11247
11256
|
},
|
|
11248
11257
|
{
|
|
11249
|
-
precision:
|
|
11258
|
+
precision: Q._6_hours,
|
|
11250
11259
|
interval: z.utcMinute.every(120),
|
|
11251
11260
|
format: ""
|
|
11252
11261
|
},
|
|
11253
11262
|
{
|
|
11254
|
-
precision:
|
|
11263
|
+
precision: Q._1_day,
|
|
11255
11264
|
interval: z.utcHour.every(8),
|
|
11256
11265
|
format: ""
|
|
11257
11266
|
},
|
|
11258
11267
|
{
|
|
11259
|
-
precision:
|
|
11268
|
+
precision: Q._2_days,
|
|
11260
11269
|
interval: z.utcHour.every(12),
|
|
11261
11270
|
format: ""
|
|
11262
11271
|
},
|
|
11263
11272
|
{
|
|
11264
|
-
precision:
|
|
11273
|
+
precision: Q._1_month,
|
|
11265
11274
|
interval: z.utcDay.filter((t) => {
|
|
11266
11275
|
const e = t.getUTCDate(), r = new Date(
|
|
11267
11276
|
t.getUTCFullYear(),
|
|
@@ -11273,7 +11282,7 @@ const Jr = {
|
|
|
11273
11282
|
format: ""
|
|
11274
11283
|
},
|
|
11275
11284
|
{
|
|
11276
|
-
precision:
|
|
11285
|
+
precision: Q._1_month_abbr,
|
|
11277
11286
|
interval: z.utcDay.filter((t) => {
|
|
11278
11287
|
const e = t.getUTCDate(), r = new Date(
|
|
11279
11288
|
t.getUTCFullYear(),
|
|
@@ -11285,7 +11294,7 @@ const Jr = {
|
|
|
11285
11294
|
format: ""
|
|
11286
11295
|
},
|
|
11287
11296
|
{
|
|
11288
|
-
precision:
|
|
11297
|
+
precision: Q._1_month_letter,
|
|
11289
11298
|
interval: z.utcDay.filter((t) => {
|
|
11290
11299
|
const e = t.getUTCDate(), r = new Date(
|
|
11291
11300
|
t.getUTCFullYear(),
|
|
@@ -11297,42 +11306,42 @@ const Jr = {
|
|
|
11297
11306
|
format: ""
|
|
11298
11307
|
},
|
|
11299
11308
|
{
|
|
11300
|
-
precision:
|
|
11309
|
+
precision: Q._3_months,
|
|
11301
11310
|
interval: z.utcMonth,
|
|
11302
11311
|
format: ""
|
|
11303
11312
|
},
|
|
11304
11313
|
{
|
|
11305
|
-
precision:
|
|
11314
|
+
precision: Q._3_months,
|
|
11306
11315
|
interval: z.utcMonth,
|
|
11307
11316
|
format: ""
|
|
11308
11317
|
},
|
|
11309
11318
|
{
|
|
11310
|
-
precision:
|
|
11319
|
+
precision: Q._2_year,
|
|
11311
11320
|
interval: z.utcYear,
|
|
11312
11321
|
format: ""
|
|
11313
11322
|
},
|
|
11314
11323
|
{
|
|
11315
|
-
precision:
|
|
11324
|
+
precision: Q._5_years,
|
|
11316
11325
|
interval: z.utcYear.every(2),
|
|
11317
11326
|
format: ""
|
|
11318
11327
|
},
|
|
11319
11328
|
{
|
|
11320
|
-
precision:
|
|
11329
|
+
precision: Q._20_years,
|
|
11321
11330
|
interval: z.utcYear.every(5),
|
|
11322
11331
|
format: ""
|
|
11323
11332
|
},
|
|
11324
11333
|
{
|
|
11325
|
-
precision:
|
|
11334
|
+
precision: Q._75_years,
|
|
11326
11335
|
interval: z.utcYear.every(20),
|
|
11327
11336
|
format: ""
|
|
11328
11337
|
},
|
|
11329
11338
|
{
|
|
11330
|
-
precision:
|
|
11339
|
+
precision: Q._300_years,
|
|
11331
11340
|
interval: z.utcYear.every(100),
|
|
11332
11341
|
format: ""
|
|
11333
11342
|
},
|
|
11334
11343
|
{
|
|
11335
|
-
precision:
|
|
11344
|
+
precision: Q.infinity,
|
|
11336
11345
|
interval: z.utcYear.every(500),
|
|
11337
11346
|
format: ""
|
|
11338
11347
|
}
|
|
@@ -16005,7 +16014,7 @@ const gc = mc.exports, tn = R.extend({
|
|
|
16005
16014
|
},
|
|
16006
16015
|
size: {
|
|
16007
16016
|
type: String,
|
|
16008
|
-
default:
|
|
16017
|
+
default: K.Sm
|
|
16009
16018
|
},
|
|
16010
16019
|
vertical: {
|
|
16011
16020
|
type: Boolean,
|
|
@@ -16020,23 +16029,20 @@ const gc = mc.exports, tn = R.extend({
|
|
|
16020
16029
|
sizeClasses() {
|
|
16021
16030
|
return {
|
|
16022
16031
|
container: {
|
|
16023
|
-
"e-p-
|
|
16024
|
-
"e-
|
|
16025
|
-
"e-
|
|
16026
|
-
"e-p-2 e-p": this.size === Q.Lg
|
|
16032
|
+
"e-p-1 e-leading-3": this.size === K.Sm,
|
|
16033
|
+
"e-py-1.5 e-px-1.5": this.size === K.Md,
|
|
16034
|
+
"e-p-2 e-p": this.size === K.Lg
|
|
16027
16035
|
},
|
|
16028
16036
|
button: {
|
|
16029
|
-
"e-px-
|
|
16030
|
-
"e-
|
|
16031
|
-
"e-p-1 e-px-
|
|
16032
|
-
"e-p-1.5 e-px-3": this.size === Q.Lg,
|
|
16037
|
+
"e-py-[.2rem] e-px-2 e-rounded-md": this.size === K.Sm,
|
|
16038
|
+
"e-p-1 e-px-2.5": this.size === K.Md,
|
|
16039
|
+
"e-p-1.5 e-px-3": this.size === K.Lg,
|
|
16033
16040
|
"e-opacity-50 e-cursor-not-allowed": this.disabled
|
|
16034
16041
|
},
|
|
16035
16042
|
text: {
|
|
16036
|
-
"
|
|
16037
|
-
"e-text-
|
|
16038
|
-
"e-text-
|
|
16039
|
-
"e-text-base": this.size === Q.Lg
|
|
16043
|
+
"e-text-xs": this.size === K.Sm,
|
|
16044
|
+
"e-text-sm": this.size === K.Md,
|
|
16045
|
+
"e-text-base": this.size === K.Lg
|
|
16040
16046
|
}
|
|
16041
16047
|
};
|
|
16042
16048
|
},
|
|
@@ -16949,7 +16955,7 @@ const Gt = a8.exports, o8 = R.extend({
|
|
|
16949
16955
|
},
|
|
16950
16956
|
iconSize: {
|
|
16951
16957
|
type: String,
|
|
16952
|
-
default:
|
|
16958
|
+
default: K.Sm
|
|
16953
16959
|
},
|
|
16954
16960
|
iconColor: {
|
|
16955
16961
|
type: String,
|
|
@@ -20522,12 +20528,12 @@ const y7 = _7.exports, C7 = R.extend({
|
|
|
20522
20528
|
"e-tabs__item e-inline-block e-p-4 e-cursor-pointer e-text-xs",
|
|
20523
20529
|
{
|
|
20524
20530
|
[this.activeClass]: this.isActive(t) && !!this.activeClass,
|
|
20525
|
-
"!e-text-gray-200 e-border-gray-700": this.dark && !this.isActive(t),
|
|
20531
|
+
"e-bg-gray-800 !e-text-gray-200 e-border-gray-700": this.dark && !this.isActive(t),
|
|
20526
20532
|
"hover:!e-text-gray-600 !e-text-gray-800": this.isExternalLink(e) || this.isLink(e),
|
|
20527
20533
|
"!e-text-blue-600": this.isExternalLink(e) || this.isLink(e),
|
|
20528
|
-
" hover:e-bg-gray-100 ": !this.isActive(t) && !this.dark,
|
|
20534
|
+
" hover:e-bg-gray-100 e-bg-white ": !this.isActive(t) && !this.dark,
|
|
20529
20535
|
"!e-text-blue-600 e-bg-blue-100": this.isActive(t) && !this.dark,
|
|
20530
|
-
"e-
|
|
20536
|
+
"e-text-[#00315f] e-bg-[#629efc] e-border-blue-600": this.isActive(t) && this.dark,
|
|
20531
20537
|
"e-border-l-3 e-border-l-solid !e-border-b-blue-600": this.vertical && this.isActive(t),
|
|
20532
20538
|
"e-border-b-2 e-border-b-solid !e-border-b-blue-600": !this.vertical && this.isActive(t)
|
|
20533
20539
|
}
|
|
@@ -20600,7 +20606,7 @@ const y7 = _7.exports, C7 = R.extend({
|
|
|
20600
20606
|
return (i = (n = e.data) == null ? void 0 : n.attrs) != null && i.href || (a = (o = e.data) == null ? void 0 : o.attrs) != null && a.to || !this.isActive(r) ? null : t(
|
|
20601
20607
|
"div",
|
|
20602
20608
|
{
|
|
20603
|
-
class: "tab-content e-overflow-auto e-max-h-screen e-w-full"
|
|
20609
|
+
class: "tab-content e-overflow-auto e-max-h-screen e-w-full e-pb-20"
|
|
20604
20610
|
},
|
|
20605
20611
|
[e]
|
|
20606
20612
|
);
|
|
@@ -20626,15 +20632,11 @@ const y7 = _7.exports, C7 = R.extend({
|
|
|
20626
20632
|
"div",
|
|
20627
20633
|
{
|
|
20628
20634
|
class: [
|
|
20629
|
-
"e-tabs__header e-text-sm e-font-medium e-text-center",
|
|
20635
|
+
"e-tabs__header e-text-sm e-font-medium e-text-center e-border-gray-300",
|
|
20630
20636
|
{
|
|
20631
20637
|
"e-flex e-border-b e-border-b-solid e-w-full": !this.vertical,
|
|
20632
20638
|
"e-flex e-flex-col e-border-r e-border-r-solid": this.vertical,
|
|
20633
|
-
"e-text-gray-700": !this.activeClass
|
|
20634
|
-
"e-tabs__header-light-border": !this.dark && !this.activeClass,
|
|
20635
|
-
"e-tabs__header-dark-border": this.dark && !this.activeClass,
|
|
20636
|
-
"e-bg-white": !this.dark,
|
|
20637
|
-
"e-bg-gray-800": this.dark
|
|
20639
|
+
"e-text-gray-700": !this.activeClass
|
|
20638
20640
|
}
|
|
20639
20641
|
]
|
|
20640
20642
|
},
|
|
@@ -20651,8 +20653,7 @@ const y7 = _7.exports, C7 = R.extend({
|
|
|
20651
20653
|
]
|
|
20652
20654
|
);
|
|
20653
20655
|
}
|
|
20654
|
-
});
|
|
20655
|
-
const b7 = null, x7 = null;
|
|
20656
|
+
}), b7 = null, x7 = null;
|
|
20656
20657
|
var w7 = /* @__PURE__ */ H(
|
|
20657
20658
|
C7,
|
|
20658
20659
|
b7,
|
|
@@ -20796,7 +20797,7 @@ const S7 = w7.exports, T7 = R.extend({
|
|
|
20796
20797
|
});
|
|
20797
20798
|
var k7 = function() {
|
|
20798
20799
|
var e = this, r = e._self._c;
|
|
20799
|
-
return r("div",
|
|
20800
|
+
return r("div", { staticClass: "e-card e-rounded-lg e-p-3 e-relative", class: e.containerClasses, style: e.containerStyle }, [e.image ? r("div", { staticClass: "e-card__img__container e-absolute e-overflow-hidden e-rounded-lg e-flex e-justify-center e-items-center e-z-0", class: e.imageContainerClasses, style: e.imageContainerStyle }, [e.blurBackground ? r("img", { staticClass: "e-card__image--bg e-absolute", style: e.imageStyle, attrs: { src: e.image, alt: "card image" } }) : e._e(), r("img", { staticClass: "e-card__image e-absolute", style: e.imageStyle, attrs: { src: e.image, alt: "card image" } })]) : e._e(), r("div", { staticClass: "e-card__body e-relative e-z-1" }, [e.title ? r("div", { staticClass: "e-card__title e-font-bold e-text-lg e-mb-2", style: e.titleStyle }, [e._t("title", function() {
|
|
20800
20801
|
return [e._v(" " + e._s(e.title) + " ")];
|
|
20801
20802
|
})], 2) : e._e(), r("div", { staticClass: "e-card__content", style: e.contentStyle }, [e._t("default")], 2)])]);
|
|
20802
20803
|
}, $7 = [], E7 = /* @__PURE__ */ H(
|
|
@@ -20913,7 +20914,7 @@ export {
|
|
|
20913
20914
|
Be as Position,
|
|
20914
20915
|
rt as ResizeObserverDirective,
|
|
20915
20916
|
Dt as ScheduleType,
|
|
20916
|
-
|
|
20917
|
+
K as Size,
|
|
20917
20918
|
b0 as TextSizes,
|
|
20918
20919
|
ut as TimelineAxis,
|
|
20919
20920
|
Ge as TimelineChartType,
|