@erplora/outfitkit 0.1.30 → 0.1.31

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.
@@ -100,6 +100,37 @@ class OkInvoice extends LitElement {
100
100
  .qr-note { font-size: 8px; max-width: 36mm; text-align: center; color: var(--muted); word-break: break-word; }
101
101
  .legal { margin-top: 8mm; padding-top: 3mm; border-top: 1px solid var(--rule); font-size: 9px; color: var(--muted); white-space: pre-line; text-align: center; }
102
102
  .empty { padding: 12mm; text-align: center; color: #999; font-style: italic; }
103
+
104
+ /* ── Papel ──────────────────────────────────────────────────────────────────────────────
105
+ Una factura es un documento fiscal: acaba impresa, y en pantalla y en papel no se
106
+ comporta igual. Lo que hay aquí resuelve lo que rompe al imprimir.
107
+
108
+ NOTA: aquí NO va \`@page\` (tamaño y márgenes del folio). Es una at-rule de DOCUMENTO y
109
+ dentro de un shadow root se IGNORA en silencio; la pone quien monta el documento —en el
110
+ Hub, \`lib/print.ts\` al escribir el iframe aislado. */
111
+ @media print {
112
+ .sheet {
113
+ /* En papel el ancho lo manda \`@page\`; forzar 210mm aquí provoca una segunda página
114
+ en blanco cuando el navegador ya ha restado los márgenes. */
115
+ width: auto;
116
+ max-width: none;
117
+ padding: 0;
118
+ }
119
+ /* Fondos y sombras: en pantalla ayudan a leer, en papel gastan tóner y salen sucios en
120
+ láser monocroma. Se sustituye el relleno del bloque de receptor por un filete. */
121
+ .bill-to {
122
+ background: transparent;
123
+ border: 1px solid var(--rule);
124
+ }
125
+ /* Que las cabeceras de la tabla se repitan en cada folio: una factura larga sin esto deja
126
+ las columnas sin rotular a partir de la página 2. */
127
+ table.lines thead { display: table-header-group; }
128
+ table.lines tbody tr { break-inside: avoid; page-break-inside: avoid; }
129
+ /* Los bloques que se leen como una unidad no se parten a la mitad. */
130
+ .summary, .foot, .legal, .bill-to { break-inside: avoid; page-break-inside: avoid; }
131
+ /* El total y el QR son lo que se comprueba de un vistazo: no deben quedar huérfanos. */
132
+ .summary { break-before: avoid; page-break-before: avoid; }
133
+ }
103
134
  `;
104
135
  }
105
136
  get t() {
@@ -45,7 +45,7 @@ const Ba = (n) => new Ti(typeof n == "string" ? n : n + "", void 0, Ro), y = (n,
45
45
  * Copyright 2017 Google LLC
46
46
  * SPDX-License-Identifier: BSD-3-Clause
47
47
  */
48
- const { is: Ra, defineProperty: Na, getOwnPropertyDescriptor: qa, getOwnPropertyNames: Ua, getOwnPropertySymbols: Va, getPrototypeOf: Ha } = Object, oo = globalThis, fi = oo.trustedTypes, Ka = fi ? fi.emptyScript : "", Ya = oo.reactiveElementPolyfillSupport, xr = (n, e) => n, eo = { toAttribute(n, e) {
48
+ const { is: Ra, defineProperty: qa, getOwnPropertyDescriptor: Na, getOwnPropertyNames: Ua, getOwnPropertySymbols: Va, getPrototypeOf: Ha } = Object, oo = globalThis, fi = oo.trustedTypes, Ka = fi ? fi.emptyScript : "", Ya = oo.reactiveElementPolyfillSupport, xr = (n, e) => n, eo = { toAttribute(n, e) {
49
49
  switch (e) {
50
50
  case Boolean:
51
51
  n = n ? Ka : null;
@@ -73,7 +73,7 @@ const { is: Ra, defineProperty: Na, getOwnPropertyDescriptor: qa, getOwnProperty
73
73
  }
74
74
  }
75
75
  return t;
76
- } }, No = (n, e) => !Ra(n, e), gi = { attribute: !0, type: String, converter: eo, reflect: !1, useDefault: !1, hasChanged: No };
76
+ } }, qo = (n, e) => !Ra(n, e), gi = { attribute: !0, type: String, converter: eo, reflect: !1, useDefault: !1, hasChanged: qo };
77
77
  Symbol.metadata ??= Symbol("metadata"), oo.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
78
78
  let Rt = class extends HTMLElement {
79
79
  static addInitializer(e) {
@@ -85,11 +85,11 @@ let Rt = class extends HTMLElement {
85
85
  static createProperty(e, t = gi) {
86
86
  if (t.state && (t.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((t = Object.create(t)).wrapped = !0), this.elementProperties.set(e, t), !t.noAccessor) {
87
87
  const o = Symbol(), r = this.getPropertyDescriptor(e, o, t);
88
- r !== void 0 && Na(this.prototype, e, r);
88
+ r !== void 0 && qa(this.prototype, e, r);
89
89
  }
90
90
  }
91
91
  static getPropertyDescriptor(e, t, o) {
92
- const { get: r, set: i } = qa(this.prototype, e) ?? { get() {
92
+ const { get: r, set: i } = Na(this.prototype, e) ?? { get() {
93
93
  return this[t];
94
94
  }, set(a) {
95
95
  this[t] = a;
@@ -188,7 +188,7 @@ let Rt = class extends HTMLElement {
188
188
  requestUpdate(e, t, o, r = !1, i) {
189
189
  if (e !== void 0) {
190
190
  const a = this.constructor;
191
- if (r === !1 && (i = this[e]), o ??= a.getPropertyOptions(e), !((o.hasChanged ?? No)(i, t) || o.useDefault && o.reflect && i === this._$Ej?.get(e) && !this.hasAttribute(a._$Eu(e, o)))) return;
191
+ if (r === !1 && (i = this[e]), o ??= a.getPropertyOptions(e), !((o.hasChanged ?? qo)(i, t) || o.useDefault && o.reflect && i === this._$Ej?.get(e) && !this.hasAttribute(a._$Eu(e, o)))) return;
192
192
  this.C(e, t, o);
193
193
  }
194
194
  this.isUpdatePending === !1 && (this._$ES = this._$EP());
@@ -262,14 +262,14 @@ Rt.elementStyles = [], Rt.shadowRootOptions = { mode: "open" }, Rt[xr("elementPr
262
262
  * Copyright 2017 Google LLC
263
263
  * SPDX-License-Identifier: BSD-3-Clause
264
264
  */
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, Wa = `<${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 = `[
265
+ const No = globalThis, xi = (n) => n, to = No.trustedTypes, yi = to ? to.createPolicy("lit-html", { createHTML: (n) => n }) : void 0, Uo = "$lit$", ve = `lit$${Math.random().toFixed(9).slice(2)}$`, Vo = "?" + ve, Wa = `<${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
267
  \f\r"'\`<>=]|("|')|))|$)`, "g"), $i = /'/g, Ci = /"/g, Fi = /^(?:script|style|textarea|title)$/i, Ko = (n) => (e, ...t) => ({ _$litType$: n, strings: e, values: t }), s = Ko(1), O = Ko(2), th = Ko(3), be = Symbol.for("lit-noChange"), m = Symbol.for("lit-nothing"), zi = /* @__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;
271
271
  }
272
- const Ni = (n, e) => {
272
+ const qi = (n, e) => {
273
273
  const t = n.length - 1, o = [];
274
274
  let r, i = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", a = vr;
275
275
  for (let d = 0; d < t; d++) {
@@ -286,7 +286,7 @@ class $r {
286
286
  let r;
287
287
  this.parts = [];
288
288
  let i = 0, a = 0;
289
- const d = e.length - 1, c = this.parts, [u, h] = Ni(e, t);
289
+ const d = e.length - 1, c = this.parts, [u, h] = qi(e, t);
290
290
  if (this.el = $r.createElement(u, o), lt.currentNode = this.el.content, t === 2 || t === 3) {
291
291
  const p = this.el.content.firstChild;
292
292
  p.replaceWith(...p.childNodes);
@@ -324,7 +324,7 @@ function dt(n, e, t = n, o) {
324
324
  const i = wr(e) ? void 0 : e._$litDirective$;
325
325
  return r?.constructor !== i && (r?._$AO?.(!1), i === void 0 ? r = void 0 : (r = new i(n), r._$AT(n, t, o)), o !== void 0 ? (t._$Co ??= [])[o] = r : t._$Cl = r), r !== void 0 && (e = dt(n, r._$AS(n, e.values), r, o)), e;
326
326
  }
327
- class qi {
327
+ class Ni {
328
328
  constructor(e, t) {
329
329
  this._$AV = [], this._$AN = void 0, this._$AD = e, this._$AM = t;
330
330
  }
@@ -341,7 +341,7 @@ class qi {
341
341
  for (; c !== void 0; ) {
342
342
  if (a === c.index) {
343
343
  let u;
344
- c.type === 2 ? u = new Nt(i, i.nextSibling, this, e) : c.type === 1 ? u = new c.ctor(i, c.name, c.strings, this, e) : c.type === 6 && (u = new Ki(i, this, e)), this._$AV.push(u), c = o[++d];
344
+ c.type === 2 ? u = new qt(i, i.nextSibling, this, e) : c.type === 1 ? u = new c.ctor(i, c.name, c.strings, this, e) : c.type === 6 && (u = new Ki(i, this, e)), this._$AV.push(u), c = o[++d];
345
345
  }
346
346
  a !== c?.index && (i = lt.nextNode(), a++);
347
347
  }
@@ -352,7 +352,7 @@ class qi {
352
352
  for (const o of this._$AV) o !== void 0 && (o.strings !== void 0 ? (o._$AI(e, o, t), t += o.strings.length - 2) : o._$AI(e[t])), t++;
353
353
  }
354
354
  }
355
- class Nt {
355
+ class qt {
356
356
  get _$AU() {
357
357
  return this._$AM?._$AU ?? this._$Cv;
358
358
  }
@@ -386,7 +386,7 @@ class Nt {
386
386
  const { values: t, _$litType$: o } = e, r = typeof o == "number" ? this._$AC(e) : (o.el === void 0 && (o.el = $r.createElement(Ri(o.h, o.h[0]), this.options)), o);
387
387
  if (this._$AH?._$AD === r) this._$AH.p(t);
388
388
  else {
389
- const i = new qi(r, this), a = i.u(this.options);
389
+ const i = new Ni(r, this), a = i.u(this.options);
390
390
  i.p(t), this.T(a), this._$AH = i;
391
391
  }
392
392
  }
@@ -398,7 +398,7 @@ class Nt {
398
398
  Ho(this._$AH) || (this._$AH = [], this._$AR());
399
399
  const t = this._$AH;
400
400
  let o, r = 0;
401
- for (const i of e) r === t.length ? t.push(o = new Nt(this.O(kr()), this.O(kr()), this, this.options)) : o = t[r], o._$AI(i), r++;
401
+ for (const i of e) r === t.length ? t.push(o = new qt(this.O(kr()), this.O(kr()), this, this.options)) : o = t[r], o._$AI(i), r++;
402
402
  r < t.length && (this._$AR(o && o._$AB.nextSibling, r), t.length = r);
403
403
  }
404
404
  _$AR(e = this._$AA.nextSibling, t) {
@@ -476,14 +476,14 @@ class Ki {
476
476
  dt(this, e);
477
477
  }
478
478
  }
479
- const Xa = { M: Uo, P: ve, A: Vo, C: 1, L: Ni, R: qi, D: Bi, V: dt, I: Nt, H: zr, N: Vi, U: Hi, B: Ui, F: Ki }, Ga = qo.litHtmlPolyfillSupport;
480
- Ga?.($r, Nt), (qo.litHtmlVersions ??= []).push("3.3.3");
479
+ const Xa = { M: Uo, P: ve, A: Vo, C: 1, L: qi, R: Ni, D: Bi, V: dt, I: qt, H: zr, N: Vi, U: Hi, B: Ui, F: Ki }, Ga = No.litHtmlPolyfillSupport;
480
+ Ga?.($r, qt), (No.litHtmlVersions ??= []).push("3.3.3");
481
481
  const io = (n, e, t) => {
482
482
  const o = t?.renderBefore ?? e;
483
483
  let r = o._$litPart$;
484
484
  if (r === void 0) {
485
485
  const i = t?.renderBefore ?? null;
486
- o._$litPart$ = r = new Nt(e.insertBefore(kr(), i), i, void 0, t ?? {});
486
+ o._$litPart$ = r = new qt(e.insertBefore(kr(), i), i, void 0, t ?? {});
487
487
  }
488
488
  return r._$AI(n), r;
489
489
  };
@@ -534,7 +534,7 @@ Za?.({ LitElement: g });
534
534
  * Copyright 2017 Google LLC
535
535
  * SPDX-License-Identifier: BSD-3-Clause
536
536
  */
537
- const Qa = { attribute: !0, type: String, converter: eo, reflect: !1, hasChanged: No }, Ja = (n = Qa, e, t) => {
537
+ const Qa = { attribute: !0, type: String, converter: eo, reflect: !1, hasChanged: qo }, Ja = (n = Qa, e, t) => {
538
538
  const { kind: o, metadata: r } = t;
539
539
  let i = globalThis.litPropertyMetadata.get(r);
540
540
  if (i === void 0 && globalThis.litPropertyMetadata.set(r, i = /* @__PURE__ */ new Map()), o === "setter" && ((n = Object.create(n)).wrapped = !0), i.set(t.name, n), o === "accessor") {
@@ -985,11 +985,11 @@ function ms(n) {
985
985
  }
986
986
  return e.charCodeAt(0) === 65279 ? e.slice(1) : e;
987
987
  }
988
- const vs = '<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>', bs = '<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>', fs = '<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>', gs = '<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>', xs = '<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>', 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="M448 256L272 88v96C103.57 184 64 304.77 64 424c48.61-62.24 91.6-96 208-96v96Z"/></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="M240 424v-96c116.4 0 159.39 33.76 208 96c0-119.23-39.57-240-208-240V88L64 256Z"/></svg>', ws = '<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>', $s = '<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>', Cs = '<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>', _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="M328 112L184 256l144 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="m112 184l144 144l144-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="m184 112l144 144l-144 144"/></svg>', 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="48" d="m112 328l144-144l144 144"/></svg>', As = '<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>', 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="M368 368L144 144m224 0L144 368"/></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="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>', 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="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>', Is = '<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>', 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 32h120"/></svg>', Bs = '<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>', Fs = '<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>', Rs = '<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>', Ns = '<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>', qs = '<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>', Us = '<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>', Vs = '<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>', Hs = '<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>', 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="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>', Ys = '<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>', Ws = '<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>', Xs = '<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>', Gs = '<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>', Zs = '<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>', 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="M464 208L352 96L240 208m112-94.87V416M48 304l112 112l112-112m-112 94V96"/></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="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>', 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 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>', 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="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>', 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="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>', on = '<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>', an = '<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>', sn = '<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 vs = '<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>', bs = '<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>', fs = '<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>', gs = '<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>', xs = '<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>', 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="M448 256L272 88v96C103.57 184 64 304.77 64 424c48.61-62.24 91.6-96 208-96v96Z"/></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="M240 424v-96c116.4 0 159.39 33.76 208 96c0-119.23-39.57-240-208-240V88L64 256Z"/></svg>', ws = '<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>', $s = '<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>', Cs = '<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>', _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="M328 112L184 256l144 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="m112 184l144 144l144-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="m184 112l144 144l-144 144"/></svg>', 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="48" d="m112 328l144-144l144 144"/></svg>', As = '<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>', 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="M368 368L144 144m224 0L144 368"/></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="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>', 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="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>', Is = '<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>', 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 32h120"/></svg>', Bs = '<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>', Fs = '<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>', Rs = '<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>', 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="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>', Us = '<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>', Vs = '<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>', Hs = '<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>', 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="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>', Ys = '<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>', Ws = '<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>', Xs = '<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>', Gs = '<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>', Zs = '<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>', 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="M464 208L352 96L240 208m112-94.87V416M48 304l112 112l112-112m-112 94V96"/></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="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>', 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 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>', 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="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>', 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="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>', on = '<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>', an = '<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>', sn = '<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(vs), Zi = S(bs), Qi = S(fs), Ji = S(gs), ea = S(xs), ta = S(ys), ra = S(ks), oa = S(ws), ia = S($s), aa = S(Cs), sa = S(zs), Zo = S(_s), _r = S(Ss), ao = S(Es), na = S(Ps), X = S(Os), la = S(Ms), ro = S(As), pt = S(Ds), ca = S(js), da = S(Ls), pa = S(Is), ha = S(Ts), ua = S(Bs), so = S(Fs), Qo = S(Rs), Jo = S(Ns), ma = S(qs), va = S(Us), Lo = S(Vs), ba = S(Hs), fa = S(Ks), ga = S(Ys), xa = S(Ws), ei = S(Xs), ti = S(Gs), ya = S(Zs), ka = S(Qs), ri = S(Js), wa = S(en), $a = S(tn), Ca = S(rn), za = S(on), _a = S(an), Sa = S(sn), nn = {
992
+ const Gi = S(vs), Zi = S(bs), Qi = S(fs), Ji = S(gs), ea = S(xs), ta = S(ys), ra = S(ks), oa = S(ws), ia = S($s), aa = S(Cs), sa = S(zs), Zo = S(_s), _r = S(Ss), ao = S(Es), na = S(Ps), X = S(Os), la = S(Ms), ro = S(As), pt = S(Ds), ca = S(js), da = S(Ls), pa = S(Is), ha = S(Ts), ua = S(Bs), so = S(Fs), Qo = S(Rs), Jo = S(qs), ma = S(Ns), va = S(Us), Lo = S(Vs), ba = S(Hs), fa = S(Ks), ga = S(Ys), xa = S(Ws), ei = S(Xs), ti = S(Gs), ya = S(Zs), ka = S(Qs), ri = S(Js), wa = S(en), $a = S(tn), Ca = S(rn), za = S(on), _a = S(an), Sa = S(sn), nn = {
993
993
  add: Gi,
994
994
  "alert-circle": Zi,
995
995
  "alert-circle-outline": Qi,
@@ -2760,7 +2760,7 @@ const gn = {
2760
2760
  expand: "Expand",
2761
2761
  collapse: "Collapse"
2762
2762
  };
2763
- class qt extends g {
2763
+ class Nt extends g {
2764
2764
  constructor() {
2765
2765
  super(...arguments), this.nodes = [], this.selectable = !1, this.activeId = "", this.labels = {}, this.expandedIds = /* @__PURE__ */ new Set(), this.seeded = !1;
2766
2766
  }
@@ -2972,20 +2972,20 @@ class qt extends g {
2972
2972
  }
2973
2973
  Sr([
2974
2974
  l({ attribute: !1 })
2975
- ], qt.prototype, "nodes", 2);
2975
+ ], Nt.prototype, "nodes", 2);
2976
2976
  Sr([
2977
2977
  l({ type: Boolean })
2978
- ], qt.prototype, "selectable", 2);
2978
+ ], Nt.prototype, "selectable", 2);
2979
2979
  Sr([
2980
2980
  l({ attribute: "active-id" })
2981
- ], qt.prototype, "activeId", 2);
2981
+ ], Nt.prototype, "activeId", 2);
2982
2982
  Sr([
2983
2983
  l({ attribute: !1 })
2984
- ], qt.prototype, "labels", 2);
2984
+ ], Nt.prototype, "labels", 2);
2985
2985
  Sr([
2986
2986
  v()
2987
- ], qt.prototype, "expandedIds", 2);
2988
- k("ok-tree", qt);
2987
+ ], Nt.prototype, "expandedIds", 2);
2988
+ k("ok-tree", Nt);
2989
2989
  var xn = Object.defineProperty, yn = Object.getOwnPropertyDescriptor, ut = (n, e, t, o) => {
2990
2990
  for (var r = o > 1 ? void 0 : o ? yn(e, t) : e, i = n.length - 1, a; i >= 0; i--)
2991
2991
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
@@ -4344,12 +4344,12 @@ fe([
4344
4344
  ], oe.prototype, "sending", 2);
4345
4345
  let Fn = oe;
4346
4346
  k("ok-contact-form", Fn);
4347
- var Rn = Object.defineProperty, Nn = Object.getOwnPropertyDescriptor, vt = (n, e, t, o) => {
4348
- for (var r = o > 1 ? void 0 : o ? Nn(e, t) : e, i = n.length - 1, a; i >= 0; i--)
4347
+ var Rn = Object.defineProperty, qn = Object.getOwnPropertyDescriptor, vt = (n, e, t, o) => {
4348
+ for (var r = o > 1 ? void 0 : o ? qn(e, t) : e, i = n.length - 1, a; i >= 0; i--)
4349
4349
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
4350
4350
  return o && r && Rn(e, t, r), r;
4351
4351
  };
4352
- const qn = {
4352
+ const Nn = {
4353
4353
  month: "Month",
4354
4354
  agenda: "Agenda",
4355
4355
  more: "+{n} more",
@@ -4634,7 +4634,7 @@ class Be extends g {
4634
4634
  }
4635
4635
  /** Textos efectivos: defaults INGLÉS mezclados con los del consumidor. */
4636
4636
  get t() {
4637
- return { ...qn, ...this.labels };
4637
+ return { ...Nn, ...this.labels };
4638
4638
  }
4639
4639
  // Nombres cortos de los días (Lun–Dom) según el locale actual.
4640
4640
  weekdays() {
@@ -6047,7 +6047,7 @@ const ol = {
6047
6047
  placeholder: "Add tag…",
6048
6048
  removeLabel: "Remove {tag}"
6049
6049
  };
6050
- class Ne extends g {
6050
+ class qe extends g {
6051
6051
  constructor() {
6052
6052
  super(...arguments), this.value = [], this.placeholder = "", this.labels = {}, this.draft = "", this.open = !1, this.activeIndex = -1, this.onDocClick = (e) => {
6053
6053
  this.open && (e.composedPath().includes(this) || this.close());
@@ -6328,26 +6328,26 @@ class Ne extends g {
6328
6328
  }
6329
6329
  gt([
6330
6330
  l({ attribute: !1 })
6331
- ], Ne.prototype, "value", 2);
6331
+ ], qe.prototype, "value", 2);
6332
6332
  gt([
6333
6333
  l()
6334
- ], Ne.prototype, "placeholder", 2);
6334
+ ], qe.prototype, "placeholder", 2);
6335
6335
  gt([
6336
6336
  l({ attribute: !1 })
6337
- ], Ne.prototype, "suggestions", 2);
6337
+ ], qe.prototype, "suggestions", 2);
6338
6338
  gt([
6339
6339
  l({ attribute: !1 })
6340
- ], Ne.prototype, "labels", 2);
6340
+ ], qe.prototype, "labels", 2);
6341
6341
  gt([
6342
6342
  v()
6343
- ], Ne.prototype, "draft", 2);
6343
+ ], qe.prototype, "draft", 2);
6344
6344
  gt([
6345
6345
  v()
6346
- ], Ne.prototype, "open", 2);
6346
+ ], qe.prototype, "open", 2);
6347
6347
  gt([
6348
6348
  v()
6349
- ], Ne.prototype, "activeIndex", 2);
6350
- k("ok-tag-input", Ne);
6349
+ ], qe.prototype, "activeIndex", 2);
6350
+ k("ok-tag-input", qe);
6351
6351
  var il = Object.defineProperty, al = Object.getOwnPropertyDescriptor, Kt = (n, e, t, o) => {
6352
6352
  for (var r = o > 1 ? void 0 : o ? al(e, t) : e, i = n.length - 1, a; i >= 0; i--)
6353
6353
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
@@ -6689,7 +6689,7 @@ ho([
6689
6689
  B("input")
6690
6690
  ], Mr.prototype, "firstInput", 2);
6691
6691
  k("ok-otp", Mr);
6692
- var dl = Object.defineProperty, pl = Object.getOwnPropertyDescriptor, qe = (n, e, t, o) => {
6692
+ var dl = Object.defineProperty, pl = Object.getOwnPropertyDescriptor, Ne = (n, e, t, o) => {
6693
6693
  for (var r = o > 1 ? void 0 : o ? pl(e, t) : e, i = n.length - 1, a; i >= 0; i--)
6694
6694
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
6695
6695
  return o && r && dl(e, t, r), r;
@@ -6876,28 +6876,28 @@ class xe extends g {
6876
6876
  `;
6877
6877
  }
6878
6878
  }
6879
- qe([
6879
+ Ne([
6880
6880
  l({ type: String })
6881
6881
  ], xe.prototype, "value", 2);
6882
- qe([
6882
+ Ne([
6883
6883
  l({ type: Number })
6884
6884
  ], xe.prototype, "length", 2);
6885
- qe([
6885
+ Ne([
6886
6886
  l({ type: Boolean })
6887
6887
  ], xe.prototype, "masked", 2);
6888
- qe([
6888
+ Ne([
6889
6889
  l({ type: Boolean })
6890
6890
  ], xe.prototype, "dots", 2);
6891
- qe([
6891
+ Ne([
6892
6892
  l({ type: Boolean })
6893
6893
  ], xe.prototype, "error", 2);
6894
- qe([
6894
+ Ne([
6895
6895
  l({ type: String, attribute: "secondary-icon" })
6896
6896
  ], xe.prototype, "secondaryIcon", 2);
6897
- qe([
6897
+ Ne([
6898
6898
  l({ type: String, attribute: "secondary-label" })
6899
6899
  ], xe.prototype, "secondaryLabel", 2);
6900
- qe([
6900
+ Ne([
6901
6901
  l({ attribute: !1 })
6902
6902
  ], xe.prototype, "labels", 2);
6903
6903
  k("ok-pinpad", xe);
@@ -9513,7 +9513,7 @@ const yr = new Uint8Array(512), Io = new Uint8Array(256);
9513
9513
  function Ma(n, e) {
9514
9514
  return n === 0 || e === 0 ? 0 : yr[Io[n] + Io[e]];
9515
9515
  }
9516
- function Nl(n) {
9516
+ function ql(n) {
9517
9517
  let e = new Uint8Array([1]);
9518
9518
  for (let t = 0; t < n; t++) {
9519
9519
  const o = new Uint8Array(e.length + 1);
@@ -9523,8 +9523,8 @@ function Nl(n) {
9523
9523
  }
9524
9524
  return e;
9525
9525
  }
9526
- function ql(n, e) {
9527
- const t = Nl(e), o = new Uint8Array(n.length + e);
9526
+ function Nl(n, e) {
9527
+ const t = ql(e), o = new Uint8Array(n.length + e);
9528
9528
  o.set(n);
9529
9529
  for (let r = 0; r < n.length; r++) {
9530
9530
  const i = o[r];
@@ -9794,9 +9794,9 @@ function Zl(n, e, t) {
9794
9794
  p.put(f[x], 8), x ^= 1;
9795
9795
  const $ = new Uint8Array(c);
9796
9796
  for (let D = 0; D < c; D++) {
9797
- let q = 0;
9798
- for (let zo = 0; zo < 8; zo++) q = q << 1 | p.bits[D * 8 + zo];
9799
- $[D] = q;
9797
+ let N = 0;
9798
+ for (let zo = 0; zo < 8; zo++) N = N << 1 | p.bits[D * 8 + zo];
9799
+ $[D] = N;
9800
9800
  }
9801
9801
  const M = [], w = [];
9802
9802
  let C = 0;
@@ -9804,16 +9804,16 @@ function Zl(n, e, t) {
9804
9804
  for (let D = 0; D < r[1]; D++) E.push([r[2]]);
9805
9805
  for (let D = 0; D < r[3]; D++) E.push([r[4]]);
9806
9806
  for (const [D] of E) {
9807
- const q = $.slice(C, C + D);
9808
- C += D, M.push(q), w.push(ql(q, i));
9807
+ const N = $.slice(C, C + D);
9808
+ C += D, M.push(N), w.push(Nl(N, i));
9809
9809
  }
9810
9810
  const P = new Uint8Array(o);
9811
9811
  let j = 0;
9812
9812
  const K = Math.max(...M.map((D) => D.length));
9813
9813
  for (let D = 0; D < K; D++)
9814
- for (const q of M) D < q.length && (P[j++] = q[D]);
9814
+ for (const N of M) D < N.length && (P[j++] = N[D]);
9815
9815
  for (let D = 0; D < i; D++)
9816
- for (const q of w) P[j++] = q[D];
9816
+ for (const N of w) P[j++] = N[D];
9817
9817
  return P;
9818
9818
  }
9819
9819
  function Ql(n, e, t) {
@@ -9824,8 +9824,8 @@ function Ql(n, e, t) {
9824
9824
  for (let P = -1; P <= 7; P++) {
9825
9825
  const j = w + E, K = C + P;
9826
9826
  if (j < 0 || j >= o || K < 0 || K >= o) continue;
9827
- 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;
9828
- a(j, K, D || q ? 1 : 0);
9827
+ const D = E >= 0 && E <= 6 && (P === 0 || P === 6) || P >= 0 && P <= 6 && (E === 0 || E === 6), N = E >= 2 && E <= 4 && P >= 2 && P <= 4;
9828
+ a(j, K, D || N ? 1 : 0);
9829
9829
  }
9830
9830
  };
9831
9831
  d(0, 0), d(0, o - 7), d(o - 7, 0);
@@ -11032,6 +11032,37 @@ class vo extends g {
11032
11032
  .qr-note { font-size: 8px; max-width: 36mm; text-align: center; color: var(--muted); word-break: break-word; }
11033
11033
  .legal { margin-top: 8mm; padding-top: 3mm; border-top: 1px solid var(--rule); font-size: 9px; color: var(--muted); white-space: pre-line; text-align: center; }
11034
11034
  .empty { padding: 12mm; text-align: center; color: #999; font-style: italic; }
11035
+
11036
+ /* ── Papel ──────────────────────────────────────────────────────────────────────────────
11037
+ Una factura es un documento fiscal: acaba impresa, y en pantalla y en papel no se
11038
+ comporta igual. Lo que hay aquí resuelve lo que rompe al imprimir.
11039
+
11040
+ NOTA: aquí NO va \`@page\` (tamaño y márgenes del folio). Es una at-rule de DOCUMENTO y
11041
+ dentro de un shadow root se IGNORA en silencio; la pone quien monta el documento —en el
11042
+ Hub, \`lib/print.ts\` al escribir el iframe aislado. */
11043
+ @media print {
11044
+ .sheet {
11045
+ /* En papel el ancho lo manda \`@page\`; forzar 210mm aquí provoca una segunda página
11046
+ en blanco cuando el navegador ya ha restado los márgenes. */
11047
+ width: auto;
11048
+ max-width: none;
11049
+ padding: 0;
11050
+ }
11051
+ /* Fondos y sombras: en pantalla ayudan a leer, en papel gastan tóner y salen sucios en
11052
+ láser monocroma. Se sustituye el relleno del bloque de receptor por un filete. */
11053
+ .bill-to {
11054
+ background: transparent;
11055
+ border: 1px solid var(--rule);
11056
+ }
11057
+ /* Que las cabeceras de la tabla se repitan en cada folio: una factura larga sin esto deja
11058
+ las columnas sin rotular a partir de la página 2. */
11059
+ table.lines thead { display: table-header-group; }
11060
+ table.lines tbody tr { break-inside: avoid; page-break-inside: avoid; }
11061
+ /* Los bloques que se leen como una unidad no se parten a la mitad. */
11062
+ .summary, .foot, .legal, .bill-to { break-inside: avoid; page-break-inside: avoid; }
11063
+ /* El total y el QR son lo que se comprueba de un vistazo: no deben quedar huérfanos. */
11064
+ .summary { break-before: avoid; page-break-before: avoid; }
11065
+ }
11035
11066
  `;
11036
11067
  }
11037
11068
  get t() {
@@ -13274,10 +13305,10 @@ Ee([
13274
13305
  l()
13275
13306
  ], de.prototype, "heading", 2);
13276
13307
  k("ok-bento-item", de);
13277
- var Nc = Object.defineProperty, qc = Object.getOwnPropertyDescriptor, di = (n, e, t, o) => {
13278
- for (var r = o > 1 ? void 0 : o ? qc(e, t) : e, i = n.length - 1, a; i >= 0; i--)
13308
+ var qc = Object.defineProperty, Nc = Object.getOwnPropertyDescriptor, di = (n, e, t, o) => {
13309
+ for (var r = o > 1 ? void 0 : o ? Nc(e, t) : e, i = n.length - 1, a; i >= 0; i--)
13279
13310
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
13280
- return o && r && Nc(e, t, r), r;
13311
+ return o && r && qc(e, t, r), r;
13281
13312
  };
13282
13313
  class fo extends g {
13283
13314
  constructor() {
@@ -16765,7 +16796,7 @@ ko([
16765
16796
  l()
16766
16797
  ], Rr.prototype, "placeholder", 2);
16767
16798
  k("ok-detail-list", Rr);
16768
- var Md = Object.defineProperty, Ad = Object.getOwnPropertyDescriptor, Nr = (n, e, t, o) => {
16799
+ var Md = Object.defineProperty, Ad = Object.getOwnPropertyDescriptor, qr = (n, e, t, o) => {
16769
16800
  for (var r = o > 1 ? void 0 : o ? Ad(e, t) : e, i = n.length - 1, a; i >= 0; i--)
16770
16801
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
16771
16802
  return o && r && Md(e, t, r), r;
@@ -16853,23 +16884,23 @@ class ar extends g {
16853
16884
  `;
16854
16885
  }
16855
16886
  }
16856
- Nr([
16887
+ qr([
16857
16888
  l()
16858
16889
  ], ar.prototype, "icon", 2);
16859
- Nr([
16890
+ qr([
16860
16891
  l({ reflect: !0 })
16861
16892
  ], ar.prototype, "color", 2);
16862
- Nr([
16893
+ qr([
16863
16894
  l({ reflect: !0 })
16864
16895
  ], ar.prototype, "size", 2);
16865
- Nr([
16896
+ qr([
16866
16897
  l({ reflect: !0 })
16867
16898
  ], ar.prototype, "shape", 2);
16868
- Nr([
16899
+ qr([
16869
16900
  l()
16870
16901
  ], ar.prototype, "label", 2);
16871
16902
  k("ok-icon-tile", ar);
16872
- var Dd = Object.defineProperty, jd = Object.getOwnPropertyDescriptor, qr = (n, e, t, o) => {
16903
+ var Dd = Object.defineProperty, jd = Object.getOwnPropertyDescriptor, Nr = (n, e, t, o) => {
16873
16904
  for (var r = o > 1 ? void 0 : o ? jd(e, t) : e, i = n.length - 1, a; i >= 0; i--)
16874
16905
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
16875
16906
  return o && r && Dd(e, t, r), r;
@@ -17001,19 +17032,19 @@ class sr extends g {
17001
17032
  `;
17002
17033
  }
17003
17034
  }
17004
- qr([
17035
+ Nr([
17005
17036
  l({ reflect: !0 })
17006
17037
  ], sr.prototype, "tone", 2);
17007
- qr([
17038
+ Nr([
17008
17039
  l({ reflect: !0 })
17009
17040
  ], sr.prototype, "size", 2);
17010
- qr([
17041
+ Nr([
17011
17042
  l({ type: Boolean, reflect: !0 })
17012
17043
  ], sr.prototype, "pulse", 2);
17013
- qr([
17044
+ Nr([
17014
17045
  l()
17015
17046
  ], sr.prototype, "label", 2);
17016
- qr([
17047
+ Nr([
17017
17048
  l({ type: Boolean, attribute: "show-label" })
17018
17049
  ], sr.prototype, "showLabel", 2);
17019
17050
  k("ok-status-dot", sr);
@@ -17609,10 +17640,10 @@ he([
17609
17640
  v()
17610
17641
  ], Q.prototype, "openSub", 2);
17611
17642
  k("ok-menu", Q);
17612
- var Nd = Object.defineProperty, qd = Object.getOwnPropertyDescriptor, I = (n, e, t, o) => {
17613
- for (var r = o > 1 ? void 0 : o ? qd(e, t) : e, i = n.length - 1, a; i >= 0; i--)
17643
+ var qd = Object.defineProperty, Nd = Object.getOwnPropertyDescriptor, I = (n, e, t, o) => {
17644
+ for (var r = o > 1 ? void 0 : o ? Nd(e, t) : e, i = n.length - 1, a; i >= 0; i--)
17614
17645
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
17615
- return o && r && Nd(e, t, r), r;
17646
+ return o && r && qd(e, t, r), r;
17616
17647
  };
17617
17648
  const Ud = {
17618
17649
  card: "Preview"
@@ -21978,7 +22009,7 @@ var Sp = Object.defineProperty, Ep = Object.getOwnPropertyDescriptor, V = (n, e,
21978
22009
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
21979
22010
  return o && r && Sp(e, t, r), r;
21980
22011
  };
21981
- class N extends g {
22012
+ class q extends g {
21982
22013
  constructor() {
21983
22014
  super(...arguments), this.src = "", this.alt = "", this.ratio = "16:9", this.radius = "md", this.zoom = "none", this.placeholderText = "cargando…", this.loaded = !1, this.errored = !1, this.zooming = !1, this.lightboxOpen = !1, this.lensX = 50, this.lensY = 50, this.closeLightbox = () => {
21984
22015
  this.lightboxOpen = !1;
@@ -22365,44 +22396,44 @@ class N extends g {
22365
22396
  }
22366
22397
  V([
22367
22398
  l()
22368
- ], N.prototype, "src", 2);
22399
+ ], q.prototype, "src", 2);
22369
22400
  V([
22370
22401
  l()
22371
- ], N.prototype, "alt", 2);
22402
+ ], q.prototype, "alt", 2);
22372
22403
  V([
22373
22404
  l({ reflect: !0 })
22374
- ], N.prototype, "ratio", 2);
22405
+ ], q.prototype, "ratio", 2);
22375
22406
  V([
22376
22407
  l()
22377
- ], N.prototype, "caption", 2);
22408
+ ], q.prototype, "caption", 2);
22378
22409
  V([
22379
22410
  l({ reflect: !0 })
22380
- ], N.prototype, "radius", 2);
22411
+ ], q.prototype, "radius", 2);
22381
22412
  V([
22382
22413
  l({ reflect: !0 })
22383
- ], N.prototype, "zoom", 2);
22414
+ ], q.prototype, "zoom", 2);
22384
22415
  V([
22385
22416
  l({ attribute: "placeholder-text" })
22386
- ], N.prototype, "placeholderText", 2);
22417
+ ], q.prototype, "placeholderText", 2);
22387
22418
  V([
22388
22419
  v()
22389
- ], N.prototype, "loaded", 2);
22420
+ ], q.prototype, "loaded", 2);
22390
22421
  V([
22391
22422
  v()
22392
- ], N.prototype, "errored", 2);
22423
+ ], q.prototype, "errored", 2);
22393
22424
  V([
22394
22425
  v()
22395
- ], N.prototype, "zooming", 2);
22426
+ ], q.prototype, "zooming", 2);
22396
22427
  V([
22397
22428
  v()
22398
- ], N.prototype, "lightboxOpen", 2);
22429
+ ], q.prototype, "lightboxOpen", 2);
22399
22430
  V([
22400
22431
  v()
22401
- ], N.prototype, "lensX", 2);
22432
+ ], q.prototype, "lensX", 2);
22402
22433
  V([
22403
22434
  v()
22404
- ], N.prototype, "lensY", 2);
22405
- k("ok-image", N);
22435
+ ], q.prototype, "lensY", 2);
22436
+ k("ok-image", q);
22406
22437
  var Pp = Object.defineProperty, Op = Object.getOwnPropertyDescriptor, Kr = (n, e, t, o) => {
22407
22438
  for (var r = o > 1 ? void 0 : o ? Op(e, t) : e, i = n.length - 1, a; i >= 0; i--)
22408
22439
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
@@ -23991,10 +24022,10 @@ me([
23991
24022
  l()
23992
24023
  ], ee.prototype, "size", 2);
23993
24024
  k("ok-loyalty-card", ee);
23994
- var Np = Object.defineProperty, qp = Object.getOwnPropertyDescriptor, W = (n, e, t, o) => {
23995
- for (var r = o > 1 ? void 0 : o ? qp(e, t) : e, i = n.length - 1, a; i >= 0; i--)
24025
+ var qp = Object.defineProperty, Np = Object.getOwnPropertyDescriptor, W = (n, e, t, o) => {
24026
+ for (var r = o > 1 ? void 0 : o ? Np(e, t) : e, i = n.length - 1, a; i >= 0; i--)
23996
24027
  (a = n[i]) && (r = (o ? a(e, t, r) : a(r)) || r);
23997
- return o && r && Np(e, t, r), r;
24028
+ return o && r && qp(e, t, r), r;
23998
24029
  };
23999
24030
  class H extends g {
24000
24031
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erplora/outfitkit",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "OutfitKit — librería de Web Components (Lit) que CONSTRUYE lo que Ionic no tiene (tree, data-table rica, inline-feedback, kpi/stat, stepper/wizard, calendar, kanban…) sobre primitivos de Ionic. Ionic es la base; OutfitKit cubre los huecos. npm + CDN, imports individuales, CSP-safe. Tema vía tokens --ok-* (fallback a --ion-*).",
5
5
  "type": "module",
6
6
  "license": "MIT",