@oddsmith/ui 1.0.1 → 1.0.2

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.
Files changed (109) hide show
  1. package/dist/components/os-leaderboard-casino/assets/fallback/config.json +1 -1
  2. package/dist/components/os-leaderboard-casino/assets/fallback/defaults/glam-sections.json +4 -4
  3. package/dist/components/os-leaderboard-casino/assets/fallback/labels.json +1 -1
  4. package/dist/components/os-leaderboard-casino/assets/fallback/labels.json.js +7 -7
  5. package/dist/components/os-leaderboard-casino/assets/fallback/manifest.json +1 -1
  6. package/dist/components/os-leaderboard-casino/assets/fallback/presets.json +1 -1
  7. package/dist/components/os-leaderboard-casino/assets/fallback/presets.json.js +1 -1
  8. package/dist/components/os-leaderboard-casino/assets/fallback/resolved-presets.json +8 -6
  9. package/dist/components/os-leaderboard-casino/assets/fallback/resolved-presets.json.js +1 -1
  10. package/dist/components/os-leaderboard-casino/assets/fallback/themes.json +3 -4
  11. package/dist/components/os-leaderboard-casino/assets/fallback/themes.json.js +3 -4
  12. package/dist/components/os-leaderboard-casino/assets/fallback/themes.json.js.map +1 -1
  13. package/dist/components/os-leaderboard-casino/container/os-leaderboard-casino.html.js +5 -3
  14. package/dist/components/os-leaderboard-casino/container/os-leaderboard-casino.html.js.map +1 -1
  15. package/dist/components/os-leaderboard-casino/container/os-leaderboard-casino.js +7 -5
  16. package/dist/components/os-leaderboard-casino/container/os-leaderboard-casino.js.map +1 -1
  17. package/dist/components/os-leaderboard-casino/container/os-leaderboard-casino.scss.js +1 -1
  18. package/dist/components/os-leaderboard-casino/integration/assets-context.d.ts +1 -1
  19. package/dist/components/os-leaderboard-casino/integration/assets-context.js +40 -35
  20. package/dist/components/os-leaderboard-casino/integration/assets-context.js.map +1 -1
  21. package/dist/components/os-leaderboard-casino/integration/resolve-input.js +31 -27
  22. package/dist/components/os-leaderboard-casino/integration/resolve-input.js.map +1 -1
  23. package/dist/components/os-leaderboard-casino/sections/climb-section/climb-section.d.ts +0 -1
  24. package/dist/components/os-leaderboard-casino/sections/climb-section/climb-section.host.d.ts +0 -1
  25. package/dist/components/os-leaderboard-casino/sections/climb-section/climb-section.html.js +7 -5
  26. package/dist/components/os-leaderboard-casino/sections/climb-section/climb-section.html.js.map +1 -1
  27. package/dist/components/os-leaderboard-casino/sections/climb-section/climb-section.js +33 -38
  28. package/dist/components/os-leaderboard-casino/sections/climb-section/climb-section.js.map +1 -1
  29. package/dist/components/os-leaderboard-casino/sections/events-banner/components/event-icons.js +7 -5
  30. package/dist/components/os-leaderboard-casino/sections/events-banner/components/event-icons.js.map +1 -1
  31. package/dist/components/os-leaderboard-casino/sections/events-banner/events-banner.js +26 -23
  32. package/dist/components/os-leaderboard-casino/sections/events-banner/events-banner.js.map +1 -1
  33. package/dist/components/os-leaderboard-casino/sections/footer-section/footer-section.html.js +7 -5
  34. package/dist/components/os-leaderboard-casino/sections/footer-section/footer-section.html.js.map +1 -1
  35. package/dist/components/os-leaderboard-casino/sections/footer-section/footer-section.js +11 -9
  36. package/dist/components/os-leaderboard-casino/sections/footer-section/footer-section.js.map +1 -1
  37. package/dist/components/os-leaderboard-casino/sections/games-section/games-section.html.js +5 -3
  38. package/dist/components/os-leaderboard-casino/sections/games-section/games-section.html.js.map +1 -1
  39. package/dist/components/os-leaderboard-casino/sections/games-section/games-section.js +15 -13
  40. package/dist/components/os-leaderboard-casino/sections/games-section/games-section.js.map +1 -1
  41. package/dist/components/os-leaderboard-casino/sections/hero-section/hero-section.html.js +6 -4
  42. package/dist/components/os-leaderboard-casino/sections/hero-section/hero-section.html.js.map +1 -1
  43. package/dist/components/os-leaderboard-casino/sections/hero-section/hero-section.js +6 -3
  44. package/dist/components/os-leaderboard-casino/sections/hero-section/hero-section.js.map +1 -1
  45. package/dist/components/os-leaderboard-casino/sections/legals-section/legals-section.html.js +5 -3
  46. package/dist/components/os-leaderboard-casino/sections/legals-section/legals-section.html.js.map +1 -1
  47. package/dist/components/os-leaderboard-casino/sections/legals-section/legals-section.js +10 -6
  48. package/dist/components/os-leaderboard-casino/sections/legals-section/legals-section.js.map +1 -1
  49. package/dist/components/os-leaderboard-casino/sections/marquee-section/marquee-section.html.js +5 -3
  50. package/dist/components/os-leaderboard-casino/sections/marquee-section/marquee-section.html.js.map +1 -1
  51. package/dist/components/os-leaderboard-casino/sections/marquee-section/marquee-section.js +26 -23
  52. package/dist/components/os-leaderboard-casino/sections/marquee-section/marquee-section.js.map +1 -1
  53. package/dist/components/os-leaderboard-casino/sections/prize-section/components/medal-coin/medal-coin.js +10 -8
  54. package/dist/components/os-leaderboard-casino/sections/prize-section/components/medal-coin/medal-coin.js.map +1 -1
  55. package/dist/components/os-leaderboard-casino/sections/prize-section/prize-section.html.js +5 -3
  56. package/dist/components/os-leaderboard-casino/sections/prize-section/prize-section.html.js.map +1 -1
  57. package/dist/components/os-leaderboard-casino/sections/prize-section/prize-section.js +4 -2
  58. package/dist/components/os-leaderboard-casino/sections/prize-section/prize-section.js.map +1 -1
  59. package/dist/components/os-leaderboard-casino/sections/stats-section/components/stat-rail/stat-rail.js +17 -15
  60. package/dist/components/os-leaderboard-casino/sections/stats-section/components/stat-rail/stat-rail.js.map +1 -1
  61. package/dist/components/os-leaderboard-casino/sections/stats-section/stats-section.html.js +5 -3
  62. package/dist/components/os-leaderboard-casino/sections/stats-section/stats-section.html.js.map +1 -1
  63. package/dist/components/os-leaderboard-casino/sections/stats-section/stats-section.js +15 -13
  64. package/dist/components/os-leaderboard-casino/sections/stats-section/stats-section.js.map +1 -1
  65. package/dist/components/os-leaderboard-casino/sections/table-section/table-section.html.js +5 -3
  66. package/dist/components/os-leaderboard-casino/sections/table-section/table-section.html.js.map +1 -1
  67. package/dist/components/os-leaderboard-casino/sections/table-section/table-section.js +16 -14
  68. package/dist/components/os-leaderboard-casino/sections/table-section/table-section.js.map +1 -1
  69. package/dist/components/os-leaderboard-casino/services/icon.service.js +10 -8
  70. package/dist/components/os-leaderboard-casino/services/icon.service.js.map +1 -1
  71. package/dist/components/os-leaderboard-casino/theme/background.d.ts +4 -0
  72. package/dist/components/os-leaderboard-casino/theme/background.js +22 -0
  73. package/dist/components/os-leaderboard-casino/theme/background.js.map +1 -0
  74. package/dist/components/os-leaderboard-casino/theme/styles.js +3 -3
  75. package/dist/components/os-leaderboard-casino/theme/styles.js.map +1 -1
  76. package/dist/components/os-leaderboard-casino/theme/vip-mark.js +11 -9
  77. package/dist/components/os-leaderboard-casino/theme/vip-mark.js.map +1 -1
  78. package/dist/components/os-leaderboard-casino/types/assets.d.ts +2 -0
  79. package/dist/components/os-leaderboard-casino/types/input.d.ts +7 -1
  80. package/dist/shared/lib/lit/scss.js +4 -4
  81. package/dist/shared/vendor/lit-element-lit-element.js +45 -0
  82. package/dist/shared/vendor/lit-element-lit-element.js.map +1 -0
  83. package/dist/shared/vendor/lit-html-directive-helpers.js +32 -0
  84. package/dist/shared/vendor/lit-html-directive-helpers.js.map +1 -0
  85. package/dist/shared/vendor/lit-html-directive.js +23 -0
  86. package/dist/shared/vendor/lit-html-directive.js.map +1 -0
  87. package/dist/shared/vendor/lit-html-keyed.js +18 -0
  88. package/dist/shared/vendor/lit-html-keyed.js.map +1 -0
  89. package/dist/shared/vendor/lit-html-lit-html.js +234 -0
  90. package/dist/shared/vendor/lit-html-lit-html.js.map +1 -0
  91. package/dist/shared/vendor/lit-html-repeat.js +57 -0
  92. package/dist/shared/vendor/lit-html-repeat.js.map +1 -0
  93. package/dist/shared/vendor/lit-html-unsafe-html.js +21 -0
  94. package/dist/shared/vendor/lit-html-unsafe-html.js.map +1 -0
  95. package/dist/shared/vendor/lit-html-unsafe-svg.js +10 -0
  96. package/dist/shared/vendor/lit-html-unsafe-svg.js.map +1 -0
  97. package/dist/shared/vendor/lit-reactive-element-base.js +5 -0
  98. package/dist/shared/vendor/lit-reactive-element-base.js.map +1 -0
  99. package/dist/shared/vendor/lit-reactive-element-css-tag.js +46 -0
  100. package/dist/shared/vendor/lit-reactive-element-css-tag.js.map +1 -0
  101. package/dist/shared/vendor/lit-reactive-element-property.js +33 -0
  102. package/dist/shared/vendor/lit-reactive-element-property.js.map +1 -0
  103. package/dist/shared/vendor/lit-reactive-element-query.js +13 -0
  104. package/dist/shared/vendor/lit-reactive-element-query.js.map +1 -0
  105. package/dist/shared/vendor/lit-reactive-element-reactive-element.js +226 -0
  106. package/dist/shared/vendor/lit-reactive-element-reactive-element.js.map +1 -0
  107. package/dist/shared/vendor/lit-reactive-element-state.js +8 -0
  108. package/dist/shared/vendor/lit-reactive-element-state.js.map +1 -0
  109. package/package.json +3 -1
