@supersoniks/concorde 3.0.9 → 3.0.10

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.
@@ -38,10 +38,10 @@ let rt = class At {
38
38
  static getApiConfiguration(t) {
39
39
  const s = At.getAncestorAttributeValue(t, "token"), i = At.getAncestorAttributeValue(t, "addHTTPResponse") != null, e = At.getAncestorAttributeValue(t, "serviceURL");
40
40
  let o = null, n = null;
41
- const a = At.getAncestorAttributeValue(t, "tokenProvider"), c = At.getAncestorAttributeValue(t, "eventsApiToken");
41
+ const l = At.getAncestorAttributeValue(t, "tokenProvider"), c = At.getAncestorAttributeValue(t, "eventsApiToken");
42
42
  s || (o = At.getAncestorAttributeValue(t, "userName"), n = At.getAncestorAttributeValue(t, "password"));
43
43
  const h = At.getAncestorAttributeValue(t, "credentials") || void 0, d = t.getAttribute("cache"), f = t.hasAttribute("blockUntilDone");
44
- return { serviceURL: e, token: s, userName: o, password: n, authToken: c, tokenProvider: a, addHTTPResponse: i, credentials: h, cache: d, blockUntilDone: f };
44
+ return { serviceURL: e, token: s, userName: o, password: n, authToken: c, tokenProvider: l, addHTTPResponse: i, credentials: h, cache: d, blockUntilDone: f };
45
45
  }
46
46
  /**
47
47
  * Va de parent en parent en partant de node pour trouver un attribut
@@ -92,8 +92,8 @@ let rt = class At {
92
92
  function o(h, d, f) {
93
93
  return new Intl.NumberFormat(h, { style: "unit", unit: d, unitDisplay: f }).format;
94
94
  }
95
- const [n, a] = e(t, 60), c = [];
96
- return n && c.push(o(s, "hour", i)(n)), a && c.push(o(s, "minute", i)(a)), new Intl.ListFormat(s, {
95
+ const [n, l] = e(t, 60), c = [];
96
+ return n && c.push(o(s, "hour", i)(n)), l && c.push(o(s, "minute", i)(l)), new Intl.ListFormat(s, {
97
97
  style: "long",
98
98
  type: "conjunction"
99
99
  }).format(c);
@@ -269,16 +269,16 @@ let ii = (St = class {
269
269
  return await this._publishAssignement_(s), !0;
270
270
  for (const n in this._value_)
271
271
  this._value_[n] === void 0 && delete this._value_[n];
272
- if (this._proxies_.forEach((n, a) => {
273
- this._value_[a] === void 0 && a != "_parent_" && i[a] && (this._value_[a] = null);
272
+ if (this._proxies_.forEach((n, l) => {
273
+ this._value_[l] === void 0 && l != "_parent_" && i[l] && (this._value_[l] = null);
274
274
  }), await this._publishAssignement_(), je(this._value_))
275
275
  for (const n in this._value_) {
276
- const a = t[n], h = je(a) ? a : { __value: a };
276
+ const l = t[n], h = je(l) ? l : { __value: l };
277
277
  if (!this._proxies_.has(n)) {
278
- this._publishDynamicFilling_(n, a);
278
+ this._publishDynamicFilling_(n, l);
279
279
  continue;
280
280
  }
281
- await ((o = this._proxies_.get(n)) == null ? void 0 : o.set(h, !0)), this._publishDynamicFilling_(n, a);
281
+ await ((o = this._proxies_.get(n)) == null ? void 0 : o.set(h, !0)), this._publishDynamicFilling_(n, l);
282
282
  }
283
283
  return !0;
284
284
  }
@@ -446,7 +446,7 @@ let N = (k = class {
446
446
  async compress(t, s) {
447
447
  const i = new TextEncoder().encode(t), e = window, o = new e.CompressionStream(s), n = o.writable.getWriter();
448
448
  n.write(i), n.close();
449
- const a = await new Response(o.readable).arrayBuffer(), c = new Uint8Array(a);
449
+ const l = await new Response(o.readable).arrayBuffer(), c = new Uint8Array(l);
450
450
  let h = "";
451
451
  for (let d = 0; d < c.length; d++)
452
452
  h += String.fromCharCode(c[d]);
@@ -456,12 +456,12 @@ let N = (k = class {
456
456
  const i = atob(t), o = Uint8Array.from(
457
457
  i,
458
458
  (d) => d.charCodeAt(0)
459
- ).buffer, n = window, a = new n.DecompressionStream(s), c = a.writable.getWriter();
459
+ ).buffer, n = window, l = new n.DecompressionStream(s), c = l.writable.getWriter();
460
460
  c.write(o), c.close();
461
- const h = await new Response(a.readable).arrayBuffer();
461
+ const h = await new Response(l.readable).arrayBuffer();
462
462
  return new TextDecoder().decode(h);
463
463
  }
464
- }, k.buildDate = "Mon Apr 22 2024 18:19:22 GMT+0200 (Central European Summer Time)", k.changed = !1, k.saving = !1, k.saveId = 0, k.instance = null, k.instances = /* @__PURE__ */ new Map(), k.modifiedCollectore = [], k);
464
+ }, k.buildDate = "Tue Apr 23 2024 14:46:30 GMT+0200 (Central European Summer Time)", k.changed = !1, k.saving = !1, k.saveId = 0, k.instance = null, k.instances = /* @__PURE__ */ new Map(), k.modifiedCollectore = [], k);
465
465
  const zs = window;
466
466
  zs.SonicPublisherManager || (zs.SonicPublisherManager = N);
