@evercam/ui 0.0.35 → 0.0.37
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/attributes.json +0 -24
- package/dist/index.mjs +81 -151
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/index.d.ts +1 -3
- package/dist/style.css +1 -1
- package/dist/tags.json +0 -10
- package/dist/web-types.json +1 -57
- package/package.json +1 -1
package/dist/attributes.json
CHANGED
|
@@ -185,29 +185,5 @@
|
|
|
185
185
|
"EVideoPlayer/video-options": {
|
|
186
186
|
"type": "any",
|
|
187
187
|
"description": ""
|
|
188
|
-
},
|
|
189
|
-
"ECountryFlag/country": {
|
|
190
|
-
"type": "any",
|
|
191
|
-
"description": ""
|
|
192
|
-
},
|
|
193
|
-
"ECountryFlag/rounded": {
|
|
194
|
-
"type": "any",
|
|
195
|
-
"description": "",
|
|
196
|
-
"default": false
|
|
197
|
-
},
|
|
198
|
-
"ECountryFlag/shadow": {
|
|
199
|
-
"type": "any",
|
|
200
|
-
"description": "",
|
|
201
|
-
"default": false
|
|
202
|
-
},
|
|
203
|
-
"ECountryFlag/size": {
|
|
204
|
-
"type": "any",
|
|
205
|
-
"description": "",
|
|
206
|
-
"default": "normal"
|
|
207
|
-
},
|
|
208
|
-
"ECountryFlag/background": {
|
|
209
|
-
"type": "any",
|
|
210
|
-
"description": "",
|
|
211
|
-
"default": ""
|
|
212
188
|
}
|
|
213
189
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import W from "vue";
|
|
2
2
|
var w = /* @__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))(w || {}), D = /* @__PURE__ */ ((e) => (e.warning = "warning", e.error = "error", e.info = "info", e.success = "success", e.primary = "primary", e.brand = "brand", e.default = "default", e))(D || {});
|
|
3
|
-
const
|
|
3
|
+
const Pe = W.extend({
|
|
4
4
|
name: "EBadge",
|
|
5
5
|
props: {
|
|
6
6
|
text: {
|
|
@@ -79,12 +79,12 @@ function V(e, t, r, o, s, l, i, b) {
|
|
|
79
79
|
options: a
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
|
-
var
|
|
82
|
+
var $e = function() {
|
|
83
83
|
var t = this, r = t._self._c;
|
|
84
84
|
return r("span", { staticClass: "e-badge", class: t.badgeClasses }, [t.showText ? r("span", [t._v(t._s(t.text))]) : t._e()]);
|
|
85
|
-
}, Ae = [],
|
|
86
|
-
Oe,
|
|
85
|
+
}, Ae = [], ze = /* @__PURE__ */ V(
|
|
87
86
|
Pe,
|
|
87
|
+
$e,
|
|
88
88
|
Ae,
|
|
89
89
|
!1,
|
|
90
90
|
null,
|
|
@@ -92,7 +92,7 @@ var Pe = function() {
|
|
|
92
92
|
null,
|
|
93
93
|
null
|
|
94
94
|
);
|
|
95
|
-
const se =
|
|
95
|
+
const se = ze.exports, Fe = W.extend({
|
|
96
96
|
name: "EAvatar",
|
|
97
97
|
components: {
|
|
98
98
|
Badge: se
|
|
@@ -152,7 +152,7 @@ var Te = function() {
|
|
|
152
152
|
return [r("Badge", { attrs: { text: t.badgeText, color: t.badgeColor, size: t.badgeSize } })];
|
|
153
153
|
})], 2) : t._e()], 2);
|
|
154
154
|
}, je = [], Le = /* @__PURE__ */ V(
|
|
155
|
-
|
|
155
|
+
Fe,
|
|
156
156
|
Te,
|
|
157
157
|
je,
|
|
158
158
|
!1,
|
|
@@ -396,8 +396,8 @@ var ce = {};
|
|
|
396
396
|
];
|
|
397
397
|
}
|
|
398
398
|
})(ce);
|
|
399
|
-
var Q = {}, H = {}, ee = { exports: {} },
|
|
400
|
-
return { isColorSupported: !1, reset:
|
|
399
|
+
var Q = {}, H = {}, ee = { exports: {} }, z = String, de = function() {
|
|
400
|
+
return { isColorSupported: !1, reset: z, bold: z, dim: z, italic: z, underline: z, inverse: z, hidden: z, strikethrough: z, black: z, red: z, green: z, yellow: z, blue: z, magenta: z, cyan: z, white: z, gray: z, bgBlack: z, bgRed: z, bgGreen: z, bgYellow: z, bgBlue: z, bgMagenta: z, bgCyan: z, bgWhite: z };
|
|
401
401
|
};
|
|
402
402
|
ee.exports = de();
|
|
403
403
|
ee.exports.createColors = de;
|
|
@@ -910,8 +910,8 @@ var ge = {}, G = {};
|
|
|
910
910
|
return g.future === "all" || ((k = (h = g == null || (S = g.future) === null || S === void 0 ? void 0 : S[d]) !== null && h !== void 0 ? h : l[d]) !== null && k !== void 0 ? k : !1);
|
|
911
911
|
}
|
|
912
912
|
if (i.experimental.includes(d)) {
|
|
913
|
-
var
|
|
914
|
-
return g.experimental === "all" || ((T = (
|
|
913
|
+
var P, F, T;
|
|
914
|
+
return g.experimental === "all" || ((T = (F = g == null || (P = g.experimental) === null || P === void 0 ? void 0 : P[d]) !== null && F !== void 0 ? F : l[d]) !== null && T !== void 0 ? T : !1);
|
|
915
915
|
}
|
|
916
916
|
return !1;
|
|
917
917
|
}
|
|
@@ -1043,8 +1043,8 @@ var ge = {}, G = {};
|
|
|
1043
1043
|
})(),
|
|
1044
1044
|
extract: (() => {
|
|
1045
1045
|
let n = (() => {
|
|
1046
|
-
var d, S, h, k,
|
|
1047
|
-
return !((d = i.purge) === null || d === void 0) && d.extract ? i.purge.extract : !((S = i.content) === null || S === void 0) && S.extract ? i.content.extract : !((h = i.purge) === null || h === void 0 || (k = h.extract) === null || k === void 0) && k.DEFAULT ? i.purge.extract.DEFAULT : !((
|
|
1046
|
+
var d, S, h, k, P, F, T, A, j, L;
|
|
1047
|
+
return !((d = i.purge) === null || d === void 0) && d.extract ? i.purge.extract : !((S = i.content) === null || S === void 0) && S.extract ? i.content.extract : !((h = i.purge) === null || h === void 0 || (k = h.extract) === null || k === void 0) && k.DEFAULT ? i.purge.extract.DEFAULT : !((P = i.content) === null || P === void 0 || (F = P.extract) === null || F === void 0) && F.DEFAULT ? i.content.extract.DEFAULT : !((T = i.purge) === null || T === void 0 || (A = T.options) === null || A === void 0) && A.extractors ? i.purge.options.extractors : !((j = i.content) === null || j === void 0 || (L = j.options) === null || L === void 0) && L.extractors ? i.content.options.extractors : {};
|
|
1048
1048
|
})(), p = {}, g = (() => {
|
|
1049
1049
|
var d, S, h, k;
|
|
1050
1050
|
if (!((d = i.purge) === null || d === void 0 || (S = d.options) === null || S === void 0) && S.defaultExtractor)
|
|
@@ -1064,8 +1064,8 @@ var ge = {}, G = {};
|
|
|
1064
1064
|
})(),
|
|
1065
1065
|
transform: (() => {
|
|
1066
1066
|
let n = (() => {
|
|
1067
|
-
var g, d, S, h, k,
|
|
1068
|
-
return !((g = i.purge) === null || g === void 0) && g.transform ? i.purge.transform : !((d = i.content) === null || d === void 0) && d.transform ? i.content.transform : !((S = i.purge) === null || S === void 0 || (h = S.transform) === null || h === void 0) && h.DEFAULT ? i.purge.transform.DEFAULT : !((k = i.content) === null || k === void 0 || (
|
|
1067
|
+
var g, d, S, h, k, P;
|
|
1068
|
+
return !((g = i.purge) === null || g === void 0) && g.transform ? i.purge.transform : !((d = i.content) === null || d === void 0) && d.transform ? i.content.transform : !((S = i.purge) === null || S === void 0 || (h = S.transform) === null || h === void 0) && h.DEFAULT ? i.purge.transform.DEFAULT : !((k = i.content) === null || k === void 0 || (P = k.transform) === null || P === void 0) && P.DEFAULT ? i.content.transform.DEFAULT : {};
|
|
1069
1069
|
})(), p = {};
|
|
1070
1070
|
return typeof n == "function" && (p.DEFAULT = n), typeof n == "object" && n !== null && Object.assign(p, n), p;
|
|
1071
1071
|
})()
|
|
@@ -1887,10 +1887,10 @@ var te = {}, re = {}, xe = {};
|
|
|
1887
1887
|
value: !0
|
|
1888
1888
|
});
|
|
1889
1889
|
function t(h, k) {
|
|
1890
|
-
for (var
|
|
1891
|
-
Object.defineProperty(h,
|
|
1890
|
+
for (var P in k)
|
|
1891
|
+
Object.defineProperty(h, P, {
|
|
1892
1892
|
enumerable: !0,
|
|
1893
|
-
get: k[
|
|
1893
|
+
get: k[P]
|
|
1894
1894
|
});
|
|
1895
1895
|
}
|
|
1896
1896
|
t(e, {
|
|
@@ -1909,7 +1909,7 @@ var te = {}, re = {}, xe = {};
|
|
|
1909
1909
|
}
|
|
1910
1910
|
let s = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, l = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, i = /(?:\d+|\d*\.\d+)%?/, b = /(?:\s*,\s*|\s+)/, a = /\s*[,/]\s*/, n = /var\(--(?:[^ )]*?)\)/, p = new RegExp(`^(rgba?)\\(\\s*(${i.source}|${n.source})(?:${b.source}(${i.source}|${n.source}))?(?:${b.source}(${i.source}|${n.source}))?(?:${a.source}(${i.source}|${n.source}))?\\s*\\)$`), g = new RegExp(`^(hsla?)\\(\\s*((?:${i.source})(?:deg|rad|grad|turn)?|${n.source})(?:${b.source}(${i.source}|${n.source}))?(?:${b.source}(${i.source}|${n.source}))?(?:${a.source}(${i.source}|${n.source}))?\\s*\\)$`);
|
|
1911
1911
|
function d(h, { loose: k = !1 } = {}) {
|
|
1912
|
-
var
|
|
1912
|
+
var P, F;
|
|
1913
1913
|
if (typeof h != "string")
|
|
1914
1914
|
return null;
|
|
1915
1915
|
if (h = h.trim(), h === "transparent")
|
|
@@ -1965,12 +1965,12 @@ var te = {}, re = {}, xe = {};
|
|
|
1965
1965
|
} : !k && L.length !== 3 || L.length < 3 && !L.some((R) => /^var\(.*?\)$/.test(R)) ? null : {
|
|
1966
1966
|
mode: j[1],
|
|
1967
1967
|
color: L,
|
|
1968
|
-
alpha: (
|
|
1968
|
+
alpha: (P = j[5]) === null || P === void 0 || (F = P.toString) === null || F === void 0 ? void 0 : F.call(P)
|
|
1969
1969
|
};
|
|
1970
1970
|
}
|
|
1971
|
-
function S({ mode: h, color: k, alpha:
|
|
1972
|
-
let
|
|
1973
|
-
return h === "rgba" || h === "hsla" ? `${h}(${k.join(", ")}${
|
|
1971
|
+
function S({ mode: h, color: k, alpha: P }) {
|
|
1972
|
+
let F = P !== void 0;
|
|
1973
|
+
return h === "rgba" || h === "hsla" ? `${h}(${k.join(", ")}${F ? `, ${P}` : ""})` : `${h}(${k.join(" ")}${F ? ` / ${P}` : ""})`;
|
|
1974
1974
|
}
|
|
1975
1975
|
})(re);
|
|
1976
1976
|
(function(e) {
|
|
@@ -2110,10 +2110,10 @@ var ne = {}, _e = {}, X = {};
|
|
|
2110
2110
|
value: !0
|
|
2111
2111
|
});
|
|
2112
2112
|
function t(u, x) {
|
|
2113
|
-
for (var
|
|
2114
|
-
Object.defineProperty(u,
|
|
2113
|
+
for (var $ in x)
|
|
2114
|
+
Object.defineProperty(u, $, {
|
|
2115
2115
|
enumerable: !0,
|
|
2116
|
-
get: x[
|
|
2116
|
+
get: x[$]
|
|
2117
2117
|
});
|
|
2118
2118
|
}
|
|
2119
2119
|
t(e, {
|
|
@@ -2130,7 +2130,7 @@ var ne = {}, _e = {}, X = {};
|
|
|
2130
2130
|
return S;
|
|
2131
2131
|
},
|
|
2132
2132
|
length: function() {
|
|
2133
|
-
return
|
|
2133
|
+
return P;
|
|
2134
2134
|
},
|
|
2135
2135
|
lineWidth: function() {
|
|
2136
2136
|
return T;
|
|
@@ -2175,12 +2175,12 @@ var ne = {}, _e = {}, X = {};
|
|
|
2175
2175
|
}
|
|
2176
2176
|
const b = "--tw-placeholder", a = new RegExp(b, "g");
|
|
2177
2177
|
function n(u, x = !0) {
|
|
2178
|
-
return u.startsWith("--") ? `var(${u})` : u.includes("url(") ? u.split(/(url\(.*?\))/g).filter(Boolean).map((
|
|
2178
|
+
return u.startsWith("--") ? `var(${u})` : u.includes("url(") ? u.split(/(url\(.*?\))/g).filter(Boolean).map(($) => /^url\(.*?\)$/.test($) ? $ : n($, !1)).join("") : (u = u.replace(/([^\\])_+/g, ($, O) => O + " ".repeat($.length - 1)).replace(/^_/g, " ").replace(/\\_/g, "_"), x && (u = u.trim()), u = p(u), u);
|
|
2179
2179
|
}
|
|
2180
2180
|
function p(u) {
|
|
2181
2181
|
return u.replace(/(calc|min|max|clamp)\(.+\)/g, (x) => {
|
|
2182
|
-
let
|
|
2183
|
-
return x.replace(/var\((--.+?)[,)]/g, (
|
|
2182
|
+
let $ = [];
|
|
2183
|
+
return x.replace(/var\((--.+?)[,)]/g, (O, I) => ($.push(I), O.replace(I, b))).replace(/(-?\d*\.?\d(?!\b-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g, "$1 $2 ").replace(a, () => $.shift());
|
|
2184
2184
|
});
|
|
2185
2185
|
}
|
|
2186
2186
|
function g(u) {
|
|
@@ -2225,38 +2225,38 @@ var ne = {}, _e = {}, X = {};
|
|
|
2225
2225
|
"cqmin",
|
|
2226
2226
|
"cqmax"
|
|
2227
2227
|
].join("|")})`;
|
|
2228
|
-
function
|
|
2228
|
+
function P(u) {
|
|
2229
2229
|
return u === "0" || new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${k}$`).test(u) || i(u);
|
|
2230
2230
|
}
|
|
2231
|
-
let
|
|
2231
|
+
let F = /* @__PURE__ */ new Set([
|
|
2232
2232
|
"thin",
|
|
2233
2233
|
"medium",
|
|
2234
2234
|
"thick"
|
|
2235
2235
|
]);
|
|
2236
2236
|
function T(u) {
|
|
2237
|
-
return
|
|
2237
|
+
return F.has(u);
|
|
2238
2238
|
}
|
|
2239
2239
|
function A(u) {
|
|
2240
2240
|
let x = (0, o.parseBoxShadowValue)(n(u));
|
|
2241
|
-
for (let
|
|
2242
|
-
if (
|
|
2241
|
+
for (let $ of x)
|
|
2242
|
+
if (!$.valid)
|
|
2243
2243
|
return !1;
|
|
2244
2244
|
return !0;
|
|
2245
2245
|
}
|
|
2246
2246
|
function j(u) {
|
|
2247
2247
|
let x = 0;
|
|
2248
|
-
return (0, s.splitAtTopLevelOnly)(u, "_").every((
|
|
2248
|
+
return (0, s.splitAtTopLevelOnly)(u, "_").every((O) => (O = n(O), O.startsWith("var(") ? !0 : (0, r.parseColor)(O, {
|
|
2249
2249
|
loose: !0
|
|
2250
2250
|
}) !== null ? (x++, !0) : !1)) ? x > 0 : !1;
|
|
2251
2251
|
}
|
|
2252
2252
|
function L(u) {
|
|
2253
2253
|
let x = 0;
|
|
2254
|
-
return (0, s.splitAtTopLevelOnly)(u, ",").every((
|
|
2254
|
+
return (0, s.splitAtTopLevelOnly)(u, ",").every((O) => (O = n(O), O.startsWith("var(") ? !0 : g(O) || B(O) || [
|
|
2255
2255
|
"element(",
|
|
2256
2256
|
"image(",
|
|
2257
2257
|
"cross-fade(",
|
|
2258
2258
|
"image-set("
|
|
2259
|
-
].some((I) =>
|
|
2259
|
+
].some((I) => O.startsWith(I)) ? (x++, !0) : !1)) ? x > 0 : !1;
|
|
2260
2260
|
}
|
|
2261
2261
|
let R = /* @__PURE__ */ new Set([
|
|
2262
2262
|
"conic-gradient",
|
|
@@ -2282,11 +2282,11 @@ var ne = {}, _e = {}, X = {};
|
|
|
2282
2282
|
]);
|
|
2283
2283
|
function m(u) {
|
|
2284
2284
|
let x = 0;
|
|
2285
|
-
return (0, s.splitAtTopLevelOnly)(u, "_").every((
|
|
2285
|
+
return (0, s.splitAtTopLevelOnly)(u, "_").every((O) => (O = n(O), O.startsWith("var(") ? !0 : N.has(O) || P(O) || S(O) ? (x++, !0) : !1)) ? x > 0 : !1;
|
|
2286
2286
|
}
|
|
2287
2287
|
function E(u) {
|
|
2288
2288
|
let x = 0;
|
|
2289
|
-
return (0, s.splitAtTopLevelOnly)(u, ",").every((
|
|
2289
|
+
return (0, s.splitAtTopLevelOnly)(u, ",").every((O) => (O = n(O), O.startsWith("var(") ? !0 : O.includes(" ") && !/(['"])([^"']+)\1/g.test(O) || /^\d/g.test(O) ? !1 : (x++, !0))) ? x > 0 : !1;
|
|
2290
2290
|
}
|
|
2291
2291
|
let _ = /* @__PURE__ */ new Set([
|
|
2292
2292
|
"serif",
|
|
@@ -2371,7 +2371,7 @@ var we = {};
|
|
|
2371
2371
|
return k;
|
|
2372
2372
|
},
|
|
2373
2373
|
asColor: function() {
|
|
2374
|
-
return
|
|
2374
|
+
return F;
|
|
2375
2375
|
},
|
|
2376
2376
|
asLookupValue: function() {
|
|
2377
2377
|
return T;
|
|
@@ -2441,10 +2441,10 @@ var we = {};
|
|
|
2441
2441
|
}
|
|
2442
2442
|
return m;
|
|
2443
2443
|
}
|
|
2444
|
-
function
|
|
2444
|
+
function P(m) {
|
|
2445
2445
|
return (0, s.normalize)(m.slice(1, -1));
|
|
2446
2446
|
}
|
|
2447
|
-
function
|
|
2447
|
+
function F(m, E = {}, { tailwindConfig: _ = {} } = {}) {
|
|
2448
2448
|
var c;
|
|
2449
2449
|
if (((c = E.values) === null || c === void 0 ? void 0 : c[m]) !== void 0) {
|
|
2450
2450
|
var y;
|
|
@@ -2452,9 +2452,9 @@ var we = {};
|
|
|
2452
2452
|
}
|
|
2453
2453
|
let [v, f] = h(m);
|
|
2454
2454
|
if (f !== void 0) {
|
|
2455
|
-
var C, u, x,
|
|
2456
|
-
let
|
|
2457
|
-
return
|
|
2455
|
+
var C, u, x, $;
|
|
2456
|
+
let O = ($ = (C = E.values) === null || C === void 0 ? void 0 : C[v]) !== null && $ !== void 0 ? $ : S(v) ? v.slice(1, -1) : void 0;
|
|
2457
|
+
return O === void 0 ? void 0 : (O = k(O), S(f) ? (0, o.withAlphaValue)(O, P(f)) : ((u = _.theme) === null || u === void 0 || (x = u.opacity) === null || x === void 0 ? void 0 : x[f]) === void 0 ? void 0 : (0, o.withAlphaValue)(O, _.theme.opacity[f]));
|
|
2458
2458
|
}
|
|
2459
2459
|
return d(m, E, {
|
|
2460
2460
|
validate: s.color
|
|
@@ -2471,7 +2471,7 @@ var we = {};
|
|
|
2471
2471
|
}
|
|
2472
2472
|
let j = {
|
|
2473
2473
|
any: d,
|
|
2474
|
-
color:
|
|
2474
|
+
color: F,
|
|
2475
2475
|
url: A(s.url),
|
|
2476
2476
|
image: A(s.image),
|
|
2477
2477
|
length: A(s.length),
|
|
@@ -2532,16 +2532,16 @@ var we = {};
|
|
|
2532
2532
|
let y = (0, b.flagEnabled)(c, "generalizedModifiers"), [v, f] = h(E);
|
|
2533
2533
|
if (y && _.modifiers != null && (_.modifiers === "any" || typeof _.modifiers == "object" && (f && S(f) || f in _.modifiers)) || (v = E, f = void 0), f !== void 0 && v === "" && (v = "DEFAULT"), f !== void 0 && typeof _.modifiers == "object") {
|
|
2534
2534
|
var u, x;
|
|
2535
|
-
let
|
|
2536
|
-
|
|
2535
|
+
let $ = (x = (u = _.modifiers) === null || u === void 0 ? void 0 : u[f]) !== null && x !== void 0 ? x : null;
|
|
2536
|
+
$ !== null ? f = $ : S(f) && (f = P(f));
|
|
2537
2537
|
}
|
|
2538
|
-
for (let { type:
|
|
2539
|
-
let
|
|
2538
|
+
for (let { type: $ } of m != null ? m : []) {
|
|
2539
|
+
let O = j[$](v, _, {
|
|
2540
2540
|
tailwindConfig: c
|
|
2541
2541
|
});
|
|
2542
|
-
|
|
2542
|
+
O !== void 0 && (yield [
|
|
2543
|
+
O,
|
|
2543
2544
|
$,
|
|
2544
|
-
P,
|
|
2545
2545
|
f != null ? f : null
|
|
2546
2546
|
]);
|
|
2547
2547
|
}
|
|
@@ -2588,7 +2588,7 @@ var Se = {};
|
|
|
2588
2588
|
}
|
|
2589
2589
|
return c;
|
|
2590
2590
|
}
|
|
2591
|
-
const
|
|
2591
|
+
const P = {
|
|
2592
2592
|
colors: s.default,
|
|
2593
2593
|
negative(c) {
|
|
2594
2594
|
return Object.keys(c).filter((y) => c[y] !== "0").reduce((y, v) => {
|
|
@@ -2603,7 +2603,7 @@ var Se = {};
|
|
|
2603
2603
|
}), {});
|
|
2604
2604
|
}
|
|
2605
2605
|
};
|
|
2606
|
-
function
|
|
2606
|
+
function F(c, ...y) {
|
|
2607
2607
|
return h(c) ? c(...y) : c;
|
|
2608
2608
|
}
|
|
2609
2609
|
function T(c) {
|
|
@@ -2640,7 +2640,7 @@ var Se = {};
|
|
|
2640
2640
|
return k(y, c, (v, f) => !h(v) && !f.some(h) ? k({}, v, ...f, j) : (C, u) => k({}, ...[
|
|
2641
2641
|
v,
|
|
2642
2642
|
...f
|
|
2643
|
-
].map((x) =>
|
|
2643
|
+
].map((x) => F(x, C, u)), j));
|
|
2644
2644
|
}
|
|
2645
2645
|
function* R(c) {
|
|
2646
2646
|
let y = (0, i.toPath)(c);
|
|
@@ -2657,11 +2657,11 @@ var Se = {};
|
|
|
2657
2657
|
for (const C of R(v)) {
|
|
2658
2658
|
let u = 0, x = c;
|
|
2659
2659
|
for (; x != null && u < C.length; )
|
|
2660
|
-
x = x[C[u++]], x = h(x) && (C.alpha === void 0 || u <= C.length - 1) ? x(y,
|
|
2660
|
+
x = x[C[u++]], x = h(x) && (C.alpha === void 0 || u <= C.length - 1) ? x(y, P) : x;
|
|
2661
2661
|
if (x !== void 0) {
|
|
2662
2662
|
if (C.alpha !== void 0) {
|
|
2663
|
-
let
|
|
2664
|
-
return (0, g.withAlphaValue)(
|
|
2663
|
+
let $ = (0, p.parseColorFormat)(x);
|
|
2664
|
+
return (0, g.withAlphaValue)($, C.alpha, (0, d.default)($));
|
|
2665
2665
|
}
|
|
2666
2666
|
return (0, a.default)(x) ? (0, n.cloneDeep)(x) : x;
|
|
2667
2667
|
}
|
|
@@ -2670,8 +2670,8 @@ var Se = {};
|
|
|
2670
2670
|
};
|
|
2671
2671
|
return Object.assign(y, {
|
|
2672
2672
|
theme: y,
|
|
2673
|
-
...
|
|
2674
|
-
}), Object.keys(c).reduce((v, f) => (v[f] = h(c[f]) ? c[f](y,
|
|
2673
|
+
...P
|
|
2674
|
+
}), Object.keys(c).reduce((v, f) => (v[f] = h(c[f]) ? c[f](y, P) : c[f], v), {});
|
|
2675
2675
|
}
|
|
2676
2676
|
function N(c) {
|
|
2677
2677
|
let y = [];
|
|
@@ -3914,14 +3914,14 @@ const Be = {
|
|
|
3914
3914
|
pattern: /e-content-(around|baseline|between|center|end|evenly|normal|start|stretch)/
|
|
3915
3915
|
}
|
|
3916
3916
|
]
|
|
3917
|
-
}, Ee = Ue(Ve), Ie = Ee.theme.fontSize, qe = Ee.theme.colors,
|
|
3917
|
+
}, Ee = Ue(Ve), Ie = Ee.theme.fontSize, qe = Ee.theme.colors, wt = [
|
|
3918
3918
|
w.dot,
|
|
3919
3919
|
w.xs,
|
|
3920
3920
|
w.sm,
|
|
3921
3921
|
w.md,
|
|
3922
3922
|
w.lg,
|
|
3923
3923
|
w.xl
|
|
3924
|
-
],
|
|
3924
|
+
], St = [
|
|
3925
3925
|
w.xs,
|
|
3926
3926
|
w.sm,
|
|
3927
3927
|
w.md,
|
|
@@ -3943,14 +3943,14 @@ const Be = {
|
|
|
3943
3943
|
w["7xl"],
|
|
3944
3944
|
w["8xl"],
|
|
3945
3945
|
w["9xl"]
|
|
3946
|
-
],
|
|
3946
|
+
], Ct = [
|
|
3947
3947
|
D.warning,
|
|
3948
3948
|
D.error,
|
|
3949
3949
|
D.info,
|
|
3950
3950
|
D.success,
|
|
3951
3951
|
D.primary,
|
|
3952
3952
|
D.default
|
|
3953
|
-
],
|
|
3953
|
+
], Et = [
|
|
3954
3954
|
"play",
|
|
3955
3955
|
"pause",
|
|
3956
3956
|
"ended",
|
|
@@ -4278,11 +4278,11 @@ var lt = function() {
|
|
|
4278
4278
|
null
|
|
4279
4279
|
);
|
|
4280
4280
|
const dt = ct.exports;
|
|
4281
|
-
function
|
|
4281
|
+
function Oe() {
|
|
4282
4282
|
return !!(document.fullscreenElement || document.mozFullScreenElement || document.webkitFullscreenElement || document.msFullscreenElement);
|
|
4283
4283
|
}
|
|
4284
4284
|
function ft(e) {
|
|
4285
|
-
if (
|
|
4285
|
+
if (Oe())
|
|
4286
4286
|
return new Promise((t) => t());
|
|
4287
4287
|
if (e.requestFullscreen)
|
|
4288
4288
|
return e == null ? void 0 : e.requestFullscreen();
|
|
@@ -4294,7 +4294,7 @@ function ft(e) {
|
|
|
4294
4294
|
return e == null ? void 0 : e.msRequestFullscreen();
|
|
4295
4295
|
}
|
|
4296
4296
|
function pt() {
|
|
4297
|
-
if (
|
|
4297
|
+
if (!Oe())
|
|
4298
4298
|
return new Promise((e) => e());
|
|
4299
4299
|
if (document.exitFullscreen)
|
|
4300
4300
|
return document.exitFullscreen();
|
|
@@ -4603,75 +4603,7 @@ var gt = function() {
|
|
|
4603
4603
|
null,
|
|
4604
4604
|
null
|
|
4605
4605
|
);
|
|
4606
|
-
const bt = yt.exports
|
|
4607
|
-
const vt = W.extend({
|
|
4608
|
-
name: "ECountryFlag",
|
|
4609
|
-
props: {
|
|
4610
|
-
country: {
|
|
4611
|
-
type: String,
|
|
4612
|
-
required: !0
|
|
4613
|
-
},
|
|
4614
|
-
rounded: {
|
|
4615
|
-
type: Boolean,
|
|
4616
|
-
default: !1
|
|
4617
|
-
},
|
|
4618
|
-
shadow: {
|
|
4619
|
-
type: Boolean,
|
|
4620
|
-
default: !1
|
|
4621
|
-
},
|
|
4622
|
-
size: {
|
|
4623
|
-
type: String,
|
|
4624
|
-
validator: function(e) {
|
|
4625
|
-
return e === "small" || e === "normal" || e === "big";
|
|
4626
|
-
},
|
|
4627
|
-
default: "normal"
|
|
4628
|
-
},
|
|
4629
|
-
background: {
|
|
4630
|
-
type: String,
|
|
4631
|
-
default: ""
|
|
4632
|
-
}
|
|
4633
|
-
},
|
|
4634
|
-
computed: {
|
|
4635
|
-
flagIconClass() {
|
|
4636
|
-
return {
|
|
4637
|
-
[`flag ${this.flagIconCountry}`]: !0,
|
|
4638
|
-
rounded: this.rounded,
|
|
4639
|
-
shadow: this.shadow,
|
|
4640
|
-
[this.flagMargin]: !0
|
|
4641
|
-
};
|
|
4642
|
-
},
|
|
4643
|
-
flagIconCountry() {
|
|
4644
|
-
let e = this.country.toLowerCase();
|
|
4645
|
-
return e = e === "ad" ? "andorra" : e, `f-${e}`;
|
|
4646
|
-
},
|
|
4647
|
-
flagMargin() {
|
|
4648
|
-
switch (this.size) {
|
|
4649
|
-
case "small":
|
|
4650
|
-
return "small-flag";
|
|
4651
|
-
case "normal":
|
|
4652
|
-
return "normal-flag";
|
|
4653
|
-
case "big":
|
|
4654
|
-
return "big-flag";
|
|
4655
|
-
default:
|
|
4656
|
-
return "normal-flag";
|
|
4657
|
-
}
|
|
4658
|
-
}
|
|
4659
|
-
}
|
|
4660
|
-
});
|
|
4661
|
-
var xt = function() {
|
|
4662
|
-
var t = this, r = t._self._c;
|
|
4663
|
-
return t.country ? r("span", { class: t.flagIconClass }) : t._e();
|
|
4664
|
-
}, _t = [], wt = /* @__PURE__ */ V(
|
|
4665
|
-
vt,
|
|
4666
|
-
xt,
|
|
4667
|
-
_t,
|
|
4668
|
-
!1,
|
|
4669
|
-
null,
|
|
4670
|
-
"62902876",
|
|
4671
|
-
null,
|
|
4672
|
-
null
|
|
4673
|
-
);
|
|
4674
|
-
const St = wt.exports, Ct = {
|
|
4606
|
+
const bt = yt.exports, vt = {
|
|
4675
4607
|
bind(e, t) {
|
|
4676
4608
|
const { value: r } = t;
|
|
4677
4609
|
if (typeof r != "function") {
|
|
@@ -4688,10 +4620,10 @@ const St = wt.exports, Ct = {
|
|
|
4688
4620
|
unbind(e) {
|
|
4689
4621
|
e.__resizeObserver__ && (e.__resizeObserver__.disconnect(), delete e.__resizeObserver__);
|
|
4690
4622
|
}
|
|
4691
|
-
},
|
|
4623
|
+
}, xt = [
|
|
4692
4624
|
{
|
|
4693
4625
|
name: "resize-observer",
|
|
4694
|
-
definition:
|
|
4626
|
+
definition: vt
|
|
4695
4627
|
}
|
|
4696
4628
|
], ae = {
|
|
4697
4629
|
EAvatar: De,
|
|
@@ -4700,42 +4632,40 @@ const St = wt.exports, Ct = {
|
|
|
4700
4632
|
ESpinner: ke,
|
|
4701
4633
|
ERow: st,
|
|
4702
4634
|
ECol: dt,
|
|
4703
|
-
EVideoPlayer: bt
|
|
4704
|
-
|
|
4705
|
-
}, Ft = {
|
|
4635
|
+
EVideoPlayer: bt
|
|
4636
|
+
}, kt = {
|
|
4706
4637
|
install(e) {
|
|
4707
4638
|
Object.keys(ae).forEach((t) => {
|
|
4708
4639
|
e.component(t, ae[t]);
|
|
4709
|
-
}),
|
|
4640
|
+
}), xt.forEach(({ name: t, definition: r }) => {
|
|
4710
4641
|
e.directive(t, r);
|
|
4711
4642
|
});
|
|
4712
4643
|
}
|
|
4713
4644
|
};
|
|
4714
4645
|
export {
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4646
|
+
St as AvatarSizes,
|
|
4647
|
+
Ct as BadgeColors,
|
|
4648
|
+
wt as BadgeSizes,
|
|
4718
4649
|
D as BaseColor,
|
|
4719
4650
|
qe as Colors,
|
|
4720
|
-
|
|
4651
|
+
xt as DirectivesMap,
|
|
4721
4652
|
De as EAvatar,
|
|
4722
4653
|
se as EBadge,
|
|
4723
4654
|
dt as ECol,
|
|
4724
|
-
St as ECountryFlag,
|
|
4725
4655
|
Je as EIcon,
|
|
4726
4656
|
st as ERow,
|
|
4727
4657
|
ke as ESpinner,
|
|
4728
|
-
|
|
4658
|
+
Et as EVENTS,
|
|
4729
4659
|
bt as EVideoPlayer,
|
|
4730
4660
|
He as IconSizes,
|
|
4731
|
-
|
|
4661
|
+
vt as ResizeObserverDirective,
|
|
4732
4662
|
w as Size,
|
|
4733
4663
|
Ie as TextSizes,
|
|
4734
4664
|
ae as components,
|
|
4735
|
-
|
|
4665
|
+
kt as default,
|
|
4736
4666
|
pt as exitFullScreen,
|
|
4737
4667
|
Ee as fullConfig,
|
|
4738
|
-
|
|
4668
|
+
Oe as isFullScreen,
|
|
4739
4669
|
ft as makeFullScreen
|
|
4740
4670
|
};
|
|
4741
4671
|
//# sourceMappingURL=index.mjs.map
|