@triptease/tt-navbar 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/TtNavbar.js +106 -64
- package/dist/src/TtNavbar.js.map +1 -1
- package/dist/src/styles.js +253 -6
- package/dist/src/styles.js.map +1 -1
- package/dist/web/TtNavbar.js +734 -337
- package/dist/web/TtNavbar.js.map +4 -4
- package/dist/web/index.js +734 -337
- package/dist/web/index.js.map +4 -4
- package/dist/web/styles.js +254 -7
- package/dist/web/styles.js.map +2 -2
- package/dist/web/tt-navbar.js +734 -337
- package/dist/web/tt-navbar.js.map +4 -4
- package/package.json +2 -1
- package/src/TtNavbar.ts +106 -64
- package/src/styles.ts +253 -6
package/dist/web/TtNavbar.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @triptease/tt-navbar v0.0.
|
|
2
|
+
* @triptease/tt-navbar v0.0.9
|
|
3
3
|
*/
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
6
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
7
7
|
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
8
|
-
for (var
|
|
9
|
-
if (decorator = decorators[
|
|
8
|
+
for (var i6 = decorators.length - 1, decorator; i6 >= 0; i6--)
|
|
9
|
+
if (decorator = decorators[i6])
|
|
10
10
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
11
11
|
if (kind && result) __defProp(target, key, result);
|
|
12
12
|
return result;
|
|
@@ -18,44 +18,44 @@ var e = t.ShadowRoot && (void 0 === t.ShadyCSS || t.ShadyCSS.nativeShadow) && "a
|
|
|
18
18
|
var s = Symbol();
|
|
19
19
|
var o = /* @__PURE__ */ new WeakMap();
|
|
20
20
|
var n = class {
|
|
21
|
-
constructor(
|
|
22
|
-
if (this._$cssResult$ = true,
|
|
23
|
-
this.cssText =
|
|
21
|
+
constructor(t5, e7, o8) {
|
|
22
|
+
if (this._$cssResult$ = true, o8 !== s) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
23
|
+
this.cssText = t5, this.t = e7;
|
|
24
24
|
}
|
|
25
25
|
get styleSheet() {
|
|
26
|
-
let
|
|
26
|
+
let t5 = this.o;
|
|
27
27
|
const s4 = this.t;
|
|
28
|
-
if (e && void 0 ===
|
|
29
|
-
const
|
|
30
|
-
|
|
28
|
+
if (e && void 0 === t5) {
|
|
29
|
+
const e7 = void 0 !== s4 && 1 === s4.length;
|
|
30
|
+
e7 && (t5 = o.get(s4)), void 0 === t5 && ((this.o = t5 = new CSSStyleSheet()).replaceSync(this.cssText), e7 && o.set(s4, t5));
|
|
31
31
|
}
|
|
32
|
-
return
|
|
32
|
+
return t5;
|
|
33
33
|
}
|
|
34
34
|
toString() {
|
|
35
35
|
return this.cssText;
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
|
-
var r = (
|
|
39
|
-
var i = (
|
|
40
|
-
const
|
|
41
|
-
if (true ===
|
|
42
|
-
if ("number" == typeof
|
|
43
|
-
throw Error("Value passed to 'css' function must be a 'css' function result: " +
|
|
44
|
-
})(s4) +
|
|
45
|
-
return new n(
|
|
38
|
+
var r = (t5) => new n("string" == typeof t5 ? t5 : t5 + "", void 0, s);
|
|
39
|
+
var i = (t5, ...e7) => {
|
|
40
|
+
const o8 = 1 === t5.length ? t5[0] : e7.reduce((e8, s4, o9) => e8 + ((t6) => {
|
|
41
|
+
if (true === t6._$cssResult$) return t6.cssText;
|
|
42
|
+
if ("number" == typeof t6) return t6;
|
|
43
|
+
throw Error("Value passed to 'css' function must be a 'css' function result: " + t6 + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
44
|
+
})(s4) + t5[o9 + 1], t5[0]);
|
|
45
|
+
return new n(o8, t5, s);
|
|
46
46
|
};
|
|
47
|
-
var S = (s4,
|
|
48
|
-
if (e) s4.adoptedStyleSheets =
|
|
49
|
-
else for (const
|
|
50
|
-
const
|
|
51
|
-
void 0 !== n5 &&
|
|
47
|
+
var S = (s4, o8) => {
|
|
48
|
+
if (e) s4.adoptedStyleSheets = o8.map((t5) => t5 instanceof CSSStyleSheet ? t5 : t5.styleSheet);
|
|
49
|
+
else for (const e7 of o8) {
|
|
50
|
+
const o9 = document.createElement("style"), n5 = t.litNonce;
|
|
51
|
+
void 0 !== n5 && o9.setAttribute("nonce", n5), o9.textContent = e7.cssText, s4.appendChild(o9);
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
|
-
var c = e ? (
|
|
55
|
-
let
|
|
56
|
-
for (const s4 of
|
|
57
|
-
return r(
|
|
58
|
-
})(
|
|
54
|
+
var c = e ? (t5) => t5 : (t5) => t5 instanceof CSSStyleSheet ? ((t6) => {
|
|
55
|
+
let e7 = "";
|
|
56
|
+
for (const s4 of t6.cssRules) e7 += s4.cssText;
|
|
57
|
+
return r(e7);
|
|
58
|
+
})(t5) : t5;
|
|
59
59
|
|
|
60
60
|
// ../../node_modules/@lit/reactive-element/reactive-element.js
|
|
61
61
|
var { is: i2, defineProperty: e2, getOwnPropertyDescriptor: h, getOwnPropertyNames: r2, getOwnPropertySymbols: o2, getPrototypeOf: n2 } = Object;
|
|
@@ -63,167 +63,167 @@ var a = globalThis;
|
|
|
63
63
|
var c2 = a.trustedTypes;
|
|
64
64
|
var l = c2 ? c2.emptyScript : "";
|
|
65
65
|
var p = a.reactiveElementPolyfillSupport;
|
|
66
|
-
var d = (
|
|
67
|
-
var u = { toAttribute(
|
|
66
|
+
var d = (t5, s4) => t5;
|
|
67
|
+
var u = { toAttribute(t5, s4) {
|
|
68
68
|
switch (s4) {
|
|
69
69
|
case Boolean:
|
|
70
|
-
|
|
70
|
+
t5 = t5 ? l : null;
|
|
71
71
|
break;
|
|
72
72
|
case Object:
|
|
73
73
|
case Array:
|
|
74
|
-
|
|
74
|
+
t5 = null == t5 ? t5 : JSON.stringify(t5);
|
|
75
75
|
}
|
|
76
|
-
return
|
|
77
|
-
}, fromAttribute(
|
|
78
|
-
let
|
|
76
|
+
return t5;
|
|
77
|
+
}, fromAttribute(t5, s4) {
|
|
78
|
+
let i6 = t5;
|
|
79
79
|
switch (s4) {
|
|
80
80
|
case Boolean:
|
|
81
|
-
|
|
81
|
+
i6 = null !== t5;
|
|
82
82
|
break;
|
|
83
83
|
case Number:
|
|
84
|
-
|
|
84
|
+
i6 = null === t5 ? null : Number(t5);
|
|
85
85
|
break;
|
|
86
86
|
case Object:
|
|
87
87
|
case Array:
|
|
88
88
|
try {
|
|
89
|
-
|
|
90
|
-
} catch (
|
|
91
|
-
|
|
89
|
+
i6 = JSON.parse(t5);
|
|
90
|
+
} catch (t6) {
|
|
91
|
+
i6 = null;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
return
|
|
94
|
+
return i6;
|
|
95
95
|
} };
|
|
96
|
-
var f = (
|
|
96
|
+
var f = (t5, s4) => !i2(t5, s4);
|
|
97
97
|
var b = { attribute: true, type: String, converter: u, reflect: false, useDefault: false, hasChanged: f };
|
|
98
98
|
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), a.litPropertyMetadata ?? (a.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
99
99
|
var y = class extends HTMLElement {
|
|
100
|
-
static addInitializer(
|
|
101
|
-
this._$Ei(), (this.l ?? (this.l = [])).push(
|
|
100
|
+
static addInitializer(t5) {
|
|
101
|
+
this._$Ei(), (this.l ?? (this.l = [])).push(t5);
|
|
102
102
|
}
|
|
103
103
|
static get observedAttributes() {
|
|
104
104
|
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
105
105
|
}
|
|
106
|
-
static createProperty(
|
|
107
|
-
if (s4.state && (s4.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(
|
|
108
|
-
const
|
|
109
|
-
void 0 !== h3 && e2(this.prototype,
|
|
106
|
+
static createProperty(t5, s4 = b) {
|
|
107
|
+
if (s4.state && (s4.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t5) && ((s4 = Object.create(s4)).wrapped = true), this.elementProperties.set(t5, s4), !s4.noAccessor) {
|
|
108
|
+
const i6 = Symbol(), h3 = this.getPropertyDescriptor(t5, i6, s4);
|
|
109
|
+
void 0 !== h3 && e2(this.prototype, t5, h3);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
|
-
static getPropertyDescriptor(
|
|
113
|
-
const { get:
|
|
112
|
+
static getPropertyDescriptor(t5, s4, i6) {
|
|
113
|
+
const { get: e7, set: r5 } = h(this.prototype, t5) ?? { get() {
|
|
114
114
|
return this[s4];
|
|
115
|
-
}, set(
|
|
116
|
-
this[s4] =
|
|
115
|
+
}, set(t6) {
|
|
116
|
+
this[s4] = t6;
|
|
117
117
|
} };
|
|
118
|
-
return { get:
|
|
119
|
-
const h3 =
|
|
120
|
-
r5?.call(this, s5), this.requestUpdate(
|
|
118
|
+
return { get: e7, set(s5) {
|
|
119
|
+
const h3 = e7?.call(this);
|
|
120
|
+
r5?.call(this, s5), this.requestUpdate(t5, h3, i6);
|
|
121
121
|
}, configurable: true, enumerable: true };
|
|
122
122
|
}
|
|
123
|
-
static getPropertyOptions(
|
|
124
|
-
return this.elementProperties.get(
|
|
123
|
+
static getPropertyOptions(t5) {
|
|
124
|
+
return this.elementProperties.get(t5) ?? b;
|
|
125
125
|
}
|
|
126
126
|
static _$Ei() {
|
|
127
127
|
if (this.hasOwnProperty(d("elementProperties"))) return;
|
|
128
|
-
const
|
|
129
|
-
|
|
128
|
+
const t5 = n2(this);
|
|
129
|
+
t5.finalize(), void 0 !== t5.l && (this.l = [...t5.l]), this.elementProperties = new Map(t5.elementProperties);
|
|
130
130
|
}
|
|
131
131
|
static finalize() {
|
|
132
132
|
if (this.hasOwnProperty(d("finalized"))) return;
|
|
133
133
|
if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d("properties"))) {
|
|
134
|
-
const
|
|
135
|
-
for (const
|
|
134
|
+
const t6 = this.properties, s4 = [...r2(t6), ...o2(t6)];
|
|
135
|
+
for (const i6 of s4) this.createProperty(i6, t6[i6]);
|
|
136
136
|
}
|
|
137
|
-
const
|
|
138
|
-
if (null !==
|
|
139
|
-
const s4 = litPropertyMetadata.get(
|
|
140
|
-
if (void 0 !== s4) for (const [
|
|
137
|
+
const t5 = this[Symbol.metadata];
|
|
138
|
+
if (null !== t5) {
|
|
139
|
+
const s4 = litPropertyMetadata.get(t5);
|
|
140
|
+
if (void 0 !== s4) for (const [t6, i6] of s4) this.elementProperties.set(t6, i6);
|
|
141
141
|
}
|
|
142
142
|
this._$Eh = /* @__PURE__ */ new Map();
|
|
143
|
-
for (const [
|
|
144
|
-
const
|
|
145
|
-
void 0 !==
|
|
143
|
+
for (const [t6, s4] of this.elementProperties) {
|
|
144
|
+
const i6 = this._$Eu(t6, s4);
|
|
145
|
+
void 0 !== i6 && this._$Eh.set(i6, t6);
|
|
146
146
|
}
|
|
147
147
|
this.elementStyles = this.finalizeStyles(this.styles);
|
|
148
148
|
}
|
|
149
149
|
static finalizeStyles(s4) {
|
|
150
|
-
const
|
|
150
|
+
const i6 = [];
|
|
151
151
|
if (Array.isArray(s4)) {
|
|
152
|
-
const
|
|
153
|
-
for (const s5 of
|
|
154
|
-
} else void 0 !== s4 &&
|
|
155
|
-
return
|
|
152
|
+
const e7 = new Set(s4.flat(1 / 0).reverse());
|
|
153
|
+
for (const s5 of e7) i6.unshift(c(s5));
|
|
154
|
+
} else void 0 !== s4 && i6.push(c(s4));
|
|
155
|
+
return i6;
|
|
156
156
|
}
|
|
157
|
-
static _$Eu(
|
|
158
|
-
const
|
|
159
|
-
return false ===
|
|
157
|
+
static _$Eu(t5, s4) {
|
|
158
|
+
const i6 = s4.attribute;
|
|
159
|
+
return false === i6 ? void 0 : "string" == typeof i6 ? i6 : "string" == typeof t5 ? t5.toLowerCase() : void 0;
|
|
160
160
|
}
|
|
161
161
|
constructor() {
|
|
162
162
|
super(), this._$Ep = void 0, this.isUpdatePending = false, this.hasUpdated = false, this._$Em = null, this._$Ev();
|
|
163
163
|
}
|
|
164
164
|
_$Ev() {
|
|
165
|
-
this._$ES = new Promise((
|
|
165
|
+
this._$ES = new Promise((t5) => this.enableUpdating = t5), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach((t5) => t5(this));
|
|
166
166
|
}
|
|
167
|
-
addController(
|
|
168
|
-
(this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(
|
|
167
|
+
addController(t5) {
|
|
168
|
+
(this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t5), void 0 !== this.renderRoot && this.isConnected && t5.hostConnected?.();
|
|
169
169
|
}
|
|
170
|
-
removeController(
|
|
171
|
-
this._$EO?.delete(
|
|
170
|
+
removeController(t5) {
|
|
171
|
+
this._$EO?.delete(t5);
|
|
172
172
|
}
|
|
173
173
|
_$E_() {
|
|
174
|
-
const
|
|
175
|
-
for (const
|
|
176
|
-
|
|
174
|
+
const t5 = /* @__PURE__ */ new Map(), s4 = this.constructor.elementProperties;
|
|
175
|
+
for (const i6 of s4.keys()) this.hasOwnProperty(i6) && (t5.set(i6, this[i6]), delete this[i6]);
|
|
176
|
+
t5.size > 0 && (this._$Ep = t5);
|
|
177
177
|
}
|
|
178
178
|
createRenderRoot() {
|
|
179
|
-
const
|
|
180
|
-
return S(
|
|
179
|
+
const t5 = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
180
|
+
return S(t5, this.constructor.elementStyles), t5;
|
|
181
181
|
}
|
|
182
182
|
connectedCallback() {
|
|
183
|
-
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(true), this._$EO?.forEach((
|
|
183
|
+
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(true), this._$EO?.forEach((t5) => t5.hostConnected?.());
|
|
184
184
|
}
|
|
185
|
-
enableUpdating(
|
|
185
|
+
enableUpdating(t5) {
|
|
186
186
|
}
|
|
187
187
|
disconnectedCallback() {
|
|
188
|
-
this._$EO?.forEach((
|
|
188
|
+
this._$EO?.forEach((t5) => t5.hostDisconnected?.());
|
|
189
189
|
}
|
|
190
|
-
attributeChangedCallback(
|
|
191
|
-
this._$AK(
|
|
190
|
+
attributeChangedCallback(t5, s4, i6) {
|
|
191
|
+
this._$AK(t5, i6);
|
|
192
192
|
}
|
|
193
|
-
_$ET(
|
|
194
|
-
const
|
|
195
|
-
if (void 0 !==
|
|
196
|
-
const h3 = (void 0 !==
|
|
197
|
-
this._$Em =
|
|
193
|
+
_$ET(t5, s4) {
|
|
194
|
+
const i6 = this.constructor.elementProperties.get(t5), e7 = this.constructor._$Eu(t5, i6);
|
|
195
|
+
if (void 0 !== e7 && true === i6.reflect) {
|
|
196
|
+
const h3 = (void 0 !== i6.converter?.toAttribute ? i6.converter : u).toAttribute(s4, i6.type);
|
|
197
|
+
this._$Em = t5, null == h3 ? this.removeAttribute(e7) : this.setAttribute(e7, h3), this._$Em = null;
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
|
-
_$AK(
|
|
201
|
-
const
|
|
202
|
-
if (void 0 !==
|
|
203
|
-
const
|
|
204
|
-
this._$Em =
|
|
200
|
+
_$AK(t5, s4) {
|
|
201
|
+
const i6 = this.constructor, e7 = i6._$Eh.get(t5);
|
|
202
|
+
if (void 0 !== e7 && this._$Em !== e7) {
|
|
203
|
+
const t6 = i6.getPropertyOptions(e7), h3 = "function" == typeof t6.converter ? { fromAttribute: t6.converter } : void 0 !== t6.converter?.fromAttribute ? t6.converter : u;
|
|
204
|
+
this._$Em = e7, this[e7] = h3.fromAttribute(s4, t6.type) ?? this._$Ej?.get(e7) ?? null, this._$Em = null;
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
|
-
requestUpdate(
|
|
208
|
-
if (void 0 !==
|
|
209
|
-
const
|
|
210
|
-
if (
|
|
211
|
-
this.C(
|
|
207
|
+
requestUpdate(t5, s4, i6) {
|
|
208
|
+
if (void 0 !== t5) {
|
|
209
|
+
const e7 = this.constructor, h3 = this[t5];
|
|
210
|
+
if (i6 ?? (i6 = e7.getPropertyOptions(t5)), !((i6.hasChanged ?? f)(h3, s4) || i6.useDefault && i6.reflect && h3 === this._$Ej?.get(t5) && !this.hasAttribute(e7._$Eu(t5, i6)))) return;
|
|
211
|
+
this.C(t5, s4, i6);
|
|
212
212
|
}
|
|
213
213
|
false === this.isUpdatePending && (this._$ES = this._$EP());
|
|
214
214
|
}
|
|
215
|
-
C(
|
|
216
|
-
|
|
215
|
+
C(t5, s4, { useDefault: i6, reflect: e7, wrapped: h3 }, r5) {
|
|
216
|
+
i6 && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(t5) && (this._$Ej.set(t5, r5 ?? s4 ?? this[t5]), true !== h3 || void 0 !== r5) || (this._$AL.has(t5) || (this.hasUpdated || i6 || (s4 = void 0), this._$AL.set(t5, s4)), true === e7 && this._$Em !== t5 && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t5));
|
|
217
217
|
}
|
|
218
218
|
async _$EP() {
|
|
219
219
|
this.isUpdatePending = true;
|
|
220
220
|
try {
|
|
221
221
|
await this._$ES;
|
|
222
|
-
} catch (
|
|
223
|
-
Promise.reject(
|
|
222
|
+
} catch (t6) {
|
|
223
|
+
Promise.reject(t6);
|
|
224
224
|
}
|
|
225
|
-
const
|
|
226
|
-
return null !=
|
|
225
|
+
const t5 = this.scheduleUpdate();
|
|
226
|
+
return null != t5 && await t5, !this.isUpdatePending;
|
|
227
227
|
}
|
|
228
228
|
scheduleUpdate() {
|
|
229
229
|
return this.performUpdate();
|
|
@@ -232,28 +232,28 @@ var y = class extends HTMLElement {
|
|
|
232
232
|
if (!this.isUpdatePending) return;
|
|
233
233
|
if (!this.hasUpdated) {
|
|
234
234
|
if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
|
|
235
|
-
for (const [
|
|
235
|
+
for (const [t7, s5] of this._$Ep) this[t7] = s5;
|
|
236
236
|
this._$Ep = void 0;
|
|
237
237
|
}
|
|
238
|
-
const
|
|
239
|
-
if (
|
|
240
|
-
const { wrapped:
|
|
241
|
-
true !==
|
|
238
|
+
const t6 = this.constructor.elementProperties;
|
|
239
|
+
if (t6.size > 0) for (const [s5, i6] of t6) {
|
|
240
|
+
const { wrapped: t7 } = i6, e7 = this[s5];
|
|
241
|
+
true !== t7 || this._$AL.has(s5) || void 0 === e7 || this.C(s5, void 0, i6, e7);
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
-
let
|
|
244
|
+
let t5 = false;
|
|
245
245
|
const s4 = this._$AL;
|
|
246
246
|
try {
|
|
247
|
-
|
|
247
|
+
t5 = this.shouldUpdate(s4), t5 ? (this.willUpdate(s4), this._$EO?.forEach((t6) => t6.hostUpdate?.()), this.update(s4)) : this._$EM();
|
|
248
248
|
} catch (s5) {
|
|
249
|
-
throw
|
|
249
|
+
throw t5 = false, this._$EM(), s5;
|
|
250
250
|
}
|
|
251
|
-
|
|
251
|
+
t5 && this._$AE(s4);
|
|
252
252
|
}
|
|
253
|
-
willUpdate(
|
|
253
|
+
willUpdate(t5) {
|
|
254
254
|
}
|
|
255
|
-
_$AE(
|
|
256
|
-
this._$EO?.forEach((
|
|
255
|
+
_$AE(t5) {
|
|
256
|
+
this._$EO?.forEach((t6) => t6.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t5)), this.updated(t5);
|
|
257
257
|
}
|
|
258
258
|
_$EM() {
|
|
259
259
|
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = false;
|
|
@@ -264,15 +264,15 @@ var y = class extends HTMLElement {
|
|
|
264
264
|
getUpdateComplete() {
|
|
265
265
|
return this._$ES;
|
|
266
266
|
}
|
|
267
|
-
shouldUpdate(
|
|
267
|
+
shouldUpdate(t5) {
|
|
268
268
|
return true;
|
|
269
269
|
}
|
|
270
|
-
update(
|
|
271
|
-
this._$Eq && (this._$Eq = this._$Eq.forEach((
|
|
270
|
+
update(t5) {
|
|
271
|
+
this._$Eq && (this._$Eq = this._$Eq.forEach((t6) => this._$ET(t6, this[t6]))), this._$EM();
|
|
272
272
|
}
|
|
273
|
-
updated(
|
|
273
|
+
updated(t5) {
|
|
274
274
|
}
|
|
275
|
-
firstUpdated(
|
|
275
|
+
firstUpdated(t5) {
|
|
276
276
|
}
|
|
277
277
|
};
|
|
278
278
|
y.elementStyles = [], y.shadowRootOptions = { mode: "open" }, y[d("elementProperties")] = /* @__PURE__ */ new Map(), y[d("finalized")] = /* @__PURE__ */ new Map(), p?.({ ReactiveElement: y }), (a.reactiveElementVersions ?? (a.reactiveElementVersions = [])).push("2.1.0");
|
|
@@ -280,16 +280,16 @@ y.elementStyles = [], y.shadowRootOptions = { mode: "open" }, y[d("elementProper
|
|
|
280
280
|
// ../../node_modules/lit-html/lit-html.js
|
|
281
281
|
var t2 = globalThis;
|
|
282
282
|
var i3 = t2.trustedTypes;
|
|
283
|
-
var s2 = i3 ? i3.createPolicy("lit-html", { createHTML: (
|
|
283
|
+
var s2 = i3 ? i3.createPolicy("lit-html", { createHTML: (t5) => t5 }) : void 0;
|
|
284
284
|
var e3 = "$lit$";
|
|
285
285
|
var h2 = `lit$${Math.random().toFixed(9).slice(2)}$`;
|
|
286
286
|
var o3 = "?" + h2;
|
|
287
287
|
var n3 = `<${o3}>`;
|
|
288
288
|
var r3 = document;
|
|
289
289
|
var l2 = () => r3.createComment("");
|
|
290
|
-
var c3 = (
|
|
290
|
+
var c3 = (t5) => null === t5 || "object" != typeof t5 && "function" != typeof t5;
|
|
291
291
|
var a2 = Array.isArray;
|
|
292
|
-
var u2 = (
|
|
292
|
+
var u2 = (t5) => a2(t5) || "function" == typeof t5?.[Symbol.iterator];
|
|
293
293
|
var d2 = "[ \n\f\r]";
|
|
294
294
|
var f2 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g;
|
|
295
295
|
var v = /-->/g;
|
|
@@ -299,7 +299,7 @@ var m = RegExp(`>|${d2}(?:([^\\s"'>=/]+)(${d2}*=${d2}*(?:[^
|
|
|
299
299
|
var p2 = /'/g;
|
|
300
300
|
var g = /"/g;
|
|
301
301
|
var $ = /^(?:script|style|textarea|title)$/i;
|
|
302
|
-
var y2 = (
|
|
302
|
+
var y2 = (t5) => (i6, ...s4) => ({ _$litType$: t5, strings: i6, values: s4 });
|
|
303
303
|
var x = y2(1);
|
|
304
304
|
var b2 = y2(2);
|
|
305
305
|
var w = y2(3);
|
|
@@ -307,68 +307,68 @@ var T = Symbol.for("lit-noChange");
|
|
|
307
307
|
var E = Symbol.for("lit-nothing");
|
|
308
308
|
var A = /* @__PURE__ */ new WeakMap();
|
|
309
309
|
var C = r3.createTreeWalker(r3, 129);
|
|
310
|
-
function P(
|
|
311
|
-
if (!a2(
|
|
312
|
-
return void 0 !== s2 ? s2.createHTML(
|
|
310
|
+
function P(t5, i6) {
|
|
311
|
+
if (!a2(t5) || !t5.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
312
|
+
return void 0 !== s2 ? s2.createHTML(i6) : i6;
|
|
313
313
|
}
|
|
314
|
-
var V = (
|
|
315
|
-
const s4 =
|
|
316
|
-
let r5, l3 = 2 ===
|
|
317
|
-
for (let
|
|
318
|
-
const s5 =
|
|
314
|
+
var V = (t5, i6) => {
|
|
315
|
+
const s4 = t5.length - 1, o8 = [];
|
|
316
|
+
let r5, l3 = 2 === i6 ? "<svg>" : 3 === i6 ? "<math>" : "", c4 = f2;
|
|
317
|
+
for (let i7 = 0; i7 < s4; i7++) {
|
|
318
|
+
const s5 = t5[i7];
|
|
319
319
|
let a3, u3, d3 = -1, y3 = 0;
|
|
320
320
|
for (; y3 < s5.length && (c4.lastIndex = y3, u3 = c4.exec(s5), null !== u3); ) y3 = c4.lastIndex, c4 === f2 ? "!--" === u3[1] ? c4 = v : void 0 !== u3[1] ? c4 = _ : void 0 !== u3[2] ? ($.test(u3[2]) && (r5 = RegExp("</" + u3[2], "g")), c4 = m) : void 0 !== u3[3] && (c4 = m) : c4 === m ? ">" === u3[0] ? (c4 = r5 ?? f2, d3 = -1) : void 0 === u3[1] ? d3 = -2 : (d3 = c4.lastIndex - u3[2].length, a3 = u3[1], c4 = void 0 === u3[3] ? m : '"' === u3[3] ? g : p2) : c4 === g || c4 === p2 ? c4 = m : c4 === v || c4 === _ ? c4 = f2 : (c4 = m, r5 = void 0);
|
|
321
|
-
const x2 = c4 === m &&
|
|
322
|
-
l3 += c4 === f2 ? s5 + n3 : d3 >= 0 ? (
|
|
321
|
+
const x2 = c4 === m && t5[i7 + 1].startsWith("/>") ? " " : "";
|
|
322
|
+
l3 += c4 === f2 ? s5 + n3 : d3 >= 0 ? (o8.push(a3), s5.slice(0, d3) + e3 + s5.slice(d3) + h2 + x2) : s5 + h2 + (-2 === d3 ? i7 : x2);
|
|
323
323
|
}
|
|
324
|
-
return [P(
|
|
324
|
+
return [P(t5, l3 + (t5[s4] || "<?>") + (2 === i6 ? "</svg>" : 3 === i6 ? "</math>" : "")), o8];
|
|
325
325
|
};
|
|
326
326
|
var N = class _N {
|
|
327
|
-
constructor({ strings:
|
|
327
|
+
constructor({ strings: t5, _$litType$: s4 }, n5) {
|
|
328
328
|
let r5;
|
|
329
329
|
this.parts = [];
|
|
330
330
|
let c4 = 0, a3 = 0;
|
|
331
|
-
const u3 =
|
|
331
|
+
const u3 = t5.length - 1, d3 = this.parts, [f3, v2] = V(t5, s4);
|
|
332
332
|
if (this.el = _N.createElement(f3, n5), C.currentNode = this.el.content, 2 === s4 || 3 === s4) {
|
|
333
|
-
const
|
|
334
|
-
|
|
333
|
+
const t6 = this.el.content.firstChild;
|
|
334
|
+
t6.replaceWith(...t6.childNodes);
|
|
335
335
|
}
|
|
336
336
|
for (; null !== (r5 = C.nextNode()) && d3.length < u3; ) {
|
|
337
337
|
if (1 === r5.nodeType) {
|
|
338
|
-
if (r5.hasAttributes()) for (const
|
|
339
|
-
const
|
|
340
|
-
d3.push({ type: 1, index: c4, name:
|
|
341
|
-
} else
|
|
338
|
+
if (r5.hasAttributes()) for (const t6 of r5.getAttributeNames()) if (t6.endsWith(e3)) {
|
|
339
|
+
const i6 = v2[a3++], s5 = r5.getAttribute(t6).split(h2), e7 = /([.?@])?(.*)/.exec(i6);
|
|
340
|
+
d3.push({ type: 1, index: c4, name: e7[2], strings: s5, ctor: "." === e7[1] ? H : "?" === e7[1] ? I : "@" === e7[1] ? L : k }), r5.removeAttribute(t6);
|
|
341
|
+
} else t6.startsWith(h2) && (d3.push({ type: 6, index: c4 }), r5.removeAttribute(t6));
|
|
342
342
|
if ($.test(r5.tagName)) {
|
|
343
|
-
const
|
|
343
|
+
const t6 = r5.textContent.split(h2), s5 = t6.length - 1;
|
|
344
344
|
if (s5 > 0) {
|
|
345
345
|
r5.textContent = i3 ? i3.emptyScript : "";
|
|
346
|
-
for (let
|
|
347
|
-
r5.append(
|
|
346
|
+
for (let i6 = 0; i6 < s5; i6++) r5.append(t6[i6], l2()), C.nextNode(), d3.push({ type: 2, index: ++c4 });
|
|
347
|
+
r5.append(t6[s5], l2());
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
350
|
} else if (8 === r5.nodeType) if (r5.data === o3) d3.push({ type: 2, index: c4 });
|
|
351
351
|
else {
|
|
352
|
-
let
|
|
353
|
-
for (; -1 !== (
|
|
352
|
+
let t6 = -1;
|
|
353
|
+
for (; -1 !== (t6 = r5.data.indexOf(h2, t6 + 1)); ) d3.push({ type: 7, index: c4 }), t6 += h2.length - 1;
|
|
354
354
|
}
|
|
355
355
|
c4++;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
static createElement(
|
|
358
|
+
static createElement(t5, i6) {
|
|
359
359
|
const s4 = r3.createElement("template");
|
|
360
|
-
return s4.innerHTML =
|
|
360
|
+
return s4.innerHTML = t5, s4;
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
|
-
function S2(
|
|
364
|
-
if (
|
|
365
|
-
let h3 = void 0 !==
|
|
366
|
-
const
|
|
367
|
-
return h3?.constructor !==
|
|
363
|
+
function S2(t5, i6, s4 = t5, e7) {
|
|
364
|
+
if (i6 === T) return i6;
|
|
365
|
+
let h3 = void 0 !== e7 ? s4._$Co?.[e7] : s4._$Cl;
|
|
366
|
+
const o8 = c3(i6) ? void 0 : i6._$litDirective$;
|
|
367
|
+
return h3?.constructor !== o8 && (h3?._$AO?.(false), void 0 === o8 ? h3 = void 0 : (h3 = new o8(t5), h3._$AT(t5, s4, e7)), void 0 !== e7 ? (s4._$Co ?? (s4._$Co = []))[e7] = h3 : s4._$Cl = h3), void 0 !== h3 && (i6 = S2(t5, h3._$AS(t5, i6.values), h3, e7)), i6;
|
|
368
368
|
}
|
|
369
369
|
var M = class {
|
|
370
|
-
constructor(
|
|
371
|
-
this._$AV = [], this._$AN = void 0, this._$AD =
|
|
370
|
+
constructor(t5, i6) {
|
|
371
|
+
this._$AV = [], this._$AN = void 0, this._$AD = t5, this._$AM = i6;
|
|
372
372
|
}
|
|
373
373
|
get parentNode() {
|
|
374
374
|
return this._$AM.parentNode;
|
|
@@ -376,35 +376,35 @@ var M = class {
|
|
|
376
376
|
get _$AU() {
|
|
377
377
|
return this._$AM._$AU;
|
|
378
378
|
}
|
|
379
|
-
u(
|
|
380
|
-
const { el: { content:
|
|
381
|
-
C.currentNode =
|
|
382
|
-
let h3 = C.nextNode(),
|
|
379
|
+
u(t5) {
|
|
380
|
+
const { el: { content: i6 }, parts: s4 } = this._$AD, e7 = (t5?.creationScope ?? r3).importNode(i6, true);
|
|
381
|
+
C.currentNode = e7;
|
|
382
|
+
let h3 = C.nextNode(), o8 = 0, n5 = 0, l3 = s4[0];
|
|
383
383
|
for (; void 0 !== l3; ) {
|
|
384
|
-
if (
|
|
385
|
-
let
|
|
386
|
-
2 === l3.type ?
|
|
384
|
+
if (o8 === l3.index) {
|
|
385
|
+
let i7;
|
|
386
|
+
2 === l3.type ? i7 = new R(h3, h3.nextSibling, this, t5) : 1 === l3.type ? i7 = new l3.ctor(h3, l3.name, l3.strings, this, t5) : 6 === l3.type && (i7 = new z(h3, this, t5)), this._$AV.push(i7), l3 = s4[++n5];
|
|
387
387
|
}
|
|
388
|
-
|
|
388
|
+
o8 !== l3?.index && (h3 = C.nextNode(), o8++);
|
|
389
389
|
}
|
|
390
|
-
return C.currentNode = r3,
|
|
390
|
+
return C.currentNode = r3, e7;
|
|
391
391
|
}
|
|
392
|
-
p(
|
|
393
|
-
let
|
|
394
|
-
for (const s4 of this._$AV) void 0 !== s4 && (void 0 !== s4.strings ? (s4._$AI(
|
|
392
|
+
p(t5) {
|
|
393
|
+
let i6 = 0;
|
|
394
|
+
for (const s4 of this._$AV) void 0 !== s4 && (void 0 !== s4.strings ? (s4._$AI(t5, s4, i6), i6 += s4.strings.length - 2) : s4._$AI(t5[i6])), i6++;
|
|
395
395
|
}
|
|
396
396
|
};
|
|
397
397
|
var R = class _R {
|
|
398
398
|
get _$AU() {
|
|
399
399
|
return this._$AM?._$AU ?? this._$Cv;
|
|
400
400
|
}
|
|
401
|
-
constructor(
|
|
402
|
-
this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA =
|
|
401
|
+
constructor(t5, i6, s4, e7) {
|
|
402
|
+
this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t5, this._$AB = i6, this._$AM = s4, this.options = e7, this._$Cv = e7?.isConnected ?? true;
|
|
403
403
|
}
|
|
404
404
|
get parentNode() {
|
|
405
|
-
let
|
|
406
|
-
const
|
|
407
|
-
return void 0 !==
|
|
405
|
+
let t5 = this._$AA.parentNode;
|
|
406
|
+
const i6 = this._$AM;
|
|
407
|
+
return void 0 !== i6 && 11 === t5?.nodeType && (t5 = i6.parentNode), t5;
|
|
408
408
|
}
|
|
409
409
|
get startNode() {
|
|
410
410
|
return this._$AA;
|
|
@@ -412,45 +412,45 @@ var R = class _R {
|
|
|
412
412
|
get endNode() {
|
|
413
413
|
return this._$AB;
|
|
414
414
|
}
|
|
415
|
-
_$AI(
|
|
416
|
-
|
|
415
|
+
_$AI(t5, i6 = this) {
|
|
416
|
+
t5 = S2(this, t5, i6), c3(t5) ? t5 === E || null == t5 || "" === t5 ? (this._$AH !== E && this._$AR(), this._$AH = E) : t5 !== this._$AH && t5 !== T && this._(t5) : void 0 !== t5._$litType$ ? this.$(t5) : void 0 !== t5.nodeType ? this.T(t5) : u2(t5) ? this.k(t5) : this._(t5);
|
|
417
417
|
}
|
|
418
|
-
O(
|
|
419
|
-
return this._$AA.parentNode.insertBefore(
|
|
418
|
+
O(t5) {
|
|
419
|
+
return this._$AA.parentNode.insertBefore(t5, this._$AB);
|
|
420
420
|
}
|
|
421
|
-
T(
|
|
422
|
-
this._$AH !==
|
|
421
|
+
T(t5) {
|
|
422
|
+
this._$AH !== t5 && (this._$AR(), this._$AH = this.O(t5));
|
|
423
423
|
}
|
|
424
|
-
_(
|
|
425
|
-
this._$AH !== E && c3(this._$AH) ? this._$AA.nextSibling.data =
|
|
424
|
+
_(t5) {
|
|
425
|
+
this._$AH !== E && c3(this._$AH) ? this._$AA.nextSibling.data = t5 : this.T(r3.createTextNode(t5)), this._$AH = t5;
|
|
426
426
|
}
|
|
427
|
-
$(
|
|
428
|
-
const { values:
|
|
429
|
-
if (this._$AH?._$AD ===
|
|
427
|
+
$(t5) {
|
|
428
|
+
const { values: i6, _$litType$: s4 } = t5, e7 = "number" == typeof s4 ? this._$AC(t5) : (void 0 === s4.el && (s4.el = N.createElement(P(s4.h, s4.h[0]), this.options)), s4);
|
|
429
|
+
if (this._$AH?._$AD === e7) this._$AH.p(i6);
|
|
430
430
|
else {
|
|
431
|
-
const
|
|
432
|
-
|
|
431
|
+
const t6 = new M(e7, this), s5 = t6.u(this.options);
|
|
432
|
+
t6.p(i6), this.T(s5), this._$AH = t6;
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
|
-
_$AC(
|
|
436
|
-
let
|
|
437
|
-
return void 0 ===
|
|
435
|
+
_$AC(t5) {
|
|
436
|
+
let i6 = A.get(t5.strings);
|
|
437
|
+
return void 0 === i6 && A.set(t5.strings, i6 = new N(t5)), i6;
|
|
438
438
|
}
|
|
439
|
-
k(
|
|
439
|
+
k(t5) {
|
|
440
440
|
a2(this._$AH) || (this._$AH = [], this._$AR());
|
|
441
|
-
const
|
|
442
|
-
let s4,
|
|
443
|
-
for (const h3 of
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
_$AR(
|
|
447
|
-
for (this._$AP?.(false, true,
|
|
448
|
-
const
|
|
449
|
-
|
|
441
|
+
const i6 = this._$AH;
|
|
442
|
+
let s4, e7 = 0;
|
|
443
|
+
for (const h3 of t5) e7 === i6.length ? i6.push(s4 = new _R(this.O(l2()), this.O(l2()), this, this.options)) : s4 = i6[e7], s4._$AI(h3), e7++;
|
|
444
|
+
e7 < i6.length && (this._$AR(s4 && s4._$AB.nextSibling, e7), i6.length = e7);
|
|
445
|
+
}
|
|
446
|
+
_$AR(t5 = this._$AA.nextSibling, i6) {
|
|
447
|
+
for (this._$AP?.(false, true, i6); t5 && t5 !== this._$AB; ) {
|
|
448
|
+
const i7 = t5.nextSibling;
|
|
449
|
+
t5.remove(), t5 = i7;
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
setConnected(
|
|
453
|
-
void 0 === this._$AM && (this._$Cv =
|
|
452
|
+
setConnected(t5) {
|
|
453
|
+
void 0 === this._$AM && (this._$Cv = t5, this._$AP?.(t5));
|
|
454
454
|
}
|
|
455
455
|
};
|
|
456
456
|
var k = class {
|
|
@@ -460,74 +460,74 @@ var k = class {
|
|
|
460
460
|
get _$AU() {
|
|
461
461
|
return this._$AM._$AU;
|
|
462
462
|
}
|
|
463
|
-
constructor(
|
|
464
|
-
this.type = 1, this._$AH = E, this._$AN = void 0, this.element =
|
|
463
|
+
constructor(t5, i6, s4, e7, h3) {
|
|
464
|
+
this.type = 1, this._$AH = E, this._$AN = void 0, this.element = t5, this.name = i6, this._$AM = e7, this.options = h3, s4.length > 2 || "" !== s4[0] || "" !== s4[1] ? (this._$AH = Array(s4.length - 1).fill(new String()), this.strings = s4) : this._$AH = E;
|
|
465
465
|
}
|
|
466
|
-
_$AI(
|
|
466
|
+
_$AI(t5, i6 = this, s4, e7) {
|
|
467
467
|
const h3 = this.strings;
|
|
468
|
-
let
|
|
469
|
-
if (void 0 === h3)
|
|
468
|
+
let o8 = false;
|
|
469
|
+
if (void 0 === h3) t5 = S2(this, t5, i6, 0), o8 = !c3(t5) || t5 !== this._$AH && t5 !== T, o8 && (this._$AH = t5);
|
|
470
470
|
else {
|
|
471
|
-
const
|
|
471
|
+
const e8 = t5;
|
|
472
472
|
let n5, r5;
|
|
473
|
-
for (
|
|
473
|
+
for (t5 = h3[0], n5 = 0; n5 < h3.length - 1; n5++) r5 = S2(this, e8[s4 + n5], i6, n5), r5 === T && (r5 = this._$AH[n5]), o8 || (o8 = !c3(r5) || r5 !== this._$AH[n5]), r5 === E ? t5 = E : t5 !== E && (t5 += (r5 ?? "") + h3[n5 + 1]), this._$AH[n5] = r5;
|
|
474
474
|
}
|
|
475
|
-
|
|
475
|
+
o8 && !e7 && this.j(t5);
|
|
476
476
|
}
|
|
477
|
-
j(
|
|
478
|
-
|
|
477
|
+
j(t5) {
|
|
478
|
+
t5 === E ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t5 ?? "");
|
|
479
479
|
}
|
|
480
480
|
};
|
|
481
481
|
var H = class extends k {
|
|
482
482
|
constructor() {
|
|
483
483
|
super(...arguments), this.type = 3;
|
|
484
484
|
}
|
|
485
|
-
j(
|
|
486
|
-
this.element[this.name] =
|
|
485
|
+
j(t5) {
|
|
486
|
+
this.element[this.name] = t5 === E ? void 0 : t5;
|
|
487
487
|
}
|
|
488
488
|
};
|
|
489
489
|
var I = class extends k {
|
|
490
490
|
constructor() {
|
|
491
491
|
super(...arguments), this.type = 4;
|
|
492
492
|
}
|
|
493
|
-
j(
|
|
494
|
-
this.element.toggleAttribute(this.name, !!
|
|
493
|
+
j(t5) {
|
|
494
|
+
this.element.toggleAttribute(this.name, !!t5 && t5 !== E);
|
|
495
495
|
}
|
|
496
496
|
};
|
|
497
497
|
var L = class extends k {
|
|
498
|
-
constructor(
|
|
499
|
-
super(
|
|
498
|
+
constructor(t5, i6, s4, e7, h3) {
|
|
499
|
+
super(t5, i6, s4, e7, h3), this.type = 5;
|
|
500
500
|
}
|
|
501
|
-
_$AI(
|
|
502
|
-
if ((
|
|
503
|
-
const s4 = this._$AH,
|
|
504
|
-
|
|
501
|
+
_$AI(t5, i6 = this) {
|
|
502
|
+
if ((t5 = S2(this, t5, i6, 0) ?? E) === T) return;
|
|
503
|
+
const s4 = this._$AH, e7 = t5 === E && s4 !== E || t5.capture !== s4.capture || t5.once !== s4.once || t5.passive !== s4.passive, h3 = t5 !== E && (s4 === E || e7);
|
|
504
|
+
e7 && this.element.removeEventListener(this.name, this, s4), h3 && this.element.addEventListener(this.name, this, t5), this._$AH = t5;
|
|
505
505
|
}
|
|
506
|
-
handleEvent(
|
|
507
|
-
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element,
|
|
506
|
+
handleEvent(t5) {
|
|
507
|
+
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t5) : this._$AH.handleEvent(t5);
|
|
508
508
|
}
|
|
509
509
|
};
|
|
510
510
|
var z = class {
|
|
511
|
-
constructor(
|
|
512
|
-
this.element =
|
|
511
|
+
constructor(t5, i6, s4) {
|
|
512
|
+
this.element = t5, this.type = 6, this._$AN = void 0, this._$AM = i6, this.options = s4;
|
|
513
513
|
}
|
|
514
514
|
get _$AU() {
|
|
515
515
|
return this._$AM._$AU;
|
|
516
516
|
}
|
|
517
|
-
_$AI(
|
|
518
|
-
S2(this,
|
|
517
|
+
_$AI(t5) {
|
|
518
|
+
S2(this, t5);
|
|
519
519
|
}
|
|
520
520
|
};
|
|
521
521
|
var j = t2.litHtmlPolyfillSupport;
|
|
522
522
|
j?.(N, R), (t2.litHtmlVersions ?? (t2.litHtmlVersions = [])).push("3.3.0");
|
|
523
|
-
var B = (
|
|
524
|
-
const
|
|
525
|
-
let h3 =
|
|
523
|
+
var B = (t5, i6, s4) => {
|
|
524
|
+
const e7 = s4?.renderBefore ?? i6;
|
|
525
|
+
let h3 = e7._$litPart$;
|
|
526
526
|
if (void 0 === h3) {
|
|
527
|
-
const
|
|
528
|
-
|
|
527
|
+
const t6 = s4?.renderBefore ?? null;
|
|
528
|
+
e7._$litPart$ = h3 = new R(i6.insertBefore(l2(), t6), t6, void 0, s4 ?? {});
|
|
529
529
|
}
|
|
530
|
-
return h3._$AI(
|
|
530
|
+
return h3._$AI(t5), h3;
|
|
531
531
|
};
|
|
532
532
|
|
|
533
533
|
// ../../node_modules/lit-element/lit-element.js
|
|
@@ -538,12 +538,12 @@ var i4 = class extends y {
|
|
|
538
538
|
}
|
|
539
539
|
createRenderRoot() {
|
|
540
540
|
var _a;
|
|
541
|
-
const
|
|
542
|
-
return (_a = this.renderOptions).renderBefore ?? (_a.renderBefore =
|
|
541
|
+
const t5 = super.createRenderRoot();
|
|
542
|
+
return (_a = this.renderOptions).renderBefore ?? (_a.renderBefore = t5.firstChild), t5;
|
|
543
543
|
}
|
|
544
|
-
update(
|
|
544
|
+
update(t5) {
|
|
545
545
|
const r5 = this.render();
|
|
546
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(
|
|
546
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t5), this._$Do = B(r5, this.renderRoot, this.renderOptions);
|
|
547
547
|
}
|
|
548
548
|
connectedCallback() {
|
|
549
549
|
super.connectedCallback(), this._$Do?.setConnected(true);
|
|
@@ -562,58 +562,394 @@ o4?.({ LitElement: i4 });
|
|
|
562
562
|
|
|
563
563
|
// ../../node_modules/@lit/reactive-element/decorators/property.js
|
|
564
564
|
var o5 = { attribute: true, type: String, converter: u, reflect: false, hasChanged: f };
|
|
565
|
-
var r4 = (
|
|
566
|
-
const { kind: n5, metadata:
|
|
567
|
-
let s4 = globalThis.litPropertyMetadata.get(
|
|
568
|
-
if (void 0 === s4 && globalThis.litPropertyMetadata.set(
|
|
569
|
-
const { name:
|
|
565
|
+
var r4 = (t5 = o5, e7, r5) => {
|
|
566
|
+
const { kind: n5, metadata: i6 } = r5;
|
|
567
|
+
let s4 = globalThis.litPropertyMetadata.get(i6);
|
|
568
|
+
if (void 0 === s4 && globalThis.litPropertyMetadata.set(i6, s4 = /* @__PURE__ */ new Map()), "setter" === n5 && ((t5 = Object.create(t5)).wrapped = true), s4.set(r5.name, t5), "accessor" === n5) {
|
|
569
|
+
const { name: o8 } = r5;
|
|
570
570
|
return { set(r6) {
|
|
571
|
-
const n6 =
|
|
572
|
-
|
|
573
|
-
}, init(
|
|
574
|
-
return void 0 !==
|
|
571
|
+
const n6 = e7.get.call(this);
|
|
572
|
+
e7.set.call(this, r6), this.requestUpdate(o8, n6, t5);
|
|
573
|
+
}, init(e8) {
|
|
574
|
+
return void 0 !== e8 && this.C(o8, void 0, t5, e8), e8;
|
|
575
575
|
} };
|
|
576
576
|
}
|
|
577
577
|
if ("setter" === n5) {
|
|
578
|
-
const { name:
|
|
578
|
+
const { name: o8 } = r5;
|
|
579
579
|
return function(r6) {
|
|
580
|
-
const n6 = this[
|
|
581
|
-
|
|
580
|
+
const n6 = this[o8];
|
|
581
|
+
e7.call(this, r6), this.requestUpdate(o8, n6, t5);
|
|
582
582
|
};
|
|
583
583
|
}
|
|
584
584
|
throw Error("Unsupported decorator location: " + n5);
|
|
585
585
|
};
|
|
586
|
-
function n4(
|
|
587
|
-
return (
|
|
588
|
-
const r5 =
|
|
589
|
-
return
|
|
590
|
-
})(
|
|
586
|
+
function n4(t5) {
|
|
587
|
+
return (e7, o8) => "object" == typeof o8 ? r4(t5, e7, o8) : ((t6, e8, o9) => {
|
|
588
|
+
const r5 = e8.hasOwnProperty(o9);
|
|
589
|
+
return e8.constructor.createProperty(o9, t6), r5 ? Object.getOwnPropertyDescriptor(e8, o9) : void 0;
|
|
590
|
+
})(t5, e7, o8);
|
|
591
591
|
}
|
|
592
592
|
|
|
593
|
+
// ../../node_modules/lit-html/directive.js
|
|
594
|
+
var t3 = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 };
|
|
595
|
+
var e5 = (t5) => (...e7) => ({ _$litDirective$: t5, values: e7 });
|
|
596
|
+
var i5 = class {
|
|
597
|
+
constructor(t5) {
|
|
598
|
+
}
|
|
599
|
+
get _$AU() {
|
|
600
|
+
return this._$AM._$AU;
|
|
601
|
+
}
|
|
602
|
+
_$AT(t5, e7, i6) {
|
|
603
|
+
this._$Ct = t5, this._$AM = e7, this._$Ci = i6;
|
|
604
|
+
}
|
|
605
|
+
_$AS(t5, e7) {
|
|
606
|
+
return this.update(t5, e7);
|
|
607
|
+
}
|
|
608
|
+
update(t5, e7) {
|
|
609
|
+
return this.render(...e7);
|
|
610
|
+
}
|
|
611
|
+
};
|
|
612
|
+
|
|
613
|
+
// ../../node_modules/lit-html/directives/unsafe-html.js
|
|
614
|
+
var e6 = class extends i5 {
|
|
615
|
+
constructor(i6) {
|
|
616
|
+
if (super(i6), this.it = E, i6.type !== t3.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
617
|
+
}
|
|
618
|
+
render(r5) {
|
|
619
|
+
if (r5 === E || null == r5) return this._t = void 0, this.it = r5;
|
|
620
|
+
if (r5 === T) return r5;
|
|
621
|
+
if ("string" != typeof r5) throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
622
|
+
if (r5 === this.it) return this._t;
|
|
623
|
+
this.it = r5;
|
|
624
|
+
const s4 = [r5];
|
|
625
|
+
return s4.raw = s4, this._t = { _$litType$: this.constructor.resultType, strings: s4, values: [] };
|
|
626
|
+
}
|
|
627
|
+
};
|
|
628
|
+
e6.directiveName = "unsafeHTML", e6.resultType = 1;
|
|
629
|
+
var o6 = e5(e6);
|
|
630
|
+
|
|
631
|
+
// ../../node_modules/lit-html/directives/unsafe-svg.js
|
|
632
|
+
var t4 = class extends e6 {
|
|
633
|
+
};
|
|
634
|
+
t4.directiveName = "unsafeSVG", t4.resultType = 2;
|
|
635
|
+
var o7 = e5(t4);
|
|
636
|
+
|
|
637
|
+
// node_modules/@triptease/icons/dist/src/icons/chevron-down.js
|
|
638
|
+
var chevronDown = `
|
|
639
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-chevron-down chevron-down"
|
|
640
|
+
viewBox="0 0 16 16" role="presentation">
|
|
641
|
+
<path fill-rule="evenodd"
|
|
642
|
+
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
|
|
643
|
+
stroke="currentColor"/>
|
|
644
|
+
</svg>`;
|
|
645
|
+
|
|
646
|
+
// node_modules/@triptease/icons/dist/src/icons/campaigns.js
|
|
647
|
+
var campaigns = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
648
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 11C13.75 9.47056 14.1646 8.11984 14.7956 7.17338C15.1658 6.61803 15.5905 6.22612 16.0341 5.99602L17.0795 5.75165C17.8298 5.78274 18.5916 6.25415 19.2044 7.17338C19.8354 8.11984 20.25 9.47056 20.25 11C20.25 12.5294 19.8354 13.8802 19.2044 14.8266C18.5916 15.7458 17.8298 16.2173 17.0794 16.2484L16.0341 16.004C15.5905 15.7739 15.1659 15.382 14.7956 14.8266C14.1646 13.8802 13.75 12.5294 13.75 11ZM12.25 11C12.25 9.3468 12.6627 7.80949 13.373 6.61808L5.48783 8.46138C4.46994 8.69932 3.75 9.60698 3.75 10.6523V11.3477C3.75 12.393 4.46994 13.3007 5.48783 13.5386L13.373 15.3819C12.6627 14.1905 12.25 12.6532 12.25 11ZM5.14639 7.00075L15.5263 4.57427C15.9817 4.36663 16.4756 4.25 17 4.25C18.4334 4.25 19.6392 5.12146 20.4525 6.34133C21.2692 7.56645 21.75 9.21573 21.75 11C21.75 12.7843 21.2692 14.4335 20.4525 15.6587C19.6392 16.8785 18.4334 17.75 17 17.75C16.4756 17.75 15.9817 17.6334 15.5263 17.4257L11.75 16.5429V17.5C11.75 19.2949 10.2949 20.75 8.5 20.75C6.70507 20.75 5.25 19.2949 5.25 17.5V15.0235L5.14639 14.9992C3.4499 14.6027 2.25 13.0899 2.25 11.3477V10.6523C2.25 8.91009 3.4499 7.39734 5.14639 7.00075ZM6.75 15.3741V17.5C6.75 18.4665 7.5335 19.25 8.5 19.25C9.4665 19.25 10.25 18.4665 10.25 17.5V16.1923L6.75 15.3741Z" />
|
|
649
|
+
</svg>`;
|
|
650
|
+
|
|
651
|
+
// node_modules/@triptease/icons/dist/src/icons/channels.js
|
|
652
|
+
var channels = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
653
|
+
<path d="M18 3C19.6569 3 21 4.34315 21 6C21 7.65685 19.6569 9 18 9C17.4435 9 16.9243 8.84513 16.4775 8.58105L15.3076 9.75098C15.7443 10.3919 16 11.166 16 12C16 12.8334 15.7437 13.6064 15.3076 14.2471L16.4775 15.417C16.9241 15.1532 17.4438 15 18 15C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 17.4438 15.1532 16.9241 15.417 16.4775L14.2471 15.3076C13.6064 15.7437 12.8334 16 12 16C11.166 16 10.3919 15.7443 9.75098 15.3076L8.58105 16.4775C8.84513 16.9243 9 17.4435 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15C6.55558 15 7.07429 15.1538 7.52051 15.417L8.69141 14.2471C8.2555 13.6065 8 12.8332 8 12C8 11.1665 8.25523 10.3927 8.69141 9.75195L7.52148 8.58203C7.07501 8.84569 6.55606 9 6 9C4.34315 9 3 7.65685 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6C9 6.55606 8.84569 7.07501 8.58203 7.52148L9.75195 8.69141C9.73784 8.70101 9.72394 8.71092 9.70996 8.7207C10.3587 8.26679 11.1481 8 12 8C12.833 8 13.6066 8.25472 14.2471 8.69043L15.417 7.52051C15.1538 7.07429 15 6.55558 15 6C15 4.34315 16.3431 3 18 3ZM6 16.5C5.17157 16.5 4.5 17.1716 4.5 18C4.5 18.8284 5.17157 19.5 6 19.5C6.82843 19.5 7.5 18.8284 7.5 18C7.5 17.1716 6.82843 16.5 6 16.5ZM18 16.5C17.1716 16.5 16.5 17.1716 16.5 18C16.5 18.8284 17.1716 19.5 18 19.5C18.8284 19.5 19.5 18.8284 19.5 18C19.5 17.1716 18.8284 16.5 18 16.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM6 4.5C5.17157 4.5 4.5 5.17157 4.5 6C4.5 6.82843 5.17157 7.5 6 7.5C6.82843 7.5 7.5 6.82843 7.5 6C7.5 5.17157 6.82843 4.5 6 4.5ZM18 4.5C17.1716 4.5 16.5 5.17157 16.5 6C16.5 6.82843 17.1716 7.5 18 7.5C18.8284 7.5 19.5 6.82843 19.5 6C19.5 5.17157 18.8284 4.5 18 4.5Z" />
|
|
654
|
+
</svg>`;
|
|
655
|
+
|
|
656
|
+
// node_modules/@triptease/icons/dist/src/icons/gear.js
|
|
657
|
+
var gear = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
658
|
+
<path d="M13.4678 2C13.9142 2.00002 14.307 2.2963 14.4297 2.72559L15.0049 4.74219L16.8398 3.72363C17.1813 3.53396 17.5973 3.56262 17.9072 3.78418L18.0332 3.89062L20.1084 5.9668C20.4241 6.2825 20.4932 6.76987 20.2764 7.16016L19.2568 8.99316L21.2744 9.57031C21.6502 9.67769 21.9239 9.9921 21.9863 10.3682L22 10.5322V13.4678C22 13.9142 21.7037 14.307 21.2744 14.4297L19.2568 15.0049L20.2764 16.8398C20.4661 17.1813 20.4374 17.5972 20.2158 17.9072L20.1094 18.0332L18.0332 20.1084C17.7175 20.4241 17.2301 20.4932 16.8398 20.2764L15.0049 19.2568L14.4297 21.2744C14.3223 21.6502 14.0079 21.9239 13.6318 21.9863L13.4678 22H10.5322C10.0858 22 9.69297 21.7037 9.57031 21.2744L8.99316 19.2568L7.16016 20.2764C6.81867 20.466 6.40275 20.4374 6.09277 20.2158L5.9668 20.1094L3.8916 18.0332C3.5759 17.7175 3.50683 17.2301 3.72363 16.8398L4.74219 15.0059L2.72559 14.4297C2.34982 14.3223 2.07606 14.0079 2.01367 13.6318L2 13.4678V10.5322C2.00005 10.0858 2.29632 9.69296 2.72559 9.57031L4.74219 8.99316L3.72363 7.16016C3.53394 6.81866 3.5626 6.40276 3.78418 6.09277L3.89062 5.9668L5.9668 3.8916C6.28251 3.57589 6.76986 3.5068 7.16016 3.72363L8.99316 4.74219L9.57031 2.72559C9.67768 2.34981 9.99209 2.07606 10.3682 2.01367L10.5322 2H13.4678ZM10.4014 5.27148C9.70554 5.47089 9.05368 5.77388 8.46484 6.16504L6.76074 5.21875L5.21777 6.76074L6.22363 8.57031L6.23242 8.56738C5.91398 9.13213 5.67275 9.74545 5.52051 10.3936L5.49023 10.3398L3.5 10.9092V13.0908L5.49121 13.6592L5.52051 13.6055C5.67256 14.2532 5.91338 14.8662 6.23145 15.4307L6.22363 15.4287L5.21875 17.2393L5.21777 17.2383V17.2393H5.21875L6.76074 18.7822L8.46484 17.834C9.05398 18.2254 9.7061 18.5281 10.4023 18.7275L10.9092 20.5H13.0908L13.5488 18.8916C14.3898 18.7443 15.1787 18.4482 15.8877 18.0293L17.2393 18.7812L18.7822 17.2393L18.085 15.9863C18.6037 15.2393 18.9814 14.3876 19.1777 13.4678L20.5 13.0908V10.9092L19.1777 10.5303C18.9812 9.61065 18.6038 8.75856 18.085 8.01172L18.7812 6.76074L17.2393 5.21777L15.8857 5.96875C15.1773 5.55053 14.389 5.25458 13.5488 5.10742L13.0908 3.5H10.9092L10.4014 5.27148ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z" />
|
|
659
|
+
<path d="M13.6328 2.01367C14.0085 2.07631 14.3224 2.35007 14.4297 2.72559L15.0049 4.74219L16.8398 3.72363C17.1813 3.53396 17.5973 3.56262 17.9072 3.78418L18.0332 3.89062L20.1084 5.9668L20.2158 6.09277C20.4372 6.40274 20.466 6.81875 20.2764 7.16016L19.2568 8.99316L21.2744 9.57031C21.6502 9.67769 21.9239 9.9921 21.9863 10.3682L22 10.5322V13.4678L21.9863 13.6328C21.9237 14.0085 21.6499 14.3224 21.2744 14.4297L19.2568 15.0049L20.2764 16.8398C20.4661 17.1813 20.4374 17.5972 20.2158 17.9072L20.1094 18.0332L18.0332 20.1084L17.9072 20.2158C17.5973 20.4372 17.1813 20.466 16.8398 20.2764L15.0049 19.2568L14.4297 21.2744C14.3223 21.6502 14.0079 21.9239 13.6318 21.9863L13.4678 22H10.5322L10.3672 21.9863C9.99146 21.9237 9.6776 21.6499 9.57031 21.2744L8.99316 19.2568L7.16016 20.2764C6.81867 20.466 6.40275 20.4374 6.09277 20.2158L5.9668 20.1094L3.8916 18.0332L3.78418 17.9072C3.56278 17.5973 3.53398 17.1812 3.72363 16.8398L4.74219 15.0059L2.72559 14.4297C2.34982 14.3223 2.07606 14.0079 2.01367 13.6318L2 13.4678V10.5322L2.01367 10.3672C2.07633 9.99149 2.35009 9.6776 2.72559 9.57031L4.74219 8.99316L3.72363 7.16016C3.53394 6.81866 3.5626 6.40276 3.78418 6.09277L3.89062 5.9668L5.9668 3.8916L6.09277 3.78418C6.40275 3.56277 6.81875 3.53396 7.16016 3.72363L8.99316 4.74219L9.57031 2.72559C9.67768 2.34981 9.99209 2.07606 10.3682 2.01367L10.5322 2H13.4678L13.6328 2.01367ZM10.4014 5.27148C9.70554 5.47089 9.05368 5.77388 8.46484 6.16504L6.76074 5.21875L5.21777 6.76074L6.22363 8.57031L6.23242 8.56738C5.91398 9.13213 5.67275 9.74545 5.52051 10.3936L5.49023 10.3398L3.5 10.9092V13.0908L5.49121 13.6592L5.52051 13.6055C5.67256 14.2532 5.91338 14.8662 6.23145 15.4307L6.22363 15.4287L5.21875 17.2393L5.21777 17.2383V17.2393H5.21875L6.76074 18.7822L8.46484 17.834C9.05398 18.2254 9.7061 18.5281 10.4023 18.7275L10.9092 20.5H13.0908L13.5488 18.8916C14.3898 18.7443 15.1787 18.4482 15.8877 18.0293L17.2393 18.7812L18.7822 17.2393L18.085 15.9863C18.6037 15.2393 18.9814 14.3876 19.1777 13.4678L20.5 13.0908V10.9092L19.1777 10.5303C18.9812 9.61065 18.6038 8.75856 18.085 8.01172L18.7812 6.76074L17.2393 5.21777L15.8857 5.96875C15.1773 5.55053 14.389 5.25458 13.5488 5.10742L13.0908 3.5H10.9092L10.4014 5.27148ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z" />
|
|
660
|
+
</svg>`;
|
|
661
|
+
|
|
662
|
+
// node_modules/@triptease/icons/dist/src/icons/graph.js
|
|
663
|
+
var graph = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
664
|
+
<path d="M18.1543 3.00391C19.7394 3.08421 21 4.39489 21 6V18L20.9961 18.1543C20.9184 19.6883 19.6883 20.9184 18.1543 20.9961L18 21H6C4.39489 21 3.08421 19.7394 3.00391 18.1543L3 18V6C3 4.34315 4.34315 3 6 3H18L18.1543 3.00391ZM6 4.5C5.17157 4.5 4.5 5.17157 4.5 6V18C4.5 18.8284 5.17157 19.5 6 19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V6C19.5 5.17157 18.8284 4.5 18 4.5H6ZM8 9C8.41421 9 8.75 9.33579 8.75 9.75V16.25C8.75 16.6642 8.41421 17 8 17C7.58579 17 7.25 16.6642 7.25 16.25V9.75C7.25 9.33579 7.58579 9 8 9ZM12 12C12.4142 12 12.75 12.3358 12.75 12.75V16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25V12.75C11.25 12.3358 11.5858 12 12 12ZM16 9C16.4142 9 16.75 9.33579 16.75 9.75V16.25C16.75 16.6642 16.4142 17 16 17C15.5858 17 15.25 16.6642 15.25 16.25V9.75C15.25 9.33579 15.5858 9 16 9Z" />
|
|
665
|
+
</svg>`;
|
|
666
|
+
|
|
667
|
+
// node_modules/@triptease/icons/dist/src/icons/home.js
|
|
668
|
+
var home = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
669
|
+
<path d="M10.7725 3.95499C11.4946 3.39358 12.5054 3.39358 13.2275 3.95499L20.2275 9.39936C20.7146 9.77822 20.9999 10.3614 21 10.9785V18C21 19.6051 19.7394 20.9158 18.1543 20.9961L18 21H6C4.39489 21 3.08421 19.7394 3.00391 18.1543L3 18V10.9785C3.00007 10.4386 3.21792 9.92445 3.59863 9.55073L3.77246 9.39936L10.7725 3.95499ZM12.3066 5.13859C12.1263 4.99869 11.8737 4.99869 11.6934 5.13859L4.69336 10.583C4.57163 10.6776 4.50008 10.8243 4.5 10.9785V18C4.5 18.8284 5.17157 19.5 6 19.5H8V16C8.00014 14.3432 9.34323 13 11 13H13C14.6568 13 15.9999 14.3432 16 16V19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V10.9785C19.4999 10.8243 19.4284 10.6776 19.3066 10.583L12.3066 5.13859ZM11 14.5C10.1717 14.5 9.50014 15.1717 9.5 16V19.5H14.5V16C14.4999 15.1717 13.8283 14.5 13 14.5H11Z" />
|
|
670
|
+
</svg>`;
|
|
671
|
+
|
|
672
|
+
// node_modules/@triptease/icons/dist/src/icons/user.js
|
|
673
|
+
var user = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
674
|
+
<path d="M12 2C17.5228 2 22 6.47715 22 12C22 15.2098 20.4857 18.0638 18.1348 19.8936C18.0344 20.055 17.8763 20.1738 17.6875 20.2227C16.0725 21.3418 14.1137 22 12 22C9.88604 22 7.92664 21.3421 6.31152 20.2227C6.12294 20.1736 5.96441 20.055 5.86426 19.8936C3.51367 18.0638 2 15.2095 2 12C2 6.47715 6.47715 2 12 2ZM11.25 15.5C9.1884 15.5 7.49093 17.0597 7.27344 19.0635C8.62515 19.9698 10.2503 20.5 12 20.5C13.7494 20.5 15.374 19.9695 16.7256 19.0635C16.508 17.0598 14.8116 15.5 12.75 15.5H11.25ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 14.3333 4.44073 16.4464 5.96289 17.9824C6.62169 15.683 8.73895 14 11.25 14H12.75C15.2609 14 17.3772 15.6832 18.0361 17.9824C19.5586 16.4464 20.5 14.3335 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 5.25C14.0711 5.25 15.75 6.92893 15.75 9C15.75 11.0711 14.0711 12.75 12 12.75C9.92893 12.75 8.25 11.0711 8.25 9C8.25 6.92893 9.92893 5.25 12 5.25ZM12 6.75C10.7574 6.75 9.75 7.75736 9.75 9C9.75 10.2426 10.7574 11.25 12 11.25C13.2426 11.25 14.25 10.2426 14.25 9C14.25 7.75736 13.2426 6.75 12 6.75Z" />
|
|
675
|
+
</svg>`;
|
|
676
|
+
|
|
677
|
+
// node_modules/@triptease/icons/dist/src/icons/wallet.js
|
|
678
|
+
var wallet = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
679
|
+
<path d="M14.2275 3.02681C16.5581 2.53634 18.7497 4.3152 18.75 6.69674V7.09518C20.0437 7.42823 20.9998 8.60187 21 9.99948V16.9995C21 18.6046 19.7394 19.9153 18.1543 19.9956L18 19.9995H6C4.39489 19.9995 3.08421 18.7389 3.00391 17.1538L3 16.9995V8.43405C3.00022 6.66092 4.2424 5.12941 5.97754 4.76412L14.2275 3.02681ZM6 8.49948C5.17173 8.49948 4.50026 9.17127 4.5 9.99948V16.9995C4.5 17.8279 5.17157 18.4995 6 18.4995H18C18.8284 18.4995 19.5 17.8279 19.5 16.9995V9.99948C19.4997 9.17127 18.8283 8.49948 18 8.49948H6ZM16.5 11.9995C17.3283 11.9995 17.9997 12.6713 18 13.4995C18 14.3279 17.3284 14.9995 16.5 14.9995C15.6716 14.9995 15 14.3279 15 13.4995C15.0003 12.6713 15.6717 11.9995 16.5 11.9995ZM17.25 6.69674C17.2497 5.26791 15.9344 4.20028 14.5361 4.49459L6.28613 6.2319C5.67607 6.36042 5.16896 6.73055 4.85254 7.22799C5.20609 7.08147 5.59347 6.99948 6 6.99948H17.25V6.69674Z" />
|
|
680
|
+
</svg>`;
|
|
681
|
+
|
|
593
682
|
// src/styles.ts
|
|
594
683
|
var styles = i`
|
|
595
684
|
:host {
|
|
685
|
+
--nav-bar-width: 260px;
|
|
686
|
+
|
|
596
687
|
display: block;
|
|
597
688
|
height: 100vh;
|
|
598
|
-
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
* {
|
|
692
|
+
box-sizing: border-box;
|
|
599
693
|
}
|
|
600
694
|
|
|
601
695
|
nav {
|
|
696
|
+
max-width: var(--nav-bar-width);
|
|
697
|
+
width: var(--nav-bar-width);
|
|
698
|
+
min-height: 100vh;
|
|
699
|
+
height: max-content;
|
|
602
700
|
display: flex;
|
|
701
|
+
align-items: start;
|
|
702
|
+
gap: var(--space-scale-3-5);
|
|
603
703
|
flex-direction: column;
|
|
704
|
+
background-color: var(--color-surface-inverted-100);
|
|
705
|
+
color: var(--color-text-inverted-400);
|
|
706
|
+
padding-top: var(--space-scale-2);
|
|
707
|
+
padding-bottom: var(--space-scale-2);
|
|
708
|
+
z-index: 1;
|
|
709
|
+
|
|
710
|
+
.nav-items {
|
|
711
|
+
display: flex;
|
|
712
|
+
flex-direction: column;
|
|
713
|
+
padding: 0 var(--space-scale-1);
|
|
714
|
+
width: 100%;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
hr {
|
|
718
|
+
width: 100%;
|
|
719
|
+
height: 1px;
|
|
720
|
+
background-color: var(--color-surface-inverted-200);
|
|
721
|
+
border: none;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
#tertiary-nav {
|
|
725
|
+
display: flex;
|
|
726
|
+
flex-direction: column;
|
|
727
|
+
margin-top: auto;
|
|
728
|
+
gap: var(--space-scale-2);
|
|
729
|
+
width: 100%;
|
|
730
|
+
|
|
731
|
+
.external-link {
|
|
732
|
+
font-size: var(--font-size-100);
|
|
733
|
+
line-height: var(--font-line-height-100);
|
|
734
|
+
|
|
735
|
+
.icon {
|
|
736
|
+
width: var(--space-scale-2);
|
|
737
|
+
height: var(--space-scale-2);
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.icon {
|
|
743
|
+
display: flex;
|
|
744
|
+
align-items: center;
|
|
745
|
+
width: var(--space-scale-3);
|
|
746
|
+
height: var(--space-scale-3);
|
|
747
|
+
color: var(--nav-item-color);
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.nav-item {
|
|
751
|
+
display: flex;
|
|
752
|
+
font-size: var(--font-size-100);
|
|
753
|
+
line-height: var(--font-line-height-100);
|
|
754
|
+
gap: var(--space-scale-1-5);
|
|
755
|
+
border-radius: var(--border-radius-100);
|
|
756
|
+
color: var(--nav-item-color);
|
|
757
|
+
align-items: center;
|
|
758
|
+
padding: var(--space-scale-1);
|
|
759
|
+
width: 100%;
|
|
760
|
+
text-decoration: none;
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
details {
|
|
765
|
+
border-radius: var(--border-radius-100);
|
|
766
|
+
|
|
767
|
+
summary {
|
|
768
|
+
font-size: var(--font-size-100);
|
|
769
|
+
line-height: var(--font-line-height-100);
|
|
770
|
+
position: relative;
|
|
771
|
+
display: flex;
|
|
772
|
+
align-items: baseline;
|
|
773
|
+
|
|
774
|
+
&::marker {
|
|
775
|
+
content: '';
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.chevron > svg {
|
|
780
|
+
margin-left: auto;
|
|
781
|
+
margin-right: var(--space-scale-1);
|
|
782
|
+
width: var(--space-scale-2);
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
&[open] .chevron > svg {
|
|
786
|
+
transform: rotate(180deg);
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.dropdown-items {
|
|
790
|
+
display: flex;
|
|
791
|
+
flex-direction: column;
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
details > summary {
|
|
796
|
+
display: flex;
|
|
797
|
+
gap: var(--space-scale-1-5);
|
|
798
|
+
padding: var(--space-scale-1);
|
|
799
|
+
border-radius: var(--border-radius-100);
|
|
800
|
+
color: var(--nav-item-color);
|
|
801
|
+
align-items: center;
|
|
802
|
+
|
|
803
|
+
a {
|
|
804
|
+
color: var(--nav-item-color);
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
&:hover,
|
|
808
|
+
&:focus-visible {
|
|
809
|
+
background-color: var(--color-surface-inverted-200);
|
|
810
|
+
border-radius: var(--border-radius-100);
|
|
811
|
+
text-decoration: none;
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.sub-nav-item {
|
|
816
|
+
padding-left: 44px;
|
|
817
|
+
padding-top: 10px;
|
|
818
|
+
padding-bottom: 10px;
|
|
819
|
+
color: var(--color-text-inverted-400);
|
|
820
|
+
font-size: var(--font-size-100);
|
|
821
|
+
line-height: var(--font-line-height-100);
|
|
822
|
+
text-decoration: none;
|
|
823
|
+
|
|
824
|
+
button {
|
|
825
|
+
color: var(--color-text-inverted-400);
|
|
826
|
+
padding: 0;
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.sub-nav-item:hover,
|
|
831
|
+
.sub-nav-item:focus-visible,
|
|
832
|
+
.nav-item:hover,
|
|
833
|
+
.nav-item:focus-visible {
|
|
834
|
+
background-color: var(--color-surface-inverted-200);
|
|
835
|
+
border-radius: var(--border-radius-100);
|
|
836
|
+
text-decoration: none;
|
|
837
|
+
color: var(--color-text-inverted-400);
|
|
838
|
+
|
|
839
|
+
.icon {
|
|
840
|
+
color: var(--color-text-inverted-400);
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.current-page {
|
|
845
|
+
--nav-item-color: var(--color-primary-400);
|
|
846
|
+
border-radius: var(--border-radius-100);
|
|
847
|
+
background-color: var(--color-primary-100);
|
|
848
|
+
color: var(--nav-item-color);
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.link-page {
|
|
852
|
+
display: flex;
|
|
853
|
+
position: absolute;
|
|
854
|
+
overflow: auto;
|
|
855
|
+
flex-direction: column;
|
|
856
|
+
gap: var(--space-scale-4);
|
|
857
|
+
padding: var(--space-scale-5);
|
|
858
|
+
left: var(--nav-bar-width);
|
|
859
|
+
background-color: var(--color-surface-200);
|
|
860
|
+
width: calc(100% - var(--nav-bar-width));
|
|
604
861
|
height: 100%;
|
|
862
|
+
transition-property: left, visibility;
|
|
863
|
+
transition-duration: 700ms, 400ms;
|
|
864
|
+
transition-timing-function: ease-out, ease-in;
|
|
865
|
+
|
|
866
|
+
&.hidden {
|
|
867
|
+
left: -100%;
|
|
868
|
+
visibility: hidden;
|
|
869
|
+
}
|
|
605
870
|
}
|
|
606
871
|
|
|
607
|
-
|
|
872
|
+
.link-page > .section {
|
|
608
873
|
display: flex;
|
|
609
874
|
flex-direction: column;
|
|
875
|
+
gap: var(--space-scale-2);
|
|
610
876
|
}
|
|
611
877
|
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
878
|
+
.section > .links-container {
|
|
879
|
+
display: grid;
|
|
880
|
+
grid-template-columns: repeat(3, 1fr);
|
|
881
|
+
gap: var(--space-scale-3);
|
|
882
|
+
overflow-y: auto;
|
|
883
|
+
height: 100%;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.visually-hidden {
|
|
887
|
+
position: absolute;
|
|
888
|
+
width: 1px;
|
|
615
889
|
height: 1px;
|
|
616
|
-
|
|
890
|
+
margin: -1px;
|
|
891
|
+
padding: 0;
|
|
892
|
+
border: 0;
|
|
893
|
+
overflow: hidden;
|
|
894
|
+
clip: rect(0 0 0 0);
|
|
895
|
+
clip-path: inset(50%);
|
|
896
|
+
white-space: nowrap;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.tooltip {
|
|
900
|
+
position: absolute;
|
|
901
|
+
display: flex;
|
|
902
|
+
white-space: nowrap;
|
|
903
|
+
align-items: center;
|
|
904
|
+
gap: var(--space-scale-1);
|
|
905
|
+
color: black;
|
|
906
|
+
background-color: var(--color-surface-600);
|
|
907
|
+
padding: var(--space-scale-1);
|
|
908
|
+
z-index: 1000;
|
|
909
|
+
border-radius: var(--border-radius-50);
|
|
910
|
+
font-weight: var(--font-weight-medium);
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.auth-container {
|
|
914
|
+
display: flex;
|
|
915
|
+
align-items: center;
|
|
916
|
+
justify-content: center;
|
|
917
|
+
min-height: 100vh;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.error-container {
|
|
921
|
+
padding: 4rem 1rem 1rem;
|
|
922
|
+
max-width: 1280px;
|
|
923
|
+
margin-left: auto;
|
|
924
|
+
margin-right: auto;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.error-stack {
|
|
928
|
+
width: 100%;
|
|
929
|
+
padding: 1rem;
|
|
930
|
+
overflow-x: auto;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.fullscreen-iframe {
|
|
934
|
+
width: 100%;
|
|
935
|
+
height: 100vh;
|
|
936
|
+
border: 0;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.nav-toggle-button {
|
|
940
|
+
position: relative;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
.nav-toggle-tooltip {
|
|
944
|
+
left: 100%;
|
|
945
|
+
top: 100%;
|
|
946
|
+
visibility: hidden;
|
|
947
|
+
opacity: 0;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.nav-toggle-button:hover .nav-toggle-tooltip {
|
|
951
|
+
visibility: visible;
|
|
952
|
+
opacity: 1;
|
|
617
953
|
}
|
|
618
954
|
`;
|
|
619
955
|
|
|
@@ -627,89 +963,129 @@ var TtNavbar = class extends i4 {
|
|
|
627
963
|
if (!this.baseUrl) return formattedPath;
|
|
628
964
|
return new URL(formattedPath, this.baseUrl).toString();
|
|
629
965
|
};
|
|
630
|
-
this.onAnchorClick = (
|
|
966
|
+
this.onAnchorClick = (e7) => {
|
|
631
967
|
if (this.navigate) {
|
|
632
|
-
this.navigate(
|
|
968
|
+
this.navigate(e7);
|
|
633
969
|
}
|
|
634
970
|
};
|
|
635
971
|
}
|
|
636
972
|
render() {
|
|
637
973
|
return x`
|
|
638
974
|
<nav id=${this.id}>
|
|
639
|
-
<
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
<
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
975
|
+
<div class="nav-items">
|
|
976
|
+
<a
|
|
977
|
+
class="nav-item"
|
|
978
|
+
href=${this.buildUrl("/")}
|
|
979
|
+
@click=${this.onAnchorClick}
|
|
980
|
+
>${o7(home)}Dashboard</a
|
|
981
|
+
>
|
|
982
|
+
<a class="nav-item" href="https://app.campaign-manager.triptease.io"
|
|
983
|
+
>${o7(campaigns)}Campaigns</a
|
|
984
|
+
>
|
|
985
|
+
<a
|
|
986
|
+
class="nav-item"
|
|
987
|
+
href=${this.buildUrl("/channels")}
|
|
988
|
+
@click=${this.onAnchorClick}
|
|
989
|
+
>${o7(channels)}Channels</a
|
|
990
|
+
>
|
|
991
|
+
<details>
|
|
992
|
+
<summary>
|
|
993
|
+
${o7(graph)}
|
|
994
|
+
<span>Market Insights</span>
|
|
995
|
+
<span class="icon chevron"> ${o7(chevronDown)}</span>
|
|
996
|
+
</summary>
|
|
997
|
+
<div class="dropdown-items">
|
|
998
|
+
<a
|
|
999
|
+
class="sub-nav-item"
|
|
1000
|
+
href=${this.buildUrl("/parity/$CLIENT_KEY")}
|
|
1001
|
+
@click=${this.onAnchorClick}
|
|
650
1002
|
>Parity</a
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
1003
|
+
>
|
|
1004
|
+
<a
|
|
1005
|
+
class="sub-nav-item"
|
|
1006
|
+
href=${this.buildUrl("/guest-insights/$CLIENT_KEY")}
|
|
1007
|
+
@click=${this.onAnchorClick}
|
|
655
1008
|
>Guest insights</a
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
1009
|
+
>
|
|
1010
|
+
</div>
|
|
1011
|
+
</details>
|
|
1012
|
+
<details>
|
|
1013
|
+
<summary>
|
|
1014
|
+
${o7(gear)}
|
|
1015
|
+
<span>Settings</span>
|
|
1016
|
+
<span class="icon chevron"> ${o7(chevronDown)}</span>
|
|
1017
|
+
</summary>
|
|
1018
|
+
<div class="dropdown-items">
|
|
1019
|
+
<a
|
|
1020
|
+
class="sub-nav-item"
|
|
1021
|
+
href=${this.buildUrl("/$CLIENT_KEY/guest-behavioural-data")}
|
|
1022
|
+
@click=${this.onAnchorClick}
|
|
665
1023
|
>Email setup</a
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
1024
|
+
>
|
|
1025
|
+
<a
|
|
1026
|
+
class="sub-nav-item"
|
|
1027
|
+
href=${this.buildUrl("/$CLIENT_KEY/crm-config")}
|
|
1028
|
+
@click=${this.onAnchorClick}
|
|
670
1029
|
>CRM connectivity</a
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
1030
|
+
>
|
|
1031
|
+
<a
|
|
1032
|
+
class="sub-nav-item"
|
|
1033
|
+
href=${this.buildUrl("/settings/group")}
|
|
1034
|
+
@click=${this.onAnchorClick}
|
|
675
1035
|
>Group settings</a
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
1036
|
+
>
|
|
1037
|
+
<a
|
|
1038
|
+
class="sub-nav-item"
|
|
1039
|
+
href=${this.buildUrl("/settings/$CLIENT_KEY/hotels/")}
|
|
1040
|
+
@click=${this.onAnchorClick}
|
|
680
1041
|
>Property settings</a
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
1042
|
+
>
|
|
1043
|
+
</div>
|
|
1044
|
+
</details>
|
|
1045
|
+
<hr />
|
|
1046
|
+
<details>
|
|
1047
|
+
<summary>
|
|
1048
|
+
${o7(user)}
|
|
1049
|
+
<span>Account</span>
|
|
1050
|
+
<span class="icon chevron"> ${o7(chevronDown)}</span>
|
|
1051
|
+
</summary>
|
|
1052
|
+
<div class="dropdown-items">
|
|
1053
|
+
<a
|
|
1054
|
+
class="sub-nav-item"
|
|
1055
|
+
href=${this.buildUrl("/account")}
|
|
1056
|
+
@click=${this.onAnchorClick}
|
|
689
1057
|
>User settings</a
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
1058
|
+
>
|
|
1059
|
+
<a
|
|
1060
|
+
class="sub-nav-item"
|
|
1061
|
+
href=${this.buildUrl("/account/team/$CLIENT_KEY")}
|
|
1062
|
+
@click=${this.onAnchorClick}
|
|
694
1063
|
>Team and permissions</a
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
1064
|
+
>
|
|
1065
|
+
</div>
|
|
1066
|
+
</details>
|
|
1067
|
+
<details class="dropdown-items">
|
|
1068
|
+
<summary>
|
|
1069
|
+
${o7(wallet)}
|
|
1070
|
+
<span>Billing</span>
|
|
1071
|
+
<span class="icon chevron"> ${o7(chevronDown)}</span>
|
|
1072
|
+
</summary>
|
|
1073
|
+
<div>
|
|
1074
|
+
<a
|
|
1075
|
+
class="sub-nav-item"
|
|
1076
|
+
href=${this.buildUrl("/account/billing-management/$CLIENT_KEY")}
|
|
1077
|
+
@click=${this.onAnchorClick}
|
|
704
1078
|
>Booking reconciliation</a
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
1079
|
+
>
|
|
1080
|
+
<a
|
|
1081
|
+
class="sub-nav-item"
|
|
1082
|
+
href=${this.buildUrl("/subscriptions/$CLIENT_KEY")}
|
|
1083
|
+
@click=${this.onAnchorClick}
|
|
709
1084
|
>Subscriptions</a
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
1085
|
+
>
|
|
1086
|
+
</div>
|
|
1087
|
+
</details>
|
|
1088
|
+
</div>
|
|
713
1089
|
<slot name="clientSelector"></slot>
|
|
714
1090
|
</nav>
|
|
715
1091
|
`;
|
|
@@ -834,5 +1210,26 @@ lit-html/is-server.js:
|
|
|
834
1210
|
* Copyright 2017 Google LLC
|
|
835
1211
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
836
1212
|
*)
|
|
1213
|
+
|
|
1214
|
+
lit-html/directive.js:
|
|
1215
|
+
(**
|
|
1216
|
+
* @license
|
|
1217
|
+
* Copyright 2017 Google LLC
|
|
1218
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1219
|
+
*)
|
|
1220
|
+
|
|
1221
|
+
lit-html/directives/unsafe-html.js:
|
|
1222
|
+
(**
|
|
1223
|
+
* @license
|
|
1224
|
+
* Copyright 2017 Google LLC
|
|
1225
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1226
|
+
*)
|
|
1227
|
+
|
|
1228
|
+
lit-html/directives/unsafe-svg.js:
|
|
1229
|
+
(**
|
|
1230
|
+
* @license
|
|
1231
|
+
* Copyright 2017 Google LLC
|
|
1232
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
1233
|
+
*)
|
|
837
1234
|
*/
|
|
838
1235
|
//# sourceMappingURL=TtNavbar.js.map
|