@evercam/ui 0.0.34 → 0.0.35
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/README.md +5 -5
- package/dist/attributes.json +24 -0
- package/dist/index.mjs +154 -84
- 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/components/EVideoPlayer.vue.d.ts +1 -1
- package/dist/src/index.d.ts +4 -2
- package/dist/style.css +1 -1
- package/dist/tags.json +10 -0
- package/dist/web-types.json +57 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
## Evercam UI
|
|
2
2
|
|
|
3
3
|
### Description
|
|
4
|
+
|
|
4
5
|
Components libray for the [Evercam](https://evercam.io) frontends.
|
|
5
6
|
|
|
6
7
|
### Installation
|
|
7
8
|
|
|
8
|
-
1- Install the package
|
|
9
|
+
1- Install the package
|
|
9
10
|
|
|
10
11
|
`yarn add @evercam/ui`
|
|
11
12
|
|
|
12
|
-
|
|
13
13
|
2- Use the components in a Vue app by either:
|
|
14
14
|
|
|
15
15
|
- Installing the library globally as a Vue plugin:
|
|
@@ -33,8 +33,8 @@ import { EBadge } from "@evercam/ui"
|
|
|
33
33
|
|
|
34
34
|
export default {
|
|
35
35
|
components: {
|
|
36
|
-
EBadge
|
|
37
|
-
}
|
|
36
|
+
EBadge
|
|
37
|
+
}
|
|
38
38
|
}
|
|
39
39
|
</script>
|
|
40
40
|
```
|
|
@@ -44,4 +44,4 @@ export default {
|
|
|
44
44
|
You can preview the components and their stories by running the [Histoire](https://histoire.dev) sever:
|
|
45
45
|
|
|
46
46
|
`yarn story:dev`
|
|
47
|
-
|
|
47
|
+
..........
|
package/dist/attributes.json
CHANGED
|
@@ -185,5 +185,29 @@
|
|
|
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": ""
|
|
188
212
|
}
|
|
189
213
|
}
|
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 Oe = 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 Pe = 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 = [],
|
|
85
|
+
}, Ae = [], Fe = /* @__PURE__ */ V(
|
|
86
|
+
Oe,
|
|
86
87
|
Pe,
|
|
87
|
-
$e,
|
|
88
88
|
Ae,
|
|
89
89
|
!1,
|
|
90
90
|
null,
|
|
@@ -92,7 +92,7 @@ var $e = function() {
|
|
|
92
92
|
null,
|
|
93
93
|
null
|
|
94
94
|
);
|
|
95
|
-
const se =
|
|
95
|
+
const se = Fe.exports, ze = 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
|
+
ze,
|
|
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: {} }, F = String, de = function() {
|
|
400
|
+
return { isColorSupported: !1, reset: F, bold: F, dim: F, italic: F, underline: F, inverse: F, hidden: F, strikethrough: F, black: F, red: F, green: F, yellow: F, blue: F, magenta: F, cyan: F, white: F, gray: F, bgBlack: F, bgRed: F, bgGreen: F, bgYellow: F, bgBlue: F, bgMagenta: F, bgCyan: F, bgWhite: F };
|
|
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 O, z, T;
|
|
914
|
+
return g.experimental === "all" || ((T = (z = g == null || (O = g.experimental) === null || O === void 0 ? void 0 : O[d]) !== null && z !== void 0 ? z : 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, O, z, 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 : !((O = i.content) === null || O === void 0 || (z = O.extract) === null || z === void 0) && z.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, O;
|
|
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 || (O = k.transform) === null || O === void 0) && O.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 O in k)
|
|
1891
|
+
Object.defineProperty(h, O, {
|
|
1892
1892
|
enumerable: !0,
|
|
1893
|
-
get: k[
|
|
1893
|
+
get: k[O]
|
|
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 O, z;
|
|
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: (O = j[5]) === null || O === void 0 || (z = O.toString) === null || z === void 0 ? void 0 : z.call(O)
|
|
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: O }) {
|
|
1972
|
+
let z = O !== void 0;
|
|
1973
|
+
return h === "rgba" || h === "hsla" ? `${h}(${k.join(", ")}${z ? `, ${O}` : ""})` : `${h}(${k.join(" ")}${z ? ` / ${O}` : ""})`;
|
|
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 P in x)
|
|
2114
|
+
Object.defineProperty(u, P, {
|
|
2115
2115
|
enumerable: !0,
|
|
2116
|
-
get: x[
|
|
2116
|
+
get: x[P]
|
|
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 O;
|
|
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((P) => /^url\(.*?\)$/.test(P) ? P : n(P, !1)).join("") : (u = u.replace(/([^\\])_+/g, (P, $) => $ + " ".repeat(P.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 P = [];
|
|
2183
|
+
return x.replace(/var\((--.+?)[,)]/g, ($, I) => (P.push(I), $.replace(I, b))).replace(/(-?\d*\.?\d(?!\b-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g, "$1 $2 ").replace(a, () => P.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 O(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 z = /* @__PURE__ */ new Set([
|
|
2232
2232
|
"thin",
|
|
2233
2233
|
"medium",
|
|
2234
2234
|
"thick"
|
|
2235
2235
|
]);
|
|
2236
2236
|
function T(u) {
|
|
2237
|
-
return
|
|
2237
|
+
return z.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 P of x)
|
|
2242
|
+
if (!P.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(($) => ($ = n($), $.startsWith("var(") ? !0 : (0, r.parseColor)($, {
|
|
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(($) => ($ = n($), $.startsWith("var(") ? !0 : g($) || B($) || [
|
|
2255
2255
|
"element(",
|
|
2256
2256
|
"image(",
|
|
2257
2257
|
"cross-fade(",
|
|
2258
2258
|
"image-set("
|
|
2259
|
-
].some((I) =>
|
|
2259
|
+
].some((I) => $.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(($) => ($ = n($), $.startsWith("var(") ? !0 : N.has($) || O($) || S($) ? (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(($) => ($ = n($), $.startsWith("var(") ? !0 : $.includes(" ") && !/(['"])([^"']+)\1/g.test($) || /^\d/g.test($) ? !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 z;
|
|
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 O(m) {
|
|
2445
2445
|
return (0, s.normalize)(m.slice(1, -1));
|
|
2446
2446
|
}
|
|
2447
|
-
function
|
|
2447
|
+
function z(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, P;
|
|
2456
|
+
let $ = (P = (C = E.values) === null || C === void 0 ? void 0 : C[v]) !== null && P !== void 0 ? P : S(v) ? v.slice(1, -1) : void 0;
|
|
2457
|
+
return $ === void 0 ? void 0 : ($ = k($), S(f) ? (0, o.withAlphaValue)($, O(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)($, _.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: z,
|
|
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 P = (x = (u = _.modifiers) === null || u === void 0 ? void 0 : u[f]) !== null && x !== void 0 ? x : null;
|
|
2536
|
+
P !== null ? f = P : S(f) && (f = O(f));
|
|
2537
2537
|
}
|
|
2538
|
-
for (let { type:
|
|
2539
|
-
let
|
|
2538
|
+
for (let { type: P } of m != null ? m : []) {
|
|
2539
|
+
let $ = j[P](v, _, {
|
|
2540
2540
|
tailwindConfig: c
|
|
2541
2541
|
});
|
|
2542
|
-
|
|
2543
|
-
O,
|
|
2542
|
+
$ !== void 0 && (yield [
|
|
2544
2543
|
$,
|
|
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 O = {
|
|
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 z(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) => z(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, O) : x;
|
|
2661
2661
|
if (x !== void 0) {
|
|
2662
2662
|
if (C.alpha !== void 0) {
|
|
2663
|
-
let
|
|
2664
|
-
return (0, g.withAlphaValue)(
|
|
2663
|
+
let P = (0, p.parseColorFormat)(x);
|
|
2664
|
+
return (0, g.withAlphaValue)(P, C.alpha, (0, d.default)(P));
|
|
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
|
+
...O
|
|
2674
|
+
}), Object.keys(c).reduce((v, f) => (v[f] = h(c[f]) ? c[f](y, O) : 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, $t = [
|
|
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
|
+
], Ot = [
|
|
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
|
+
], Pt = [
|
|
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
|
+
], At = [
|
|
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 $e() {
|
|
4282
4282
|
return !!(document.fullscreenElement || document.mozFullScreenElement || document.webkitFullscreenElement || document.msFullscreenElement);
|
|
4283
4283
|
}
|
|
4284
4284
|
function ft(e) {
|
|
4285
|
-
if (
|
|
4285
|
+
if ($e())
|
|
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 (!$e())
|
|
4298
4298
|
return new Promise((e) => e());
|
|
4299
4299
|
if (document.exitFullscreen)
|
|
4300
4300
|
return document.exitFullscreen();
|
|
@@ -4467,8 +4467,8 @@ const J = new Intl.NumberFormat(void 0, {
|
|
|
4467
4467
|
handleEnded() {
|
|
4468
4468
|
this.isFinished = !0, this.playing = !1;
|
|
4469
4469
|
},
|
|
4470
|
-
handleLoading(
|
|
4471
|
-
|
|
4470
|
+
handleLoading() {
|
|
4471
|
+
this.isLoading = !1;
|
|
4472
4472
|
},
|
|
4473
4473
|
play() {
|
|
4474
4474
|
const e = this.$refs.player;
|
|
@@ -4599,11 +4599,79 @@ var gt = function() {
|
|
|
4599
4599
|
ht,
|
|
4600
4600
|
!1,
|
|
4601
4601
|
null,
|
|
4602
|
-
"
|
|
4602
|
+
"40b3a4ac",
|
|
4603
4603
|
null,
|
|
4604
4604
|
null
|
|
4605
4605
|
);
|
|
4606
|
-
const bt = yt.exports
|
|
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 = {
|
|
4607
4675
|
bind(e, t) {
|
|
4608
4676
|
const { value: r } = t;
|
|
4609
4677
|
if (typeof r != "function") {
|
|
@@ -4620,10 +4688,10 @@ const bt = yt.exports, vt = {
|
|
|
4620
4688
|
unbind(e) {
|
|
4621
4689
|
e.__resizeObserver__ && (e.__resizeObserver__.disconnect(), delete e.__resizeObserver__);
|
|
4622
4690
|
}
|
|
4623
|
-
},
|
|
4691
|
+
}, Et = [
|
|
4624
4692
|
{
|
|
4625
4693
|
name: "resize-observer",
|
|
4626
|
-
definition:
|
|
4694
|
+
definition: Ct
|
|
4627
4695
|
}
|
|
4628
4696
|
], ae = {
|
|
4629
4697
|
EAvatar: De,
|
|
@@ -4632,40 +4700,42 @@ const bt = yt.exports, vt = {
|
|
|
4632
4700
|
ESpinner: ke,
|
|
4633
4701
|
ERow: st,
|
|
4634
4702
|
ECol: dt,
|
|
4635
|
-
EVideoPlayer: bt
|
|
4636
|
-
|
|
4703
|
+
EVideoPlayer: bt,
|
|
4704
|
+
ECountryFlag: St
|
|
4705
|
+
}, Ft = {
|
|
4637
4706
|
install(e) {
|
|
4638
4707
|
Object.keys(ae).forEach((t) => {
|
|
4639
4708
|
e.component(t, ae[t]);
|
|
4640
|
-
}),
|
|
4709
|
+
}), Et.forEach(({ name: t, definition: r }) => {
|
|
4641
4710
|
e.directive(t, r);
|
|
4642
4711
|
});
|
|
4643
4712
|
}
|
|
4644
4713
|
};
|
|
4645
4714
|
export {
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4715
|
+
Ot as AvatarSizes,
|
|
4716
|
+
Pt as BadgeColors,
|
|
4717
|
+
$t as BadgeSizes,
|
|
4649
4718
|
D as BaseColor,
|
|
4650
4719
|
qe as Colors,
|
|
4651
|
-
|
|
4720
|
+
Et as DirectivesMap,
|
|
4652
4721
|
De as EAvatar,
|
|
4653
4722
|
se as EBadge,
|
|
4654
4723
|
dt as ECol,
|
|
4724
|
+
St as ECountryFlag,
|
|
4655
4725
|
Je as EIcon,
|
|
4656
4726
|
st as ERow,
|
|
4657
4727
|
ke as ESpinner,
|
|
4658
|
-
|
|
4728
|
+
At as EVENTS,
|
|
4659
4729
|
bt as EVideoPlayer,
|
|
4660
4730
|
He as IconSizes,
|
|
4661
|
-
|
|
4731
|
+
Ct as ResizeObserverDirective,
|
|
4662
4732
|
w as Size,
|
|
4663
4733
|
Ie as TextSizes,
|
|
4664
4734
|
ae as components,
|
|
4665
|
-
|
|
4735
|
+
Ft as default,
|
|
4666
4736
|
pt as exitFullScreen,
|
|
4667
4737
|
Ee as fullConfig,
|
|
4668
|
-
|
|
4738
|
+
$e as isFullScreen,
|
|
4669
4739
|
ft as makeFullScreen
|
|
4670
4740
|
};
|
|
4671
4741
|
//# sourceMappingURL=index.mjs.map
|