467
467
  zs.SonicPublisherManager.registerInstance(
@@ -518,11 +518,11 @@ class ze extends ii {
518
518
  if (Tr.has(o))
519
519
  return e[o];
520
520
  if (!e._proxies_.has(o)) {
521
- const n = e._value_[o], a = new ze(
521
+ const n = e._value_[o], l = new ze(
522
522
  je(n) ? n : { __value: n },
523
523
  e
524
524
  );
525
- a._proxies_.set("_parent_", i), e._proxies_.set(o, a);
525
+ l._proxies_.set("_parent_", i), e._proxies_.set(o, l);
526
526
  }
527
527
  return e._proxies_.get(o);
528
528
  },
@@ -724,27 +724,27 @@ let $s = (L = class {
724
724
  return;
725
725
  const i = N.getInstance().get(s), e = L.getDataBindItems(t), o = [];
726
726
  e.forEach((n) => {
727
- const a = n.bindedVariablesDescriptor, c = n.propertyToUpdate;
728
- for (const h of a.variables) {
727
+ const l = n.bindedVariablesDescriptor, c = n.propertyToUpdate;
728
+ for (const h of l.variables) {
729
729
  const d = h;
730
730
  let f = i;
731
731
  f = L.getSubPublisher(i, d);
732
732
  const m = t, b = {
733
733
  publisher: f,
734
734
  onAssign: () => {
735
- const w = a.variables.map((D) => {
735
+ const w = l.variables.map((D) => {
736
736
  var p;
737
737
  return (p = L.getSubPublisher(i, D)) == null ? void 0 : p.get();
738
738
  });
739
- let C = a.expression, O = !1;
740
- if (w.length == 1 && a.variables[0].join(".") == C.substring(1)) {
739
+ let C = l.expression, O = !1;
740
+ if (w.length == 1 && l.variables[0].join(".") == C.substring(1)) {
741
741
  let D = w[0];
742
742
  D === null && (D = ""), m[c] = D;
743
743
  return;
744
744
  }
745
745
  for (let D = 0; D < w.length; D++) {
746
746
  let p = w[D];
747
- const u = a.variables[D];
747
+ const u = l.variables[D];
748
748
  p === null && (O = !0, p = void 0), C = C.replace("$" + u.join("."), p);
749
749
  }
750
750
  if (C.indexOf("|") != -1) {
@@ -777,8 +777,8 @@ let J = class Bt {
777
777
  if (e.length !== o.length && i)
778
778
  return !1;
779
779
  for (const n of e) {
780
- const a = t[n], c = s[n];
781
- if (i ? a !== c : a != c)
780
+ const l = t[n], c = s[n];
781
+ if (i ? l !== c : l != c)
782
782
  return !1;
783
783
  }
784
784
  return !0;
@@ -793,8 +793,8 @@ let J = class Bt {
793
793
  if (e.length !== o.length && i)
794
794
  return !1;
795
795
  for (const n of e) {
796
- const a = t[n], c = s[n], h = Bt.isObject(a) && Bt.isObject(c), d = i ? a !== c : a != c;
797
- if (h && !Bt.deepEqual(a, c) || !h && d)
796
+ const l = t[n], c = s[n], h = Bt.isObject(l) && Bt.isObject(c), d = i ? l !== c : l != c;
797
+ if (h && !Bt.deepEqual(l, c) || !h && d)
798
798
  return !1;
799
799
  }
800
800
  return !0;
@@ -957,8 +957,8 @@ let Pe = class extends HTMLElement {
957
957
  return { get() {
958
958
  return e == null ? void 0 : e.call(this);
959
959
  }, set(n) {
960
- const a = e == null ? void 0 : e.call(this);
961
- o.call(this, n), this.requestUpdate(t, a, i);
960
+ const l = e == null ? void 0 : e.call(this);
961
+ o.call(this, n), this.requestUpdate(t, l, i);
962
962
  }, configurable: !0, enumerable: !0 };
963
963
  }
964
964
  static getPropertyOptions(t) {
@@ -1062,8 +1062,8 @@ let Pe = class extends HTMLElement {
1062
1062
  var o;
1063
1063
  const i = this.constructor, e = i._$Eh.get(t);
1064
1064
  if (e !== void 0 && this._$Em !== e) {
1065
- const n = i.getPropertyOptions(e), a = typeof n.converter == "function" ? { fromAttribute: n.converter } : ((o = n.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? n.converter : hs;
1066
- this._$Em = e, this[e] = a.fromAttribute(s, n.type), this._$Em = null;
1065
+ const n = i.getPropertyOptions(e), l = typeof n.converter == "function" ? { fromAttribute: n.converter } : ((o = n.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? n.converter : hs;
1066
+ this._$Em = e, this[e] = l.fromAttribute(s, n.type), this._$Em = null;
1067
1067
  }
1068
1068
  }
1069
1069
  requestUpdate(t, s, i) {
@@ -1157,23 +1157,23 @@ const qr = { attribute: !0, type: String, converter: hs, reflect: !1, hasChanged
1157
1157
  let o = globalThis.litPropertyMetadata.get(e);
1158
1158
  if (o === void 0 && globalThis.litPropertyMetadata.set(e, o = /* @__PURE__ */ new Map()), o.set(s.name, r), i === "accessor") {
1159
1159
  const { name: n } = s;
1160
- return { set(a) {
1160
+ return { set(l) {
1161
1161
  const c = t.get.call(this);
1162
- t.set.call(this, a), this.requestUpdate(n, c, r);
1163
- }, init(a) {
1164
- return a !== void 0 && this.P(n, void 0, r), a;
1162
+ t.set.call(this, l), this.requestUpdate(n, c, r);
1163
+ }, init(l) {
1164
+ return l !== void 0 && this.P(n, void 0, r), l;
1165
1165
  } };
1166
1166
  }
1167
1167
  if (i === "setter") {
1168
1168
  const { name: n } = s;
1169
- return function(a) {
1169
+ return function(l) {
1170
1170
  const c = this[n];
1171
- t.call(this, a), this.requestUpdate(n, c, r);
1171
+ t.call(this, l), this.requestUpdate(n, c, r);
1172
1172
  };
1173
1173
  }
1174
1174
  throw Error("Unsupported decorator location: " + i);
1175
1175
  };
1176
- function l(r) {
1176
+ function a(r) {
1177
1177
  return (t, s) => typeof s == "object" ? Wr(r, t, s) : ((i, e, o) => {
1178
1178
  const n = e.hasOwnProperty(o);
1179
1179
  return e.constructor.createProperty(o, n ? { ...i, wrapped: !0 } : i), n ? Object.getOwnPropertyDescriptor(e, o) : void 0;
@@ -1185,7 +1185,7 @@ function l(r) {
1185
1185
  * SPDX-License-Identifier: BSD-3-Clause
1186
1186
  */
1187
1187
  function M(r) {
1188
- return l({ ...r, state: !0, attribute: !1 });
1188
+ return a({ ...r, state: !0, attribute: !1 });
1189
1189
  }
1190
1190
  /**
1191
1191
  * @license
@@ -1201,11 +1201,11 @@ const ds = (r, t, s) => (s.configurable = !0, s.enumerable = !0, Reflect.decorat
1201
1201
  function fe(r, t) {
1202
1202
  return (s, i, e) => {
1203
1203
  const o = (n) => {
1204
- var a;
1205
- return ((a = n.renderRoot) == null ? void 0 : a.querySelector(r)) ?? null;
1204
+ var l;
1205
+ return ((l = n.renderRoot) == null ? void 0 : l.querySelector(r)) ?? null;
1206
1206
  };
1207
1207
  if (t) {
1208
- const { get: n, set: a } = typeof i == "object" ? s : e ?? (() => {
1208
+ const { get: n, set: l } = typeof i == "object" ? s : e ?? (() => {
1209
1209
  const c = Symbol();
1210
1210
  return { get() {
1211
1211
  return this[c];
@@ -1215,7 +1215,7 @@ function fe(r, t) {
1215
1215
  })();
1216
1216
  return ds(s, i, { get() {
1217
1217
  let c = n.call(this);
1218
- return c === void 0 && (c = o(this), (c !== null || this.hasUpdated) && a.call(this, c)), c;
1218
+ return c === void 0 && (c = o(this), (c !== null || this.hasUpdated) && l.call(this, c)), c;
1219
1219
  } });
1220
1220
  }
1221
1221
  return ds(s, i, { get() {
@@ -1233,8 +1233,8 @@ function ge(r) {
1233
1233
  const { slot: i, selector: e } = r ?? {}, o = "slot" + (i ? `[name=${i}]` : ":not([name])");
1234
1234
  return ds(t, s, { get() {
1235
1235
  var c;
1236
- const n = (c = this.renderRoot) == null ? void 0 : c.querySelector(o), a = (n == null ? void 0 : n.assignedElements(r)) ?? [];
1237
- return e === void 0 ? a : a.filter((h) => h.matches(e));
1236
+ const n = (c = this.renderRoot) == null ? void 0 : c.querySelector(o), l = (n == null ? void 0 : n.assignedElements(r)) ?? [];
1237
+ return e === void 0 ? l : l.filter((h) => h.matches(e));
1238
1238
  } });
1239
1239
  };
1240
1240
  }
@@ -1269,13 +1269,13 @@ function nr(r, t) {
1269
1269
  const ar = (r, t) => {
1270
1270
  const s = r.length - 1, i = [];
1271
1271
  let e, o = t === 2 ? "<svg>" : "", n = Ee;
1272
- for (let a = 0; a < s; a++) {
1273
- const c = r[a];
1272
+ for (let l = 0; l < s; l++) {
1273
+ const c = r[l];
1274
1274
  let h, d, f = -1, m = 0;
1275
1275
  for (; m < c.length && (n.lastIndex = m, d = n.exec(c), d !== null); )
1276
1276
  m = n.lastIndex, n === Ee ? d[1] === "!--" ? n = ki : d[1] !== void 0 ? n = Li : d[2] !== void 0 ? (or.test(d[2]) && (e = RegExp("</" + d[2], "g")), n = se) : d[3] !== void 0 && (n = se) : n === se ? d[0] === ">" ? (n = e ?? Ee, f = -1) : d[1] === void 0 ? f = -2 : (f = n.lastIndex - d[2].length, h = d[1], n = d[3] === void 0 ? se : d[3] === '"' ? Ni : Ei) : n === Ni || n === Ei ? n = se : n === ki || n === Li ? n = Ee : (n = se, e = void 0);
1277
- const b = n === se && r[a + 1].startsWith("/>") ? " " : "";
1278
- o += n === Ee ? c + Kr : f >= 0 ? (i.push(h), c.slice(0, f) + ai + c.slice(f) + Rt + b) : c + Rt + (f === -2 ? a : b);
1277
+ const b = n === se && r[l + 1].startsWith("/>") ? " " : "";
1278
+ o += n === Ee ? c + Kr : f >= 0 ? (i.push(h), c.slice(0, f) + ai + c.slice(f) + Rt + b) : c + Rt + (f === -2 ? l : b);
1279
1279
  }
1280
1280
  return [nr(r, o + (r[s] || "<?>") + (t === 2 ? "</svg>" : "")), i];
1281
1281
  };
@@ -1284,12 +1284,12 @@ class Be {
1284
1284
  let e;
1285
1285
  this.parts = [];
1286
1286
  let o = 0, n = 0;
1287
- const a = t.length - 1, c = this.parts, [h, d] = ar(t, s);
1287
+ const l = t.length - 1, c = this.parts, [h, d] = ar(t, s);
1288
1288
  if (this.el = Be.createElement(h, i), ne.currentNode = this.el.content, s === 2) {
1289
1289
  const f = this.el.content.firstChild;
1290
1290
  f.replaceWith(...f.childNodes);
1291
1291
  }
1292
- for (; (e = ne.nextNode()) !== null && c.length < a; ) {
1292
+ for (; (e = ne.nextNode()) !== null && c.length < l; ) {
1293
1293
  if (e.nodeType === 1) {
1294
1294
  if (e.hasAttributes())
1295
1295
  for (const f of e.getAttributeNames())
@@ -1324,12 +1324,12 @@ class Be {
1324
1324
  }
1325
1325
  }
1326
1326
  function ce(r, t, s = r, i) {
1327
- var n, a;
1327
+ var n, l;
1328
1328
  if (t === gt)
1329
1329
  return t;
1330
1330
  let e = i !== void 0 ? (n = s._$Co) == null ? void 0 : n[i] : s._$Cl;
1331
1331
  const o = Ve(t) ? void 0 : t._$litDirective$;
1332
- return (e == null ? void 0 : e.constructor) !== o && ((a = e == null ? void 0 : e._$AO) == null || a.call(e, !1), o === void 0 ? e = void 0 : (e = new o(r), e._$AT(r, s, i)), i !== void 0 ? (s._$Co ?? (s._$Co = []))[i] = e : s._$Cl = e), e !== void 0 && (t = ce(r, e._$AS(r, t.values), e, i)), t;
1332
+ return (e == null ? void 0 : e.constructor) !== o && ((l = e == null ? void 0 : e._$AO) == null || l.call(e, !1), o === void 0 ? e = void 0 : (e = new o(r), e._$AT(r, s, i)), i !== void 0 ? (s._$Co ?? (s._$Co = []))[i] = e : s._$Cl = e), e !== void 0 && (t = ce(r, e._$AS(r, t.values), e, i)), t;
1333
1333
  }
1334
1334
  class lr {
1335
1335
  constructor(t, s) {
@@ -1344,11 +1344,11 @@ class lr {
1344
1344
  u(t) {
1345
1345
  const { el: { content: s }, parts: i } = this._$AD, e = ((t == null ? void 0 : t.creationScope) ?? le).importNode(s, !0);
1346
1346
  ne.currentNode = e;
1347
- let o = ne.nextNode(), n = 0, a = 0, c = i[0];
1347
+ let o = ne.nextNode(), n = 0, l = 0, c = i[0];
1348
1348
  for (; c !== void 0; ) {
1349
1349
  if (n === c.index) {
1350
1350
  let h;
1351
- c.type === 2 ? h = new Ce(o, o.nextSibling, this, t) : c.type === 1 ? h = new c.ctor(o, c.name, c.strings, this, t) : c.type === 6 && (h = new pr(o, this, t)), this._$AV.push(h), c = i[++a];
1351
+ c.type === 2 ? h = new Ce(o, o.nextSibling, this, t) : c.type === 1 ? h = new c.ctor(o, c.name, c.strings, this, t) : c.type === 6 && (h = new pr(o, this, t)), this._$AV.push(h), c = i[++l];
1352
1352
  }
1353
1353
  n !== (c == null ? void 0 : c.index) && (o = ne.nextNode(), n++);
1354
1354
  }
@@ -1397,8 +1397,8 @@ class Ce {
1397
1397
  if (((o = this._$AH) == null ? void 0 : o._$AD) === e)
1398
1398
  this._$AH.p(s);
1399
1399
  else {
1400
- const n = new lr(e, this), a = n.u(this.options);
1401
- n.p(s), this.T(a), this._$AH = n;
1400
+ const n = new lr(e, this), l = n.u(this.options);
1401
+ n.p(s), this.T(l), this._$AH = n;
1402
1402
  }
1403
1403
  }
1404
1404
  _$AC(t) {
@@ -1441,10 +1441,10 @@ class Ge {
1441
1441
  if (o === void 0)
1442
1442
  t = ce(this, t, s, 0), n = !Ve(t) || t !== this._$AH && t !== gt, n && (this._$AH = t);
1443
1443
  else {
1444
- const a = t;
1444
+ const l = t;
1445
1445
  let c, h;
1446
1446
  for (t = o[0], c = 0; c < o.length - 1; c++)
1447
- h = ce(this, a[i + c], s, c), h === gt && (h = this._$AH[c]), n || (n = !Ve(h) || h !== this._$AH[c]), h === $ ? t = $ : t !== $ && (t += (h ?? "") + o[c + 1]), this._$AH[c] = h;
1447
+ h = ce(this, l[i + c], s, c), h === gt && (h = this._$AH[c]), n || (n = !Ve(h) || h !== this._$AH[c]), h === $ ? t = $ : t !== $ && (t += (h ?? "") + o[c + 1]), this._$AH[c] = h;
1448
1448
  }
1449
1449
  n && !e && this.j(t);
1450
1450
  }
@@ -1514,13 +1514,13 @@ const { I: Qr } = Gr, Xr = (r) => r.strings === void 0, ji = () => document.crea
1514
1514
  var o;
1515
1515
  const i = r._$AA.parentNode, e = t === void 0 ? r._$AB : t._$AA;
1516
1516
  if (s === void 0) {
1517
- const n = i.insertBefore(ji(), e), a = i.insertBefore(ji(), e);
1518
- s = new Qr(n, a, r, r.options);
1517
+ const n = i.insertBefore(ji(), e), l = i.insertBefore(ji(), e);
1518
+ s = new Qr(n, l, r, r.options);
1519
1519
  } else {
1520
- const n = s._$AB.nextSibling, a = s._$AM, c = a !== r;
1520
+ const n = s._$AB.nextSibling, l = s._$AM, c = l !== r;
1521
1521
  if (c) {
1522
1522
  let h;
1523
- (o = s._$AQ) == null || o.call(s, r), s._$AM = r, s._$AP !== void 0 && (h = r._$AU) !== a._$AU && s._$AP(h);
1523
+ (o = s._$AQ) == null || o.call(s, r), s._$AM = r, s._$AP !== void 0 && (h = r._$AU) !== l._$AU && s._$AP(h);
1524
1524
  }
1525
1525
  if (n !== e || c) {
1526
1526
  let h = s._$AA;
@@ -1806,7 +1806,7 @@ const fr = be(oo), no = fr, ao = fr, lo = (r) => Cs(r).values().next().value.get
1806
1806
  const e = new URLSearchParams(s.split("?")[1] || ""), o = i.get();
1807
1807
  let n = [];
1808
1808
  Array.isArray(o) ? n = o : n = [o];
1809
- const a = [];
1809
+ const l = [];
1810
1810
  let c = Number.POSITIVE_INFINITY, h = 0, d = 0;
1811
1811
  if (e.has("limit") && (c = parseInt(e.get("limit") || "0"), d++), e.has("offset") && (h = parseInt(e.get("offset") || "0"), d++), d > 0 && (e.delete("limit"), e.delete("offset")), e.size === 0)
1812
1812
  return n.slice(h, h + c);
@@ -1815,15 +1815,15 @@ const fr = be(oo), no = fr, ao = fr, lo = (r) => Cs(r).values().next().value.get
1815
1815
  for (const C of w)
1816
1816
  for (const O of n)
1817
1817
  if (typeof O != "object")
1818
- isNaN(+b) ? O.toString().includes(b) && a.push(O) : O == b && a.push(O);
1818
+ isNaN(+b) ? O.toString().includes(b) && l.push(O) : O == b && l.push(O);
1819
1819
  else {
1820
1820
  const D = O;
1821
1821
  if (!D[m])
1822
1822
  continue;
1823
- isNaN(+C) ? (f = D[m]) != null && f.toString().toLowerCase().includes(C.toLowerCase()) && a.push(O) : D[m] == C && a.push(O);
1823
+ isNaN(+C) ? (f = D[m]) != null && f.toString().toLowerCase().includes(C.toLowerCase()) && l.push(O) : D[m] == C && l.push(O);
1824
1824
  }
1825
1825
  }
1826
- return a.slice(h, h + c);
1826
+ return l.slice(h, h + c);
1827
1827
  }
1828
1828
  /**
1829
1829
  * firstCallDone is a function that returns a promise that is resolved when the first call to the API is done for each serviceURL whatever api instance is used
@@ -1853,11 +1853,11 @@ const fr = be(oo), no = fr, ao = fr, lo = (r) => Cs(r).values().next().value.get
1853
1853
  apiMethod: "get",
1854
1854
  path: t,
1855
1855
  additionalHeaders: s
1856
- }, o = await this.createHeaders(s), n = this.computeURL(t), a = JSON.stringify({
1856
+ }, o = await this.createHeaders(s), n = this.computeURL(t), l = JSON.stringify({
1857
1857
  url: n,
1858
1858
  headers: o
1859
1859
  });
1860
- if (!I.loadingGetPromises.has(a)) {
1860
+ if (!I.loadingGetPromises.has(l)) {
1861
1861
  const h = new Promise(async (d) => {
1862
1862
  try {
1863
1863
  const f = await fetch(n, { headers: o, credentials: this.credentials, cache: this.cache }), m = await this.handleResult(f, e);
@@ -1866,10 +1866,10 @@ const fr = be(oo), no = fr, ao = fr, lo = (r) => Cs(r).values().next().value.get
1866
1866
  d(null);
1867
1867
  }
1868
1868
  });
1869
- I.loadingGetPromises.set(a, h);
1869
+ I.loadingGetPromises.set(l, h);
1870
1870
  }
1871
- const c = await I.loadingGetPromises.get(a);
1872
- return I.loadingGetPromises.delete(a), c;
1871
+ const c = await I.loadingGetPromises.get(l);
1872
+ return I.loadingGetPromises.delete(l), c;
1873
1873
  }
1874
1874
  /**
1875
1875
  * Création du header, avec authentification si besoin
@@ -1903,13 +1903,13 @@ const fr = be(oo), no = fr, ao = fr, lo = (r) => Cs(r).values().next().value.get
1903
1903
  data: s
1904
1904
  }, n = await this.createHeaders(e);
1905
1905
  n.Accept = "application/json", n["Content-Type"] = "application/json";
1906
- const a = await fetch(this.computeURL(t), {
1906
+ const l = await fetch(this.computeURL(t), {
1907
1907
  headers: n,
1908
1908
  credentials: this.credentials,
1909
1909
  method: i,
1910
1910
  body: JSON.stringify(s)
1911
1911
  });
1912
- return await this.handleResult(a, o);
1912
+ return await this.handleResult(l, o);
1913
1913
  }
1914
1914
  /**
1915
1915
  * Agit comme une soumission de formulaire, mais attends un json en réponse
@@ -1923,14 +1923,14 @@ const fr = be(oo), no = fr, ao = fr, lo = (r) => Cs(r).values().next().value.get
1923
1923
  data: s
1924
1924
  }, n = await this.createHeaders(e);
1925
1925
  n.Accept = "application/json";
1926
- const a = new FormData(), c = s;
1926
+ const l = new FormData(), c = s;
1927
1927
  for (const d in c)
1928
- a.set(d, c[d]);
1928
+ l.set(d, c[d]);
1929
1929
  const h = await fetch(this.computeURL(t), {
1930
1930
  headers: n,
1931
1931
  credentials: this.credentials,
1932
1932
  method: i,
1933
- body: a
1933
+ body: l
1934
1934
  });
1935
1935
  return await this.handleResult(h, o);
1936
1936
  }
@@ -2001,9 +2001,9 @@ const R = be(Us), Vs = /* @__PURE__ */ new Map(), Mi = (r) => {
2001
2001
  wordingVersionProvider: i
2002
2002
  };
2003
2003
  let o = null;
2004
- for (const [n, a] of Vs)
2004
+ for (const [n, l] of Vs)
2005
2005
  if (J.deepEqual(n, e)) {
2006
- o = a;
2006
+ o = l;
2007
2007
  break;
2008
2008
  }
2009
2009
  return o || (o = {
@@ -2055,7 +2055,7 @@ const R = be(Us), Vs = /* @__PURE__ */ new Map(), Mi = (r) => {
2055
2055
  return;
2056
2056
  }
2057
2057
  n.callIndex++;
2058
- const a = n.callIndex, c = n.wordingProvider ?? "";
2058
+ const l = n.callIndex, c = n.wordingProvider ?? "";
2059
2059
  if (!c && i) {
2060
2060
  window.setTimeout(async () => {
2061
2061
  V.callApi(null, s, !1, n);
@@ -2064,7 +2064,7 @@ const R = be(Us), Vs = /* @__PURE__ */ new Map(), Mi = (r) => {
2064
2064
  }
2065
2065
  const h = n.api;
2066
2066
  window.queueMicrotask(async () => {
2067
- if (o = V.publisher["wording_" + s].get() != null, !o && s !== "" && (n.keysToTranslate.add(s), V.publisher["wording_" + s] = Ii), a !== n.callIndex)
2067
+ if (o = V.publisher["wording_" + s].get() != null, !o && s !== "" && (n.keysToTranslate.add(s), V.publisher["wording_" + s] = Ii), l !== n.callIndex)
2068
2068
  return;
2069
2069
  const d = Array.from(n.keysToTranslate);
2070
2070
  if (!d.length)
@@ -2092,14 +2092,14 @@ const R = be(Us), Vs = /* @__PURE__ */ new Map(), Mi = (r) => {
2092
2092
  const n = V.publisher.get().__wording_versions__ ?? [];
2093
2093
  if (e == null)
2094
2094
  return;
2095
- const a = n.find(
2095
+ const l = n.find(
2096
2096
  (c) => c.serviceURL === s.api.serviceURL
2097
2097
  ) || {
2098
2098
  serviceURL: s.api.serviceURL,
2099
2099
  version: 0
2100
2100
  };
2101
- if (n.includes(a) || n.push(a), e !== a.version) {
2102
- a.version = e, V.publisher.set({ __wording_versions__: n });
2101
+ if (n.includes(l) || n.push(l), e !== l.version) {
2102
+ l.version = e, V.publisher.set({ __wording_versions__: n });
2103
2103
  for (const c of Vs.values())
2104
2104
  c.keysToTranslate = new Set(c.translatedKeys), c.keysToTranslate.size > 0 && V.callApi(null, "", !1, c);
2105
2105
  }
@@ -2139,8 +2139,8 @@ const Y = (r, t) => {
2139
2139
  var e;
2140
2140
  const s = (e = class extends r {
2141
2141
  constructor(...n) {
2142
- super(), this.collectDependenciesVersion = 0, this.displayContents = !1, this.noAutoFill = !1, this.forceAutoFill = !1, this.renderOnPropsInternalChange = !1, this.noShadowDom = null, this.propertyMap = null, this.title = "", this.dataProvider = null, this.bindPublisher = null, this._props = null, this.defferedDebug = null, this.debug = null, this.onAssign = (a) => {
2143
- this.props = a;
2142
+ super(), this.collectDependenciesVersion = 0, this.displayContents = !1, this.noAutoFill = !1, this.forceAutoFill = !1, this.renderOnPropsInternalChange = !1, this.noShadowDom = null, this.propertyMap = null, this.title = "", this.dataProvider = null, this.bindPublisher = null, this._props = null, this.defferedDebug = null, this.debug = null, this.onAssign = (l) => {
2143
+ this.props = l;
2144
2144
  };
2145
2145
  }
2146
2146
  /**
@@ -2179,11 +2179,11 @@ const Y = (r, t) => {
2179
2179
  // rootMargin: Math.max(window.innerWidth, window.innerHeight) + "px",
2180
2180
  threshold: 0.9
2181
2181
  };
2182
- let a = !0;
2182
+ let l = !0;
2183
2183
  const c = new IntersectionObserver((h) => {
2184
2184
  for (const d of h)
2185
- if (a && d.isIntersecting) {
2186
- this.addDebugger(), a = !1, this.initWording(), this.initPublisher(), c.disconnect();
2185
+ if (l && d.isIntersecting) {
2186
+ this.addDebugger(), l = !1, this.initWording(), this.initPublisher(), c.disconnect();
2187
2187
  break;
2188
2188
  }
2189
2189
  }, n);
@@ -2201,24 +2201,24 @@ const Y = (r, t) => {
2201
2201
  if (this.hasAttribute("debug") && !this.defferedDebug) {
2202
2202
  if (!this.debug) {
2203
2203
  this.debug = document.createElement("div");
2204
- const a = this.debug.style;
2205
- a.position = "fixed", a.top = "0", a.right = "0", a.margin = "auto", a.borderRadius = ".7rem", a.backgroundColor = "#0f1729", a.color = "#c5d4f9", a.padding = "16px 16px", a.margin = "16px 16px", a.boxShadow = "0 10px 30px -18px rgba(0,0,0,.3)", a.overflowY = "auto", a.zIndex = "99999999", a.maxHeight = "calc(100vh - 32px)", a.fontFamily = "Consolas, monospace", a.maxWidth = "min(50vw,25rem)", a.fontSize = "12px", a.minWidth = "300px", a.overflowWrap = "break-word", a.resize = "vertical";
2204
+ const l = this.debug.style;
2205
+ l.position = "fixed", l.top = "0", l.right = "0", l.margin = "auto", l.borderRadius = ".7rem", l.backgroundColor = "#0f1729", l.color = "#c5d4f9", l.padding = "16px 16px", l.margin = "16px 16px", l.boxShadow = "0 10px 30px -18px rgba(0,0,0,.3)", l.overflowY = "auto", l.zIndex = "99999999", l.maxHeight = "calc(100vh - 32px)", l.fontFamily = "Consolas, monospace", l.maxWidth = "min(50vw,25rem)", l.fontSize = "12px", l.minWidth = "300px", l.overflowWrap = "break-word", l.resize = "vertical";
2206
2206
  }
2207
- this.addEventListener("click", (a) => {
2208
- a.ctrlKey && (a.preventDefault(), rs = !rs);
2207
+ this.addEventListener("click", (l) => {
2208
+ l.ctrlKey && (l.preventDefault(), rs = !rs);
2209
2209
  }), this.dataProvider && (window[this.dataProvider] = this.publisher), this.addEventListener("mouseover", () => {
2210
2210
  rs || this.removeDebugger(), document.body.appendChild(this.debug), Is.add(this.debug);
2211
2211
  }), this.addEventListener("mouseout", () => {
2212
2212
  rs || this.removeDebugger();
2213
2213
  }), (n = this.publisher) == null || n.onInternalMutation(() => {
2214
- var a;
2214
+ var l;
2215
2215
  this.debug.innerHTML = `🤖 DataProvider : "<b style="font-weight:bold;color:#fff;">${this.dataProvider}</b>"<br>
2216
2216
  <div style="font-size:10px;border-top:1px dashed;margin-top:5px;padding-left:23px;opacity:.6;padding-top:5px;">
2217
2217
  Variable disponible dans la console<br>
2218
2218
  ctrl + Clique : épingler / désépingler
2219
2219
  </div>
2220
2220
  <pre style="margin-top:10px;background:transparent;padding:0;font-size:inherit;color:inherit;">${JSON.stringify(
2221
- (a = this.publisher) == null ? void 0 : a.get(),
2221
+ (l = this.publisher) == null ? void 0 : l.get(),
2222
2222
  null,
2223
2223
  " "
2224
2224
  )}</pre>`;
@@ -2246,8 +2246,8 @@ const Y = (r, t) => {
2246
2246
  */
2247
2247
  async initWording() {
2248
2248
  const n = Object.getOwnPropertyNames(this.constructor.prototype);
2249
- for (const a of n)
2250
- a.indexOf("wording_") == 0 && Fe.callApi(this, a.substring(8));
2249
+ for (const l of n)
2250
+ l.indexOf("wording_") == 0 && Fe.callApi(this, l.substring(8));
2251
2251
  Fe.publisher.startTemplateFilling(this);
2252
2252
  }
2253
2253
  /**
@@ -2267,17 +2267,17 @@ const Y = (r, t) => {
2267
2267
  this.publisher && (this.publisher.stopTemplateFilling(this), this.publisher.offInternalMutation(this.requestUpdate), this.onAssign && this.publisher.offAssign(this.onAssign));
2268
2268
  const n = N.getInstance();
2269
2269
  this.dataProvider || (this.dataProvider = this.getAncestorAttributeValue("dataProvider"));
2270
- let a = this.dataProvider;
2271
- if (!a && this._props && (this.dataProvider = a = "__subscriber__" + e.instanceCounter), a) {
2272
- this.bindPublisher && n.set(a, this.bindPublisher());
2273
- let c = n.get(a, {
2270
+ let l = this.dataProvider;
2271
+ if (!l && this._props && (this.dataProvider = l = "__subscriber__" + e.instanceCounter), l) {
2272
+ this.bindPublisher && n.set(l, this.bindPublisher());
2273
+ let c = n.get(l, {
2274
2274
  localStorageMode: this.getAttribute("localStorage") || "disabled"
2275
2275
  });
2276
- if (this.dataProvider = a, this.hasAttribute("subDataProvider")) {
2276
+ if (this.dataProvider = l, this.hasAttribute("subDataProvider")) {
2277
2277
  const h = this.getAttribute(
2278
2278
  "subDataProvider"
2279
2279
  );
2280
- this.dataProvider = a + "/" + h, c = J.traverse(c, h.split(".")), n.set(this.dataProvider, c), this.publisher = c;
2280
+ this.dataProvider = l + "/" + h, c = J.traverse(c, h.split(".")), n.set(this.dataProvider, c), this.publisher = c;
2281
2281
  }
2282
2282
  this.publisher = c;
2283
2283
  }
@@ -2285,23 +2285,23 @@ const Y = (r, t) => {
2285
2285
  }
2286
2286
  }, e.instanceCounter = 0, e);
2287
2287
  return It([
2288
- l({ type: Number })
2288
+ a({ type: Number })
2289
2289
  ], s.prototype, "collectDependenciesVersion", 2), It([
2290
- l({ type: Boolean })
2290
+ a({ type: Boolean })
2291
2291
  ], s.prototype, "displayContents", 2), It([
2292
- l({ type: Boolean })
2292
+ a({ type: Boolean })
2293
2293
  ], s.prototype, "noAutoFill", 2), It([
2294
- l({ type: Boolean })
2294
+ a({ type: Boolean })
2295
2295
  ], s.prototype, "forceAutoFill", 2), It([
2296
- l({ type: Object })
2296
+ a({ type: Object })
2297
2297
  ], s.prototype, "propertyMap", 2), It([
2298
- l({ type: String, attribute: "data-title" })
2298
+ a({ type: String, attribute: "data-title" })
2299
2299
  ], s.prototype, "title", 2), It([
2300
- l({ reflect: !0 })
2300
+ a({ reflect: !0 })
2301
2301
  ], s.prototype, "dataProvider", 2), It([
2302
- l()
2302
+ a()
2303
2303
  ], s.prototype, "bindPublisher", 2), It([
2304
- l()
2304
+ a()
2305
2305
  ], s.prototype, "props", 1), s;
2306
2306
  };
2307
2307
  var fo = Object.defineProperty, go = Object.getOwnPropertyDescriptor, mo = (r, t, s, i) => {
@@ -2322,7 +2322,7 @@ const Ye = (r) => {
2322
2322
  }
2323
2323
  }
2324
2324
  return mo([
2325
- l({ type: Array })
2325
+ a({ type: Array })
2326
2326
  ], t.prototype, "templates", 2), t;
2327
2327
  };
2328
2328
  var bo = Object.defineProperty, vo = Object.getOwnPropertyDescriptor, Z = (r, t, s, i) => {
@@ -2408,67 +2408,67 @@ let q = class extends Y(Ye(y)) {
2408
2408
  }
2409
2409
  };
2410
2410
  Z([
2411
- l()
2411
+ a()
2412
2412
  ], q.prototype, "wording_billet_periode_validite", 1);
2413
2413
  Z([
2414
- l({ type: Boolean })
2414
+ a({ type: Boolean })
2415
2415
  ], q.prototype, "designMode", 2);
2416
2416
  Z([
2417
- l({ type: String })
2417
+ a({ type: String })
2418
2418
  ], q.prototype, "time_zone", 2);
2419
2419
  Z([
2420
- l({ type: Number })
2420
+ a({ type: Number })
2421
2421
  ], q.prototype, "date", 2);
2422
2422
  Z([
2423
- l({ type: String })
2423
+ a({ type: String })
2424
2424
  ], q.prototype, "date_string", 2);
2425
2425
  Z([
2426
- l({ type: String })
2426
+ a({ type: String })
2427
2427
  ], q.prototype, "start_date_string", 2);
2428
2428
  Z([
2429
- l({ type: String })
2429
+ a({ type: String })
2430
2430
  ], q.prototype, "end_date_string", 2);
2431
2431
  Z([
2432
- l({ type: Number })
2432
+ a({ type: Number })
2433
2433
  ], q.prototype, "start_date", 2);
2434
2434
  Z([
2435
- l({ type: Boolean })
2435
+ a({ type: Boolean })
2436
2436
  ], q.prototype, "hide_hours", 2);
2437
2437
  Z([
2438
- l({ type: Number })
2438
+ a({ type: Number })
2439
2439
  ], q.prototype, "end_date", 2);
2440
2440
  Z([
2441
- l({ type: String })
2441
+ a({ type: String })
2442
2442
  ], q.prototype, "era", 2);
2443
2443
  Z([
2444
- l({ type: String })
2444
+ a({ type: String })
2445
2445
  ], q.prototype, "year", 2);
2446
2446
  Z([
2447
- l({ type: String })
2447
+ a({ type: String })
2448
2448
  ], q.prototype, "month", 2);
2449
2449
  Z([
2450
- l({ type: String })
2450
+ a({ type: String })
2451
2451
  ], q.prototype, "day", 2);
2452
2452
  Z([
2453
- l({ type: String })
2453
+ a({ type: String })
2454
2454
  ], q.prototype, "weekday", 2);
2455
2455
  Z([
2456
- l({ type: String })
2456
+ a({ type: String })
2457
2457
  ], q.prototype, "hour", 2);
2458
2458
  Z([
2459
- l({ type: Boolean })
2459
+ a({ type: Boolean })
2460
2460
  ], q.prototype, "hour12", 2);
2461
2461
  Z([
2462
- l({ type: String })
2462
+ a({ type: String })
2463
2463
  ], q.prototype, "minute", 2);
2464
2464
  Z([
2465
- l({ type: String })
2465
+ a({ type: String })
2466
2466
  ], q.prototype, "language", 2);
2467
2467
  Z([
2468
- l({ type: Boolean })
2468
+ a({ type: Boolean })
2469
2469
  ], q.prototype, "renderIf", 2);
2470
2470
  Z([
2471
- l({ type: Boolean })
2471
+ a({ type: Boolean })
2472
2472
  ], q.prototype, "now", 2);
2473
2473
  q = Z([
2474
2474
  _(yo)
@@ -2523,11 +2523,11 @@ let st = (G = class {
2523
2523
  document.location.hash = e.substring(1);
2524
2524
  return;
2525
2525
  }
2526
- const o = new URL(e, document.location.href), n = o.pathname.split("/"), a = [];
2526
+ const o = new URL(e, document.location.href), n = o.pathname.split("/"), l = [];
2527
2527
  let c = "";
2528
2528
  for (const h of n)
2529
- h != c && a.push(h), c = h;
2530
- e = "/" + a.join("/") + o.search + (o.hash ? +o.hash : ""), t.hasAttribute("pushState") ? history.pushState(null, "", e) : t.hasAttribute("replaceState") ? history.replaceState(null, "", e) : document.location.href = e;
2529
+ h != c && l.push(h), c = h;
2530
+ e = "/" + l.join("/") + o.search + (o.hash ? +o.hash : ""), t.hasAttribute("pushState") ? history.pushState(null, "", e) : t.hasAttribute("replaceState") ? history.replaceState(null, "", e) : document.location.href = e;
2531
2531
  }
2532
2532
  /**
2533
2533
  *
@@ -2665,15 +2665,15 @@ const os = /* @__PURE__ */ new Map(), Se = (r) => {
2665
2665
  const e = i.split(" "), o = e[0];
2666
2666
  if (!o)
2667
2667
  return;
2668
- for (const a of e) {
2669
- os.has(a) || os.set(a, []);
2670
- const c = os.get(a);
2668
+ for (const l of e) {
2669
+ os.has(l) || os.set(l, []);
2670
+ const c = os.get(l);
2671
2671
  (c == null ? void 0 : c.indexOf(this)) == -1 && c.push(this);
2672
2672
  }
2673
2673
  const n = os.get(o);
2674
- this.addEventListener("keydown", (a) => {
2674
+ this.addEventListener("keydown", (l) => {
2675
2675
  var b;
2676
- const c = a;
2676
+ const c = l;
2677
2677
  if (!["ArrowDown", "ArrowUp"].includes(c.key))
2678
2678
  return;
2679
2679
  const h = "input:not([disabled]), button:not([disabled]), select:not([disabled]), textarea:not([disabled])", d = n == null ? void 0 : n.filter((w) => {
@@ -2693,7 +2693,7 @@ const os = /* @__PURE__ */ new Map(), Se = (r) => {
2693
2693
  w == 0 ? f = d[d.length - 1] : f = d[w - 1];
2694
2694
  }
2695
2695
  const m = (b = f == null ? void 0 : f.shadowRoot) == null ? void 0 : b.querySelector(h);
2696
- m && m.focus && (m.focus(), a.preventDefault(), a.stopPropagation());
2696
+ m && m.focus && (m.focus(), l.preventDefault(), l.stopPropagation());
2697
2697
  });
2698
2698
  }
2699
2699
  connectedCallback() {
@@ -2706,25 +2706,25 @@ const os = /* @__PURE__ */ new Map(), Se = (r) => {
2706
2706
  }
2707
2707
  }
2708
2708
  return Ct([
2709
- l({ type: Boolean, reflect: !0 })
2709
+ a({ type: Boolean, reflect: !0 })
2710
2710
  ], t.prototype, "touched", 2), Ct([
2711
- l({ type: Boolean })
2711
+ a({ type: Boolean })
2712
2712
  ], t.prototype, "error", 2), Ct([
2713
- l({ type: Boolean })
2713
+ a({ type: Boolean })
2714
2714
  ], t.prototype, "autofocus", 2), Ct([
2715
- l({ type: Boolean })
2715
+ a({ type: Boolean })
2716
2716
  ], t.prototype, "required", 2), Ct([
2717
- l({ type: Boolean })
2717
+ a({ type: Boolean })
2718
2718
  ], t.prototype, "forceAutoFill", 2), Ct([
2719
- l({ type: Boolean })
2719
+ a({ type: Boolean })
2720
2720
  ], t.prototype, "disabled", 2), Ct([
2721
- l({ type: String, attribute: "data-aria-label" })
2721
+ a({ type: String, attribute: "data-aria-label" })
2722
2722
  ], t.prototype, "ariaLabel", 2), Ct([
2723
- l({ type: String, attribute: "data-aria-labelledby" })
2723
+ a({ type: String, attribute: "data-aria-labelledby" })
2724
2724
  ], t.prototype, "ariaLabelledby", 2), Ct([
2725
- l()
2725
+ a()
2726
2726
  ], t.prototype, "name", 1), Ct([
2727
- l()
2727
+ a()
2728
2728
  ], t.prototype, "value", 1), t;
2729
2729
  };
2730
2730
  let Po = class {
@@ -2809,8 +2809,8 @@ let Po = class {
2809
2809
  for (const o of t) {
2810
2810
  const n = o[s];
2811
2811
  if (!e.has(n)) {
2812
- const a = i.length;
2813
- e.set(n, a);
2812
+ const l = i.length;
2813
+ e.set(n, l);
2814
2814
  const c = { items: [] };
2815
2815
  c[s] = n, i.push(c);
2816
2816
  }
@@ -2833,7 +2833,7 @@ let Po = class {
2833
2833
  itemsIn: (s) => ({
2834
2834
  havingSameValue: () => ({
2835
2835
  forKey: (i) => {
2836
- const e = (o, n) => (a) => o[n] != a[n];
2836
+ const e = (o, n) => (l) => o[n] != l[n];
2837
2837
  return oe.from(
2838
2838
  t.filter(
2839
2839
  (o) => s.every(
@@ -2859,7 +2859,7 @@ var Bs = { exports: {} };
2859
2859
  (function(i, e) {
2860
2860
  return t !== null ? r.exports = e() : i.UrlPattern = e();
2861
2861
  })(Co, function() {
2862
- var i, e, o, n, a, c, h, d, f, m, b, w, C, O, D;
2862
+ var i, e, o, n, l, c, h, d, f, m, b, w, C, O, D;
2863
2863
  return f = function(p) {
2864
2864
  return p.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
2865
2865
  }, h = function(p, u) {
@@ -2982,7 +2982,7 @@ var Bs = { exports: {} };
2982
2982
  case "optional":
2983
2983
  return "(?:" + c(p.value, u) + ")?";
2984
2984
  }
2985
- }, a = function(p, u) {
2985
+ }, l = function(p, u) {
2986
2986
  return u == null && (u = d.segmentValueCharset), "^" + c(p, u) + "$";
2987
2987
  }, n = function(p) {
2988
2988
  if (Array.isArray(p))
@@ -3077,7 +3077,7 @@ var Bs = { exports: {} };
3077
3077
  throw new Error("couldn't parse pattern");
3078
3078
  if (S.rest !== "")
3079
3079
  throw new Error("could only partially parse pattern");
3080
- this.ast = S.value, this.regex = new RegExp(a(this.ast, A.segmentValueCharset)), this.names = n(this.ast);
3080
+ this.ast = S.value, this.regex = new RegExp(l(this.ast, A.segmentValueCharset)), this.names = n(this.ast);
3081
3081
  }, e.prototype.match = function(p) {
3082
3082
  var u, v;
3083
3083
  return v = this.regex.exec(p), v == null ? null : (u = v.slice(1), this.names ? b(this.names, u) : u);
@@ -3087,7 +3087,7 @@ var Bs = { exports: {} };
3087
3087
  if (p !== Object(p))
3088
3088
  throw new Error("argument must be an object or undefined");
3089
3089
  return D(this.ast, p, {});
3090
- }, e.escapeForRegex = f, e.concatMap = h, e.stringConcatMap = O, e.regexGroupCount = C, e.keysAndValuesToObject = b, e.P = i, e.newParser = w, e.defaultOptions = d, e.astNodeToRegexString = a, e.astNodeToNames = n, e.getParam = m, e.astNodeContainsSegmentsForProvidedParams = o, e.stringify = D, e;
3090
+ }, e.escapeForRegex = f, e.concatMap = h, e.stringConcatMap = O, e.regexGroupCount = C, e.keysAndValuesToObject = b, e.P = i, e.newParser = w, e.defaultOptions = d, e.astNodeToRegexString = l, e.astNodeToNames = n, e.getParam = m, e.astNodeContainsSegmentsForProvidedParams = o, e.stringify = D, e;
3091
3091
  });
3092
3092
  })(Bs, Bs.exports);
3093
3093
  var So = Bs.exports;
@@ -3123,14 +3123,14 @@ const hi = (r) => {
3123
3123
  e.checkMode = "noneChecked";
3124
3124
  return;
3125
3125
  }
3126
- const n = o[i].get(), a = e.values.get();
3127
- if (a && a.length) {
3128
- let c = a.length;
3129
- for (const h of a)
3126
+ const n = o[i].get(), l = e.values.get();
3127
+ if (l && l.length) {
3128
+ let c = l.length;
3129
+ for (const h of l)
3130
3130
  n.indexOf(h) == -1 && (c -= 1);
3131
- c == a.length && (e.checkMode = "allChecked"), c == 0 && (e.checkMode = "noneChecked");
3131
+ c == l.length && (e.checkMode = "allChecked"), c == 0 && (e.checkMode = "noneChecked");
3132
3132
  }
3133
- a.indexOf(this.value) == -1 && (this.checked = null);
3133
+ l.indexOf(this.value) == -1 && (this.checked = null);
3134
3134
  }
3135
3135
  }, this.onChecksAllRequest = (i) => {
3136
3136
  this.removeAttribute("allChecked"), this.removeAttribute("indeterminate"), i == "allChecked" && (this.checked = !0, this.setAttribute("allChecked", "")), i == "noneChecked" && (this.checked = null), i == "someUnchecked" && (this.checksAll() && (this.checked = "indeterminate"), this.setAttribute("indeterminate", ""));
@@ -3247,17 +3247,17 @@ const hi = (r) => {
3247
3247
  }
3248
3248
  }
3249
3249
  return xe([
3250
- l()
3250
+ a()
3251
3251
  ], t.prototype, "value", 1), xe([
3252
- l()
3252
+ a()
3253
3253
  ], t.prototype, "forceAutoFill", 2), xe([
3254
- l({ type: Boolean })
3254
+ a({ type: Boolean })
3255
3255
  ], t.prototype, "unique", 2), xe([
3256
- l({ type: Boolean })
3256
+ a({ type: Boolean })
3257
3257
  ], t.prototype, "radio", 2), xe([
3258
- l({ type: Boolean })
3258
+ a({ type: Boolean })
3259
3259
  ], t.prototype, "unCheckOnDisconnect", 2), xe([
3260
- l()
3260
+ a()
3261
3261
  ], t.prototype, "checked", 1), t;
3262
3262
  };
3263
3263
  /**
@@ -3735,43 +3735,43 @@ T.styles = [
3735
3735
  `
3736
3736
  ];
3737
3737
  U([
3738
- l({ type: String, reflect: !0 })
3738
+ a({ type: String, reflect: !0 })
3739
3739
  ], T.prototype, "type", 2);
3740
3740
  U([
3741
- l({ type: String, reflect: !0 })
3741
+ a({ type: String, reflect: !0 })
3742
3742
  ], T.prototype, "variant", 2);
3743
3743
  U([
3744
- l({ type: String, reflect: !0 })
3744
+ a({ type: String, reflect: !0 })
3745
3745
  ], T.prototype, "size", 2);
3746
3746
  U([
3747
- l({ type: String, reflect: !0 })
3747
+ a({ type: String, reflect: !0 })
3748
3748
  ], T.prototype, "shape", 2);
3749
3749
  U([
3750
- l({ type: String })
3750
+ a({ type: String })
3751
3751
  ], T.prototype, "direction", 2);
3752
3752
  U([
3753
- l({ type: String, reflect: !0 })
3753
+ a({ type: String, reflect: !0 })
3754
3754
  ], T.prototype, "alignItems", 2);
3755
3755
  U([
3756
- l({ type: String })
3756
+ a({ type: String })
3757
3757
  ], T.prototype, "justify", 2);
3758
3758
  U([
3759
- l({ type: String, reflect: !0 })
3759
+ a({ type: String, reflect: !0 })
3760
3760
  ], T.prototype, "align", 2);
3761
3761
  U([
3762
- l({ type: String })
3762
+ a({ type: String })
3763
3763
  ], T.prototype, "minWidth", 2);
3764
3764
  U([
3765
- l({ type: Boolean, reflect: !0 })
3765
+ a({ type: Boolean, reflect: !0 })
3766
3766
  ], T.prototype, "icon", 2);
3767
3767
  U([
3768
- l({ type: String })
3768
+ a({ type: String })
3769
3769
  ], T.prototype, "download", 2);
3770
3770
  U([
3771
- l({ type: String })
3771
+ a({ type: String })
3772
3772
  ], T.prototype, "autoActive", 2);
3773
3773
  U([
3774
- l({ type: Boolean, reflect: !0 })
3774
+ a({ type: Boolean, reflect: !0 })
3775
3775
  ], T.prototype, "loading", 2);
3776
3776
  U([
3777
3777
  M()
@@ -3786,28 +3786,28 @@ U([
3786
3786
  ge({ flatten: !0, slot: "suffix" })
3787
3787
  ], T.prototype, "suffixes", 2);
3788
3788
  U([
3789
- l({ type: String })
3789
+ a({ type: String })
3790
3790
  ], T.prototype, "target", 2);
3791
3791
  U([
3792
- l({ type: String })
3792
+ a({ type: String })
3793
3793
  ], T.prototype, "href", 1);
3794
3794
  U([
3795
- l({ type: String })
3795
+ a({ type: String })
3796
3796
  ], T.prototype, "goBack", 2);
3797
3797
  U([
3798
- l({ type: Boolean })
3798
+ a({ type: Boolean })
3799
3799
  ], T.prototype, "pushState", 2);
3800
3800
  U([
3801
- l({ type: Boolean, reflect: !0 })
3801
+ a({ type: Boolean, reflect: !0 })
3802
3802
  ], T.prototype, "active", 2);
3803
3803
  U([
3804
- l({ type: Boolean, reflect: !0 })
3804
+ a({ type: Boolean, reflect: !0 })
3805
3805
  ], T.prototype, "autoRepeat", 2);
3806
3806
  U([
3807
- l({ type: String, attribute: "data-aria-controls" })
3807
+ a({ type: String, attribute: "data-aria-controls" })
3808
3808
  ], T.prototype, "ariaControls", 2);
3809
3809
  U([
3810
- l({ type: Boolean, attribute: "data-aria-expanded" })
3810
+ a({ type: Boolean, attribute: "data-aria-expanded" })
3811
3811
  ], T.prototype, "sonicAriaExpanded", 2);
3812
3812
  U([
3813
3813
  M()
@@ -3835,8 +3835,8 @@ const Ri = (r, t, s) => {
3835
3835
  s === void 0 ? s = t : t !== void 0 && (i = t);
3836
3836
  const e = [], o = [];
3837
3837
  let n = 0;
3838
- for (const a of r)
3839
- e[n] = i ? i(a, n) : n, o[n] = s(a, n), n++;
3838
+ for (const l of r)
3839
+ e[n] = i ? i(l, n) : n, o[n] = s(l, n), n++;
3840
3840
  return { values: o, keys: e };
3841
3841
  }
3842
3842
  render(r, t, s) {
@@ -3846,23 +3846,23 @@ const Ri = (r, t, s) => {
3846
3846
  const e = eo(r), { values: o, keys: n } = this.dt(t, s, i);
3847
3847
  if (!Array.isArray(e))
3848
3848
  return this.ut = n, o;
3849
- const a = this.ut ?? (this.ut = []), c = [];
3849
+ const l = this.ut ?? (this.ut = []), c = [];
3850
3850
  let h, d, f = 0, m = e.length - 1, b = 0, w = o.length - 1;
3851
3851
  for (; f <= m && b <= w; )
3852
3852
  if (e[f] === null)
3853
3853
  f++;
3854
3854
  else if (e[m] === null)
3855
3855
  m--;
3856
- else if (a[f] === n[b])
3856
+ else if (l[f] === n[b])
3857
3857
  c[b] = ie(e[f], o[b]), f++, b++;
3858
- else if (a[m] === n[w])
3858
+ else if (l[m] === n[w])
3859
3859
  c[w] = ie(e[m], o[w]), m--, w--;
3860
- else if (a[f] === n[w])
3860
+ else if (l[f] === n[w])
3861
3861
  c[w] = ie(e[f], o[w]), Ne(r, c[w + 1], e[f]), f++, w--;
3862
- else if (a[m] === n[b])
3862
+ else if (l[m] === n[b])
3863
3863
  c[b] = ie(e[m], o[b]), Ne(r, e[f], e[m]), m--, b++;
3864
- else if (h === void 0 && (h = Ri(n, b, w), d = Ri(a, f, m)), h.has(a[f]))
3865
- if (h.has(a[m])) {
3864
+ else if (h === void 0 && (h = Ri(n, b, w), d = Ri(l, f, m)), h.has(l[f]))
3865
+ if (h.has(l[m])) {
3866
3866
  const C = d.get(n[b]), O = C !== void 0 ? e[C] : null;
3867
3867
  if (O === null) {
3868
3868
  const D = Ne(r, e[f]);
@@ -3979,8 +3979,8 @@ class Wo extends ci {
3979
3979
  const o = Rs.get(this.options.inId);
3980
3980
  if (o) {
3981
3981
  Rs.delete(this.options.inId);
3982
- const { from: n, to: a } = this.N(o, e, s);
3983
- t = this.calculateKeyframes(n, a), t = this.options.in ? [{ ...this.options.in[0], ...t[0] }, ...this.options.in.slice(1), t[1]] : t, Fi++, t.forEach((c) => c.zIndex = Fi);
3982
+ const { from: n, to: l } = this.N(o, e, s);
3983
+ t = this.calculateKeyframes(n, l), t = this.options.in ? [{ ...this.options.in[0], ...t[0] }, ...this.options.in.slice(1), t[1]] : t, Fi++, t.forEach((c) => c.zIndex = Fi);
3984
3984
  } else
3985
3985
  this.options.in && (t = [...this.options.in, {}]);
3986
3986
  }
@@ -4042,16 +4042,16 @@ class Wo extends ci {
4042
4042
  }
4043
4043
  N(t, s, i) {
4044
4044
  t = { ...t }, s = { ...s };
4045
- const e = i.map((a) => a.animatingProperties).filter((a) => a !== void 0);
4045
+ const e = i.map((l) => l.animatingProperties).filter((l) => l !== void 0);
4046
4046
  let o = 1, n = 1;
4047
- return e.length > 0 && (e.forEach((a) => {
4048
- a.width && (o /= a.width), a.height && (n /= a.height);
4047
+ return e.length > 0 && (e.forEach((l) => {
4048
+ l.width && (o /= l.width), l.height && (n /= l.height);
4049
4049
  }), t.left !== void 0 && s.left !== void 0 && (t.left = o * t.left, s.left = o * s.left), t.top !== void 0 && s.top !== void 0 && (t.top = n * t.top, s.top = n * s.top)), { from: t, to: s };
4050
4050
  }
4051
4051
  calculateKeyframes(t, s, i = !1) {
4052
4052
  const e = {}, o = {};
4053
4053
  let n = !1;
4054
- const a = {};
4054
+ const l = {};
4055
4055
  for (const c in s) {
4056
4056
  const h = t[c], d = s[c];
4057
4057
  if (c in Fs) {
@@ -4059,11 +4059,11 @@ class Wo extends ci {
4059
4059
  if (h === void 0 || d === void 0)
4060
4060
  continue;
4061
4061
  const m = f(h, d);
4062
- m.transform !== void 0 && (a[c] = m.value, n = !0, e.transform = `${e.transform ?? ""} ${m.transform}`, m.overrideFrom !== void 0 && Object.assign(e, m.overrideFrom));
4062
+ m.transform !== void 0 && (l[c] = m.value, n = !0, e.transform = `${e.transform ?? ""} ${m.transform}`, m.overrideFrom !== void 0 && Object.assign(e, m.overrideFrom));
4063
4063
  } else
4064
4064
  h !== d && h !== void 0 && d !== void 0 && (n = !0, e[c] = h, o[c] = d);
4065
4065
  }
4066
- return e.transformOrigin = o.transformOrigin = i ? "center center" : "top left", this.animatingProperties = a, n ? [e, o] : void 0;
4066
+ return e.transformOrigin = o.transformOrigin = i ? "center center" : "top left", this.animatingProperties = l, n ? [e, o] : void 0;
4067
4067
  }
4068
4068
  async animate(t, s = this.options.keyframeOptions) {
4069
4069
  this.start(), this.frames = t;
@@ -4176,14 +4176,14 @@ Pi.default = {
4176
4176
  return "";
4177
4177
  const i = t.name, e = Zo;
4178
4178
  if (s == "custom" && Go(), s && s in fs) {
4179
- const o = fs[s], n = t.prefix || o.defaultPrefix || "", a = e[s] || {};
4180
- e[s] = a;
4179
+ const o = fs[s], n = t.prefix || o.defaultPrefix || "", l = e[s] || {};
4180
+ e[s] = l;
4181
4181
  const c = n + "-" + i;
4182
- if (a[c])
4183
- return R(a[c]);
4182
+ if (l[c])
4183
+ return R(l[c]);
4184
4184
  const h = (o.url || "").replace("$prefix", n).replace("$name", i);
4185
4185
  if (Vt.icons[h])
4186
- return a[c] = Vt.icons[h], R(Vt.icons[h]);
4186
+ return l[c] = Vt.icons[h], R(Vt.icons[h]);
4187
4187
  if (!ns.has(h)) {
4188
4188
  const f = new Promise(async (m) => {
4189
4189
  const b = await fetch(h);
@@ -4201,7 +4201,7 @@ Pi.default = {
4201
4201
  ns.set(h, f);
4202
4202
  }
4203
4203
  const d = await ns.get(h);
4204
- if (ns.delete(h), a[c] = d || "", Vt.icons[h] = d || "", Vt.names.length > Yo) {
4204
+ if (ns.delete(h), l[c] = d || "", Vt.icons[h] = d || "", Vt.names.length > Yo) {
4205
4205
  const f = Vt.names.shift();
4206
4206
  delete Vt.icons[f];
4207
4207
  }
@@ -4289,13 +4289,13 @@ Xe([
4289
4289
  M()
4290
4290
  ], he.prototype, "iconText", 2);
4291
4291
  Xe([
4292
- l({ type: String })
4292
+ a({ type: String })
4293
4293
  ], he.prototype, "name", 2);
4294
4294
  Xe([
4295
- l({ type: String })
4295
+ a({ type: String })
4296
4296
  ], he.prototype, "prefix", 2);
4297
4297
  Xe([
4298
- l({ type: String })
4298
+ a({ type: String })
4299
4299
  ], he.prototype, "library", 2);
4300
4300
  he = Xe([
4301
4301
  _(Jo)
@@ -4559,28 +4559,28 @@ yt.styles = [
4559
4559
  `
4560
4560
  ];
4561
4561
  Et([
4562
- l({ type: String })
4562
+ a({ type: String })
4563
4563
  ], yt.prototype, "title", 2);
4564
4564
  Et([
4565
- l({ type: String })
4565
+ a({ type: String })
4566
4566
  ], yt.prototype, "id", 2);
4567
4567
  Et([
4568
- l({ type: String })
4568
+ a({ type: String })
4569
4569
  ], yt.prototype, "text", 2);
4570
4570
  Et([
4571
- l({ type: String })
4571
+ a({ type: String })
4572
4572
  ], yt.prototype, "status", 2);
4573
4573
  Et([
4574
- l({ type: Boolean })
4574
+ a({ type: Boolean })
4575
4575
  ], yt.prototype, "ghost", 2);
4576
4576
  Et([
4577
- l({ type: Boolean })
4577
+ a({ type: Boolean })
4578
4578
  ], yt.prototype, "preserve", 2);
4579
4579
  Et([
4580
- l({ type: Boolean })
4580
+ a({ type: Boolean })
4581
4581
  ], yt.prototype, "dismissForever", 2);
4582
4582
  Et([
4583
- l({ type: String })
4583
+ a({ type: String })
4584
4584
  ], yt.prototype, "maxHeight", 2);
4585
4585
  Et([
4586
4586
  M()
@@ -4777,8 +4777,8 @@ let ft = class extends y {
4777
4777
  for (const n of o) {
4778
4778
  if (!("style" in n))
4779
4779
  continue;
4780
- const a = n.style;
4781
- for (const c of a)
4780
+ const l = n.style;
4781
+ for (const c of l)
4782
4782
  r.includes(c) || c.indexOf("--sc") !== 0 || r.push(c);
4783
4783
  }
4784
4784
  } catch {
@@ -4808,16 +4808,16 @@ ft.styles = [
4808
4808
  `
4809
4809
  ];
4810
4810
  ts([
4811
- l({ type: String, reflect: !0 })
4811
+ a({ type: String, reflect: !0 })
4812
4812
  ], ft.prototype, "theme", 2);
4813
4813
  ts([
4814
- l({ type: Boolean, reflect: !0 })
4814
+ a({ type: Boolean, reflect: !0 })
4815
4815
  ], ft.prototype, "background", 2);
4816
4816
  ts([
4817
- l({ type: Boolean, reflect: !0 })
4817
+ a({ type: Boolean, reflect: !0 })
4818
4818
  ], ft.prototype, "color", 2);
4819
4819
  ts([
4820
- l({ type: Boolean, reflect: !0 })
4820
+ a({ type: Boolean, reflect: !0 })
4821
4821
  ], ft.prototype, "font", 2);
4822
4822
  ft = ts([
4823
4823
  _(hn)
@@ -4925,16 +4925,16 @@ let E = class extends y {
4925
4925
  dismissForever: t.dismissForever
4926
4926
  };
4927
4927
  if (t.dismissForever && t.id) {
4928
- const a = localStorage.getItem("sonic-toast-dismissed") || "{}";
4929
- if (JSON.parse(a)[t.id])
4928
+ const l = localStorage.getItem("sonic-toast-dismissed") || "{}";
4929
+ if (JSON.parse(l)[t.id])
4930
4930
  return null;
4931
4931
  }
4932
4932
  if (s != null && s.toasts.length) {
4933
- const a = { ...n };
4933
+ const l = { ...n };
4934
4934
  for (const c of s.toasts) {
4935
4935
  const h = { ...c };
4936
- if (a.id = h.id = 0, /*!currentToast.preserve && */
4937
- J.shallowEqual(a, h))
4936
+ if (l.id = h.id = 0, /*!currentToast.preserve && */
4937
+ J.shallowEqual(l, h))
4938
4938
  return null;
4939
4939
  }
4940
4940
  }
@@ -4967,7 +4967,7 @@ let E = class extends y {
4967
4967
  };
4968
4968
  E.delegateToasts = !1;
4969
4969
  vr([
4970
- l({ type: Array })
4970
+ a({ type: Array })
4971
4971
  ], E.prototype, "toasts", 2);
4972
4972
  E = vr([
4973
4973
  _(un)
@@ -5039,10 +5039,10 @@ const bn = /* @__PURE__ */ new Set(), vn = /* @__PURE__ */ new Set(), yn = (r) =
5039
5039
  return;
5040
5040
  }
5041
5041
  if (this.key) {
5042
- const n = o._sonic_http_response_, a = this.key.split(".");
5042
+ const n = o._sonic_http_response_, l = this.key.split(".");
5043
5043
  o = J.traverse(
5044
5044
  o,
5045
- a,
5045
+ l,
5046
5046
  this.hasAttribute("preserveOtherKeys")
5047
5047
  ), o && J.isObject(o) && n && (o._sonic_http_response_ = n);
5048
5048
  }
@@ -5079,36 +5079,40 @@ const bn = /* @__PURE__ */ new Set(), vn = /* @__PURE__ */ new Set(), yn = (r) =
5079
5079
  threshold: 0.9
5080
5080
  };
5081
5081
  this.iObserver = new IntersectionObserver(
5082
- (c) => this.onIntersection(c),
5082
+ (h) => this.onIntersection(h),
5083
5083
  n
5084
5084
  );
5085
- let a = this.shadowRoot ? this.shadowRoot.children[0] : this.children[0];
5086
- if ((a == null ? void 0 : a.nodeName.toLocaleLowerCase()) == "slot" && (a = a.children[0]), !a || a.nodeName.toLocaleLowerCase() == "template") {
5087
- a = document.createElement("span");
5088
- const c = a.style;
5089
- c.pointerEvents = "none", this.lazyLoadSpan = a, this.appendChild(a);
5090
- }
5091
- a ? this.iObserver.observe(a) : this.isFirstLoad && this._fetchData();
5085
+ let c = [...(this.shadowRoot ? this.shadowRoot : this).children].filter(
5086
+ (h) => h.nodeName.toLowerCase() != "style"
5087
+ )[0];
5088
+ if ((c == null ? void 0 : c.nodeName.toLocaleLowerCase()) == "slot" && (c = [...c.children].filter(
5089
+ (h) => h.nodeName.toLowerCase() != "style"
5090
+ )[0]), !c || c.nodeName.toLocaleLowerCase() == "template") {
5091
+ c = document.createElement("span");
5092
+ const h = c.style;
5093
+ h.pointerEvents = "none", this.lazyLoadSpan = c, this.appendChild(c);
5094
+ }
5095
+ c ? this.iObserver.observe(c) : this.isFirstLoad && this._fetchData();
5092
5096
  }
5093
5097
  onIntersection(e) {
5094
5098
  var o, n;
5095
- for (const a of e)
5096
- if (a.isIntersecting && this.isFirstLoad) {
5099
+ for (const l of e)
5100
+ if (l.isIntersecting && this.isFirstLoad) {
5097
5101
  this._fetchData(), (o = this.lazyLoadSpan) == null || o.remove(), this.lazyLoadSpan = void 0, (n = this.iObserver) == null || n.disconnect();
5098
5102
  break;
5099
5103
  }
5100
5104
  }
5101
5105
  }
5102
5106
  return Te([
5103
- l()
5107
+ a()
5104
5108
  ], s.prototype, "noErrorsRecordings", 2), Te([
5105
- l()
5109
+ a()
5106
5110
  ], s.prototype, "props", 1), Te([
5107
- l({ type: String })
5111
+ a({ type: String })
5108
5112
  ], s.prototype, "endPoint", 1), Te([
5109
- l()
5113
+ a()
5110
5114
  ], s.prototype, "requestId", 2), Te([
5111
- l({ type: Number })
5115
+ a({ type: Number })
5112
5116
  ], s.prototype, "refetchEveryMs", 2), s;
5113
5117
  };
5114
5118
  var wn = Object.defineProperty, _n = Object.getOwnPropertyDescriptor, re = (r, t, s, i) => {
@@ -5149,19 +5153,19 @@ const Ss = (r) => {
5149
5153
  }
5150
5154
  }
5151
5155
  return re([
5152
- l()
5156
+ a()
5153
5157
  ], t.prototype, "forceAutoFill", 2), re([
5154
- l({ type: String })
5158
+ a({ type: String })
5155
5159
  ], t.prototype, "type", 1), re([
5156
- l()
5160
+ a()
5157
5161
  ], t.prototype, "description", 1), re([
5158
- l()
5162
+ a()
5159
5163
  ], t.prototype, "label", 1), re([
5160
- l({ type: String, reflect: !0 })
5164
+ a({ type: String, reflect: !0 })
5161
5165
  ], t.prototype, "status", 2), re([
5162
- l({ type: Number })
5166
+ a({ type: Number })
5163
5167
  ], t.prototype, "tabindex", 2), re([
5164
- l({ type: String })
5168
+ a({ type: String })
5165
5169
  ], t.prototype, "autocomplete", 2), t;
5166
5170
  }, yr = di, xn = hi, wr = Se, _r = Ss, Qt = Y, pi = Ye;
5167
5171
  window["concorde-mixins"] = window["concorde-mixins"] || {};
@@ -5219,7 +5223,7 @@ gs.styles = [
5219
5223
  `
5220
5224
  ];
5221
5225
  xr([
5222
- l()
5226
+ a()
5223
5227
  ], gs.prototype, "loader", 2);
5224
5228
  gs = xr([
5225
5229
  _(Cn)
@@ -5244,7 +5248,7 @@ ms.styles = P`
5244
5248
  }
5245
5249
  `;
5246
5250
  Pr([
5247
- l({ type: Boolean })
5251
+ a({ type: Boolean })
5248
5252
  ], ms.prototype, "condition", 2);
5249
5253
  ms = Pr([
5250
5254
  _(On)
@@ -5430,10 +5434,10 @@ et.styles = [
5430
5434
  ];
5431
5435
  et.callCounter = 0;
5432
5436
  ui([
5433
- l({ type: String })
5437
+ a({ type: String })
5434
5438
  ], et.prototype, "mode", 2);
5435
5439
  ui([
5436
- l({ type: Boolean })
5440
+ a({ type: Boolean })
5437
5441
  ], et.prototype, "noDelay", 2);
5438
5442
  et = ui([
5439
5443
  _(Nn)
@@ -5523,7 +5527,7 @@ let qt = class extends di(Y(Ye(y))) {
5523
5527
  return Ot(this.templateParts["no-item"]);
5524
5528
  const e = this.templateList.length;
5525
5529
  let o = -1;
5526
- const n = this.hasAttribute("extractValues"), a = this.templateParts.separator, c = (i == null ? void 0 : i.length) || 0, h = i == null ? void 0 : i.slice(this.offset, this.offset + this.limit);
5530
+ const n = this.hasAttribute("extractValues"), l = this.templateParts.separator, c = (i == null ? void 0 : i.length) || 0, h = i == null ? void 0 : i.slice(this.offset, this.offset + this.limit);
5527
5531
  return g`
5528
5532
  ${h == null ? void 0 : h.map((d, f) => {
5529
5533
  if (d == null)
@@ -5556,29 +5560,29 @@ let qt = class extends di(Y(Ye(y))) {
5556
5560
  >
5557
5561
  ${Ot(m || this.templateList[o % e])}
5558
5562
  </sonic-subscriber>
5559
- ${a && !w ? Ot(a) : $}
5563
+ ${l && !w ? Ot(l) : $}
5560
5564
  `;
5561
5565
  })}
5562
5566
  `;
5563
5567
  }
5564
5568
  };
5565
5569
  ve([
5566
- l({ type: Object })
5570
+ a({ type: Object })
5567
5571
  ], qt.prototype, "itemPropertyMap", 2);
5568
5572
  ve([
5569
- l({ type: String })
5573
+ a({ type: String })
5570
5574
  ], qt.prototype, "templateKey", 2);
5571
5575
  ve([
5572
- l({ type: String })
5576
+ a({ type: String })
5573
5577
  ], qt.prototype, "idKey", 2);
5574
5578
  ve([
5575
- l()
5579
+ a()
5576
5580
  ], qt.prototype, "loader", 2);
5577
5581
  ve([
5578
- l()
5582
+ a()
5579
5583
  ], qt.prototype, "limit", 2);
5580
5584
  ve([
5581
- l()
5585
+ a()
5582
5586
  ], qt.prototype, "offset", 2);
5583
5587
  qt = ve([
5584
5588
  _(zn)
@@ -5608,19 +5612,19 @@ let ot = class extends Y(y) {
5608
5612
  const t = this.dataProviderExpression.split("?");
5609
5613
  t.shift();
5610
5614
  const s = new URLSearchParams(t.join("?")), i = (n = this.filterPublisher) == null ? void 0 : n.get(), e = this.filteredFields.split(" ");
5611
- for (const a in i) {
5612
- let c = i[a];
5613
- Array.isArray(c) && (c = c.filter((h) => h !== null)), !(this.filteredFields && !e.includes(a) || c == null || c.toString() === "") && s.set(a, i[a].toString());
5615
+ for (const l in i) {
5616
+ let c = i[l];
5617
+ Array.isArray(c) && (c = c.filter((h) => h !== null)), !(this.filteredFields && !e.includes(l) || c == null || c.toString() === "") && s.set(l, i[l].toString());
5614
5618
  }
5615
5619
  const o = s.toString();
5616
5620
  if (!(o == this.searchHash && !this.isFirstRequest)) {
5617
5621
  this.searchHash = o;
5618
- for (const a of this.listDataProviders)
5619
- N.delete(a);
5622
+ for (const l of this.listDataProviders)
5623
+ N.delete(l);
5620
5624
  this.listDataProviders = [], clearTimeout(this.filterTimeoutId), this.filterTimeoutId = setTimeout(
5621
5625
  async () => {
5622
- const a = this.resultCount;
5623
- this.props = null, this.requestId++, this.resultCount = a, await N.getInstance().isLocalStrorageReady, window.requestAnimationFrame(() => this.next());
5626
+ const l = this.resultCount;
5627
+ this.props = null, this.requestId++, this.resultCount = l, await N.getInstance().isLocalStrorageReady, window.requestAnimationFrame(() => this.next());
5624
5628
  },
5625
5629
  this.isFirstRequest ? 0 : this.filterTimeoutMs
5626
5630
  ), this.isFirstRequest = !1;
@@ -5677,14 +5681,14 @@ let ot = class extends Y(y) {
5677
5681
  let e = this.dataProviderExpression.replace("$offset", t + "").replace("$limit", this.limit + "");
5678
5682
  const o = e.split("?");
5679
5683
  let n = o.shift();
5680
- const a = new URLSearchParams(o.join("?")), c = (f = this.filterPublisher) == null ? void 0 : f.get(), h = this.filteredFields.split(" ");
5684
+ const l = new URLSearchParams(o.join("?")), c = (f = this.filterPublisher) == null ? void 0 : f.get(), h = this.filteredFields.split(" ");
5681
5685
  for (const m in c)
5682
- this.filteredFields && h.includes(m) || c[m] == null || c[m] == "" || a.set(m, c[m]);
5683
- this.searchHash || (this.searchHash = a.toString()), n = n + "?" + a.toString(), e = e + "_item_from_queue_" + this.instanceId, this.listDataProviders.push(e);
5686
+ this.filteredFields && h.includes(m) || c[m] == null || c[m] == "" || l.set(m, c[m]);
5687
+ this.searchHash || (this.searchHash = l.toString()), n = n + "?" + l.toString(), e = e + "_item_from_queue_" + this.instanceId, this.listDataProviders.push(e);
5684
5688
  const d = [
5685
5689
  ...this.props,
5686
5690
  {
5687
- id: a.toString() + "/" + this.props.length,
5691
+ id: l.toString() + "/" + this.props.length,
5688
5692
  dataProvider: e,
5689
5693
  endPoint: n,
5690
5694
  offset: t,
@@ -5731,40 +5735,40 @@ let ot = class extends Y(y) {
5731
5735
  };
5732
5736
  ot.instanceCounter = 0;
5733
5737
  bt([
5734
- l({ type: Array })
5738
+ a({ type: Array })
5735
5739
  ], ot.prototype, "templates", 2);
5736
5740
  bt([
5737
- l({ type: Object })
5741
+ a({ type: Object })
5738
5742
  ], ot.prototype, "itemPropertyMap", 2);
5739
5743
  bt([
5740
- l()
5744
+ a()
5741
5745
  ], ot.prototype, "cache", 2);
5742
5746
  bt([
5743
- l()
5747
+ a()
5744
5748
  ], ot.prototype, "targetRequestDuration", 2);
5745
5749
  bt([
5746
- l()
5750
+ a()
5747
5751
  ], ot.prototype, "limit", 2);
5748
5752
  bt([
5749
- l()
5753
+ a()
5750
5754
  ], ot.prototype, "lazyBoundsRatio", 2);
5751
5755
  bt([
5752
- l()
5756
+ a()
5753
5757
  ], ot.prototype, "offset", 2);
5754
5758
  bt([
5755
- l()
5759
+ a()
5756
5760
  ], ot.prototype, "resultCount", 2);
5757
5761
  bt([
5758
- l({ type: Boolean })
5762
+ a({ type: Boolean })
5759
5763
  ], ot.prototype, "noLazyload", 2);
5760
5764
  bt([
5761
- l()
5765
+ a()
5762
5766
  ], ot.prototype, "filteredFields", 2);
5763
5767
  bt([
5764
- l({ type: String })
5768
+ a({ type: String })
5765
5769
  ], ot.prototype, "dataProviderExpression", 2);
5766
5770
  bt([
5767
- l({ type: String })
5771
+ a({ type: String })
5768
5772
  ], ot.prototype, "idKey", 2);
5769
5773
  ot = bt([
5770
5774
  _(Hn)
@@ -5818,8 +5822,8 @@ let Wt = class extends Y(y) {
5818
5822
  const o = this.getAncestorAttributeValue(
5819
5823
  "headersDataProvider"
5820
5824
  ), n = o ? N.getInstance().get(o) : null;
5821
- let a = {};
5822
- n && (a = n.get());
5825
+ let l = {};
5826
+ n && (l = n.get());
5823
5827
  let c = null;
5824
5828
  const h = this.getAncestorAttributeValue("dataProvider"), d = this.endPoint || h;
5825
5829
  et.show();
@@ -5830,15 +5834,15 @@ let Wt = class extends Y(y) {
5830
5834
  d,
5831
5835
  e,
5832
5836
  s,
5833
- a
5837
+ l
5834
5838
  ));
5835
5839
  else
5836
5840
  switch (s) {
5837
5841
  case "put":
5838
- c = await ((u = this.api) == null ? void 0 : u.put(d, e, a));
5842
+ c = await ((u = this.api) == null ? void 0 : u.put(d, e, l));
5839
5843
  break;
5840
5844
  case "delete":
5841
- c = await ((v = this.api) == null ? void 0 : v.delete(d, e, a));
5845
+ c = await ((v = this.api) == null ? void 0 : v.delete(d, e, l));
5842
5846
  break;
5843
5847
  case "get":
5844
5848
  const W = new URLSearchParams();
@@ -5846,10 +5850,10 @@ let Wt = class extends Y(y) {
5846
5850
  for (const $i in e)
5847
5851
  W.append($i, e[$i]);
5848
5852
  const ee = "?" + W.toString();
5849
- c = await ((A = this.api) == null ? void 0 : A.get(d + ee, a));
5853
+ c = await ((A = this.api) == null ? void 0 : A.get(d + ee, l));
5850
5854
  break;
5851
5855
  default:
5852
- c = await ((S = this.api) == null ? void 0 : S.post(d, e, a));
5856
+ c = await ((S = this.api) == null ? void 0 : S.post(d, e, l));
5853
5857
  break;
5854
5858
  }
5855
5859
  et.hide(), c ? c._sonic_http_response_ && !c._sonic_http_response_.ok && Object.keys(c).length === 1 && (c.messages = [{ content: "Network Error", status: "error" }]) : c = { messages: [{ content: "Network Error", status: "error" }] };
@@ -5901,19 +5905,19 @@ Wt.styles = P`
5901
5905
  }
5902
5906
  `;
5903
5907
  Oe([
5904
- l({ type: String })
5908
+ a({ type: String })
5905
5909
  ], Wt.prototype, "submitResultKey", 2);
5906
5910
  Oe([
5907
- l({ type: Boolean })
5911
+ a({ type: Boolean })
5908
5912
  ], Wt.prototype, "disabled", 2);
5909
5913
  Oe([
5910
- l({ type: String })
5914
+ a({ type: String })
5911
5915
  ], Wt.prototype, "endPoint", 2);
5912
5916
  Oe([
5913
- l()
5917
+ a()
5914
5918
  ], Wt.prototype, "name", 2);
5915
5919
  Oe([
5916
- l()
5920
+ a()
5917
5921
  ], Wt.prototype, "value", 2);
5918
5922
  Wt = Oe([
5919
5923
  _(Kn)
@@ -5995,10 +5999,10 @@ let bs = class extends Y(Ye(y)) {
5995
5999
  }
5996
6000
  };
5997
6001
  fi([
5998
- l({ type: String })
6002
+ a({ type: String })
5999
6003
  ], bs.prototype, "fallBackRoute", 2);
6000
6004
  fi([
6001
- l()
6005
+ a()
6002
6006
  ], bs.prototype, "location", 1);
6003
6007
  bs = fi([
6004
6008
  _(Yn)
@@ -6077,14 +6081,14 @@ let vs = class extends Y(Ye(y)) {
6077
6081
  const e = s.getAttribute(
6078
6082
  "dataProviderExpression"
6079
6083
  );
6080
- let o = "", n = t, a = s.getAttribute(
6084
+ let o = "", n = t, l = s.getAttribute(
6081
6085
  this.templateValueAttribute
6082
6086
  );
6083
- if (this.inverted && (n = a, a = t), a == "" && (a = this.inverted ? "*" : "^$"), s.getAttribute("mode") == "patternMatching") {
6084
- const c = new ae(a);
6087
+ if (this.inverted && (n = l, l = t), l == "" && (l = this.inverted ? "*" : "^$"), s.getAttribute("mode") == "patternMatching") {
6088
+ const c = new ae(l);
6085
6089
  o = new ae(e).stringify(c.match(n));
6086
6090
  } else {
6087
- const c = new RegExp(a), h = (n + "").match(c);
6091
+ const c = new RegExp(l), h = (n + "").match(c);
6088
6092
  h && (o = (i = h.shift()) == null ? void 0 : i.replace(c, e));
6089
6093
  }
6090
6094
  return g`<div
@@ -6100,10 +6104,10 @@ let vs = class extends Y(Ye(y)) {
6100
6104
  }
6101
6105
  };
6102
6106
  gi([
6103
- l()
6107
+ a()
6104
6108
  ], vs.prototype, "state", 2);
6105
6109
  gi([
6106
- l({ type: Boolean, reflect: !0 })
6110
+ a({ type: Boolean, reflect: !0 })
6107
6111
  ], vs.prototype, "inverted", 2);
6108
6112
  vs = gi([
6109
6113
  _(ia)
@@ -6140,7 +6144,7 @@ let qs = class extends Y(y) {
6140
6144
  }
6141
6145
  };
6142
6146
  $r([
6143
- l()
6147
+ a()
6144
6148
  ], qs.prototype, "text", 2);
6145
6149
  qs = $r([
6146
6150
  _(ha)
@@ -6300,8 +6304,8 @@ class Ea {
6300
6304
  return [];
6301
6305
  let e = [], o = 0;
6302
6306
  for (const n of t)
6303
- for (const a of i)
6304
- this.nodeMatchesPattern(n, a) && e.push({ parent: s, child: a, index: o }), e = e.concat(this.getNodesMatchingPatterns([n], a)), o++;
6307
+ for (const l of i)
6308
+ this.nodeMatchesPattern(n, l) && e.push({ parent: s, child: l, index: o }), e = e.concat(this.getNodesMatchingPatterns([n], l)), o++;
6305
6309
  return e;
6306
6310
  }
6307
6311
  /**
@@ -6318,12 +6322,12 @@ class Ea {
6318
6322
  for (const c of o)
6319
6323
  if (!this.stringMatchesExpression(e[c], i[c]))
6320
6324
  return !1;
6321
- const n = t.attributes, a = s.attributes;
6322
- if (n && !a)
6325
+ const n = t.attributes, l = s.attributes;
6326
+ if (n && !l)
6323
6327
  return !1;
6324
6328
  if (n) {
6325
6329
  for (const c in n)
6326
- if (!a || !this.stringMatchesExpression(a[c], n[c]))
6330
+ if (!l || !this.stringMatchesExpression(l[c], n[c]))
6327
6331
  return !1;
6328
6332
  }
6329
6333
  return !0;
@@ -6341,12 +6345,12 @@ class Ea {
6341
6345
  * L'élément créé est inséré en lieu et place du premier élément de la liste
6342
6346
  */
6343
6347
  wrap(t, s) {
6344
- var n, a, c, h, d, f;
6348
+ var n, l, c, h, d, f;
6345
6349
  const i = { ...t.ui };
6346
6350
  i.nodes || (i.nodes = []);
6347
6351
  let e = 0;
6348
6352
  for (const m of s)
6349
- (n = i.nodes) == null || n.push(m.child), e > 0 && ((a = m.parent.nodes) == null || a.splice(m.parent.nodes.indexOf(m.child), 1)), e++;
6353
+ (n = i.nodes) == null || n.push(m.child), e > 0 && ((l = m.parent.nodes) == null || l.splice(m.parent.nodes.indexOf(m.child), 1)), e++;
6350
6354
  const o = (h = (c = s[0]) == null ? void 0 : c.parent.nodes) == null ? void 0 : h.indexOf(s[0].child);
6351
6355
  o && ((d = s[0].parent.nodes) == null || d.splice(o, 1), (f = s[0].parent.nodes) == null || f.splice(o, 0, i));
6352
6356
  }
@@ -6359,9 +6363,9 @@ class Ea {
6359
6363
  (i = o.parent.nodes) == null || i.splice(o.parent.nodes.indexOf(o.child), 1);
6360
6364
  let n = [];
6361
6365
  t.after && (n = this.getNodesMatchingPatterns([t.after], this.sduiDescriptor)), t.before && (n = this.getNodesMatchingPatterns([t.before], this.sduiDescriptor));
6362
- const a = n[0];
6363
- a && ((e = a.parent.nodes) == null || e.splice(
6364
- a.parent.nodes.indexOf(a.child) + (t.after ? 1 : 0),
6366
+ const l = n[0];
6367
+ l && ((e = l.parent.nodes) == null || e.splice(
6368
+ l.parent.nodes.indexOf(l.child) + (t.after ? 1 : 0),
6365
6369
  0,
6366
6370
  o.child
6367
6371
  ));
@@ -6374,22 +6378,22 @@ class Ea {
6374
6378
  remap(t, s) {
6375
6379
  var i, e, o;
6376
6380
  for (const n of s) {
6377
- const a = { ...t.ui };
6378
- a.attributes || (a.attributes = {});
6381
+ const l = { ...t.ui };
6382
+ l.attributes || (l.attributes = {});
6379
6383
  const c = n.child.attributes;
6380
6384
  if (c)
6381
6385
  for (const w in c)
6382
- Object.prototype.hasOwnProperty.call(a.attributes, "key") || (a.attributes[w] = c[w]);
6383
- const h = ["libraryKey", "innerHTML", "prefix", "suffix", "markup"], d = n.child, f = a;
6386
+ Object.prototype.hasOwnProperty.call(l.attributes, "key") || (l.attributes[w] = c[w]);
6387
+ const h = ["libraryKey", "innerHTML", "prefix", "suffix", "markup"], d = n.child, f = l;
6384
6388
  for (const w of h)
6385
- !Object.prototype.hasOwnProperty.call(a, w) && d[w] && (f[w] = d[w]);
6386
- a.nodes || (a.nodes = []);
6389
+ !Object.prototype.hasOwnProperty.call(l, w) && d[w] && (f[w] = d[w]);
6390
+ l.nodes || (l.nodes = []);
6387
6391
  const m = n.child.nodes;
6388
6392
  if (m)
6389
6393
  for (const w of m)
6390
- a.nodes.push(w);
6394
+ l.nodes.push(w);
6391
6395
  const b = ((i = n.parent.nodes) == null ? void 0 : i.indexOf(n.child)) || -1;
6392
- b != -1 && ((e = n.parent.nodes) == null || e.splice(b, 1), (o = n.parent.nodes) == null || o.splice(b, 0, a));
6396
+ b != -1 && ((e = n.parent.nodes) == null || e.splice(b, 1), (o = n.parent.nodes) == null || o.splice(b, 0, l));
6393
6397
  }
6394
6398
  }
6395
6399
  /**
@@ -6578,10 +6582,10 @@ let ys = class extends yr(Qt(y)) {
6578
6582
  }
6579
6583
  };
6580
6584
  mi([
6581
- l()
6585
+ a()
6582
6586
  ], ys.prototype, "sduiKey", 2);
6583
6587
  mi([
6584
- l()
6588
+ a()
6585
6589
  ], ys.prototype, "messagesKey", 2);
6586
6590
  ys = mi([
6587
6591
  _(ja)
@@ -6626,13 +6630,13 @@ let ws = class extends Qt(y) {
6626
6630
  continue;
6627
6631
  let n = X.get(o);
6628
6632
  n = Qe.traverse(n, e);
6629
- const a = {
6633
+ const l = {
6630
6634
  publisher: n,
6631
6635
  subscriber: (c) => {
6632
6636
  t[s] = c;
6633
6637
  }
6634
6638
  };
6635
- this.listeners.push(a), n.onAssign(a.subscriber), t._proxies_.set(s, n);
6639
+ this.listeners.push(l), n.onAssign(l.subscriber), t._proxies_.set(s, n);
6636
6640
  } else {
6637
6641
  this.publisher[s] = {};
6638
6642
  const e = new ii({}, t);
@@ -6659,7 +6663,7 @@ ws.styles = [
6659
6663
  `
6660
6664
  ];
6661
6665
  Cr([
6662
- l({ type: Object })
6666
+ a({ type: Object })
6663
6667
  ], ws.prototype, "composition", 1);
6664
6668
  ws = Cr([
6665
6669
  _("sonic-mix")
@@ -6851,16 +6855,16 @@ de.styles = [
6851
6855
  `
6852
6856
  ];
6853
6857
  es([
6854
- l({ type: String, reflect: !0 })
6858
+ a({ type: String, reflect: !0 })
6855
6859
  ], de.prototype, "type", 2);
6856
6860
  es([
6857
- l({ type: String, reflect: !0 })
6861
+ a({ type: String, reflect: !0 })
6858
6862
  ], de.prototype, "variant", 2);
6859
6863
  es([
6860
- l({ type: String, reflect: !0 })
6864
+ a({ type: String, reflect: !0 })
6861
6865
  ], de.prototype, "size", 2);
6862
6866
  es([
6863
- l({ type: Boolean, reflect: !0 })
6867
+ a({ type: Boolean, reflect: !0 })
6864
6868
  ], de.prototype, "ellipsis", 2);
6865
6869
  de = es([
6866
6870
  _(Ha)
@@ -6936,19 +6940,19 @@ Kt.styles = [
6936
6940
  `
6937
6941
  ];
6938
6942
  De([
6939
- l({ type: String })
6943
+ a({ type: String })
6940
6944
  ], Kt.prototype, "href", 2);
6941
6945
  De([
6942
- l({ type: String, attribute: "data-aria-label" })
6946
+ a({ type: String, attribute: "data-aria-label" })
6943
6947
  ], Kt.prototype, "ariaLabel", 2);
6944
6948
  De([
6945
- l({ type: String })
6949
+ a({ type: String })
6946
6950
  ], Kt.prototype, "autoActive", 2);
6947
6951
  De([
6948
- l({ type: String })
6952
+ a({ type: String })
6949
6953
  ], Kt.prototype, "target", 1);
6950
6954
  De([
6951
- l({ type: Boolean })
6955
+ a({ type: Boolean })
6952
6956
  ], Kt.prototype, "pushState", 2);
6953
6957
  Kt = De([
6954
6958
  _(Za)
@@ -7081,19 +7085,19 @@ Zt.styles = [
7081
7085
  `
7082
7086
  ];
7083
7087
  ke([
7084
- l({ type: Number })
7088
+ a({ type: Number })
7085
7089
  ], Zt.prototype, "value", 2);
7086
7090
  ke([
7087
- l({ type: Number })
7091
+ a({ type: Number })
7088
7092
  ], Zt.prototype, "max", 2);
7089
7093
  ke([
7090
- l({ type: Boolean })
7094
+ a({ type: Boolean })
7091
7095
  ], Zt.prototype, "invert", 2);
7092
7096
  ke([
7093
- l({ type: String, reflect: !0 })
7097
+ a({ type: String, reflect: !0 })
7094
7098
  ], Zt.prototype, "type", 2);
7095
7099
  ke([
7096
- l({ type: String, reflect: !0 })
7100
+ a({ type: String, reflect: !0 })
7097
7101
  ], Zt.prototype, "size", 2);
7098
7102
  Zt = ke([
7099
7103
  _(Qa)
@@ -7651,46 +7655,46 @@ z.styles = [
7651
7655
  `
7652
7656
  ];
7653
7657
  B([
7654
- l({ type: String, reflect: !0 })
7658
+ a({ type: String, reflect: !0 })
7655
7659
  ], z.prototype, "size", 2);
7656
7660
  B([
7657
- l({ type: String })
7661
+ a({ type: String })
7658
7662
  ], z.prototype, "list", 2);
7659
7663
  B([
7660
- l({ type: String })
7664
+ a({ type: String })
7661
7665
  ], z.prototype, "placeholder", 2);
7662
7666
  B([
7663
- l({ type: String })
7667
+ a({ type: String })
7664
7668
  ], z.prototype, "pattern", 2);
7665
7669
  B([
7666
- l({ type: String })
7670
+ a({ type: String })
7667
7671
  ], z.prototype, "min", 2);
7668
7672
  B([
7669
- l({ type: String })
7673
+ a({ type: String })
7670
7674
  ], z.prototype, "max", 2);
7671
7675
  B([
7672
- l({ type: Boolean })
7676
+ a({ type: Boolean })
7673
7677
  ], z.prototype, "readonly", 2);
7674
7678
  B([
7675
- l({ type: Number })
7679
+ a({ type: Number })
7676
7680
  ], z.prototype, "step", 2);
7677
7681
  B([
7678
- l({ type: Number })
7682
+ a({ type: Number })
7679
7683
  ], z.prototype, "minlength", 2);
7680
7684
  B([
7681
- l({ type: Number })
7685
+ a({ type: Number })
7682
7686
  ], z.prototype, "maxlength", 2);
7683
7687
  B([
7684
- l({ type: String })
7688
+ a({ type: String })
7685
7689
  ], z.prototype, "src", 2);
7686
7690
  B([
7687
- l({ type: Boolean, reflect: !0 })
7691
+ a({ type: Boolean, reflect: !0 })
7688
7692
  ], z.prototype, "inlineContent", 2);
7689
7693
  B([
7690
- l({ type: Boolean })
7694
+ a({ type: Boolean })
7691
7695
  ], z.prototype, "disableInlineContentFocus", 2);
7692
7696
  B([
7693
- l({ type: Boolean })
7697
+ a({ type: Boolean })
7694
7698
  ], z.prototype, "showPasswordToggle", 2);
7695
7699
  B([
7696
7700
  lt({ slot: "label", flatten: !0 })
@@ -7792,7 +7796,7 @@ let it = class extends y {
7792
7796
  var b, w, C;
7793
7797
  let t = (b = this.popContent) == null ? void 0 : b.getBoundingClientRect();
7794
7798
  const s = 8, i = 5, e = this.getBoundingClientRect(), o = e.left, n = e.top;
7795
- let a = o, c = n;
7799
+ let l = o, c = n;
7796
7800
  const h = n - t.height - s, d = o - t.width - s, f = o + e.width + s, m = n + e.height + s;
7797
7801
  switch (r) {
7798
7802
  case "bottom":
@@ -7802,16 +7806,16 @@ let it = class extends y {
7802
7806
  c = h;
7803
7807
  break;
7804
7808
  case "left":
7805
- a = d;
7809
+ l = d;
7806
7810
  break;
7807
7811
  case "right":
7808
- a = f;
7812
+ l = f;
7809
7813
  break;
7810
7814
  }
7811
- this.lastContentX += a - t.x, this.lastContentY += c - t.y, Object.assign(this.popContent.style, {
7815
+ this.lastContentX += l - t.x, this.lastContentY += c - t.y, Object.assign(this.popContent.style, {
7812
7816
  left: `${this.lastContentX}px`,
7813
7817
  top: `${this.lastContentY}px`
7814
- }), t = (w = this.popContent) == null ? void 0 : w.getBoundingClientRect(), t.x < i && r == "left" && (a = f), t.y < i && r == "top" && (c = m), t.x + t.width > window.innerWidth - i && r == "right" && (a = d), t.y + t.height > window.innerHeight - i && r == "bottom" && (c = h), this.lastContentX += a - t.x, this.lastContentY += c - t.y, Object.assign(this.popContent.style, {
7818
+ }), t = (w = this.popContent) == null ? void 0 : w.getBoundingClientRect(), t.x < i && r == "left" && (l = f), t.y < i && r == "top" && (c = m), t.x + t.width > window.innerWidth - i && r == "right" && (l = d), t.y + t.height > window.innerHeight - i && r == "bottom" && (c = h), this.lastContentX += l - t.x, this.lastContentY += c - t.y, Object.assign(this.popContent.style, {
7815
7819
  left: `${this.lastContentX}px`,
7816
7820
  top: `${this.lastContentY}px`
7817
7821
  }), t = (C = this.popContent) == null ? void 0 : C.getBoundingClientRect(), t.x < 0 && (this.lastContentX += -t.x), t.y < 0 && (this.lastContentY += -t.y), t.x + t.width > window.innerWidth && (this.lastContentX += window.innerWidth - (t.x + t.width)), t.y + t.height > window.innerHeight && (this.lastContentY += window.innerHeight - (t.y + t.height)), Object.assign(this.popContent.style, {
@@ -7897,16 +7901,16 @@ Xt([
7897
7901
  fe("slot[name=content]")
7898
7902
  ], it.prototype, "popContent", 2);
7899
7903
  Xt([
7900
- l({ type: Boolean })
7904
+ a({ type: Boolean })
7901
7905
  ], it.prototype, "noToggle", 2);
7902
7906
  Xt([
7903
- l({ type: Boolean, reflect: !0 })
7907
+ a({ type: Boolean, reflect: !0 })
7904
7908
  ], it.prototype, "inline", 2);
7905
7909
  Xt([
7906
- l({ type: String, reflect: !0 })
7910
+ a({ type: String, reflect: !0 })
7907
7911
  ], it.prototype, "shadow", 2);
7908
7912
  Xt([
7909
- l({ type: String })
7913
+ a({ type: String })
7910
7914
  ], it.prototype, "placement", 2);
7911
7915
  it = Xt([
7912
7916
  _(rl)
@@ -8025,8 +8029,8 @@ let pt = class extends pi(_r(wr(Qt(y)))) {
8025
8029
  const o = i.get();
8026
8030
  if (Array.isArray(o)) {
8027
8031
  for (const n of o) {
8028
- const a = X.get(n.dataProvider).get();
8029
- if (Array.isArray(a) && (e = a.find(t), e))
8032
+ const l = X.get(n.dataProvider).get();
8033
+ if (Array.isArray(l) && (e = l.find(t), e))
8030
8034
  break;
8031
8035
  }
8032
8036
  return e ? (s(e), !0) : !1;
@@ -8111,31 +8115,31 @@ pt.styles = [
8111
8115
  `
8112
8116
  ];
8113
8117
  $t([
8114
- l({ type: String })
8118
+ a({ type: String })
8115
8119
  ], pt.prototype, "size", 2);
8116
8120
  $t([
8117
- l({ type: String })
8121
+ a({ type: String })
8118
8122
  ], pt.prototype, "placeholder", 2);
8119
8123
  $t([
8120
- l()
8124
+ a()
8121
8125
  ], pt.prototype, "filteredFields", 2);
8122
8126
  $t([
8123
- l({ type: Boolean })
8127
+ a({ type: Boolean })
8124
8128
  ], pt.prototype, "readonly", 2);
8125
8129
  $t([
8126
- l({ type: String })
8130
+ a({ type: String })
8127
8131
  ], pt.prototype, "dataProviderExpression", 2);
8128
8132
  $t([
8129
- l({ type: Boolean })
8133
+ a({ type: Boolean })
8130
8134
  ], pt.prototype, "select", 2);
8131
8135
  $t([
8132
- l({ type: String })
8136
+ a({ type: String })
8133
8137
  ], pt.prototype, "key", 2);
8134
8138
  $t([
8135
- l({ type: String })
8139
+ a({ type: String })
8136
8140
  ], pt.prototype, "searchParameter", 2);
8137
8141
  $t([
8138
- l({ type: String })
8142
+ a({ type: String })
8139
8143
  ], pt.prototype, "propertyName", 2);
8140
8144
  $t([
8141
8145
  lt({ slot: "prefix", flatten: !0 })
@@ -8179,10 +8183,10 @@ let nt = class extends Qt(y) {
8179
8183
  }
8180
8184
  };
8181
8185
  ht([
8182
- l()
8186
+ a()
8183
8187
  ], nt.prototype, "name", 2);
8184
8188
  ht([
8185
- l()
8189
+ a()
8186
8190
  ], nt.prototype, "minChars", 2);
8187
8191
  ht([
8188
8192
  M()
@@ -8203,22 +8207,22 @@ ht([
8203
8207
  M()
8204
8208
  ], nt.prototype, "hasSpecialChar", 2);
8205
8209
  ht([
8206
- l()
8210
+ a()
8207
8211
  ], nt.prototype, "wording_password_helper_decription", 2);
8208
8212
  ht([
8209
- l()
8213
+ a()
8210
8214
  ], nt.prototype, "wording_password_helper_min_length", 2);
8211
8215
  ht([
8212
- l()
8216
+ a()
8213
8217
  ], nt.prototype, "wording_password_helper_lower_case", 2);
8214
8218
  ht([
8215
- l()
8219
+ a()
8216
8220
  ], nt.prototype, "wording_password_helper_upper_case", 2);
8217
8221
  ht([
8218
- l()
8222
+ a()
8219
8223
  ], nt.prototype, "wording_password_helper_number", 2);
8220
8224
  ht([
8221
- l()
8225
+ a()
8222
8226
  ], nt.prototype, "wording_password_helper_special_char", 2);
8223
8227
  nt = ht([
8224
8228
  _(ul)
@@ -8255,16 +8259,16 @@ let Gt = class extends Qt(y) {
8255
8259
  }
8256
8260
  };
8257
8261
  ye([
8258
- l()
8262
+ a()
8259
8263
  ], Gt.prototype, "name", 2);
8260
8264
  ye([
8261
- l()
8265
+ a()
8262
8266
  ], Gt.prototype, "sameValueAs", 2);
8263
8267
  ye([
8264
- l()
8268
+ a()
8265
8269
  ], Gt.prototype, "descriptionWhenEqual", 2);
8266
8270
  ye([
8267
- l()
8271
+ a()
8268
8272
  ], Gt.prototype, "descriptionWhenNotEqual", 2);
8269
8273
  ye([
8270
8274
  M()
@@ -8460,22 +8464,22 @@ mt.styles = [
8460
8464
  `
8461
8465
  ];
8462
8466
  Ut([
8463
- l({ type: Boolean, reflect: !0 })
8467
+ a({ type: Boolean, reflect: !0 })
8464
8468
  ], mt.prototype, "touched", 2);
8465
8469
  Ut([
8466
- l({ type: String })
8470
+ a({ type: String })
8467
8471
  ], mt.prototype, "iconName", 2);
8468
8472
  Ut([
8469
- l({ type: String })
8473
+ a({ type: String })
8470
8474
  ], mt.prototype, "indeterminateIconName", 2);
8471
8475
  Ut([
8472
- l({ type: Boolean })
8476
+ a({ type: Boolean })
8473
8477
  ], mt.prototype, "showAsIndeterminate", 2);
8474
8478
  Ut([
8475
- l({ type: Boolean })
8479
+ a({ type: Boolean })
8476
8480
  ], mt.prototype, "hasDescription", 2);
8477
8481
  Ut([
8478
- l({ type: Boolean })
8482
+ a({ type: Boolean })
8479
8483
  ], mt.prototype, "hasLabel", 2);
8480
8484
  Ut([
8481
8485
  lt({ flatten: !0 })
@@ -8715,37 +8719,37 @@ K.styles = [
8715
8719
  `
8716
8720
  ];
8717
8721
  Q([
8718
- l({ type: String })
8722
+ a({ type: String })
8719
8723
  ], K.prototype, "valueKey", 2);
8720
8724
  Q([
8721
- l({ type: String })
8725
+ a({ type: String })
8722
8726
  ], K.prototype, "wordingKey", 2);
8723
8727
  Q([
8724
- l({ type: Boolean })
8728
+ a({ type: Boolean })
8725
8729
  ], K.prototype, "multiple", 2);
8726
8730
  Q([
8727
- l({ type: String, reflect: !0 })
8731
+ a({ type: String, reflect: !0 })
8728
8732
  ], K.prototype, "size", 2);
8729
8733
  Q([
8730
- l({ type: Number })
8734
+ a({ type: Number })
8731
8735
  ], K.prototype, "selectSize", 2);
8732
8736
  Q([
8733
- l({ type: String, reflect: !0 })
8737
+ a({ type: String, reflect: !0 })
8734
8738
  ], K.prototype, "status", 2);
8735
8739
  Q([
8736
- l({ type: Array })
8740
+ a({ type: Array })
8737
8741
  ], K.prototype, "options", 1);
8738
8742
  Q([
8739
- l({ reflect: !0 })
8743
+ a({ reflect: !0 })
8740
8744
  ], K.prototype, "value", 1);
8741
8745
  Q([
8742
- l({ type: Boolean })
8746
+ a({ type: Boolean })
8743
8747
  ], K.prototype, "forceAutoFill", 2);
8744
8748
  Q([
8745
- l()
8749
+ a()
8746
8750
  ], K.prototype, "description", 1);
8747
8751
  Q([
8748
- l()
8752
+ a()
8749
8753
  ], K.prototype, "label", 1);
8750
8754
  Q([
8751
8755
  lt({ slot: "label", flatten: !0 })
@@ -8861,31 +8865,31 @@ at.styles = [
8861
8865
  `
8862
8866
  ];
8863
8867
  ut([
8864
- l({ type: String })
8868
+ a({ type: String })
8865
8869
  ], at.prototype, "size", 2);
8866
8870
  ut([
8867
- l({ type: Number })
8871
+ a({ type: Number })
8868
8872
  ], at.prototype, "rows", 2);
8869
8873
  ut([
8870
- l({ type: Number })
8874
+ a({ type: Number })
8871
8875
  ], at.prototype, "cols", 2);
8872
8876
  ut([
8873
- l({ type: Number })
8877
+ a({ type: Number })
8874
8878
  ], at.prototype, "maxlength", 2);
8875
8879
  ut([
8876
- l({ type: Number })
8880
+ a({ type: Number })
8877
8881
  ], at.prototype, "minlength", 2);
8878
8882
  ut([
8879
- l({ type: String })
8883
+ a({ type: String })
8880
8884
  ], at.prototype, "wrap", 2);
8881
8885
  ut([
8882
- l({ type: Boolean })
8886
+ a({ type: Boolean })
8883
8887
  ], at.prototype, "readonly", 2);
8884
8888
  ut([
8885
- l({ type: String })
8889
+ a({ type: String })
8886
8890
  ], at.prototype, "placeholder", 2);
8887
8891
  ut([
8888
- l({ type: String })
8892
+ a({ type: String })
8889
8893
  ], at.prototype, "resize", 2);
8890
8894
  ut([
8891
8895
  lt({ slot: "label", flatten: !0 })
@@ -9004,22 +9008,22 @@ Ft.styles = [
9004
9008
  `
9005
9009
  ];
9006
9010
  we([
9007
- l({ type: Boolean })
9011
+ a({ type: Boolean })
9008
9012
  ], Ft.prototype, "forceAutoFill", 2);
9009
9013
  we([
9010
- l()
9014
+ a()
9011
9015
  ], Ft.prototype, "description", 1);
9012
9016
  we([
9013
- l()
9017
+ a()
9014
9018
  ], Ft.prototype, "label", 1);
9015
9019
  we([
9016
- l({ type: String })
9020
+ a({ type: String })
9017
9021
  ], Ft.prototype, "iconName", 2);
9018
9022
  we([
9019
- l({ type: String })
9023
+ a({ type: String })
9020
9024
  ], Ft.prototype, "iconLibrary", 2);
9021
9025
  we([
9022
- l({ type: String })
9026
+ a({ type: String })
9023
9027
  ], Ft.prototype, "iconPrefix", 2);
9024
9028
  Ft = we([
9025
9029
  _(jl)
@@ -9098,31 +9102,31 @@ wt.styles = [
9098
9102
  `
9099
9103
  ];
9100
9104
  Nt([
9101
- l({ type: Boolean, reflect: !0 })
9105
+ a({ type: Boolean, reflect: !0 })
9102
9106
  ], wt.prototype, "disabled", 2);
9103
9107
  Nt([
9104
- l({ type: String })
9108
+ a({ type: String })
9105
9109
  ], wt.prototype, "form", 2);
9106
9110
  Nt([
9107
- l({ type: String })
9111
+ a({ type: String })
9108
9112
  ], wt.prototype, "label", 2);
9109
9113
  Nt([
9110
- l({ type: String })
9114
+ a({ type: String })
9111
9115
  ], wt.prototype, "description", 2);
9112
9116
  Nt([
9113
- l({ type: String })
9117
+ a({ type: String })
9114
9118
  ], wt.prototype, "iconName", 2);
9115
9119
  Nt([
9116
- l({ type: String })
9120
+ a({ type: String })
9117
9121
  ], wt.prototype, "iconLibrary", 2);
9118
9122
  Nt([
9119
- l({ type: String })
9123
+ a({ type: String })
9120
9124
  ], wt.prototype, "iconPrefix", 2);
9121
9125
  Nt([
9122
- l({ type: Boolean, reflect: !0 })
9126
+ a({ type: Boolean, reflect: !0 })
9123
9127
  ], wt.prototype, "tight", 2);
9124
9128
  Nt([
9125
- l({ type: String, reflect: !0 })
9129
+ a({ type: String, reflect: !0 })
9126
9130
  ], wt.prototype, "variant", 2);
9127
9131
  wt = Nt([
9128
9132
  _(Rl)
@@ -9194,7 +9198,7 @@ yi([
9194
9198
  ge({ flatten: !0 })
9195
9199
  ], qe.prototype, "slottedElements", 2);
9196
9200
  yi([
9197
- l({ type: Boolean })
9201
+ a({ type: Boolean })
9198
9202
  ], qe.prototype, "oneFormElement", 2);
9199
9203
  qe = yi([
9200
9204
  _(Ul)
@@ -9230,10 +9234,10 @@ We.styles = [
9230
9234
  `
9231
9235
  ];
9232
9236
  wi([
9233
- l({ type: String })
9237
+ a({ type: String })
9234
9238
  ], We.prototype, "direction", 2);
9235
9239
  wi([
9236
- l({ type: String })
9240
+ a({ type: String })
9237
9241
  ], We.prototype, "justify", 2);
9238
9242
  We = wi([
9239
9243
  _(Hl)
@@ -9307,13 +9311,13 @@ Dt.styles = [
9307
9311
  `
9308
9312
  ];
9309
9313
  Jt([
9310
- l({ type: String })
9314
+ a({ type: String })
9311
9315
  ], Dt.prototype, "alignItems", 2);
9312
9316
  Jt([
9313
- l({ type: String })
9317
+ a({ type: String })
9314
9318
  ], Dt.prototype, "label", 2);
9315
9319
  Jt([
9316
- l({ type: String })
9320
+ a({ type: String })
9317
9321
  ], Dt.prototype, "description", 2);
9318
9322
  Jt([
9319
9323
  lt({ slot: "label", flatten: !0 })
@@ -9442,31 +9446,31 @@ _t.styles = [
9442
9446
  `
9443
9447
  ];
9444
9448
  Tt([
9445
- l({ type: String })
9449
+ a({ type: String })
9446
9450
  ], _t.prototype, "rounded", 2);
9447
9451
  Tt([
9448
- l({ type: String })
9452
+ a({ type: String })
9449
9453
  ], _t.prototype, "src", 2);
9450
9454
  Tt([
9451
- l({ type: String })
9455
+ a({ type: String })
9452
9456
  ], _t.prototype, "alt", 2);
9453
9457
  Tt([
9454
- l({ type: String })
9458
+ a({ type: String })
9455
9459
  ], _t.prototype, "loading", 2);
9456
9460
  Tt([
9457
- l({ type: String, reflect: !0 })
9461
+ a({ type: String, reflect: !0 })
9458
9462
  ], _t.prototype, "transition", 2);
9459
9463
  Tt([
9460
- l({ type: String })
9464
+ a({ type: String })
9461
9465
  ], _t.prototype, "ratio", 2);
9462
9466
  Tt([
9463
- l({ type: String })
9467
+ a({ type: String })
9464
9468
  ], _t.prototype, "objectPosition", 2);
9465
9469
  Tt([
9466
- l({ type: String })
9470
+ a({ type: String })
9467
9471
  ], _t.prototype, "imageRendering", 2);
9468
9472
  Tt([
9469
- l({ type: Boolean, reflect: !0 })
9473
+ a({ type: Boolean, reflect: !0 })
9470
9474
  ], _t.prototype, "cover", 2);
9471
9475
  _t = Tt([
9472
9476
  _(Yl)
@@ -9643,28 +9647,28 @@ ct.styles = [
9643
9647
  `
9644
9648
  ];
9645
9649
  vt([
9646
- l({ type: String, reflect: !0 })
9650
+ a({ type: String, reflect: !0 })
9647
9651
  ], ct.prototype, "size", 2);
9648
9652
  vt([
9649
- l({ type: String, reflect: !0 })
9653
+ a({ type: String, reflect: !0 })
9650
9654
  ], ct.prototype, "direction", 2);
9651
9655
  vt([
9652
- l({ type: String })
9656
+ a({ type: String })
9653
9657
  ], ct.prototype, "gap", 2);
9654
9658
  vt([
9655
- l({ type: String, reflect: !0 })
9659
+ a({ type: String, reflect: !0 })
9656
9660
  ], ct.prototype, "align", 2);
9657
9661
  vt([
9658
- l({ type: String, reflect: !0 })
9662
+ a({ type: String, reflect: !0 })
9659
9663
  ], ct.prototype, "shadow", 2);
9660
9664
  vt([
9661
- l({ type: String })
9665
+ a({ type: String })
9662
9666
  ], ct.prototype, "moreShape", 2);
9663
9667
  vt([
9664
- l({ type: Boolean })
9668
+ a({ type: Boolean })
9665
9669
  ], ct.prototype, "scrollable", 2);
9666
9670
  vt([
9667
- l({ type: String })
9671
+ a({ type: String })
9668
9672
  ], ct.prototype, "minWidth", 2);
9669
9673
  vt([
9670
9674
  fe("menu")
@@ -9750,7 +9754,7 @@ xs.styles = [
9750
9754
  `
9751
9755
  ];
9752
9756
  Or([
9753
- l()
9757
+ a()
9754
9758
  ], xs.prototype, "reset", 2);
9755
9759
  xs = Or([
9756
9760
  _(oc)
@@ -10088,43 +10092,43 @@ F.styles = [
10088
10092
  ];
10089
10093
  F.modals = [];
10090
10094
  tt([
10091
- l({ type: Boolean })
10095
+ a({ type: Boolean })
10092
10096
  ], F.prototype, "forceAction", 2);
10093
10097
  tt([
10094
- l({ type: Boolean })
10098
+ a({ type: Boolean })
10095
10099
  ], F.prototype, "removeOnHide", 2);
10096
10100
  tt([
10097
- l({ type: Boolean })
10101
+ a({ type: Boolean })
10098
10102
  ], F.prototype, "removeHashOnHide", 2);
10099
10103
  tt([
10100
- l({ type: String, reflect: !0 })
10104
+ a({ type: String, reflect: !0 })
10101
10105
  ], F.prototype, "align", 2);
10102
10106
  tt([
10103
- l({ type: String })
10107
+ a({ type: String })
10104
10108
  ], F.prototype, "padding", 2);
10105
10109
  tt([
10106
- l({ type: String })
10110
+ a({ type: String })
10107
10111
  ], F.prototype, "maxWidth", 2);
10108
10112
  tt([
10109
- l({ type: String })
10113
+ a({ type: String })
10110
10114
  ], F.prototype, "maxHeight", 2);
10111
10115
  tt([
10112
- l({ type: String })
10116
+ a({ type: String })
10113
10117
  ], F.prototype, "width", 2);
10114
10118
  tt([
10115
- l({ type: String })
10119
+ a({ type: String })
10116
10120
  ], F.prototype, "height", 2);
10117
10121
  tt([
10118
- l({ type: String })
10122
+ a({ type: String })
10119
10123
  ], F.prototype, "zIndex", 2);
10120
10124
  tt([
10121
- l({ type: Object })
10125
+ a({ type: Object })
10122
10126
  ], F.prototype, "options", 2);
10123
10127
  tt([
10124
- l({ type: Boolean, reflect: !0 })
10128
+ a({ type: Boolean, reflect: !0 })
10125
10129
  ], F.prototype, "fullScreen", 2);
10126
10130
  tt([
10127
- l({ type: Boolean, reflect: !0 })
10131
+ a({ type: Boolean, reflect: !0 })
10128
10132
  ], F.prototype, "visible", 2);
10129
10133
  tt([
10130
10134
  fe(".modal-wrapper")
@@ -10278,31 +10282,31 @@ xt.styles = [
10278
10282
  `
10279
10283
  ];
10280
10284
  jt([
10281
- l({ type: String })
10285
+ a({ type: String })
10282
10286
  ], xt.prototype, "label", 2);
10283
10287
  jt([
10284
- l({ type: Boolean, reflect: !0 })
10288
+ a({ type: Boolean, reflect: !0 })
10285
10289
  ], xt.prototype, "noIcon", 2);
10286
10290
  jt([
10287
- l({ type: String })
10291
+ a({ type: String })
10288
10292
  ], xt.prototype, "text", 2);
10289
10293
  jt([
10290
- l({ type: String })
10294
+ a({ type: String })
10291
10295
  ], xt.prototype, "id", 2);
10292
10296
  jt([
10293
- l({ type: String, reflect: !0 })
10297
+ a({ type: String, reflect: !0 })
10294
10298
  ], xt.prototype, "size", 2);
10295
10299
  jt([
10296
- l({ type: Boolean, reflect: !0 })
10300
+ a({ type: Boolean, reflect: !0 })
10297
10301
  ], xt.prototype, "dismissible", 2);
10298
10302
  jt([
10299
- l({ type: Boolean, reflect: !0 })
10303
+ a({ type: Boolean, reflect: !0 })
10300
10304
  ], xt.prototype, "background", 2);
10301
10305
  jt([
10302
- l({ type: String, reflect: !0 })
10306
+ a({ type: String, reflect: !0 })
10303
10307
  ], xt.prototype, "status", 2);
10304
10308
  jt([
10305
- l({ type: Boolean, reflect: !0 })
10309
+ a({ type: Boolean, reflect: !0 })
10306
10310
  ], xt.prototype, "dismissForever", 2);
10307
10311
  xt = jt([
10308
10312
  _(Pc)
@@ -10330,7 +10334,7 @@ let Qs = class extends Y(y) {
10330
10334
  }
10331
10335
  };
10332
10336
  kr([
10333
- l({ type: Array })
10337
+ a({ type: Array })
10334
10338
  ], Qs.prototype, "messages", 1);
10335
10339
  Qs = kr([
10336
10340
  _(Ac)
@@ -10428,16 +10432,16 @@ pe.styles = [
10428
10432
  `
10429
10433
  ];
10430
10434
  ss([
10431
- l({ type: String })
10435
+ a({ type: String })
10432
10436
  ], pe.prototype, "label", 2);
10433
10437
  ss([
10434
- l({ type: String, reflect: !0 })
10438
+ a({ type: String, reflect: !0 })
10435
10439
  ], pe.prototype, "placement", 2);
10436
10440
  ss([
10437
- l({ type: Boolean })
10441
+ a({ type: Boolean })
10438
10442
  ], pe.prototype, "disabled", 2);
10439
10443
  ss([
10440
- l({ type: Boolean })
10444
+ a({ type: Boolean })
10441
10445
  ], pe.prototype, "focusable", 2);
10442
10446
  pe = ss([
10443
10447
  _(Dc)
@@ -10598,25 +10602,25 @@ Mt([
10598
10602
  fe("div")
10599
10603
  ], Pt.prototype, "divider", 2);
10600
10604
  Mt([
10601
- l({ type: String })
10605
+ a({ type: String })
10602
10606
  ], Pt.prototype, "label", 2);
10603
10607
  Mt([
10604
- l({ type: String, reflect: !0 })
10608
+ a({ type: String, reflect: !0 })
10605
10609
  ], Pt.prototype, "size", 2);
10606
10610
  Mt([
10607
- l({ type: String, reflect: !0 })
10611
+ a({ type: String, reflect: !0 })
10608
10612
  ], Pt.prototype, "align", 2);
10609
10613
  Mt([
10610
- l({ type: Boolean, reflect: !0 })
10614
+ a({ type: Boolean, reflect: !0 })
10611
10615
  ], Pt.prototype, "vertical", 2);
10612
10616
  Mt([
10613
- l({ type: Boolean, reflect: !0 })
10617
+ a({ type: Boolean, reflect: !0 })
10614
10618
  ], Pt.prototype, "noMargin", 2);
10615
10619
  Mt([
10616
- l({ type: Boolean, reflect: !0 })
10620
+ a({ type: Boolean, reflect: !0 })
10617
10621
  ], Pt.prototype, "dashed", 2);
10618
10622
  Mt([
10619
- l({ type: Boolean, reflect: !0 })
10623
+ a({ type: Boolean, reflect: !0 })
10620
10624
  ], Pt.prototype, "dotted", 2);
10621
10625
  Pt = Mt([
10622
10626
  _(Ec)
@@ -10706,10 +10710,10 @@ Ke.styles = [
10706
10710
  `
10707
10711
  ];
10708
10712
  _i([
10709
- l()
10713
+ a()
10710
10714
  ], Ke.prototype, "label", 2);
10711
10715
  _i([
10712
- l()
10716
+ a()
10713
10717
  ], Ke.prototype, "description", 2);
10714
10718
  Ke = _i([
10715
10719
  _(Fc)
@@ -10856,7 +10860,7 @@ Ps.styles = [
10856
10860
  `
10857
10861
  ];
10858
10862
  Lr([
10859
- l({ type: String, reflect: !0 })
10863
+ a({ type: String, reflect: !0 })
10860
10864
  ], Ps.prototype, "type", 2);
10861
10865
  Ps = Lr([
10862
10866
  _(Yc)
@@ -10960,16 +10964,16 @@ ue.styles = [
10960
10964
  `
10961
10965
  ];
10962
10966
  is([
10963
- l({ type: Object })
10967
+ a({ type: Object })
10964
10968
  ], ue.prototype, "_metadata_", 2);
10965
10969
  is([
10966
- l({ type: Boolean, reflect: !0 })
10970
+ a({ type: Boolean, reflect: !0 })
10967
10971
  ], ue.prototype, "even", 2);
10968
10972
  is([
10969
- l({ type: Boolean, reflect: !0 })
10973
+ a({ type: Boolean, reflect: !0 })
10970
10974
  ], ue.prototype, "odd", 2);
10971
10975
  is([
10972
- l({ type: Boolean, reflect: !0 })
10976
+ a({ type: Boolean, reflect: !0 })
10973
10977
  ], ue.prototype, "last", 2);
10974
10978
  ue = is([
10975
10979
  _(Jc)
@@ -11020,22 +11024,22 @@ zt.styles = [
11020
11024
  `
11021
11025
  ];
11022
11026
  _e([
11023
- l({ type: Number })
11027
+ a({ type: Number })
11024
11028
  ], zt.prototype, "colSpan", 2);
11025
11029
  _e([
11026
- l({ type: Number })
11030
+ a({ type: Number })
11027
11031
  ], zt.prototype, "rowSpan", 2);
11028
11032
  _e([
11029
- l({ type: String })
11033
+ a({ type: String })
11030
11034
  ], zt.prototype, "align", 2);
11031
11035
  _e([
11032
- l({ type: String })
11036
+ a({ type: String })
11033
11037
  ], zt.prototype, "minWidth", 2);
11034
11038
  _e([
11035
- l({ type: String })
11039
+ a({ type: String })
11036
11040
  ], zt.prototype, "maxWidth", 2);
11037
11041
  _e([
11038
- l({ type: String })
11042
+ a({ type: String })
11039
11043
  ], zt.prototype, "width", 2);
11040
11044
  zt = _e([
11041
11045
  _(sh)
@@ -11078,25 +11082,25 @@ kt.styles = [
11078
11082
  `
11079
11083
  ];
11080
11084
  te([
11081
- l({ type: Number })
11085
+ a({ type: Number })
11082
11086
  ], kt.prototype, "colSpan", 2);
11083
11087
  te([
11084
- l({ type: Number })
11088
+ a({ type: Number })
11085
11089
  ], kt.prototype, "rowSpan", 2);
11086
11090
  te([
11087
- l({ type: String })
11091
+ a({ type: String })
11088
11092
  ], kt.prototype, "align", 2);
11089
11093
  te([
11090
- l({ type: String })
11094
+ a({ type: String })
11091
11095
  ], kt.prototype, "vAlign", 2);
11092
11096
  te([
11093
- l({ type: String })
11097
+ a({ type: String })
11094
11098
  ], kt.prototype, "minWidth", 2);
11095
11099
  te([
11096
- l({ type: String })
11100
+ a({ type: String })
11097
11101
  ], kt.prototype, "maxWidth", 2);
11098
11102
  te([
11099
- l({ type: String })
11103
+ a({ type: String })
11100
11104
  ], kt.prototype, "width", 2);
11101
11105
  kt = te([
11102
11106
  _(oh)
@@ -11273,19 +11277,19 @@ Yt.styles = [
11273
11277
  `
11274
11278
  ];
11275
11279
  Le([
11276
- l({ type: String, reflect: !0 })
11280
+ a({ type: String, reflect: !0 })
11277
11281
  ], Yt.prototype, "size", 2);
11278
11282
  Le([
11279
- l({ type: Boolean, reflect: !0 })
11283
+ a({ type: Boolean, reflect: !0 })
11280
11284
  ], Yt.prototype, "bordered", 2);
11281
11285
  Le([
11282
- l({ type: Boolean, reflect: !0 })
11286
+ a({ type: Boolean, reflect: !0 })
11283
11287
  ], Yt.prototype, "rounded", 2);
11284
11288
  Le([
11285
- l({ type: Boolean, reflect: !0 })
11289
+ a({ type: Boolean, reflect: !0 })
11286
11290
  ], Yt.prototype, "noCustomScroll", 2);
11287
11291
  Le([
11288
- l({ type: String })
11292
+ a({ type: String })
11289
11293
  ], Yt.prototype, "maxHeight", 2);
11290
11294
  Yt = Le([
11291
11295
  _($h)
@@ -11334,13 +11338,13 @@ let Ze = class extends Qt(y) {
11334
11338
  }
11335
11339
  };
11336
11340
  ks([
11337
- l()
11341
+ a()
11338
11342
  ], Ze.prototype, "key", 2);
11339
11343
  ks([
11340
- l()
11344
+ a()
11341
11345
  ], Ze.prototype, "action", 2);
11342
11346
  ks([
11343
- l({ type: Number })
11347
+ a({ type: Number })
11344
11348
  ], Ze.prototype, "zIndex", 2);
11345
11349
  Ze = ks([
11346
11350
  _(Sh)
@@ -11382,9 +11386,9 @@ function kh(r) {
11382
11386
  if (!e)
11383
11387
  return;
11384
11388
  let n;
11385
- Er(e), e.__onConnected__((a) => {
11389
+ Er(e), e.__onConnected__((l) => {
11386
11390
  n = (c) => {
11387
- a[o] = c;
11391
+ l[o] = c;
11388
11392
  }, i.onAssign(n);
11389
11393
  }), e.__onDisconnected__(() => {
11390
11394
  i.offAssign(n);
@@ -11398,22 +11402,22 @@ function Lh(...r) {
11398
11402
  if (o.length == 0)
11399
11403
  continue;
11400
11404
  const n = o.shift() || "";
11401
- let a = N.get(n);
11402
- a = Qe.traverse(a, o);
11405
+ let l = N.get(n);
11406
+ l = Qe.traverse(l, o);
11403
11407
  const c = /* @__PURE__ */ new Set(), h = (d) => {
11404
11408
  t[i] = d, t.filter((f) => f !== null).length == r.length && c.forEach((f) => f(...t));
11405
11409
  };
11406
- s.push({ publisher: a, onAssign: h, callbacks: c });
11410
+ s.push({ publisher: l, onAssign: h, callbacks: c });
11407
11411
  }
11408
11412
  return function(i, e, o) {
11409
11413
  Er(i);
11410
11414
  let n;
11411
- i.__onConnected__((a) => {
11415
+ i.__onConnected__((l) => {
11412
11416
  for (const c of s)
11413
- n = o.value.bind(a), c.callbacks.add(n), c.publisher.onAssign(c.onAssign);
11417
+ n = o.value.bind(l), c.callbacks.add(n), c.publisher.onAssign(c.onAssign);
11414
11418
  }), i.__onDisconnected__(() => {
11415
- for (const a of s)
11416
- a.callbacks.delete(n), a.publisher.offAssign(a.onAssign);
11419
+ for (const l of s)
11420
+ l.callbacks.delete(n), l.publisher.offAssign(l.onAssign);
11417
11421
  });
11418
11422
  };
11419
11423
  }