@telia-ace/widget-core-flamingo 1.1.12-rc.6 → 1.1.12-rc.8

Sign up to get free protection for your applications and to get access to all the features.
package/index.mjs CHANGED
@@ -6,7 +6,7 @@ var ut = function(r, t) {
6
6
  Object.prototype.hasOwnProperty.call(i, n) && (e[n] = i[n]);
7
7
  }, ut(r, t);
8
8
  };
9
- function L(r, t) {
9
+ function D(r, t) {
10
10
  if (typeof t != "function" && t !== null)
11
11
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
12
12
  ut(r, t);
@@ -15,7 +15,7 @@ function L(r, t) {
15
15
  }
16
16
  r.prototype = t === null ? Object.create(t) : (e.prototype = t.prototype, new e());
17
17
  }
18
- function dt(r) {
18
+ function pt(r) {
19
19
  var t = typeof Symbol == "function" && Symbol.iterator, e = t && r[t], i = 0;
20
20
  if (e)
21
21
  return e.call(r);
@@ -27,7 +27,7 @@ function dt(r) {
27
27
  };
28
28
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
29
29
  }
30
- function q(r, t) {
30
+ function Y(r, t) {
31
31
  var e = typeof Symbol == "function" && r[Symbol.iterator];
32
32
  if (!e)
33
33
  return r;
@@ -47,7 +47,7 @@ function q(r, t) {
47
47
  }
48
48
  return s;
49
49
  }
50
- function J(r, t, e) {
50
+ function q(r, t, e) {
51
51
  if (e || arguments.length === 2)
52
52
  for (var i = 0, n = t.length, s; i < n; i++)
53
53
  (s || !(i in t)) && (s || (s = Array.prototype.slice.call(t, 0, i)), s[i] = t[i]);
@@ -56,13 +56,13 @@ function J(r, t, e) {
56
56
  function m(r) {
57
57
  return typeof r == "function";
58
58
  }
59
- function Dt(r) {
59
+ function Nt(r) {
60
60
  var t = function(i) {
61
61
  Error.call(i), i.stack = new Error().stack;
62
62
  }, e = r(t);
63
63
  return e.prototype = Object.create(Error.prototype), e.prototype.constructor = e, e;
64
64
  }
65
- var st = Dt(function(r) {
65
+ var nt = Nt(function(r) {
66
66
  return function(e) {
67
67
  r(this), this.message = e ? e.length + ` errors occurred during unsubscription:
68
68
  ` + e.map(function(i, n) {
@@ -71,13 +71,13 @@ var st = Dt(function(r) {
71
71
  `) : "", this.name = "UnsubscriptionError", this.errors = e;
72
72
  };
73
73
  });
74
- function ft(r, t) {
74
+ function dt(r, t) {
75
75
  if (r) {
76
76
  var e = r.indexOf(t);
77
77
  0 <= e && r.splice(e, 1);
78
78
  }
79
79
  }
80
- var et = function() {
80
+ var X = function() {
81
81
  function r(t) {
82
82
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
83
83
  }
@@ -89,7 +89,7 @@ var et = function() {
89
89
  if (o)
90
90
  if (this._parentage = null, Array.isArray(o))
91
91
  try {
92
- for (var a = dt(o), c = a.next(); !c.done; c = a.next()) {
92
+ for (var a = pt(o), c = a.next(); !c.done; c = a.next()) {
93
93
  var h = c.value;
94
94
  h.remove(this);
95
95
  }
@@ -110,25 +110,25 @@ var et = function() {
110
110
  try {
111
111
  d();
112
112
  } catch (v) {
113
- s = v instanceof st ? v.errors : [v];
113
+ s = v instanceof nt ? v.errors : [v];
114
114
  }
115
115
  var l = this._finalizers;
116
116
  if (l) {
117
117
  this._finalizers = null;
118
118
  try {
119
- for (var f = dt(l), p = f.next(); !p.done; p = f.next()) {
120
- var g = p.value;
119
+ for (var f = pt(l), u = f.next(); !u.done; u = f.next()) {
120
+ var g = u.value;
121
121
  try {
122
- wt(g);
122
+ $t(g);
123
123
  } catch (v) {
124
- s = s ?? [], v instanceof st ? s = J(J([], q(s)), q(v.errors)) : s.push(v);
124
+ s = s ?? [], v instanceof nt ? s = q(q([], Y(s)), Y(v.errors)) : s.push(v);
125
125
  }
126
126
  }
127
127
  } catch (v) {
128
128
  i = { error: v };
129
129
  } finally {
130
130
  try {
131
- p && !p.done && (n = f.return) && n.call(f);
131
+ u && !u.done && (n = f.return) && n.call(f);
132
132
  } finally {
133
133
  if (i)
134
134
  throw i.error;
@@ -136,13 +136,13 @@ var et = function() {
136
136
  }
137
137
  }
138
138
  if (s)
139
- throw new st(s);
139
+ throw new nt(s);
140
140
  }
141
141
  }, r.prototype.add = function(t) {
142
142
  var e;
143
143
  if (t && t !== this)
144
144
  if (this.closed)
145
- wt(t);
145
+ $t(t);
146
146
  else {
147
147
  if (t instanceof r) {
148
148
  if (t.closed || t._hasParent(this))
@@ -159,58 +159,58 @@ var et = function() {
159
159
  this._parentage = Array.isArray(e) ? (e.push(t), e) : e ? [e, t] : t;
160
160
  }, r.prototype._removeParent = function(t) {
161
161
  var e = this._parentage;
162
- e === t ? this._parentage = null : Array.isArray(e) && ft(e, t);
162
+ e === t ? this._parentage = null : Array.isArray(e) && dt(e, t);
163
163
  }, r.prototype.remove = function(t) {
164
164
  var e = this._finalizers;
165
- e && ft(e, t), t instanceof r && t._removeParent(this);
165
+ e && dt(e, t), t instanceof r && t._removeParent(this);
166
166
  }, r.EMPTY = function() {
167
167
  var t = new r();
168
168
  return t.closed = !0, t;
169
169
  }(), r;
170
- }(), Lt = et.EMPTY;
171
- function Bt(r) {
172
- return r instanceof et || r && "closed" in r && m(r.remove) && m(r.add) && m(r.unsubscribe);
170
+ }(), Dt = X.EMPTY;
171
+ function Lt(r) {
172
+ return r instanceof X || r && "closed" in r && m(r.remove) && m(r.add) && m(r.unsubscribe);
173
173
  }
174
- function wt(r) {
174
+ function $t(r) {
175
175
  m(r) ? r() : r.unsubscribe();
176
176
  }
177
- var zt = {
177
+ var Bt = {
178
178
  onUnhandledError: null,
179
179
  onStoppedNotification: null,
180
180
  Promise: void 0,
181
181
  useDeprecatedSynchronousErrorHandling: !1,
182
182
  useDeprecatedNextContext: !1
183
- }, gt = {
183
+ }, ft = {
184
184
  setTimeout: function(r, t) {
185
185
  for (var e = [], i = 2; i < arguments.length; i++)
186
186
  e[i - 2] = arguments[i];
187
- var n = gt.delegate;
188
- return n != null && n.setTimeout ? n.setTimeout.apply(n, J([r, t], q(e))) : setTimeout.apply(void 0, J([r, t], q(e)));
187
+ var n = ft.delegate;
188
+ return n != null && n.setTimeout ? n.setTimeout.apply(n, q([r, t], Y(e))) : setTimeout.apply(void 0, q([r, t], Y(e)));
189
189
  },
190
190
  clearTimeout: function(r) {
191
- var t = gt.delegate;
191
+ var t = ft.delegate;
192
192
  return ((t == null ? void 0 : t.clearTimeout) || clearTimeout)(r);
193
193
  },
194
194
  delegate: void 0
195
195
  };
196
- function ae(r) {
197
- gt.setTimeout(function() {
196
+ function se(r) {
197
+ ft.setTimeout(function() {
198
198
  throw r;
199
199
  });
200
200
  }
201
- function At() {
201
+ function wt() {
202
202
  }
203
- function F(r) {
203
+ function V(r) {
204
204
  r();
205
205
  }
206
- var Wt = function(r) {
207
- L(t, r);
206
+ var zt = function(r) {
207
+ D(t, r);
208
208
  function t(e) {
209
209
  var i = r.call(this) || this;
210
- return i.isStopped = !1, e ? (i.destination = e, Bt(e) && e.add(i)) : i.destination = pe, i;
210
+ return i.isStopped = !1, e ? (i.destination = e, Lt(e) && e.add(i)) : i.destination = le, i;
211
211
  }
212
212
  return t.create = function(e, i, n) {
213
- return new vt(e, i, n);
213
+ return new gt(e, i, n);
214
214
  }, t.prototype.next = function(e) {
215
215
  this.isStopped || this._next(e);
216
216
  }, t.prototype.error = function(e) {
@@ -234,11 +234,11 @@ var Wt = function(r) {
234
234
  this.unsubscribe();
235
235
  }
236
236
  }, t;
237
- }(et), ce = Function.prototype.bind;
238
- function ot(r, t) {
239
- return ce.call(r, t);
237
+ }(X), oe = Function.prototype.bind;
238
+ function st(r, t) {
239
+ return oe.call(r, t);
240
240
  }
241
- var le = function() {
241
+ var ae = function() {
242
242
  function r(t) {
243
243
  this.partialObserver = t;
244
244
  }
@@ -248,7 +248,7 @@ var le = function() {
248
248
  try {
249
249
  e.next(t);
250
250
  } catch (i) {
251
- G(i);
251
+ W(i);
252
252
  }
253
253
  }, r.prototype.error = function(t) {
254
254
  var e = this.partialObserver;
@@ -256,21 +256,21 @@ var le = function() {
256
256
  try {
257
257
  e.error(t);
258
258
  } catch (i) {
259
- G(i);
259
+ W(i);
260
260
  }
261
261
  else
262
- G(t);
262
+ W(t);
263
263
  }, r.prototype.complete = function() {
264
264
  var t = this.partialObserver;
265
265
  if (t.complete)
266
266
  try {
267
267
  t.complete();
268
268
  } catch (e) {
269
- G(e);
269
+ W(e);
270
270
  }
271
271
  }, r;
272
- }(), vt = function(r) {
273
- L(t, r);
272
+ }(), gt = function(r) {
273
+ D(t, r);
274
274
  function t(e, i, n) {
275
275
  var s = r.call(this) || this, o;
276
276
  if (m(e) || !e)
@@ -281,43 +281,43 @@ var le = function() {
281
281
  };
282
282
  else {
283
283
  var a;
284
- s && zt.useDeprecatedNextContext ? (a = Object.create(e), a.unsubscribe = function() {
284
+ s && Bt.useDeprecatedNextContext ? (a = Object.create(e), a.unsubscribe = function() {
285
285
  return s.unsubscribe();
286
286
  }, o = {
287
- next: e.next && ot(e.next, a),
288
- error: e.error && ot(e.error, a),
289
- complete: e.complete && ot(e.complete, a)
287
+ next: e.next && st(e.next, a),
288
+ error: e.error && st(e.error, a),
289
+ complete: e.complete && st(e.complete, a)
290
290
  }) : o = e;
291
291
  }
292
- return s.destination = new le(o), s;
292
+ return s.destination = new ae(o), s;
293
293
  }
294
294
  return t;
295
- }(Wt);
296
- function G(r) {
297
- ae(r);
295
+ }(zt);
296
+ function W(r) {
297
+ se(r);
298
298
  }
299
- function he(r) {
299
+ function ce(r) {
300
300
  throw r;
301
301
  }
302
- var pe = {
302
+ var le = {
303
303
  closed: !0,
304
- next: At,
305
- error: he,
306
- complete: At
307
- }, ue = function() {
304
+ next: wt,
305
+ error: ce,
306
+ complete: wt
307
+ }, he = function() {
308
308
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
309
309
  }();
310
- function de(r) {
310
+ function ue(r) {
311
311
  return r;
312
312
  }
313
- function fe(r) {
314
- return r.length === 0 ? de : r.length === 1 ? r[0] : function(e) {
313
+ function pe(r) {
314
+ return r.length === 0 ? ue : r.length === 1 ? r[0] : function(e) {
315
315
  return r.reduce(function(i, n) {
316
316
  return n(i);
317
317
  }, e);
318
318
  };
319
319
  }
320
- var St = function() {
320
+ var At = function() {
321
321
  function r(t) {
322
322
  t && (this._subscribe = t);
323
323
  }
@@ -325,8 +325,8 @@ var St = function() {
325
325
  var e = new r();
326
326
  return e.source = this, e.operator = t, e;
327
327
  }, r.prototype.subscribe = function(t, e, i) {
328
- var n = this, s = ve(t) ? t : new vt(t, e, i);
329
- return F(function() {
328
+ var n = this, s = fe(t) ? t : new gt(t, e, i);
329
+ return V(function() {
330
330
  var o = n, a = o.operator, c = o.source;
331
331
  s.add(a ? a.call(s, c) : c ? n._subscribe(s) : n._trySubscribe(s));
332
332
  }), s;
@@ -338,8 +338,8 @@ var St = function() {
338
338
  }
339
339
  }, r.prototype.forEach = function(t, e) {
340
340
  var i = this;
341
- return e = Et(e), new e(function(n, s) {
342
- var o = new vt({
341
+ return e = St(e), new e(function(n, s) {
342
+ var o = new gt({
343
343
  next: function(a) {
344
344
  try {
345
345
  t(a);
@@ -355,15 +355,15 @@ var St = function() {
355
355
  }, r.prototype._subscribe = function(t) {
356
356
  var e;
357
357
  return (e = this.source) === null || e === void 0 ? void 0 : e.subscribe(t);
358
- }, r.prototype[ue] = function() {
358
+ }, r.prototype[he] = function() {
359
359
  return this;
360
360
  }, r.prototype.pipe = function() {
361
361
  for (var t = [], e = 0; e < arguments.length; e++)
362
362
  t[e] = arguments[e];
363
- return fe(t)(this);
363
+ return pe(t)(this);
364
364
  }, r.prototype.toPromise = function(t) {
365
365
  var e = this;
366
- return t = Et(t), new t(function(i, n) {
366
+ return t = St(t), new t(function(i, n) {
367
367
  var s;
368
368
  e.subscribe(function(o) {
369
369
  return s = o;
@@ -377,40 +377,40 @@ var St = function() {
377
377
  return new r(t);
378
378
  }, r;
379
379
  }();
380
- function Et(r) {
380
+ function St(r) {
381
381
  var t;
382
- return (t = r ?? zt.Promise) !== null && t !== void 0 ? t : Promise;
382
+ return (t = r ?? Bt.Promise) !== null && t !== void 0 ? t : Promise;
383
383
  }
384
- function ge(r) {
384
+ function de(r) {
385
385
  return r && m(r.next) && m(r.error) && m(r.complete);
386
386
  }
387
- function ve(r) {
388
- return r && r instanceof Wt || ge(r) && Bt(r);
387
+ function fe(r) {
388
+ return r && r instanceof zt || de(r) && Lt(r);
389
389
  }
390
- var ye = Dt(function(r) {
390
+ var ge = Nt(function(r) {
391
391
  return function() {
392
392
  r(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
393
393
  };
394
- }), Gt = function(r) {
395
- L(t, r);
394
+ }), Wt = function(r) {
395
+ D(t, r);
396
396
  function t() {
397
397
  var e = r.call(this) || this;
398
398
  return e.closed = !1, e.currentObservers = null, e.observers = [], e.isStopped = !1, e.hasError = !1, e.thrownError = null, e;
399
399
  }
400
400
  return t.prototype.lift = function(e) {
401
- var i = new Ct(this, this);
401
+ var i = new Et(this, this);
402
402
  return i.operator = e, i;
403
403
  }, t.prototype._throwIfClosed = function() {
404
404
  if (this.closed)
405
- throw new ye();
405
+ throw new ge();
406
406
  }, t.prototype.next = function(e) {
407
407
  var i = this;
408
- F(function() {
408
+ V(function() {
409
409
  var n, s;
410
410
  if (i._throwIfClosed(), !i.isStopped) {
411
411
  i.currentObservers || (i.currentObservers = Array.from(i.observers));
412
412
  try {
413
- for (var o = dt(i.currentObservers), a = o.next(); !a.done; a = o.next()) {
413
+ for (var o = pt(i.currentObservers), a = o.next(); !a.done; a = o.next()) {
414
414
  var c = a.value;
415
415
  c.next(e);
416
416
  }
@@ -428,7 +428,7 @@ var ye = Dt(function(r) {
428
428
  });
429
429
  }, t.prototype.error = function(e) {
430
430
  var i = this;
431
- F(function() {
431
+ V(function() {
432
432
  if (i._throwIfClosed(), !i.isStopped) {
433
433
  i.hasError = i.isStopped = !0, i.thrownError = e;
434
434
  for (var n = i.observers; n.length; )
@@ -437,7 +437,7 @@ var ye = Dt(function(r) {
437
437
  });
438
438
  }, t.prototype.complete = function() {
439
439
  var e = this;
440
- F(function() {
440
+ V(function() {
441
441
  if (e._throwIfClosed(), !e.isStopped) {
442
442
  e.isStopped = !0;
443
443
  for (var i = e.observers; i.length; )
@@ -459,20 +459,20 @@ var ye = Dt(function(r) {
459
459
  return this._throwIfClosed(), this._checkFinalizedStatuses(e), this._innerSubscribe(e);
460
460
  }, t.prototype._innerSubscribe = function(e) {
461
461
  var i = this, n = this, s = n.hasError, o = n.isStopped, a = n.observers;
462
- return s || o ? Lt : (this.currentObservers = null, a.push(e), new et(function() {
463
- i.currentObservers = null, ft(a, e);
462
+ return s || o ? Dt : (this.currentObservers = null, a.push(e), new X(function() {
463
+ i.currentObservers = null, dt(a, e);
464
464
  }));
465
465
  }, t.prototype._checkFinalizedStatuses = function(e) {
466
466
  var i = this, n = i.hasError, s = i.thrownError, o = i.isStopped;
467
467
  n ? e.error(s) : o && e.complete();
468
468
  }, t.prototype.asObservable = function() {
469
- var e = new St();
469
+ var e = new At();
470
470
  return e.source = this, e;
471
471
  }, t.create = function(e, i) {
472
- return new Ct(e, i);
472
+ return new Et(e, i);
473
473
  }, t;
474
- }(St), Ct = function(r) {
475
- L(t, r);
474
+ }(At), Et = function(r) {
475
+ D(t, r);
476
476
  function t(e, i) {
477
477
  var n = r.call(this) || this;
478
478
  return n.destination = e, n.source = i, n;
@@ -488,10 +488,10 @@ var ye = Dt(function(r) {
488
488
  (i = (e = this.destination) === null || e === void 0 ? void 0 : e.complete) === null || i === void 0 || i.call(e);
489
489
  }, t.prototype._subscribe = function(e) {
490
490
  var i, n;
491
- return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(e)) !== null && n !== void 0 ? n : Lt;
491
+ return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(e)) !== null && n !== void 0 ? n : Dt;
492
492
  }, t;
493
- }(Gt), me = function(r) {
494
- L(t, r);
493
+ }(Wt), ve = function(r) {
494
+ D(t, r);
495
495
  function t(e) {
496
496
  var i = r.call(this) || this;
497
497
  return i._value = e, i;
@@ -513,10 +513,10 @@ var ye = Dt(function(r) {
513
513
  }, t.prototype.next = function(e) {
514
514
  r.prototype.next.call(this, this._value = e);
515
515
  }, t;
516
- }(Gt), Vt = /* @__PURE__ */ ((r) => (r.Loading = "loading", r.Ready = "ready", r))(Vt || {});
517
- class xt {
516
+ }(Wt), Gt = /* @__PURE__ */ ((r) => (r.Loading = "loading", r.Ready = "ready", r))(Gt || {});
517
+ class Ct {
518
518
  constructor(t, e) {
519
- this.state = new me(
519
+ this.state = new ve(
520
520
  "loading"
521
521
  /* Loading */
522
522
  ), this.resolvers = /* @__PURE__ */ new Map(), this.name = t, this.environment = e, this.state.next(
@@ -539,19 +539,19 @@ class xt {
539
539
  * Copyright 2019 Google LLC
540
540
  * SPDX-License-Identifier: BSD-3-Clause
541
541
  */
542
- const Y = globalThis, mt = Y.ShadowRoot && (Y.ShadyCSS === void 0 || Y.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, bt = Symbol(), Pt = /* @__PURE__ */ new WeakMap();
543
- let Ft = class {
542
+ const F = globalThis, yt = F.ShadowRoot && (F.ShadyCSS === void 0 || F.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, mt = Symbol(), xt = /* @__PURE__ */ new WeakMap();
543
+ let Vt = class {
544
544
  constructor(t, e, i) {
545
- if (this._$cssResult$ = !0, i !== bt)
545
+ if (this._$cssResult$ = !0, i !== mt)
546
546
  throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
547
547
  this.cssText = t, this.t = e;
548
548
  }
549
549
  get styleSheet() {
550
550
  let t = this.o;
551
551
  const e = this.t;
552
- if (mt && t === void 0) {
552
+ if (yt && t === void 0) {
553
553
  const i = e !== void 0 && e.length === 1;
554
- i && (t = Pt.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && Pt.set(e, t));
554
+ i && (t = xt.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && xt.set(e, t));
555
555
  }
556
556
  return t;
557
557
  }
@@ -559,7 +559,7 @@ let Ft = class {
559
559
  return this.cssText;
560
560
  }
561
561
  };
562
- const be = (r) => new Ft(typeof r == "string" ? r : r + "", void 0, bt), B = (r, ...t) => {
562
+ const ye = (r) => new Vt(typeof r == "string" ? r : r + "", void 0, mt), L = (r, ...t) => {
563
563
  const e = r.length === 1 ? r[0] : t.reduce((i, n, s) => i + ((o) => {
564
564
  if (o._$cssResult$ === !0)
565
565
  return o.cssText;
@@ -567,30 +567,30 @@ const be = (r) => new Ft(typeof r == "string" ? r : r + "", void 0, bt), B = (r,
567
567
  return o;
568
568
  throw Error("Value passed to 'css' function must be a 'css' function result: " + o + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
569
569
  })(n) + r[s + 1], r[0]);
570
- return new Ft(e, r, bt);
571
- }, _e = (r, t) => {
572
- if (mt)
570
+ return new Vt(e, r, mt);
571
+ }, me = (r, t) => {
572
+ if (yt)
573
573
  r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
574
574
  else
575
575
  for (const e of t) {
576
- const i = document.createElement("style"), n = Y.litNonce;
576
+ const i = document.createElement("style"), n = F.litNonce;
577
577
  n !== void 0 && i.setAttribute("nonce", n), i.textContent = e.cssText, r.appendChild(i);
578
578
  }
579
- }, Ot = mt ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
579
+ }, Pt = yt ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
580
580
  let e = "";
581
581
  for (const i of t.cssRules)
582
582
  e += i.cssText;
583
- return be(e);
583
+ return ye(e);
584
584
  })(r) : r;
585
585
  /**
586
586
  * @license
587
587
  * Copyright 2017 Google LLC
588
588
  * SPDX-License-Identifier: BSD-3-Clause
589
589
  */
590
- const { is: $e, defineProperty: we, getOwnPropertyDescriptor: Ae, getOwnPropertyNames: Se, getOwnPropertySymbols: Ee, getPrototypeOf: Ce } = Object, _ = globalThis, Tt = _.trustedTypes, xe = Tt ? Tt.emptyScript : "", at = _.reactiveElementPolyfillSupport, I = (r, t) => r, K = { toAttribute(r, t) {
590
+ const { is: be, defineProperty: _e, getOwnPropertyDescriptor: $e, getOwnPropertyNames: we, getOwnPropertySymbols: Ae, getPrototypeOf: Se } = Object, _ = globalThis, Tt = _.trustedTypes, Ee = Tt ? Tt.emptyScript : "", ot = _.reactiveElementPolyfillSupport, I = (r, t) => r, J = { toAttribute(r, t) {
591
591
  switch (t) {
592
592
  case Boolean:
593
- r = r ? xe : null;
593
+ r = r ? Ee : null;
594
594
  break;
595
595
  case Object:
596
596
  case Array:
@@ -615,23 +615,23 @@ const { is: $e, defineProperty: we, getOwnPropertyDescriptor: Ae, getOwnProperty
615
615
  }
616
616
  }
617
617
  return e;
618
- } }, _t = (r, t) => !$e(r, t), Ut = { attribute: !0, type: String, converter: K, reflect: !1, hasChanged: _t };
618
+ } }, bt = (r, t) => !be(r, t), Ot = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged: bt };
619
619
  Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), _.litPropertyMetadata ?? (_.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
620
- class O extends HTMLElement {
620
+ class T extends HTMLElement {
621
621
  static addInitializer(t) {
622
622
  this._$Ei(), (this.l ?? (this.l = [])).push(t);
623
623
  }
624
624
  static get observedAttributes() {
625
625
  return this.finalize(), this._$Eh && [...this._$Eh.keys()];
626
626
  }
627
- static createProperty(t, e = Ut) {
627
+ static createProperty(t, e = Ot) {
628
628
  if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
629
629
  const i = Symbol(), n = this.getPropertyDescriptor(t, i, e);
630
- n !== void 0 && we(this.prototype, t, n);
630
+ n !== void 0 && _e(this.prototype, t, n);
631
631
  }
632
632
  }
633
633
  static getPropertyDescriptor(t, e, i) {
634
- const { get: n, set: s } = Ae(this.prototype, t) ?? { get() {
634
+ const { get: n, set: s } = $e(this.prototype, t) ?? { get() {
635
635
  return this[e];
636
636
  }, set(o) {
637
637
  this[e] = o;
@@ -644,19 +644,19 @@ class O extends HTMLElement {
644
644
  }, configurable: !0, enumerable: !0 };
645
645
  }
646
646
  static getPropertyOptions(t) {
647
- return this.elementProperties.get(t) ?? Ut;
647
+ return this.elementProperties.get(t) ?? Ot;
648
648
  }
649
649
  static _$Ei() {
650
650
  if (this.hasOwnProperty(I("elementProperties")))
651
651
  return;
652
- const t = Ce(this);
652
+ const t = Se(this);
653
653
  t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
654
654
  }
655
655
  static finalize() {
656
656
  if (this.hasOwnProperty(I("finalized")))
657
657
  return;
658
658
  if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(I("properties"))) {
659
- const e = this.properties, i = [...Se(e), ...Ee(e)];
659
+ const e = this.properties, i = [...we(e), ...Ae(e)];
660
660
  for (const n of i)
661
661
  this.createProperty(n, e[n]);
662
662
  }
@@ -679,9 +679,9 @@ class O extends HTMLElement {
679
679
  if (Array.isArray(t)) {
680
680
  const i = new Set(t.flat(1 / 0).reverse());
681
681
  for (const n of i)
682
- e.unshift(Ot(n));
682
+ e.unshift(Pt(n));
683
683
  } else
684
- t !== void 0 && e.push(Ot(t));
684
+ t !== void 0 && e.push(Pt(t));
685
685
  return e;
686
686
  }
687
687
  static _$Eu(t, e) {
@@ -711,7 +711,7 @@ class O extends HTMLElement {
711
711
  }
712
712
  createRenderRoot() {
713
713
  const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
714
- return _e(t, this.constructor.elementStyles), t;
714
+ return me(t, this.constructor.elementStyles), t;
715
715
  }
716
716
  connectedCallback() {
717
717
  var t;
@@ -736,7 +736,7 @@ class O extends HTMLElement {
736
736
  var s;
737
737
  const i = this.constructor.elementProperties.get(t), n = this.constructor._$Eu(t, i);
738
738
  if (n !== void 0 && i.reflect === !0) {
739
- const o = (((s = i.converter) == null ? void 0 : s.toAttribute) !== void 0 ? i.converter : K).toAttribute(e, i.type);
739
+ const o = (((s = i.converter) == null ? void 0 : s.toAttribute) !== void 0 ? i.converter : J).toAttribute(e, i.type);
740
740
  this._$Em = t, o == null ? this.removeAttribute(n) : this.setAttribute(n, o), this._$Em = null;
741
741
  }
742
742
  }
@@ -744,13 +744,13 @@ class O extends HTMLElement {
744
744
  var s;
745
745
  const i = this.constructor, n = i._$Eh.get(t);
746
746
  if (n !== void 0 && this._$Em !== n) {
747
- const o = i.getPropertyOptions(n), a = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((s = o.converter) == null ? void 0 : s.fromAttribute) !== void 0 ? o.converter : K;
747
+ const o = i.getPropertyOptions(n), a = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((s = o.converter) == null ? void 0 : s.fromAttribute) !== void 0 ? o.converter : J;
748
748
  this._$Em = n, this[n] = a.fromAttribute(e, o.type), this._$Em = null;
749
749
  }
750
750
  }
751
751
  requestUpdate(t, e, i, n = !1, s) {
752
752
  if (t !== void 0) {
753
- if (i ?? (i = this.constructor.getPropertyOptions(t)), !(i.hasChanged ?? _t)(n ? s : this[t], e))
753
+ if (i ?? (i = this.constructor.getPropertyOptions(t)), !(i.hasChanged ?? bt)(n ? s : this[t], e))
754
754
  return;
755
755
  this.C(t, e, i);
756
756
  }
@@ -828,39 +828,39 @@ class O extends HTMLElement {
828
828
  firstUpdated(t) {
829
829
  }
830
830
  }
831
- O.elementStyles = [], O.shadowRootOptions = { mode: "open" }, O[I("elementProperties")] = /* @__PURE__ */ new Map(), O[I("finalized")] = /* @__PURE__ */ new Map(), at == null || at({ ReactiveElement: O }), (_.reactiveElementVersions ?? (_.reactiveElementVersions = [])).push("2.0.1");
831
+ T.elementStyles = [], T.shadowRootOptions = { mode: "open" }, T[I("elementProperties")] = /* @__PURE__ */ new Map(), T[I("finalized")] = /* @__PURE__ */ new Map(), ot == null || ot({ ReactiveElement: T }), (_.reactiveElementVersions ?? (_.reactiveElementVersions = [])).push("2.0.1");
832
832
  /**
833
833
  * @license
834
834
  * Copyright 2017 Google LLC
835
835
  * SPDX-License-Identifier: BSD-3-Clause
836
836
  */
837
- const M = globalThis, Z = M.trustedTypes, Rt = Z ? Z.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, Yt = "$lit$", b = `lit$${(Math.random() + "").slice(9)}$`, qt = "?" + b, Pe = `<${qt}>`, x = document, H = () => x.createComment(""), k = (r) => r === null || typeof r != "object" && typeof r != "function", Jt = Array.isArray, Oe = (r) => Jt(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", ct = `[
838
- \f\r]`, R = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, It = /-->/g, Mt = />/g, S = RegExp(`>|${ct}(?:([^\\s"'>=/]+)(${ct}*=${ct}*(?:[^
839
- \f\r"'\`<>=]|("|')|))|$)`, "g"), jt = /'/g, Ht = /"/g, Kt = /^(?:script|style|textarea|title)$/i, Te = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), Q = Te(1), P = Symbol.for("lit-noChange"), u = Symbol.for("lit-nothing"), kt = /* @__PURE__ */ new WeakMap(), C = x.createTreeWalker(x, 129);
840
- function Zt(r, t) {
837
+ const M = globalThis, K = M.trustedTypes, Ut = K ? K.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, Ft = "$lit$", b = `lit$${(Math.random() + "").slice(9)}$`, Yt = "?" + b, Ce = `<${Yt}>`, x = document, j = () => x.createComment(""), H = (r) => r === null || typeof r != "object" && typeof r != "function", qt = Array.isArray, xe = (r) => qt(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", at = `[
838
+ \f\r]`, R = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Rt = /-->/g, It = />/g, S = RegExp(`>|${at}(?:([^\\s"'>=/]+)(${at}*=${at}*(?:[^
839
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), Mt = /'/g, kt = /"/g, Jt = /^(?:script|style|textarea|title)$/i, Pe = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), Z = Pe(1), P = Symbol.for("lit-noChange"), p = Symbol.for("lit-nothing"), jt = /* @__PURE__ */ new WeakMap(), C = x.createTreeWalker(x, 129);
840
+ function Kt(r, t) {
841
841
  if (!Array.isArray(r) || !r.hasOwnProperty("raw"))
842
842
  throw Error("invalid template strings array");
843
- return Rt !== void 0 ? Rt.createHTML(t) : t;
843
+ return Ut !== void 0 ? Ut.createHTML(t) : t;
844
844
  }
845
- const Ue = (r, t) => {
845
+ const Te = (r, t) => {
846
846
  const e = r.length - 1, i = [];
847
847
  let n, s = t === 2 ? "<svg>" : "", o = R;
848
848
  for (let a = 0; a < e; a++) {
849
849
  const c = r[a];
850
850
  let h, d, l = -1, f = 0;
851
851
  for (; f < c.length && (o.lastIndex = f, d = o.exec(c), d !== null); )
852
- f = o.lastIndex, o === R ? d[1] === "!--" ? o = It : d[1] !== void 0 ? o = Mt : d[2] !== void 0 ? (Kt.test(d[2]) && (n = RegExp("</" + d[2], "g")), o = S) : d[3] !== void 0 && (o = S) : o === S ? d[0] === ">" ? (o = n ?? R, l = -1) : d[1] === void 0 ? l = -2 : (l = o.lastIndex - d[2].length, h = d[1], o = d[3] === void 0 ? S : d[3] === '"' ? Ht : jt) : o === Ht || o === jt ? o = S : o === It || o === Mt ? o = R : (o = S, n = void 0);
853
- const p = o === S && r[a + 1].startsWith("/>") ? " " : "";
854
- s += o === R ? c + Pe : l >= 0 ? (i.push(h), c.slice(0, l) + Yt + c.slice(l) + b + p) : c + b + (l === -2 ? a : p);
852
+ f = o.lastIndex, o === R ? d[1] === "!--" ? o = Rt : d[1] !== void 0 ? o = It : d[2] !== void 0 ? (Jt.test(d[2]) && (n = RegExp("</" + d[2], "g")), o = S) : d[3] !== void 0 && (o = S) : o === S ? d[0] === ">" ? (o = n ?? R, l = -1) : d[1] === void 0 ? l = -2 : (l = o.lastIndex - d[2].length, h = d[1], o = d[3] === void 0 ? S : d[3] === '"' ? kt : Mt) : o === kt || o === Mt ? o = S : o === Rt || o === It ? o = R : (o = S, n = void 0);
853
+ const u = o === S && r[a + 1].startsWith("/>") ? " " : "";
854
+ s += o === R ? c + Ce : l >= 0 ? (i.push(h), c.slice(0, l) + Ft + c.slice(l) + b + u) : c + b + (l === -2 ? a : u);
855
855
  }
856
- return [Zt(r, s + (r[e] || "<?>") + (t === 2 ? "</svg>" : "")), i];
856
+ return [Kt(r, s + (r[e] || "<?>") + (t === 2 ? "</svg>" : "")), i];
857
857
  };
858
858
  class N {
859
859
  constructor({ strings: t, _$litType$: e }, i) {
860
860
  let n;
861
861
  this.parts = [];
862
862
  let s = 0, o = 0;
863
- const a = t.length - 1, c = this.parts, [h, d] = Ue(t, e);
863
+ const a = t.length - 1, c = this.parts, [h, d] = Te(t, e);
864
864
  if (this.el = N.createElement(h, i), C.currentNode = this.el.content, e === 2) {
865
865
  const l = this.el.content.firstChild;
866
866
  l.replaceWith(...l.childNodes);
@@ -869,22 +869,22 @@ class N {
869
869
  if (n.nodeType === 1) {
870
870
  if (n.hasAttributes())
871
871
  for (const l of n.getAttributeNames())
872
- if (l.endsWith(Yt)) {
873
- const f = d[o++], p = n.getAttribute(l).split(b), g = /([.?@])?(.*)/.exec(f);
874
- c.push({ type: 1, index: s, name: g[2], strings: p, ctor: g[1] === "." ? Ie : g[1] === "?" ? Me : g[1] === "@" ? je : rt }), n.removeAttribute(l);
872
+ if (l.endsWith(Ft)) {
873
+ const f = d[o++], u = n.getAttribute(l).split(b), g = /([.?@])?(.*)/.exec(f);
874
+ c.push({ type: 1, index: s, name: g[2], strings: u, ctor: g[1] === "." ? Ue : g[1] === "?" ? Re : g[1] === "@" ? Ie : tt }), n.removeAttribute(l);
875
875
  } else
876
876
  l.startsWith(b) && (c.push({ type: 6, index: s }), n.removeAttribute(l));
877
- if (Kt.test(n.tagName)) {
877
+ if (Jt.test(n.tagName)) {
878
878
  const l = n.textContent.split(b), f = l.length - 1;
879
879
  if (f > 0) {
880
- n.textContent = Z ? Z.emptyScript : "";
881
- for (let p = 0; p < f; p++)
882
- n.append(l[p], H()), C.nextNode(), c.push({ type: 2, index: ++s });
883
- n.append(l[f], H());
880
+ n.textContent = K ? K.emptyScript : "";
881
+ for (let u = 0; u < f; u++)
882
+ n.append(l[u], j()), C.nextNode(), c.push({ type: 2, index: ++s });
883
+ n.append(l[f], j());
884
884
  }
885
885
  }
886
886
  } else if (n.nodeType === 8)
887
- if (n.data === qt)
887
+ if (n.data === Yt)
888
888
  c.push({ type: 2, index: s });
889
889
  else {
890
890
  let l = -1;
@@ -899,15 +899,15 @@ class N {
899
899
  return i.innerHTML = t, i;
900
900
  }
901
901
  }
902
- function T(r, t, e = r, i) {
902
+ function O(r, t, e = r, i) {
903
903
  var o, a;
904
904
  if (t === P)
905
905
  return t;
906
906
  let n = i !== void 0 ? (o = e._$Co) == null ? void 0 : o[i] : e._$Cl;
907
- const s = k(t) ? void 0 : t._$litDirective$;
908
- return (n == null ? void 0 : n.constructor) !== s && ((a = n == null ? void 0 : n._$AO) == null || a.call(n, !1), s === void 0 ? n = void 0 : (n = new s(r), n._$AT(r, e, i)), i !== void 0 ? (e._$Co ?? (e._$Co = []))[i] = n : e._$Cl = n), n !== void 0 && (t = T(r, n._$AS(r, t.values), n, i)), t;
907
+ const s = H(t) ? void 0 : t._$litDirective$;
908
+ return (n == null ? void 0 : n.constructor) !== s && ((a = n == null ? void 0 : n._$AO) == null || a.call(n, !1), s === void 0 ? n = void 0 : (n = new s(r), n._$AT(r, e, i)), i !== void 0 ? (e._$Co ?? (e._$Co = []))[i] = n : e._$Cl = n), n !== void 0 && (t = O(r, n._$AS(r, t.values), n, i)), t;
909
909
  }
910
- class Re {
910
+ class Oe {
911
911
  constructor(t, e) {
912
912
  this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
913
913
  }
@@ -924,7 +924,7 @@ class Re {
924
924
  for (; c !== void 0; ) {
925
925
  if (o === c.index) {
926
926
  let h;
927
- c.type === 2 ? h = new z(s, s.nextSibling, this, t) : c.type === 1 ? h = new c.ctor(s, c.name, c.strings, this, t) : c.type === 6 && (h = new He(s, this, t)), this._$AV.push(h), c = i[++a];
927
+ c.type === 2 ? h = new B(s, s.nextSibling, this, t) : c.type === 1 ? h = new c.ctor(s, c.name, c.strings, this, t) : c.type === 6 && (h = new Me(s, this, t)), this._$AV.push(h), c = i[++a];
928
928
  }
929
929
  o !== (c == null ? void 0 : c.index) && (s = C.nextNode(), o++);
930
930
  }
@@ -936,13 +936,13 @@ class Re {
936
936
  i !== void 0 && (i.strings !== void 0 ? (i._$AI(t, i, e), e += i.strings.length - 2) : i._$AI(t[e])), e++;
937
937
  }
938
938
  }
939
- class z {
939
+ class B {
940
940
  get _$AU() {
941
941
  var t;
942
942
  return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
943
943
  }
944
944
  constructor(t, e, i, n) {
945
- this.type = 2, this._$AH = u, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = i, this.options = n, this._$Cv = (n == null ? void 0 : n.isConnected) ?? !0;
945
+ this.type = 2, this._$AH = p, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = i, this.options = n, this._$Cv = (n == null ? void 0 : n.isConnected) ?? !0;
946
946
  }
947
947
  get parentNode() {
948
948
  let t = this._$AA.parentNode;
@@ -956,7 +956,7 @@ class z {
956
956
  return this._$AB;
957
957
  }
958
958
  _$AI(t, e = this) {
959
- t = T(this, t, e), k(t) ? t === u || t == null || t === "" ? (this._$AH !== u && this._$AR(), this._$AH = u) : t !== this._$AH && t !== P && this._(t) : t._$litType$ !== void 0 ? this.g(t) : t.nodeType !== void 0 ? this.$(t) : Oe(t) ? this.T(t) : this._(t);
959
+ t = O(this, t, e), H(t) ? t === p || t == null || t === "" ? (this._$AH !== p && this._$AR(), this._$AH = p) : t !== this._$AH && t !== P && this._(t) : t._$litType$ !== void 0 ? this.g(t) : t.nodeType !== void 0 ? this.$(t) : xe(t) ? this.T(t) : this._(t);
960
960
  }
961
961
  k(t) {
962
962
  return this._$AA.parentNode.insertBefore(t, this._$AB);
@@ -965,28 +965,28 @@ class z {
965
965
  this._$AH !== t && (this._$AR(), this._$AH = this.k(t));
966
966
  }
967
967
  _(t) {
968
- this._$AH !== u && k(this._$AH) ? this._$AA.nextSibling.data = t : this.$(x.createTextNode(t)), this._$AH = t;
968
+ this._$AH !== p && H(this._$AH) ? this._$AA.nextSibling.data = t : this.$(x.createTextNode(t)), this._$AH = t;
969
969
  }
970
970
  g(t) {
971
971
  var s;
972
- const { values: e, _$litType$: i } = t, n = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = N.createElement(Zt(i.h, i.h[0]), this.options)), i);
972
+ const { values: e, _$litType$: i } = t, n = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = N.createElement(Kt(i.h, i.h[0]), this.options)), i);
973
973
  if (((s = this._$AH) == null ? void 0 : s._$AD) === n)
974
974
  this._$AH.p(e);
975
975
  else {
976
- const o = new Re(n, this), a = o.u(this.options);
976
+ const o = new Oe(n, this), a = o.u(this.options);
977
977
  o.p(e), this.$(a), this._$AH = o;
978
978
  }
979
979
  }
980
980
  _$AC(t) {
981
- let e = kt.get(t.strings);
982
- return e === void 0 && kt.set(t.strings, e = new N(t)), e;
981
+ let e = jt.get(t.strings);
982
+ return e === void 0 && jt.set(t.strings, e = new N(t)), e;
983
983
  }
984
984
  T(t) {
985
- Jt(this._$AH) || (this._$AH = [], this._$AR());
985
+ qt(this._$AH) || (this._$AH = [], this._$AR());
986
986
  const e = this._$AH;
987
987
  let i, n = 0;
988
988
  for (const s of t)
989
- n === e.length ? e.push(i = new z(this.k(H()), this.k(H()), this, this.options)) : i = e[n], i._$AI(s), n++;
989
+ n === e.length ? e.push(i = new B(this.k(j()), this.k(j()), this, this.options)) : i = e[n], i._$AI(s), n++;
990
990
  n < e.length && (this._$AR(i && i._$AB.nextSibling, n), e.length = n);
991
991
  }
992
992
  _$AR(t = this._$AA.nextSibling, e) {
@@ -1001,7 +1001,7 @@ class z {
1001
1001
  this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
1002
1002
  }
1003
1003
  }
1004
- class rt {
1004
+ class tt {
1005
1005
  get tagName() {
1006
1006
  return this.element.tagName;
1007
1007
  }
@@ -1009,49 +1009,49 @@ class rt {
1009
1009
  return this._$AM._$AU;
1010
1010
  }
1011
1011
  constructor(t, e, i, n, s) {
1012
- this.type = 1, this._$AH = u, this._$AN = void 0, this.element = t, this.name = e, this._$AM = n, this.options = s, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = u;
1012
+ this.type = 1, this._$AH = p, this._$AN = void 0, this.element = t, this.name = e, this._$AM = n, this.options = s, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = p;
1013
1013
  }
1014
1014
  _$AI(t, e = this, i, n) {
1015
1015
  const s = this.strings;
1016
1016
  let o = !1;
1017
1017
  if (s === void 0)
1018
- t = T(this, t, e, 0), o = !k(t) || t !== this._$AH && t !== P, o && (this._$AH = t);
1018
+ t = O(this, t, e, 0), o = !H(t) || t !== this._$AH && t !== P, o && (this._$AH = t);
1019
1019
  else {
1020
1020
  const a = t;
1021
1021
  let c, h;
1022
1022
  for (t = s[0], c = 0; c < s.length - 1; c++)
1023
- h = T(this, a[i + c], e, c), h === P && (h = this._$AH[c]), o || (o = !k(h) || h !== this._$AH[c]), h === u ? t = u : t !== u && (t += (h ?? "") + s[c + 1]), this._$AH[c] = h;
1023
+ h = O(this, a[i + c], e, c), h === P && (h = this._$AH[c]), o || (o = !H(h) || h !== this._$AH[c]), h === p ? t = p : t !== p && (t += (h ?? "") + s[c + 1]), this._$AH[c] = h;
1024
1024
  }
1025
1025
  o && !n && this.O(t);
1026
1026
  }
1027
1027
  O(t) {
1028
- t === u ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
1028
+ t === p ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
1029
1029
  }
1030
1030
  }
1031
- class Ie extends rt {
1031
+ class Ue extends tt {
1032
1032
  constructor() {
1033
1033
  super(...arguments), this.type = 3;
1034
1034
  }
1035
1035
  O(t) {
1036
- this.element[this.name] = t === u ? void 0 : t;
1036
+ this.element[this.name] = t === p ? void 0 : t;
1037
1037
  }
1038
1038
  }
1039
- class Me extends rt {
1039
+ class Re extends tt {
1040
1040
  constructor() {
1041
1041
  super(...arguments), this.type = 4;
1042
1042
  }
1043
1043
  O(t) {
1044
- this.element.toggleAttribute(this.name, !!t && t !== u);
1044
+ this.element.toggleAttribute(this.name, !!t && t !== p);
1045
1045
  }
1046
1046
  }
1047
- class je extends rt {
1047
+ class Ie extends tt {
1048
1048
  constructor(t, e, i, n, s) {
1049
1049
  super(t, e, i, n, s), this.type = 5;
1050
1050
  }
1051
1051
  _$AI(t, e = this) {
1052
- if ((t = T(this, t, e, 0) ?? u) === P)
1052
+ if ((t = O(this, t, e, 0) ?? p) === P)
1053
1053
  return;
1054
- const i = this._$AH, n = t === u && i !== u || t.capture !== i.capture || t.once !== i.once || t.passive !== i.passive, s = t !== u && (i === u || n);
1054
+ const i = this._$AH, n = t === p && i !== p || t.capture !== i.capture || t.once !== i.once || t.passive !== i.passive, s = t !== p && (i === p || n);
1055
1055
  n && this.element.removeEventListener(this.name, this, i), s && this.element.addEventListener(this.name, this, t), this._$AH = t;
1056
1056
  }
1057
1057
  handleEvent(t) {
@@ -1059,7 +1059,7 @@ class je extends rt {
1059
1059
  typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
1060
1060
  }
1061
1061
  }
1062
- class He {
1062
+ class Me {
1063
1063
  constructor(t, e, i) {
1064
1064
  this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = i;
1065
1065
  }
@@ -1067,17 +1067,17 @@ class He {
1067
1067
  return this._$AM._$AU;
1068
1068
  }
1069
1069
  _$AI(t) {
1070
- T(this, t);
1070
+ O(this, t);
1071
1071
  }
1072
1072
  }
1073
- const lt = M.litHtmlPolyfillSupport;
1074
- lt == null || lt(N, z), (M.litHtmlVersions ?? (M.litHtmlVersions = [])).push("3.0.2");
1073
+ const ct = M.litHtmlPolyfillSupport;
1074
+ ct == null || ct(N, B), (M.litHtmlVersions ?? (M.litHtmlVersions = [])).push("3.0.2");
1075
1075
  const ke = (r, t, e) => {
1076
1076
  const i = (e == null ? void 0 : e.renderBefore) ?? t;
1077
1077
  let n = i._$litPart$;
1078
1078
  if (n === void 0) {
1079
1079
  const s = (e == null ? void 0 : e.renderBefore) ?? null;
1080
- i._$litPart$ = n = new z(t.insertBefore(H(), s), s, void 0, e ?? {});
1080
+ i._$litPart$ = n = new B(t.insertBefore(j(), s), s, void 0, e ?? {});
1081
1081
  }
1082
1082
  return n._$AI(r), n;
1083
1083
  };
@@ -1086,7 +1086,7 @@ const ke = (r, t, e) => {
1086
1086
  * Copyright 2017 Google LLC
1087
1087
  * SPDX-License-Identifier: BSD-3-Clause
1088
1088
  */
1089
- let $ = class extends O {
1089
+ let $ = class extends T {
1090
1090
  constructor() {
1091
1091
  super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
1092
1092
  }
@@ -1111,17 +1111,17 @@ let $ = class extends O {
1111
1111
  return P;
1112
1112
  }
1113
1113
  };
1114
- var Nt;
1115
- $._$litElement$ = !0, $.finalized = !0, (Nt = globalThis.litElementHydrateSupport) == null || Nt.call(globalThis, { LitElement: $ });
1116
- const ht = globalThis.litElementPolyfillSupport;
1117
- ht == null || ht({ LitElement: $ });
1114
+ var Ht;
1115
+ $._$litElement$ = !0, $.finalized = !0, (Ht = globalThis.litElementHydrateSupport) == null || Ht.call(globalThis, { LitElement: $ });
1116
+ const lt = globalThis.litElementPolyfillSupport;
1117
+ lt == null || lt({ LitElement: $ });
1118
1118
  (globalThis.litElementVersions ?? (globalThis.litElementVersions = [])).push("4.0.1");
1119
1119
  /**
1120
1120
  * @license
1121
1121
  * Copyright 2017 Google LLC
1122
1122
  * SPDX-License-Identifier: BSD-3-Clause
1123
1123
  */
1124
- const $t = (r) => (t, e) => {
1124
+ const je = (r) => (t, e) => {
1125
1125
  e !== void 0 ? e.addInitializer(() => {
1126
1126
  customElements.define(r, t);
1127
1127
  }) : customElements.define(r, t);
@@ -1131,7 +1131,7 @@ const $t = (r) => (t, e) => {
1131
1131
  * Copyright 2017 Google LLC
1132
1132
  * SPDX-License-Identifier: BSD-3-Clause
1133
1133
  */
1134
- const Ne = { attribute: !0, type: String, converter: K, reflect: !1, hasChanged: _t }, De = (r = Ne, t, e) => {
1134
+ const He = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged: bt }, Ne = (r = He, t, e) => {
1135
1135
  const { kind: i, metadata: n } = e;
1136
1136
  let s = globalThis.litPropertyMetadata.get(n);
1137
1137
  if (s === void 0 && globalThis.litPropertyMetadata.set(n, s = /* @__PURE__ */ new Map()), s.set(e.name, r), i === "accessor") {
@@ -1153,7 +1153,7 @@ const Ne = { attribute: !0, type: String, converter: K, reflect: !1, hasChanged:
1153
1153
  throw Error("Unsupported decorator location: " + i);
1154
1154
  };
1155
1155
  function y(r) {
1156
- return (t, e) => typeof e == "object" ? De(r, t, e) : ((i, n, s) => {
1156
+ return (t, e) => typeof e == "object" ? Ne(r, t, e) : ((i, n, s) => {
1157
1157
  const o = n.hasOwnProperty(s);
1158
1158
  return n.constructor.createProperty(s, o ? { ...i, wrapped: !0 } : i), o ? Object.getOwnPropertyDescriptor(n, s) : void 0;
1159
1159
  })(r, t, e);
@@ -1163,7 +1163,7 @@ function y(r) {
1163
1163
  * Copyright 2017 Google LLC
1164
1164
  * SPDX-License-Identifier: BSD-3-Clause
1165
1165
  */
1166
- function W(r) {
1166
+ function z(r) {
1167
1167
  return y({ ...r, state: !0, attribute: !1 });
1168
1168
  }
1169
1169
  /**
@@ -1171,8 +1171,8 @@ function W(r) {
1171
1171
  * Copyright 2017 Google LLC
1172
1172
  * SPDX-License-Identifier: BSD-3-Clause
1173
1173
  */
1174
- const Qt = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 }, Xt = (r) => (...t) => ({ _$litDirective$: r, values: t });
1175
- class te {
1174
+ const Zt = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 }, Qt = (r) => (...t) => ({ _$litDirective$: r, values: t });
1175
+ class Xt {
1176
1176
  constructor(t) {
1177
1177
  }
1178
1178
  get _$AU() {
@@ -1193,10 +1193,10 @@ class te {
1193
1193
  * Copyright 2018 Google LLC
1194
1194
  * SPDX-License-Identifier: BSD-3-Clause
1195
1195
  */
1196
- const Le = Xt(class extends te {
1196
+ const De = Qt(class extends Xt {
1197
1197
  constructor(r) {
1198
1198
  var t;
1199
- if (super(r), r.type !== Qt.ATTRIBUTE || r.name !== "class" || ((t = r.strings) == null ? void 0 : t.length) > 2)
1199
+ if (super(r), r.type !== Zt.ATTRIBUTE || r.name !== "class" || ((t = r.strings) == null ? void 0 : t.length) > 2)
1200
1200
  throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
1201
1201
  }
1202
1202
  render(r) {
@@ -1219,28 +1219,28 @@ const Le = Xt(class extends te {
1219
1219
  }
1220
1220
  return P;
1221
1221
  }
1222
- }), V = (r, t, e) => {
1222
+ }), G = (r, t, e) => {
1223
1223
  r && e.style.setProperty(t, r);
1224
- }, ee = (r, t) => {
1224
+ }, te = (r, t) => {
1225
1225
  var e, i, n, s;
1226
- V((e = r.colors) == null ? void 0 : e.primaryBackground, "--primary-background", t), V(
1226
+ G((e = r.colors) == null ? void 0 : e.primaryBackground, "--primary-background", t), G(
1227
1227
  (i = r.colors) == null ? void 0 : i.textOnPrimaryBackground,
1228
1228
  "--text-on-primary-background",
1229
1229
  t
1230
- ), V(
1230
+ ), G(
1231
1231
  (n = r.colors) == null ? void 0 : n.secondaryBackground,
1232
1232
  "--secondary-background",
1233
1233
  t
1234
- ), V(
1234
+ ), G(
1235
1235
  (s = r.colors) == null ? void 0 : s.textOnSecondaryBackground,
1236
1236
  "--text-on-secondary-background",
1237
1237
  t
1238
1238
  );
1239
1239
  };
1240
- var Be = Object.defineProperty, ze = Object.getOwnPropertyDescriptor, it = (r, t, e, i) => {
1241
- for (var n = i > 1 ? void 0 : i ? ze(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1240
+ var Le = Object.defineProperty, Be = Object.getOwnPropertyDescriptor, et = (r, t, e, i) => {
1241
+ for (var n = i > 1 ? void 0 : i ? Be(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1242
1242
  (o = r[s]) && (n = (i ? o(t, e, n) : o(n)) || n);
1243
- return i && n && Be(t, e, n), n;
1243
+ return i && n && Le(t, e, n), n;
1244
1244
  };
1245
1245
  class A extends $ {
1246
1246
  constructor() {
@@ -1261,32 +1261,32 @@ class A extends $ {
1261
1261
  }
1262
1262
  _applyBranding() {
1263
1263
  var t;
1264
- (t = this.application) != null && t.settings && ee(this.application.settings.branding, this);
1264
+ (t = this.application) != null && t.settings && te(this.application.settings.branding, this);
1265
1265
  }
1266
1266
  async _renderSymbol() {
1267
1267
  var s;
1268
1268
  const t = (s = this.application) == null ? void 0 : s.triggerIcon;
1269
1269
  if (!t)
1270
- return u;
1270
+ return p;
1271
1271
  const e = async (o) => await import("./index-5087564d.mjs").then(
1272
1272
  (c) => c[o]
1273
1273
  ), { type: i, content: n } = t;
1274
1274
  switch (i) {
1275
1275
  case "Telia": {
1276
1276
  const o = await e(n);
1277
- return o ? Q`<telia-icon
1277
+ return o ? Z`<telia-icon
1278
1278
  class="trigger-icon"
1279
1279
  svg=${o.svg}
1280
1280
  size="lg"
1281
- ></telia-icon>` : u;
1281
+ ></telia-icon>` : p;
1282
1282
  }
1283
1283
  default:
1284
- return u;
1284
+ return p;
1285
1285
  }
1286
1286
  }
1287
1287
  render() {
1288
- return Q`<button
1289
- class=${Le({
1288
+ return Z`<button
1289
+ class=${De({
1290
1290
  trigger: !0,
1291
1291
  active: this.active,
1292
1292
  rendered: this.loaded
@@ -1325,7 +1325,7 @@ class A extends $ {
1325
1325
  }
1326
1326
  }
1327
1327
  A.styles = [
1328
- B`
1328
+ L`
1329
1329
  :host {
1330
1330
  --voca-rem-multiplier: 0.625;
1331
1331
  display: block;
@@ -1395,24 +1395,24 @@ A.styles = [
1395
1395
  }
1396
1396
  `
1397
1397
  ];
1398
- it([
1398
+ et([
1399
1399
  y({ attribute: !1 })
1400
1400
  ], A.prototype, "application", 2);
1401
- it([
1402
- W()
1401
+ et([
1402
+ z()
1403
1403
  ], A.prototype, "active", 2);
1404
- it([
1405
- W()
1404
+ et([
1405
+ z()
1406
1406
  ], A.prototype, "loaded", 2);
1407
- it([
1408
- W()
1407
+ et([
1408
+ z()
1409
1409
  ], A.prototype, "icon", 2);
1410
- var We = Object.defineProperty, Ge = Object.getOwnPropertyDescriptor, E = (r, t, e, i) => {
1411
- for (var n = i > 1 ? void 0 : i ? Ge(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1410
+ var ze = Object.defineProperty, We = Object.getOwnPropertyDescriptor, E = (r, t, e, i) => {
1411
+ for (var n = i > 1 ? void 0 : i ? We(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1412
1412
  (o = r[s]) && (n = (i ? o(t, e, n) : o(n)) || n);
1413
- return i && n && We(t, e, n), n;
1413
+ return i && n && ze(t, e, n), n;
1414
1414
  };
1415
- const Ve = (r) => {
1415
+ const Ge = (r) => {
1416
1416
  class t extends r {
1417
1417
  constructor() {
1418
1418
  super(...arguments), this.properties = {}, this.context = {}, this.layout = {}, this.nodes = [];
@@ -1438,7 +1438,7 @@ const Ve = (r) => {
1438
1438
  }
1439
1439
  return t.styles = [
1440
1440
  // (superClass as unknown as typeof LitElement).styles ?? [],
1441
- B`
1441
+ L`
1442
1442
  :host {
1443
1443
  font-family: var(--font-family);
1444
1444
  grid-column: span var(--width);
@@ -1467,93 +1467,85 @@ const Ve = (r) => {
1467
1467
  y({ attribute: !1 })
1468
1468
  ], t.prototype, "parent", 2), t;
1469
1469
  };
1470
- var Fe = Object.defineProperty, Ye = Object.getOwnPropertyDescriptor, qe = (r, t, e, i) => {
1471
- for (var n = i > 1 ? void 0 : i ? Ye(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1472
- (o = r[s]) && (n = (i ? o(t, e, n) : o(n)) || n);
1473
- return i && n && Fe(t, e, n), n;
1474
- };
1475
- let X = class extends Ve($) {
1470
+ class _t extends Ge($) {
1476
1471
  render() {
1477
- return Q`Non resolved component`;
1472
+ return Z`Non resolved component`;
1478
1473
  }
1479
- };
1480
- X.styles = [
1481
- B`
1474
+ }
1475
+ _t.styles = [
1476
+ L`
1482
1477
  :host {
1483
1478
  display: block;
1484
1479
  }
1485
1480
  `
1486
1481
  ];
1487
- X = qe([
1488
- $t("ace-unresolved-component")
1489
- ], X);
1490
1482
  /**
1491
1483
  * @license
1492
1484
  * Copyright 2020 Google LLC
1493
1485
  * SPDX-License-Identifier: BSD-3-Clause
1494
1486
  */
1495
- const Je = (r) => r.strings === void 0;
1487
+ const Ve = (r) => r.strings === void 0;
1496
1488
  /**
1497
1489
  * @license
1498
1490
  * Copyright 2017 Google LLC
1499
1491
  * SPDX-License-Identifier: BSD-3-Clause
1500
1492
  */
1501
- const j = (r, t) => {
1493
+ const k = (r, t) => {
1502
1494
  var i;
1503
1495
  const e = r._$AN;
1504
1496
  if (e === void 0)
1505
1497
  return !1;
1506
1498
  for (const n of e)
1507
- (i = n._$AO) == null || i.call(n, t, !1), j(n, t);
1499
+ (i = n._$AO) == null || i.call(n, t, !1), k(n, t);
1508
1500
  return !0;
1509
- }, tt = (r) => {
1501
+ }, Q = (r) => {
1510
1502
  let t, e;
1511
1503
  do {
1512
1504
  if ((t = r._$AM) === void 0)
1513
1505
  break;
1514
1506
  e = t._$AN, e.delete(r), r = t;
1515
1507
  } while ((e == null ? void 0 : e.size) === 0);
1516
- }, re = (r) => {
1508
+ }, ee = (r) => {
1517
1509
  for (let t; t = r._$AM; r = t) {
1518
1510
  let e = t._$AN;
1519
1511
  if (e === void 0)
1520
1512
  t._$AN = e = /* @__PURE__ */ new Set();
1521
1513
  else if (e.has(r))
1522
1514
  break;
1523
- e.add(r), Qe(t);
1515
+ e.add(r), qe(t);
1524
1516
  }
1525
1517
  };
1526
- function Ke(r) {
1527
- this._$AN !== void 0 ? (tt(this), this._$AM = r, re(this)) : this._$AM = r;
1518
+ function Fe(r) {
1519
+ this._$AN !== void 0 ? (Q(this), this._$AM = r, ee(this)) : this._$AM = r;
1528
1520
  }
1529
- function Ze(r, t = !1, e = 0) {
1521
+ function Ye(r, t = !1, e = 0) {
1530
1522
  const i = this._$AH, n = this._$AN;
1531
1523
  if (n !== void 0 && n.size !== 0)
1532
1524
  if (t)
1533
1525
  if (Array.isArray(i))
1534
1526
  for (let s = e; s < i.length; s++)
1535
- j(i[s], !1), tt(i[s]);
1527
+ k(i[s], !1), Q(i[s]);
1536
1528
  else
1537
- i != null && (j(i, !1), tt(i));
1529
+ i != null && (k(i, !1), Q(i));
1538
1530
  else
1539
- j(this, r);
1531
+ k(this, r);
1540
1532
  }
1541
- const Qe = (r) => {
1542
- r.type == Qt.CHILD && (r._$AP ?? (r._$AP = Ze), r._$AQ ?? (r._$AQ = Ke));
1533
+ const qe = (r) => {
1534
+ r.type == Zt.CHILD && (r._$AP ?? (r._$AP = Ye), r._$AQ ?? (r._$AQ = Fe));
1543
1535
  };
1544
- class Xe extends te {
1536
+ class Je extends Xt {
1545
1537
  constructor() {
1546
1538
  super(...arguments), this._$AN = void 0;
1547
1539
  }
1548
1540
  _$AT(t, e, i) {
1549
- super._$AT(t, e, i), re(this), this.isConnected = t._$AU;
1541
+ super._$AT(t, e, i), ee(this), this.isConnected = t._$AU;
1550
1542
  }
1551
1543
  _$AO(t, e = !0) {
1552
1544
  var i, n;
1553
- t !== this.isConnected && (this.isConnected = t, t ? (i = this.reconnected) == null || i.call(this) : (n = this.disconnected) == null || n.call(this)), e && (j(this, t), tt(this));
1545
+ t !== this.isConnected && (this.isConnected = t, t ? (i = this.reconnected) == null || i.call(this) : (n = this.disconnected) == null || n.call(this)), e && (k(this, t), Q(this));
1554
1546
  }
1555
1547
  setValue(t) {
1556
- if (Je(this._$Ct))
1548
+ if (Ve(this._$Ct))
1557
1549
  this._$Ct._$AI(t, this);
1558
1550
  else {
1559
1551
  const e = [...this._$Ct._$AH];
@@ -1570,29 +1562,29 @@ class Xe extends te {
1570
1562
  * Copyright 2020 Google LLC
1571
1563
  * SPDX-License-Identifier: BSD-3-Clause
1572
1564
  */
1573
- const tr = () => new er();
1574
- class er {
1565
+ const Ke = () => new Ze();
1566
+ class Ze {
1575
1567
  }
1576
- const pt = /* @__PURE__ */ new WeakMap(), rr = Xt(class extends Xe {
1568
+ const ht = /* @__PURE__ */ new WeakMap(), Qe = Qt(class extends Je {
1577
1569
  render(r) {
1578
- return u;
1570
+ return p;
1579
1571
  }
1580
1572
  update(r, [t]) {
1581
1573
  var i;
1582
1574
  const e = t !== this.G;
1583
- return e && this.G !== void 0 && this.ot(void 0), (e || this.rt !== this.lt) && (this.G = t, this.ct = (i = r.options) == null ? void 0 : i.host, this.ot(this.lt = r.element)), u;
1575
+ return e && this.G !== void 0 && this.ot(void 0), (e || this.rt !== this.lt) && (this.G = t, this.ct = (i = r.options) == null ? void 0 : i.host, this.ot(this.lt = r.element)), p;
1584
1576
  }
1585
1577
  ot(r) {
1586
1578
  if (typeof this.G == "function") {
1587
1579
  const t = this.ct ?? globalThis;
1588
- let e = pt.get(t);
1589
- e === void 0 && (e = /* @__PURE__ */ new WeakMap(), pt.set(t, e)), e.get(this.G) !== void 0 && this.G.call(this.ct, void 0), e.set(this.G, r), r !== void 0 && this.G.call(this.ct, r);
1580
+ let e = ht.get(t);
1581
+ e === void 0 && (e = /* @__PURE__ */ new WeakMap(), ht.set(t, e)), e.get(this.G) !== void 0 && this.G.call(this.ct, void 0), e.set(this.G, r), r !== void 0 && this.G.call(this.ct, r);
1590
1582
  } else
1591
1583
  this.G.value = r;
1592
1584
  }
1593
1585
  get rt() {
1594
1586
  var r, t;
1595
- return typeof this.G == "function" ? (r = pt.get(this.ct ?? globalThis)) == null ? void 0 : r.get(this.G) : (t = this.G) == null ? void 0 : t.value;
1587
+ return typeof this.G == "function" ? (r = ht.get(this.ct ?? globalThis)) == null ? void 0 : r.get(this.G) : (t = this.G) == null ? void 0 : t.value;
1596
1588
  }
1597
1589
  disconnected() {
1598
1590
  this.rt === this.lt && this.ot(void 0);
@@ -1606,41 +1598,41 @@ const pt = /* @__PURE__ */ new WeakMap(), rr = Xt(class extends Xe {
1606
1598
  * Copyright 2021 Google LLC
1607
1599
  * SPDX-License-Identifier: BSD-3-Clause
1608
1600
  */
1609
- function* ir(r, t) {
1601
+ function* Xe(r, t) {
1610
1602
  if (r !== void 0) {
1611
1603
  let e = 0;
1612
1604
  for (const i of r)
1613
1605
  yield t(i, e++);
1614
1606
  }
1615
1607
  }
1616
- var w = /* @__PURE__ */ ((r) => (r.Inline = "inline", r.Trigger = "trigger", r))(w || {}), nr = Object.defineProperty, sr = Object.getOwnPropertyDescriptor, ie = (r, t, e, i) => {
1617
- for (var n = i > 1 ? void 0 : i ? sr(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1608
+ var w = /* @__PURE__ */ ((r) => (r.Inline = "inline", r.Trigger = "trigger", r))(w || {}), tr = Object.defineProperty, er = Object.getOwnPropertyDescriptor, rr = (r, t, e, i) => {
1609
+ for (var n = i > 1 ? void 0 : i ? er(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1618
1610
  (o = r[s]) && (n = (i ? o(t, e, n) : o(n)) || n);
1619
- return i && n && nr(t, e, n), n;
1611
+ return i && n && tr(t, e, n), n;
1620
1612
  };
1621
- let D = class extends $ {
1613
+ class rt extends $ {
1622
1614
  constructor() {
1623
- super(...arguments), this.nodes = [], this.wrapperRef = tr();
1615
+ super(...arguments), this.nodes = [], this.wrapperRef = Ke();
1624
1616
  }
1625
- addChild(r) {
1626
- r.parent = this, this.nodes.push(r);
1617
+ addChild(t) {
1618
+ t.parent = this, this.nodes.push(t);
1627
1619
  }
1628
1620
  applyBranding() {
1629
1621
  if (this.wrapperRef.value) {
1630
- const r = this.application.settings;
1631
- r != null && r.branding && ee(r.branding, this.wrapperRef.value);
1622
+ const t = this.application.settings;
1623
+ t != null && t.branding && te(t.branding, this.wrapperRef.value);
1632
1624
  }
1633
1625
  }
1634
- firstUpdated(r) {
1626
+ firstUpdated(t) {
1635
1627
  this.applyBranding();
1636
1628
  }
1637
1629
  render() {
1638
- return this.application.renderStrategy === w.Trigger && this.renderRoot.host.classList.add("floating"), Q`<div class="widget-container" ${rr(this.wrapperRef)}>
1639
- ${ir(this.nodes, (r) => r)}
1630
+ return this.application.renderStrategy === w.Trigger && this.renderRoot.host.classList.add("floating"), Z`<div class="widget-container" ${Qe(this.wrapperRef)}>
1631
+ ${Xe(this.nodes, (t) => t)}
1640
1632
  </div>`;
1641
1633
  }
1642
- };
1643
- D.styles = B`
1634
+ }
1635
+ rt.styles = L`
1644
1636
  :host {
1645
1637
  --font-family: TeliaSans, Helvetica, Arial, Lucida Grande, sans-serif;
1646
1638
  --spacing-xs: 0.2rem;
@@ -1719,13 +1711,10 @@ D.styles = B`
1719
1711
  }
1720
1712
  }
1721
1713
  `;
1722
- ie([
1714
+ rr([
1723
1715
  y({ attribute: !1 })
1724
- ], D.prototype, "application", 2);
1725
- D = ie([
1726
- $t("ace-wrapper")
1727
- ], D);
1728
- class or {
1716
+ ], rt.prototype, "application", 2);
1717
+ class ir {
1729
1718
  constructor() {
1730
1719
  this.root = this.createRoot();
1731
1720
  }
@@ -1745,18 +1734,18 @@ class or {
1745
1734
  };
1746
1735
  }, n = (a, c, h, d) => {
1747
1736
  h.forEach((l) => {
1748
- const f = i(l), p = d[f.definitionId];
1749
- if (!p) {
1737
+ const f = i(l), u = d[f.definitionId];
1738
+ if (!u) {
1750
1739
  console.error(
1751
1740
  `No definition found for component type '${f.definitionId}'.`
1752
1741
  );
1753
1742
  return;
1754
1743
  }
1755
- const g = a.createNode(p.type, p.type);
1756
- g && (g.name = f.definitionId, g.application = e, p.properties && g.writeProperties(p.properties), p.context && g.writeContext(p.context), p.layout && g.writeLayout(p.layout), c.addChild(g), p.children && n(
1744
+ const g = a.createNode(u.type, u.type);
1745
+ g && (g.name = f.definitionId, g.application = e, u.properties && g.writeProperties(u.properties), u.context && g.writeContext(u.context), u.layout && g.writeLayout(u.layout), c.addChild(g), u.children && n(
1757
1746
  a,
1758
1747
  g,
1759
- p.children,
1748
+ u.children,
1760
1749
  d
1761
1750
  // views
1762
1751
  ));
@@ -1765,12 +1754,12 @@ class or {
1765
1754
  return n(this, this.root, [s], o), this.root;
1766
1755
  }
1767
1756
  createRoot() {
1768
- return new D();
1757
+ return new rt();
1769
1758
  }
1770
1759
  createNode(t, e) {
1771
1760
  const i = this.resolveComponent(e);
1772
1761
  if (!i)
1773
- return console.warn(`Unable to resolve component: ${e}`), new X();
1762
+ return console.warn(`Unable to resolve component: ${e}`), new _t();
1774
1763
  const n = new i();
1775
1764
  return n.type = e, n.name = t, n;
1776
1765
  }
@@ -1781,7 +1770,7 @@ class or {
1781
1770
  return this.root;
1782
1771
  }
1783
1772
  }
1784
- const ne = class {
1773
+ const re = class {
1785
1774
  constructor() {
1786
1775
  this.components = /* @__PURE__ */ new Map();
1787
1776
  }
@@ -1801,18 +1790,18 @@ const ne = class {
1801
1790
  await Promise.all(r);
1802
1791
  }
1803
1792
  defineAsWebComponent(r, t) {
1804
- const e = ne.ResolveWebComponentName(r);
1793
+ const e = re.ResolveWebComponentName(r);
1805
1794
  customElements.get(e) || customElements.define(e, t);
1806
1795
  }
1807
1796
  };
1808
- let se = ne;
1809
- se.ResolveWebComponentName = (r) => `ace-${r}`;
1810
- class ar {
1797
+ let ie = re;
1798
+ ie.ResolveWebComponentName = (r) => `ace-${r}`;
1799
+ class nr {
1811
1800
  constructor(t, e, i, n) {
1812
- this.name = t, this.container = e, this.settings = i, this.options = n, this.platform = new or(), this.renderStrategy = w.Inline, this.autoActivate = !1, this.plugins = [], this.componentResolver = new se(), this.renderStrategy = this.options.renderStrategy || w.Inline, this.triggerIcon = this.options.triggerIcon, typeof n.autoActivate == "boolean" && (this.autoActivate = n.autoActivate), this.container.register("$settings", i);
1801
+ this.name = t, this.container = e, this.settings = i, this.options = n, this.platform = new ir(), this.renderStrategy = w.Inline, this.autoActivate = !1, this.plugins = [], this.componentResolver = new ie(), this.renderStrategy = this.options.renderStrategy || w.Inline, this.triggerIcon = this.options.triggerIcon, typeof n.autoActivate == "boolean" && (this.autoActivate = n.autoActivate), this.container.register("$settings", i);
1813
1802
  }
1814
1803
  async activate() {
1815
- if (await this.loadPlugins(), await this.componentResolver.loadComponents(), this.root = this.platform.createComponentModel(this.settings, this), this.container.setState(Vt.Ready), this.autoActivate) {
1804
+ if (await this.loadPlugins(), await this.componentResolver.loadComponents(), this.root = this.platform.createComponentModel(this.settings, this), this.container.setState(Gt.Ready), this.autoActivate) {
1816
1805
  const t = this.render();
1817
1806
  t && document.body.appendChild(t);
1818
1807
  }
@@ -1844,7 +1833,7 @@ class ar {
1844
1833
  return this.root;
1845
1834
  }
1846
1835
  }
1847
- const oe = class {
1836
+ const ne = class {
1848
1837
  // TODO:
1849
1838
  // private static endpoint = 'http://localhost:5299/api'; // TODO:
1850
1839
  static async getSite(r) {
@@ -1866,18 +1855,18 @@ const oe = class {
1866
1855
  } : null;
1867
1856
  }
1868
1857
  static async getWidget(r) {
1869
- const e = await (await fetch(`${oe.endpoint}/widget/${r}`)).json();
1858
+ const e = await (await fetch(`${ne.endpoint}/widget/${r}`)).json();
1870
1859
  return e ? {
1871
1860
  name: e.name,
1872
1861
  config: JSON.parse(e.configuration)
1873
1862
  } : null;
1874
1863
  }
1875
1864
  };
1876
- let yt = oe;
1877
- yt.endpoint = "https://widgets.ace.teliacompany.net/api";
1878
- class cr {
1865
+ let vt = ne;
1866
+ vt.endpoint = "https://widgets.ace.teliacompany.net/api";
1867
+ class sr {
1879
1868
  constructor() {
1880
- this.applications = [], this.container = new xt("environment", this), setTimeout(() => {
1869
+ this.applications = [], this.container = new Ct("environment", this), setTimeout(() => {
1881
1870
  this.notifyWidgetsOfCreation();
1882
1871
  }, 1e3);
1883
1872
  }
@@ -1902,16 +1891,16 @@ class cr {
1902
1891
  });
1903
1892
  }
1904
1893
  registerApp(t, e, i) {
1905
- const n = new xt(t, this), s = new ar(t, n, e, i);
1894
+ const n = new Ct(t, this), s = new nr(t, n, e, i);
1906
1895
  this.applications.push(s);
1907
1896
  }
1908
1897
  }
1909
- class lr {
1898
+ class or {
1910
1899
  constructor(t) {
1911
1900
  this.configurations = [], typeof t == "string" ? this.url = t : this.loadFromConfig(t);
1912
1901
  }
1913
1902
  async load(t) {
1914
- const e = await yt.getSite(t);
1903
+ const e = await vt.getSite(t);
1915
1904
  if (!e) {
1916
1905
  console.warn(`Unable to load site from the url provided: ${t}`);
1917
1906
  return;
@@ -1932,9 +1921,9 @@ class lr {
1932
1921
  }
1933
1922
  async bootstrap(t) {
1934
1923
  var e;
1935
- this.url && await this.load(this.url), this.environment = new cr(), this.addGlobal(this.environment);
1924
+ this.url && await this.load(this.url), this.environment = new sr(), this.addGlobal(this.environment);
1936
1925
  for await (const i of this.configurations) {
1937
- const n = await yt.getWidget(i.widgetId);
1926
+ const n = await vt.getWidget(i.widgetId);
1938
1927
  n && ((e = this.environment) == null || e.registerApp(n.name, n.config, {
1939
1928
  renderStrategy: i.renderStrategy,
1940
1929
  triggerIcon: i.triggerIcon,
@@ -1947,10 +1936,10 @@ class lr {
1947
1936
  globalThis.widgets = t;
1948
1937
  }
1949
1938
  }
1950
- var hr = Object.defineProperty, pr = Object.getOwnPropertyDescriptor, nt = (r, t, e, i) => {
1951
- for (var n = i > 1 ? void 0 : i ? pr(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1939
+ var ar = Object.defineProperty, cr = Object.getOwnPropertyDescriptor, it = (r, t, e, i) => {
1940
+ for (var n = i > 1 ? void 0 : i ? cr(t, e) : t, s = r.length - 1, o; s >= 0; s--)
1952
1941
  (o = r[s]) && (n = (i ? o(t, e, n) : o(n)) || n);
1953
- return i && n && hr(t, e, n), n;
1942
+ return i && n && ar(t, e, n), n;
1954
1943
  };
1955
1944
  let U = class extends $ {
1956
1945
  constructor() {
@@ -1976,7 +1965,7 @@ let U = class extends $ {
1976
1965
  }
1977
1966
  render() {
1978
1967
  if (!this.widget || this.status !== "activated")
1979
- return u;
1968
+ return p;
1980
1969
  if (this.widget.renderStrategy === w.Trigger) {
1981
1970
  const r = new A();
1982
1971
  return r.application = this.widget, r;
@@ -1985,35 +1974,37 @@ let U = class extends $ {
1985
1974
  }
1986
1975
  };
1987
1976
  U.styles = [
1988
- B`
1977
+ L`
1989
1978
  :host {
1990
1979
  display: block;
1991
1980
  }
1992
1981
  `
1993
1982
  ];
1994
- nt([
1983
+ it([
1995
1984
  y({ attribute: !0 })
1996
1985
  ], U.prototype, "name", 2);
1997
- nt([
1998
- W()
1986
+ it([
1987
+ z()
1999
1988
  ], U.prototype, "widget", 2);
2000
- nt([
2001
- W()
1989
+ it([
1990
+ z()
2002
1991
  ], U.prototype, "status", 2);
2003
- U = nt([
2004
- $t("ace-widget")
1992
+ U = it([
1993
+ je("ace-widget")
2005
1994
  ], U);
2006
1995
  customElements.get("ace-trigger") || customElements.define("ace-trigger", A);
2007
- const fr = async (r, t) => {
2008
- await new lr(r).bootstrap(t);
1996
+ customElements.get("ace-unresolved-component") || customElements.define("ace-unresolved-component", _t);
1997
+ customElements.get("ace-wrapper") || customElements.define("ace-wrapper", rt);
1998
+ const ur = async (r, t) => {
1999
+ await new or(r).bootstrap(t);
2009
2000
  };
2010
2001
  export {
2011
2002
  U as AceWidget,
2012
- ar as Application,
2013
- xt as Container,
2014
- cr as Environment,
2015
- lr as Site,
2003
+ nr as Application,
2004
+ Ct as Container,
2005
+ sr as Environment,
2006
+ or as Site,
2016
2007
  A as Trigger,
2017
- Ve as WidgetComponent,
2018
- fr as bootstrap
2008
+ Ge as WidgetComponent,
2009
+ ur as bootstrap
2019
2010
  };