@telia-ace/widget-components-area-flamingo 1.1.12-rc.6 → 1.1.12-rc.7
Sign up to get free protection for your applications and to get access to all the features.
- package/{area-08e4846e.mjs → area-09ae0a6d.mjs} +300 -307
- package/{area-529b76b7.js → area-23dc5b66.js} +23 -23
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
@@ -3,19 +3,19 @@
|
|
3
3
|
* Copyright 2019 Google LLC
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
5
5
|
*/
|
6
|
-
const B = globalThis,
|
7
|
-
let
|
8
|
-
constructor(t, e,
|
9
|
-
if (this._$cssResult$ = !0,
|
6
|
+
const B = globalThis, tt = B.ShadowRoot && (B.ShadyCSS === void 0 || B.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, et = Symbol(), rt = /* @__PURE__ */ new WeakMap();
|
7
|
+
let ft = class {
|
8
|
+
constructor(t, e, i) {
|
9
|
+
if (this._$cssResult$ = !0, i !== et)
|
10
10
|
throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
11
11
|
this.cssText = t, this.t = e;
|
12
12
|
}
|
13
13
|
get styleSheet() {
|
14
14
|
let t = this.o;
|
15
15
|
const e = this.t;
|
16
|
-
if (
|
17
|
-
const
|
18
|
-
|
16
|
+
if (tt && t === void 0) {
|
17
|
+
const i = e !== void 0 && e.length === 1;
|
18
|
+
i && (t = rt.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && rt.set(e, t));
|
19
19
|
}
|
20
20
|
return t;
|
21
21
|
}
|
@@ -23,64 +23,64 @@ let _t = class {
|
|
23
23
|
return this.cssText;
|
24
24
|
}
|
25
25
|
};
|
26
|
-
const Ut = (
|
27
|
-
const e =
|
26
|
+
const Ut = (s) => new ft(typeof s == "string" ? s : s + "", void 0, et), P = (s, ...t) => {
|
27
|
+
const e = s.length === 1 ? s[0] : t.reduce((i, r, n) => i + ((o) => {
|
28
28
|
if (o._$cssResult$ === !0)
|
29
29
|
return o.cssText;
|
30
30
|
if (typeof o == "number")
|
31
31
|
return o;
|
32
32
|
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.");
|
33
|
-
})(r) +
|
34
|
-
return new
|
35
|
-
}, Nt = (
|
36
|
-
if (
|
37
|
-
|
33
|
+
})(r) + s[n + 1], s[0]);
|
34
|
+
return new ft(e, s, et);
|
35
|
+
}, Nt = (s, t) => {
|
36
|
+
if (tt)
|
37
|
+
s.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
|
38
38
|
else
|
39
39
|
for (const e of t) {
|
40
|
-
const
|
41
|
-
r !== void 0 &&
|
40
|
+
const i = document.createElement("style"), r = B.litNonce;
|
41
|
+
r !== void 0 && i.setAttribute("nonce", r), i.textContent = e.cssText, s.appendChild(i);
|
42
42
|
}
|
43
|
-
},
|
43
|
+
}, nt = tt ? (s) => s : (s) => s instanceof CSSStyleSheet ? ((t) => {
|
44
44
|
let e = "";
|
45
|
-
for (const
|
46
|
-
e +=
|
45
|
+
for (const i of t.cssRules)
|
46
|
+
e += i.cssText;
|
47
47
|
return Ut(e);
|
48
|
-
})(
|
48
|
+
})(s) : s;
|
49
49
|
/**
|
50
50
|
* @license
|
51
51
|
* Copyright 2017 Google LLC
|
52
52
|
* SPDX-License-Identifier: BSD-3-Clause
|
53
53
|
*/
|
54
|
-
const { is: Mt, defineProperty:
|
54
|
+
const { is: Mt, defineProperty: kt, getOwnPropertyDescriptor: Ht, getOwnPropertyNames: Rt, getOwnPropertySymbols: Lt, getPrototypeOf: Dt } = Object, _ = globalThis, ot = _.trustedTypes, zt = ot ? ot.emptyScript : "", J = _.reactiveElementPolyfillSupport, T = (s, t) => s, I = { toAttribute(s, t) {
|
55
55
|
switch (t) {
|
56
56
|
case Boolean:
|
57
|
-
|
57
|
+
s = s ? zt : null;
|
58
58
|
break;
|
59
59
|
case Object:
|
60
60
|
case Array:
|
61
|
-
|
61
|
+
s = s == null ? s : JSON.stringify(s);
|
62
62
|
}
|
63
|
-
return
|
64
|
-
}, fromAttribute(
|
65
|
-
let e =
|
63
|
+
return s;
|
64
|
+
}, fromAttribute(s, t) {
|
65
|
+
let e = s;
|
66
66
|
switch (t) {
|
67
67
|
case Boolean:
|
68
|
-
e =
|
68
|
+
e = s !== null;
|
69
69
|
break;
|
70
70
|
case Number:
|
71
|
-
e =
|
71
|
+
e = s === null ? null : Number(s);
|
72
72
|
break;
|
73
73
|
case Object:
|
74
74
|
case Array:
|
75
75
|
try {
|
76
|
-
e = JSON.parse(
|
76
|
+
e = JSON.parse(s);
|
77
77
|
} catch {
|
78
78
|
e = null;
|
79
79
|
}
|
80
80
|
}
|
81
81
|
return e;
|
82
|
-
} },
|
83
|
-
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")),
|
82
|
+
} }, st = (s, t) => !Mt(s, t), at = { attribute: !0, type: String, converter: I, reflect: !1, hasChanged: st };
|
83
|
+
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), _.litPropertyMetadata ?? (_.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
84
84
|
class E extends HTMLElement {
|
85
85
|
static addInitializer(t) {
|
86
86
|
this._$Ei(), (this.l ?? (this.l = [])).push(t);
|
@@ -88,14 +88,14 @@ class E extends HTMLElement {
|
|
88
88
|
static get observedAttributes() {
|
89
89
|
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
90
90
|
}
|
91
|
-
static createProperty(t, e =
|
91
|
+
static createProperty(t, e = at) {
|
92
92
|
if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
|
93
|
-
const
|
94
|
-
r !== void 0 &&
|
93
|
+
const i = Symbol(), r = this.getPropertyDescriptor(t, i, e);
|
94
|
+
r !== void 0 && kt(this.prototype, t, r);
|
95
95
|
}
|
96
96
|
}
|
97
|
-
static getPropertyDescriptor(t, e,
|
98
|
-
const { get: r, set: n } =
|
97
|
+
static getPropertyDescriptor(t, e, i) {
|
98
|
+
const { get: r, set: n } = Ht(this.prototype, t) ?? { get() {
|
99
99
|
return this[e];
|
100
100
|
}, set(o) {
|
101
101
|
this[e] = o;
|
@@ -104,36 +104,36 @@ class E extends HTMLElement {
|
|
104
104
|
return r == null ? void 0 : r.call(this);
|
105
105
|
}, set(o) {
|
106
106
|
const c = r == null ? void 0 : r.call(this);
|
107
|
-
n.call(this, o), this.requestUpdate(t, c,
|
107
|
+
n.call(this, o), this.requestUpdate(t, c, i);
|
108
108
|
}, configurable: !0, enumerable: !0 };
|
109
109
|
}
|
110
110
|
static getPropertyOptions(t) {
|
111
|
-
return this.elementProperties.get(t) ??
|
111
|
+
return this.elementProperties.get(t) ?? at;
|
112
112
|
}
|
113
113
|
static _$Ei() {
|
114
114
|
if (this.hasOwnProperty(T("elementProperties")))
|
115
115
|
return;
|
116
|
-
const t =
|
116
|
+
const t = Dt(this);
|
117
117
|
t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
|
118
118
|
}
|
119
119
|
static finalize() {
|
120
120
|
if (this.hasOwnProperty(T("finalized")))
|
121
121
|
return;
|
122
122
|
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(T("properties"))) {
|
123
|
-
const e = this.properties,
|
124
|
-
for (const r of
|
123
|
+
const e = this.properties, i = [...Rt(e), ...Lt(e)];
|
124
|
+
for (const r of i)
|
125
125
|
this.createProperty(r, e[r]);
|
126
126
|
}
|
127
127
|
const t = this[Symbol.metadata];
|
128
128
|
if (t !== null) {
|
129
129
|
const e = litPropertyMetadata.get(t);
|
130
130
|
if (e !== void 0)
|
131
|
-
for (const [
|
132
|
-
this.elementProperties.set(
|
131
|
+
for (const [i, r] of e)
|
132
|
+
this.elementProperties.set(i, r);
|
133
133
|
}
|
134
134
|
this._$Eh = /* @__PURE__ */ new Map();
|
135
|
-
for (const [e,
|
136
|
-
const r = this._$Eu(e,
|
135
|
+
for (const [e, i] of this.elementProperties) {
|
136
|
+
const r = this._$Eu(e, i);
|
137
137
|
r !== void 0 && this._$Eh.set(r, e);
|
138
138
|
}
|
139
139
|
this.elementStyles = this.finalizeStyles(this.styles);
|
@@ -141,16 +141,16 @@ class E extends HTMLElement {
|
|
141
141
|
static finalizeStyles(t) {
|
142
142
|
const e = [];
|
143
143
|
if (Array.isArray(t)) {
|
144
|
-
const
|
145
|
-
for (const r of
|
146
|
-
e.unshift(
|
144
|
+
const i = new Set(t.flat(1 / 0).reverse());
|
145
|
+
for (const r of i)
|
146
|
+
e.unshift(nt(r));
|
147
147
|
} else
|
148
|
-
t !== void 0 && e.push(
|
148
|
+
t !== void 0 && e.push(nt(t));
|
149
149
|
return e;
|
150
150
|
}
|
151
151
|
static _$Eu(t, e) {
|
152
|
-
const
|
153
|
-
return
|
152
|
+
const i = e.attribute;
|
153
|
+
return i === !1 ? void 0 : typeof i == "string" ? i : typeof t == "string" ? t.toLowerCase() : void 0;
|
154
154
|
}
|
155
155
|
constructor() {
|
156
156
|
super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
|
@@ -169,8 +169,8 @@ class E extends HTMLElement {
|
|
169
169
|
}
|
170
170
|
_$E_() {
|
171
171
|
const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
|
172
|
-
for (const
|
173
|
-
this.hasOwnProperty(
|
172
|
+
for (const i of e.keys())
|
173
|
+
this.hasOwnProperty(i) && (t.set(i, this[i]), delete this[i]);
|
174
174
|
t.size > 0 && (this._$Ep = t);
|
175
175
|
}
|
176
176
|
createRenderRoot() {
|
@@ -180,8 +180,8 @@ class E extends HTMLElement {
|
|
180
180
|
connectedCallback() {
|
181
181
|
var t;
|
182
182
|
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$ES) == null || t.forEach((e) => {
|
183
|
-
var
|
184
|
-
return (
|
183
|
+
var i;
|
184
|
+
return (i = e.hostConnected) == null ? void 0 : i.call(e);
|
185
185
|
});
|
186
186
|
}
|
187
187
|
enableUpdating(t) {
|
@@ -189,39 +189,39 @@ class E extends HTMLElement {
|
|
189
189
|
disconnectedCallback() {
|
190
190
|
var t;
|
191
191
|
(t = this._$ES) == null || t.forEach((e) => {
|
192
|
-
var
|
193
|
-
return (
|
192
|
+
var i;
|
193
|
+
return (i = e.hostDisconnected) == null ? void 0 : i.call(e);
|
194
194
|
});
|
195
195
|
}
|
196
|
-
attributeChangedCallback(t, e,
|
197
|
-
this._$AK(t,
|
196
|
+
attributeChangedCallback(t, e, i) {
|
197
|
+
this._$AK(t, i);
|
198
198
|
}
|
199
199
|
_$EO(t, e) {
|
200
200
|
var n;
|
201
|
-
const
|
202
|
-
if (r !== void 0 &&
|
203
|
-
const o = (((n =
|
201
|
+
const i = this.constructor.elementProperties.get(t), r = this.constructor._$Eu(t, i);
|
202
|
+
if (r !== void 0 && i.reflect === !0) {
|
203
|
+
const o = (((n = i.converter) == null ? void 0 : n.toAttribute) !== void 0 ? i.converter : I).toAttribute(e, i.type);
|
204
204
|
this._$Em = t, o == null ? this.removeAttribute(r) : this.setAttribute(r, o), this._$Em = null;
|
205
205
|
}
|
206
206
|
}
|
207
207
|
_$AK(t, e) {
|
208
208
|
var n;
|
209
|
-
const
|
209
|
+
const i = this.constructor, r = i._$Eh.get(t);
|
210
210
|
if (r !== void 0 && this._$Em !== r) {
|
211
|
-
const o =
|
211
|
+
const o = i.getPropertyOptions(r), c = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((n = o.converter) == null ? void 0 : n.fromAttribute) !== void 0 ? o.converter : I;
|
212
212
|
this._$Em = r, this[r] = c.fromAttribute(e, o.type), this._$Em = null;
|
213
213
|
}
|
214
214
|
}
|
215
|
-
requestUpdate(t, e,
|
215
|
+
requestUpdate(t, e, i, r = !1, n) {
|
216
216
|
if (t !== void 0) {
|
217
|
-
if (
|
217
|
+
if (i ?? (i = this.constructor.getPropertyOptions(t)), !(i.hasChanged ?? st)(r ? n : this[t], e))
|
218
218
|
return;
|
219
|
-
this.C(t, e,
|
219
|
+
this.C(t, e, i);
|
220
220
|
}
|
221
221
|
this.isUpdatePending === !1 && (this._$Eg = this._$EP());
|
222
222
|
}
|
223
|
-
C(t, e,
|
224
|
-
this._$AL.has(t) || this._$AL.set(t, e),
|
223
|
+
C(t, e, i) {
|
224
|
+
this._$AL.has(t) || this._$AL.set(t, e), i.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
|
225
225
|
}
|
226
226
|
async _$EP() {
|
227
227
|
this.isUpdatePending = !0;
|
@@ -237,7 +237,7 @@ class E extends HTMLElement {
|
|
237
237
|
return this.performUpdate();
|
238
238
|
}
|
239
239
|
performUpdate() {
|
240
|
-
var
|
240
|
+
var i;
|
241
241
|
if (!this.isUpdatePending)
|
242
242
|
return;
|
243
243
|
if (!this.hasUpdated) {
|
@@ -254,7 +254,7 @@ class E extends HTMLElement {
|
|
254
254
|
let t = !1;
|
255
255
|
const e = this._$AL;
|
256
256
|
try {
|
257
|
-
t = this.shouldUpdate(e), t ? (this.willUpdate(e), (
|
257
|
+
t = this.shouldUpdate(e), t ? (this.willUpdate(e), (i = this._$ES) == null || i.forEach((r) => {
|
258
258
|
var n;
|
259
259
|
return (n = r.hostUpdate) == null ? void 0 : n.call(r);
|
260
260
|
}), this.update(e)) : this._$ET();
|
@@ -267,9 +267,9 @@ class E extends HTMLElement {
|
|
267
267
|
}
|
268
268
|
_$AE(t) {
|
269
269
|
var e;
|
270
|
-
(e = this._$ES) == null || e.forEach((
|
270
|
+
(e = this._$ES) == null || e.forEach((i) => {
|
271
271
|
var r;
|
272
|
-
return (r =
|
272
|
+
return (r = i.hostUpdated) == null ? void 0 : r.call(i);
|
273
273
|
}), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
|
274
274
|
}
|
275
275
|
_$ET() {
|
@@ -292,40 +292,40 @@ class E extends HTMLElement {
|
|
292
292
|
firstUpdated(t) {
|
293
293
|
}
|
294
294
|
}
|
295
|
-
E.elementStyles = [], E.shadowRootOptions = { mode: "open" }, E[T("elementProperties")] = /* @__PURE__ */ new Map(), E[T("finalized")] = /* @__PURE__ */ new Map(), J == null || J({ ReactiveElement: E }), (
|
295
|
+
E.elementStyles = [], E.shadowRootOptions = { mode: "open" }, E[T("elementProperties")] = /* @__PURE__ */ new Map(), E[T("finalized")] = /* @__PURE__ */ new Map(), J == null || J({ ReactiveElement: E }), (_.reactiveElementVersions ?? (_.reactiveElementVersions = [])).push("2.0.1");
|
296
296
|
/**
|
297
297
|
* @license
|
298
298
|
* Copyright 2017 Google LLC
|
299
299
|
* SPDX-License-Identifier: BSD-3-Clause
|
300
300
|
*/
|
301
|
-
const U = globalThis, G = U.trustedTypes,
|
302
|
-
\f\r]`, O = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
|
303
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"),
|
304
|
-
function
|
305
|
-
if (!Array.isArray(
|
301
|
+
const U = globalThis, G = U.trustedTypes, ct = G ? G.createPolicy("lit-html", { createHTML: (s) => s }) : void 0, $t = "$lit$", m = `lit$${(Math.random() + "").slice(9)}$`, mt = "?" + m, jt = `<${mt}>`, b = document, M = () => b.createComment(""), k = (s) => s === null || typeof s != "object" && typeof s != "function", _t = Array.isArray, Bt = (s) => _t(s) || typeof (s == null ? void 0 : s[Symbol.iterator]) == "function", K = `[
|
302
|
+
\f\r]`, O = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ht = /-->/g, lt = />/g, y = RegExp(`>|${K}(?:([^\\s"'>=/]+)(${K}*=${K}*(?:[^
|
303
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), dt = /'/g, pt = /"/g, yt = /^(?:script|style|textarea|title)$/i, It = (s) => (t, ...e) => ({ _$litType$: s, strings: t, values: e }), H = It(1), w = Symbol.for("lit-noChange"), l = Symbol.for("lit-nothing"), ut = /* @__PURE__ */ new WeakMap(), A = b.createTreeWalker(b, 129);
|
304
|
+
function vt(s, t) {
|
305
|
+
if (!Array.isArray(s) || !s.hasOwnProperty("raw"))
|
306
306
|
throw Error("invalid template strings array");
|
307
|
-
return
|
307
|
+
return ct !== void 0 ? ct.createHTML(t) : t;
|
308
308
|
}
|
309
|
-
const Gt = (
|
310
|
-
const e =
|
309
|
+
const Gt = (s, t) => {
|
310
|
+
const e = s.length - 1, i = [];
|
311
311
|
let r, n = t === 2 ? "<svg>" : "", o = O;
|
312
312
|
for (let c = 0; c < e; c++) {
|
313
|
-
const a =
|
313
|
+
const a = s[c];
|
314
314
|
let d, p, h = -1, g = 0;
|
315
315
|
for (; g < a.length && (o.lastIndex = g, p = o.exec(a), p !== null); )
|
316
|
-
g = o.lastIndex, o === O ? p[1] === "!--" ? o =
|
317
|
-
const $ = o === y &&
|
318
|
-
n += o === O ? a +
|
316
|
+
g = o.lastIndex, o === O ? p[1] === "!--" ? o = ht : p[1] !== void 0 ? o = lt : p[2] !== void 0 ? (yt.test(p[2]) && (r = RegExp("</" + p[2], "g")), o = y) : p[3] !== void 0 && (o = y) : o === y ? p[0] === ">" ? (o = r ?? O, h = -1) : p[1] === void 0 ? h = -2 : (h = o.lastIndex - p[2].length, d = p[1], o = p[3] === void 0 ? y : p[3] === '"' ? pt : dt) : o === pt || o === dt ? o = y : o === ht || o === lt ? o = O : (o = y, r = void 0);
|
317
|
+
const $ = o === y && s[c + 1].startsWith("/>") ? " " : "";
|
318
|
+
n += o === O ? a + jt : h >= 0 ? (i.push(d), a.slice(0, h) + $t + a.slice(h) + m + $) : a + m + (h === -2 ? c : $);
|
319
319
|
}
|
320
|
-
return [
|
320
|
+
return [vt(s, n + (s[e] || "<?>") + (t === 2 ? "</svg>" : "")), i];
|
321
321
|
};
|
322
|
-
class
|
323
|
-
constructor({ strings: t, _$litType$: e },
|
322
|
+
class R {
|
323
|
+
constructor({ strings: t, _$litType$: e }, i) {
|
324
324
|
let r;
|
325
325
|
this.parts = [];
|
326
326
|
let n = 0, o = 0;
|
327
327
|
const c = t.length - 1, a = this.parts, [d, p] = Gt(t, e);
|
328
|
-
if (this.el =
|
328
|
+
if (this.el = R.createElement(d, i), A.currentNode = this.el.content, e === 2) {
|
329
329
|
const h = this.el.content.firstChild;
|
330
330
|
h.replaceWith(...h.childNodes);
|
331
331
|
}
|
@@ -333,13 +333,13 @@ class k {
|
|
333
333
|
if (r.nodeType === 1) {
|
334
334
|
if (r.hasAttributes())
|
335
335
|
for (const h of r.getAttributeNames())
|
336
|
-
if (h.endsWith(
|
337
|
-
const g = p[o++], $ = r.getAttribute(h).split(
|
338
|
-
a.push({ type: 1, index: n, name:
|
336
|
+
if (h.endsWith($t)) {
|
337
|
+
const g = p[o++], $ = r.getAttribute(h).split(m), z = /([.?@])?(.*)/.exec(g);
|
338
|
+
a.push({ type: 1, index: n, name: z[2], strings: $, ctor: z[1] === "." ? Vt : z[1] === "?" ? qt : z[1] === "@" ? Yt : q }), r.removeAttribute(h);
|
339
339
|
} else
|
340
|
-
h.startsWith(
|
341
|
-
if (
|
342
|
-
const h = r.textContent.split(
|
340
|
+
h.startsWith(m) && (a.push({ type: 6, index: n }), r.removeAttribute(h));
|
341
|
+
if (yt.test(r.tagName)) {
|
342
|
+
const h = r.textContent.split(m), g = h.length - 1;
|
343
343
|
if (g > 0) {
|
344
344
|
r.textContent = G ? G.emptyScript : "";
|
345
345
|
for (let $ = 0; $ < g; $++)
|
@@ -348,28 +348,28 @@ class k {
|
|
348
348
|
}
|
349
349
|
}
|
350
350
|
} else if (r.nodeType === 8)
|
351
|
-
if (r.data ===
|
351
|
+
if (r.data === mt)
|
352
352
|
a.push({ type: 2, index: n });
|
353
353
|
else {
|
354
354
|
let h = -1;
|
355
|
-
for (; (h = r.data.indexOf(
|
356
|
-
a.push({ type: 7, index: n }), h +=
|
355
|
+
for (; (h = r.data.indexOf(m, h + 1)) !== -1; )
|
356
|
+
a.push({ type: 7, index: n }), h += m.length - 1;
|
357
357
|
}
|
358
358
|
n++;
|
359
359
|
}
|
360
360
|
}
|
361
361
|
static createElement(t, e) {
|
362
|
-
const
|
363
|
-
return
|
362
|
+
const i = b.createElement("template");
|
363
|
+
return i.innerHTML = t, i;
|
364
364
|
}
|
365
365
|
}
|
366
|
-
function C(
|
366
|
+
function C(s, t, e = s, i) {
|
367
367
|
var o, c;
|
368
368
|
if (t === w)
|
369
369
|
return t;
|
370
|
-
let r =
|
371
|
-
const n =
|
372
|
-
return (r == null ? void 0 : r.constructor) !== n && ((c = r == null ? void 0 : r._$AO) == null || c.call(r, !1), n === void 0 ? r = void 0 : (r = new n(
|
370
|
+
let r = i !== void 0 ? (o = e._$Co) == null ? void 0 : o[i] : e._$Cl;
|
371
|
+
const n = k(t) ? void 0 : t._$litDirective$;
|
372
|
+
return (r == null ? void 0 : r.constructor) !== n && ((c = r == null ? void 0 : r._$AO) == null || c.call(r, !1), n === void 0 ? r = void 0 : (r = new n(s), r._$AT(s, e, i)), i !== void 0 ? (e._$Co ?? (e._$Co = []))[i] = r : e._$Cl = r), r !== void 0 && (t = C(s, r._$AS(s, t.values), r, i)), t;
|
373
373
|
}
|
374
374
|
class Wt {
|
375
375
|
constructor(t, e) {
|
@@ -382,13 +382,13 @@ class Wt {
|
|
382
382
|
return this._$AM._$AU;
|
383
383
|
}
|
384
384
|
u(t) {
|
385
|
-
const { el: { content: e }, parts:
|
385
|
+
const { el: { content: e }, parts: i } = this._$AD, r = ((t == null ? void 0 : t.creationScope) ?? b).importNode(e, !0);
|
386
386
|
A.currentNode = r;
|
387
|
-
let n = A.nextNode(), o = 0, c = 0, a =
|
387
|
+
let n = A.nextNode(), o = 0, c = 0, a = i[0];
|
388
388
|
for (; a !== void 0; ) {
|
389
389
|
if (o === a.index) {
|
390
390
|
let d;
|
391
|
-
a.type === 2 ? d = new
|
391
|
+
a.type === 2 ? d = new L(n, n.nextSibling, this, t) : a.type === 1 ? d = new a.ctor(n, a.name, a.strings, this, t) : a.type === 6 && (d = new Ft(n, this, t)), this._$AV.push(d), a = i[++c];
|
392
392
|
}
|
393
393
|
o !== (a == null ? void 0 : a.index) && (n = A.nextNode(), o++);
|
394
394
|
}
|
@@ -396,17 +396,17 @@ class Wt {
|
|
396
396
|
}
|
397
397
|
p(t) {
|
398
398
|
let e = 0;
|
399
|
-
for (const
|
400
|
-
|
399
|
+
for (const i of this._$AV)
|
400
|
+
i !== void 0 && (i.strings !== void 0 ? (i._$AI(t, i, e), e += i.strings.length - 2) : i._$AI(t[e])), e++;
|
401
401
|
}
|
402
402
|
}
|
403
|
-
class
|
403
|
+
class L {
|
404
404
|
get _$AU() {
|
405
405
|
var t;
|
406
406
|
return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
|
407
407
|
}
|
408
|
-
constructor(t, e,
|
409
|
-
this.type = 2, this._$AH = l, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM =
|
408
|
+
constructor(t, e, i, r) {
|
409
|
+
this.type = 2, this._$AH = l, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = i, this.options = r, this._$Cv = (r == null ? void 0 : r.isConnected) ?? !0;
|
410
410
|
}
|
411
411
|
get parentNode() {
|
412
412
|
let t = this._$AA.parentNode;
|
@@ -420,7 +420,7 @@ class D {
|
|
420
420
|
return this._$AB;
|
421
421
|
}
|
422
422
|
_$AI(t, e = this) {
|
423
|
-
t = C(this, t, e),
|
423
|
+
t = C(this, t, e), k(t) ? t === l || t == null || t === "" ? (this._$AH !== l && this._$AR(), this._$AH = l) : t !== this._$AH && t !== w && this._(t) : t._$litType$ !== void 0 ? this.g(t) : t.nodeType !== void 0 ? this.$(t) : Bt(t) ? this.T(t) : this._(t);
|
424
424
|
}
|
425
425
|
k(t) {
|
426
426
|
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
@@ -429,11 +429,11 @@ class D {
|
|
429
429
|
this._$AH !== t && (this._$AR(), this._$AH = this.k(t));
|
430
430
|
}
|
431
431
|
_(t) {
|
432
|
-
this._$AH !== l &&
|
432
|
+
this._$AH !== l && k(this._$AH) ? this._$AA.nextSibling.data = t : this.$(b.createTextNode(t)), this._$AH = t;
|
433
433
|
}
|
434
434
|
g(t) {
|
435
435
|
var n;
|
436
|
-
const { values: e, _$litType$:
|
436
|
+
const { values: e, _$litType$: i } = t, r = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = R.createElement(vt(i.h, i.h[0]), this.options)), i);
|
437
437
|
if (((n = this._$AH) == null ? void 0 : n._$AD) === r)
|
438
438
|
this._$AH.p(e);
|
439
439
|
else {
|
@@ -442,20 +442,20 @@ class D {
|
|
442
442
|
}
|
443
443
|
}
|
444
444
|
_$AC(t) {
|
445
|
-
let e =
|
446
|
-
return e === void 0 &&
|
445
|
+
let e = ut.get(t.strings);
|
446
|
+
return e === void 0 && ut.set(t.strings, e = new R(t)), e;
|
447
447
|
}
|
448
448
|
T(t) {
|
449
|
-
|
449
|
+
_t(this._$AH) || (this._$AH = [], this._$AR());
|
450
450
|
const e = this._$AH;
|
451
|
-
let
|
451
|
+
let i, r = 0;
|
452
452
|
for (const n of t)
|
453
|
-
r === e.length ? e.push(
|
454
|
-
r < e.length && (this._$AR(
|
453
|
+
r === e.length ? e.push(i = new L(this.k(M()), this.k(M()), this, this.options)) : i = e[r], i._$AI(n), r++;
|
454
|
+
r < e.length && (this._$AR(i && i._$AB.nextSibling, r), e.length = r);
|
455
455
|
}
|
456
456
|
_$AR(t = this._$AA.nextSibling, e) {
|
457
|
-
var
|
458
|
-
for ((
|
457
|
+
var i;
|
458
|
+
for ((i = this._$AP) == null ? void 0 : i.call(this, !1, !0, e); t && t !== this._$AB; ) {
|
459
459
|
const r = t.nextSibling;
|
460
460
|
t.remove(), t = r;
|
461
461
|
}
|
@@ -472,19 +472,19 @@ class q {
|
|
472
472
|
get _$AU() {
|
473
473
|
return this._$AM._$AU;
|
474
474
|
}
|
475
|
-
constructor(t, e,
|
476
|
-
this.type = 1, this._$AH = l, this._$AN = void 0, this.element = t, this.name = e, this._$AM = r, this.options = n,
|
475
|
+
constructor(t, e, i, r, n) {
|
476
|
+
this.type = 1, this._$AH = l, this._$AN = void 0, this.element = t, this.name = e, this._$AM = r, this.options = n, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = l;
|
477
477
|
}
|
478
|
-
_$AI(t, e = this,
|
478
|
+
_$AI(t, e = this, i, r) {
|
479
479
|
const n = this.strings;
|
480
480
|
let o = !1;
|
481
481
|
if (n === void 0)
|
482
|
-
t = C(this, t, e, 0), o = !
|
482
|
+
t = C(this, t, e, 0), o = !k(t) || t !== this._$AH && t !== w, o && (this._$AH = t);
|
483
483
|
else {
|
484
484
|
const c = t;
|
485
485
|
let a, d;
|
486
486
|
for (t = n[0], a = 0; a < n.length - 1; a++)
|
487
|
-
d = C(this, c[
|
487
|
+
d = C(this, c[i + a], e, a), d === w && (d = this._$AH[a]), o || (o = !k(d) || d !== this._$AH[a]), d === l ? t = l : t !== l && (t += (d ?? "") + n[a + 1]), this._$AH[a] = d;
|
488
488
|
}
|
489
489
|
o && !r && this.O(t);
|
490
490
|
}
|
@@ -509,14 +509,14 @@ class qt extends q {
|
|
509
509
|
}
|
510
510
|
}
|
511
511
|
class Yt extends q {
|
512
|
-
constructor(t, e,
|
513
|
-
super(t, e,
|
512
|
+
constructor(t, e, i, r, n) {
|
513
|
+
super(t, e, i, r, n), this.type = 5;
|
514
514
|
}
|
515
515
|
_$AI(t, e = this) {
|
516
516
|
if ((t = C(this, t, e, 0) ?? l) === w)
|
517
517
|
return;
|
518
|
-
const
|
519
|
-
r && this.element.removeEventListener(this.name, this,
|
518
|
+
const i = this._$AH, r = t === l && i !== l || t.capture !== i.capture || t.once !== i.once || t.passive !== i.passive, n = t !== l && (i === l || r);
|
519
|
+
r && this.element.removeEventListener(this.name, this, i), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
520
520
|
}
|
521
521
|
handleEvent(t) {
|
522
522
|
var e;
|
@@ -524,8 +524,8 @@ class Yt extends q {
|
|
524
524
|
}
|
525
525
|
}
|
526
526
|
class Ft {
|
527
|
-
constructor(t, e,
|
528
|
-
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options =
|
527
|
+
constructor(t, e, i) {
|
528
|
+
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = i;
|
529
529
|
}
|
530
530
|
get _$AU() {
|
531
531
|
return this._$AM._$AU;
|
@@ -535,15 +535,15 @@ class Ft {
|
|
535
535
|
}
|
536
536
|
}
|
537
537
|
const Z = U.litHtmlPolyfillSupport;
|
538
|
-
Z == null || Z(
|
539
|
-
const Jt = (
|
540
|
-
const
|
541
|
-
let r =
|
538
|
+
Z == null || Z(R, L), (U.litHtmlVersions ?? (U.litHtmlVersions = [])).push("3.0.2");
|
539
|
+
const Jt = (s, t, e) => {
|
540
|
+
const i = (e == null ? void 0 : e.renderBefore) ?? t;
|
541
|
+
let r = i._$litPart$;
|
542
542
|
if (r === void 0) {
|
543
543
|
const n = (e == null ? void 0 : e.renderBefore) ?? null;
|
544
|
-
|
544
|
+
i._$litPart$ = r = new L(t.insertBefore(M(), n), n, void 0, e ?? {});
|
545
545
|
}
|
546
|
-
return r._$AI(
|
546
|
+
return r._$AI(s), r;
|
547
547
|
};
|
548
548
|
/**
|
549
549
|
* @license
|
@@ -575,8 +575,8 @@ let f = class extends E {
|
|
575
575
|
return w;
|
576
576
|
}
|
577
577
|
};
|
578
|
-
var
|
579
|
-
f._$litElement$ = !0, f.finalized = !0, (
|
578
|
+
var gt;
|
579
|
+
f._$litElement$ = !0, f.finalized = !0, (gt = globalThis.litElementHydrateSupport) == null || gt.call(globalThis, { LitElement: f });
|
580
580
|
const Q = globalThis.litElementPolyfillSupport;
|
581
581
|
Q == null || Q({ LitElement: f });
|
582
582
|
(globalThis.litElementVersions ?? (globalThis.litElementVersions = [])).push("4.0.1");
|
@@ -585,11 +585,11 @@ Q == null || Q({ LitElement: f });
|
|
585
585
|
* Copyright 2021 Google LLC
|
586
586
|
* SPDX-License-Identifier: BSD-3-Clause
|
587
587
|
*/
|
588
|
-
function*
|
589
|
-
if (
|
588
|
+
function* At(s, t) {
|
589
|
+
if (s !== void 0) {
|
590
590
|
let e = 0;
|
591
|
-
for (const
|
592
|
-
yield t(
|
591
|
+
for (const i of s)
|
592
|
+
yield t(i, e++);
|
593
593
|
}
|
594
594
|
}
|
595
595
|
/**
|
@@ -597,65 +597,65 @@ function* wt(i, t) {
|
|
597
597
|
* Copyright 2017 Google LLC
|
598
598
|
* SPDX-License-Identifier: BSD-3-Clause
|
599
599
|
*/
|
600
|
-
const
|
600
|
+
const bt = (s) => (t, e) => {
|
601
601
|
e !== void 0 ? e.addInitializer(() => {
|
602
|
-
customElements.define(
|
603
|
-
}) : customElements.define(
|
602
|
+
customElements.define(s, t);
|
603
|
+
}) : customElements.define(s, t);
|
604
604
|
};
|
605
605
|
/**
|
606
606
|
* @license
|
607
607
|
* Copyright 2017 Google LLC
|
608
608
|
* SPDX-License-Identifier: BSD-3-Clause
|
609
609
|
*/
|
610
|
-
const Kt = { attribute: !0, type: String, converter: I, reflect: !1, hasChanged:
|
611
|
-
const { kind:
|
610
|
+
const Kt = { attribute: !0, type: String, converter: I, reflect: !1, hasChanged: st }, Zt = (s = Kt, t, e) => {
|
611
|
+
const { kind: i, metadata: r } = e;
|
612
612
|
let n = globalThis.litPropertyMetadata.get(r);
|
613
|
-
if (n === void 0 && globalThis.litPropertyMetadata.set(r, n = /* @__PURE__ */ new Map()), n.set(e.name,
|
613
|
+
if (n === void 0 && globalThis.litPropertyMetadata.set(r, n = /* @__PURE__ */ new Map()), n.set(e.name, s), i === "accessor") {
|
614
614
|
const { name: o } = e;
|
615
615
|
return { set(c) {
|
616
616
|
const a = t.get.call(this);
|
617
|
-
t.set.call(this, c), this.requestUpdate(o, a,
|
617
|
+
t.set.call(this, c), this.requestUpdate(o, a, s);
|
618
618
|
}, init(c) {
|
619
|
-
return c !== void 0 && this.C(o, void 0,
|
619
|
+
return c !== void 0 && this.C(o, void 0, s), c;
|
620
620
|
} };
|
621
621
|
}
|
622
|
-
if (
|
622
|
+
if (i === "setter") {
|
623
623
|
const { name: o } = e;
|
624
624
|
return function(c) {
|
625
625
|
const a = this[o];
|
626
|
-
t.call(this, c), this.requestUpdate(o, a,
|
626
|
+
t.call(this, c), this.requestUpdate(o, a, s);
|
627
627
|
};
|
628
628
|
}
|
629
|
-
throw Error("Unsupported decorator location: " +
|
629
|
+
throw Error("Unsupported decorator location: " + i);
|
630
630
|
};
|
631
|
-
function u(
|
632
|
-
return (t, e) => typeof e == "object" ? Zt(
|
631
|
+
function u(s) {
|
632
|
+
return (t, e) => typeof e == "object" ? Zt(s, t, e) : ((i, r, n) => {
|
633
633
|
const o = r.hasOwnProperty(n);
|
634
|
-
return r.constructor.createProperty(n, o ? { ...
|
635
|
-
})(
|
634
|
+
return r.constructor.createProperty(n, o ? { ...i, wrapped: !0 } : i), o ? Object.getOwnPropertyDescriptor(r, n) : void 0;
|
635
|
+
})(s, t, e);
|
636
636
|
}
|
637
637
|
/**
|
638
638
|
* @license
|
639
639
|
* Copyright 2017 Google LLC
|
640
640
|
* SPDX-License-Identifier: BSD-3-Clause
|
641
641
|
*/
|
642
|
-
function
|
643
|
-
return u({ ...
|
642
|
+
function D(s) {
|
643
|
+
return u({ ...s, state: !0, attribute: !1 });
|
644
644
|
}
|
645
645
|
/**
|
646
646
|
* @license
|
647
647
|
* Copyright 2017 Google LLC
|
648
648
|
* SPDX-License-Identifier: BSD-3-Clause
|
649
649
|
*/
|
650
|
-
const
|
651
|
-
class
|
650
|
+
const wt = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 }, xt = (s) => (...t) => ({ _$litDirective$: s, values: t });
|
651
|
+
class Et {
|
652
652
|
constructor(t) {
|
653
653
|
}
|
654
654
|
get _$AU() {
|
655
655
|
return this._$AM._$AU;
|
656
656
|
}
|
657
|
-
_$AT(t, e,
|
658
|
-
this._$Ct = t, this._$AM = e, this._$Ci =
|
657
|
+
_$AT(t, e, i) {
|
658
|
+
this._$Ct = t, this._$AM = e, this._$Ci = i;
|
659
659
|
}
|
660
660
|
_$AS(t, e) {
|
661
661
|
return this.update(t, e);
|
@@ -669,24 +669,24 @@ class Ct {
|
|
669
669
|
* Copyright 2018 Google LLC
|
670
670
|
* SPDX-License-Identifier: BSD-3-Clause
|
671
671
|
*/
|
672
|
-
const Qt =
|
673
|
-
constructor(
|
672
|
+
const Qt = xt(class extends Et {
|
673
|
+
constructor(s) {
|
674
674
|
var t;
|
675
|
-
if (super(
|
675
|
+
if (super(s), s.type !== wt.ATTRIBUTE || s.name !== "class" || ((t = s.strings) == null ? void 0 : t.length) > 2)
|
676
676
|
throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
|
677
677
|
}
|
678
|
-
render(
|
679
|
-
return " " + Object.keys(
|
678
|
+
render(s) {
|
679
|
+
return " " + Object.keys(s).filter((t) => s[t]).join(" ") + " ";
|
680
680
|
}
|
681
|
-
update(
|
682
|
-
var
|
681
|
+
update(s, [t]) {
|
682
|
+
var i, r;
|
683
683
|
if (this.it === void 0) {
|
684
|
-
this.it = /* @__PURE__ */ new Set(),
|
684
|
+
this.it = /* @__PURE__ */ new Set(), s.strings !== void 0 && (this.st = new Set(s.strings.join(" ").split(/\s/).filter((n) => n !== "")));
|
685
685
|
for (const n in t)
|
686
|
-
t[n] && !((
|
686
|
+
t[n] && !((i = this.st) != null && i.has(n)) && this.it.add(n);
|
687
687
|
return this.render(t);
|
688
688
|
}
|
689
|
-
const e =
|
689
|
+
const e = s.element.classList;
|
690
690
|
for (const n of this.it)
|
691
691
|
n in t || (e.remove(n), this.it.delete(n));
|
692
692
|
for (const n in t) {
|
@@ -695,28 +695,28 @@ const Qt = Et(class extends Ct {
|
|
695
695
|
}
|
696
696
|
return w;
|
697
697
|
}
|
698
|
-
}),
|
699
|
-
|
700
|
-
},
|
701
|
-
var e,
|
702
|
-
|
703
|
-
(
|
698
|
+
}), j = (s, t, e) => {
|
699
|
+
s && e.style.setProperty(t, s);
|
700
|
+
}, Ct = (s, t) => {
|
701
|
+
var e, i, r, n;
|
702
|
+
j((e = s.colors) == null ? void 0 : e.primaryBackground, "--primary-background", t), j(
|
703
|
+
(i = s.colors) == null ? void 0 : i.textOnPrimaryBackground,
|
704
704
|
"--text-on-primary-background",
|
705
705
|
t
|
706
|
-
),
|
707
|
-
(r =
|
706
|
+
), j(
|
707
|
+
(r = s.colors) == null ? void 0 : r.secondaryBackground,
|
708
708
|
"--secondary-background",
|
709
709
|
t
|
710
|
-
),
|
711
|
-
(n =
|
710
|
+
), j(
|
711
|
+
(n = s.colors) == null ? void 0 : n.textOnSecondaryBackground,
|
712
712
|
"--text-on-secondary-background",
|
713
713
|
t
|
714
714
|
);
|
715
715
|
};
|
716
|
-
var Xt = Object.defineProperty, te = Object.getOwnPropertyDescriptor, Y = (
|
717
|
-
for (var r =
|
718
|
-
(o =
|
719
|
-
return
|
716
|
+
var Xt = Object.defineProperty, te = Object.getOwnPropertyDescriptor, Y = (s, t, e, i) => {
|
717
|
+
for (var r = i > 1 ? void 0 : i ? te(t, e) : t, n = s.length - 1, o; n >= 0; n--)
|
718
|
+
(o = s[n]) && (r = (i ? o(t, e, r) : o(r)) || r);
|
719
|
+
return i && r && Xt(t, e, r), r;
|
720
720
|
};
|
721
721
|
class x extends f {
|
722
722
|
constructor() {
|
@@ -737,7 +737,7 @@ class x extends f {
|
|
737
737
|
}
|
738
738
|
_applyBranding() {
|
739
739
|
var t;
|
740
|
-
(t = this.application) != null && t.settings &&
|
740
|
+
(t = this.application) != null && t.settings && Ct(this.application.settings.branding, this);
|
741
741
|
}
|
742
742
|
async _renderSymbol() {
|
743
743
|
var n;
|
@@ -746,11 +746,11 @@ class x extends f {
|
|
746
746
|
return l;
|
747
747
|
const e = async (o) => await import("./index-5087564d.mjs").then(
|
748
748
|
(a) => a[o]
|
749
|
-
), { type:
|
750
|
-
switch (
|
749
|
+
), { type: i, content: r } = t;
|
750
|
+
switch (i) {
|
751
751
|
case "Telia": {
|
752
752
|
const o = await e(r);
|
753
|
-
return o ?
|
753
|
+
return o ? H`<telia-icon
|
754
754
|
class="trigger-icon"
|
755
755
|
svg=${o.svg}
|
756
756
|
size="lg"
|
@@ -761,7 +761,7 @@ class x extends f {
|
|
761
761
|
}
|
762
762
|
}
|
763
763
|
render() {
|
764
|
-
return
|
764
|
+
return H`<button
|
765
765
|
class=${Qt({
|
766
766
|
trigger: !0,
|
767
767
|
active: this.active,
|
@@ -875,35 +875,35 @@ Y([
|
|
875
875
|
u({ attribute: !1 })
|
876
876
|
], x.prototype, "application", 2);
|
877
877
|
Y([
|
878
|
-
|
878
|
+
D()
|
879
879
|
], x.prototype, "active", 2);
|
880
880
|
Y([
|
881
|
-
|
881
|
+
D()
|
882
882
|
], x.prototype, "loaded", 2);
|
883
883
|
Y([
|
884
|
-
|
884
|
+
D()
|
885
885
|
], x.prototype, "icon", 2);
|
886
|
-
var ee = Object.defineProperty, se = Object.getOwnPropertyDescriptor, v = (
|
887
|
-
for (var r =
|
888
|
-
(o =
|
889
|
-
return
|
886
|
+
var ee = Object.defineProperty, se = Object.getOwnPropertyDescriptor, v = (s, t, e, i) => {
|
887
|
+
for (var r = i > 1 ? void 0 : i ? se(t, e) : t, n = s.length - 1, o; n >= 0; n--)
|
888
|
+
(o = s[n]) && (r = (i ? o(t, e, r) : o(r)) || r);
|
889
|
+
return i && r && ee(t, e, r), r;
|
890
890
|
};
|
891
|
-
const
|
892
|
-
class t extends
|
891
|
+
const St = (s) => {
|
892
|
+
class t extends s {
|
893
893
|
constructor() {
|
894
894
|
super(...arguments), this.properties = {}, this.context = {}, this.layout = {}, this.nodes = [];
|
895
895
|
}
|
896
|
-
writeProperties(
|
897
|
-
this.properties =
|
896
|
+
writeProperties(i) {
|
897
|
+
this.properties = i;
|
898
898
|
}
|
899
|
-
writeLayout(
|
900
|
-
this.layout =
|
899
|
+
writeLayout(i) {
|
900
|
+
this.layout = i;
|
901
901
|
}
|
902
|
-
writeContext(
|
903
|
-
this.context =
|
902
|
+
writeContext(i) {
|
903
|
+
this.context = i;
|
904
904
|
}
|
905
|
-
addChild(
|
906
|
-
|
905
|
+
addChild(i) {
|
906
|
+
i.parent = this, this.nodes.push(i);
|
907
907
|
}
|
908
908
|
connectedCallback() {
|
909
909
|
super.connectedCallback(), this.renderRoot.host.style.setProperty(
|
@@ -943,93 +943,85 @@ const Pt = (i) => {
|
|
943
943
|
u({ attribute: !1 })
|
944
944
|
], t.prototype, "parent", 2), t;
|
945
945
|
};
|
946
|
-
|
947
|
-
for (var r = s > 1 ? void 0 : s ? re(t, e) : t, n = i.length - 1, o; n >= 0; n--)
|
948
|
-
(o = i[n]) && (r = (s ? o(t, e, r) : o(r)) || r);
|
949
|
-
return s && r && ie(t, e, r), r;
|
950
|
-
};
|
951
|
-
let tt = class extends Pt(f) {
|
946
|
+
class Pt extends St(f) {
|
952
947
|
render() {
|
953
|
-
return
|
948
|
+
return H`Non resolved component`;
|
954
949
|
}
|
955
|
-
}
|
956
|
-
|
950
|
+
}
|
951
|
+
Pt.styles = [
|
957
952
|
P`
|
958
953
|
:host {
|
959
954
|
display: block;
|
960
955
|
}
|
961
956
|
`
|
962
957
|
];
|
963
|
-
tt = ne([
|
964
|
-
rt("ace-unresolved-component")
|
965
|
-
], tt);
|
966
958
|
/**
|
967
959
|
* @license
|
968
960
|
* Copyright 2020 Google LLC
|
969
961
|
* SPDX-License-Identifier: BSD-3-Clause
|
970
962
|
*/
|
971
|
-
const
|
963
|
+
const ie = (s) => s.strings === void 0;
|
972
964
|
/**
|
973
965
|
* @license
|
974
966
|
* Copyright 2017 Google LLC
|
975
967
|
* SPDX-License-Identifier: BSD-3-Clause
|
976
968
|
*/
|
977
|
-
const N = (
|
978
|
-
var
|
979
|
-
const e =
|
969
|
+
const N = (s, t) => {
|
970
|
+
var i;
|
971
|
+
const e = s._$AN;
|
980
972
|
if (e === void 0)
|
981
973
|
return !1;
|
982
974
|
for (const r of e)
|
983
|
-
(
|
975
|
+
(i = r._$AO) == null || i.call(r, t, !1), N(r, t);
|
984
976
|
return !0;
|
985
|
-
}, W = (
|
977
|
+
}, W = (s) => {
|
986
978
|
let t, e;
|
987
979
|
do {
|
988
|
-
if ((t =
|
980
|
+
if ((t = s._$AM) === void 0)
|
989
981
|
break;
|
990
|
-
e = t._$AN, e.delete(
|
982
|
+
e = t._$AN, e.delete(s), s = t;
|
991
983
|
} while ((e == null ? void 0 : e.size) === 0);
|
992
|
-
}, Ot = (
|
993
|
-
for (let t; t =
|
984
|
+
}, Ot = (s) => {
|
985
|
+
for (let t; t = s._$AM; s = t) {
|
994
986
|
let e = t._$AN;
|
995
987
|
if (e === void 0)
|
996
988
|
t._$AN = e = /* @__PURE__ */ new Set();
|
997
|
-
else if (e.has(
|
989
|
+
else if (e.has(s))
|
998
990
|
break;
|
999
|
-
e.add(
|
991
|
+
e.add(s), oe(t);
|
1000
992
|
}
|
1001
993
|
};
|
1002
|
-
function
|
1003
|
-
this._$AN !== void 0 ? (W(this), this._$AM =
|
994
|
+
function re(s) {
|
995
|
+
this._$AN !== void 0 ? (W(this), this._$AM = s, Ot(this)) : this._$AM = s;
|
1004
996
|
}
|
1005
|
-
function
|
1006
|
-
const
|
997
|
+
function ne(s, t = !1, e = 0) {
|
998
|
+
const i = this._$AH, r = this._$AN;
|
1007
999
|
if (r !== void 0 && r.size !== 0)
|
1008
1000
|
if (t)
|
1009
|
-
if (Array.isArray(
|
1010
|
-
for (let n = e; n <
|
1011
|
-
N(
|
1001
|
+
if (Array.isArray(i))
|
1002
|
+
for (let n = e; n < i.length; n++)
|
1003
|
+
N(i[n], !1), W(i[n]);
|
1012
1004
|
else
|
1013
|
-
|
1005
|
+
i != null && (N(i, !1), W(i));
|
1014
1006
|
else
|
1015
|
-
N(this,
|
1007
|
+
N(this, s);
|
1016
1008
|
}
|
1017
|
-
const
|
1018
|
-
|
1009
|
+
const oe = (s) => {
|
1010
|
+
s.type == wt.CHILD && (s._$AP ?? (s._$AP = ne), s._$AQ ?? (s._$AQ = re));
|
1019
1011
|
};
|
1020
|
-
class
|
1012
|
+
class ae extends Et {
|
1021
1013
|
constructor() {
|
1022
1014
|
super(...arguments), this._$AN = void 0;
|
1023
1015
|
}
|
1024
|
-
_$AT(t, e,
|
1025
|
-
super._$AT(t, e,
|
1016
|
+
_$AT(t, e, i) {
|
1017
|
+
super._$AT(t, e, i), Ot(this), this.isConnected = t._$AU;
|
1026
1018
|
}
|
1027
1019
|
_$AO(t, e = !0) {
|
1028
|
-
var
|
1029
|
-
t !== this.isConnected && (this.isConnected = t, t ? (
|
1020
|
+
var i, r;
|
1021
|
+
t !== this.isConnected && (this.isConnected = t, t ? (i = this.reconnected) == null || i.call(this) : (r = this.disconnected) == null || r.call(this)), e && (N(this, t), W(this));
|
1030
1022
|
}
|
1031
1023
|
setValue(t) {
|
1032
|
-
if (
|
1024
|
+
if (ie(this._$Ct))
|
1033
1025
|
this._$Ct._$AI(t, this);
|
1034
1026
|
else {
|
1035
1027
|
const e = [...this._$Ct._$AH];
|
@@ -1046,29 +1038,29 @@ class le extends Ct {
|
|
1046
1038
|
* Copyright 2020 Google LLC
|
1047
1039
|
* SPDX-License-Identifier: BSD-3-Clause
|
1048
1040
|
*/
|
1049
|
-
const
|
1050
|
-
class
|
1041
|
+
const ce = () => new he();
|
1042
|
+
class he {
|
1051
1043
|
}
|
1052
|
-
const X = /* @__PURE__ */ new WeakMap(),
|
1053
|
-
render(
|
1044
|
+
const X = /* @__PURE__ */ new WeakMap(), le = xt(class extends ae {
|
1045
|
+
render(s) {
|
1054
1046
|
return l;
|
1055
1047
|
}
|
1056
|
-
update(
|
1057
|
-
var
|
1048
|
+
update(s, [t]) {
|
1049
|
+
var i;
|
1058
1050
|
const e = t !== this.G;
|
1059
|
-
return e && this.G !== void 0 && this.ot(void 0), (e || this.rt !== this.lt) && (this.G = t, this.ct = (
|
1051
|
+
return e && this.G !== void 0 && this.ot(void 0), (e || this.rt !== this.lt) && (this.G = t, this.ct = (i = s.options) == null ? void 0 : i.host, this.ot(this.lt = s.element)), l;
|
1060
1052
|
}
|
1061
|
-
ot(
|
1053
|
+
ot(s) {
|
1062
1054
|
if (typeof this.G == "function") {
|
1063
1055
|
const t = this.ct ?? globalThis;
|
1064
1056
|
let e = X.get(t);
|
1065
|
-
e === void 0 && (e = /* @__PURE__ */ new WeakMap(), X.set(t, e)), e.get(this.G) !== void 0 && this.G.call(this.ct, void 0), e.set(this.G,
|
1057
|
+
e === void 0 && (e = /* @__PURE__ */ new WeakMap(), X.set(t, e)), e.get(this.G) !== void 0 && this.G.call(this.ct, void 0), e.set(this.G, s), s !== void 0 && this.G.call(this.ct, s);
|
1066
1058
|
} else
|
1067
|
-
this.G.value =
|
1059
|
+
this.G.value = s;
|
1068
1060
|
}
|
1069
1061
|
get rt() {
|
1070
|
-
var
|
1071
|
-
return typeof this.G == "function" ? (
|
1062
|
+
var s, t;
|
1063
|
+
return typeof this.G == "function" ? (s = X.get(this.ct ?? globalThis)) == null ? void 0 : s.get(this.G) : (t = this.G) == null ? void 0 : t.value;
|
1072
1064
|
}
|
1073
1065
|
disconnected() {
|
1074
1066
|
this.rt === this.lt && this.ot(void 0);
|
@@ -1077,30 +1069,30 @@ const X = /* @__PURE__ */ new WeakMap(), ue = Et(class extends le {
|
|
1077
1069
|
this.ot(this.lt);
|
1078
1070
|
}
|
1079
1071
|
});
|
1080
|
-
var
|
1081
|
-
for (var r =
|
1082
|
-
(o =
|
1083
|
-
return
|
1072
|
+
var it = /* @__PURE__ */ ((s) => (s.Inline = "inline", s.Trigger = "trigger", s))(it || {}), de = Object.defineProperty, pe = Object.getOwnPropertyDescriptor, Tt = (s, t, e, i) => {
|
1073
|
+
for (var r = i > 1 ? void 0 : i ? pe(t, e) : t, n = s.length - 1, o; n >= 0; n--)
|
1074
|
+
(o = s[n]) && (r = (i ? o(t, e, r) : o(r)) || r);
|
1075
|
+
return i && r && de(t, e, r), r;
|
1084
1076
|
};
|
1085
1077
|
let V = class extends f {
|
1086
1078
|
constructor() {
|
1087
|
-
super(...arguments), this.nodes = [], this.wrapperRef =
|
1079
|
+
super(...arguments), this.nodes = [], this.wrapperRef = ce();
|
1088
1080
|
}
|
1089
|
-
addChild(
|
1090
|
-
|
1081
|
+
addChild(s) {
|
1082
|
+
s.parent = this, this.nodes.push(s);
|
1091
1083
|
}
|
1092
1084
|
applyBranding() {
|
1093
1085
|
if (this.wrapperRef.value) {
|
1094
|
-
const
|
1095
|
-
|
1086
|
+
const s = this.application.settings;
|
1087
|
+
s != null && s.branding && Ct(s.branding, this.wrapperRef.value);
|
1096
1088
|
}
|
1097
1089
|
}
|
1098
|
-
firstUpdated(
|
1090
|
+
firstUpdated(s) {
|
1099
1091
|
this.applyBranding();
|
1100
1092
|
}
|
1101
1093
|
render() {
|
1102
|
-
return this.application.renderStrategy ===
|
1103
|
-
${
|
1094
|
+
return this.application.renderStrategy === it.Trigger && this.renderRoot.host.classList.add("floating"), H`<div class="widget-container" ${le(this.wrapperRef)}>
|
1095
|
+
${At(this.nodes, (s) => s)}
|
1104
1096
|
</div>`;
|
1105
1097
|
}
|
1106
1098
|
};
|
@@ -1187,12 +1179,12 @@ Tt([
|
|
1187
1179
|
u({ attribute: !1 })
|
1188
1180
|
], V.prototype, "application", 2);
|
1189
1181
|
V = Tt([
|
1190
|
-
|
1182
|
+
bt("ace-wrapper")
|
1191
1183
|
], V);
|
1192
|
-
var
|
1193
|
-
for (var r =
|
1194
|
-
(o =
|
1195
|
-
return
|
1184
|
+
var ue = Object.defineProperty, ge = Object.getOwnPropertyDescriptor, F = (s, t, e, i) => {
|
1185
|
+
for (var r = i > 1 ? void 0 : i ? ge(t, e) : t, n = s.length - 1, o; n >= 0; n--)
|
1186
|
+
(o = s[n]) && (r = (i ? o(t, e, r) : o(r)) || r);
|
1187
|
+
return i && r && ue(t, e, r), r;
|
1196
1188
|
};
|
1197
1189
|
let S = class extends f {
|
1198
1190
|
constructor() {
|
@@ -1204,24 +1196,24 @@ let S = class extends f {
|
|
1204
1196
|
disconnectedCallback() {
|
1205
1197
|
super.disconnectedCallback(), this.removeEventListener("environment-created", this.onEnvironmentCreated);
|
1206
1198
|
}
|
1207
|
-
async onEnvironmentCreated(
|
1208
|
-
this.widget =
|
1199
|
+
async onEnvironmentCreated(s) {
|
1200
|
+
this.widget = s.detail.widget, await this.activate(), this.requestUpdate();
|
1209
1201
|
}
|
1210
1202
|
async activate() {
|
1211
1203
|
this.widget && (await this.widget.activate(), this.status = "activated");
|
1212
1204
|
}
|
1213
1205
|
async getGlobalEnvironment() {
|
1214
|
-
const
|
1215
|
-
|
1206
|
+
const s = globalThis.widgets;
|
1207
|
+
s && (this.widget = s.applications.find(
|
1216
1208
|
(t) => t.name === this.name
|
1217
1209
|
), await this.activate());
|
1218
1210
|
}
|
1219
1211
|
render() {
|
1220
1212
|
if (!this.widget || this.status !== "activated")
|
1221
1213
|
return l;
|
1222
|
-
if (this.widget.renderStrategy ===
|
1223
|
-
const
|
1224
|
-
return
|
1214
|
+
if (this.widget.renderStrategy === it.Trigger) {
|
1215
|
+
const s = new x();
|
1216
|
+
return s.application = this.widget, s;
|
1225
1217
|
}
|
1226
1218
|
return this.widget.render();
|
1227
1219
|
}
|
@@ -1237,39 +1229,40 @@ F([
|
|
1237
1229
|
u({ attribute: !0 })
|
1238
1230
|
], S.prototype, "name", 2);
|
1239
1231
|
F([
|
1240
|
-
|
1232
|
+
D()
|
1241
1233
|
], S.prototype, "widget", 2);
|
1242
1234
|
F([
|
1243
|
-
|
1235
|
+
D()
|
1244
1236
|
], S.prototype, "status", 2);
|
1245
1237
|
S = F([
|
1246
|
-
|
1238
|
+
bt("ace-widget")
|
1247
1239
|
], S);
|
1248
1240
|
customElements.get("ace-trigger") || customElements.define("ace-trigger", x);
|
1249
|
-
|
1241
|
+
customElements.get("ace-unresolved-component") || customElements.define("ace-unresolved-component", Pt);
|
1242
|
+
const fe = (s) => {
|
1250
1243
|
const t = {};
|
1251
|
-
return Object.keys(
|
1252
|
-
e.indexOf("css-") > -1 && (t[e] =
|
1244
|
+
return Object.keys(s).forEach((e) => {
|
1245
|
+
e.indexOf("css-") > -1 && (t[e] = s[e]);
|
1253
1246
|
}), t;
|
1254
|
-
},
|
1255
|
-
const e =
|
1256
|
-
Object.entries(e).forEach(([
|
1257
|
-
|
1247
|
+
}, $e = (s, t) => {
|
1248
|
+
const e = fe(t);
|
1249
|
+
Object.entries(e).forEach(([i, r]) => {
|
1250
|
+
s.style.setProperty(i.replace("css-", ""), r);
|
1258
1251
|
});
|
1259
1252
|
};
|
1260
|
-
class
|
1253
|
+
class me extends St(f) {
|
1261
1254
|
constructor() {
|
1262
1255
|
super(...arguments), this.nodes = [];
|
1263
1256
|
}
|
1264
1257
|
render() {
|
1265
1258
|
var t;
|
1266
|
-
return
|
1259
|
+
return $e(this.renderRoot.host, this.properties), this.renderRoot.host.style.setProperty(
|
1267
1260
|
"--columns",
|
1268
1261
|
((t = this.properties.columns) == null ? void 0 : t.toString()) || "1"
|
1269
|
-
),
|
1262
|
+
), H`${At(this.nodes, (e) => e)}`;
|
1270
1263
|
}
|
1271
1264
|
}
|
1272
|
-
|
1265
|
+
me.styles = [
|
1273
1266
|
P`
|
1274
1267
|
:host {
|
1275
1268
|
height: 100%;
|
@@ -1282,6 +1275,6 @@ ve.styles = [
|
|
1282
1275
|
`
|
1283
1276
|
];
|
1284
1277
|
export {
|
1285
|
-
|
1286
|
-
|
1278
|
+
me as Area,
|
1279
|
+
me as default
|
1287
1280
|
};
|