@erplora/outfitkit 0.1.24 → 0.1.26
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/erplora.css +27 -0
- package/dist/layout.css +49 -7
- package/dist/ok-bento-item.js +12 -6
- package/dist/ok-cta-band.js +13 -10
- package/dist/ok-feature-card.js +8 -7
- package/dist/ok-hero.js +9 -9
- package/dist/ok-product-card.js +8 -7
- package/dist/ok-widget-board.js +2 -2
- package/dist/outfitkit.bundle.js +219 -208
- package/package.json +1 -1
package/dist/outfitkit.bundle.js
CHANGED
|
@@ -264,7 +264,7 @@ Rt.elementStyles = [], Rt.shadowRootOptions = { mode: "open" }, Rt[xr("elementPr
|
|
|
264
264
|
*/
|
|
265
265
|
const qo = globalThis, xi = (n) => n, to = qo.trustedTypes, yi = to ? to.createPolicy("lit-html", { createHTML: (n) => n }) : void 0, Uo = "$lit$", ve = `lit$${Math.random().toFixed(9).slice(2)}$`, Vo = "?" + ve, Ya = `<${Vo}>`, ct = document, kr = () => ct.createComment(""), wr = (n) => n === null || typeof n != "object" && typeof n != "function", Ho = Array.isArray, Bi = (n) => Ho(n) || typeof n?.[Symbol.iterator] == "function", _o = `[
|
|
266
266
|
\f\r]`, vr = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ki = /-->/g, wi = />/g, at = RegExp(`>|${_o}(?:([^\\s"'>=/]+)(${_o}*=${_o}*(?:[^
|
|
267
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), $i = /'/g,
|
|
267
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), $i = /'/g, zi = /"/g, Fi = /^(?:script|style|textarea|title)$/i, Ko = (n) => (e, ...t) => ({ _$litType$: n, strings: e, values: t }), s = Ko(1), O = Ko(2), Qp = Ko(3), be = Symbol.for("lit-noChange"), m = Symbol.for("lit-nothing"), Ci = /* @__PURE__ */ new WeakMap(), lt = ct.createTreeWalker(ct, 129);
|
|
268
268
|
function Ri(n, e) {
|
|
269
269
|
if (!Ho(n) || !n.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
270
270
|
return yi !== void 0 ? yi.createHTML(e) : e;
|
|
@@ -275,7 +275,7 @@ const Ni = (n, e) => {
|
|
|
275
275
|
for (let d = 0; d < t; d++) {
|
|
276
276
|
const c = n[d];
|
|
277
277
|
let u, h, p = -1, b = 0;
|
|
278
|
-
for (; b < c.length && (a.lastIndex = b, h = a.exec(c), h !== null); ) b = a.lastIndex, a === vr ? h[1] === "!--" ? a = ki : h[1] !== void 0 ? a = wi : h[2] !== void 0 ? (Fi.test(h[2]) && (r = RegExp("</" + h[2], "g")), a = at) : h[3] !== void 0 && (a = at) : a === at ? h[0] === ">" ? (a = r ?? vr, p = -1) : h[1] === void 0 ? p = -2 : (p = a.lastIndex - h[2].length, u = h[1], a = h[3] === void 0 ? at : h[3] === '"' ?
|
|
278
|
+
for (; b < c.length && (a.lastIndex = b, h = a.exec(c), h !== null); ) b = a.lastIndex, a === vr ? h[1] === "!--" ? a = ki : h[1] !== void 0 ? a = wi : h[2] !== void 0 ? (Fi.test(h[2]) && (r = RegExp("</" + h[2], "g")), a = at) : h[3] !== void 0 && (a = at) : a === at ? h[0] === ">" ? (a = r ?? vr, p = -1) : h[1] === void 0 ? p = -2 : (p = a.lastIndex - h[2].length, u = h[1], a = h[3] === void 0 ? at : h[3] === '"' ? zi : $i) : a === zi || a === $i ? a = at : a === ki || a === wi ? a = vr : (a = at, r = void 0);
|
|
279
279
|
const f = a === at && n[d + 1].startsWith("/>") ? " " : "";
|
|
280
280
|
i += a === vr ? c + Ya : p >= 0 ? (o.push(u), c.slice(0, p) + Uo + c.slice(p) + ve + f) : c + ve + (p === -2 ? d : f);
|
|
281
281
|
}
|
|
@@ -295,7 +295,7 @@ class $r {
|
|
|
295
295
|
if (r.nodeType === 1) {
|
|
296
296
|
if (r.hasAttributes()) for (const p of r.getAttributeNames()) if (p.endsWith(Uo)) {
|
|
297
297
|
const b = h[a++], f = r.getAttribute(p).split(ve), x = /([.?@])?(.*)/.exec(b);
|
|
298
|
-
c.push({ type: 1, index: i, name: x[2], strings: f, ctor: x[1] === "." ? Ui : x[1] === "?" ? Vi : x[1] === "@" ? Hi :
|
|
298
|
+
c.push({ type: 1, index: i, name: x[2], strings: f, ctor: x[1] === "." ? Ui : x[1] === "?" ? Vi : x[1] === "@" ? Hi : Cr }), r.removeAttribute(p);
|
|
299
299
|
} else p.startsWith(ve) && (c.push({ type: 6, index: i }), r.removeAttribute(p));
|
|
300
300
|
if (Fi.test(r.tagName)) {
|
|
301
301
|
const p = r.textContent.split(ve), b = p.length - 1;
|
|
@@ -391,8 +391,8 @@ class Nt {
|
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
_$AC(e) {
|
|
394
|
-
let t =
|
|
395
|
-
return t === void 0 &&
|
|
394
|
+
let t = Ci.get(e.strings);
|
|
395
|
+
return t === void 0 && Ci.set(e.strings, t = new $r(e)), t;
|
|
396
396
|
}
|
|
397
397
|
k(e) {
|
|
398
398
|
Ho(this._$AH) || (this._$AH = [], this._$AR());
|
|
@@ -411,7 +411,7 @@ class Nt {
|
|
|
411
411
|
this._$AM === void 0 && (this._$Cv = e, this._$AP?.(e));
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
class
|
|
414
|
+
class Cr {
|
|
415
415
|
get tagName() {
|
|
416
416
|
return this.element.tagName;
|
|
417
417
|
}
|
|
@@ -436,7 +436,7 @@ class zr {
|
|
|
436
436
|
e === m ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
|
-
class Ui extends
|
|
439
|
+
class Ui extends Cr {
|
|
440
440
|
constructor() {
|
|
441
441
|
super(...arguments), this.type = 3;
|
|
442
442
|
}
|
|
@@ -444,7 +444,7 @@ class Ui extends zr {
|
|
|
444
444
|
this.element[this.name] = e === m ? void 0 : e;
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
|
-
class Vi extends
|
|
447
|
+
class Vi extends Cr {
|
|
448
448
|
constructor() {
|
|
449
449
|
super(...arguments), this.type = 4;
|
|
450
450
|
}
|
|
@@ -452,7 +452,7 @@ class Vi extends zr {
|
|
|
452
452
|
this.element.toggleAttribute(this.name, !!e && e !== m);
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
|
-
class Hi extends
|
|
455
|
+
class Hi extends Cr {
|
|
456
456
|
constructor(e, t, o, r, i) {
|
|
457
457
|
super(e, t, o, r, i), this.type = 5;
|
|
458
458
|
}
|
|
@@ -476,7 +476,7 @@ class Ki {
|
|
|
476
476
|
dt(this, e);
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
|
-
const Wa = { M: Uo, P: ve, A: Vo, C: 1, L: Ni, R: qi, D: Bi, V: dt, I: Nt, H:
|
|
479
|
+
const Wa = { M: Uo, P: ve, A: Vo, C: 1, L: Ni, R: qi, D: Bi, V: dt, I: Nt, H: Cr, N: Vi, U: Hi, B: Ui, F: Ki }, Xa = qo.litHtmlPolyfillSupport;
|
|
480
480
|
Xa?.($r, Nt), (qo.litHtmlVersions ??= []).push("3.3.3");
|
|
481
481
|
const io = (n, e, t) => {
|
|
482
482
|
const o = t?.renderBefore ?? e;
|
|
@@ -900,7 +900,7 @@ const Pi = (n, e, t) => {
|
|
|
900
900
|
const o = /* @__PURE__ */ new Map();
|
|
901
901
|
for (let r = e; r <= t; r++) o.set(n[r], r);
|
|
902
902
|
return o;
|
|
903
|
-
},
|
|
903
|
+
}, zr = Xo(class extends Go {
|
|
904
904
|
constructor(n) {
|
|
905
905
|
if (super(n), n.type !== Wo.CHILD) throw Error("repeat() can only be used in text expressions");
|
|
906
906
|
}
|
|
@@ -985,11 +985,11 @@ function us(n) {
|
|
|
985
985
|
}
|
|
986
986
|
return e.charCodeAt(0) === 65279 ? e.slice(1) : e;
|
|
987
987
|
}
|
|
988
|
-
const ms = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M256 112v288m144-144H112"/></svg>', vs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m0 319.91a20 20 0 1 1 20-20a20 20 0 0 1-20 20m21.72-201.15l-5.74 122a16 16 0 0 1-32 0l-5.74-121.94v-.05a21.74 21.74 0 1 1 43.44 0Z"/></svg>', bs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192s192-86 192-192Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M250.26 166.05L256 288l5.73-121.95a5.74 5.74 0 0 0-5.79-6h0a5.74 5.74 0 0 0-5.68 6"/><path fill="currentColor" d="M256 367.91a20 20 0 1 1 20-20a20 20 0 0 1-20 20"/></svg>', fs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><rect width="80" height="80" x="64" y="64" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="216" y="64" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="368" y="64" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="64" y="216" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="216" y="216" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="368" y="216" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="64" y="368" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="216" y="368" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="368" y="368" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/></svg>', gs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M80 152v256a40.12 40.12 0 0 0 40 40h272a40.12 40.12 0 0 0 40-40V152"/><rect width="416" height="80" x="48" y="64" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" rx="28" ry="28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m320 304l-64 64l-64-64m64 41.89V224"/></svg>', xs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M448 256L272 88v96C103.57 184 64 304.77 64 424c48.61-62.24 91.6-96 208-96v96Z"/></svg>', ys = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M240 424v-96c116.4 0 159.39 33.76 208 96c0-119.23-39.57-240-208-240V88L64 256Z"/></svg>', ks = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M135.19 390.14a28.8 28.8 0 0 0 21.68 9.86h246.26A29 29 0 0 0 432 371.13V140.87A29 29 0 0 0 403.13 112H156.87a28.84 28.84 0 0 0-21.67 9.84L46.33 256l88.86 134.11Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M336.67 192.33L206.66 322.34m130.01 0L206.66 192.33m130.01 0L206.66 322.34m130.01 0L206.66 192.33"/></svg>', ws = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><rect width="416" height="384" x="48" y="80" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" rx="48"/><circle cx="296" cy="232" r="24" fill="currentColor"/><circle cx="376" cy="232" r="24" fill="currentColor"/><circle cx="296" cy="312" r="24" fill="currentColor"/><circle cx="376" cy="312" r="24" fill="currentColor"/><circle cx="136" cy="312" r="24" fill="currentColor"/><circle cx="216" cy="312" r="24" fill="currentColor"/><circle cx="136" cy="392" r="24" fill="currentColor"/><circle cx="216" cy="392" r="24" fill="currentColor"/><circle cx="296" cy="392" r="24" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M128 48v32m256-32v32"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M464 160H48"/></svg>', $s = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m108.25 138.29l-134.4 160a16 16 0 0 1-12 5.71h-.27a16 16 0 0 1-11.89-5.3l-57.6-64a16 16 0 1 1 23.78-21.4l45.29 50.32l122.59-145.91a16 16 0 0 1 24.5 20.58"/></svg>', Cs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M416 128L192 384l-96-96"/></svg>', zs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M328 112L184 256l144 144"/></svg>', _s = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M328 112L184 256l144 144"/></svg>', Ss = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m112 184l144 144l144-144"/></svg>', Es = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m184 112l144 144l-144 144"/></svg>', Ps = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m184 112l144 144l-144 144"/></svg>', Os = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m112 328l144-144l144 144"/></svg>', Ms = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="m289.94 256l95-95A24 24 0 0 0 351 127l-95 95l-95-95a24 24 0 0 0-34 34l95 95l-95 95a24 24 0 1 0 34 34l95-95l95 95a24 24 0 0 0 34-34Z"/></svg>', As = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 368L144 144m224 0L144 368"/></svg>', Ds = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M320 367.79h76c55 0 100-29.21 100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8c-69 0-113.44 45.79-128 91.2c-60 5.7-112 43.88-112 106.4s54 106.4 120 106.4h56"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m320 255.79l-64-64l-64 64m64 192.42V207.79"/></svg>', js = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M384 224v184a40 40 0 0 1-40 40H104a40 40 0 0 1-40-40V168a40 40 0 0 1 40-40h167.48"/><path fill="currentColor" d="M459.94 53.25a16.06 16.06 0 0 0-23.22-.56L424.35 65a8 8 0 0 0 0 11.31l11.34 11.32a8 8 0 0 0 11.34 0l12.06-12c6.1-6.09 6.67-16.01.85-22.38M399.34 90L218.82 270.2a9 9 0 0 0-2.31 3.93L208.16 299a3.91 3.91 0 0 0 4.86 4.86l24.85-8.35a9 9 0 0 0 3.93-2.31L422 112.66a9 9 0 0 0 0-12.66l-9.95-10a9 9 0 0 0-12.71 0"/></svg>', Ls = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M208 64h66.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62V432a48 48 0 0 1-48 48H192a48 48 0 0 1-48-48V304"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M288 72v120a32 32 0 0 0 32 32h120"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M160 80v152a23.69 23.69 0 0 1-24 24c-12 0-24-9.1-24-24V88c0-30.59 16.57-56 48-56s48 24.8 48 55.38v138.75c0 43-27.82 77.87-72 77.87s-72-34.86-72-77.87V144"/></svg>', Is = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M416 221.25V416a48 48 0 0 1-48 48H144a48 48 0 0 1-48-48V96a48 48 0 0 1 48-48h98.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M256 56v120a32 32 0 0 0 32 32h120"/></svg>', Ts = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M416 221.25V416a48 48 0 0 1-48 48H144a48 48 0 0 1-48-48V96a48 48 0 0 1 48-48h98.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M256 56v120a32 32 0 0 0 32 32h120m-232 80h160m-160 80h160"/></svg>', Bs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M336 176h40a40 40 0 0 1 40 40v208a40 40 0 0 1-40 40H136a40 40 0 0 1-40-40V216a40 40 0 0 1 40-40h40"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m176 272l80 80l80-80M256 48v288"/></svg>', Fs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><circle cx="256" cy="256" r="48" fill="currentColor"/><circle cx="256" cy="416" r="48" fill="currentColor"/><circle cx="256" cy="96" r="48" fill="currentColor"/></svg>', Rs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M432 320v112H320m101.8-10.23L304 304M80 192V80h112M90.2 90.23L208 208M320 80h112v112M421.77 90.2L304 208M192 432H80V320m10.23 101.8L208 304"/></svg>', Ns = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M384 80H128c-26 0-43 14-48 40L48 272v112a48.14 48.14 0 0 0 48 48h320a48.14 48.14 0 0 0 48-48V272l-32-152c-5-27-23-40-48-40Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M48 272h144m128 0h144m-272 0a64 64 0 0 0 128 0"/></svg>', qs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M64 192v-72a40 40 0 0 1 40-40h75.89a40 40 0 0 1 22.19 6.72l27.84 18.56a40 40 0 0 0 22.19 6.72H408a40 40 0 0 1 40 40v40"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M479.9 226.55L463.68 392a40 40 0 0 1-39.93 40H88.25a40 40 0 0 1-39.93-40L32.1 226.55A32 32 0 0 1 64 192h384.1a32 32 0 0 1 31.8 34.55"/></svg>', Us = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M256 56C145.72 56 56 145.72 56 256s89.72 200 200 200s200-89.72 200-200S366.28 56 256 56m0 82a26 26 0 1 1-26 26a26 26 0 0 1 26-26m48 226h-88a16 16 0 0 1 0-32h28v-88h-16a16 16 0 0 1 0-32h32a16 16 0 0 1 16 16v104h28a16 16 0 0 1 0 32"/></svg>', Vs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M80 160h352M80 256h352M80 352h352"/></svg>', Hs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M128.51 204.59q-.37 6.15-.37 12.76C128.14 304 110 320 84.33 351.43C73.69 364.45 83 384 101.62 384H320m94.5-48.7c-18.48-23.45-30.62-47.05-30.62-118c0-79.3-40.52-107.57-73.88-121.3c-4.43-1.82-8.6-6-9.95-10.55C294.21 65.54 277.82 48 256 48s-38.2 17.55-44 37.47c-1.35 4.6-5.52 8.71-10 10.53a150 150 0 0 0-18 8.79M320 384v16a64 64 0 0 1-128 0v-16"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M448 448L64 64"/></svg>', Ks = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M384 224v184a40 40 0 0 1-40 40H104a40 40 0 0 1-40-40V168a40 40 0 0 1 40-40h167.48M336 64h112v112M224 288L440 72"/></svg>', Ys = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M112 111v290c0 17.44 17 28.52 31 20.16l247.9-148.37c12.12-7.25 12.12-26.33 0-33.58L143 90.84c-14-8.36-31 2.72-31 20.16Z"/></svg>', Ws = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M400 256H112"/></svg>', Xs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M221.09 64a157.09 157.09 0 1 0 157.09 157.09A157.1 157.1 0 0 0 221.09 64Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg>', Gs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="m476.59 227.05l-.16-.07L49.35 49.84A23.56 23.56 0 0 0 27.14 52A24.65 24.65 0 0 0 16 72.59v113.29a24 24 0 0 0 19.52 23.57l232.93 43.07a4 4 0 0 1 0 7.86L35.53 303.45A24 24 0 0 0 16 327v113.31A23.57 23.57 0 0 0 26.59 460a23.94 23.94 0 0 0 13.22 4a24.55 24.55 0 0 0 9.52-1.93L476.4 285.94l.19-.09a32 32 0 0 0 0-58.8"/></svg>', Zs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M464 208L352 96L240 208m112-94.87V416M48 304l112 112l112-112m-112 94V96"/></svg>', Qs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m112 112l20 320c.95 18.49 14.4 32 32 32h184c17.67 0 30.87-13.51 32-32l20-320"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M80 112h352"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M192 112V72h0a23.93 23.93 0 0 1 24-24h80a23.93 23.93 0 0 1 24 24h0v40m-64 64v224m-72-224l8 224m136-224l-8 224"/></svg>', Js = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M352 368h112V256"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m48 144l121.37 121.37a32 32 0 0 0 45.26 0l50.74-50.74a32 32 0 0 1 45.26 0L448 352"/></svg>', en = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M352 144h112v112"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m48 368l121.37-121.37a32 32 0 0 1 45.26 0l50.74 50.74a32 32 0 0 0 45.26 0L448 160"/></svg>', tn = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M126 192H56a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a15.93 15.93 0 0 1 10.14 3.54l91.47 74.89A8 8 0 0 0 240 392V120a8 8 0 0 0-12.74-6.43l-91.47 74.89A15 15 0 0 1 126 192m194 128c9.74-19.38 16-40.84 16-64c0-23.48-6-44.42-16-64m48 176c19.48-33.92 32-64.06 32-112s-12-77.74-32-112m48 272c30-46 48-91.43 48-160s-18-113-48-160"/></svg>', rn = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M189.65 192H120a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a16 16 0 0 1 10.14 3.63l91.47 75a8 8 0 0 0 12.74-6.46V119.83a8 8 0 0 0-12.74-6.44l-91.47 75a16 16 0 0 1-10.14 3.61M384 320c9.74-19.41 16-40.81 16-64c0-23.51-6-44.4-16-64"/></svg>', on = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M416 432L64 80"/><path fill="currentColor" d="M224 136.92v33.8a4 4 0 0 0 1.17 2.82l24 24a4 4 0 0 0 6.83-2.82v-74.15a24.53 24.53 0 0 0-12.67-21.72a23.91 23.91 0 0 0-25.55 1.83a8 8 0 0 0-.66.51l-31.94 26.15a4 4 0 0 0-.29 5.92l17.05 17.06a4 4 0 0 0 5.37.26Zm0 238.16l-78.07-63.92a32 32 0 0 0-20.28-7.16H64v-96h50.72a4 4 0 0 0 2.82-6.83l-24-24a4 4 0 0 0-2.82-1.17H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l91.36 74.8a8 8 0 0 0 .66.51a23.93 23.93 0 0 0 25.85 1.69A24.49 24.49 0 0 0 256 391.45v-50.17a4 4 0 0 0-1.17-2.82l-24-24a4 4 0 0 0-6.83 2.82ZM352 256c0-24.56-5.81-47.88-17.75-71.27a16 16 0 0 0-28.5 14.54C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l19.66 19.67a4 4 0 0 0 6.75-2A147 147 0 0 0 352 256m64 0c0-51.19-13.08-83.89-34.18-120.06a16 16 0 0 0-27.64 16.12C373.07 184.44 384 211.83 384 256c0 23.83-3.29 42.88-9.37 60.65a8 8 0 0 0 1.9 8.26l16.77 16.76a4 4 0 0 0 6.52-1.27C410.09 315.88 416 289.91 416 256"/><path fill="currentColor" d="M480 256c0-74.26-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 47.45-8.9 82.12-23.59 113a4 4 0 0 0 .77 4.55L443 391.39a4 4 0 0 0 6.4-1C470.88 348.22 480 307 480 256"/></svg>', an = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M449.07 399.08L278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0 0 80 446.25h340.89a32 32 0 0 0 28.18-47.17m-198.6-1.83a20 20 0 1 1 20-20a20 20 0 0 1-20 20m21.72-201.15l-5.74 122a16 16 0 0 1-32 0l-5.74-121.95a21.73 21.73 0 0 1 21.5-22.69h.21a21.74 21.74 0 0 1 21.73 22.7Z"/></svg>';
|
|
988
|
+
const ms = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M256 112v288m144-144H112"/></svg>', vs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m0 319.91a20 20 0 1 1 20-20a20 20 0 0 1-20 20m21.72-201.15l-5.74 122a16 16 0 0 1-32 0l-5.74-121.94v-.05a21.74 21.74 0 1 1 43.44 0Z"/></svg>', bs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192s192-86 192-192Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M250.26 166.05L256 288l5.73-121.95a5.74 5.74 0 0 0-5.79-6h0a5.74 5.74 0 0 0-5.68 6"/><path fill="currentColor" d="M256 367.91a20 20 0 1 1 20-20a20 20 0 0 1-20 20"/></svg>', fs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><rect width="80" height="80" x="64" y="64" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="216" y="64" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="368" y="64" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="64" y="216" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="216" y="216" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="368" y="216" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="64" y="368" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="216" y="368" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/><rect width="80" height="80" x="368" y="368" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="40" ry="40"/></svg>', gs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M80 152v256a40.12 40.12 0 0 0 40 40h272a40.12 40.12 0 0 0 40-40V152"/><rect width="416" height="80" x="48" y="64" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" rx="28" ry="28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m320 304l-64 64l-64-64m64 41.89V224"/></svg>', xs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M448 256L272 88v96C103.57 184 64 304.77 64 424c48.61-62.24 91.6-96 208-96v96Z"/></svg>', ys = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M240 424v-96c116.4 0 159.39 33.76 208 96c0-119.23-39.57-240-208-240V88L64 256Z"/></svg>', ks = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M135.19 390.14a28.8 28.8 0 0 0 21.68 9.86h246.26A29 29 0 0 0 432 371.13V140.87A29 29 0 0 0 403.13 112H156.87a28.84 28.84 0 0 0-21.67 9.84L46.33 256l88.86 134.11Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M336.67 192.33L206.66 322.34m130.01 0L206.66 192.33m130.01 0L206.66 322.34m130.01 0L206.66 192.33"/></svg>', ws = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><rect width="416" height="384" x="48" y="80" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" rx="48"/><circle cx="296" cy="232" r="24" fill="currentColor"/><circle cx="376" cy="232" r="24" fill="currentColor"/><circle cx="296" cy="312" r="24" fill="currentColor"/><circle cx="376" cy="312" r="24" fill="currentColor"/><circle cx="136" cy="312" r="24" fill="currentColor"/><circle cx="216" cy="312" r="24" fill="currentColor"/><circle cx="136" cy="392" r="24" fill="currentColor"/><circle cx="216" cy="392" r="24" fill="currentColor"/><circle cx="296" cy="392" r="24" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M128 48v32m256-32v32"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M464 160H48"/></svg>', $s = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m108.25 138.29l-134.4 160a16 16 0 0 1-12 5.71h-.27a16 16 0 0 1-11.89-5.3l-57.6-64a16 16 0 1 1 23.78-21.4l45.29 50.32l122.59-145.91a16 16 0 0 1 24.5 20.58"/></svg>', zs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M416 128L192 384l-96-96"/></svg>', Cs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M328 112L184 256l144 144"/></svg>', _s = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M328 112L184 256l144 144"/></svg>', Ss = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m112 184l144 144l144-144"/></svg>', Es = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m184 112l144 144l-144 144"/></svg>', Ps = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m184 112l144 144l-144 144"/></svg>', Os = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="m112 328l144-144l144 144"/></svg>', Ms = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="m289.94 256l95-95A24 24 0 0 0 351 127l-95 95l-95-95a24 24 0 0 0-34 34l95 95l-95 95a24 24 0 1 0 34 34l95-95l95 95a24 24 0 0 0 34-34Z"/></svg>', As = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 368L144 144m224 0L144 368"/></svg>', Ds = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M320 367.79h76c55 0 100-29.21 100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8c-69 0-113.44 45.79-128 91.2c-60 5.7-112 43.88-112 106.4s54 106.4 120 106.4h56"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m320 255.79l-64-64l-64 64m64 192.42V207.79"/></svg>', js = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M384 224v184a40 40 0 0 1-40 40H104a40 40 0 0 1-40-40V168a40 40 0 0 1 40-40h167.48"/><path fill="currentColor" d="M459.94 53.25a16.06 16.06 0 0 0-23.22-.56L424.35 65a8 8 0 0 0 0 11.31l11.34 11.32a8 8 0 0 0 11.34 0l12.06-12c6.1-6.09 6.67-16.01.85-22.38M399.34 90L218.82 270.2a9 9 0 0 0-2.31 3.93L208.16 299a3.91 3.91 0 0 0 4.86 4.86l24.85-8.35a9 9 0 0 0 3.93-2.31L422 112.66a9 9 0 0 0 0-12.66l-9.95-10a9 9 0 0 0-12.71 0"/></svg>', Ls = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M208 64h66.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62V432a48 48 0 0 1-48 48H192a48 48 0 0 1-48-48V304"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M288 72v120a32 32 0 0 0 32 32h120"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M160 80v152a23.69 23.69 0 0 1-24 24c-12 0-24-9.1-24-24V88c0-30.59 16.57-56 48-56s48 24.8 48 55.38v138.75c0 43-27.82 77.87-72 77.87s-72-34.86-72-77.87V144"/></svg>', Is = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M416 221.25V416a48 48 0 0 1-48 48H144a48 48 0 0 1-48-48V96a48 48 0 0 1 48-48h98.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M256 56v120a32 32 0 0 0 32 32h120"/></svg>', Ts = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M416 221.25V416a48 48 0 0 1-48 48H144a48 48 0 0 1-48-48V96a48 48 0 0 1 48-48h98.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M256 56v120a32 32 0 0 0 32 32h120m-232 80h160m-160 80h160"/></svg>', Bs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M336 176h40a40 40 0 0 1 40 40v208a40 40 0 0 1-40 40H136a40 40 0 0 1-40-40V216a40 40 0 0 1 40-40h40"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m176 272l80 80l80-80M256 48v288"/></svg>', Fs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><circle cx="256" cy="256" r="48" fill="currentColor"/><circle cx="256" cy="416" r="48" fill="currentColor"/><circle cx="256" cy="96" r="48" fill="currentColor"/></svg>', Rs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M432 320v112H320m101.8-10.23L304 304M80 192V80h112M90.2 90.23L208 208M320 80h112v112M421.77 90.2L304 208M192 432H80V320m10.23 101.8L208 304"/></svg>', Ns = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32" d="M384 80H128c-26 0-43 14-48 40L48 272v112a48.14 48.14 0 0 0 48 48h320a48.14 48.14 0 0 0 48-48V272l-32-152c-5-27-23-40-48-40Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M48 272h144m128 0h144m-272 0a64 64 0 0 0 128 0"/></svg>', qs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M64 192v-72a40 40 0 0 1 40-40h75.89a40 40 0 0 1 22.19 6.72l27.84 18.56a40 40 0 0 0 22.19 6.72H408a40 40 0 0 1 40 40v40"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M479.9 226.55L463.68 392a40 40 0 0 1-39.93 40H88.25a40 40 0 0 1-39.93-40L32.1 226.55A32 32 0 0 1 64 192h384.1a32 32 0 0 1 31.8 34.55"/></svg>', Us = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M256 56C145.72 56 56 145.72 56 256s89.72 200 200 200s200-89.72 200-200S366.28 56 256 56m0 82a26 26 0 1 1-26 26a26 26 0 0 1 26-26m48 226h-88a16 16 0 0 1 0-32h28v-88h-16a16 16 0 0 1 0-32h32a16 16 0 0 1 16 16v104h28a16 16 0 0 1 0 32"/></svg>', Vs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M80 160h352M80 256h352M80 352h352"/></svg>', Hs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M128.51 204.59q-.37 6.15-.37 12.76C128.14 304 110 320 84.33 351.43C73.69 364.45 83 384 101.62 384H320m94.5-48.7c-18.48-23.45-30.62-47.05-30.62-118c0-79.3-40.52-107.57-73.88-121.3c-4.43-1.82-8.6-6-9.95-10.55C294.21 65.54 277.82 48 256 48s-38.2 17.55-44 37.47c-1.35 4.6-5.52 8.71-10 10.53a150 150 0 0 0-18 8.79M320 384v16a64 64 0 0 1-128 0v-16"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M448 448L64 64"/></svg>', Ks = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M384 224v184a40 40 0 0 1-40 40H104a40 40 0 0 1-40-40V168a40 40 0 0 1 40-40h167.48M336 64h112v112M224 288L440 72"/></svg>', Ys = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M112 111v290c0 17.44 17 28.52 31 20.16l247.9-148.37c12.12-7.25 12.12-26.33 0-33.58L143 90.84c-14-8.36-31 2.72-31 20.16Z"/></svg>', Ws = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M400 256H112"/></svg>', Xs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M221.09 64a157.09 157.09 0 1 0 157.09 157.09A157.1 157.1 0 0 0 221.09 64Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg>', Gs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="m476.59 227.05l-.16-.07L49.35 49.84A23.56 23.56 0 0 0 27.14 52A24.65 24.65 0 0 0 16 72.59v113.29a24 24 0 0 0 19.52 23.57l232.93 43.07a4 4 0 0 1 0 7.86L35.53 303.45A24 24 0 0 0 16 327v113.31A23.57 23.57 0 0 0 26.59 460a23.94 23.94 0 0 0 13.22 4a24.55 24.55 0 0 0 9.52-1.93L476.4 285.94l.19-.09a32 32 0 0 0 0-58.8"/></svg>', Zs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M464 208L352 96L240 208m112-94.87V416M48 304l112 112l112-112m-112 94V96"/></svg>', Qs = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m112 112l20 320c.95 18.49 14.4 32 32 32h184c17.67 0 30.87-13.51 32-32l20-320"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M80 112h352"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M192 112V72h0a23.93 23.93 0 0 1 24-24h80a23.93 23.93 0 0 1 24 24h0v40m-64 64v224m-72-224l8 224m136-224l-8 224"/></svg>', Js = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M352 368h112V256"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m48 144l121.37 121.37a32 32 0 0 0 45.26 0l50.74-50.74a32 32 0 0 1 45.26 0L448 352"/></svg>', en = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M352 144h112v112"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m48 368l121.37-121.37a32 32 0 0 1 45.26 0l50.74 50.74a32 32 0 0 0 45.26 0L448 160"/></svg>', tn = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M126 192H56a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a15.93 15.93 0 0 1 10.14 3.54l91.47 74.89A8 8 0 0 0 240 392V120a8 8 0 0 0-12.74-6.43l-91.47 74.89A15 15 0 0 1 126 192m194 128c9.74-19.38 16-40.84 16-64c0-23.48-6-44.42-16-64m48 176c19.48-33.92 32-64.06 32-112s-12-77.74-32-112m48 272c30-46 48-91.43 48-160s-18-113-48-160"/></svg>', rn = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M189.65 192H120a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a16 16 0 0 1 10.14 3.63l91.47 75a8 8 0 0 0 12.74-6.46V119.83a8 8 0 0 0-12.74-6.44l-91.47 75a16 16 0 0 1-10.14 3.61M384 320c9.74-19.41 16-40.81 16-64c0-23.51-6-44.4-16-64"/></svg>', on = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M416 432L64 80"/><path fill="currentColor" d="M224 136.92v33.8a4 4 0 0 0 1.17 2.82l24 24a4 4 0 0 0 6.83-2.82v-74.15a24.53 24.53 0 0 0-12.67-21.72a23.91 23.91 0 0 0-25.55 1.83a8 8 0 0 0-.66.51l-31.94 26.15a4 4 0 0 0-.29 5.92l17.05 17.06a4 4 0 0 0 5.37.26Zm0 238.16l-78.07-63.92a32 32 0 0 0-20.28-7.16H64v-96h50.72a4 4 0 0 0 2.82-6.83l-24-24a4 4 0 0 0-2.82-1.17H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l91.36 74.8a8 8 0 0 0 .66.51a23.93 23.93 0 0 0 25.85 1.69A24.49 24.49 0 0 0 256 391.45v-50.17a4 4 0 0 0-1.17-2.82l-24-24a4 4 0 0 0-6.83 2.82ZM352 256c0-24.56-5.81-47.88-17.75-71.27a16 16 0 0 0-28.5 14.54C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l19.66 19.67a4 4 0 0 0 6.75-2A147 147 0 0 0 352 256m64 0c0-51.19-13.08-83.89-34.18-120.06a16 16 0 0 0-27.64 16.12C373.07 184.44 384 211.83 384 256c0 23.83-3.29 42.88-9.37 60.65a8 8 0 0 0 1.9 8.26l16.77 16.76a4 4 0 0 0 6.52-1.27C410.09 315.88 416 289.91 416 256"/><path fill="currentColor" d="M480 256c0-74.26-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 47.45-8.9 82.12-23.59 113a4 4 0 0 0 .77 4.55L443 391.39a4 4 0 0 0 6.4-1C470.88 348.22 480 307 480 256"/></svg>', an = '<svg viewBox="0 0 512 512" width="1.2em" height="1.2em" ><path fill="currentColor" d="M449.07 399.08L278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0 0 80 446.25h340.89a32 32 0 0 0 28.18-47.17m-198.6-1.83a20 20 0 1 1 20-20a20 20 0 0 1-20 20m21.72-201.15l-5.74 122a16 16 0 0 1-32 0l-5.74-121.95a21.73 21.73 0 0 1 21.5-22.69h.21a21.74 21.74 0 0 1 21.73 22.7Z"/></svg>';
|
|
989
989
|
function S(n) {
|
|
990
990
|
return `data:image/svg+xml;utf8,${n}`;
|
|
991
991
|
}
|
|
992
|
-
const Gi = S(ms), Zi = S(vs), Qi = S(bs), Ji = S(fs), ea = S(gs), ta = S(xs), ra = S(ys), oa = S(ks), ia = S(ws), aa = S($s), sa = S(
|
|
992
|
+
const Gi = S(ms), Zi = S(vs), Qi = S(bs), Ji = S(fs), ea = S(gs), ta = S(xs), ra = S(ys), oa = S(ks), ia = S(ws), aa = S($s), sa = S(zs), Zo = S(Cs), _r = S(_s), ao = S(Ss), na = S(Es), X = S(Ps), la = S(Os), ro = S(Ms), pt = S(As), ca = S(Ds), da = S(js), pa = S(Ls), ha = S(Is), ua = S(Ts), so = S(Bs), Qo = S(Fs), Jo = S(Rs), ma = S(Ns), va = S(qs), Lo = S(Us), ba = S(Vs), fa = S(Hs), ga = S(Ks), xa = S(Ys), ei = S(Ws), ti = S(Xs), ya = S(Gs), ka = S(Zs), ri = S(Qs), wa = S(Js), $a = S(en), za = S(tn), Ca = S(rn), _a = S(on), Sa = S(an), sn = {
|
|
993
993
|
add: Gi,
|
|
994
994
|
"alert-circle": Zi,
|
|
995
995
|
"alert-circle-outline": Qi,
|
|
@@ -1031,8 +1031,8 @@ const Gi = S(ms), Zi = S(vs), Qi = S(bs), Ji = S(fs), ea = S(gs), ta = S(xs), ra
|
|
|
1031
1031
|
"trash-outline": ri,
|
|
1032
1032
|
"trending-down": wa,
|
|
1033
1033
|
"trending-up": $a,
|
|
1034
|
-
"volume-high-outline":
|
|
1035
|
-
"volume-low-outline":
|
|
1034
|
+
"volume-high-outline": za,
|
|
1035
|
+
"volume-low-outline": Ca,
|
|
1036
1036
|
"volume-mute-outline": _a,
|
|
1037
1037
|
warning: Sa
|
|
1038
1038
|
};
|
|
@@ -1082,7 +1082,7 @@ const cn = {
|
|
|
1082
1082
|
recordSingular: "record",
|
|
1083
1083
|
recordPlural: "records"
|
|
1084
1084
|
};
|
|
1085
|
-
class
|
|
1085
|
+
class C extends g {
|
|
1086
1086
|
constructor() {
|
|
1087
1087
|
super(...arguments), this.columns = [], this.rows = [], this.searchKeys = [], this.rowKeyField = "id", this.pageSize = 10, this.labels = {}, this.actions = [], this.addable = !1, this.pageSizeOptions = [10, 25, 50, 100], this.fill = !1, this.columnPicker = !0, this.csv = !1, this.csvName = "export.csv", this.serverSide = !1, this.total = 0, this.page = 0, this.searchable = !1, this.sortDir = "asc", this.title = "", this.views = !1, this.exportable = !1, this.importable = !1, this.columnSelector = !1, this.selectable = !1, this.inlineFilters = !1, this.menuActions = [], this.q = "", this.clientPage = 0, this.clientPageSize = 0, this.clientSort = "", this.clientSortDir = "asc", this.clientFilters = {}, this.filterDraft = {}, this.panel = "none", this.viewMode = "table", this.hiddenKeys = /* @__PURE__ */ new Set(), this.internalSelection = /* @__PURE__ */ new Set(), this.menuOpen = !1, this.onSearch = (e) => {
|
|
1088
1088
|
const t = e.target.value ?? "";
|
|
@@ -1960,7 +1960,7 @@ class z extends g {
|
|
|
1960
1960
|
</div>
|
|
1961
1961
|
|
|
1962
1962
|
<!-- Filas -->
|
|
1963
|
-
${
|
|
1963
|
+
${zr(
|
|
1964
1964
|
e,
|
|
1965
1965
|
(a) => this.keyOf(a),
|
|
1966
1966
|
(a) => {
|
|
@@ -1985,7 +1985,7 @@ class z extends g {
|
|
|
1985
1985
|
const t = !!this.cardTitle || !!this.cardIcon || this.selectable;
|
|
1986
1986
|
return s`
|
|
1987
1987
|
<div class="cards-grid">
|
|
1988
|
-
${
|
|
1988
|
+
${zr(
|
|
1989
1989
|
e,
|
|
1990
1990
|
(o) => this.keyOf(o),
|
|
1991
1991
|
(o) => {
|
|
@@ -2015,152 +2015,152 @@ class z extends g {
|
|
|
2015
2015
|
}
|
|
2016
2016
|
_([
|
|
2017
2017
|
l({ attribute: !1 })
|
|
2018
|
-
],
|
|
2018
|
+
], C.prototype, "columns", 2);
|
|
2019
2019
|
_([
|
|
2020
2020
|
l({ attribute: !1 })
|
|
2021
|
-
],
|
|
2021
|
+
], C.prototype, "rows", 2);
|
|
2022
2022
|
_([
|
|
2023
2023
|
l({ attribute: !1 })
|
|
2024
|
-
],
|
|
2024
|
+
], C.prototype, "searchKeys", 2);
|
|
2025
2025
|
_([
|
|
2026
2026
|
l({ attribute: "row-key-field" })
|
|
2027
|
-
],
|
|
2027
|
+
], C.prototype, "rowKeyField", 2);
|
|
2028
2028
|
_([
|
|
2029
2029
|
l({ attribute: !1 })
|
|
2030
|
-
],
|
|
2030
|
+
], C.prototype, "rowKey", 2);
|
|
2031
2031
|
_([
|
|
2032
2032
|
l({ type: Number, attribute: "page-size" })
|
|
2033
|
-
],
|
|
2033
|
+
], C.prototype, "pageSize", 2);
|
|
2034
2034
|
_([
|
|
2035
2035
|
l({ attribute: "empty-message" })
|
|
2036
|
-
],
|
|
2036
|
+
], C.prototype, "emptyMessage", 2);
|
|
2037
2037
|
_([
|
|
2038
2038
|
l({ attribute: "search-placeholder" })
|
|
2039
|
-
],
|
|
2039
|
+
], C.prototype, "searchPlaceholder", 2);
|
|
2040
2040
|
_([
|
|
2041
2041
|
l({ attribute: !1 })
|
|
2042
|
-
],
|
|
2042
|
+
], C.prototype, "labels", 2);
|
|
2043
2043
|
_([
|
|
2044
2044
|
l({ attribute: !1 })
|
|
2045
|
-
],
|
|
2045
|
+
], C.prototype, "actions", 2);
|
|
2046
2046
|
_([
|
|
2047
2047
|
l({ type: Boolean })
|
|
2048
|
-
],
|
|
2048
|
+
], C.prototype, "addable", 2);
|
|
2049
2049
|
_([
|
|
2050
2050
|
l({ attribute: !1 })
|
|
2051
|
-
],
|
|
2051
|
+
], C.prototype, "pageSizeOptions", 2);
|
|
2052
2052
|
_([
|
|
2053
2053
|
l({ type: Boolean, reflect: !0 })
|
|
2054
|
-
],
|
|
2054
|
+
], C.prototype, "fill", 2);
|
|
2055
2055
|
_([
|
|
2056
2056
|
l({ type: Boolean, attribute: "column-picker" })
|
|
2057
|
-
],
|
|
2057
|
+
], C.prototype, "columnPicker", 2);
|
|
2058
2058
|
_([
|
|
2059
2059
|
l({ type: Boolean })
|
|
2060
|
-
],
|
|
2060
|
+
], C.prototype, "csv", 2);
|
|
2061
2061
|
_([
|
|
2062
2062
|
l({ attribute: "csv-name" })
|
|
2063
|
-
],
|
|
2063
|
+
], C.prototype, "csvName", 2);
|
|
2064
2064
|
_([
|
|
2065
2065
|
l({ type: Boolean, attribute: "server-side" })
|
|
2066
|
-
],
|
|
2066
|
+
], C.prototype, "serverSide", 2);
|
|
2067
2067
|
_([
|
|
2068
2068
|
l({ type: Number })
|
|
2069
|
-
],
|
|
2069
|
+
], C.prototype, "total", 2);
|
|
2070
2070
|
_([
|
|
2071
2071
|
l({ type: Number })
|
|
2072
|
-
],
|
|
2072
|
+
], C.prototype, "page", 2);
|
|
2073
2073
|
_([
|
|
2074
2074
|
l({ type: Boolean })
|
|
2075
|
-
],
|
|
2075
|
+
], C.prototype, "searchable", 2);
|
|
2076
2076
|
_([
|
|
2077
2077
|
l({ type: String })
|
|
2078
|
-
],
|
|
2078
|
+
], C.prototype, "sort", 2);
|
|
2079
2079
|
_([
|
|
2080
2080
|
l({ attribute: "sort-dir" })
|
|
2081
|
-
],
|
|
2081
|
+
], C.prototype, "sortDir", 2);
|
|
2082
2082
|
_([
|
|
2083
2083
|
l()
|
|
2084
|
-
],
|
|
2084
|
+
], C.prototype, "title", 2);
|
|
2085
2085
|
_([
|
|
2086
2086
|
l({ attribute: !1 })
|
|
2087
|
-
],
|
|
2087
|
+
], C.prototype, "views", 2);
|
|
2088
2088
|
_([
|
|
2089
2089
|
l({ attribute: "default-view" })
|
|
2090
|
-
],
|
|
2090
|
+
], C.prototype, "defaultView", 2);
|
|
2091
2091
|
_([
|
|
2092
2092
|
l({ type: Boolean })
|
|
2093
|
-
],
|
|
2093
|
+
], C.prototype, "exportable", 2);
|
|
2094
2094
|
_([
|
|
2095
2095
|
l({ type: Boolean })
|
|
2096
|
-
],
|
|
2096
|
+
], C.prototype, "importable", 2);
|
|
2097
2097
|
_([
|
|
2098
2098
|
l({ type: Boolean, attribute: "column-selector" })
|
|
2099
|
-
],
|
|
2099
|
+
], C.prototype, "columnSelector", 2);
|
|
2100
2100
|
_([
|
|
2101
2101
|
l({ attribute: !1 })
|
|
2102
|
-
],
|
|
2102
|
+
], C.prototype, "pageSizes", 2);
|
|
2103
2103
|
_([
|
|
2104
2104
|
l({ type: Boolean })
|
|
2105
|
-
],
|
|
2105
|
+
], C.prototype, "selectable", 2);
|
|
2106
2106
|
_([
|
|
2107
2107
|
l({ attribute: !1 })
|
|
2108
|
-
],
|
|
2108
|
+
], C.prototype, "selectedKeys", 2);
|
|
2109
2109
|
_([
|
|
2110
2110
|
l({ attribute: !1 })
|
|
2111
|
-
],
|
|
2111
|
+
], C.prototype, "primaryAction", 2);
|
|
2112
2112
|
_([
|
|
2113
2113
|
l({ type: Boolean })
|
|
2114
|
-
],
|
|
2114
|
+
], C.prototype, "inlineFilters", 2);
|
|
2115
2115
|
_([
|
|
2116
2116
|
l({ attribute: !1 })
|
|
2117
|
-
],
|
|
2117
|
+
], C.prototype, "menuActions", 2);
|
|
2118
2118
|
_([
|
|
2119
2119
|
l({ attribute: !1 })
|
|
2120
|
-
],
|
|
2120
|
+
], C.prototype, "cardTitle", 2);
|
|
2121
2121
|
_([
|
|
2122
2122
|
l({ attribute: !1 })
|
|
2123
|
-
],
|
|
2123
|
+
], C.prototype, "cardIcon", 2);
|
|
2124
2124
|
_([
|
|
2125
2125
|
l({ attribute: !1 })
|
|
2126
|
-
],
|
|
2126
|
+
], C.prototype, "renderCard", 2);
|
|
2127
2127
|
_([
|
|
2128
2128
|
v()
|
|
2129
|
-
],
|
|
2129
|
+
], C.prototype, "q", 2);
|
|
2130
2130
|
_([
|
|
2131
2131
|
v()
|
|
2132
|
-
],
|
|
2132
|
+
], C.prototype, "clientPage", 2);
|
|
2133
2133
|
_([
|
|
2134
2134
|
v()
|
|
2135
|
-
],
|
|
2135
|
+
], C.prototype, "clientPageSize", 2);
|
|
2136
2136
|
_([
|
|
2137
2137
|
v()
|
|
2138
|
-
],
|
|
2138
|
+
], C.prototype, "clientSort", 2);
|
|
2139
2139
|
_([
|
|
2140
2140
|
v()
|
|
2141
|
-
],
|
|
2141
|
+
], C.prototype, "clientSortDir", 2);
|
|
2142
2142
|
_([
|
|
2143
2143
|
v()
|
|
2144
|
-
],
|
|
2144
|
+
], C.prototype, "clientFilters", 2);
|
|
2145
2145
|
_([
|
|
2146
2146
|
v()
|
|
2147
|
-
],
|
|
2147
|
+
], C.prototype, "filterDraft", 2);
|
|
2148
2148
|
_([
|
|
2149
2149
|
v()
|
|
2150
|
-
],
|
|
2150
|
+
], C.prototype, "panel", 2);
|
|
2151
2151
|
_([
|
|
2152
2152
|
v()
|
|
2153
|
-
],
|
|
2153
|
+
], C.prototype, "viewMode", 2);
|
|
2154
2154
|
_([
|
|
2155
2155
|
v()
|
|
2156
|
-
],
|
|
2156
|
+
], C.prototype, "hiddenKeys", 2);
|
|
2157
2157
|
_([
|
|
2158
2158
|
v()
|
|
2159
|
-
],
|
|
2159
|
+
], C.prototype, "internalSelection", 2);
|
|
2160
2160
|
_([
|
|
2161
2161
|
v()
|
|
2162
|
-
],
|
|
2163
|
-
k("ok-data-table",
|
|
2162
|
+
], C.prototype, "menuOpen", 2);
|
|
2163
|
+
k("ok-data-table", C);
|
|
2164
2164
|
var dn = Object.defineProperty, pn = Object.getOwnPropertyDescriptor, ht = (n, e, t, o) => {
|
|
2165
2165
|
for (var r = o > 1 ? void 0 : o ? pn(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
2166
2166
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
@@ -2535,7 +2535,7 @@ class Le extends g {
|
|
|
2535
2535
|
renderTabs() {
|
|
2536
2536
|
return s`
|
|
2537
2537
|
<nav class="tabs" role="tablist">
|
|
2538
|
-
${
|
|
2538
|
+
${zr(
|
|
2539
2539
|
this.folders,
|
|
2540
2540
|
(e) => e.id,
|
|
2541
2541
|
(e) => s`
|
|
@@ -2560,7 +2560,7 @@ class Le extends g {
|
|
|
2560
2560
|
return s`
|
|
2561
2561
|
<section class="list">
|
|
2562
2562
|
<div class="msg-list">
|
|
2563
|
-
${e.length === 0 ? s`<div class="empty-wrap"><ok-empty-state icon="mail-outline" heading=${this.t.noMessages}></ok-empty-state></div>` :
|
|
2563
|
+
${e.length === 0 ? s`<div class="empty-wrap"><ok-empty-state icon="mail-outline" heading=${this.t.noMessages}></ok-empty-state></div>` : zr(
|
|
2564
2564
|
e,
|
|
2565
2565
|
(t) => t.id,
|
|
2566
2566
|
(t) => {
|
|
@@ -3350,8 +3350,8 @@ Er([
|
|
|
3350
3350
|
l()
|
|
3351
3351
|
], Ut.prototype, "icon", 2);
|
|
3352
3352
|
k("ok-kpi", Ut);
|
|
3353
|
-
var $n = Object.defineProperty,
|
|
3354
|
-
for (var r = o > 1 ? void 0 : o ?
|
|
3353
|
+
var $n = Object.defineProperty, zn = Object.getOwnPropertyDescriptor, ii = (n, e, t, o) => {
|
|
3354
|
+
for (var r = o > 1 ? void 0 : o ? zn(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
3355
3355
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
3356
3356
|
return o && r && $n(e, t, r), r;
|
|
3357
3357
|
};
|
|
@@ -3417,10 +3417,10 @@ ii([
|
|
|
3417
3417
|
l()
|
|
3418
3418
|
], lo.prototype, "hint", 2);
|
|
3419
3419
|
k("ok-stat", lo);
|
|
3420
|
-
var
|
|
3420
|
+
var Cn = Object.defineProperty, _n = Object.getOwnPropertyDescriptor, ai = (n, e, t, o) => {
|
|
3421
3421
|
for (var r = o > 1 ? void 0 : o ? _n(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
3422
3422
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
3423
|
-
return o && r &&
|
|
3423
|
+
return o && r && Cn(e, t, r), r;
|
|
3424
3424
|
};
|
|
3425
3425
|
const Sn = {
|
|
3426
3426
|
stepCount: "Step {n} of {total}"
|
|
@@ -3908,7 +3908,7 @@ class Te extends g {
|
|
|
3908
3908
|
</ion-button>` : m}
|
|
3909
3909
|
</div>
|
|
3910
3910
|
<div class="grid">
|
|
3911
|
-
${e.length ?
|
|
3911
|
+
${e.length ? zr(
|
|
3912
3912
|
e,
|
|
3913
3913
|
(t) => t,
|
|
3914
3914
|
(t) => {
|
|
@@ -3945,7 +3945,7 @@ class Te extends g {
|
|
|
3945
3945
|
i.appendChild(t("ion-title", { text: e.customize }));
|
|
3946
3946
|
const a = t("ion-buttons", { attrs: { slot: "end" } }), d = t("ion-button", { attrs: { fill: "clear", "aria-label": e.close } });
|
|
3947
3947
|
d.appendChild(t("ion-icon", { attrs: { slot: "icon-only", name: "close" } })), d.addEventListener("click", () => o.dismiss?.()), a.appendChild(d), i.appendChild(a), r.appendChild(i), o.appendChild(r);
|
|
3948
|
-
const c = t("ion-content");
|
|
3948
|
+
const c = t("ion-content", { attrs: { class: "okwb-content" } });
|
|
3949
3949
|
if (this.presets.length) {
|
|
3950
3950
|
c.appendChild(t("div", { attrs: { class: "okwb-sub" }, text: e.presets }));
|
|
3951
3951
|
const f = t("div", { attrs: { class: "okwb-presets" } });
|
|
@@ -3963,7 +3963,7 @@ class Te extends g {
|
|
|
3963
3963
|
}), u.appendChild(h), c.appendChild(u), c.appendChild(t("div", { attrs: { class: "okwb-sub" }, text: e.available }));
|
|
3964
3964
|
const p = t("ion-list");
|
|
3965
3965
|
c.appendChild(p);
|
|
3966
|
-
const b = t("style", { text: ".okwb-header{box-shadow:none}.okwb-header::after{display:none}.okwb-toolbar{--border-width:0;--border-color:transparent;box-shadow:none}.okwb-sub{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ion-color-medium);padding:12px 16px 4px}.okwb-presets{display:flex;gap:8px;flex-wrap:wrap;padding:12px 16px}" });
|
|
3966
|
+
const b = t("style", { text: ".okwb-header{box-shadow:none}.okwb-header::after{display:none}.okwb-toolbar{--border-width:0;--border-color:transparent;box-shadow:none}.okwb-sub{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ion-color-medium);padding:12px 16px 4px}.okwb-presets{display:flex;gap:8px;flex-wrap:wrap;padding:12px 16px}.okwb-content::part(scroll){overflow-y:auto}" });
|
|
3967
3967
|
o.appendChild(b), o.appendChild(c), document.body.appendChild(o), this.modal = o, this.reorderEl = h, this.availEl = p, this.refreshModal();
|
|
3968
3968
|
}
|
|
3969
3969
|
/** Repinta las listas de activos/disponibles del modal según `value`. */
|
|
@@ -7913,10 +7913,10 @@ $t([
|
|
|
7913
7913
|
T("ion-textarea")
|
|
7914
7914
|
], He.prototype, "textareaEl", 2);
|
|
7915
7915
|
k("ok-chat", He);
|
|
7916
|
-
var
|
|
7917
|
-
for (var r = o > 1 ? void 0 : o ?
|
|
7916
|
+
var zl = Object.defineProperty, Cl = Object.getOwnPropertyDescriptor, ke = (n, e, t, o) => {
|
|
7917
|
+
for (var r = o > 1 ? void 0 : o ? Cl(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
7918
7918
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
7919
|
-
return o && r &&
|
|
7919
|
+
return o && r && zl(e, t, r), r;
|
|
7920
7920
|
};
|
|
7921
7921
|
const _l = {
|
|
7922
7922
|
prevDay: "Previous day",
|
|
@@ -8939,7 +8939,7 @@ Ke([
|
|
|
8939
8939
|
v()
|
|
8940
8940
|
], we.prototype, "isMobile", 2);
|
|
8941
8941
|
k("ok-menubar", we);
|
|
8942
|
-
var Ol = Object.defineProperty, Ml = Object.getOwnPropertyDescriptor,
|
|
8942
|
+
var Ol = Object.defineProperty, Ml = Object.getOwnPropertyDescriptor, zt = (n, e, t, o) => {
|
|
8943
8943
|
for (var r = o > 1 ? void 0 : o ? Ml(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
8944
8944
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
8945
8945
|
return o && r && Ol(e, t, r), r;
|
|
@@ -9213,29 +9213,29 @@ class Ye extends g {
|
|
|
9213
9213
|
return s`${e}`;
|
|
9214
9214
|
}
|
|
9215
9215
|
}
|
|
9216
|
-
|
|
9216
|
+
zt([
|
|
9217
9217
|
l({ attribute: !1 })
|
|
9218
9218
|
], Ye.prototype, "slides", 2);
|
|
9219
|
-
|
|
9219
|
+
zt([
|
|
9220
9220
|
l({ type: Number })
|
|
9221
9221
|
], Ye.prototype, "index", 2);
|
|
9222
|
-
|
|
9222
|
+
zt([
|
|
9223
9223
|
l({ type: Number })
|
|
9224
9224
|
], Ye.prototype, "autoplay", 2);
|
|
9225
|
-
|
|
9225
|
+
zt([
|
|
9226
9226
|
l({ type: Boolean })
|
|
9227
9227
|
], Ye.prototype, "loop", 2);
|
|
9228
|
-
|
|
9228
|
+
zt([
|
|
9229
9229
|
l({ attribute: !1 })
|
|
9230
9230
|
], Ye.prototype, "labels", 2);
|
|
9231
|
-
|
|
9231
|
+
zt([
|
|
9232
9232
|
v()
|
|
9233
9233
|
], Ye.prototype, "slottedCount", 2);
|
|
9234
|
-
|
|
9234
|
+
zt([
|
|
9235
9235
|
T(".track")
|
|
9236
9236
|
], Ye.prototype, "trackEl", 2);
|
|
9237
9237
|
k("ok-carousel", Ye);
|
|
9238
|
-
var Dl = Object.defineProperty, jl = Object.getOwnPropertyDescriptor,
|
|
9238
|
+
var Dl = Object.defineProperty, jl = Object.getOwnPropertyDescriptor, Ct = (n, e, t, o) => {
|
|
9239
9239
|
for (var r = o > 1 ? void 0 : o ? jl(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
9240
9240
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
9241
9241
|
return o && r && Dl(e, t, r), r;
|
|
@@ -9409,25 +9409,25 @@ class We extends g {
|
|
|
9409
9409
|
t.href = e, t.download = this.t.exportFilename, t.click();
|
|
9410
9410
|
}
|
|
9411
9411
|
}
|
|
9412
|
-
|
|
9412
|
+
Ct([
|
|
9413
9413
|
l({ attribute: "pen-color" })
|
|
9414
9414
|
], We.prototype, "penColor", 2);
|
|
9415
|
-
|
|
9415
|
+
Ct([
|
|
9416
9416
|
l({ type: Number, attribute: "line-width" })
|
|
9417
9417
|
], We.prototype, "lineWidth", 2);
|
|
9418
|
-
|
|
9418
|
+
Ct([
|
|
9419
9419
|
l()
|
|
9420
9420
|
], We.prototype, "background", 2);
|
|
9421
|
-
|
|
9421
|
+
Ct([
|
|
9422
9422
|
l({ type: Number })
|
|
9423
9423
|
], We.prototype, "height", 2);
|
|
9424
|
-
|
|
9424
|
+
Ct([
|
|
9425
9425
|
l({ type: Boolean, attribute: "show-export" })
|
|
9426
9426
|
], We.prototype, "showExport", 2);
|
|
9427
|
-
|
|
9427
|
+
Ct([
|
|
9428
9428
|
l({ attribute: !1 })
|
|
9429
9429
|
], We.prototype, "labels", 2);
|
|
9430
|
-
|
|
9430
|
+
Ct([
|
|
9431
9431
|
T("canvas")
|
|
9432
9432
|
], We.prototype, "canvas", 2);
|
|
9433
9433
|
k("ok-signature", We);
|
|
@@ -9728,17 +9728,17 @@ function Wl(n, e, t) {
|
|
|
9728
9728
|
const $ = new Uint8Array(c);
|
|
9729
9729
|
for (let D = 0; D < c; D++) {
|
|
9730
9730
|
let q = 0;
|
|
9731
|
-
for (let
|
|
9731
|
+
for (let Co = 0; Co < 8; Co++) q = q << 1 | p.bits[D * 8 + Co];
|
|
9732
9732
|
$[D] = q;
|
|
9733
9733
|
}
|
|
9734
9734
|
const M = [], w = [];
|
|
9735
|
-
let
|
|
9735
|
+
let z = 0;
|
|
9736
9736
|
const E = [];
|
|
9737
9737
|
for (let D = 0; D < r[1]; D++) E.push([r[2]]);
|
|
9738
9738
|
for (let D = 0; D < r[3]; D++) E.push([r[4]]);
|
|
9739
9739
|
for (const [D] of E) {
|
|
9740
|
-
const q = $.slice(
|
|
9741
|
-
|
|
9740
|
+
const q = $.slice(z, z + D);
|
|
9741
|
+
z += D, M.push(q), w.push(Fl(q, i));
|
|
9742
9742
|
}
|
|
9743
9743
|
const P = new Uint8Array(o);
|
|
9744
9744
|
let j = 0;
|
|
@@ -9750,12 +9750,12 @@ function Wl(n, e, t) {
|
|
|
9750
9750
|
return P;
|
|
9751
9751
|
}
|
|
9752
9752
|
function Xl(n, e, t) {
|
|
9753
|
-
const o = e * 4 + 17, r = Array.from({ length: o }, () => new Array(o).fill(null)), i = Array.from({ length: o }, () => new Array(o).fill(!1)), a = (w,
|
|
9754
|
-
r[w][
|
|
9755
|
-
}, d = (w,
|
|
9753
|
+
const o = e * 4 + 17, r = Array.from({ length: o }, () => new Array(o).fill(null)), i = Array.from({ length: o }, () => new Array(o).fill(!1)), a = (w, z, E, P = !0) => {
|
|
9754
|
+
r[w][z] = E, P && (i[w][z] = !0);
|
|
9755
|
+
}, d = (w, z) => {
|
|
9756
9756
|
for (let E = -1; E <= 7; E++)
|
|
9757
9757
|
for (let P = -1; P <= 7; P++) {
|
|
9758
|
-
const j = w + E, K =
|
|
9758
|
+
const j = w + E, K = z + P;
|
|
9759
9759
|
if (j < 0 || j >= o || K < 0 || K >= o) continue;
|
|
9760
9760
|
const D = E >= 0 && E <= 6 && (P === 0 || P === 6) || P >= 0 && P <= 6 && (E === 0 || E === 6), q = E >= 2 && E <= 4 && P >= 2 && P <= 4;
|
|
9761
9761
|
a(j, K, D || q ? 1 : 0);
|
|
@@ -9763,17 +9763,17 @@ function Xl(n, e, t) {
|
|
|
9763
9763
|
};
|
|
9764
9764
|
d(0, 0), d(0, o - 7), d(o - 7, 0);
|
|
9765
9765
|
for (let w = 8; w < o - 8; w++) {
|
|
9766
|
-
const
|
|
9767
|
-
a(6, w,
|
|
9766
|
+
const z = w % 2 === 0 ? 1 : 0;
|
|
9767
|
+
a(6, w, z), a(w, 6, z);
|
|
9768
9768
|
}
|
|
9769
9769
|
const c = ql[e - 1];
|
|
9770
9770
|
for (const w of c)
|
|
9771
|
-
for (const
|
|
9772
|
-
if (!i[w][
|
|
9771
|
+
for (const z of c)
|
|
9772
|
+
if (!i[w][z])
|
|
9773
9773
|
for (let E = -2; E <= 2; E++)
|
|
9774
9774
|
for (let P = -2; P <= 2; P++) {
|
|
9775
9775
|
const j = Math.max(Math.abs(E), Math.abs(P));
|
|
9776
|
-
a(w + E,
|
|
9776
|
+
a(w + E, z + P, j === 1 ? 0 : 1);
|
|
9777
9777
|
}
|
|
9778
9778
|
a(o - 8, 8, 1);
|
|
9779
9779
|
for (let w = 0; w < 9; w++)
|
|
@@ -9782,15 +9782,15 @@ function Xl(n, e, t) {
|
|
|
9782
9782
|
i[8][o - 1 - w] = !0, i[o - 1 - w][8] = !0;
|
|
9783
9783
|
if (i[8][8] = !0, i[8][7] = !0, i[7][8] = !0, e >= 7)
|
|
9784
9784
|
for (let w = 0; w < 6; w++)
|
|
9785
|
-
for (let
|
|
9786
|
-
i[w][o - 11 +
|
|
9785
|
+
for (let z = 0; z < 3; z++)
|
|
9786
|
+
i[w][o - 11 + z] = !0, i[o - 11 + z][w] = !0;
|
|
9787
9787
|
let u = 0;
|
|
9788
9788
|
const h = n.length * 8, p = (w) => w < h ? n[w >> 3] >> 7 - (w & 7) & 1 : 0;
|
|
9789
9789
|
let b = !0;
|
|
9790
9790
|
for (let w = o - 1; w > 0; w -= 2) {
|
|
9791
9791
|
w === 6 && w--;
|
|
9792
|
-
for (let
|
|
9793
|
-
const E = b ? o - 1 -
|
|
9792
|
+
for (let z = 0; z < o; z++) {
|
|
9793
|
+
const E = b ? o - 1 - z : z;
|
|
9794
9794
|
for (let P = 0; P < 2; P++) {
|
|
9795
9795
|
const j = w - P;
|
|
9796
9796
|
i[E][j] || r[E][j] !== null || (r[E][j] = p(u), u++);
|
|
@@ -9799,26 +9799,26 @@ function Xl(n, e, t) {
|
|
|
9799
9799
|
b = !b;
|
|
9800
9800
|
}
|
|
9801
9801
|
const f = [
|
|
9802
|
-
(w,
|
|
9802
|
+
(w, z) => (w + z) % 2 === 0,
|
|
9803
9803
|
(w) => w % 2 === 0,
|
|
9804
|
-
(w,
|
|
9805
|
-
(w,
|
|
9806
|
-
(w,
|
|
9807
|
-
(w,
|
|
9808
|
-
(w,
|
|
9809
|
-
(w,
|
|
9804
|
+
(w, z) => z % 3 === 0,
|
|
9805
|
+
(w, z) => (w + z) % 3 === 0,
|
|
9806
|
+
(w, z) => (Math.floor(w / 2) + Math.floor(z / 3)) % 2 === 0,
|
|
9807
|
+
(w, z) => w * z % 2 + w * z % 3 === 0,
|
|
9808
|
+
(w, z) => (w * z % 2 + w * z % 3) % 2 === 0,
|
|
9809
|
+
(w, z) => ((w + z) % 2 + w * z % 3) % 2 === 0
|
|
9810
9810
|
];
|
|
9811
9811
|
let x = 0, $ = 1 / 0, M = [];
|
|
9812
9812
|
for (let w = 0; w < 8; w++) {
|
|
9813
|
-
const
|
|
9813
|
+
const z = Array.from({ length: o }, () => new Array(o).fill(!1));
|
|
9814
9814
|
for (let P = 0; P < o; P++)
|
|
9815
9815
|
for (let j = 0; j < o; j++) {
|
|
9816
9816
|
let K = r[P][j] === 1;
|
|
9817
|
-
!i[P][j] && f[w](P, j) && (K = !K),
|
|
9817
|
+
!i[P][j] && f[w](P, j) && (K = !K), z[P][j] = K;
|
|
9818
9818
|
}
|
|
9819
|
-
Gl(
|
|
9820
|
-
const E = Zl(
|
|
9821
|
-
E < $ && ($ = E, x = w, M =
|
|
9819
|
+
Gl(z, i, e, t, w);
|
|
9820
|
+
const E = Zl(z);
|
|
9821
|
+
E < $ && ($ = E, x = w, M = z);
|
|
9822
9822
|
}
|
|
9823
9823
|
return M;
|
|
9824
9824
|
}
|
|
@@ -10142,7 +10142,7 @@ class se extends g {
|
|
|
10142
10142
|
return `${t}:${o.toString().padStart(2, "0")}`;
|
|
10143
10143
|
}
|
|
10144
10144
|
render() {
|
|
10145
|
-
const e = this.duration ? this.current / this.duration * 100 : 0, t = this.muted || this.volume === 0 ? _a : this.volume < 0.5 ?
|
|
10145
|
+
const e = this.duration ? this.current / this.duration * 100 : 0, t = this.muted || this.volume === 0 ? _a : this.volume < 0.5 ? Ca : za;
|
|
10146
10146
|
return s`
|
|
10147
10147
|
<div class="player">
|
|
10148
10148
|
${this.title ? s`<div class="title">${this.title}</div>` : ""}
|
|
@@ -11511,7 +11511,7 @@ const kc = {
|
|
|
11511
11511
|
escHint: "Esc",
|
|
11512
11512
|
noMatches: "No matches"
|
|
11513
11513
|
};
|
|
11514
|
-
class
|
|
11514
|
+
class ze extends g {
|
|
11515
11515
|
constructor() {
|
|
11516
11516
|
super(...arguments), this.commands = [], this.open = !1, this.placeholder = "", this.hotkey = !0, this.labels = {}, this.queryText = "", this.activeIndex = 0, this.onGlobalKey = (e) => {
|
|
11517
11517
|
(e.metaKey || e.ctrlKey) && (e.key === "k" || e.key === "K") && (e.preventDefault(), this.toggle());
|
|
@@ -11879,29 +11879,29 @@ class Ce extends g {
|
|
|
11879
11879
|
}
|
|
11880
11880
|
Xe([
|
|
11881
11881
|
l({ attribute: !1 })
|
|
11882
|
-
],
|
|
11882
|
+
], ze.prototype, "commands", 2);
|
|
11883
11883
|
Xe([
|
|
11884
11884
|
l({ type: Boolean, reflect: !0 })
|
|
11885
|
-
],
|
|
11885
|
+
], ze.prototype, "open", 2);
|
|
11886
11886
|
Xe([
|
|
11887
11887
|
l()
|
|
11888
|
-
],
|
|
11888
|
+
], ze.prototype, "placeholder", 2);
|
|
11889
11889
|
Xe([
|
|
11890
11890
|
l({ type: Boolean })
|
|
11891
|
-
],
|
|
11891
|
+
], ze.prototype, "hotkey", 2);
|
|
11892
11892
|
Xe([
|
|
11893
11893
|
l({ attribute: !1 })
|
|
11894
|
-
],
|
|
11894
|
+
], ze.prototype, "labels", 2);
|
|
11895
11895
|
Xe([
|
|
11896
11896
|
v()
|
|
11897
|
-
],
|
|
11897
|
+
], ze.prototype, "queryText", 2);
|
|
11898
11898
|
Xe([
|
|
11899
11899
|
v()
|
|
11900
|
-
],
|
|
11900
|
+
], ze.prototype, "activeIndex", 2);
|
|
11901
11901
|
Xe([
|
|
11902
11902
|
T(".search input")
|
|
11903
|
-
],
|
|
11904
|
-
k("ok-command-palette",
|
|
11903
|
+
], ze.prototype, "searchInput", 2);
|
|
11904
|
+
k("ok-command-palette", ze);
|
|
11905
11905
|
var wc = Object.defineProperty, $c = Object.getOwnPropertyDescriptor, Gt = (n, e, t, o) => {
|
|
11906
11906
|
for (var r = o > 1 ? void 0 : o ? $c(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
11907
11907
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
@@ -12084,10 +12084,10 @@ Gt([
|
|
|
12084
12084
|
T(".top input")
|
|
12085
12085
|
], Et.prototype, "input", 2);
|
|
12086
12086
|
k("ok-spotlight-search", Et);
|
|
12087
|
-
var
|
|
12088
|
-
for (var r = o > 1 ? void 0 : o ?
|
|
12087
|
+
var zc = Object.defineProperty, Cc = Object.getOwnPropertyDescriptor, Ce = (n, e, t, o) => {
|
|
12088
|
+
for (var r = o > 1 ? void 0 : o ? Cc(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
12089
12089
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
12090
|
-
return o && r &&
|
|
12090
|
+
return o && r && zc(e, t, r), r;
|
|
12091
12091
|
};
|
|
12092
12092
|
const _c = [
|
|
12093
12093
|
"#3880ff",
|
|
@@ -12527,31 +12527,31 @@ class le extends g {
|
|
|
12527
12527
|
`;
|
|
12528
12528
|
}
|
|
12529
12529
|
}
|
|
12530
|
-
|
|
12530
|
+
Ce([
|
|
12531
12531
|
l({ type: String })
|
|
12532
12532
|
], le.prototype, "value", 2);
|
|
12533
|
-
|
|
12533
|
+
Ce([
|
|
12534
12534
|
l({ attribute: !1 })
|
|
12535
12535
|
], le.prototype, "presets", 2);
|
|
12536
|
-
|
|
12536
|
+
Ce([
|
|
12537
12537
|
l({ attribute: !1 })
|
|
12538
12538
|
], le.prototype, "labels", 2);
|
|
12539
|
-
|
|
12539
|
+
Ce([
|
|
12540
12540
|
v()
|
|
12541
12541
|
], le.prototype, "open", 2);
|
|
12542
|
-
|
|
12542
|
+
Ce([
|
|
12543
12543
|
v()
|
|
12544
12544
|
], le.prototype, "h", 2);
|
|
12545
|
-
|
|
12545
|
+
Ce([
|
|
12546
12546
|
v()
|
|
12547
12547
|
], le.prototype, "s", 2);
|
|
12548
|
-
|
|
12548
|
+
Ce([
|
|
12549
12549
|
v()
|
|
12550
12550
|
], le.prototype, "v", 2);
|
|
12551
|
-
|
|
12551
|
+
Ce([
|
|
12552
12552
|
v()
|
|
12553
12553
|
], le.prototype, "hexInput", 2);
|
|
12554
|
-
|
|
12554
|
+
Ce([
|
|
12555
12555
|
v()
|
|
12556
12556
|
], le.prototype, "hexInvalid", 2);
|
|
12557
12557
|
k("ok-color-picker", le);
|
|
@@ -13137,20 +13137,26 @@ class de extends g {
|
|
|
13137
13137
|
mask: var(--u) center / contain no-repeat;
|
|
13138
13138
|
}
|
|
13139
13139
|
.eyebrow {
|
|
13140
|
-
font-size: 0.
|
|
13141
|
-
font-weight: 600;
|
|
13140
|
+
font-size: var(--ok-type-eyebrow-size, 0.72rem);
|
|
13141
|
+
font-weight: var(--ok-type-eyebrow-weight, 600);
|
|
13142
|
+
line-height: var(--ok-type-eyebrow-leading, 1.2);
|
|
13142
13143
|
letter-spacing: 0.05em;
|
|
13143
13144
|
text-transform: uppercase;
|
|
13144
13145
|
color: var(--muted);
|
|
13145
13146
|
}
|
|
13146
13147
|
.title {
|
|
13147
13148
|
margin: 0;
|
|
13148
|
-
font-size:
|
|
13149
|
-
font-weight: 620;
|
|
13149
|
+
font-size: var(--ok-type-card-title-size, 1.15rem);
|
|
13150
|
+
font-weight: var(--ok-type-card-title-weight, 620);
|
|
13150
13151
|
letter-spacing: -0.015em;
|
|
13151
|
-
line-height: 1.
|
|
13152
|
+
line-height: var(--ok-type-card-title-leading, 1.25);
|
|
13153
|
+
}
|
|
13154
|
+
::slotted(p) {
|
|
13155
|
+
margin: 0;
|
|
13156
|
+
color: var(--muted);
|
|
13157
|
+
font-size: var(--ok-type-card-body-size, 0.92rem);
|
|
13158
|
+
line-height: var(--ok-type-card-body-leading, 1.55);
|
|
13152
13159
|
}
|
|
13153
|
-
::slotted(p) { margin: 0; color: var(--muted); line-height: 1.55; }
|
|
13154
13160
|
`;
|
|
13155
13161
|
}
|
|
13156
13162
|
updated() {
|
|
@@ -13357,23 +13363,24 @@ class Qt extends g {
|
|
|
13357
13363
|
mask: var(--u) center / contain no-repeat;
|
|
13358
13364
|
}
|
|
13359
13365
|
.eyebrow {
|
|
13360
|
-
font-size: 0.
|
|
13361
|
-
font-weight: 600;
|
|
13366
|
+
font-size: var(--ok-type-eyebrow-size, 0.72rem);
|
|
13367
|
+
font-weight: var(--ok-type-eyebrow-weight, 600);
|
|
13368
|
+
line-height: var(--ok-type-eyebrow-leading, 1.2);
|
|
13362
13369
|
letter-spacing: 0.05em;
|
|
13363
13370
|
text-transform: uppercase;
|
|
13364
13371
|
color: var(--muted);
|
|
13365
13372
|
}
|
|
13366
13373
|
.title {
|
|
13367
13374
|
margin: 0;
|
|
13368
|
-
font-size: 1.15rem;
|
|
13369
|
-
font-weight: 620;
|
|
13375
|
+
font-size: var(--ok-type-card-title-size, 1.15rem);
|
|
13376
|
+
font-weight: var(--ok-type-card-title-weight, 620);
|
|
13370
13377
|
letter-spacing: -0.015em;
|
|
13371
|
-
line-height: 1.25;
|
|
13378
|
+
line-height: var(--ok-type-card-title-leading, 1.25);
|
|
13372
13379
|
}
|
|
13373
13380
|
.desc {
|
|
13374
13381
|
color: var(--muted);
|
|
13375
|
-
font-size: 0.92rem;
|
|
13376
|
-
line-height: 1.55;
|
|
13382
|
+
font-size: var(--ok-type-card-body-size, 0.92rem);
|
|
13383
|
+
line-height: var(--ok-type-card-body-leading, 1.55);
|
|
13377
13384
|
}
|
|
13378
13385
|
::slotted(*) { margin: 0; }
|
|
13379
13386
|
`;
|
|
@@ -13654,8 +13661,9 @@ class Pt extends g {
|
|
|
13654
13661
|
mask: var(--u) center / contain no-repeat;
|
|
13655
13662
|
}
|
|
13656
13663
|
.cat {
|
|
13657
|
-
font-size: 0.
|
|
13658
|
-
font-weight: 600;
|
|
13664
|
+
font-size: var(--ok-type-eyebrow-size, 0.72rem);
|
|
13665
|
+
font-weight: var(--ok-type-eyebrow-weight, 600);
|
|
13666
|
+
line-height: var(--ok-type-eyebrow-leading, 1.2);
|
|
13659
13667
|
letter-spacing: 0.05em;
|
|
13660
13668
|
text-transform: uppercase;
|
|
13661
13669
|
color: var(--muted);
|
|
@@ -13673,15 +13681,15 @@ class Pt extends g {
|
|
|
13673
13681
|
}
|
|
13674
13682
|
.name {
|
|
13675
13683
|
margin: 0.3rem 0 0;
|
|
13676
|
-
font-size: 1.
|
|
13677
|
-
font-weight: 620;
|
|
13684
|
+
font-size: var(--ok-type-card-title-size, 1.15rem);
|
|
13685
|
+
font-weight: var(--ok-type-card-title-weight, 620);
|
|
13678
13686
|
letter-spacing: -0.01em;
|
|
13679
|
-
line-height: 1.25;
|
|
13687
|
+
line-height: var(--ok-type-card-title-leading, 1.25);
|
|
13680
13688
|
}
|
|
13681
13689
|
.desc {
|
|
13682
13690
|
color: var(--muted);
|
|
13683
|
-
font-size: 0.
|
|
13684
|
-
line-height: 1.
|
|
13691
|
+
font-size: var(--ok-type-card-body-size, 0.92rem);
|
|
13692
|
+
line-height: var(--ok-type-card-body-leading, 1.55);
|
|
13685
13693
|
flex: 1;
|
|
13686
13694
|
}
|
|
13687
13695
|
.foot {
|
|
@@ -14013,31 +14021,34 @@ class Ir extends g {
|
|
|
14013
14021
|
border: 1px solid color-mix(in oklab, var(--color) 12%, transparent);
|
|
14014
14022
|
}
|
|
14015
14023
|
.eyebrow {
|
|
14016
|
-
font-size: 0.
|
|
14017
|
-
font-weight: 600;
|
|
14024
|
+
font-size: var(--ok-type-eyebrow-size, 0.72rem);
|
|
14025
|
+
font-weight: var(--ok-type-eyebrow-weight, 600);
|
|
14026
|
+
line-height: var(--ok-type-eyebrow-leading, 1.2);
|
|
14018
14027
|
letter-spacing: 0.06em;
|
|
14019
14028
|
text-transform: uppercase;
|
|
14020
14029
|
color: var(--muted);
|
|
14021
14030
|
}
|
|
14022
14031
|
.title {
|
|
14023
14032
|
margin: 0;
|
|
14024
|
-
font-
|
|
14025
|
-
|
|
14033
|
+
font-family: var(--ok-font-display, var(--ok-font, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif));
|
|
14034
|
+
font-size: var(--ok-type-section-title-size, clamp(1.75rem, 1.1rem + 2.6vw, 2.85rem));
|
|
14035
|
+
line-height: var(--ok-type-section-title-leading, 1.06);
|
|
14026
14036
|
letter-spacing: -0.03em;
|
|
14027
|
-
font-weight:
|
|
14037
|
+
font-weight: var(--ok-type-section-title-weight, 650);
|
|
14028
14038
|
max-width: 22ch;
|
|
14029
14039
|
}
|
|
14030
14040
|
::slotted([slot='heading']) {
|
|
14031
14041
|
margin: 0;
|
|
14032
|
-
font-
|
|
14033
|
-
|
|
14042
|
+
font-family: var(--ok-font-display, var(--ok-font, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif));
|
|
14043
|
+
font-size: var(--ok-type-section-title-size, clamp(1.75rem, 1.1rem + 2.6vw, 2.85rem));
|
|
14044
|
+
line-height: var(--ok-type-section-title-leading, 1.06);
|
|
14034
14045
|
letter-spacing: -0.03em;
|
|
14035
|
-
font-weight:
|
|
14046
|
+
font-weight: var(--ok-type-section-title-weight, 650);
|
|
14036
14047
|
}
|
|
14037
14048
|
.sub {
|
|
14038
14049
|
margin: 0;
|
|
14039
|
-
font-size: clamp(1rem, 0.95rem + 0.
|
|
14040
|
-
line-height: 1.
|
|
14050
|
+
font-size: var(--ok-type-intro-size, clamp(1rem, 0.95rem + 0.25vw, 1.125rem));
|
|
14051
|
+
line-height: var(--ok-type-intro-leading, 1.6);
|
|
14041
14052
|
color: var(--muted);
|
|
14042
14053
|
max-width: 50ch;
|
|
14043
14054
|
}
|
|
@@ -14623,9 +14634,9 @@ class Ot extends g {
|
|
|
14623
14634
|
border-radius: 999px;
|
|
14624
14635
|
color: var(--primary);
|
|
14625
14636
|
background: color-mix(in oklab, var(--primary) 12%, transparent);
|
|
14626
|
-
font-size: 0.72rem;
|
|
14627
|
-
font-weight: 600;
|
|
14628
|
-
line-height: 1.2;
|
|
14637
|
+
font-size: var(--ok-type-eyebrow-size, 0.72rem);
|
|
14638
|
+
font-weight: var(--ok-type-eyebrow-weight, 600);
|
|
14639
|
+
line-height: var(--ok-type-eyebrow-leading, 1.2);
|
|
14629
14640
|
letter-spacing: 0.04em;
|
|
14630
14641
|
text-transform: uppercase;
|
|
14631
14642
|
}
|
|
@@ -14648,14 +14659,14 @@ class Ot extends g {
|
|
|
14648
14659
|
max-width: 52rem;
|
|
14649
14660
|
margin: 0;
|
|
14650
14661
|
font-family: var(--font-display);
|
|
14651
|
-
font-size: clamp(2.35rem, 1.75rem + 2.6vw, 4rem);
|
|
14652
|
-
font-weight: 650;
|
|
14653
|
-
line-height: 1.04;
|
|
14662
|
+
font-size: var(--ok-type-page-title-size, clamp(2.35rem, 1.75rem + 2.6vw, 4rem));
|
|
14663
|
+
font-weight: var(--ok-type-page-title-weight, 650);
|
|
14664
|
+
line-height: var(--ok-type-page-title-leading, 1.04);
|
|
14654
14665
|
letter-spacing: -0.045em;
|
|
14655
14666
|
text-wrap: balance;
|
|
14656
14667
|
}
|
|
14657
14668
|
:host([compact]) .title {
|
|
14658
|
-
font-size: clamp(2rem, 1.55rem + 2vw, 3.25rem);
|
|
14669
|
+
font-size: var(--ok-type-page-title-compact-size, clamp(2rem, 1.55rem + 2vw, 3.25rem));
|
|
14659
14670
|
}
|
|
14660
14671
|
.title ::slotted([slot='title']) {
|
|
14661
14672
|
margin: 0 !important;
|
|
@@ -14672,8 +14683,8 @@ class Ot extends g {
|
|
|
14672
14683
|
max-width: 46rem;
|
|
14673
14684
|
margin: 1.5rem 0 0;
|
|
14674
14685
|
color: var(--color-muted);
|
|
14675
|
-
font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
|
|
14676
|
-
line-height: 1.6;
|
|
14686
|
+
font-size: var(--ok-type-intro-size, clamp(1rem, 0.95rem + 0.25vw, 1.125rem));
|
|
14687
|
+
line-height: var(--ok-type-intro-leading, 1.6);
|
|
14677
14688
|
text-wrap: pretty;
|
|
14678
14689
|
}
|
|
14679
14690
|
.subtitle ::slotted([slot='subtitle']) {
|
|
@@ -15601,12 +15612,12 @@ class Me extends g {
|
|
|
15601
15612
|
e.forEach((b, f) => {
|
|
15602
15613
|
const x = b.data?.[p];
|
|
15603
15614
|
if (x == null) return;
|
|
15604
|
-
const $ = o.left + p * i + (i - d) / 2 + f * u, M = this.yAt(x), w = Math.min(M, r),
|
|
15615
|
+
const $ = o.left + p * i + (i - d) / 2 + f * u, M = this.yAt(x), w = Math.min(M, r), z = Math.max(Math.abs(r - M), 0.5), E = this.seriesColor(b);
|
|
15605
15616
|
h.push(O`<rect
|
|
15606
15617
|
x=${$ + 0.5}
|
|
15607
15618
|
y=${w}
|
|
15608
15619
|
width=${Math.max(u - 1, 1)}
|
|
15609
|
-
height=${
|
|
15620
|
+
height=${z}
|
|
15610
15621
|
rx="2"
|
|
15611
15622
|
fill=${E}
|
|
15612
15623
|
/>`);
|
|
@@ -15797,10 +15808,10 @@ class Je extends g {
|
|
|
15797
15808
|
renderChart() {
|
|
15798
15809
|
const e = this.size, t = e / 2, o = e / 2, r = this.thickness <= 0, i = this.total, a = this.slices ?? [], d = r ? 0 : this.thickness, c = r ? e / 2 : (e - d) / 2, u = 2 * Math.PI * c, h = e / 2, p = e / 4, b = 2 * Math.PI * p;
|
|
15799
15810
|
let f = 0;
|
|
15800
|
-
const x = a.map((
|
|
15801
|
-
const j = (i > 0 ? Math.max(0,
|
|
15811
|
+
const x = a.map((z, E) => {
|
|
15812
|
+
const j = (i > 0 ? Math.max(0, z.value) / i : 0) * (r ? b : u), K = -f;
|
|
15802
15813
|
f += j;
|
|
15803
|
-
const D = this.colorAt(
|
|
15814
|
+
const D = this.colorAt(z, E);
|
|
15804
15815
|
return r ? O`<circle
|
|
15805
15816
|
class="pie"
|
|
15806
15817
|
cx=${t}
|
|
@@ -16317,7 +16328,7 @@ var wd = Object.defineProperty, $d = Object.getOwnPropertyDescriptor, Fr = (n, e
|
|
|
16317
16328
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
16318
16329
|
return o && r && wd(e, t, r), r;
|
|
16319
16330
|
};
|
|
16320
|
-
const
|
|
16331
|
+
const zd = /* @__PURE__ */ new Set(["brand", "leaf", "warn", "info", "danger"]);
|
|
16321
16332
|
class ir extends g {
|
|
16322
16333
|
constructor() {
|
|
16323
16334
|
super(...arguments), this.items = [], this.valueFormat = "number", this.locale = "", this.currency = "EUR";
|
|
@@ -16418,7 +16429,7 @@ class ir extends g {
|
|
|
16418
16429
|
}
|
|
16419
16430
|
// Devuelve el background CSS del relleno según el color del ítem.
|
|
16420
16431
|
fillColor(e) {
|
|
16421
|
-
return e ?
|
|
16432
|
+
return e ? zd.has(e) ? `var(--bar-${e})` : e : "var(--bar-brand)";
|
|
16422
16433
|
}
|
|
16423
16434
|
// Formatea el valor según value-format usando Intl nativo.
|
|
16424
16435
|
formatValue(e) {
|
|
@@ -16503,7 +16514,7 @@ class To extends Go {
|
|
|
16503
16514
|
}
|
|
16504
16515
|
}
|
|
16505
16516
|
To.directiveName = "unsafeHTML", To.resultType = 1;
|
|
16506
|
-
const
|
|
16517
|
+
const Cd = Xo(To);
|
|
16507
16518
|
var _d = Object.defineProperty, Sd = Object.getOwnPropertyDescriptor, ko = (n, e, t, o) => {
|
|
16508
16519
|
for (var r = o > 1 ? void 0 : o ? Sd(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
16509
16520
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
@@ -16605,7 +16616,7 @@ class Rr extends g {
|
|
|
16605
16616
|
}
|
|
16606
16617
|
renderValue(e) {
|
|
16607
16618
|
const t = e.value;
|
|
16608
|
-
return t == null || t === "" ? s`<dd class="value empty">${this.placeholder}</dd>` : e.html ? s`<dd class="value">${
|
|
16619
|
+
return t == null || t === "" ? s`<dd class="value empty">${this.placeholder}</dd>` : e.html ? s`<dd class="value">${Cd(t)}</dd>` : s`<dd class="value">${t}</dd>`;
|
|
16609
16620
|
}
|
|
16610
16621
|
render() {
|
|
16611
16622
|
const e = this.items ?? [];
|
|
@@ -21844,10 +21855,10 @@ pr([
|
|
|
21844
21855
|
v()
|
|
21845
21856
|
], Tt.prototype, "_justEvaluated", 2);
|
|
21846
21857
|
k("ok-calculator", Tt);
|
|
21847
|
-
var
|
|
21848
|
-
for (var r = o > 1 ? void 0 : o ?
|
|
21858
|
+
var zp = Object.defineProperty, Cp = Object.getOwnPropertyDescriptor, V = (n, e, t, o) => {
|
|
21859
|
+
for (var r = o > 1 ? void 0 : o ? Cp(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
21849
21860
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
21850
|
-
return o && r &&
|
|
21861
|
+
return o && r && zp(e, t, r), r;
|
|
21851
21862
|
};
|
|
21852
21863
|
class R extends g {
|
|
21853
21864
|
constructor() {
|
|
@@ -23178,8 +23189,8 @@ class Bt extends g {
|
|
|
23178
23189
|
const b = Ao.find((f) => f.key === this.aspect);
|
|
23179
23190
|
if (b && b.ratio != null) {
|
|
23180
23191
|
const f = this.vpAspect(), x = p.width * f / b.ratio, $ = r === "tl" || r === "tr", M = r === "tr" || r === "br";
|
|
23181
|
-
let w = M ? u - p.width : i,
|
|
23182
|
-
(
|
|
23192
|
+
let w = M ? u - p.width : i, z = $ ? h - x : a, E = x, P = p.width;
|
|
23193
|
+
(z < 0 || z + E > 100) && (E = Math.min($ ? h : 100 - z, 100), P = E * b.ratio / f, w = M ? u - P : i, z = $ ? h - E : a), p = { x: w, y: z, width: P, height: E };
|
|
23183
23194
|
}
|
|
23184
23195
|
return this.clampRect(p);
|
|
23185
23196
|
}
|
|
@@ -24225,7 +24236,7 @@ W([
|
|
|
24225
24236
|
l({ attribute: !1 })
|
|
24226
24237
|
], H.prototype, "attendees", 2);
|
|
24227
24238
|
k("ok-event-card", H);
|
|
24228
|
-
var Rp = Object.defineProperty, Np = Object.getOwnPropertyDescriptor,
|
|
24239
|
+
var Rp = Object.defineProperty, Np = Object.getOwnPropertyDescriptor, zo = (n, e, t, o) => {
|
|
24229
24240
|
for (var r = o > 1 ? void 0 : o ? Np(e, t) : e, i = n.length - 1, a; i >= 0; i--)
|
|
24230
24241
|
(a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
|
|
24231
24242
|
return o && r && Rp(e, t, r), r;
|
|
@@ -24349,16 +24360,16 @@ const Wr = class Bo extends g {
|
|
|
24349
24360
|
`;
|
|
24350
24361
|
}
|
|
24351
24362
|
};
|
|
24352
|
-
|
|
24363
|
+
zo([
|
|
24353
24364
|
l({ attribute: !1 })
|
|
24354
24365
|
], Wr.prototype, "avatars", 2);
|
|
24355
|
-
|
|
24366
|
+
zo([
|
|
24356
24367
|
l({ type: Number })
|
|
24357
24368
|
], Wr.prototype, "max", 2);
|
|
24358
|
-
|
|
24369
|
+
zo([
|
|
24359
24370
|
l({ reflect: !0 })
|
|
24360
24371
|
], Wr.prototype, "size", 2);
|
|
24361
|
-
|
|
24372
|
+
zo([
|
|
24362
24373
|
l({ type: Number })
|
|
24363
24374
|
], Wr.prototype, "overlap", 2);
|
|
24364
24375
|
let qp = Wr;
|
|
@@ -24663,8 +24674,8 @@ class De extends g {
|
|
|
24663
24674
|
const $ = p[0].x + nt / 2, M = p[p.length - 1].x + nt / 2;
|
|
24664
24675
|
p.length > 1 && d.push(`M${$},${x}L${M},${x}`);
|
|
24665
24676
|
for (const w of p) {
|
|
24666
|
-
const
|
|
24667
|
-
d.push(`M${
|
|
24677
|
+
const z = w.x + nt / 2;
|
|
24678
|
+
d.push(`M${z},${x}L${z},${w.y}`);
|
|
24668
24679
|
}
|
|
24669
24680
|
}
|
|
24670
24681
|
const c = t.reduce((u, h) => Math.max(u, h.x), 0);
|