@@ -0,0 +1,234 @@
1
+ const x = globalThis, E = (o) => o, M = x.trustedTypes, B = M ? M.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, j = "$lit$", p = `lit$${Math.random().toFixed(9).slice(2)}$`, W = "?" + p, z = `<${W}>`, f = document, H = () => f.createComment(""), N = (o) => o === null || typeof o != "object" && typeof o != "function", S = Array.isArray, Z = (o) => S(o) || typeof o?.[Symbol.iterator] == "function", I = `[
2
+ \f\r]`, y = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, P = /-->/g, R = />/g, u = RegExp(`>|${I}(?:([^\\s"'>=/]+)(${I}*=${I}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), U = /'/g, L = /"/g, D = /^(?:script|style|textarea|title)$/i, V = (o) => (t, ...e) => ({ _$litType$: o, strings: t, values: e }), Y = V(1), tt = V(2), b = /* @__PURE__ */ Symbol.for("lit-noChange"), a = /* @__PURE__ */ Symbol.for("lit-nothing"), O = /* @__PURE__ */ new WeakMap(), g = f.createTreeWalker(f, 129);
4
+ function k(o, t) {
5
+ if (!S(o) || !o.hasOwnProperty("raw")) throw Error("invalid template strings array");
6
+ return B !== void 0 ? B.createHTML(t) : t;
7
+ }
8
+ const F = (o, t) => {
9
+ const e = o.length - 1, s = [];
10
+ let i, n = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", r = y;
11
+ for (let _ = 0; _ < e; _++) {
12
+ const h = o[_];
13
+ let $, A, l = -1, c = 0;
14
+ for (; c < h.length && (r.lastIndex = c, A = r.exec(h), A !== null); ) c = r.lastIndex, r === y ? A[1] === "!--" ? r = P : A[1] !== void 0 ? r = R : A[2] !== void 0 ? (D.test(A[2]) && (i = RegExp("</" + A[2], "g")), r = u) : A[3] !== void 0 && (r = u) : r === u ? A[0] === ">" ? (r = i ?? y, l = -1) : A[1] === void 0 ? l = -2 : (l = r.lastIndex - A[2].length, $ = A[1], r = A[3] === void 0 ? u : A[3] === '"' ? L : U) : r === L || r === U ? r = u : r === P || r === R ? r = y : (r = u, i = void 0);
15
+ const d = r === u && o[_ + 1].startsWith("/>") ? " " : "";
16
+ n += r === y ? h + z : l >= 0 ? (s.push($), h.slice(0, l) + j + h.slice(l) + p + d) : h + p + (l === -2 ? _ : d);
17
+ }
18
+ return [k(o, n + (o[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
19
+ };
20
+ class T {
21
+ constructor({ strings: t, _$litType$: e }, s) {
22
+ let i;
23
+ this.parts = [];
24
+ let n = 0, r = 0;
25
+ const _ = t.length - 1, h = this.parts, [$, A] = F(t, e);
26
+ if (this.el = T.createElement($, s), g.currentNode = this.el.content, e === 2 || e === 3) {
27
+ const l = this.el.content.firstChild;
28
+ l.replaceWith(...l.childNodes);
29
+ }
30
+ for (; (i = g.nextNode()) !== null && h.length < _; ) {
31
+ if (i.nodeType === 1) {
32
+ if (i.hasAttributes()) for (const l of i.getAttributeNames()) if (l.endsWith(j)) {
33
+ const c = A[r++], d = i.getAttribute(l).split(p), C = /([.?@])?(.*)/.exec(c);
34
+ h.push({ type: 1, index: n, name: C[2], strings: d, ctor: C[1] === "." ? G : C[1] === "?" ? J : C[1] === "@" ? K : w }), i.removeAttribute(l);
35
+ } else l.startsWith(p) && (h.push({ type: 6, index: n }), i.removeAttribute(l));
36
+ if (D.test(i.tagName)) {
37
+ const l = i.textContent.split(p), c = l.length - 1;
38
+ if (c > 0) {
39
+ i.textContent = M ? M.emptyScript : "";
40
+ for (let d = 0; d < c; d++) i.append(l[d], H()), g.nextNode(), h.push({ type: 2, index: ++n });
41
+ i.append(l[c], H());
42
+ }
43
+ }
44
+ } else if (i.nodeType === 8) if (i.data === W) h.push({ type: 2, index: n });
45
+ else {
46
+ let l = -1;
47
+ for (; (l = i.data.indexOf(p, l + 1)) !== -1; ) h.push({ type: 7, index: n }), l += p.length - 1;
48
+ }
49
+ n++;
50
+ }
51
+ }
52
+ static createElement(t, e) {
53
+ const s = f.createElement("template");
54
+ return s.innerHTML = t, s;
55
+ }
56
+ }
57
+ function v(o, t, e = o, s) {
58
+ if (t === b) return t;
59
+ let i = s !== void 0 ? e._$Co?.[s] : e._$Cl;
60
+ const n = N(t) ? void 0 : t._$litDirective$;
61
+ return i?.constructor !== n && (i?._$AO?.(!1), n === void 0 ? i = void 0 : (i = new n(o), i._$AT(o, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = i : e._$Cl = i), i !== void 0 && (t = v(o, i._$AS(o, t.values), i, s)), t;
62
+ }
63
+ class q {
64
+ constructor(t, e) {
65
+ this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
66
+ }
67
+ get parentNode() {
68
+ return this._$AM.parentNode;
69
+ }
70
+ get _$AU() {
71
+ return this._$AM._$AU;
72
+ }
73
+ u(t) {
74
+ const { el: { content: e }, parts: s } = this._$AD, i = (t?.creationScope ?? f).importNode(e, !0);
75
+ g.currentNode = i;
76
+ let n = g.nextNode(), r = 0, _ = 0, h = s[0];
77
+ for (; h !== void 0; ) {
78
+ if (r === h.index) {
79
+ let $;
80
+ h.type === 2 ? $ = new m(n, n.nextSibling, this, t) : h.type === 1 ? $ = new h.ctor(n, h.name, h.strings, this, t) : h.type === 6 && ($ = new Q(n, this, t)), this._$AV.push($), h = s[++_];
81
+ }
82
+ r !== h?.index && (n = g.nextNode(), r++);
83
+ }
84
+ return g.currentNode = f, i;
85
+ }
86
+ p(t) {
87
+ let e = 0;
88
+ for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(t, s, e), e += s.strings.length - 2) : s._$AI(t[e])), e++;
89
+ }
90
+ }
91
+ class m {
92
+ get _$AU() {
93
+ return this._$AM?._$AU ?? this._$Cv;
94
+ }
95
+ constructor(t, e, s, i) {
96
+ this.type = 2, this._$AH = a, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = s, this.options = i, this._$Cv = i?.isConnected ?? !0;
97
+ }
98
+ get parentNode() {
99
+ let t = this._$AA.parentNode;
100
+ const e = this._$AM;
101
+ return e !== void 0 && t?.nodeType === 11 && (t = e.parentNode), t;
102
+ }
103
+ get startNode() {
104
+ return this._$AA;
105
+ }
106
+ get endNode() {
107
+ return this._$AB;
108
+ }
109
+ _$AI(t, e = this) {
110
+ t = v(this, t, e), N(t) ? t === a || t == null || t === "" ? (this._$AH !== a && this._$AR(), this._$AH = a) : t !== this._$AH && t !== b && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : Z(t) ? this.k(t) : this._(t);
111
+ }
112
+ O(t) {
113
+ return this._$AA.parentNode.insertBefore(t, this._$AB);
114
+ }
115
+ T(t) {
116
+ this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
117
+ }
118
+ _(t) {
119
+ this._$AH !== a && N(this._$AH) ? this._$AA.nextSibling.data = t : this.T(f.createTextNode(t)), this._$AH = t;
120
+ }
121
+ $(t) {
122
+ const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = T.createElement(k(s.h, s.h[0]), this.options)), s);
123
+ if (this._$AH?._$AD === i) this._$AH.p(e);
124
+ else {
125
+ const n = new q(i, this), r = n.u(this.options);
126
+ n.p(e), this.T(r), this._$AH = n;
127
+ }
128
+ }
129
+ _$AC(t) {
130
+ let e = O.get(t.strings);
131
+ return e === void 0 && O.set(t.strings, e = new T(t)), e;
132
+ }
133
+ k(t) {
134
+ S(this._$AH) || (this._$AH = [], this._$AR());
135
+ const e = this._$AH;
136
+ let s, i = 0;
137
+ for (const n of t) i === e.length ? e.push(s = new m(this.O(H()), this.O(H()), this, this.options)) : s = e[i], s._$AI(n), i++;
138
+ i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i);
139
+ }
140
+ _$AR(t = this._$AA.nextSibling, e) {
141
+ for (this._$AP?.(!1, !0, e); t !== this._$AB; ) {
142
+ const s = E(t).nextSibling;
143
+ E(t).remove(), t = s;
144
+ }
145
+ }
146
+ setConnected(t) {
147
+ this._$AM === void 0 && (this._$Cv = t, this._$AP?.(t));
148
+ }
149
+ }
150
+ class w {
151
+ get tagName() {
152
+ return this.element.tagName;
153
+ }
154
+ get _$AU() {
155
+ return this._$AM._$AU;
156
+ }
157
+ constructor(t, e, s, i, n) {
158
+ this.type = 1, this._$AH = a, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = n, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = a;
159
+ }
160
+ _$AI(t, e = this, s, i) {
161
+ const n = this.strings;
162
+ let r = !1;
163
+ if (n === void 0) t = v(this, t, e, 0), r = !N(t) || t !== this._$AH && t !== b, r && (this._$AH = t);
164
+ else {
165
+ const _ = t;
166
+ let h, $;
167
+ for (t = n[0], h = 0; h < n.length - 1; h++) $ = v(this, _[s + h], e, h), $ === b && ($ = this._$AH[h]), r || (r = !N($) || $ !== this._$AH[h]), $ === a ? t = a : t !== a && (t += ($ ?? "") + n[h + 1]), this._$AH[h] = $;
168
+ }
169
+ r && !i && this.j(t);
170
+ }
171
+ j(t) {
172
+ t === a ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
173
+ }
174
+ }
175
+ class G extends w {
176
+ constructor() {
177
+ super(...arguments), this.type = 3;
178
+ }
179
+ j(t) {
180
+ this.element[this.name] = t === a ? void 0 : t;
181
+ }
182
+ }
183
+ class J extends w {
184
+ constructor() {
185
+ super(...arguments), this.type = 4;
186
+ }
187
+ j(t) {
188
+ this.element.toggleAttribute(this.name, !!t && t !== a);
189
+ }
190
+ }
191
+ class K extends w {
192
+ constructor(t, e, s, i, n) {
193
+ super(t, e, s, i, n), this.type = 5;
194
+ }
195
+ _$AI(t, e = this) {
196
+ if ((t = v(this, t, e, 0) ?? a) === b) return;
197
+ const s = this._$AH, i = t === a && s !== a || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, n = t !== a && (s === a || i);
198
+ i && this.element.removeEventListener(this.name, this, s), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
199
+ }
200
+ handleEvent(t) {
201
+ typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, t) : this._$AH.handleEvent(t);
202
+ }
203
+ }
204
+ class Q {
205
+ constructor(t, e, s) {
206
+ this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
207
+ }
208
+ get _$AU() {
209
+ return this._$AM._$AU;
210
+ }
211
+ _$AI(t) {
212
+ v(this, t);
213
+ }
214
+ }
215
+ const et = { I: m }, X = x.litHtmlPolyfillSupport;
216
+ X?.(T, m), (x.litHtmlVersions ?? (x.litHtmlVersions = [])).push("3.3.3");
217
+ const st = (o, t, e) => {
218
+ const s = e?.renderBefore ?? t;
219
+ let i = s._$litPart$;
220
+ if (i === void 0) {
221
+ const n = e?.renderBefore ?? null;
222
+ s._$litPart$ = i = new m(t.insertBefore(H(), n), n, void 0, e ?? {});
223
+ }
224
+ return i._$AI(o), i;
225
+ };
226
+ export {
227
+ et as _$LH,
228
+ Y as html,
229
+ b as noChange,
230
+ a as nothing,
231
+ st as render,
232
+ tt as svg
233
+ };
234
+ //# sourceMappingURL=lit-html-lit-html.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-html-lit-html.js","sources":["../../../node_modules/lit/node_modules/lit-html/lit-html.js"],"sourcesContent":["/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,i=t=>t,s=t.trustedTypes,e=s?s.createPolicy(\"lit-html\",{createHTML:t=>t}):void 0,h=\"$lit$\",o=`lit$${Math.random().toFixed(9).slice(2)}$`,n=\"?\"+o,r=`<${n}>`,l=document,c=()=>l.createComment(\"\"),a=t=>null===t||\"object\"!=typeof t&&\"function\"!=typeof t,u=Array.isArray,d=t=>u(t)||\"function\"==typeof t?.[Symbol.iterator],f=\"[ \\t\\n\\f\\r]\",v=/<(?:(!--|\\/[^a-zA-Z])|(\\/?[a-zA-Z][^>\\s]*)|(\\/?$))/g,_=/-->/g,m=/>/g,p=RegExp(`>|${f}(?:([^\\\\s\"'>=/]+)(${f}*=${f}*(?:[^ \\t\\n\\f\\r\"'\\`<>=]|(\"|')|))|$)`,\"g\"),g=/'/g,$=/\"/g,y=/^(?:script|style|textarea|title)$/i,x=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),b=x(1),w=x(2),T=x(3),E=Symbol.for(\"lit-noChange\"),A=Symbol.for(\"lit-nothing\"),C=new WeakMap,P=l.createTreeWalker(l,129);function V(t,i){if(!u(t)||!t.hasOwnProperty(\"raw\"))throw Error(\"invalid template strings array\");return void 0!==e?e.createHTML(i):i}const N=(t,i)=>{const s=t.length-1,e=[];let n,l=2===i?\"<svg>\":3===i?\"<math>\":\"\",c=v;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,f=0;for(;f<s.length&&(c.lastIndex=f,u=c.exec(s),null!==u);)f=c.lastIndex,c===v?\"!--\"===u[1]?c=_:void 0!==u[1]?c=m:void 0!==u[2]?(y.test(u[2])&&(n=RegExp(\"</\"+u[2],\"g\")),c=p):void 0!==u[3]&&(c=p):c===p?\">\"===u[0]?(c=n??v,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?p:'\"'===u[3]?$:g):c===$||c===g?c=p:c===_||c===m?c=v:(c=p,n=void 0);const x=c===p&&t[i+1].startsWith(\"/>\")?\" \":\"\";l+=c===v?s+r:d>=0?(e.push(a),s.slice(0,d)+h+s.slice(d)+o+x):s+o+(-2===d?i:x)}return[V(t,l+(t[s]||\"<?>\")+(2===i?\"</svg>\":3===i?\"</math>\":\"\")),e]};class S{constructor({strings:t,_$litType$:i},e){let r;this.parts=[];let l=0,a=0;const u=t.length-1,d=this.parts,[f,v]=N(t,i);if(this.el=S.createElement(f,e),P.currentNode=this.el.content,2===i||3===i){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=P.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(h)){const i=v[a++],s=r.getAttribute(t).split(o),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:l,name:e[2],strings:s,ctor:\".\"===e[1]?I:\"?\"===e[1]?L:\"@\"===e[1]?z:H}),r.removeAttribute(t)}else t.startsWith(o)&&(d.push({type:6,index:l}),r.removeAttribute(t));if(y.test(r.tagName)){const t=r.textContent.split(o),i=t.length-1;if(i>0){r.textContent=s?s.emptyScript:\"\";for(let s=0;s<i;s++)r.append(t[s],c()),P.nextNode(),d.push({type:2,index:++l});r.append(t[i],c())}}}else if(8===r.nodeType)if(r.data===n)d.push({type:2,index:l});else{let t=-1;for(;-1!==(t=r.data.indexOf(o,t+1));)d.push({type:7,index:l}),t+=o.length-1}l++}}static createElement(t,i){const s=l.createElement(\"template\");return s.innerHTML=t,s}}function M(t,i,s=t,e){if(i===E)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=a(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(!1),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=M(t,h._$AS(t,i.values),h,e)),i}class R{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??l).importNode(i,!0);P.currentNode=e;let h=P.nextNode(),o=0,n=0,r=s[0];for(;void 0!==r;){if(o===r.index){let i;2===r.type?i=new k(h,h.nextSibling,this,t):1===r.type?i=new r.ctor(h,r.name,r.strings,this,t):6===r.type&&(i=new Z(h,this,t)),this._$AV.push(i),r=s[++n]}o!==r?.index&&(h=P.nextNode(),o++)}return P.currentNode=l,e}p(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++}}class k{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=M(this,t,i),a(t)?t===A||null==t||\"\"===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==E&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):d(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==A&&a(this._$AH)?this._$AA.nextSibling.data=t:this.T(l.createTextNode(t)),this._$AH=t}$(t){const{values:i,_$litType$:s}=t,e=\"number\"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=S.createElement(V(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else{const t=new R(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t}}_$AC(t){let i=C.get(t.strings);return void 0===i&&C.set(t.strings,i=new S(t)),i}k(t){u(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new k(this.O(c()),this.O(c()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e)}_$AR(t=this._$AA.nextSibling,s){for(this._$AP?.(!1,!0,s);t!==this._$AB;){const s=i(t).nextSibling;i(t).remove(),t=s}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class H{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||\"\"!==s[0]||\"\"!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A}_$AI(t,i=this,s,e){const h=this.strings;let o=!1;if(void 0===h)t=M(this,t,i,0),o=!a(t)||t!==this._$AH&&t!==E,o&&(this._$AH=t);else{const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=M(this,e[s+n],i,n),r===E&&(r=this._$AH[n]),o||=!a(r)||r!==this._$AH[n],r===A?t=A:t!==A&&(t+=(r??\"\")+h[n+1]),this._$AH[n]=r}o&&!e&&this.j(t)}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??\"\")}}class I extends H{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===A?void 0:t}}class L extends H{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==A)}}class z extends H{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5}_$AI(t,i=this){if((t=M(this,t,i,0)??A)===E)return;const s=this._$AH,e=t===A&&s!==A||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==A&&(s===A||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){\"function\"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){M(this,t)}}const j={M:h,P:o,A:n,C:1,L:N,R,D:d,V:M,I:k,H,N:L,U:z,B:I,F:Z},B=t.litHtmlPolyfillSupport;B?.(S,k),(t.litHtmlVersions??=[]).push(\"3.3.3\");const D=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new k(i.insertBefore(c(),t),t,void 0,s??{})}return h._$AI(t),h};export{j as _$LH,b as html,T as mathml,E as noChange,A as nothing,D as render,w as svg};\n//# sourceMappingURL=lit-html.js.map\n"],"names":["t","i","s","e","h","o","n","r","l","c","a","u","d","f","v","_","m","p","g","$","y","x","b","w","E","A","C","P","V","N","S","I","L","z","H","M","R","k","Z","j","B","D"],"mappings":"AAKK,MAACA,IAAE,YAAWC,IAAE,CAAAD,MAAGA,GAAEE,IAAEF,EAAE,cAAaG,IAAED,IAAEA,EAAE,aAAa,YAAW,EAAC,YAAW,CAAAF,MAAGA,EAAC,CAAC,IAAE,QAAOI,IAAE,SAAQC,IAAE,OAAO,KAAK,SAAS,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC,KAAIC,IAAE,MAAID,GAAEE,IAAE,IAAID,CAAC,KAAIE,IAAE,UAASC,IAAE,MAAID,EAAE,cAAc,EAAE,GAAEE,IAAE,CAAAV,MAAUA,MAAP,QAAoB,OAAOA,KAAjB,YAAgC,OAAOA,KAAnB,YAAqBW,IAAE,MAAM,SAAQC,IAAE,CAAAZ,MAAGW,EAAEX,CAAC,KAAe,OAAOA,IAAI,OAAO,QAAQ,KAAtC,YAAwCa,IAAE;AAAA,QAAcC,IAAE,uDAAsDC,IAAE,QAAOC,IAAE,MAAKC,IAAE,OAAO,KAAKJ,CAAC,qBAAqBA,CAAC,KAAKA,CAAC;AAAA,2BAAsC,GAAG,GAAEK,IAAE,MAAKC,IAAE,MAAKC,IAAE,sCAAqCC,IAAE,CAAArB,MAAG,CAACC,MAAKC,OAAK,EAAC,YAAWF,GAAE,SAAQC,GAAE,QAAOC,EAAC,IAAGoB,IAAED,EAAE,CAAC,GAAEE,KAAEF,EAAE,CAAC,GAASG,IAAE,uBAAO,IAAI,cAAc,GAAEC,IAAE,uBAAO,IAAI,aAAa,GAAEC,IAAE,oBAAI,WAAQC,IAAEnB,EAAE,iBAAiBA,GAAE,GAAG;AAAE,SAASoB,EAAE5B,GAAEC,GAAE;AAAC,MAAG,CAACU,EAAEX,CAAC,KAAG,CAACA,EAAE,eAAe,KAAK,EAAE,OAAM,MAAM,gCAAgC;AAAE,SAAgBG,MAAT,SAAWA,EAAE,WAAWF,CAAC,IAAEA;AAAC;AAAC,MAAM4B,IAAE,CAAC7B,GAAEC,MAAI;AAAC,QAAMC,IAAEF,EAAE,SAAO,GAAEG,IAAE,CAAA;AAAG,MAAIG,GAAEE,IAAMP,MAAJ,IAAM,UAAYA,MAAJ,IAAM,WAAS,IAAGQ,IAAEK;AAAE,WAAQb,IAAE,GAAEA,IAAEC,GAAED,KAAI;AAAC,UAAMC,IAAEF,EAAEC,CAAC;AAAE,QAAIS,GAAEC,GAAEC,IAAE,IAAGC,IAAE;AAAE,WAAKA,IAAEX,EAAE,WAASO,EAAE,YAAUI,GAAEF,IAAEF,EAAE,KAAKP,CAAC,GAASS,MAAP,QAAW,CAAAE,IAAEJ,EAAE,WAAUA,MAAIK,IAAUH,EAAE,CAAC,MAAX,QAAaF,IAAEM,IAAWJ,EAAE,CAAC,MAAZ,SAAcF,IAAEO,IAAWL,EAAE,CAAC,MAAZ,UAAeS,EAAE,KAAKT,EAAE,CAAC,CAAC,MAAIL,IAAE,OAAO,OAAKK,EAAE,CAAC,GAAE,GAAG,IAAGF,IAAEQ,KAAYN,EAAE,CAAC,MAAZ,WAAgBF,IAAEQ,KAAGR,MAAIQ,IAAQN,EAAE,CAAC,MAAT,OAAYF,IAAEH,KAAGQ,GAAEF,IAAE,MAAaD,EAAE,CAAC,MAAZ,SAAcC,IAAE,MAAIA,IAAEH,EAAE,YAAUE,EAAE,CAAC,EAAE,QAAOD,IAAEC,EAAE,CAAC,GAAEF,IAAWE,EAAE,CAAC,MAAZ,SAAcM,IAAQN,EAAE,CAAC,MAAT,MAAWQ,IAAED,KAAGT,MAAIU,KAAGV,MAAIS,IAAET,IAAEQ,IAAER,MAAIM,KAAGN,MAAIO,IAAEP,IAAEK,KAAGL,IAAEQ,GAAEX,IAAE;AAAQ,UAAMe,IAAEZ,MAAIQ,KAAGjB,EAAEC,IAAE,CAAC,EAAE,WAAW,IAAI,IAAE,MAAI;AAAG,IAAAO,KAAGC,MAAIK,IAAEZ,IAAEK,IAAEK,KAAG,KAAGT,EAAE,KAAKO,CAAC,GAAER,EAAE,MAAM,GAAEU,CAAC,IAAER,IAAEF,EAAE,MAAMU,CAAC,IAAEP,IAAEgB,KAAGnB,IAAEG,KAAQO,MAAL,KAAOX,IAAEoB;AAAA,EAAE;AAAC,SAAM,CAACO,EAAE5B,GAAEQ,KAAGR,EAAEE,CAAC,KAAG,UAAYD,MAAJ,IAAM,WAAaA,MAAJ,IAAM,YAAU,GAAG,GAAEE,CAAC;AAAC;AAAE,MAAM2B,EAAC;AAAA,EAAC,YAAY,EAAC,SAAQ,GAAE,YAAW7B,EAAC,GAAEE,GAAE;AAAC,QAAII;AAAE,SAAK,QAAM,CAAA;AAAG,QAAIC,IAAE,GAAEE,IAAE;AAAE,UAAMC,IAAE,EAAE,SAAO,GAAEC,IAAE,KAAK,OAAM,CAACC,GAAEC,CAAC,IAAEe,EAAE,GAAE5B,CAAC;AAAE,QAAG,KAAK,KAAG6B,EAAE,cAAcjB,GAAEV,CAAC,GAAEwB,EAAE,cAAY,KAAK,GAAG,SAAY1B,MAAJ,KAAWA,MAAJ,GAAM;AAAC,YAAMD,IAAE,KAAK,GAAG,QAAQ;AAAW,MAAAA,EAAE,YAAY,GAAGA,EAAE,UAAU;AAAA,IAAC;AAAC,YAAaO,IAAEoB,EAAE,gBAAZ,QAAyBf,EAAE,SAAOD,KAAG;AAAC,UAAOJ,EAAE,aAAN,GAAe;AAAC,YAAGA,EAAE,cAAa,EAAG,YAAUP,KAAKO,EAAE,kBAAiB,EAAG,KAAGP,EAAE,SAASI,CAAC,GAAE;AAAC,gBAAMH,IAAEa,EAAEJ,GAAG,GAAER,IAAEK,EAAE,aAAaP,CAAC,EAAE,MAAMK,CAAC,GAAEF,IAAE,eAAe,KAAKF,CAAC;AAAE,UAAAW,EAAE,KAAK,EAAC,MAAK,GAAE,OAAMJ,GAAE,MAAKL,EAAE,CAAC,GAAE,SAAQD,GAAE,MAAWC,EAAE,CAAC,MAAT,MAAW4B,IAAQ5B,EAAE,CAAC,MAAT,MAAW6B,IAAQ7B,EAAE,CAAC,MAAT,MAAW8B,IAAEC,EAAC,CAAC,GAAE3B,EAAE,gBAAgBP,CAAC;AAAA,QAAC,MAAM,CAAAA,EAAE,WAAWK,CAAC,MAAIO,EAAE,KAAK,EAAC,MAAK,GAAE,OAAMJ,EAAC,CAAC,GAAED,EAAE,gBAAgBP,CAAC;AAAG,YAAGoB,EAAE,KAAKb,EAAE,OAAO,GAAE;AAAC,gBAAMP,IAAEO,EAAE,YAAY,MAAMF,CAAC,GAAEJ,IAAED,EAAE,SAAO;AAAE,cAAGC,IAAE,GAAE;AAAC,YAAAM,EAAE,cAAYL,IAAEA,EAAE,cAAY;AAAG,qBAAQA,IAAE,GAAEA,IAAED,GAAEC,IAAI,CAAAK,EAAE,OAAOP,EAAEE,CAAC,GAAEO,EAAC,CAAE,GAAEkB,EAAE,SAAQ,GAAGf,EAAE,KAAK,EAAC,MAAK,GAAE,OAAM,EAAEJ,EAAC,CAAC;AAAE,YAAAD,EAAE,OAAOP,EAAEC,CAAC,GAAEQ,EAAC,CAAE;AAAA,UAAC;AAAA,QAAC;AAAA,MAAC,WAAaF,EAAE,aAAN,EAAe,KAAGA,EAAE,SAAOD,EAAE,CAAAM,EAAE,KAAK,EAAC,MAAK,GAAE,OAAMJ,EAAC,CAAC;AAAA,WAAM;AAAC,YAAIR,IAAE;AAAG,gBAAWA,IAAEO,EAAE,KAAK,QAAQF,GAAEL,IAAE,CAAC,OAA5B,KAAgC,CAAAY,EAAE,KAAK,EAAC,MAAK,GAAE,OAAMJ,EAAC,CAAC,GAAER,KAAGK,EAAE,SAAO;AAAA,MAAC;AAAC,MAAAG;AAAA,IAAG;AAAA,EAAC;AAAA,EAAC,OAAO,cAAc,GAAEP,GAAE;AAAC,UAAM,IAAEO,EAAE,cAAc,UAAU;AAAE,WAAO,EAAE,YAAU,GAAE;AAAA,EAAC;AAAC;AAAC,SAAS2B,EAAEnC,GAAEC,GAAEC,IAAEF,GAAEG,GAAE;AAAC,MAAGF,MAAIuB,EAAE,QAAOvB;AAAE,MAAIG,IAAWD,MAAT,SAAWD,EAAE,OAAOC,CAAC,IAAED,EAAE;AAAK,QAAMG,IAAEK,EAAET,CAAC,IAAE,SAAOA,EAAE;AAAgB,SAAOG,GAAG,gBAAcC,MAAID,GAAG,OAAO,EAAE,GAAWC,MAAT,SAAWD,IAAE,UAAQA,IAAE,IAAIC,EAAEL,CAAC,GAAEI,EAAE,KAAKJ,GAAEE,GAAEC,CAAC,IAAYA,MAAT,UAAYD,EAAE,SAAFA,EAAE,OAAO,CAAA,IAAIC,CAAC,IAAEC,IAAEF,EAAE,OAAKE,IAAYA,MAAT,WAAaH,IAAEkC,EAAEnC,GAAEI,EAAE,KAAKJ,GAAEC,EAAE,MAAM,GAAEG,GAAED,CAAC,IAAGF;AAAC;AAAC,MAAMmC,EAAC;AAAA,EAAC,YAAY,GAAEnC,GAAE;AAAC,SAAK,OAAK,CAAA,GAAG,KAAK,OAAK,QAAO,KAAK,OAAK,GAAE,KAAK,OAAKA;AAAA,EAAC;AAAA,EAAC,IAAI,aAAY;AAAC,WAAO,KAAK,KAAK;AAAA,EAAU;AAAA,EAAC,IAAI,OAAM;AAAC,WAAO,KAAK,KAAK;AAAA,EAAI;AAAA,EAAC,EAAE,GAAE;AAAC,UAAK,EAAC,IAAG,EAAC,SAAQA,EAAC,GAAE,OAAM,EAAC,IAAE,KAAK,MAAKE,KAAG,GAAG,iBAAeK,GAAG,WAAWP,GAAE,EAAE;AAAE,IAAA0B,EAAE,cAAYxB;AAAE,QAAIC,IAAEuB,EAAE,YAAWtB,IAAE,GAAEC,IAAE,GAAEC,IAAE,EAAE,CAAC;AAAE,WAAcA,MAAT,UAAY;AAAC,UAAGF,MAAIE,EAAE,OAAM;AAAC,YAAIN;AAAE,QAAIM,EAAE,SAAN,IAAWN,IAAE,IAAIoC,EAAEjC,GAAEA,EAAE,aAAY,MAAK,CAAC,IAAMG,EAAE,SAAN,IAAWN,IAAE,IAAIM,EAAE,KAAKH,GAAEG,EAAE,MAAKA,EAAE,SAAQ,MAAK,CAAC,IAAMA,EAAE,SAAN,MAAaN,IAAE,IAAIqC,EAAElC,GAAE,MAAK,CAAC,IAAG,KAAK,KAAK,KAAKH,CAAC,GAAEM,IAAE,EAAE,EAAED,CAAC;AAAA,MAAC;AAAC,MAAAD,MAAIE,GAAG,UAAQH,IAAEuB,EAAE,SAAQ,GAAGtB;AAAA,IAAI;AAAC,WAAOsB,EAAE,cAAYnB,GAAEL;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,QAAIF,IAAE;AAAE,eAAU,KAAK,KAAK,KAAK,CAAS,MAAT,WAAsB,EAAE,YAAX,UAAoB,EAAE,KAAK,GAAE,GAAEA,CAAC,GAAEA,KAAG,EAAE,QAAQ,SAAO,KAAG,EAAE,KAAK,EAAEA,CAAC,CAAC,IAAGA;AAAA,EAAG;AAAC;AAAC,MAAMoC,EAAC;AAAA,EAAC,IAAI,OAAM;AAAC,WAAO,KAAK,MAAM,QAAM,KAAK;AAAA,EAAI;AAAA,EAAC,YAAY,GAAEpC,GAAE,GAAEE,GAAE;AAAC,SAAK,OAAK,GAAE,KAAK,OAAKsB,GAAE,KAAK,OAAK,QAAO,KAAK,OAAK,GAAE,KAAK,OAAKxB,GAAE,KAAK,OAAK,GAAE,KAAK,UAAQE,GAAE,KAAK,OAAKA,GAAG,eAAa;AAAA,EAAE;AAAA,EAAC,IAAI,aAAY;AAAC,QAAI,IAAE,KAAK,KAAK;AAAW,UAAMF,IAAE,KAAK;AAAK,WAAgBA,MAAT,UAAiB,GAAG,aAAR,OAAmB,IAAEA,EAAE,aAAY;AAAA,EAAC;AAAA,EAAC,IAAI,YAAW;AAAC,WAAO,KAAK;AAAA,EAAI;AAAA,EAAC,IAAI,UAAS;AAAC,WAAO,KAAK;AAAA,EAAI;AAAA,EAAC,KAAK,GAAEA,IAAE,MAAK;AAAC,QAAEkC,EAAE,MAAK,GAAElC,CAAC,GAAES,EAAE,CAAC,IAAE,MAAIe,KAAS,KAAN,QAAc,MAAL,MAAQ,KAAK,SAAOA,KAAG,KAAK,KAAI,GAAG,KAAK,OAAKA,KAAG,MAAI,KAAK,QAAM,MAAID,KAAG,KAAK,EAAE,CAAC,IAAW,EAAE,eAAX,SAAsB,KAAK,EAAE,CAAC,IAAW,EAAE,aAAX,SAAoB,KAAK,EAAE,CAAC,IAAEZ,EAAE,CAAC,IAAE,KAAK,EAAE,CAAC,IAAE,KAAK,EAAE,CAAC;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,WAAO,KAAK,KAAK,WAAW,aAAa,GAAE,KAAK,IAAI;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,SAAK,SAAO,MAAI,KAAK,KAAI,GAAG,KAAK,OAAK,KAAK,EAAE,CAAC;AAAA,EAAE;AAAA,EAAC,EAAE,GAAE;AAAC,SAAK,SAAOa,KAAGf,EAAE,KAAK,IAAI,IAAE,KAAK,KAAK,YAAY,OAAK,IAAE,KAAK,EAAEF,EAAE,eAAe,CAAC,CAAC,GAAE,KAAK,OAAK;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,UAAK,EAAC,QAAOP,GAAE,YAAW,EAAC,IAAE,GAAEE,IAAY,OAAO,KAAjB,WAAmB,KAAK,KAAK,CAAC,KAAY,EAAE,OAAX,WAAgB,EAAE,KAAG2B,EAAE,cAAcF,EAAE,EAAE,GAAE,EAAE,EAAE,CAAC,CAAC,GAAE,KAAK,OAAO,IAAG;AAAG,QAAG,KAAK,MAAM,SAAOzB,EAAE,MAAK,KAAK,EAAEF,CAAC;AAAA,SAAM;AAAC,YAAMD,IAAE,IAAIoC,EAAEjC,GAAE,IAAI,GAAED,IAAEF,EAAE,EAAE,KAAK,OAAO;AAAE,MAAAA,EAAE,EAAEC,CAAC,GAAE,KAAK,EAAEC,CAAC,GAAE,KAAK,OAAKF;AAAA,IAAC;AAAA,EAAC;AAAA,EAAC,KAAK,GAAE;AAAC,QAAIC,IAAEyB,EAAE,IAAI,EAAE,OAAO;AAAE,WAAgBzB,MAAT,UAAYyB,EAAE,IAAI,EAAE,SAAQzB,IAAE,IAAI6B,EAAE,CAAC,CAAC,GAAE7B;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,IAAAU,EAAE,KAAK,IAAI,MAAI,KAAK,OAAK,CAAA,GAAG,KAAK,KAAI;AAAI,UAAMV,IAAE,KAAK;AAAK,QAAI,GAAEE,IAAE;AAAE,eAAUC,KAAK,EAAE,CAAAD,MAAIF,EAAE,SAAOA,EAAE,KAAK,IAAE,IAAIoC,EAAE,KAAK,EAAE5B,EAAC,CAAE,GAAE,KAAK,EAAEA,EAAC,CAAE,GAAE,MAAK,KAAK,OAAO,CAAC,IAAE,IAAER,EAAEE,CAAC,GAAE,EAAE,KAAKC,CAAC,GAAED;AAAI,IAAAA,IAAEF,EAAE,WAAS,KAAK,KAAK,KAAG,EAAE,KAAK,aAAYE,CAAC,GAAEF,EAAE,SAAOE;AAAA,EAAE;AAAA,EAAC,KAAK,IAAE,KAAK,KAAK,aAAYD,GAAE;AAAC,SAAI,KAAK,OAAO,IAAG,IAAGA,CAAC,GAAE,MAAI,KAAK,QAAM;AAAC,YAAM,IAAED,EAAE,CAAC,EAAE;AAAY,MAAAA,EAAE,CAAC,EAAE,OAAM,GAAG,IAAE;AAAA,IAAC;AAAA,EAAC;AAAA,EAAC,aAAa,GAAE;AAAC,IAAS,KAAK,SAAd,WAAqB,KAAK,OAAK,GAAE,KAAK,OAAO,CAAC;AAAA,EAAE;AAAC;AAAC,MAAMiC,EAAC;AAAA,EAAC,IAAI,UAAS;AAAC,WAAO,KAAK,QAAQ;AAAA,EAAO;AAAA,EAAC,IAAI,OAAM;AAAC,WAAO,KAAK,KAAK;AAAA,EAAI;AAAA,EAAC,YAAY,GAAEjC,GAAE,GAAEE,GAAEC,GAAE;AAAC,SAAK,OAAK,GAAE,KAAK,OAAKqB,GAAE,KAAK,OAAK,QAAO,KAAK,UAAQ,GAAE,KAAK,OAAKxB,GAAE,KAAK,OAAKE,GAAE,KAAK,UAAQC,GAAE,EAAE,SAAO,KAAQ,EAAE,CAAC,MAAR,MAAgB,EAAE,CAAC,MAAR,MAAW,KAAK,OAAK,MAAM,EAAE,SAAO,CAAC,EAAE,KAAK,IAAI,QAAM,GAAE,KAAK,UAAQ,KAAG,KAAK,OAAKqB;AAAA,EAAC;AAAA,EAAC,KAAK,GAAExB,IAAE,MAAK,GAAEE,GAAE;AAAC,UAAMC,IAAE,KAAK;AAAQ,QAAIC,IAAE;AAAG,QAAYD,MAAT,OAAW,KAAE+B,EAAE,MAAK,GAAElC,GAAE,CAAC,GAAEI,IAAE,CAACK,EAAE,CAAC,KAAG,MAAI,KAAK,QAAM,MAAIc,GAAEnB,MAAI,KAAK,OAAK;AAAA,SAAO;AAAC,YAAMF,IAAE;AAAE,UAAIG,GAAEC;AAAE,WAAI,IAAEH,EAAE,CAAC,GAAEE,IAAE,GAAEA,IAAEF,EAAE,SAAO,GAAEE,IAAI,CAAAC,IAAE4B,EAAE,MAAKhC,EAAE,IAAEG,CAAC,GAAEL,GAAEK,CAAC,GAAEC,MAAIiB,MAAIjB,IAAE,KAAK,KAAKD,CAAC,IAAGD,UAAI,CAACK,EAAEH,CAAC,KAAGA,MAAI,KAAK,KAAKD,CAAC,IAAEC,MAAIkB,IAAE,IAAEA,IAAE,MAAIA,MAAI,MAAIlB,KAAG,MAAIH,EAAEE,IAAE,CAAC,IAAG,KAAK,KAAKA,CAAC,IAAEC;AAAA,IAAC;AAAC,IAAAF,KAAG,CAACF,KAAG,KAAK,EAAE,CAAC;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,UAAIsB,IAAE,KAAK,QAAQ,gBAAgB,KAAK,IAAI,IAAE,KAAK,QAAQ,aAAa,KAAK,MAAK,KAAG,EAAE;AAAA,EAAC;AAAC;AAAC,MAAMM,UAAUG,EAAC;AAAA,EAAC,cAAa;AAAC,UAAM,GAAG,SAAS,GAAE,KAAK,OAAK;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,SAAK,QAAQ,KAAK,IAAI,IAAE,MAAIT,IAAE,SAAO;AAAA,EAAC;AAAC;AAAC,MAAMO,UAAUE,EAAC;AAAA,EAAC,cAAa;AAAC,UAAM,GAAG,SAAS,GAAE,KAAK,OAAK;AAAA,EAAC;AAAA,EAAC,EAAE,GAAE;AAAC,SAAK,QAAQ,gBAAgB,KAAK,MAAK,CAAC,CAAC,KAAG,MAAIT,CAAC;AAAA,EAAC;AAAC;AAAC,MAAMQ,UAAUC,EAAC;AAAA,EAAC,YAAY,GAAEjC,GAAE,GAAEE,GAAEC,GAAE;AAAC,UAAM,GAAEH,GAAE,GAAEE,GAAEC,CAAC,GAAE,KAAK,OAAK;AAAA,EAAC;AAAA,EAAC,KAAK,GAAEH,IAAE,MAAK;AAAC,SAAI,IAAEkC,EAAE,MAAK,GAAElC,GAAE,CAAC,KAAGwB,OAAKD,EAAE;AAAO,UAAM,IAAE,KAAK,MAAKrB,IAAE,MAAIsB,KAAG,MAAIA,KAAG,EAAE,YAAU,EAAE,WAAS,EAAE,SAAO,EAAE,QAAM,EAAE,YAAU,EAAE,SAAQrB,IAAE,MAAIqB,MAAI,MAAIA,KAAGtB;AAAG,IAAAA,KAAG,KAAK,QAAQ,oBAAoB,KAAK,MAAK,MAAK,CAAC,GAAEC,KAAG,KAAK,QAAQ,iBAAiB,KAAK,MAAK,MAAK,CAAC,GAAE,KAAK,OAAK;AAAA,EAAC;AAAA,EAAC,YAAY,GAAE;AAAC,IAAY,OAAO,KAAK,QAAxB,aAA6B,KAAK,KAAK,KAAK,KAAK,SAAS,QAAM,KAAK,SAAQ,CAAC,IAAE,KAAK,KAAK,YAAY,CAAC;AAAA,EAAC;AAAC;AAAC,MAAMkC,EAAC;AAAA,EAAC,YAAY,GAAErC,GAAE,GAAE;AAAC,SAAK,UAAQ,GAAE,KAAK,OAAK,GAAE,KAAK,OAAK,QAAO,KAAK,OAAKA,GAAE,KAAK,UAAQ;AAAA,EAAC;AAAA,EAAC,IAAI,OAAM;AAAC,WAAO,KAAK,KAAK;AAAA,EAAI;AAAA,EAAC,KAAK,GAAE;AAAC,IAAAkC,EAAE,MAAK,CAAC;AAAA,EAAC;AAAC;AAAM,MAACI,KAAE,EAA+B,GAAEF,EAAmB,GAAEG,IAAExC,EAAE;AAAuBwC,IAAIV,GAAEO,CAAC,IAAGrC,EAAE,oBAAFA,EAAE,kBAAkB,CAAA,IAAI,KAAK,OAAO;AAAO,MAACyC,KAAE,CAACzC,GAAEC,GAAEC,MAAI;AAAC,QAAMC,IAAED,GAAG,gBAAcD;AAAE,MAAIG,IAAED,EAAE;AAAW,MAAYC,MAAT,QAAW;AAAC,UAAMJ,IAAEE,GAAG,gBAAc;AAAK,IAAAC,EAAE,aAAWC,IAAE,IAAIiC,EAAEpC,EAAE,aAAaQ,EAAC,GAAGT,CAAC,GAAEA,GAAE,QAAOE,KAAG,EAAE;AAAA,EAAC;AAAC,SAAOE,EAAE,KAAKJ,CAAC,GAAEI;AAAC;","x_google_ignoreList":[0]}
@@ -0,0 +1,57 @@
1
+ import { noChange as $ } from "./lit-html-lit-html.js";
2
+ import { directive as k, Directive as w, PartType as V } from "./lit-html-directive.js";
3
+ import { getCommittedValue as A, setChildPartValue as p, insertPart as m, removePart as g, setCommittedValue as D } from "./lit-html-directive-helpers.js";
4
+ const P = (s, f, c) => {
5
+ const h = /* @__PURE__ */ new Map();
6
+ for (let e = f; e <= c; e++) h.set(s[e], e);
7
+ return h;
8
+ }, j = k(class extends w {
9
+ constructor(s) {
10
+ if (super(s), s.type !== V.CHILD) throw Error("repeat() can only be used in text expressions");
11
+ }
12
+ dt(s, f, c) {
13
+ let h;
14
+ c === void 0 ? c = f : f !== void 0 && (h = f);
15
+ const e = [], n = [];
16
+ let l = 0;
17
+ for (const a of s) e[l] = h ? h(a, l) : l, n[l] = c(a, l), l++;
18
+ return { values: n, keys: e };
19
+ }
20
+ render(s, f, c) {
21
+ return this.dt(s, f, c).values;
22
+ }
23
+ update(s, [f, c, h]) {
24
+ const e = A(s), { values: n, keys: l } = this.dt(f, c, h);
25
+ if (!Array.isArray(e)) return this.ut = l, n;
26
+ const a = this.ut ?? (this.ut = []), u = [];
27
+ let v, x, t = 0, o = e.length - 1, r = 0, i = n.length - 1;
28
+ for (; t <= o && r <= i; ) if (e[t] === null) t++;
29
+ else if (e[o] === null) o--;
30
+ else if (a[t] === l[r]) u[r] = p(e[t], n[r]), t++, r++;
31
+ else if (a[o] === l[i]) u[i] = p(e[o], n[i]), o--, i--;
32
+ else if (a[t] === l[i]) u[i] = p(e[t], n[i]), m(s, u[i + 1], e[t]), t++, i--;
33
+ else if (a[o] === l[r]) u[r] = p(e[o], n[r]), m(s, e[t], e[o]), o--, r++;
34
+ else if (v === void 0 && (v = P(l, r, i), x = P(a, t, o)), v.has(a[t])) if (v.has(a[o])) {
35
+ const d = x.get(l[r]), y = d !== void 0 ? e[d] : null;
36
+ if (y === null) {
37
+ const C = m(s, e[t]);
38
+ p(C, n[r]), u[r] = C;
39
+ } else u[r] = p(y, n[r]), m(s, e[t], y), e[d] = null;
40
+ r++;
41
+ } else g(e[o]), o--;
42
+ else g(e[t]), t++;
43
+ for (; r <= i; ) {
44
+ const d = m(s, u[i + 1]);
45
+ p(d, n[r]), u[r++] = d;
46
+ }
47
+ for (; t <= o; ) {
48
+ const d = e[t++];
49
+ d !== null && g(d);
50
+ }
51
+ return this.ut = l, D(s, u), $;
52
+ }
53
+ });
54
+ export {
55
+ j as repeat
56
+ };
57
+ //# sourceMappingURL=lit-html-repeat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-html-repeat.js","sources":["../../../node_modules/lit/node_modules/lit-html/directives/repeat.js"],"sourcesContent":["import{noChange as e}from\"../lit-html.js\";import{directive as s,Directive as t,PartType as r}from\"../directive.js\";import{getCommittedValue as l,setChildPartValue as o,insertPart as i,removePart as n,setCommittedValue as f}from\"../directive-helpers.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst u=(e,s,t)=>{const r=new Map;for(let l=s;l<=t;l++)r.set(e[l],l);return r},c=s(class extends t{constructor(e){if(super(e),e.type!==r.CHILD)throw Error(\"repeat() can only be used in text expressions\")}dt(e,s,t){let r;void 0===t?t=s:void 0!==s&&(r=s);const l=[],o=[];let i=0;for(const s of e)l[i]=r?r(s,i):i,o[i]=t(s,i),i++;return{values:o,keys:l}}render(e,s,t){return this.dt(e,s,t).values}update(s,[t,r,c]){const d=l(s),{values:p,keys:a}=this.dt(t,r,c);if(!Array.isArray(d))return this.ut=a,p;const h=this.ut??=[],v=[];let m,y,x=0,j=d.length-1,k=0,w=p.length-1;for(;x<=j&&k<=w;)if(null===d[x])x++;else if(null===d[j])j--;else if(h[x]===a[k])v[k]=o(d[x],p[k]),x++,k++;else if(h[j]===a[w])v[w]=o(d[j],p[w]),j--,w--;else if(h[x]===a[w])v[w]=o(d[x],p[w]),i(s,v[w+1],d[x]),x++,w--;else if(h[j]===a[k])v[k]=o(d[j],p[k]),i(s,d[x],d[j]),j--,k++;else if(void 0===m&&(m=u(a,k,w),y=u(h,x,j)),m.has(h[x]))if(m.has(h[j])){const e=y.get(a[k]),t=void 0!==e?d[e]:null;if(null===t){const e=i(s,d[x]);o(e,p[k]),v[k]=e}else v[k]=o(t,p[k]),i(s,d[x],t),d[e]=null;k++}else n(d[j]),j--;else n(d[x]),x++;for(;k<=w;){const e=i(s,v[w+1]);o(e,p[k]),v[k++]=e}for(;x<=j;){const e=d[x++];null!==e&&n(e)}return this.ut=a,f(s,v),e}});export{c as repeat};\n//# sourceMappingURL=repeat.js.map\n"],"names":["u","e","s","t","r","l","c","o","i","d","p","a","h","v","m","y","x","j","k","w","n","f"],"mappings":";;;AAMK,MAACA,IAAE,CAACC,GAAEC,GAAEC,MAAI;AAAC,QAAMC,IAAE,oBAAI;AAAI,WAAQC,IAAEH,GAAEG,KAAGF,GAAEE,IAAI,CAAAD,EAAE,IAAIH,EAAEI,CAAC,GAAEA,CAAC;AAAE,SAAOD;AAAC,GAAEE,IAAEJ,EAAE,cAAcC,EAAC;AAAA,EAAC,YAAYF,GAAE;AAAC,QAAG,MAAMA,CAAC,GAAEA,EAAE,SAAOG,EAAE,MAAM,OAAM,MAAM,+CAA+C;AAAA,EAAC;AAAA,EAAC,GAAGH,GAAEC,GAAEC,GAAE;AAAC,QAAIC;AAAE,IAASD,MAAT,SAAWA,IAAED,IAAWA,MAAT,WAAaE,IAAEF;AAAG,UAAMG,IAAE,IAAGE,IAAE,CAAA;AAAG,QAAIC,IAAE;AAAE,eAAUN,KAAKD,EAAE,CAAAI,EAAEG,CAAC,IAAEJ,IAAEA,EAAEF,GAAEM,CAAC,IAAEA,GAAED,EAAEC,CAAC,IAAEL,EAAED,GAAEM,CAAC,GAAEA;AAAI,WAAM,EAAC,QAAOD,GAAE,MAAKF,EAAC;AAAA,EAAC;AAAA,EAAC,OAAOJ,GAAEC,GAAEC,GAAE;AAAC,WAAO,KAAK,GAAGF,GAAEC,GAAEC,CAAC,EAAE;AAAA,EAAM;AAAA,EAAC,OAAO,GAAE,CAACA,GAAEC,GAAEE,CAAC,GAAE;AAAC,UAAMG,IAAEJ,EAAE,CAAC,GAAE,EAAC,QAAOK,GAAE,MAAKC,EAAC,IAAE,KAAK,GAAGR,GAAEC,GAAEE,CAAC;AAAE,QAAG,CAAC,MAAM,QAAQG,CAAC,EAAE,QAAO,KAAK,KAAGE,GAAED;AAAE,UAAME,IAAE,KAAK,OAAL,KAAK,KAAK,KAAGC,IAAE,CAAA;AAAG,QAAIC,GAAEC,GAAEC,IAAE,GAAEC,IAAER,EAAE,SAAO,GAAES,IAAE,GAAEC,IAAET,EAAE,SAAO;AAAE,WAAKM,KAAGC,KAAGC,KAAGC,IAAG,KAAUV,EAAEO,CAAC,MAAV,KAAY,CAAAA;AAAA,aAAmBP,EAAEQ,CAAC,MAAV,KAAY,CAAAA;AAAA,aAAYL,EAAEI,CAAC,MAAIL,EAAEO,CAAC,EAAEL,CAAAA,EAAEK,CAAC,IAAEX,EAAEE,EAAEO,CAAC,GAAEN,EAAEQ,CAAC,CAAC,GAAEF,KAAIE;AAAA,aAAYN,EAAEK,CAAC,MAAIN,EAAEQ,CAAC,EAAEN,CAAAA,EAAEM,CAAC,IAAEZ,EAAEE,EAAEQ,CAAC,GAAEP,EAAES,CAAC,CAAC,GAAEF,KAAIE;AAAA,aAAYP,EAAEI,CAAC,MAAIL,EAAEQ,CAAC,EAAEN,CAAAA,EAAEM,CAAC,IAAEZ,EAAEE,EAAEO,CAAC,GAAEN,EAAES,CAAC,CAAC,GAAEX,EAAE,GAAEK,EAAEM,IAAE,CAAC,GAAEV,EAAEO,CAAC,CAAC,GAAEA,KAAIG;AAAA,aAAYP,EAAEK,CAAC,MAAIN,EAAEO,CAAC,EAAEL,CAAAA,EAAEK,CAAC,IAAEX,EAAEE,EAAEQ,CAAC,GAAEP,EAAEQ,CAAC,CAAC,GAAEV,EAAE,GAAEC,EAAEO,CAAC,GAAEP,EAAEQ,CAAC,CAAC,GAAEA,KAAIC;AAAA,aAAqBJ,MAAT,WAAaA,IAAEd,EAAEW,GAAEO,GAAEC,CAAC,GAAEJ,IAAEf,EAAEY,GAAEI,GAAEC,CAAC,IAAGH,EAAE,IAAIF,EAAEI,CAAC,CAAC,EAAE,KAAGF,EAAE,IAAIF,EAAEK,CAAC,CAAC,GAAE;AAAC,YAAMhB,IAAEc,EAAE,IAAIJ,EAAEO,CAAC,CAAC,GAAEf,IAAWF,MAAT,SAAWQ,EAAER,CAAC,IAAE;AAAK,UAAUE,MAAP,MAAS;AAAC,cAAMF,IAAEO,EAAE,GAAEC,EAAEO,CAAC,CAAC;AAAET,QAAAA,EAAEN,GAAES,EAAEQ,CAAC,CAAC,GAAEL,EAAEK,CAAC,IAAEjB;AAAA,MAAC,MAAMY,CAAAA,EAAEK,CAAC,IAAEX,EAAEJ,GAAEO,EAAEQ,CAAC,CAAC,GAAEV,EAAE,GAAEC,EAAEO,CAAC,GAAEb,CAAC,GAAEM,EAAER,CAAC,IAAE;AAAK,MAAAiB;AAAA,IAAG,MAAME,CAAAA,EAAEX,EAAEQ,CAAC,CAAC,GAAEA;AAAA,QAASG,CAAAA,EAAEX,EAAEO,CAAC,CAAC,GAAEA;AAAI,WAAKE,KAAGC,KAAG;AAAC,YAAMlB,IAAEO,EAAE,GAAEK,EAAEM,IAAE,CAAC,CAAC;AAAEZ,MAAAA,EAAEN,GAAES,EAAEQ,CAAC,CAAC,GAAEL,EAAEK,GAAG,IAAEjB;AAAA,IAAC;AAAC,WAAKe,KAAGC,KAAG;AAAC,YAAMhB,IAAEQ,EAAEO,GAAG;AAAE,MAAOf,MAAP,QAAUmB,EAAEnB,CAAC;AAAA,IAAC;AAAC,WAAO,KAAK,KAAGU,GAAEU,EAAE,GAAER,CAAC,GAAEZ;AAAAA,EAAC;AAAC,CAAC;","x_google_ignoreList":[0]}
@@ -0,0 +1,21 @@
1
+ import { nothing as e, noChange as s } from "./lit-html-lit-html.js";
2
+ import { Directive as n, PartType as o } from "./lit-html-directive.js";
3
+ class r extends n {
4
+ constructor(t) {
5
+ if (super(t), this.it = e, t.type !== o.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
6
+ }
7
+ render(t) {
8
+ if (t === e || t == null) return this._t = void 0, this.it = t;
9
+ if (t === s) return t;
10
+ if (typeof t != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
11
+ if (t === this.it) return this._t;
12
+ this.it = t;
13
+ const i = [t];
14
+ return i.raw = i, this._t = { _$litType$: this.constructor.resultType, strings: i, values: [] };
15
+ }
16
+ }
17
+ r.directiveName = "unsafeHTML", r.resultType = 1;
18
+ export {
19
+ r as UnsafeHTMLDirective
20
+ };
21
+ //# sourceMappingURL=lit-html-unsafe-html.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-html-unsafe-html.js","sources":["../../../node_modules/lit/node_modules/lit-html/directives/unsafe-html.js"],"sourcesContent":["import{nothing as t,noChange as i}from\"../lit-html.js\";import{directive as r,Directive as s,PartType as n}from\"../directive.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */class e extends s{constructor(i){if(super(i),this.it=t,i.type!==n.CHILD)throw Error(this.constructor.directiveName+\"() can only be used in child bindings\")}render(r){if(r===t||null==r)return this._t=void 0,this.it=r;if(r===i)return r;if(\"string\"!=typeof r)throw Error(this.constructor.directiveName+\"() called with a non-string value\");if(r===this.it)return this._t;this.it=r;const s=[r];return s.raw=s,this._t={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName=\"unsafeHTML\",e.resultType=1;const o=r(e);export{e as UnsafeHTMLDirective,o as unsafeHTML};\n//# sourceMappingURL=unsafe-html.js.map\n"],"names":["e","s","i","t","n","r"],"mappings":";;AAKG,MAAMA,UAAUC,EAAC;AAAA,EAAC,YAAYC,GAAE;AAAC,QAAG,MAAMA,CAAC,GAAE,KAAK,KAAGC,GAAED,EAAE,SAAOE,EAAE,MAAM,OAAM,MAAM,KAAK,YAAY,gBAAc,uCAAuC;AAAA,EAAC;AAAA,EAAC,OAAOC,GAAE;AAAC,QAAGA,MAAIF,KAASE,KAAN,KAAQ,QAAO,KAAK,KAAG,QAAO,KAAK,KAAGA;AAAE,QAAGA,MAAIH,EAAE,QAAOG;AAAE,QAAa,OAAOA,KAAjB,SAAmB,OAAM,MAAM,KAAK,YAAY,gBAAc,mCAAmC;AAAE,QAAGA,MAAI,KAAK,GAAG,QAAO,KAAK;AAAG,SAAK,KAAGA;AAAE,UAAMJ,IAAE,CAACI,CAAC;AAAE,WAAOJ,EAAE,MAAIA,GAAE,KAAK,KAAG,EAAC,YAAW,KAAK,YAAY,YAAW,SAAQA,GAAE,QAAO,CAAA,EAAE;AAAA,EAAC;AAAC;AAACD,EAAE,gBAAc,cAAaA,EAAE,aAAW;","x_google_ignoreList":[0]}
@@ -0,0 +1,10 @@
1
+ import { directive as s } from "./lit-html-directive.js";
2
+ import { UnsafeHTMLDirective as t } from "./lit-html-unsafe-html.js";
3
+ class e extends t {
4
+ }
5
+ e.directiveName = "unsafeSVG", e.resultType = 2;
6
+ const o = s(e);
7
+ export {
8
+ o as unsafeSVG
9
+ };
10
+ //# sourceMappingURL=lit-html-unsafe-svg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-html-unsafe-svg.js","sources":["../../../node_modules/lit/node_modules/lit-html/directives/unsafe-svg.js"],"sourcesContent":["import{directive as s}from\"../directive.js\";import{UnsafeHTMLDirective as e}from\"./unsafe-html.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */class t extends e{}t.directiveName=\"unsafeSVG\",t.resultType=2;const o=s(t);export{o as unsafeSVG};\n//# sourceMappingURL=unsafe-svg.js.map\n"],"names":["t","e","s"],"mappings":";;AAKG,MAAMA,UAAUC,EAAC;;AAAED,EAAE,gBAAc,aAAYA,EAAE,aAAW;AAAO,MAAC,IAAEE,EAAEF,CAAC;","x_google_ignoreList":[0]}
@@ -0,0 +1,5 @@
1
+ const o = (r, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(r, t, e), e);
2
+ export {
3
+ o as desc
4
+ };
5
+ //# sourceMappingURL=lit-reactive-element-base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-reactive-element-base.js","sources":["../../../node_modules/@lit/reactive-element/decorators/base.js"],"sourcesContent":["/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst e=(e,t,c)=>(c.configurable=!0,c.enumerable=!0,Reflect.decorate&&\"object\"!=typeof t&&Object.defineProperty(e,t,c),c);export{e as desc};\n//# sourceMappingURL=base.js.map\n"],"names":["e","c"],"mappings":"AAKK,MAACA,IAAE,CAACA,GAAE,GAAEC,OAAKA,EAAE,eAAa,IAAGA,EAAE,aAAW,IAAG,QAAQ,YAAoB,OAAO,KAAjB,YAAoB,OAAO,eAAeD,GAAE,GAAEC,CAAC,GAAEA;","x_google_ignoreList":[0]}
@@ -0,0 +1,46 @@
1
+ const r = globalThis, c = r.ShadowRoot && (r.ShadyCSS === void 0 || r.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, a = /* @__PURE__ */ Symbol(), i = /* @__PURE__ */ new WeakMap();
2
+ class l {
3
+ constructor(s, t, o) {
4
+ if (this._$cssResult$ = !0, o !== a) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
5
+ this.cssText = s, this.t = t;
6
+ }
7
+ get styleSheet() {
8
+ let s = this.o;
9
+ const t = this.t;
10
+ if (c && s === void 0) {
11
+ const o = t !== void 0 && t.length === 1;
12
+ o && (s = i.get(t)), s === void 0 && ((this.o = s = new CSSStyleSheet()).replaceSync(this.cssText), o && i.set(t, s));
13
+ }
14
+ return s;
15
+ }
16
+ toString() {
17
+ return this.cssText;
18
+ }
19
+ }
20
+ const h = (e) => new l(typeof e == "string" ? e : e + "", void 0, a), p = (e, ...s) => {
21
+ const t = e.length === 1 ? e[0] : s.reduce((o, S, u) => o + ((n) => {
22
+ if (n._$cssResult$ === !0) return n.cssText;
23
+ if (typeof n == "number") return n;
24
+ throw Error("Value passed to 'css' function must be a 'css' function result: " + n + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
25
+ })(S) + e[u + 1], e[0]);
26
+ return new l(t, e, a);
27
+ }, d = (e, s) => {
28
+ if (c) e.adoptedStyleSheets = s.map((t) => t instanceof CSSStyleSheet ? t : t.styleSheet);
29
+ else for (const t of s) {
30
+ const o = document.createElement("style"), S = r.litNonce;
31
+ S !== void 0 && o.setAttribute("nonce", S), o.textContent = t.cssText, e.appendChild(o);
32
+ }
33
+ }, y = c ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((s) => {
34
+ let t = "";
35
+ for (const o of s.cssRules) t += o.cssText;
36
+ return h(t);
37
+ })(e) : e;
38
+ export {
39
+ l as CSSResult,
40
+ d as adoptStyles,
41
+ p as css,
42
+ y as getCompatibleStyle,
43
+ c as supportsAdoptingStyleSheets,
44
+ h as unsafeCSS
45
+ };
46
+ //# sourceMappingURL=lit-reactive-element-css-tag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-reactive-element-css-tag.js","sources":["../../../node_modules/@lit/reactive-element/css-tag.js"],"sourcesContent":["/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&\"adoptedStyleSheets\"in Document.prototype&&\"replace\"in CSSStyleSheet.prototype,s=Symbol(),o=new WeakMap;class n{constructor(t,e,o){if(this._$cssResult$=!0,o!==s)throw Error(\"CSSResult is not constructable. Use `unsafeCSS` or `css` instead.\");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o.set(s,t))}return t}toString(){return this.cssText}}const r=t=>new n(\"string\"==typeof t?t:t+\"\",void 0,s),i=(t,...e)=>{const o=1===t.length?t[0]:e.reduce((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if(\"number\"==typeof t)return t;throw Error(\"Value passed to 'css' function must be a 'css' function result: \"+t+\". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.\")})(s)+t[o+1],t[0]);return new n(o,t,s)},S=(s,o)=>{if(e)s.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const e of o){const o=document.createElement(\"style\"),n=t.litNonce;void 0!==n&&o.setAttribute(\"nonce\",n),o.textContent=e.cssText,s.appendChild(o)}},c=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e=\"\";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;export{n as CSSResult,S as adoptStyles,i as css,c as getCompatibleStyle,e as supportsAdoptingStyleSheets,r as unsafeCSS};\n//# sourceMappingURL=css-tag.js.map\n"],"names":["t","e","s","o","n","r","i","S","c"],"mappings":"AAKK,MAACA,IAAE,YAAWC,IAAED,EAAE,eAAsBA,EAAE,aAAX,UAAqBA,EAAE,SAAS,iBAAe,wBAAuB,SAAS,aAAW,aAAY,cAAc,WAAUE,IAAE,uBAAM,GAAGC,IAAE,oBAAI;AAAQ,MAAMC,EAAC;AAAA,EAAC,YAAYJ,GAAEC,GAAE,GAAE;AAAC,QAAG,KAAK,eAAa,IAAG,MAAIC,EAAE,OAAM,MAAM,mEAAmE;AAAE,SAAK,UAAQF,GAAE,KAAK,IAAEC;AAAA,EAAC;AAAA,EAAC,IAAI,aAAY;AAAC,QAAID,IAAE,KAAK;AAAE,UAAME,IAAE,KAAK;AAAE,QAAGD,KAAYD,MAAT,QAAW;AAAC,YAAMC,IAAWC,MAAT,UAAgBA,EAAE,WAAN;AAAa,MAAAD,MAAID,IAAEG,EAAE,IAAID,CAAC,IAAYF,MAAT,YAAc,KAAK,IAAEA,IAAE,IAAI,iBAAe,YAAY,KAAK,OAAO,GAAEC,KAAGE,EAAE,IAAID,GAAEF,CAAC;AAAA,IAAE;AAAC,WAAOA;AAAA,EAAC;AAAA,EAAC,WAAU;AAAC,WAAO,KAAK;AAAA,EAAO;AAAC;AAAM,MAACK,IAAE,CAAAL,MAAG,IAAII,EAAY,OAAOJ,KAAjB,WAAmBA,IAAEA,IAAE,IAAG,QAAOE,CAAC,GAAEI,IAAE,CAACN,MAAKC,MAAI;AAAC,QAAME,IAAMH,EAAE,WAAN,IAAaA,EAAE,CAAC,IAAEC,EAAE,OAAO,CAACA,GAAEC,GAAEC,MAAIF,KAAG,CAAAD,MAAG;AAAC,QAAQA,EAAE,iBAAP,GAAoB,QAAOA,EAAE;AAAQ,QAAa,OAAOA,KAAjB,SAAmB,QAAOA;AAAE,UAAM,MAAM,qEAAmEA,IAAE,sFAAsF;AAAA,EAAC,GAAGE,CAAC,IAAEF,EAAEG,IAAE,CAAC,GAAEH,EAAE,CAAC,CAAC;AAAE,SAAO,IAAII,EAAED,GAAEH,GAAEE,CAAC;AAAC,GAAEK,IAAE,CAACL,GAAEC,MAAI;AAAC,MAAGF,EAAE,CAAAC,EAAE,qBAAmBC,EAAE,IAAI,OAAG,aAAa,gBAAc,IAAE,EAAE,UAAU;AAAA,MAAO,YAAUF,KAAKE,GAAE;AAAC,UAAM,IAAE,SAAS,cAAc,OAAO,GAAEC,IAAEJ,EAAE;AAAS,IAASI,MAAT,UAAY,EAAE,aAAa,SAAQA,CAAC,GAAE,EAAE,cAAYH,EAAE,SAAQC,EAAE,YAAY,CAAC;AAAA,EAAC;AAAC,GAAEM,IAAEP,IAAE,CAAAD,MAAGA,IAAE,CAAAA,MAAGA,aAAa,iBAAe,CAAAA,MAAG;AAAC,MAAIC,IAAE;AAAG,aAAUC,KAAKF,EAAE,SAAS,CAAAC,KAAGC,EAAE;AAAQ,SAAOG,EAAEJ,CAAC;AAAC,GAAGD,CAAC,IAAEA;","x_google_ignoreList":[0]}
@@ -0,0 +1,33 @@
1
+ import { notEqual as p, defaultConverter as u } from "./lit-reactive-element-reactive-element.js";
2
+ const l = { attribute: !0, type: String, converter: u, reflect: !1, hasChanged: p }, d = (t = l, s, r) => {
3
+ const { kind: n, metadata: i } = r;
4
+ let o = globalThis.litPropertyMetadata.get(i);
5
+ if (o === void 0 && globalThis.litPropertyMetadata.set(i, o = /* @__PURE__ */ new Map()), n === "setter" && ((t = Object.create(t)).wrapped = !0), o.set(r.name, t), n === "accessor") {
6
+ const { name: a } = r;
7
+ return { set(e) {
8
+ const c = s.get.call(this);
9
+ s.set.call(this, e), this.requestUpdate(a, c, t, !0, e);
10
+ }, init(e) {
11
+ return e !== void 0 && this.C(a, void 0, t, e), e;
12
+ } };
13
+ }
14
+ if (n === "setter") {
15
+ const { name: a } = r;
16
+ return function(e) {
17
+ const c = this[a];
18
+ s.call(this, e), this.requestUpdate(a, c, t, !0, e);
19
+ };
20
+ }
21
+ throw Error("Unsupported decorator location: " + n);
22
+ };
23
+ function f(t) {
24
+ return (s, r) => typeof r == "object" ? d(t, s, r) : ((n, i, o) => {
25
+ const a = i.hasOwnProperty(o);
26
+ return i.constructor.createProperty(o, n), a ? Object.getOwnPropertyDescriptor(i, o) : void 0;
27
+ })(t, s, r);
28
+ }
29
+ export {
30
+ f as property,
31
+ d as standardProperty
32
+ };
33
+ //# sourceMappingURL=lit-reactive-element-property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-reactive-element-property.js","sources":["../../../node_modules/@lit/reactive-element/decorators/property.js"],"sourcesContent":["import{notEqual as t,defaultConverter as e}from\"../reactive-element.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const o={attribute:!0,type:String,converter:e,reflect:!1,hasChanged:t},r=(t=o,e,r)=>{const{kind:n,metadata:i}=r;let s=globalThis.litPropertyMetadata.get(i);if(void 0===s&&globalThis.litPropertyMetadata.set(i,s=new Map),\"setter\"===n&&((t=Object.create(t)).wrapped=!0),s.set(r.name,t),\"accessor\"===n){const{name:o}=r;return{set(r){const n=e.get.call(this);e.set.call(this,r),this.requestUpdate(o,n,t,!0,r)},init(e){return void 0!==e&&this.C(o,void 0,t,e),e}}}if(\"setter\"===n){const{name:o}=r;return function(r){const n=this[o];e.call(this,r),this.requestUpdate(o,n,t,!0,r)}}throw Error(\"Unsupported decorator location: \"+n)};function n(t){return(e,o)=>\"object\"==typeof o?r(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)}export{n as property,r as standardProperty};\n//# sourceMappingURL=property.js.map\n"],"names":["o","e","t","r","s","n"],"mappings":";AAKQ,MAACA,IAAE,EAAC,WAAU,IAAG,MAAK,QAAO,WAAUC,GAAE,SAAQ,IAAG,YAAWC,EAAC,GAAEC,IAAE,CAAC,IAAEH,GAAEC,GAAE,MAAI;AAAC,QAAK,EAAC,MAAK,GAAE,UAAS,EAAC,IAAE;AAAE,MAAIG,IAAE,WAAW,oBAAoB,IAAI,CAAC;AAAE,MAAYA,MAAT,UAAY,WAAW,oBAAoB,IAAI,GAAEA,IAAE,oBAAI,KAAG,GAAa,MAAX,cAAgB,IAAE,OAAO,OAAO,CAAC,GAAG,UAAQ,KAAIA,EAAE,IAAI,EAAE,MAAK,CAAC,GAAe,MAAb,YAAe;AAAC,UAAK,EAAC,MAAKJ,EAAC,IAAE;AAAE,WAAM,EAAC,IAAIG,GAAE;AAAC,YAAME,IAAEJ,EAAE,IAAI,KAAK,IAAI;AAAE,MAAAA,EAAE,IAAI,KAAK,MAAKE,CAAC,GAAE,KAAK,cAAcH,GAAEK,GAAE,GAAE,IAAGF,CAAC;AAAA,IAAC,GAAE,KAAK,GAAE;AAAC,aAAgB,MAAT,UAAY,KAAK,EAAEH,GAAE,QAAO,GAAE,CAAC,GAAE;AAAA,IAAC,EAAC;AAAA,EAAC;AAAC,MAAc,MAAX,UAAa;AAAC,UAAK,EAAC,MAAKA,EAAC,IAAE;AAAE,WAAO,SAASG,GAAE;AAAC,YAAME,IAAE,KAAKL,CAAC;AAAE,MAAAC,EAAE,KAAK,MAAKE,CAAC,GAAE,KAAK,cAAcH,GAAEK,GAAE,GAAE,IAAGF,CAAC;AAAA,IAAC;AAAA,EAAC;AAAC,QAAM,MAAM,qCAAmC,CAAC;AAAC;AAAE,SAASE,EAAE,GAAE;AAAC,SAAM,CAACJ,GAAED,MAAc,OAAOA,KAAjB,WAAmBG,EAAE,GAAEF,GAAED,CAAC,KAAG,CAACE,GAAED,GAAE,MAAI;AAAC,UAAME,IAAEF,EAAE,eAAe,CAAC;AAAE,WAAOA,EAAE,YAAY,eAAe,GAAEC,CAAC,GAAEC,IAAE,OAAO,yBAAyBF,GAAE,CAAC,IAAE;AAAA,EAAM,GAAG,GAAEA,GAAED,CAAC;AAAC;","x_google_ignoreList":[0]}
@@ -0,0 +1,13 @@
1
+ import { desc as u } from "./lit-reactive-element-base.js";
2
+ function l(r, s) {
3
+ return (e, t, c) => {
4
+ const o = (n) => n.renderRoot?.querySelector(r) ?? null;
5
+ return u(e, t, { get() {
6
+ return o(this);
7
+ } });
8
+ };
9
+ }
10
+ export {
11
+ l as query
12
+ };
13
+ //# sourceMappingURL=lit-reactive-element-query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-reactive-element-query.js","sources":["../../../node_modules/@lit/reactive-element/decorators/query.js"],"sourcesContent":["import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function e(e,r){return(n,s,i)=>{const o=t=>t.renderRoot?.querySelector(e)??null;if(r){const{get:e,set:r}=\"object\"==typeof s?n:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return t(n,s,{get(){let t=e.call(this);return void 0===t&&(t=o(this),(null!==t||this.hasUpdated)&&r.call(this,t)),t}})}return t(n,s,{get(){return o(this)}})}}export{e as query};\n//# sourceMappingURL=query.js.map\n"],"names":["e","r","n","s","i","t"],"mappings":";AAKG,SAASA,EAAEA,GAAEC,GAAE;AAAC,SAAM,CAACC,GAAEC,GAAEC,MAAI;AAAC,UAAM,IAAE,CAAAC,MAAGA,EAAE,YAAY,cAAcL,CAAC,KAAG;AAAwP,WAAOK,EAAEH,GAAEC,GAAE,EAAC,MAAK;AAAC,aAAO,EAAE,IAAI;AAAA,IAAC,EAAC,CAAC;AAAA,EAAC;AAAC;","x_google_ignoreList":[0]}