@enegelai/bot-widget 1.5.1 → 1.5.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.
- package/dist/enegelaibot.umd.js +1537 -1479
- package/dist/index.es.js +1539 -1478
- package/package.json +4 -3
package/dist/index.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var se = (a, t, c) => (
|
|
1
|
+
var Aa = Object.defineProperty;
|
|
2
|
+
var $a = (a, t, c) => t in a ? Aa(a, t, { enumerable: !0, configurable: !0, writable: !0, value: c }) : a[t] = c;
|
|
3
|
+
var se = (a, t, c) => ($a(a, typeof t != "symbol" ? t + "" : t, c), c);
|
|
4
4
|
import { css as U, LitElement as rt, html as w, svg as He } from "lit";
|
|
5
|
-
import { property as k, customElement as Y, queryAll as
|
|
5
|
+
import { property as k, customElement as Y, queryAll as Wt, query as De, eventOptions as kt } from "lit/decorators.js";
|
|
6
6
|
import { unsafeHTML as ke } from "lit-html/directives/unsafe-html.js";
|
|
7
7
|
import { when as ge } from "lit/directives/when.js";
|
|
8
8
|
import "@shoelace-style/shoelace/dist/themes/light.css";
|
|
@@ -26,11 +26,12 @@ import "@shoelace-style/shoelace/dist/components/tooltip/tooltip.js";
|
|
|
26
26
|
import "@shoelace-style/shoelace/dist/components/spinner/spinner.js";
|
|
27
27
|
import "@shoelace-style/shoelace/dist/components/alert/alert.js";
|
|
28
28
|
import { repeat as Je } from "lit/directives/repeat.js";
|
|
29
|
-
import { until as
|
|
30
|
-
import
|
|
31
|
-
import
|
|
29
|
+
import { until as Ht } from "lit-html/directives/until.js";
|
|
30
|
+
import Ia from "markdown-it";
|
|
31
|
+
import La from "markdown-it-link-attributes";
|
|
32
|
+
import ut from "highlight.js";
|
|
32
33
|
import "@shoelace-style/shoelace/dist/components/popup/popup.js";
|
|
33
|
-
function
|
|
34
|
+
function Yt(a) {
|
|
34
35
|
return typeof a == "function" ? a() : a;
|
|
35
36
|
}
|
|
36
37
|
const ot = class ot extends Event {
|
|
@@ -50,7 +51,7 @@ const ot = class ot extends Event {
|
|
|
50
51
|
};
|
|
51
52
|
se(ot, "eventName", "lit-state-changed");
|
|
52
53
|
let Ae = ot;
|
|
53
|
-
const
|
|
54
|
+
const ja = (a, t) => t !== a && (t === t || a === a);
|
|
54
55
|
class Ke extends EventTarget {
|
|
55
56
|
constructor() {
|
|
56
57
|
super();
|
|
@@ -58,7 +59,7 @@ class Ke extends EventTarget {
|
|
|
58
59
|
se(this, "hookMap", /* @__PURE__ */ new Map());
|
|
59
60
|
this.constructor.finalize(), this.propertyMap && [...this.propertyMap].forEach(([c, i]) => {
|
|
60
61
|
if (i.initialValue !== void 0) {
|
|
61
|
-
const n =
|
|
62
|
+
const n = Yt(i.initialValue);
|
|
62
63
|
this[c] = n, i.value = n;
|
|
63
64
|
}
|
|
64
65
|
});
|
|
@@ -84,7 +85,7 @@ class Ke extends EventTarget {
|
|
|
84
85
|
Object.defineProperty(this.prototype, c, f);
|
|
85
86
|
}
|
|
86
87
|
static getPropertyDescriptor(c, i, n) {
|
|
87
|
-
const f = (n == null ? void 0 : n.hasChanged) ||
|
|
88
|
+
const f = (n == null ? void 0 : n.hasChanged) || ja;
|
|
88
89
|
return {
|
|
89
90
|
get() {
|
|
90
91
|
return this[i];
|
|
@@ -127,7 +128,7 @@ class Ke extends EventTarget {
|
|
|
127
128
|
}
|
|
128
129
|
// a map holding decorators definition.
|
|
129
130
|
se(Ke, "propertyMap"), se(Ke, "properties"), se(Ke, "finalized", !1);
|
|
130
|
-
class
|
|
131
|
+
class Xt {
|
|
131
132
|
constructor(t, c, i) {
|
|
132
133
|
se(this, "host");
|
|
133
134
|
se(this, "state");
|
|
@@ -146,7 +147,7 @@ class Wt {
|
|
|
146
147
|
* Copyright 2017 Google LLC
|
|
147
148
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
148
149
|
*/
|
|
149
|
-
const
|
|
150
|
+
const Zt = ({ finisher: a, descriptor: t }) => (c, i) => {
|
|
150
151
|
var n;
|
|
151
152
|
if (i === void 0) {
|
|
152
153
|
const f = (n = c.originalKey) !== null && n !== void 0 ? n : c.key, b = t != null ? { kind: "method", placement: "prototype", key: f, descriptor: t(c.key) } : { ...c, key: f };
|
|
@@ -160,7 +161,7 @@ const Yt = ({ finisher: a, descriptor: t }) => (c, i) => {
|
|
|
160
161
|
}
|
|
161
162
|
};
|
|
162
163
|
function X(a) {
|
|
163
|
-
return
|
|
164
|
+
return Zt({
|
|
164
165
|
// @ts-ignore ctor is typof State and not typeof ReactiveElement
|
|
165
166
|
finisher: (t, c) => {
|
|
166
167
|
if (Object.getOwnPropertyDescriptor(t.prototype, c))
|
|
@@ -169,7 +170,7 @@ function X(a) {
|
|
|
169
170
|
}
|
|
170
171
|
});
|
|
171
172
|
}
|
|
172
|
-
function
|
|
173
|
+
function Oa(a, t) {
|
|
173
174
|
if (a !== null && (t === Boolean || t === Number || t === Array || t === Object))
|
|
174
175
|
try {
|
|
175
176
|
a = JSON.parse(a);
|
|
@@ -179,11 +180,11 @@ function La(a, t) {
|
|
|
179
180
|
return a;
|
|
180
181
|
}
|
|
181
182
|
new URL(window.location.href);
|
|
182
|
-
const
|
|
183
|
+
const Pa = {
|
|
183
184
|
prefix: "_ls"
|
|
184
185
|
};
|
|
185
186
|
function he(a) {
|
|
186
|
-
return a = { ...
|
|
187
|
+
return a = { ...Pa, ...a }, Zt({
|
|
187
188
|
// @ts-ignore ctor is typof State and not typeof ReactiveElement
|
|
188
189
|
finisher: (t, c) => {
|
|
189
190
|
const i = Object.getOwnPropertyDescriptor(t.prototype, c);
|
|
@@ -192,7 +193,7 @@ function he(a) {
|
|
|
192
193
|
const n = `${(a == null ? void 0 : a.prefix) || ""}_${(a == null ? void 0 : a.key) || String(c)}`, f = t.propertyMap.get(c), b = f == null ? void 0 : f.type;
|
|
193
194
|
if (f) {
|
|
194
195
|
const L = f.initialValue;
|
|
195
|
-
f.initialValue = () =>
|
|
196
|
+
f.initialValue = () => Oa(localStorage.getItem(n), b) ?? Yt(L), t.propertyMap.set(c, { ...f, ...a });
|
|
196
197
|
}
|
|
197
198
|
const C = i == null ? void 0 : i.set, V = {
|
|
198
199
|
...i,
|
|
@@ -204,15 +205,15 @@ function he(a) {
|
|
|
204
205
|
}
|
|
205
206
|
});
|
|
206
207
|
}
|
|
207
|
-
var
|
|
208
|
-
function
|
|
208
|
+
var Gt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
209
|
+
function Jt(a) {
|
|
209
210
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
210
211
|
}
|
|
211
|
-
var
|
|
212
|
+
var Kt = { exports: {} };
|
|
212
213
|
(function(a) {
|
|
213
214
|
(function(t, c) {
|
|
214
215
|
a.exports ? a.exports = c() : t.log = c();
|
|
215
|
-
})(
|
|
216
|
+
})(Gt, function() {
|
|
216
217
|
var t = function() {
|
|
217
218
|
}, c = "undefined", i = typeof window !== c && typeof window.navigator !== c && /Trident\/|MSIE /.test(window.navigator.userAgent), n = [
|
|
218
219
|
"trace",
|
|
@@ -349,9 +350,9 @@ var Gt = { exports: {} };
|
|
|
349
350
|
return F;
|
|
350
351
|
}, A.default = A, A;
|
|
351
352
|
});
|
|
352
|
-
})(
|
|
353
|
-
var
|
|
354
|
-
const ft = /* @__PURE__ */
|
|
353
|
+
})(Kt);
|
|
354
|
+
var za = Kt.exports;
|
|
355
|
+
const ft = /* @__PURE__ */ Jt(za), Ha = U`
|
|
355
356
|
:host {
|
|
356
357
|
}
|
|
357
358
|
.cb-wrapper {
|
|
@@ -485,7 +486,7 @@ const ft = /* @__PURE__ */ Zt(Oa), Pa = U`
|
|
|
485
486
|
.text-button:hover {
|
|
486
487
|
text-decoration: underline;
|
|
487
488
|
}
|
|
488
|
-
`,
|
|
489
|
+
`, Qt = U`
|
|
489
490
|
${ue}
|
|
490
491
|
|
|
491
492
|
:host {
|
|
@@ -508,10 +509,10 @@ const ft = /* @__PURE__ */ Zt(Oa), Pa = U`
|
|
|
508
509
|
color: white;
|
|
509
510
|
}
|
|
510
511
|
`;
|
|
511
|
-
var
|
|
512
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
512
|
+
var Ba = Object.defineProperty, qa = Object.getOwnPropertyDescriptor, Ct = (a, t, c, i) => {
|
|
513
|
+
for (var n = i > 1 ? void 0 : i ? qa(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
513
514
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
514
|
-
return i && n &&
|
|
515
|
+
return i && n && Ba(t, c, n), n;
|
|
515
516
|
};
|
|
516
517
|
let Be = class extends rt {
|
|
517
518
|
constructor() {
|
|
@@ -521,17 +522,17 @@ let Be = class extends rt {
|
|
|
521
522
|
return w`<span class="cb-icon" part="base">${ke(this.svg)}</span>`;
|
|
522
523
|
}
|
|
523
524
|
};
|
|
524
|
-
Be.styles =
|
|
525
|
-
|
|
525
|
+
Be.styles = Qt;
|
|
526
|
+
Ct([
|
|
526
527
|
k({ type: String })
|
|
527
528
|
], Be.prototype, "color", 2);
|
|
528
|
-
|
|
529
|
+
Ct([
|
|
529
530
|
k({ type: String })
|
|
530
531
|
], Be.prototype, "svg", 2);
|
|
531
|
-
Be =
|
|
532
|
+
Be = Ct([
|
|
532
533
|
Y("cb-icon")
|
|
533
534
|
], Be);
|
|
534
|
-
let
|
|
535
|
+
let Ra = (a) => crypto.getRandomValues(new Uint8Array(a)), Da = (a, t, c) => {
|
|
535
536
|
let i = (2 << Math.log(a.length - 1) / Math.LN2) - 1, n = -~(1.6 * i * t / a.length);
|
|
536
537
|
return (f = t) => {
|
|
537
538
|
let b = "";
|
|
@@ -542,12 +543,12 @@ let Ba = (a) => crypto.getRandomValues(new Uint8Array(a)), qa = (a, t, c) => {
|
|
|
542
543
|
return b;
|
|
543
544
|
}
|
|
544
545
|
};
|
|
545
|
-
},
|
|
546
|
-
const
|
|
547
|
-
function
|
|
548
|
-
return
|
|
546
|
+
}, Va = (a, t = 21) => Da(a, t, Ra);
|
|
547
|
+
const Fa = Va("1234567890abcdefghijklmnopqrstuvwxyz", 10);
|
|
548
|
+
function mt(a = 10) {
|
|
549
|
+
return Fa(a);
|
|
549
550
|
}
|
|
550
|
-
function
|
|
551
|
+
function Na(a) {
|
|
551
552
|
return new Promise((t, c) => {
|
|
552
553
|
try {
|
|
553
554
|
navigator.clipboard.writeText(a).then(() => {
|
|
@@ -558,7 +559,7 @@ function Va(a) {
|
|
|
558
559
|
}
|
|
559
560
|
});
|
|
560
561
|
}
|
|
561
|
-
function
|
|
562
|
+
function Ua(a = !0) {
|
|
562
563
|
return new Promise((t) => {
|
|
563
564
|
const c = document.createElement("input");
|
|
564
565
|
c.type = "file", a && (c.multiple = !0), c.style.display = "none", c.addEventListener("change", () => {
|
|
@@ -569,7 +570,7 @@ function Fa(a = !0) {
|
|
|
569
570
|
}
|
|
570
571
|
const G = ft.noConflict();
|
|
571
572
|
G.setLevel("info");
|
|
572
|
-
class
|
|
573
|
+
class Wa {
|
|
573
574
|
constructor(t = {}) {
|
|
574
575
|
this.id = 0, this.url = (t == null ? void 0 : t.url) || null, this.orgId = (t == null ? void 0 : t.orgId) || null, this.botId = (t == null ? void 0 : t.botId) || null, this.convId = (t == null ? void 0 : t.convId) || null, this._options = t || {}, this._ws = null, this.started = !1, this.connected = !1, this.onMessage = (t == null ? void 0 : t.onMessage) || null, this.queue = [], this.pause = (c) => new Promise((i) => setTimeout(i, c)), G.info(`WSC: Created, url: ${this.url}`);
|
|
575
576
|
}
|
|
@@ -703,7 +704,7 @@ function be(a) {
|
|
|
703
704
|
}
|
|
704
705
|
};
|
|
705
706
|
}
|
|
706
|
-
function
|
|
707
|
+
function Ya(a) {
|
|
707
708
|
return function t(c, i, n) {
|
|
708
709
|
switch (arguments.length) {
|
|
709
710
|
case 0:
|
|
@@ -737,44 +738,44 @@ function Ua(a) {
|
|
|
737
738
|
}
|
|
738
739
|
};
|
|
739
740
|
}
|
|
740
|
-
const
|
|
741
|
+
const Xa = Number.isInteger || function(t) {
|
|
741
742
|
return t << 0 === t;
|
|
742
743
|
};
|
|
743
|
-
function
|
|
744
|
+
function Za(a) {
|
|
744
745
|
return Object.prototype.toString.call(a) === "[object String]";
|
|
745
746
|
}
|
|
746
|
-
var Xa = /* @__PURE__ */ be(function(t, c) {
|
|
747
|
-
var i = t < 0 ? c.length + t : t;
|
|
748
|
-
return Ya(c) ? c.charAt(i) : c[i];
|
|
749
|
-
});
|
|
750
|
-
const Za = Xa;
|
|
751
747
|
var Ga = /* @__PURE__ */ be(function(t, c) {
|
|
752
|
-
|
|
748
|
+
var i = t < 0 ? c.length + t : t;
|
|
749
|
+
return Za(c) ? c.charAt(i) : c[i];
|
|
753
750
|
});
|
|
754
751
|
const Ja = Ga;
|
|
755
752
|
var Ka = /* @__PURE__ */ be(function(t, c) {
|
|
753
|
+
return c == null || c !== c ? t : c;
|
|
754
|
+
});
|
|
755
|
+
const Qa = Ka;
|
|
756
|
+
var ec = /* @__PURE__ */ be(function(t, c) {
|
|
756
757
|
return t.map(function(i) {
|
|
757
758
|
for (var n = c, f = 0, b; f < i.length; ) {
|
|
758
759
|
if (n == null)
|
|
759
760
|
return;
|
|
760
|
-
b = i[f], n =
|
|
761
|
+
b = i[f], n = Xa(b) ? Ja(b, n) : n[b], f += 1;
|
|
761
762
|
}
|
|
762
763
|
return n;
|
|
763
764
|
});
|
|
764
765
|
});
|
|
765
|
-
const Qa = Ka;
|
|
766
|
-
var ec = /* @__PURE__ */ be(function(t, c) {
|
|
767
|
-
return Qa([t], c)[0];
|
|
768
|
-
});
|
|
769
766
|
const tc = ec;
|
|
770
|
-
var ac = /* @__PURE__ */
|
|
771
|
-
return
|
|
767
|
+
var ac = /* @__PURE__ */ be(function(t, c) {
|
|
768
|
+
return tc([t], c)[0];
|
|
769
|
+
});
|
|
770
|
+
const cc = ac;
|
|
771
|
+
var ic = /* @__PURE__ */ Ya(function(t, c, i) {
|
|
772
|
+
return Qa(t, cc(c, i));
|
|
772
773
|
});
|
|
773
|
-
const ut = ac, cc = "fffbd0c40003a861a6f64deb05ce8fbd1dc1ee6979000bf3230f3195138b950cbe3649439256307747d31c26065d09cfae70d799f0a043c6a90008c0101188082314680d008619c9079b61dc806a921a220095277a60d4131e44143d53814e10f4d06ba6491eb478900a8d59016632a23e0fa358875c770146cc650c1c499dcb9b0965d7500106c321427219428febbdafb2b5d76979a75ae40018d025f96f71bad4b0257666051808e5b74c34bf2db9660bb0e24b2a35886616f617013a24104242304600910b1130dc7b4e81750bb1216e880432ac0d75b0a2a1834f45e8e9a279a9c6c22cc9a7e3ac01cc5335e8c0d97180c960bad7998ce9ac025a2f1a0c888e02c46508045a96a20a60c91980100828a917425f96ddc64bc2ea19146c50b00bde68319005d85d10e462314ae197f0b48c74bfe986ced9dac3a9bbfad7e8f7ac2a525253c6e36cad4dd7c20e2ec4842dba61cbf30f0f7d628635005a66e63ec63560f22a48c694034a695617e603c12c05077310c0923018053379a48d1e921e409b28546c46619d8fa6c9b019ea20762d318e34c6291699d98662a61861204fda2a7933d57c1d023391f8605262a1598449c1ca332e084cb25a3198ac94666361b99f05c67c1aba0151b18d456ec8e0b4c667924153ba632409114cc587c7867ca8c047dcd7a834bc8d2a033a141df48ab82a803bd1a8651a215e356c6161b062114cb841dd89589b05f0d10ad255c4d70d8ad245e4abcd6b33fca8d6af5cc3db8d9244511ab2206a56c885690ad12cc1ba16308528d539daa40b22baf35eb61a7044a988132e926b754d82ea8ca85199ad5c42c0d62d35eb8d7301d56ef5b26c451748198c2a22c319b24ab67a246b186c8af0d54354c0957c342d9a2a4d7b3245e585c4d7254e107501450bb46abbfa38b2331996d9bae08953352c48af43d5c7b08b6572a44e0b11775fd8cbb2b0b0343230c6c5add2ca5ac8d549765977ff78e59659ca49adde749c6789409753bcff43d1a8d46a532da5a5a5a5a5a5a5a6a6a6a6a6a6a6a6a6ab671c71c71c6ae4141414140a0a0a0a0c2b06e0b039c1829859998b165991a5d2aa598e0a714183727471921e5721a1037a9c2fb7a1b9c0dc99c6ab19b821219de39219b82a521908908987d2ab1aab194159219cb31211fffbd2c42383f4bda0d20ffba7c624b3dd01eee938b82f149f14b82951c14d290908c90d294c90a598b0948572ce584a434a54a52b4a42c3829592199219219a52921160908d295294b1c79b70dc9b72dc9b70dc15b71e6dc37058e3cdb8e34db9e3cadb82c37056dc95f1e7c6f1e58e3cadb8f2c4845721f96242f2c485e7214865721f962422c484721c845890cb121f9c872116242f2b908e4390bfcae432b908ae43f390e432c486721c85e5890cae432b90ce42908b121f9c8721962432c484721c865890ce4290bcae432b90bcae43390a432c485e58908e4290bcb121f95c86721c865890cae432b90cae42ff390e422b90cae422b90fcb121795c865721795c86721487e721c87e58908ae422b90bcb12195c845721796242f2c48658908ae43ff390e43fff390e422c4865890cb121ff9c872196243f2b90bcae42fff2c48458908b12116243f2b90ffcae43fff2c485e5890bfffcae422c485fe5721796243f2b90bfcae42ffff2b90ffcae432c48460a40a6618626a61ce3d466883d6645657458106350e2d6321a39532150c231a421532413d3399952b690e8430cc534d4ad0638ad993418742c24072f7385897cae5e348120397e5e348521397e5e2b734cd8364b06c160d93364d82c0ea6838ea63a0e863a8e9e581d4ca0283cd5d284b050795942650143e6e1c1b87058706e5c95b9370e4dcb92c382b706e1c15d22c522ba7e574cae9f9d2a458a474a995d32c52ff2ba4574cb148b14bfcb14cb148ae99629795d22c532c533a74cae995d2f3a74ce9533a74cb148e9d2f3a74ce9d22ba474e99d2a458a674a99d3a65748ae9f9d2a474a91629962995d23a748e9522c53f3a74bce9d3f2ba65748afa9f5ea57d4b1d3cafa963a163a7963a163a1f5ebfe57d3fcfa742bea7d7a15f42bea7d7a1f5e9e7d3af963a9f4ea57d4fa752c74f2c75f2c743ebd3fcafaf963a7ff963a79f4e9fe57d7ce9d22c532ba474a91d3a674a97962996297f9d2a658a458a658a458a4574cae916299d2a474a995d22c522c533a54bcae915d32c522c52f3a548ae99629795d3f30c6831b320f483c329501f8331a98f233a001f9342646273295483d326307f03331098c307e52ae3189883d3186475630e704da30e744db320f0627329501f831040411307e4fffbd2c42383f3fdacd40ff6b68668b3dc81eeed7841031044a54318984112a8c4e641e83f26208082260fc0822560fc183f041e183f00fc183f20fc983f20fc983f20fc95896e60bf863460bf86365805f8c17e0c68ac31b2b5f8f1bc68d7fc68d7f5fcaf1b35f97e35f97e2c2fc585fcb0bf9e36bf9617e2b5f8d7f5f8ad7f2c2fc6bfafe56bf9e34bf79617f3c6f1bf2b5fcb0bf9afcbf95afc585f8d7e5fcb0bf611fc419f8f08fe7833f1e0cfcf847f308fe7833f1f067e3c19f9067e308fe7c23f8c23f9067e40ff3f8067e20cfc047f00cfc611fc81fe3f207f9fc033f211fcc0ff1f903fc7e423f803fcfe423f903fcfe00ff3f8833f011fc847f211fc047f303fc7e211fc01fe3f211fc033f011fc7067e40ff3f908fe023f808fe00ff1f903fcfe019f803fc7e419f808fe019f9067e40ff1f9067e211fc01fe3f3c19f8e0cfcc23f9067e40ff3f8067e023f808fe60cfcc19f8c19f9847f211fc047f011fc033f1067e60cfcf833f25808830881d435e33e33263062346d46d31d427b31d41d4346d3c633201d5308827a308846d351212e32267a39ea7a34b92f3221d537552f32252e2b4b8dd5c80c88c84e7a4bcb0ea9ba9e315a5e697baa644cf473da5e58220c894bcb0449a5e449612ff2c110584bcb0447991044191244160892b4bfcc88224ac882b2a4d0a114ca8114c44114ac442c089e562279588856c458633e362f3e362362623e3e3f2be23e3e32b633e263f2b88fffff2c44f95c47f96227ce2224e2620b11071310713105889389882c44f95c41c44496220ae23cae20e2627cb1127111257105889f2c449c4c416220ae24e2224e2620ae24b1105713e588838988389892c44f9c44416224e2220ae20e2223cae27cae23ce2220e2620b1105711e5712571271111e57127131257127111271313fe713125712588938988388892c4479c4c41c44416224ae24e2220ae20e2620b11058882c44ffff95c4795c4ff95c415c416220ae20ae20b11271310571271313e58882c44f95c49c4c4ff95c416224e2627fce2224e2220e2220ae20b111e57107111071111fe5888ff389882c03a18838cc99ca16b996b8501ad09db99db86c161e34cb0c730c6641d4c664f7cc570e54c570570cb08734d2b4b08ac360cb5c284c86c574c57428fffbd2c41e03f239a2e40f7370c65fb39cc1eeed980c364364c360730c364edcc360364db2d936c734f9bcd3e6b60db0d82c734db3cd36cb60adb27068399d732588319d20e7068399d20de5850f9d75405850796140575c3535335252353c32c611e1291a9e11614cd4d4cf0d4cf0948e8684e8684b14074140574058a12c509d0d09d0d09d0509d0501d050796363fcaf64af67ffcb1b257b1fe58d8f2b74375742b742c3a9baba15ba161d0dd1d4add0b0e9e6eaea56ea56ea5874374752c5096280e8680b14057405743e57407414058a12ba12ba02c50f96280b141e58a12ba12c5096280add0dd1d0dd1d0dd5d3cb0ea6eaea6e8ea58752b7537574374742b74374752b752c3a95ba15ba9baba1ba3a161d0dd1d4b0ea58742c3a7ffff96367ffffffffffffffffffffffcb0e856ebe5874f2c3a961d4dd1d7fcadd4b0e9e6e8ea58752b752c3af961d4add3cb0e86e8ebfe6e8ea587537474f2c3a161d7cdd5d4dd1d0dd5d4add3cc388588c9e8220c4b91b4c989388c58898cc5b4740c2a48c8c58c38ccb8898cc9ec220cc84c80c4b84bcc224754d4491b4c62988c63588ce2b88d2e224d2e224b0449f8f3d1a5c9719104499124415a5e6971106973aa58750d2e220d2e220d898cf8d8cd8d8cd898cd8d88ad8cd898cd8988b1c7e586336363f2c711b1311b1319618cd8d8cb0c6586236262363632c319618ccb8b8cbcbcb05c565c582e32e2e32f2f32f2e32f2f32f2f32f2f2c1796220ae24ae20b113e71313fe71111e5888388892b882c449b1b115b11b1311b13116188d898fcb0c66c6c45862363632b632b63ff2c319b1b1796224ae24b111e711125711e5713e5713e58882b882c441c4c4f9c4c4ff9c4c4f9c44495c49c4c416224ae24e2224e2627fcae20b1105711e5711fe7111071111fe57125713e57106c6c46c6c45863f2c3195b115b19b131796188ad8bcd8988b0c45862363632c319b1b19b131f9618bcad8fcd898cad8bcb112571257125888f2c44ff95c495c4ff95c47f96220e2624b11258882c441c444ffff96224b112571257105711e588838989f2c44d3045045310b0a932632e232630623562062316226236620e32c1b198850229885919194a88598220e81fc431160623589e23588622b18cde2988de3788c63588fefffbd2c42083f3559ee80f774bc682b4dcc1eee9782388c6278cb0b1161623388e32b588ac62398d633188632c0c46318c66319c46710c66310c66b1ac66318c46310c46310c46710c6563118c431f98c63199c63118c631960e3f318862f2c0c7e6310c45818cb031960622bc678f1163196319e3c658c478b1163179e2c658c65788f1623c58cb188f1622bc678b115e33c788f1623c58caf195e32bc5e71221c5885710e24438914ae29c58a71621c48a588a5714b110e2c438910e245f38b13ce2442b8a71621c58a5889e5714ae295c42c442b8a5713cae29c48858885714b110e24538910af115e22bc658c478b17f95e33c588af1ff9e2c678b19e2c678f1163179e2c478b1ff95e3f2c62f3c78fcb18bcaf196317f95e22bc7e5788f163f2c632bc5fe58c678f195e22c62f3c78bfcaf1163196317f95e32c622c633c58caf11e3c4578caf1f95e32c633c78bfcf1622c632c633c588b188af19e3c5e58c658c678f11e3c678f17ff96319829829986109a99a6b1319ef03a19ef0cc99150cc195d8cc99a683a18730f598ca89e99a615d995d2819fbecc9d755d95c54698a626980d26559dc71520c68357471520c6cc33075d8ea63a0ea68345468320e63a0e875d20c683a0c63aa0fe5841cd98664b0831a0e8318ea3a95a0e563a160752c20e63a8e86838e858418b03a160753148523309353148c22b14cb02918a42918a629160522b14cc5314cfaf52bea7d7a163a963a1f4ebe7d7a95f53ebd4faf43ebd0afa795f53ebd4afa963a1f5e87d3a963a15f43e9d0afa79f4e858e858e858ea57d0afa963a9f4ea7d7a9f4ea7d3a9f4e857d0afaff9f4e9fe7d3af95f52be858e857d4faf53ebd0faf53ebd4afa1f5e857d4b1d0afa9f5ea7d3a7963a15f43e9d0faf52be87d3a163a163af95f52be858ea57d4faf5f2bea58ebe58e87d7a15f42c742bea58ebe57d7ffcfaf52be9e7d7af95f5ffff2c75ff2be857d7ffcb1d0faf52c742c742c753e9d4afa95f52bea57d3cb1d4afa95f52c742bea57d0afaff963a95f43e9d0afa7f95f53ebd7fcfa753ebd3cafa15f42c743ebd4afaf95f5f2c752be857d7fcb1d5508000160382b0e0d954f0d94654deb7acc397acce7d10dea4f0d4b2c4cb02c4d311a0ad3134c0aa34c4ef33b8ab3059193460b03fffbd2c41a01f0c5a2f0aeeb34c619359dc1dde6682c04b32403834f43832403932443930e03932403932413c3240392c070648072561c9870489a7a48161c1b972587258726e5c9b87265e51ca2c65cb9cb2e65fe1cb94565ce59634a94ad21a44a584869529a4485694ad216129a54865cb1972e72e51962c65cb1972c565cb05ccbcb32e5ccb162b2c56b79acb1acb1aeb9acb1aeb9acb1aeb15ac6bae56b15ac56b15ca72485894e590e490b1295ca5894ae52b90ae539252c49e724a5897ce494b121cb2f9cb21cb29cb21c9215ca5890e497ce597cae42c4a57215c85894ae42b97cf9e4f9e3cb1c15f1e57c796393e38ff2be0f9e7caf92be0f8e4af92be0b1cff96392be0f9e0b1c15f058e0b1c796382c71e7cf3e7c7257c95f258e4b1c95f1e58e0af92be4b1c1639f2be7ce493cb127f9c9215c9e5721c9215cbfe72ca5893fcb1279c921cb29cb2f9cb29cb21cb29cb295c85890ae42b90ae42b93cb12795c857298701c1609034f2413901eb3094683091733344d033e0d132acaa34c4ee30957434c1313244382b398d3c4f0ace730e13d34f53d37ac3937ac3830e4382c07261c870648a786ca27a580e4ce244e44e4ace4ce0e4ce240ce240b072723226727058382b90339392b382b382c1c99c1c9c89c960e0ce4e0ce4e0b07067273e6727258392b38ff2c1c19c1c960e4b070670705838f2c1c19c1c99c9c19c1c159c159c960e4ace3ce44e0ce4e3fcce0e0b07058382b38339382b3933839396439252c4872ca72ca72ca57295c872485890ae53964f3965f39242c4be58e4af92be0b1cf96383e783e383e382c727c707cf07c727c73e58e0b1cf9f1c15f058e4f9e0b1c16382c727c7257c95f07cf27c707c727cf257c9f3c95f258e3caf83e792c73e58e0b1cf96392be0af92c7057c9f1cff95f058e0b1c16382be4f8e3ffcaf82be4b1c795f057c16383e392be0af82be4af82c71e57c796393e392be4f9e7fcaf9f2be4b1c795f3fe7c7258e7caf93e392be0b1c79f3cf95f257cf95f1fe57c79639ffff2c70a0800079603ecd71612cb09de71381f66aac420687e4226650cdc6176680617668061769dc58268332932930fb211343e211355621032115563328328343f0fa30fb0fb33280fb321021032112102b43e32112112b329fffbd2c42b01f3f1acdeaf777286a1355cc1eeecf82c1f467d1f5e7084207081f456c895977e65db2265d32265db207081f4583e8cfb3efccfa3e8b07d960fa33ecfb3fbfa2bfb2bfa3fbfa3fafa3fafb3fafb3fafb2bfa3fbfb3fafb3fafa2c7d963efcafe8fefe8b1f5e58fb3fafbf2c5d1dddd9dd5d1dddd162ecaeecb1747777477574577458ba3bbbb3bbbb2c5dff963ebfcb1f657f5e57f457f5e57f5e58fbfff3fafbf2bfa2bfa3fafaf3fafbff2bfbffff2c7d963ecfefe8fefeffffcb177e577658bb2c5d7962e8eeeebfcb17458bb2c5d1dd5d962ecaeecaeecb176577458ba2bbb2c5dff95dd15dd95dd1dddd7f95dd162e8aee8b17658ba3babb3baba3babb3baba3baba2bbb2bba2bba2c5d9dd5d15dd1dddd162e8eeee8b177e7f5f7fe58fa2bfa2bfbff3fafaf2bfbfff2bfa2c7d9fd7d7963ecb1f47f5f658fb2c7d163ecafebfcfefe8afebfffcfefecb1f5e57f457f7e58faff3fbfaf30e326333624e333632e231d546d312e1d530a8233323210b36ac7a31ec7a2c4f46eaba86318c46f18c67719c47315c6631ac46f19c658754c89224dd4c84f204bcc894bcd2f4bcd2f224e7a4b8ad2f34b8893220882c11056441a5e44191297160882c112644113e711125712588938989389893898838889f38889f388882b8838989f2b882c447f9618cb0c46c4c658633626336262363622b632b633636236263362622c319b1b19b1b19b1b195b179b131f9b1311b1311b17196188ad8cd8f88b1c656c65862363622c3195b115b196188d8d88ad8fcd898cad8cb0c45862363622c3195c415c495c416227ffcb11258892b8838989389892c441c4c416224ae20ae23ffce2620d8d8cad88b0c656c456c658632c31f95b19618cad88b0c5e6c4c66c4c7e5863362632c319b1b1f95b11b1319618cd8d88b11058882b892c4416224e2220b113e5889ffff2c4479c44415c415c4ff96224e2620b11257125710713125712571057105713e58892b88f38988388892c441c4c4796224b111e58882b882c44f95c416227ce2624b1105711fe58882b882c44795c4ff96223cae20ae23ffcae26f331e433b76dc30b95e3a3df73449133dd72835791335782f30bd1236a87a37d8c730b8c630bc7a331c2e357df730b82f31ec7a30bc2f30b87b344daa3fffbd2c41e83f005a0ee0eeb3706ce341c42bdd0003187a31e8c730b82e2b44ccc60b8cc61e8c7a31cdaa1e8b03d960c731ecc731ec7a30bc2f2b1e8c2e1e8b03d1ae5c6bbd16171ae5e6bbd15ae35cb8d72e2b5e7e97161795ae35ebcd7af2b5c6b979af5c6b97161795ae2c2f35cbffcd7ae2b5c56b8b0bcad715af2c2f35eb8d7af35ebcd72f35cbcd7ae35ebcb0b8b0bcb0b8ad79ae5e585e56bcb0b8ad79ae5e56bfcad796179ae5c585e6bbdff9af5c6b971af5c6bd7962e2bb8eebceeb8aeff2bbcaef2bbcb1795de58b8eebceeb8efbcaeffff2bbceeb8efbcaeef2bbbcaee3bef3beeffff2bb8b171df7962f2c5c58bfcaeff3bee3baeff3baf2bbceebcb171df795dc775c58bbcb17962ef2c5c77de58b8aef3bae3bae2bbcaee3bae3baf3baf3baf3bee2c5e77dde58bcaefffff2bbffcaef2bbfcaeef2c5e577ff9df7962f2bbfcaeef2c5de577162ef2bbcb17fff95de577960360c731e34da20e50cb58e4cd688b08d2b0734e5d9e30c730360b03306576576658639a61ae76c639a76c6b40958561b2695a76c561b0639a5847db58458360adcd2c58666c9b07615846e6d8658364dcc730dcc730cd8730acd83364d8f3361cc2c1b256e6959b258360acd92c1b1fe66c9b06e69b066c1b258364c741d4c751d0ad0631d47431d074f2c0ea63a8ea63a8e8563a160d83360d92b360acd82c1b2566cf99b06c99b26cf99b06c99b06c98e83a1607431d10631d4742b1d7cc751d0c751d0c741d3cac752b1d0ac752b1d0ac752c20e63a0ebe63a0e8563a18ea3a98e83a158e8563a958e863a8ea581d4b03a958e863a8ea63a8ea65094058284aca0f2b284ca1287fcca1287caca1ff3280a13284a1f2b280ca0280ca0280b0501594058280aca02c1405650960a02b284ca0280ca0280b050160a1f3280a03280a03280a1ff3284a1f2c14265014258284aca1ff3284a1fffff2c1b3e58363fffffffffffffffcacd8ff2c1425650194050799425095942565079940509594258284aca12b283caca13284a0ff2b284b050160a1f2c1405650194250960a0f2b284aca12b283cca1287fcaca12b284b050da03028040204010140a02010080300640ae302500803053c24f30d7c2a930ca42cf31c4921a300f0001300c4005305cc04f303cc03e34620fffbd2c41c003485d91db9ff00062e346243bfd000a9035bccab50300ac600d80006071010c603180c6611a82666027812018002a546032072608a05e690660a6330a28160074dc46f0c033306302b302a06234f02603428582329635f2eb1698880854e0c110038c168038c094064c008008d454d7cc660a5cca5c1d4c4f03899c459a1b8ef3180e80e98018048b009ba542604818c60701ba620e09e60de09e0d024120006cca729e4ca5b2baf182ea7acba030220082203b14028160104972b0109332164c5a76aafeb228dc6dd359e5dba0a2ff2c00c182d01c182d03d180c00c980c801c4eebff1779ae3fb76efa7ba8ca8927c39707a7a27c79803803958039803803980380398030031583a983a04c1583a45e2f14a771593bcf4b7e24f32e789492ebff72f45ee5ebc61540c4603207e180afe17007f53b0c00e4c44c60c00c8c50fd0fffd050d050d1c65d6a2ffffa251aa27c567d0fffffa219580133ba3f75e3292edc1863a4ea46dd474fffffffffffffffffffffffffffffffd4f980d0090981280b6984e00481848a1621869a25d18f32518198f263d19bd283d1a7d2d1b1b0fcf639bcf8c85987b8ff61db16c151d0749fb9cd72df399c764769881e1d19834809d9862389858ce9c5ca99b38cc9a0c149986cd1bcf161d83ce1ea3a91bc8f1997c611a16ce1bcaf21c32d31ade9b19160f191c9a9a68b599fa7d1986450b14e60e03a6271126471166450aa62a03a60e03a60e8a464698867d9f867f99062a83660d0403a0e98300e98a029983e0d2439810069810029810069818068602a8ab8ab3a01500a912a95c5987095b948b016d5fdb3ff4b0ee54255006ed19788c17050c2d0b8c49128c320c41c18a6f1728b945ca4e29eeef1fe56c8a800980801980402d79dc7a4a01980002980804980c03980c02df30180530902530880542c301402309446311448311c4830982528014c03000c23098c05008c05022b592500e2b477b0ffcea5d66d967ffffffff94b20c5dcb0cc4989356a6d779ddeb2ad6b755f57765b2996dda596d3bf38d6869da96d9d53434ef4ba1a7fa3384aa5d6bf2ab19a6ea300c013730b805f33126021130cb4230301a424a304f4122302905f9309b01e5308bc0253115c16431c9c4aa319809b1348b010e360fddfffbd2c41b83e62974fe0ff1f1056daadc81ff69e01033cce9a13e9998033720c8e03095404e3043c257309e00bd30074315306a01b93964c434b07666b9b5a486915398b4c4670561abd5a6ab341a9c58670859b40ea6965b8aa08c26b43291e438b21c5630e828906a18255402a4302824c4020012f82a2415279830b466f22268084188a8850f8238c0276895daa096a1e4406a530a427eb58491f081545ea7a311caba0d9712c06c2245b452039921093ca2624399cb1b2c29eb96a1f6c6b339233293c2e2af1b85c542519395617227c748270778c241b5976196923c2e27c2ba5fc4c49b6b75f582ca7ea3735ffffe0ab665746b4266378e2dfd7fffffffffce36c31231de4bfd191ff117fb8c19504f0c09013dcc8583304ca622984cb0e2c3cd17e039c8a86738190f763626173e280ca4e36eeb34d7401280e67a692ccc6a3708d58face8f60fa0b0e9df6268c2ee3714d7e9284d281eb4c64d280d7ecbbcac398c654a60c39c654c650e70d285280c650650cbbc650b032a63283286532530632a1ce61cc32a561cc61ce32863281ce612012061221206072070607207058038f2b03930390903d094d26834fa4ad216349a44a7a741e9d06952f95a42b485694b090ad2ff9a548695214492c25f34893cd3a62aa434a93cad29a548584869529e8485694d2a434890d22534a94b090b094d2242c2534a90d3252b4a5690b090d2a52b4a691215a534890d224f372e7fcb0e0b0e7ffcadc161c7fff95b92b73fffe56e3cadc7e5dffff372e3ffcb0e7cb0e3ffcb0e7fffcadc161cf95b82c382c382b70587058726e5c95b9ff370e3cdcb8f2b7058725873dff2c38ef9b871fd3a21dfffff65f302a03bf3183c6d2327a41d139209453312084833623919f370206d535458e2633ec4e26388c9fe23a48b6a13da898f333712b75337150153ed089223371145331208dc430be454831cd84203042842030be442035b23231156d2c15065408a685216685088685216568515a14685a1665408856541888549950229a1622959715bd15bd95bd9973d961eccbcb8cbcbcea510b08858452ba8345453444434444345a9345452c2296114d1114ad14d1110d1514d1110ad10d1514b08a575258442c549a2541a2221a2a29a22296110d1114b08868888584434fffbd2c46c83f3bd56de0ff77085de2a1ac1fe6e4054534445344452c2215a21a22215a29a22279a2221a2229d4a296110ad10b08a68a8a5844f345442ba82c2296113cd1110b08a568a68a8be58442b45f345452c22f9a2229a2a2f9a2a296110d1114d1514d1514b0886888a58442b44f345442b442c229a2a296117fcb089e68a8a5844f2b442b453454434545345443a844345453454434444344a834445345452b443a94534444344452c221a2221a25416114d1510ad10d1514b08868889fe568be68888568868b5256886888a568a68889fbf9dbbf45c58018cc0620d8cc4e31388c3620d88c5630d8ccde23388e1e2878ce6e33d88d1e32788d3e24f88c660a18cdae32788c9e2358cd7625d8ce1e2358cef62e58cd0e2438cc6e2358cd762438cc6e33588c9e31b8cc3620d8cc162178cb00b1182c60b1182c40b11f8dc456e33f1388b1e3371b88ad8cf8b88f8f8caf88d8f88f8d88b0c65862363e32c719b13195f196388f8d8fcf8988b1c65863363632c3195f115b196188ad88d898bcd8d88d898cb0c458e32be32c3195f19b1b19b1b19618cd898cb0c47c4c456c66c6c65862f36362363632c3115b115b115f11b1b19b1b115b11b1319618cd8d8cd8d88ad8cd898cad8cd8d88d8d88a310b0c46c7c66c4c456c66c6c47c6c66c6c7e6c6c458632b63362622b633636336363363e2f363623626336363ffd15b1f9558cb0c47c4c66c6c458632c31ff9b1b17f95b11b1b17f9618fcb0c458622b632c319b131f9b1b115b115b17ffff9b13196188d8988d8d88ad8ffcad8bffcb0c7fffa363622b622b62fecf95ff2aaf2c084258217cce061080c9c9655cd3ae3270dd952720e33eed24e068381cc4203dc0d957381cce0781a4e33eb494f70aed24cf704eb8cf701080cf702cc8c6f45a0cc2b7217cc9c81bd0c58b0ad8c58a0adcb02109829a2101829815b188400a61d6ca69a9b5b9554c35314c35314d2b3eccfa3e8cfa840e103ecb07d99f47d19f67d962102b3eccfa3e8cfb3ecacfa33e8fa2c1f6582efccba2e8b05d960ba32e8ba2b2e8acba32ecbb2b2ecb05d9597665d17665d177e582ecb05d19745d15974582e8cbb2e8acbbf32208832252f32208932252f32208932248834b88832252e2c11064411064491264425e64411206bfffbd2c47903eab9a2d20ff6b3471eaa5801ff5a38ac804576115d84577062ee0c5d81ae97606ba5d8457581ae976115d01ae9740c5d40df4fb037d3ec22fa063ef08bec22fb063e818fb063e818fae06fb7d01bedf606fa7d845f406fb7df06533c194cfae11a6ffffc234d81d369947ffffffffffff06110c1f907e0c1f81044d4c44abce14c8534d8f25314c1f820f0f62f7cd8ce8395f0d2af6c24df37e970f2038d90c413a6a0e14fc808e9a763d4f204c80ce3642950ce821038ce801044c4114abcc40e1898c4101040c1f91040d89f1acf1a9898c7e5898d89c7e4ae0f0f1aa0f0e0f5044ae0f0e0f5044d0420f0c7e5040c7e07e4b0823e63f282056c4e5541134101f834111f831f91f82b1f934114102b1f834114112aa08941f898fc2089607e4ac7e0d0407e7cc7e1044b03f05682056823e68203f0581f831f81f92c20818fc8fc98fc208f98fc0fc1a080fc98fc8fc95a0879607e4d0407e4c7e1040c7e47e4b03f263f03f0563f263f23f0563f0563f063f082063f03f063f03f063f23f263f23f0581f831f81f92c0fc1607e4b03f068223f263f23f268203f3e63f03f0584102c20898fc0fc019f93f00c3f2e113f2113f3033f27e0227e4187e4227e4227e4187e00e089f908c11061f9061f806410033f27e2067e0fc819f83f1819f93f0067e4fc830fc830fc419040187e3033f27e40cfc1f8061f9c227e00cfc9f9061f8061f8091f9033f27e4187e40cfc1f9033f27e2113f0067e2084187e2113f2113f00c823830fc830fc7f7061f8844fcaffffdc9d9fffffd75f317f31b37f117f34b7b29398c65434b665534da7572c30c9a6dbab1a6d12f1b2acc61b2ad949bf832a198d32a1b2a6629d947fe9b2a0bf98bf25b192f30c99ce12f989092f192f12f1612d8cc68c6cacc68cc6c5fccc685f8b06366636634663496e66362fc6bf2fc6bfe346bfafc6bf2fc6bf2fc585f8d20978ae5f3485202c4be690a406904bc5690f961213979212c24272f240690242569096121348521348521397d203481203485202c24258480ad203485212b484ad203485202c4bc56909a429095cbe5897cd21480d21484d21487cd20978e5f484d21480d20484ad203485202b480ad212c242569015a40690a40690a42690a4058484ad20ff348520348fffbd2c48183f27178ce0f76b545f6b61a01ee57205212c24258480ad213485212b480237e065f8237f81dfafc077fbf4237ec197e832fc0cbf832fc11bf611bf032fc11bf832fe0cbf832fc077fbfc237e065fc237fc197e03bfdf8237e832fe11bf01dfeff065f8237f832fd03bfdf8237e846fe11bf832fe11bf846ff065fa077ebf81dfefe0cbf832fdc0eff7f065f8197fc197f065fc237e08dfe0cbf60cbffffc197e2c0bf18bf0bf9bf859418bfa5b9d9418d15d941a6da6d9a6d44a18bf8bf1598d1961ad0986cad01890a6d9b0c9ce992f3ab9596198e69619a5606c18bf18d961954cc6d2dcb096c62fe2fc696c63462fe2fe62fe96e62fc96e696c2fc66342fe5663466342fe61b039865861b0561b261b239a63981b2581cc31201202b1202b1202c09018908909589015890992f0901f35b0586c1b65b26d86c9b61b06d86c95b63cadb26d96c1d72ba6a1ae95a87cd40a13aea80eb8a12b501a854275d5095a84d42a12b6c9b61b056d82b6c161b06d96c15f33cdb2d836c364db0d92b6c9b65b056d8390484e4120390c80ae427209095c83fcb120390c80b120390484e4121f2b901c86425890162405721390480e41202b90f95c80ae407209015c80ae405890f962425720390484ae40720901c86405720390c860cbf846ff846fe11bf846ff832fc11bfc237fc197e846ff81dfefe11bf832ff832fdc237e03bfdfbc197ef846fe11bf832fffc237fff832ff81dfefdfffff065fff08dfa0cbf2af2c1611a561619ad086c1bc6256986c0e698e61db186c2d0991503a991528199ca96bf995d8cc183a95d98cc883959ca996b0ae18500ae18ae8ae18ae10d99ca05098ae0ae158e6186c06c996186c186c06c186c86c1586c98e686c186c86c986c1611d71406a1501a86b858501a82ba56a02b501a854258509d71405850161426a0509a8543e6d86c161b256d836c363cb0d8ff2c363cace9e5883f99d0ea583a959d0cea7433a1d4cea7533a1d0ad43e585095a84d40a12c280b0a02b5095a83cad41e56a12c280d42a1350280d42a0350283cb0a0350a80b0a0350280d40a02c284b0a0350a87cd42a02c284b0a12b3a19d0ea7073a99d0e8583a99d0ea6743af99d4e86753a99d0ea567533a1d3cce8752b3a160e86743a160e9e6743ac1fffbd0c49001aae194d80f72b58554b59a95eed5a08d808b600db0d9c22d906367831b1c22d8c22d8fc18d808b620c6cf063660c6cf036cb66116c01b65b2116c7fff08b67831b3ffffc18d8720624024262422406caa96c696efe06634fe0696e2fe584b6f32c269733b61cd32c30d831cc2c2375639c339c120339d4da2bb08ec2364dcd360e5e480e5f978f9c97cd2197cb0901f3a909f39ce15cbc6904be7cef386904be572f1cbc909cbc909cbe90961202c24258480d21480232106484192108c80192008c800e4320064840db1cc036c36418d981b65b2116c7845b006d86c831b20c6c045b0116c81b65b2116c01f31b00c6c0339a0c6ce0c90046401190e0720900464184642119001c86400c6c831b2116c831b00ce6045b006d96c01b65b2116c81b61b006d86c831b006d86c031b206d86c81b65b006d96c045b00c6cc0db0d881b65b006d96c01b61b20c6c845b006d86cc0db2d90636606d86c031b308b6022d8036c363f06487fc1921846400c90c192084643e0c907c1921ff064842321fc2320c1921c2320e0c9083241c1920e1190ff0648383241ffe1190552b188b0719f7f4a1eb57c15bc66b19c46e821474a4645719988ab69bc4b11ac4311dc4b11cc47198c4b198882219502296045338ce33589622b388d62188c6338cc6318cc63588b071195222995222195022160a832a04532a0452b110ac4432a0442c08862208a78b1f95e23c58fcf1633c78bcae2162215c42c442b8a588a588be71221c58a716295c538b14b110b114e2442b8be5714e2c538b10e24538b10ae21c48871227f9c58a7162162216221c5885888712216229af5de585e6b9715ae2c2e35cbcd72e2c2e2c2f3f4b8b0b8ad715ae2c2e2b5e6bd715c42b885710b114ae29c48a588a588a58887122ff95c42c442c45f2b89e5710e2442b8bc238e11c611c5e11c5f08e3f83310331ffff8471047160cc708e3c198c238c19881988238c198e0cc7833103318471e0cc508e3f8331c0f1e3e0cc611c7847103314198e0cc5066308e3e0cc41f2c1e6a5119a1af08bc29b0f2a7b986cca7b194d8c3c98dd06f719b1a90d9a4346c69a4366c619b1a47f1ef71b39b74ef71ef76f71a08e3598fce351a08a081bc6bc61f9a79a953cd4de33cd7cde31e34a79a8de37cdfffbd2c4d083a94daee40eea974694295845ff597a0d1c3634ad1c0e3ff630e3f91c0d1c11c0dba0d98cd9a9b0cd98d98dba0d98cd9cd9ccd9cd98b0dd3e566cfe66cc6ce586e9f36e9367362741136271f831f81f9f34101f82c20898fc8fc1a080fc1a088fc18fc8fc04638846380323884638c191c0231c4191c40e38c71064700647108c7003530a640d4c29903530a600d4c54d08a9803532a6418a600d4c54d03532a600d4c29981a98532075314cc22d980db3367831b3831b381b666cc0c6cc06d9db381b666cc06d9db3045b3845b381b666cc116ce0c6ce06d9db3c0e384708463804638e118e0118e0118e2071c63881c718e0118e3f08c70038e11c00e38c7108c7008b66036ccd9c0db3b67c18d9822d980db336608b6608b6708b67036ccd9818d9818d9c0db3b670636706366036ced9c0db3b6606366845b381b676cfc191c2071c238f08c71f846380323801c718e384638c191c3c82bb45762bd6a189200a0f3144ca433d6cc69c36b368403455f43b3455ab8137c0e4323674ca4235040d5636b2cd573290d4a32a9ee6553dc8df03144ca294533f88be230f8d3e330f8c7e333dc8a4333dcd9d332908a4332908a423144ca423144ca433290851231448513314494a231448f7233dcc5133290c5122c0a24587e3d95bf1960f8ccf8cf88b07c4583e32b3e22b3e333e23e333e37e333e23e333e33e32c1f199f19f1160f8ccf88f88cf8cf8ccf8cf8cb07c4567c6583e333e23e237e23e284e898328981d13a2611a240ca2611a2508d1281d12a260744a8981be27c6117c4117c606f8df101be27c60c7c407f89f181be37c606f8df101be37c6117c6117c5063e208be281be37c5063e3037c6f8a117c581be27c7831f181be27c5063e2ff81be37c5f831f1781be27c4117c6117c40c7c4117c406f8df1c18f880df13e2063e2063e208be308be2845f1c0df13e2063e2037c4f8b08be3037c4f8fc1944c2344ffe11a27ff06513e11a270aa27fff08d1303a2544bff06512f065128468980001f961a0f32f89be330f8cbe22b674cd4a3528ccf727c08d4a25288c923183cc9221838b0ce9194867b9997c67f118fc69f198fc63f19b07b071c914919b07c91963f88a1f1cdf88f8cef88f8f46d3baae7aacd386d39aae6a254867487486fffbd2c4f0002ff59cc10ffad486bcb35849ff59b3574846a24a26574866fc67c667c67c667c6fc6583e233e23e22b3e332f82f832f92f9360f60f32f92f92c17c7960be3ccbe183cb05f265f2c1e65f25f065f0c1c56c1c582f832f860e32f82f932f82f8035f0be40d7ce0f035f0be7062f8062f9062f808af981af95f2115f006f8df1c22f8822f880df1be3037c4f8818f8c0df13e208be2037c6f880df13e2037c4f8822f8c18f8c22f8c0df1be3037c4f8a117c6117c40c7c60c7c708be208be208be2063e3063e308be208be3063e38317c8457c40d7c2f808af808af808af9062f9035f0be422be018be00d7caf9062f98457c81af85f1035f0be422be206f8df1031f1845f1045f1831f1045f101be27c7831f1031f101be27c7037c4f8c29f1818f8e06f89f1831f101be27c7037c4f8822f8c0df1be3ffc1944e0ca25f065120651284689fc1944cde666d451e74c692cb86aed3354ea7b2cc5691998436ef2c2dbe749e0b946bc1af0868cdd2784d19c1de4b1aa9bad88cd958dd05853d0c4716ce4cd8c23fcdd6d2ec8cbb275b4cbb31728c3671ba0c3671ba0c3661ba0c36545ccc36445ccd1731ba0c6e90d98b03c619e6a79a98f183c616078b2c2335af2a0b96565d91c7fa38144701611c0d1c51c3cd1c51c4d1c11c4ae3fb9e568e1fe58471336636636e9366e959b3f99b31b3959b399b31b3959b399b31b30323840e384700647108c700647006470c231c4231c606d99b3c0db3b6608b67036ccd9c0db336606367036ccd9c18d9c0db3366036ccd9c22d9c19ba40db3367064710647008c708323840e38c7081c718e0071c23803238832388463881c718e20c8e00c8e308c7108c7106470038e31c00e38471038e11c00e38c71038e31c60c8e20c8e0071c23881c708e0118e0118e20c8e0118e108c700647108c70038e31c70647108c7108c7008c710647106471064710647108c710647181c708e30647008c70c231c00e3847006470038e31c3065cafc1972ff832e5ff846e5419e3613f1bffffe11f19ffc19e33c23e340cf2c13a66bc22f044e35599b1a90d1bf8cb549bad85d91af091aa938d5665d997666b549b1866c6ad5268ce233468cd233651785150bb22b172cd19b5e10cf343cd4ad6de33cd4f3533cd078c2aa78064efffbd2c4f003b1c9a8c00ffad4867d2b97c9ff5eba9a783a34f013c12a93a6513c0993a64e9993a49e09549d32bbb235cbbb32b5ca2c2e515ae595ae59a38c7f1a382381a38a381c7fa381a38a389611c4a238fcb08e2584702c47f1a38a381a382389a38a3895a389c7f47f79a38238960a64ca61530ca65534ca64a60d531534b053058298354d29932982992b29932982992b2992b4712c2389611c4d1c11c0ad1c0d1c51c0d1c11c4ad1c4d1c11c0d1c51c4b08e068e28e268e28e0568e0568e068e28e2584702c2389a3823895a389611c4d1c51c7cd1c11c4b08e3e568e0584712b4702b47034714712b5ca35cb5ca2b5cb2b5cb35ca5ca2b5ca2b5cb35ca5cb2b5cbff2b5ca2c2e59ae52e57f95ae5161728b0b9456b9656b94585cbf2b5ca2b5ca2b5ca2b5ca2b5cb2b5cb35ca5ca35cb5cb2b5cb2b5cbff35cb5cbff2aae56cb0b95fe56b95fecaba05d4123552674e3bad48a9d373031554e1127497febaf30f887e332f18e2831290966285e38c9662f1cc5622b8ccae51ce0cc394994ac60e30e385623158838d3158c90e3243c90e31588563312904a53090c2422b1290c3e21f88c7e20f8cc3e33f8cc3e32f88b0307958c1c617c8c1c56307187c41f19607e230f8c3e230f883e32b0f88b01219848625215848658090cb0121160243f3e3db92c71e586e0db96e0adb936e38e2c371e56dc1b72dc1b72dc79b70dc15f1a586e4b0dc95b7056a69a9aa69a9b5b9a9aa69a98a61a9aa61614c3ad94d3532b63adab735314d3532b636e5b836e1b8f2c3706dcb706dc37056dcf9b72dc15b70586e4adb92b6e0b0dc1b72dc9b72dc95b726dc370586e0adb92b6e0b0dc95b73e6dcb706dcb726dc373e6dcb70586e7cb0dc1b70dc9b72dc15b73e56dc1b72dc7961b82c37256dc79b70dc161b82b6e4adb8f2c370586e4adb92b6e4db96e4adb82b6e4adb82c370586e0b0dc95b726dcb70586e0db86e3cadb92c3726dcb726dcb726dc37056dc1b72dc961b936e5b9f2c3706dc37256dc7fffffff063e30bcc78d1e34c5cca4f0c5cb8d54de87b760cf3598c4e3555e08dd6c172cd6dd3cd4de8698c0db374868c4716cdcc5ca75b0c5cb1728d19a4668cd8c23fca1b1b323fd6a932ecd19a2c0b946bc1233462e5233a71fc8e271fe8e268e11fc68e2fffbd2c4f081f03160cc0ff6d7863fb5d7d5ff5a2a8e27e69e6be56f1a7e69e69e6f1af1a57e6bc2b78dff3471471347147034704703471470347147134704703470471347147134714712c2389a38c7f1611c0d1c51c4b11fc68e28e0584712c2389a382381ae52e51ae5ae51ae5ae59ae5ae5945cb9ae52e596172cd729728d729728b0b9456b95e157280772ae5846e5046e5c1972c19728237281972bc0ee5dcb832388463881c708e2118e0071c23801c708e0071c63801c708e2071c23801c718e0118e00c8e2071c23801c718e2071c23804638e11f1bc19e330af1bee0cf1bc23e3423e31a0cb940cb95c23728197281972b03b9772ab065cb08dcb065cb708dcb08dca581dcab940cb940772ae57d5fe0cf1908f8de0cf1a15e3411f1a15e35fd55423e3611f1b5419e317f5e11f19f08f8d0678c833c6423e33f0678d81f8df1b5f33a38e8f3e1d21d43b49168319d0eceb83d0ece2c92270d155ae00e1856b28c69d355ccf736748c513290cda0f8b20eb808b24a844e99ee65219a9462891b3a65211c59044e9b41e44e96115532275155d151d3a33a38e8e33a3ce8f35a08b3232cccb3228599ccb322ccca8b419bf1df119f11f199f13f11bf13f1143e2161f88b113a5589d389c89d2c44e162270a44e3cae270da75a70da71a74b0d3a6d38d3a6d3ad386d3ad3856d3be56d3856d386d3baae56d39e56d386d38d386d3ad3a5355c56d386d38d39e6d38d3a5869d369c69cfef95b4e161a77a56d39e5869d28d3af2b69c2bd56f369c69d2b69c2b69d2ab4e1b4e34e1469c1b4e34e95b4e79b4eb4e961a77cda71a70da71a730369c69d2b69c2c34e7961a70b0d3851a706d3ad3a56d3a56d386d38d3a5869df2b69c3d5669c28d3b2c34e961a77ffcada73cada70a34ef45869c2b69cf2b69c2c34e95b4efe8ada70da71a74b0d3bb2c34ef961a77ca8d385869c2c34eecb0d3857665ffe58b322c599fecb16645766658b32ffe73fcb166657665e7665666766766458b32f2bb32e313316f31e1f6ee56bfff9beaf3144a96237c0851329f118e4335288e4333dccd9d35288d9d22908cc38248ccf4e183cd4a32908d4a3a588d4a33dc8c5132908c513528cca42528cca433dc8cf72290cca425288ca43290cdf03290cd4a2290cc5133dc8c512fffbd2c4ff03f49152ba0fffc5c651b59801ff5a901448cf72290ccf733dccb07b999484a511948428998a242891948628916144ce90e908ad448d44d44cd44d448ad448a2894b0a27e585123513a432ba42d95a8916144fcd44d448a8a246a24a266a24a2452909e58513f849f1c22f8a117c406f8df1831f1031f101be37c607f89f1845f1831f181be37c6117c606f89f101be37c606f8df1031f101be37c508be2037c4f8e117c6117c508d1308d1203a274482344b0651306513065138468941944c2344c2344a0ca260744a8901d12a270651383289c0e89d12f83289e0ca258468941944c1944a0ca2508d138468904689b8468941944e11a278328901d13a260ca2583289e11a2781d12a24f83289832890468984689032898328942344c1944e11a2706513f83289c2344f06512a8234481944a0ca260ca258468941944b8328976e11a2584689feae11a244c414d45332e313030aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaf2aa8207219b3a45243318a27c791a946a519a4c849198c1c7a7997c65f119fc47f19486126d651aae67f1a7c6517e21587c4617c1244661c9246661c124666ab9aac66ab0d3a66ab35966a082822634e2820566ab19aaca0896069d2b355cc69c5040acd563355cd562c0d3a574845144a56a24748748656a2658a4337e23e233e33e22c1f1159f119f11f1959f199f13f11bf13f11d21289161448b14847486a246a26a27e51449e585132c28981d13a2611a2411a260744e89832890328901d13a2708d1303a2544d82344e0ca240744e8981d13a2411a25846890328981d12a260744a890468903289e0ca2611a240ca2611a270651283289784689c2344c2344c234482344c1944c0e89513f8328981d13a2783289c0e89d1206512ef0669d8334e78474ec0f4e69de0cd3a11d3807a774ee11d3abc19a77ea7c19a760cd3bb419a7019a73ffff8474e8474effffc19a77ff08e9db3ffffd6bf9913a8aa1f9eb1631445566a510a2472198a24777c28226d65359675c09138644e11387163570651a0f9c59044e1a2a88aa14455e67b9948667b93e066ce98a26644ec592644e913a6d0722aa51a0f142274644e22aa644e913868aa1138644e341c644e113a552274aa44e1a2a844fffbd2c4e581eb5da6c00ffad4867d3597d5fb5f98e18d3834e19aac34e18d3834e18d3a34e958d3a581a74ac89c2b2274aa8aa9913a44e15913bfe644e113a634e0d3a634e0d38634e1aade5634e798d3834e158d3a581a70ac69d2c0a2662890a2456289958a245628998a2628998a24289958a27fe65210a27e0744e89046890468942344c2344c1944825448234481944c2344e11a2503a2544c234480e8951206512832898328901d12a240ca240ca270651306513065136e11d38c11d3811d390669c08e9c03d39a7019a7207a774ec23a740f4ee9cc19a7423a7607a734e0474e8334ee11d3a0cd3811d3a07a774e419a740f4ee9d03d39a7611d3bc19a7019a7023a7207a734e01e9cd3908e9cfe0c22742244ef83089c7089139f06113bf088d39fc1834e42234ebc1834e60c1a77f060d39e111a77c1834e84469df6c2244e550000001fcb08e06636ca8663496e6fe26366634fe069b4c32673aeae673a9b6586192b1cc33b73b63411a5531f94112b410383d62731f86263626626331b31a34b731a317e17e34b64b732982992c2a69594c194c94c795a089a0831318fca081a088fc9625e3979212b484ad2134825ef2be70ad203979203485203481213481203485212c24256d93e6b64db2d92c364db2d836c364af9856d82c360f9ad92b6c79b65b06d9e61b61b26d96c15f30db2d93e6b64db0d82b6c161b0589079c8243e7219015c80ae40720901c82407219079c8240720909c864056d92b6c1b65b056d8f36c360db0d836cb64b0d82c360adb056d82b6c9b6798586c961b056d92b9095c84e43202b9016243ffe589095c84e4121f2c480e4121390c84ae4057212c484b120ff2b907f95c87cb121390c84ae42589095c84ae425720390c80ae43e58909c86407219016240589095c87ce4320390484b120f2bbfff962fe577ef2c5ffcb17ef2c5f8aefc58bf9dfafde58bf962fde58bf1dfefe77ebf15dfcaefc577ef2c5fcb97d859c2ab88e7fa3cb0599194842891be04a51998724911aaf47a799fc43f19a7c4ff11978c122992ce71415948456a5119fc61f19553e232f8cbe232488c393248cc393183c60e31a70d5631a70d563355c69c3355cd573144c5123144851333dc8512314485122844e4d1554550a11383227089d2b2270afffbd2c4ff83f1c956d46f779446f42a9881ff7690d448d44e908d449448d44d44cd44d44cd44d448cf8df88cf8cf8ccf8cf8ccf8cf8cacf8ccf89f8cb07c6583e232f82f9360f2f92b2f832f92f932f92f82c17c960be4cbe4be0acbe3cef9be0ef8be4ef8be0ef9be0ef8be0ef8be4b17c15df258be0b17c1df37c1df17c9fc7f11fc5f115fc457f19fc7f1163e23f8fe2f2c7c47f1fc457f1963e32bf8fcaef82c5f277c5f277cdf277cdf058be4b17c79df17c15df077cdf077cdf058be4ef9be3cef8be4aef9f3f8be22c7c5e57f115fc457f1963e3f2bf8cfe2f8cb1f1163e33f8fe3f3f8fe33f8fe32bf88b1f115fc457f1963e32bf88afe22c7c458f8cfe3f8cb1f1795fc5e58f8cb1f115fc67f17c7e7f1fc458f8cb1f1163e22c7c657f179fc7f115fc457f17963e32bf8cb1f19fc5f19fc7f179fc5f1963e22c7c658f88b1f195fc47f17c457f115fc67f17c658f8bfcafe32c7c7e57f195fc658f8d5f2a2944630705f26c472af66abd8c1a661c9872693205f069320c1c510881978e4b3192463071a4ca49199e9e7a71987017c18c1e17c19c62b198dc2b118dcab11d21a891d2152179d21d2195df1160f88cf8cf88df89f88b14867ee4a25fe56a246a26a25e6a25485e6a26a27e67c47c5e67c47c667c67c6567c5e583e32b3e3324324232422432b243324324232422432c12199211219921252992112116090cac908c90c908c908908c90c908c90c90cac90cc90c90cc90c908c90c90cc90c908b048664844840c5f2115f00c5f108af8035f2be2115f18457c6115f20690d210452101a4294a1148406909218312140d21a4308a4208a420624281a424861148406909210452101a4348508af9c22be206be57c0317c8457c8457c422be60c5f2115f20c5f1035f0be418be2115f20690d2181a424840c4840c4840c4840690921e11486114841148606909210452181a43484114860c4870348490c229080d21a4208a430624208a4308a428317c0457c422be40d7caf9062f9062f9035f2be40d7caf8f062f98317c8457c0457c6115f3035f0be018be422be3fffff08d12f2c3d10653614da6a7ba2e442a7a1a9eea7b9a3362e518b971aa9445cc6374b0f2564019957055c1437be63748dd2653694d863c68f1863c6adbc6b6f8f1a53cdfffbd2c4f103f43180ca0ffacdc623b25881ff59f847e6be687e68f1a57e6857e687e6af187e6be687e69e6a6f1af145478a3f3578c378d78c378c78d378cf352c3c61478d1bc63c6961e34ade30adba4dba0d9bcaadd2566cc583672b36633676e834704712b8fe38fe4702c2389611c4ad1c4d1c11c0ad1c0d1c51c0ad1c0d1c11c0d1c51c0d1c11c4d1c11c4d1c11c7cb08e3e584702c2389a382389611c4b06cc583672c1b319b39b399b31b3f959b399b31b3959b3960d9ccd9cd98b06ce66cc6ce66ce6ce118e2071c238c191c4191c7038e11c40e38c70038e11c4191c4191c40e38c70064710647006470038e11c0191c40e3847084638e0c8e0118e00c8e00c8e20c8e308c718323804638046388463881c708e20c8e2118e20c8e2071c238c191c0191c0191c0231c40e38470c0e38c7008c708323804638c0e3847108c7108c7006470606470c231c60cf1bf57ffffdffffff846e5e0cb94a00002f30be4c3831084420332746f434224bc73259824431839265263070b039c183701c6961c14d2938a4eb9158cdce0e30eb95588eb8ce3cd58ce3cd589588cbe648cd83cbe0d83f0e0e48a48cc90c90cc909c14c909c14d295290cbe248ccbe1838d83cbe0cbe183cd83cbe0cbe1838cbe4be0cbe4be3cacbe0b05f2569485648664844845694a64864846486487fe6dc3706dc3706dcb706dc37256dc9638f2c370586e4db86e3cf8f6e0f8e6e4f8f6e4db96e7cb0dc1b72dc161b82b6e3cdb86e0db86e3cadb836e1b82b6e0b0dc9b72dc961b936e1b836e1b82b6e4db86e4db86e4b0dc1b71c71a9aa61d6ea615a9856a69d6ca61a9aa695a9856a69a9aa6f95d6e56a61a98a69a98a69614d2c29a56a67962432b90fffcb121f962422c485e572196242f2b908e43908b12115c87e572115c865890bcb121f95c845721ff9c8521162432b90bce4290ce4390bcb12116242f2b90cb12196243f2b90fce42908ae432b90ce4290cb1211c85211c87211c8721f95c85fe5890ce4390cae432c485e572115c87fe572195c87e58908e42908e43908ae43ffdbf587ccf8af88c7054224d7aa4ba8d7e30f8ccfe21f88d57a248cc2f80be4ce281294b04b319c5097518e0a4b3197cfa79fa7e1c197c97c9fa7307997c17c197c61c9df1df119f11f19df15fffbd2c4f303b38556ce4ffba9d6c3a41945eff822f199f15f199f1bf199f19f19df15f1160f8cdf8cf88ef8cf88cf88f8cb07c467c4fc66c1e5f065f05f265f0c1c6c1c5f265f25f265f05f265f05f065f25f065f25f26c1e5f256c1fe582f832f860f31b838d31b91b931b91b931b81b82b1b931b81b92b1b831b938e2c0dc18dc1c695a5279921921992112116090fcd295290c908908b048464864865824332434a531b81b831b81b931b81b92b38f2c1c7160e34b0372563705838f2b1b831b81b831b91b82c0dc9606e4c90c90bcb04845824232432432b24332422432b2422b2422b24332432432b2422c1219921121f960908c908908b04846484485e64864845648658242f2c121959211592116090bcac90cc90c90cb048664844866484486564866486484564846484484671c3706ac6371e637071c6372370637237063723726372372637237063723706370372581b931b81b82b1b82b1b831b91b82b1b92b1b82c0dc959c7158dc98dc8dc98dc8dc79606e7ffffeef34bdd4378ce2398c633b8a623188e23d8a62338ae23578c737dd5f2c1c65771985e3d98f6d59abc17163c634bd2f32248939ed2e32232137512e3751d5375488f34bdd534bd2f32208939e92f32212f32248934bc892b4bcc88224d2f220ac882c11269711058882c4495c41c44495c41c4c415c415c4162a0ea514ad14ad14b0887508a68a8bfe75088584434545344a8345a82c221a2a21a2a29a2229a2a29a2221d4a29d4229a2a21a2a29a2a215a21d4221a2a29a22295a279a2229a2229a2a29a22216114ad14ad10ad14d1114d1513cd1110ad14b15268a8a56885689e5844345442b442b4534544345452c229a2a29a2a296114d1517cd1110ad13cd1114ad14ad14b08a68a88568a568be68a885688588938988f2b88f2b88f2b892b89f2c447fff95c496220ae24ae23cae20e2624ae27cb11056c5e5863363622c3115b115b19b1319b13115b19b1b11b13195b116188b0c5e5863f36263f2c3195b11b1317f96188b0c60c44ffff84513fe0c4404513e0c44fc188908a2708a27cc484e74d866254aec44c97d36cd860484dd5ce74b073a64bf12a69b424265841b261ac9585825e312039c325e894339d757312025f2b619312139c3120120325f4db31201213121fffbd2c4e403eff9ace40eeeb7c67f361b01ee56f01203120120312125e3121120325e25f325e4da2c12f192f1ce18909ce996106c160730b01b063981b063981b0580d9f2b909c8240721909624058901c8640721901b679a586c1b61b056d92c363cb0d92b6c795b63cb120390484b121f2c484b121f2b9095c84ae4058901c86405721ff2c484e4121f390484b1212c484b120f2b909624056d82c364db2d936c360db2d92c360db0d936c364db2d82b6c95b64b0d8f2c360db0d92b6c95f34b0d82c360b0d82c364db0d936cb64db0d8f36cb64db0d82b6c7961b2586c15b60b0d92c360db0d936cb64adb2586c15b60db2d82b6c79b65b056d92b6c7fff961b3e56d936cb64db2d92c364b0d82b6c161b3fe6d96c95b60adb211907846400c90c192006482072190c232106484232006483e0c90c1921c0e4120064802321c19218464308c841920f846401190c1920064861190846400c9060c908324384641c192106483f08c842321af3210329369d2693340190343f32830fa66d366d89d35569b2332843e355643f35569b2389d66c327a1d4346c27a33c746c2882d31910ba2b26937840fa321055630fb210343f32832103292b3292b3292b32830fb210321043e3210211321121030fa0fb3843282b3e8f28840cfa3eccfb3eccfa840b10819f47d99f67d99f70899f47d19f67d15c2267d9f7e7081f467d1f5e567d99f47d159f667d9f6583ecacfaff2c1f4583ecae1133ecfa2c1f6567d159f467d9f667d9f6583efcafefcafecafe8b1f458fb2c7d9fd7d15fdf95fd163e8b1f457f657f657f7e57f658fb2c7d963e8b1f458fa2bfb2bfa2bfa2bfa2bfaff2c7d95fd95fd7ff95fd163e8febe8afe8afebcafecfebebfffcfebebfcfefebcb1f458fa2c7d15fd15fd1fd7dff9fd7d163e8fefecb1f458fb2c7d15fd163ebcfebeffffcafecfefe8afecfebecafecb1f658fb2bfbff2bfb2c7d95fd9fdfdff9fd7d1fd7d1fd7d95fdffffff95fdff9fdfd963ecafecafe8febebcafebfffcb1f657f47f5f5e7f5f7fe57f67f5f47f5f5e57f7e58fbff2c7d15fd163ebfcb1f657f7fe58fb2bfa2c7dffff9fdfd95fd985e171611230b82f3a39f7357a8e30b91337c8cc31649334495e331d13324c583248cd30bc7a37d8c630b8c73248cd33301d31fffbd2c4eb83f475b2d80f7774c5b935dd81dd66d8609331e8c630bd1230bc7b30b87a31ec2e2b578c7a44cd130bcb063985c3d9602f30bc2e2c05c63d8f666305e61705e563d985c17985e179aef456bcd7ae2bf46b97961795ae35eb8b070ec1d33a70b070b070b073cb070ced9ff2b5c56bcd7ae2b5c585c6bd7ff9af5c56bcb0b8ad796179617f95af35eb8d72e2c2e2c2f35eb8d72f2b5de6bbd962e3bae2c5e577f9df79dd7162f3bee3bee2bbbffffcefb8b17f9df779dd7962f2c5e577ffff9dd795de57715de57715de58b8eeb8eebcefb8aee2bbcefbbcb177f95de58b8efbceebbfcb1795dfe77dde77dc5777f962f2bb8b17162f2c5de77de775fe58bcaee2c5e77dc775c77de57715de5771dd7962e2c5e58bcaefff2c5e58bffcb17795ddfe58bffcefbfcb17f9dd715dde57715dfffffe58bcb177ffffffff95de5777ff95de577962f2c5c57715dff31a71aca3861eef93355daca37c0a43335288f7337c094a12b3dc8c2f91838c92255e8eef81a70d4118610c2f83d38cf4e248cd26530e4a0a27285214d9d22908a86ab1a822a08160d5636b28d5631a75acb3355d41033558d572b1a70c69c1a74d4111a74b034ef98d3a34e9d21289f9d21a891d212899a892899a89a89f99f11f1962f88cf88f88acf88cf88f8cadf8bfcdf8cf88cf8cf88acf88df88f88acf8ccf8df8bccf8cf8cacf8ccf8cf8ccf8cf88acf8ccf8df88cf8cf8bccf88f8fccf8cf8ccf8cf8cacf88cf8cf8e117c414f8a06f8bf101be37c6117c4137c4117c6117c7063e3063e2063e2037c4f8c23f8823f8e117c406f8df1845f1845f101be27c4117c40c7c508be2063e3037c4f8c19f8822f8c0df1be20651203a2744a0744a89c194480e89d13065130651203a2544c1944eb81d13a260ca240744e89f853e3418f8818f8818f8c22f8823f8c0df13e381be27c606f89f160c7c6117c7037c4f8c0df1be2037c6f8c0df1be281be27c606f89f1831f181be27c40ca2611a240744e8983289046898468903289419448194480e89513832890328983289c0e895120651281d13a240744a890468983289c23448234480e89d13d0eaf5c19a76dea8474e8334e2bffef0669dfffffd5e6498b0751af860e372684a86587c8ccdd48c59074cb41b8c6e358ccc160d08070fffbd0c4fa03fa5daac20ffad4c5bcb45e01dd62d0d43164ad433164933165092b24cd09248c58164c93420c59164c1c160d09160ac923420923164583074cc2c03860e0b2562c79601d3070593070932b074c1d070ac5839614d4282b506a029840a61429cb0a585264489608990225644c8bd32040c8912b206408991225644b0f4c81032240c81032240ac816081608191205640b044afa7de796387de7963be7de95f4af858e7f96225703840e302c44b11f38c3cb1038c4e312b8f962070895c4b1d3e70b1c3e74fbd3ef4fbc3e74b1c3e74b1d3e70f9dff2c73caf9e58e79f79e7def95f7cafa58e95f0b1d2be16387ce95f7cafbe58e95f4b1d2be163a7de7f9f3857d2be963a57c2be95f0afa7ce15f4afa7ce1f7857cff2bef9f3be57dff3ef0b1d2c74afa58e963858e963858e963857c2be1f7a57cfff2be95f0b1c2be1639e57c2c70b1cf3ef4afa58e95f0afa58e9639e7ce163858e963a7de15f4b1cf312012035a04ac34ad1cd31cd3b635a05a0322b47131991992c09a982989a960398c650398c3612b0cb08edcc730730cd34418c1d4660c1d4664c48097cce70e70ce74484c480480c360360c734364c730364b039a65841b265841b2561b0580d92b0d93831d4acea7063a19d0ea707cc99d4ea63948958e0c703831c39bcc723931c244c703832994cb05232994cb052ff2c14cca6c3f2b29160ea56742b3a19d0ea6753a159d0acea56752c1d4cea7533a9d0cea74fff2b5015a80ad41e5850f9a8541ffe5850959d4b074f2c1d4ce8752b3a99d0e8570633a9d0ace8583a959d7cce874f2b3a99d4ebe56ea6e8ea56ebe56e86e8e86e8e86eaea6eae9e587537474375752b7537575374742b742b74f375752c3a1babaf9baba95ba961d0dd1d0add4add7cb0e856e858752b742c3afff9ba3a1ba3a79baba9ba3a161d4add0e8280b1427434258a02ba02ba1f2c501d050796280b14058a03a1a12c50796284ae80e8687fcae83cb14058a0f2ba1fff2c5095d016287cae87fcb1405741e74343fe74143e5741e74141fe58a1ffff2c5095d0f96283cb143fe574258a1f2c28206c48311e6abd8c1e65f197c667f137c67e36a8226d65a82263f197c661f11fc667b99ee662899ee64d41099aaea089b5966ab98fc63f11a7c63f118fc4fffbd2c4f003f3f1a2e20f7375467ab55881ff5a685f198d3834e18d3ad6618d3ad6518d3a6ab99aae34e959aae66aba820634e1aac57aac58d57369cd56cca34e4b0d3856d386d3ad39fc2c34e1b07b07997cb07197c3071c91307997c17c160be0b05f2565f26a26a26585122c28915a89f95a896bfcd44d44cc90890cac90cc90c90cd294908b04865648456484648448656486582423242242324224333e33e233e33e32b3e32c1f119f11f1160f8cacf88cf8cf88cf88f8cacf8cb07c667c67c467c67c6583e3037c4f8c18f8a06f89f1031f101be27c6117c7063e2845f1418f8a06f89f101be37c4117c60744a890328960ca2411a240744a89046898328981d12a240744e8904689c0e89d1284689708d1308d1283289e0ca27c0e89d12c2344f8328984689032897f81be27c40c7c406f89f1845f1845f17063e308be3063e3037c6f8c18f8822f8818f8822f8818f8f063e3831f101be37c60c7c406f8df1611d3bff8474eefffff7fc23a77fff42af314d42032684ee3268340355666c332966d3328556332832830fb43e2c21f1a1f9081908a1f1a771a019341a01a7705d99348c898c80c819341341a1015b98a68a698a615b9ac515b190887d187d07d987d108190819479595b995b8a698a68a61595b15aecad746bb5d95aecd76ba2b5d9ae976585d1ae974579035d2e8d74bb35daecd74bb344220d112f344220b088344a20b088344220e5e89344a20d12893e2e22c311f1b11f1311b13195b196388f8b88d8d8cad8cd8d8cd8988e2624e2620e2624e2220b113e5710711127131271113e58893898838988388883888938989f2b88ff388882b89389882b89388882b8938889389882c449c4c415dd7962ebceeeecb17477776775747757658bb2bba2c5d1dddd15dd962efcb1745777e577458ba2c5d9ddddf9dd5d95dd95dd162e8eeae8b176577458bafff2bba2bbb3bbbb2c5d9dd5d795dd1dd5d1dd5df95dd162e8eeaebfcb17458ba2bba2bba3babb3baba2bbb2bbb3babb2c5d15dd962e8b17658baf2c5d15dd7962efffceeeebcc3e21f88ccb92b88d23a48e8c85e162ca10bc31838f4ed9a4ca17c9924617c987c67f119fc43f1187c63f11613e231f8cbe2309087042b259cc7050908cfe21f8cac7e230f883e332f88be230f8cbfffbd2c4e803f01956de0f73748691b259c1fedab8e231f887e32c07c6503e3987c63f1187c41f1987c41f1187c61f19587c7e7f17c657f19fc5f179fc7f115fc458f8bcafe22bf8bfcb1f11c852195c865890cb1211c872116242390a43390a42f390e432b90fcae42390e42f390a43390e42390a42f2c4865890ce43908b0dc961b836e1b836e5b92c370586e4db96e0adb936e5b92c37256dc1b72dc9b70dc161b836e5b836e5b82b6e0b0dc1b72dc161b92c372586e0db86e7cb0dc95b7056dc961b92c3726dcb70586e7cb121962422b90cae422b90cae43390e43390a432b90cb121f9c8521f9c87219c8521f95c86721487e572116243390a42f2c4865721ff95c8458908e4390bfcae43390a43390a432b90cb1211c872116242390a432c485e72148658908e4390c1890e0c48508a4284521c1890a0c484114840c484069092181a4348508a4383121422908189082290a0c4850624308af808af8ffe0c5f1fff8457c0457c5500002f317f4b633b769735a12c23ffd655317f7f1331bb28365417f312125f325e619317f98c331a17e317e31b3b294b62c18d19611611a5616199db0e698bf8bf9a5b8bf1a5b25b998d98d18bf0bf998da5b18bf18d98bf25b198d98d98bf18d1a5b18d958bf95a5b9afcbf9afcbf79617f2b5fcf1a5f8d7f5f8d7e5fcb0bf95afe6bfafe56bf1afebf1631b2b480b0901625f2c24269024072fa40690242690a42690a40690a406902406904bc58483cd2097cad202b483cd20484ad203481212b480d20484ad21f397920f2b487cb0909a429015a4256901a42901cbc901a429095b9be66c1b066c9b2566c19b0e6960d82b364cd9360dcd360cd8360b06c159b058364cd9363cb06cc237ec197ee11bf60cbf046fde11bf60cbf846401190846400c9081c86420c90046420721900464007219081c86400c9003243039048607219060720900464306484192106480237e832ff065fe11bf40efd7e08dfc0eff7f08dfc197f81dfefc0cbf81dfafc11bf40efd7f065fb065fc197fffffabfffff065f90403cc4102950c62707e0d6dd07e4c83d1044ce8107e0cc6a2954c6271898cc6a1044c41120f4c6541950c7f00c68c411189cc62620f4cc6b20f0d2ddfc4d9505f8cc68c68ad044c7e2950e0f47e4e0f20f0b0c4fffbd2c4ec813099a4d64f76b556e6315a95ff71bac56c4e56c4e63f23f25682068223f263f28226c4c3f2581f8341141131f91f92c0fc16189cc7e1040ac7e0ac7e4c7e07e0c7e07e7cb0821e563f0563f062422426240240624224256240581202b12131201212c090960480c480480ac484c484978c480484ac480c484978c484487cc480484b02425825ff2b1212bbff9dfefe77fbf95dfcb17e3bfdffcefd7f2c5ffcaefc77ebf1dfafe58909c824258907f9c86425720390c80ae4058901c86425720390480ae4057212b90f95c84e4321f2b90962427209095c80e41202b901c86427209016240720909c864257202b909c82405721390480b1212c480b17e2c5fcefd7f2bbf95dfceff7e2bbf162fe577eff2c5fbcefd7f2c5fcaeffe58bf95dfffcefd7e2c5f8b17e2bbf9c8243e589096241e5890962427209016240720901c864057202b9016243fe589096242721909c8642589095c83ce41212b9015c80e41212c7e3fcaff3fffffffffffe57f9ffffffff2c7e55f314d6f4319169c334141731d5320308946c341734134170ba33211d5332112f2c0b198f18711897990984413d984493d9a0b85d98c80c818c81349a995b1a98a69a98a6962b633ea1133ecfa2c1f467d9f458537cd4d534aeb62b534c894b8c894b8d2e4b8b0441a5c44f9b1b11b1311b13115b11b1f11b1b11b1f19b1711a2d41a2a279d42295a21a2a296110ea510ea510d1510d8d8cb0c4586336263363632c311b1319b13115b11618cd898bcae20ae27ffcae23fce2223ce2224b111e71311e577658baff2c5d95dd962ecb17458ba2c5d95ddf962e8aee8b17458bb363622b63362632b63362632b63362622b632b622c311b1b11b1b11f1b115b11b1b195b179b13196188b0c66c6c67131058892c44795c495c41c4c495c49c44496224ae23fce2623cb11258882b892b89ff2b88fff2c441c4441c4c416224e2624b112571057107131271311ffe5712571258883888938989f2b892b89ff38889389892c449c4c4f96119a39a1cdee361e4a6d3914c8ff336348ff31534d6c2b563cc6191d5cc4db0978ca5507e4d09920f0c8022ae4cd6c1534c2980a60cdef1ba0c3660d98c3671ba4de31e28aaf187e68f1a6f1af1a54a6d33663672b6e936e836734714712b8ff38fffbd2c4e483ecd556e20f776ec706aad981ff75f8ff47038ff4712c47f1594c194caa6194c94c994c14c194caa6194c94c15a08958fc18fc0fc1a080fc9b132089a08a081a088fc158fc98fc8fc98fc8fc98fc0fcf98fc8fc9607e4c7e07e4b03f0563f2581f934101f831f91f92b41031f841031f91f82c0fc1607e4c7e5044c7e47e4ac7e0ac7e0d0407e4c7e47e4d0447e7cd0447e0c7e07e0ac7e0c7e07e0c7e47e4b03f2563f263f23f063f03f0581f9ff2c3f2587e0adf82b7e7cdf97e0b0fc1bf0fc1bf0fc9bf2fc795bf056fc961f837e1f937e1f9f2c53258a64e99a67ce99a64ae992c53274c53258a64e99a64e99a60b14c1d314c95d3274c53074c53074cd32574c95d3274cd3258d9bcb1b3963672bd9fcaf662c6cc7b36ce7b3ece57b3ff9ecdb316367f2c6cc57b3795ecc58d98b1b315ece57b315ecc57b395ecc58d9cb1b3963672c6cc58d98b1b31ecfb3ff95ece58d98af66ff3d9f663d9b662c6ce58d9bcb1b395ecc58d9caf66f2bd995f31a74d5738745265324902f836f8cfe233f8d3e33674ca43367494a23248c2f930be02f831f893e334f8c7e232488c392a0c1c661c124657ee67484a267485ee46a25ee47ee4a2457484748548656fc667c6fc456fc4587e23512a422c5211a89d211a892899a89a8919f1bf1943e2f99f19f1160f88acf88df8df8fcb07c66fc47c7e583e22c1f1f9a52121192125219219219a5225299219211921a52f9a521219a521211a52121997c97c960be4cbe5838cbe0be4acbe4acbe0cbe4be4acbe0cbe4be0b05f265f05f3e577c1df17c1df37c15df1e77cdf058be7cef9be4ef9be4ef9be4b17c962f92c5f2577c95df058be4ef8be4b17c1df17c79df37c962f83be6f83be2f82bbe4b17c795df0577c962f8f2c7c47f17c7e58f8bcb1f115fc7e58f8bcafe22c7c47f1fc7fe7f1fc657f1f963e33f8be33f8fe22bf8cafe32bf8ffcfe2f88afe22bf8bcfe3f88fe3f8cfe2f88afe32bf8bcb1f1163e32bf88b1f17963e2fff3f8fe32bf8cb1f11fc7f1963e3ff2c7c5e7f17c5fffffe7f1fc7fe7f17c657f1f963e3ff2bf8cb1f179a08f40992f5881a6d30c9b137401a08a089545f8b131a56ca8731afe2696ecaa73182fe68234aa63f10787078c4e74a83f0563f063f0c4e70798d674a8820fffbd2c4e783f1f556c80ffbadc667b3da41ee572078d43f06822820682082056c4fe682082063f23f0584112c0fc158fcf98bf0bf18bf8bf198d8bf960c68acc6cac5fffcd0447e4c7e07e3fcc7e5044b03f27f8fc163f057f93fc7e7cb1f92bfcff9fe3f27f9fc9fe7f257f82c7e4b1f83fc7e0aff3ffe58fc1fe3f2577f2c5f8eff7f2c5f8efd7e3bf5f8eff7f3bfdffcb17f2c5fceff7f3bf5fbcff1f82bfc1fe7f258fc1fe3f058fc9fe7f07f8fc79fe3f3e7f8fc15fe0b1f92c7e3ffcb17f3bf5fcefd7e3bfdfceff7eff3bfdfceff7ef2c5f8efd7f3bf5f8aefc58bf162fc77ebf95dfcaefc58bf60cfc047f207f8fc833f1067e211fcc0ff3f9c23f9067e611fc033f011fcc19f808fe60cfc033f108fe419f9c0ff1f9847f007f8fc847f011fcc19f803fcfe419f8c0ff3f9c19f8067e60cfc047f303fcfe703fc7e607f8fc423f808fe3847f00cfc033f211fc047f007f9fc847f381fe3f3833f00cfc833f3c23f9833f103fcfe40ff1f85f34b617e36544b7317e7f1378c69630d95a03b2898d331b7f02b39c325e619325e121375712131cd3b732c20d931cc697315c0a02c16b990d8ae198da5b98bf25b998db2a18bf18d9a43ce9a432f9a40901a412f9f39ce9f3b2f9f392f1a42901612034839d2c24269024072fcbc690242690a406d96c9b65b26d86c95b60db0d836c360db2d92c360f98d82be695b60b1cd36cb63cb0d936cb64b0d82b6c1a814056a1350283cebaa12b5015d73cad426a0509a814275cae1624057212c483fcb1212c483cb121fff2c483cd42a0350a80d415d350a80d42a0350570b0a0f3ae574ad4258509a85426a15015a84d42a0350574b0a02c364db2d836c364db0d936c360db0d82b6c1b61b06d96c961b3e6d96c1b65b06d86cf95b64db0d836c360b0d836cb64adb258e6961b1e586c95b64db2d92b6c15b64adb26d86c961b26d96c95b64b0d92b6c961b06d86c795b60b0d92b6c961b2586c9b65b1e589016241e5720390480b1202c484e4120390c83cb120390c84b120390c80e43212c480b1202c484e43212b909c864057212c484b1212c483ce4321000fe62a690046401957256d7c1a044401990048111a046401158532620814aa56208987383ab184bc3ab986343f81931a32a9863432a98c4e41e9907fffbd2c4ea03b2f156da0f7790863b335a4dff5618a2081882220898a9a14c9900655c985328111853214cf9c014019aa694c994c94c194c14c994c14c1aa62a6194c94c960a64c7e47e4ac7e3fcd0447e4b08225825e325e121312025f2b121325f25f2c090960978c4844860cfc847f211fc01fe3f011fc81fe7f20cfc01fe7f00cfc047f20cfc01fe7f00cfc833f20cfc847f103fc7e60cfc047f207219001c86420721900324108c800e432108c84192006480232103904840e4121833f011fc01fe7f103fc7e3e0cfc033f007f9fc047f011fc01fe7f007f8fc419f908fe308fe211fc047f00cfc847f207f9fc847f20cfcc0ff3f8067e7067e023f808fe40ff1f9067e211fc033f011fc833f3833f303fcfe3067e00ff3f908fe019f9833f20cfcc23f903fc7e019f808fe023f8e07f8fc40ff3f8833f1067e423f9847f207f8fcc19f9847f207f8fc033f211fc847f00cfc033f1a99d67fa933ccc957f313fea3d51f6a55f31a7069c3183d26534990c3934f8d3e236f88fe235f8a7e232f88fe331ce038c31588cb934a59673bc724235635633739738338f90f34a470437054a5324324237e3be32b7e333e2be337e27e32b3e333e23e333e33e233e37e22c2899a895211a89d21f0b0a2456484648648456484648694a648648456484582422c1211921a52159211592199219211592119211211fc5f17f95fc457f195fc5fe7f1fc658f88ef9be0b17c1df37c1df37c1df17c9df17c15df2577c15df277cdf277c5f277cdf3e577c962f93be2f9fff2bbe4ef9be4aef93be2f8ff2bbe0db96e0adb836e5b836e38e36e78d36e1b82b6e4db96e3cdb86e4f8f6e4db96e4db96e4db96e0adb836e1b92b6e0e4390cb12115c84721c84572179c87211c852195c84721486721c86721486572195c865890cb12179c87219c87219c872115c8477c5f0577c15df2577c95df077cdf0577c95df258be7cef8be4ef8be7ffcaef83be2f9f3be6f82bbe4b17c962f82c5f1e577c15c867214845890bfce4290fce43908e4390ce4390cb1219c85219c85219c872116242390a43390a42f2b90bfcb121ff95c87e721487e62898a2462891ee462890a26541f88c3e27f88c5121444f3c2144ccf4f0be4c2f93d3ccf72674cc5133dccd57a4990b061c985f217c9ff1fffbd2c4ee03f47d56cc0ffba9c6beb5d901ff59b0bf19df11f11bf1df19c9117c94922997c97c1c91b07645144c74874847ee6a25c3a4251335125133a4251335135132c5f19bf1bf19bf11f199f11f11bf19f199f19f195b07997c17c997c97c9b07307960be0cbe0be0cbe4be0b05f3e67c47c467c47c6567c667c47c4583e22b3e32b3e22b3e333e33e28457cc22be40d7caf98457c01af85f211c1e115f0b062f903c1ebe018be418be00d7c2f8062f9035f2be018be40d7c2f908af908af8062f9062f881af85f0115f006be57c8317c01af85f2115f2115f20783d7c0317c0457c0317c8457cc198380d7caf9035f0be606be17c40df13e3063e2037c6f8f08be2c0df13e3037c6f8a0c7c406f89f1031f16117c5037c4f8818f8c0e89d12c2344819448194482344a11a260ca2411a260744a894234482344e11a240744a89f06512c1944e117c606f8df1845f1845f140df13e3063e2f063e308be3063e3037c4f8f063e2063e3063e2063e308be2831f1031f142344aaf83289ff06512846897fffff08d130651354c414d45332e313030555555f2c113a6ce9be046f81a9467a1d687668aaa2a87e79a2a86d07341e6491924469329244513e39afc65f199484f8199ee6a5118a262899a94428999ee628918a262891be062891a94452118a2452199486a51191388aa1913844e9a2aa44e9913844e9a2aa44e1a2a844e9913a44e9511542b2270a1f14aef8cacf88a1f17cb0fc4585122b5123a43a43f2b513f35125132c28981d13a240744a8904e8981d12a25c0e89d1308d1203a2744c2344c1944819448194480e89d1275c2344b03a2744c0e89d1208d120651284689e0ca2703a2544c1944a0744e89c1944c1944e11a240ca2411a260ca260744e894194482344a0ca2708d120651208d1206513df03a2544e0ca260ca2613a2508d1203a2544982344fc23449ffc19a770669ce11d3b08e9c08e9c08e9c8474ef68334e230669cf8334ee11d3bedfe0cd39ff84b4e0474e3c19a737fc19a774fb7ffd1a8ac5ca3172d7853ebdc5cb2b5e0cd19b4668a2f083bc90bb3285d90ca6d29b0d1730d98e3545e10d7855e08c47023f8db3711c4a11fc32ec8bb23466cbb234668bb23172978328bc20ad7853466d19d32eccbb334674bb22c233450bb2fffbd2c4d583e9c98ec40ffad44632b35881ff5a9879a3345d915a336562e5128b9671fc8e068e28e068e08e068e31fc568e271fe8e25836733666e82c1b3959b3159b3159b39b749b3160d9cacd9ccd9cd9fcb06cc566cc566cc66cc6cffe566ce566cc566cc66ce6ce5836633666e93366367336736636e83662b36636e86e82c1b3960d98231c4231c4231c0191c4191c4231c0191c4191c0231c58191c20c8e2118e20c8e00c8e1038e11c0231c4231c4231c40e38471c191c6071c638846388463840e38c70038e31c00e38c70038e11c0231c40e3847108c71c0e3847181c718e00c8e2e0c8e2118e00c8e18323881c708e0118e211b940cb97f03b9572c2372af065ca81dcab97f832e5f03b9572c0ee5dca08dca03b9772c2372f81dcbb9411b940cb97fc1972e11b940cb94e11b940cb95ededde0cb956846e5fff09dcae12b960000001fcc2994b64d58f35b0cd6f1530d2d835b0d0220a60c31b2ca4c17e05f8c4b605fcb00bf18c303ab18eac30c98822208960c6b31040a55319544b630c6831b3195031b3200c29831534ab830a648022a0532581534c2990a60ac54c2c0532562a69602982c0a98614c05305640116031b305fc4b72b0c68b018d16031b305fc17ff2b7e3cadf92c3f0587e0df87e4df87e4f1b5fcb0bf1afcbf79617eff2c2fe6bfafc56bf95a42690a4072fa4272fa40690242690a42690242690240572f9a40901a409015a42690a40690a40690cbe690a4269024256901a40901a40909a42909a412f1a41ce9a42909a4090961202c5f8aefc77ebff9dfafde577ff3bf5f8efd7e2c5fbcefd7f2c5f8b17ef2bbf15df8efd7f3bf5fbcb17e2c5f8eff7f3bfdfcaefe77fbf162fc77fbf1dfefc58bf795dfcaefe77ebf1dfafe77fbf9dfefc58fc1fe7f057f93fcfe4b1f82c7e4aff1fe58fc95fe0aff258fcf9fe3f258fcff95fe0aff1e58fc95fe0b1f92bfc1fe3f257f83fc7e0ff1f8f2bfc9fe7f3e58fc9fe7f257f82c7e3cff3f92c7e4b1f83fcfe7cb1f8f2c7e0ff3f82bfc9fe7f257f9ffffcbf79dde6bf76bb87ef58ffffef3cf9bfdd65909587c663f127c65455e4d2641838c9224994c9221830c66c0ca4c0fa0ca4cae20e34c5632438cbc71290cbc638a4ad2642c05f0617c8c1c787124465f2c1fe7485485d3f72fffbd2c4ff83b74592d26ff796ce783199c1ff75a8a433f73512314c4212c15b9a1095b195b15b960be4cbe0be4cbe5838d838be4d838be0c6e4e30ce386e4d58ce38b071e563706370372582422c252960908c90d297cac90cc908908ac90cadb936e1b936e38c36e1b82c37056dc1b71c61b72dc9b70dc9b70dc162f9f2bbe4ef9be7caef92c5f3e577c15df058be0aef8390a422b908ae422b90cb12196242f2c4845890fce43908e4390ce4290ce43908db86e0db96e4db86e4b0dc9b72dc161b936e5b836e5b936e5b936e1b92c370586e0b0dc1b72dc95b7256dc1b70dc1b72dc9b72dc1b70dc95b7056dc9b70dcff9b72dcf9b70dc9b72dc15b70586e0b0dc1b70dc95b726dcb71e586e4b0dc7fffffffff95fc658f8fffffffcafe2ffffff390a43390e42f2b90ce43908b12195c86721c86721c85e5721796243f2c4845890cae422b908e4390ce4290cae422b908e4390cb1217fffff962f92c5f3fffffffffe58be7ffffffffcb17cd5f2c0a266f813e066289b3a462529c5265e39c50512651a4ca61c96096631294bc632f1cbc731294bc630e30ae532b8c90f3158c38f32438ae33158c1b82b0e34a8491985f04929924630798c1e3079978c71498948121184847141589486289948665210a2462898a26581448aca432c0a2462890a2456289958a27e58144cb1f17ff963e23f8fe3f2c7c5e6dc3726dcb726dc370586e4db86e4db96e4b1c79b70dc9b72dc1b72dc1b72dc9b70dc1b72dc9b72dcf9b72dcf9b72dc95b70586e0db96e0b121162432b908b12115c865890cae43fff2c486572195c85e6dcb706dcb706dcb726dc37256dc15b7256dc9b70dc161b92c372586e4adb8ff36e1b936e5b8ff390a422b908ae422b908ae432b908e4390ce42908e4290ffcb1211c8521962422c484721486721c86572196242ff2bbe3cb17c15df058be4aef82bbe4b17c95df258be0b17c9df17c79df37c95df277cdf258be3fcef8be3caef82bbe7ce4390ce42908ae42390e43ff2c48457211c8721962432c485e721c845890bce43908e42908ae43f2b90cae422b908ae43f390e432b90cb121e11a244c8532310ce157e3496d8d93103fcc48c61f831931cad5270ae8192a1276cb51950b27064a9958b034403a095cd245b3b7114c8a46353c2ce1fffbd2c4ea83f37d5cce0ff6d7c60934de41cd6691444353298d52a832342b64c8a324908d5644353aa8444a1cf46b3f9a6506a968b563fea8af41bb1a648798f1e63c898c266f07155e133b3428486c913c33670cf9a295866cf19e39485681a081a081a1e129c677e57e1a07cacd338ad120ecd23499f1de8cc44d0f8ce46e19e819c990a0fe52909c5101a089f871a3e54287b64d19551340e34117fed19e91222672049f133f1b24748b928d4a8f709b9371d2478a3a26e891e375d22fc75f375b28f33ce909bd76cecbc9301f81dc82ceab0a9713b93676594f58edb49da3bef3c2f3bb03b6b1cbdf772e8cf0b4730257481e26ecdc70de789b62ab46d344ae916a6e3981b8f916a586c6b29d8d916c6f3a6eb84df9bed5b98379ee61f52c72bd3d3dc87e821ca177e00791c393b87227f2cd69c7ddc7a067703cc3b0ee47dafcbe61fbad63ee01800661f807c0111c7079e00600181e7819600647aa47e30c10cc641634bbb8df69a30a24cd04093289c8cae19347bb8e0aea368b28d8ea232684cca8573291ccd40a33350ecc624a30995cd890738837cd083103010c969c366b18d326230e03d1b0c1a1c317908ca25031f8502c0b2c898684248150e4120d48b4e061269366e3a6e4269a868803069b4e9c149d4e930374461238afa008c638402091a80889ac8840afd213404097154d5215a622b3ded69d6804b9a641a640282a5500d598d64c98100a470c870a802590fcd274de84d350cb014ba7df57e00281aa52ce5e2c55733dceccb1da81986f825237da3552354c4d752de4b60161a862611a68063251aa618a71c381bcaa78ad160060880a19d761ac460168cb38280a22ba4826407294a76971400b370db81204d8111b8f344f102a8e2e36a8dae0369545055d5692f2ca619932e67782e235a17eb5aa3a58661da90d3b4ca588b5d4e50214d093204b8ac74401342cd035225f635d0f3639a0ba51c4e648a6f9554c0b385ced7393cb8cf34a6970a6b5ba5a6ed5a5a5d534bad56954bad5594cb6f5694cb795a354dda58cd3674b19b3a954bad56954bad5594cb7095592028b51774bdc5f541a2a0287884f4281658d330cc64c37028f90c0237c00d19e686807c2e76e46b7a60fc415882830e5341837c7077c6a1e61ac1664858156418b18fffbd2c4f28234520cec0e67178619bf8c199c3fa82898c416f157c0b2aa1a08eb2a42498c798ab00190bb440d8a34055cca2823337443517315c0a3e43008df023463a6680c44a04145d541a56555050f50c51751550e50d5165655505575344d90148c4b04b844f2580cbc28c30941d0128808c0c28a9890e38611942802e5abb7325d56e5d9a765618b8414088443052520e8c4002e3913005532a0c5b0af083a29c02e4d0e01ac3546c3805c20892c065e166015260121a3178ad6bb7265da54a5c10a804031921214708210972048e1862c885c42852520e8c4422dda0115e3427f6028360882dea6429528dc91a8ec94a92891e98050305180050a985124a81d488085970e60634c20061c54c4871c3084a5a82dfa5123ea732c0a8f2db5805575e0d11b0ae972bcbb522ad2a5c49513d288a9280bb96c32d04749fc894c24d10a7523635c282d52c08ee9955ca55d2fae14ec0c70e94c414d45332e3130305555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555";
|
|
774
|
-
var
|
|
775
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
774
|
+
const pt = ic, nc = "fffbd0c40003a861a6f64deb05ce8fbd1dc1ee6979000bf3230f3195138b950cbe3649439256307747d31c26065d09cfae70d799f0a043c6a90008c0101188082314680d008619c9079b61dc806a921a220095277a60d4131e44143d53814e10f4d06ba6491eb478900a8d59016632a23e0fa358875c770146cc650c1c499dcb9b0965d7500106c321427219428febbdafb2b5d76979a75ae40018d025f96f71bad4b0257666051808e5b74c34bf2db9660bb0e24b2a35886616f617013a24104242304600910b1130dc7b4e81750bb1216e880432ac0d75b0a2a1834f45e8e9a279a9c6c22cc9a7e3ac01cc5335e8c0d97180c960bad7998ce9ac025a2f1a0c888e02c46508045a96a20a60c91980100828a917425f96ddc64bc2ea19146c50b00bde68319005d85d10e462314ae197f0b48c74bfe986ced9dac3a9bbfad7e8f7ac2a525253c6e36cad4dd7c20e2ec4842dba61cbf30f0f7d628635005a66e63ec63560f22a48c694034a695617e603c12c05077310c0923018053379a48d1e921e409b28546c46619d8fa6c9b019ea20762d318e34c6291699d98662a61861204fda2a7933d57c1d023391f8605262a1598449c1ca332e084cb25a3198ac94666361b99f05c67c1aba0151b18d456ec8e0b4c667924153ba632409114cc587c7867ca8c047dcd7a834bc8d2a033a141df48ab82a803bd1a8651a215e356c6161b062114cb841dd89589b05f0d10ad255c4d70d8ad245e4abcd6b33fca8d6af5cc3db8d9244511ab2206a56c885690ad12cc1ba16308528d539daa40b22baf35eb61a7044a988132e926b754d82ea8ca85199ad5c42c0d62d35eb8d7301d56ef5b26c451748198c2a22c319b24ab67a246b186c8af0d54354c0957c342d9a2a4d7b3245e585c4d7254e107501450bb46abbfa38b2331996d9bae08953352c48af43d5c7b08b6572a44e0b11775fd8cbb2b0b0343230c6c5add2ca5ac8d549765977ff78e59659ca49adde749c6789409753bcff43d1a8d46a532da5a5a5a5a5a5a5a6a6a6a6a6a6a6a6a6ab671c71c71c6ae4141414140a0a0a0a0c2b06e0b039c1829859998b165991a5d2aa598e0a714183727471921e5721a1037a9c2fb7a1b9c0dc99c6ab19b821219de39219b82a521908908987d2ab1aab194159219cb31211fffbd2c42383f4bda0d20ffba7c624b3dd01eee938b82f149f14b82951c14d290908c90d294c90a598b0948572ce584a434a54a52b4a42c3829592199219219a52921160908d295294b1c79b70dc9b72dc9b70dc15b71e6dc37058e3cdb8e34db9e3cadb82c37056dc95f1e7c6f1e58e3cadb8f2c4845721f96242f2c485e7214865721f962422c484721c845890cb121f9c872116242f2b908e4390bfcae432b908ae43f390e432c486721c85e5890cae432b90ce42908b121f9c8721962432c484721c865890ce4290bcae432b90bcae43390a432c485e58908e4290bcb121f95c86721c865890cae432b90cae42ff390e422b90cae422b90fcb121795c865721795c86721487e721c87e58908ae422b90bcb12195c845721796242f2c48658908ae43ff390e43fff390e422c4865890cb121ff9c872196243f2b90bcae42fff2c48458908b12116243f2b90ffcae43fff2c485e5890bfffcae422c485fe5721796243f2b90bfcae42ffff2b90ffcae432c48460a40a6618626a61ce3d466883d6645657458106350e2d6321a39532150c231a421532413d3399952b690e8430cc534d4ad0638ad993418742c24072f7385897cae5e348120397e5e348521397e5e2b734cd8364b06c160d93364d82c0ea6838ea63a0e863a8e9e581d4ca0283cd5d284b050795942650143e6e1c1b87058706e5c95b9370e4dcb92c382b706e1c15d22c522ba7e574cae9f9d2a458a474a995d32c52ff2ba4574cb148b14bfcb14cb148ae99629795d22c532c533a74cae995d2f3a74ce9533a74cb148e9d2f3a74ce9d22ba474e99d2a458a674a99d3a65748ae9f9d2a474a91629962995d23a748e9522c53f3a74bce9d3f2ba65748afa9f5ea57d4b1d3cafa963a163a7963a163a1f5ebfe57d3fcfa742bea7d7a15f42bea7d7a1f5e9e7d3af963a9f4ea57d4fa752c74f2c75f2c743ebd3fcafaf963a7ff963a79f4e9fe57d7ce9d22c532ba474a91d3a674a97962996297f9d2a658a458a658a458a4574cae916299d2a474a995d22c522c533a54bcae915d32c522c52f3a548ae99629795d3f30c6831b320f483c329501f8331a98f233a001f9342646273295483d326307f03331098c307e52ae3189883d3186475630e704da30e744db320f0627329501f831040411307e4fffbd2c42383f3fdacd40ff6b68668b3dc81eeed7841031044a54318984112a8c4e641e83f26208082260fc0822560fc183f041e183f00fc183f20fc983f20fc983f20fc95896e60bf863460bf86365805f8c17e0c68ac31b2b5f8f1bc68d7fc68d7f5fcaf1b35f97e35f97e2c2fc585fcb0bf9e36bf9617e2b5f8d7f5f8ad7f2c2fc6bfafe56bf9e34bf79617f3c6f1bf2b5fcb0bf9afcbf95afc585f8d7e5fcb0bf611fc419f8f08fe7833f1e0cfcf847f308fe7833f1f067e3c19f9067e308fe7c23f8c23f9067e40ff3f8067e20cfc047f00cfc611fc81fe3f207f9fc033f211fcc0ff1f903fc7e423f803fcfe423f903fcfe00ff3f8833f011fc847f211fc047f303fc7e211fc01fe3f211fc033f011fc7067e40ff3f908fe023f808fe00ff1f903fcfe019f803fc7e419f808fe019f9067e40ff1f9067e211fc01fe3f3c19f8e0cfcc23f9067e40ff3f8067e023f808fe60cfcc19f8c19f9847f211fc047f011fc033f1067e60cfcf833f25808830881d435e33e33263062346d46d31d427b31d41d4346d3c633201d5308827a308846d351212e32267a39ea7a34b92f3221d537552f32252e2b4b8dd5c80c88c84e7a4bcb0ea9ba9e315a5e697baa644cf473da5e58220c894bcb0449a5e449612ff2c110584bcb0447991044191244160892b4bfcc88224ac882b2a4d0a114ca8114c44114ac442c089e562279588856c458633e362f3e362362623e3e3f2be23e3e32b633e263f2b88fffff2c44f95c47f96227ce2224e2620b11071310713105889389882c44f95c41c44496220ae23cae20e2627cb1127111257105889f2c449c4c416220ae24e2224e2620ae24b1105713e588838988389892c44f9c44416224e2220ae20e2223cae27cae23ce2220e2620b1105711e5712571271111e57127131257127111271313fe713125712588938988388892c4479c4c41c44416224ae24e2220ae20e2620b11058882c44ffff95c4795c4ff95c415c416220ae20ae20b11271310571271313e58882c44f95c49c4c4ff95c416224e2627fce2224e2220e2220ae20b111e57107111071111fe5888ff389882c03a18838cc99ca16b996b8501ad09db99db86c161e34cb0c730c6641d4c664f7cc570e54c570570cb08734d2b4b08ac360cb5c284c86c574c57428fffbd2c41e03f239a2e40f7370c65fb39cc1eeed980c364364c360730c364edcc360364db2d936c734f9bcd3e6b60db0d82c734db3cd36cb60adb27068399d732588319d20e7068399d20de5850f9d75405850796140575c3535335252353c32c611e1291a9e11614cd4d4cf0d4cf0948e8684e8684b14074140574058a12c509d0d09d0d09d0509d0501d050796363fcaf64af67ffcb1b257b1fe58d8f2b74375742b742c3a9baba15ba161d0dd1d4add0b0e9e6eaea56ea56ea5874374752c5096280e8680b14057405743e57407414058a12ba12ba02c50f96280b141e58a12ba12c5096280add0dd1d0dd1d0dd5d3cb0ea6eaea6e8ea58752b7537574374742b74374752b752c3a95ba15ba9baba1ba3a161d0dd1d4b0ea58742c3a7ffff96367ffffffffffffffffffffffcb0e856ebe5874f2c3a961d4dd1d7fcadd4b0e9e6e8ea58752b752c3af961d4add3cb0e86e8ebfe6e8ea587537474f2c3a161d7cdd5d4dd1d0dd5d4add3cc388588c9e8220c4b91b4c989388c58898cc5b4740c2a48c8c58c38ccb8898cc9ec220cc84c80c4b84bcc224754d4491b4c62988c63588ce2b88d2e224d2e224b0449f8f3d1a5c9719104499124415a5e6971106973aa58750d2e220d2e220d898cf8d8cd8d8cd898cd8d88ad8cd898cd8988b1c7e586336363f2c711b1311b1319618cd8d8cb0c6586236262363632c319618ccb8b8cbcbcb05c565c582e32e2e32f2f32f2e32f2f32f2f32f2f2c1796220ae24ae20b113e71313fe71111e5888388892b882c449b1b115b11b1311b13116188d898fcb0c66c6c45862363632b632b63ff2c319b1b1796224ae24b111e711125711e5713e5713e58882b882c441c4c4f9c4c4ff9c4c4f9c44495c49c4c416224ae24e2224e2627fcae20b1105711e5711fe7111071111fe57125713e57106c6c46c6c45863f2c3195b115b19b131796188ad8bcd8988b0c45862363632c319b1b19b131f9618bcad8fcd898cad8bcb112571257125888f2c44ff95c495c4ff95c47f96220e2624b11258882c441c444ffff96224b112571257105711e588838989f2c44d3045045310b0a932632e232630623562062316226236620e32c1b198850229885919194a88598220e81fc431160623589e23588622b18cde2988de3788c63588fefffbd2c42083f3559ee80f774bc682b4dcc1eee9782388c6278cb0b1161623388e32b588ac62398d633188632c0c46318c66319c46710c66310c66b1ac66318c46310c46310c46710c6563118c431f98c63199c63118c631960e3f318862f2c0c7e6310c45818cb031960622bc678f1163196319e3c658c478b1163179e2c658c65788f1623c58cb188f1622bc678b115e33c788f1623c58caf195e32bc5e71221c5885710e24438914ae29c58a71621c48a588a5714b110e2c438910e245f38b13ce2442b8a71621c58a5889e5714ae295c42c442b8a5713cae29c48858885714b110e24538910af115e22bc658c478b17f95e33c588af1ff9e2c678b19e2c678f1163179e2c478b1ff95e3f2c62f3c78fcb18bcaf196317f95e22bc7e5788f163f2c632bc5fe58c678f195e22c62f3c78bfcaf1163196317f95e32c622c633c58caf11e3c4578caf1f95e32c633c78bfcf1622c632c633c588b188af19e3c5e58c658c678f11e3c678f17ff96319829829986109a99a6b1319ef03a19ef0cc99150cc195d8cc99a683a18730f598ca89e99a615d995d2819fbecc9d755d95c54698a626980d26559dc71520c68357471520c6cc33075d8ea63a0ea68345468320e63a0e875d20c683a0c63aa0fe5841cd98664b0831a0e8318ea3a95a0e563a160752c20e63a8e86838e858418b03a160753148523309353148c22b14cb02918a42918a629160522b14cc5314cfaf52bea7d7a163a963a1f4ebe7d7a95f53ebd4faf43ebd0afa795f53ebd4afa963a1f5e87d3a963a15f43e9d0afa79f4e858e858e858ea57d0afa963a9f4ea7d7a9f4ea7d3a9f4e857d0afaff9f4e9fe7d3af95f52be858e857d4faf53ebd0faf53ebd4afa1f5e857d4b1d0afa9f5ea7d3a7963a15f43e9d0faf52be87d3a163a163af95f52be858ea57d4faf5f2bea58ebe58e87d7a15f42c742bea58ebe57d7ffcfaf52be9e7d7af95f5ffff2c75ff2be857d7ffcb1d0faf52c742c742c753e9d4afa95f52bea57d3cb1d4afa95f52c742bea57d0afaff963a95f43e9d0afa7f95f53ebd7fcfa753ebd3cafa15f42c743ebd4afaf95f5f2c752be857d7fcb1d5508000160382b0e0d954f0d94654deb7acc397acce7d10dea4f0d4b2c4cb02c4d311a0ad3134c0aa34c4ef33b8ab3059193460b03fffbd2c41a01f0c5a2f0aeeb34c619359dc1dde6682c04b32403834f43832403932443930e03932403932413c3240392c070648072561c9870489a7a48161c1b972587258726e5c9b87265e51ca2c65cb9cb2e65fe1cb94565ce59634a94ad21a44a584869529a4485694ad216129a54865cb1972e72e51962c65cb1972c565cb05ccbcb32e5ccb162b2c56b79acb1acb1aeb9acb1aeb9acb1aeb15ac6bae56b15ac56b15ca72485894e590e490b1295ca5894ae52b90ae539252c49e724a5897ce494b121cb2f9cb21cb29cb21c9215ca5890e497ce597cae42c4a57215c85894ae42b97cf9e4f9e3cb1c15f1e57c796393e38ff2be0f9e7caf92be0f8e4af92be0b1cff96392be0f9e0b1c15f058e0b1c796382c71e7cf3e7c7257c95f258e4b1c95f1e58e0af92be4b1c1639f2be7ce493cb127f9c9215c9e5721c9215cbfe72ca5893fcb1279c921cb29cb2f9cb29cb21cb29cb295c85890ae42b90ae42b93cb12795c857298701c1609034f2413901eb3094683091733344d033e0d132acaa34c4ee30957434c1313244382b398d3c4f0ace730e13d34f53d37ac3937ac3830e4382c07261c870648a786ca27a580e4ce244e44e4ace4ce0e4ce240ce240b072723226727058382b90339392b382b382c1c99c1c9c89c960e0ce4e0ce4e0b07067273e6727258392b38ff2c1c19c1c960e4b070670705838f2c1c19c1c99c9c19c1c159c159c960e4ace3ce44e0ce4e3fcce0e0b07058382b38339382b3933839396439252c4872ca72ca72ca57295c872485890ae53964f3965f39242c4be58e4af92be0b1cf96383e783e383e382c727c707cf07c727c73e58e0b1cf9f1c15f058e4f9e0b1c16382c727c7257c95f07cf27c707c727cf257c9f3c95f258e3caf83e792c73e58e0b1cf96392be0af92c7057c9f1cff95f058e0b1c16382be4f8e3ffcaf82be4b1c795f057c16383e392be0af82be4af82c71e57c796393e392be4f9e7fcaf9f2be4b1c795f3fe7c7258e7caf93e392be0b1c79f3cf95f257cf95f1fe57c79639ffff2c70a0800079603ecd71612cb09de71381f66aac420687e4226650cdc6176680617668061769dc58268332932930fb211343e211355621032115563328328343f0fa30fb0fb33280fb321021032112102b43e32112112b329fffbd2c42b01f3f1acdeaf777286a1355cc1eeecf82c1f467d1f5e7084207081f456c895977e65db2265d32265db207081f4583e8cfb3efccfa3e8b07d960fa33ecfb3fbfa2bfb2bfa3fbfa3fafa3fafb3fafb3fafb2bfa3fbfb3fafb3fafa2c7d963efcafe8fefe8b1f5e58fb3fafbf2c5d1dddd9dd5d1dddd162ecaeecb1747777477574577458ba3bbbb3bbbb2c5dff963ebfcb1f657f5e57f457f5e57f5e58fbfff3fafbf2bfa2bfa3fafaf3fafbff2bfbffff2c7d963ecfefe8fefeffffcb177e577658bb2c5d7962e8eeeebfcb17458bb2c5d1dd5d962ecaeecaeecb176577458ba2bbb2c5dff95dd15dd95dd1dddd7f95dd162e8aee8b17658ba3babb3baba3babb3baba3baba2bbb2bba2bba2c5d9dd5d15dd1dddd162e8eeee8b177e7f5f7fe58fa2bfa2bfbff3fafaf2bfbfff2bfa2c7d9fd7d7963ecb1f47f5f658fb2c7d163ecafebfcfefe8afebfffcfefecb1f5e57f457f7e58faff3fbfaf30e326333624e333632e231d546d312e1d530a8233323210b36ac7a31ec7a2c4f46eaba86318c46f18c67719c47315c6631ac46f19c658754c89224dd4c84f204bcc894bcd2f4bcd2f224e7a4b8ad2f34b8893220882c11056441a5e44191297160882c112644113e711125712588938989389893898838889f38889f388882b8838989f2b882c447f9618cb0c46c4c658633626336262363622b632b633636236263362622c319b1b19b1b19b1b195b179b131f9b1311b1311b17196188ad8cd8f88b1c656c65862363622c3195b115b196188d8d88ad8fcd898cad8cb0c45862363622c3195c415c495c416227ffcb11258892b8838989389892c441c4c416224ae20ae23ffce2620d8d8cad88b0c656c456c658632c31f95b19618cad88b0c5e6c4c66c4c7e5863362632c319b1b1f95b11b1319618cd8d88b11058882b892c4416224e2220b113e5889ffff2c4479c44415c415c4ff96224e2620b11257125710713125712571057105713e58892b88f38988388892c441c4c4796224b111e58882b882c44f95c416227ce2624b1105711fe58882b882c44795c4ff96223cae20ae23ffcae26f331e433b76dc30b95e3a3df73449133dd72835791335782f30bd1236a87a37d8c730b8c630bc7a331c2e357df730b82f31ec7a30bc2f30b87b344daa3fffbd2c41e83f005a0ee0eeb3706ce341c42bdd0003187a31e8c730b82e2b44ccc60b8cc61e8c7a31cdaa1e8b03d960c731ecc731ec7a30bc2f2b1e8c2e1e8b03d1ae5c6bbd16171ae5e6bbd15ae35cb8d72e2b5e7e97161795ae35ebcd7af2b5c6b979af5c6b97161795ae2c2f35cbffcd7ae2b5c56b8b0bcad715af2c2f35eb8d7af35ebcd72f35cbcd7ae35ebcb0b8b0bcb0b8ad79ae5e585e56bcb0b8ad79ae5e56bfcad796179ae5c585e6bbdff9af5c6b971af5c6bd7962e2bb8eebceeb8aeff2bbcaef2bbcb1795de58b8eebceeb8efbcaeffff2bbceeb8efbcaeef2bbbcaee3bef3beeffff2bb8b171df7962f2c5c58bfcaeff3bee3baeff3baf2bbceebcb171df795dc775c58bbcb17962ef2c5c77de58b8aef3bae3bae2bbcaee3bae3baf3baf3baf3bee2c5e77dde58bcaefffff2bbffcaef2bbfcaeef2c5e577ff9df7962f2bbfcaeef2c5de577162ef2bbcb17fff95de577960360c731e34da20e50cb58e4cd688b08d2b0734e5d9e30c730360b03306576576658639a61ae76c639a76c6b40958561b2695a76c561b0639a5847db58458360adcd2c58666c9b07615846e6d8658364dcc730dcc730cd8730acd83364d8f3361cc2c1b256e6959b258360acd92c1b1fe66c9b06e69b066c1b258364c741d4c751d0ad0631d47431d074f2c0ea63a8ea63a8e8563a160d83360d92b360acd82c1b2566cf99b06c99b26cf99b06c99b06c98e83a1607431d10631d4742b1d7cc751d0c751d0c741d3cac752b1d0ac752b1d0ac752c20e63a0ebe63a0e8563a18ea3a98e83a158e8563a958e863a8ea581d4b03a958e863a8ea63a8ea65094058284aca0f2b284ca1287fcca1287caca1ff3280a13284a1f2b280ca0280ca0280b0501594058280aca02c1405650960a02b284ca0280ca0280b050160a1f3280a03280a03280a1ff3284a1f2c14265014258284aca1ff3284a1fffff2c1b3e58363fffffffffffffffcacd8ff2c1425650194050799425095942565079940509594258284aca12b283caca13284a0ff2b284b050160a1f2c1405650194250960a0f2b284aca12b283cca1287fcaca12b284b050da03028040204010140a02010080300640ae302500803053c24f30d7c2a930ca42cf31c4921a300f0001300c4005305cc04f303cc03e34620fffbd2c41c003485d91db9ff00062e346243bfd000a9035bccab50300ac600d80006071010c603180c6611a82666027812018002a546032072608a05e690660a6330a28160074dc46f0c033306302b302a06234f02603428582329635f2eb1698880854e0c110038c168038c094064c008008d454d7cc660a5cca5c1d4c4f03899c459a1b8ef3180e80e98018048b009ba542604818c60701ba620e09e60de09e0d024120006cca729e4ca5b2baf182ea7acba030220082203b14028160104972b0109332164c5a76aafeb228dc6dd359e5dba0a2ff2c00c182d01c182d03d180c00c980c801c4eebff1779ae3fb76efa7ba8ca8927c39707a7a27c79803803958039803803980380398030031583a983a04c1583a45e2f14a771593bcf4b7e24f32e789492ebff72f45ee5ebc61540c4603207e180afe17007f53b0c00e4c44c60c00c8c50fd0fffd050d050d1c65d6a2ffffa251aa27c567d0fffffa219580133ba3f75e3292edc1863a4ea46dd474fffffffffffffffffffffffffffffffd4f980d0090981280b6984e00481848a1621869a25d18f32518198f263d19bd283d1a7d2d1b1b0fcf639bcf8c85987b8ff61db16c151d0749fb9cd72df399c764769881e1d19834809d9862389858ce9c5ca99b38cc9a0c149986cd1bcf161d83ce1ea3a91bc8f1997c611a16ce1bcaf21c32d31ade9b19160f191c9a9a68b599fa7d1986450b14e60e03a6271126471166450aa62a03a60e03a60e8a464698867d9f867f99062a83660d0403a0e98300e98a029983e0d2439810069810029810069818068602a8ab8ab3a01500a912a95c5987095b948b016d5fdb3ff4b0ee54255006ed19788c17050c2d0b8c49128c320c41c18a6f1728b945ca4e29eeef1fe56c8a800980801980402d79dc7a4a01980002980804980c03980c02df30180530902530880542c301402309446311448311c4830982528014c03000c23098c05008c05022b592500e2b477b0ffcea5d66d967ffffffff94b20c5dcb0cc4989356a6d779ddeb2ad6b755f57765b2996dda596d3bf38d6869da96d9d53434ef4ba1a7fa3384aa5d6bf2ab19a6ea300c013730b805f33126021130cb4230301a424a304f4122302905f9309b01e5308bc0253115c16431c9c4aa319809b1348b010e360fddfffbd2c41b83e62974fe0ff1f1056daadc81ff69e01033cce9a13e9998033720c8e03095404e3043c257309e00bd30074315306a01b93964c434b07666b9b5a486915398b4c4670561abd5a6ab341a9c58670859b40ea6965b8aa08c26b43291e438b21c5630e828906a18255402a4302824c4020012f82a2415279830b466f22268084188a8850f8238c0276895daa096a1e4406a530a427eb58491f081545ea7a311caba0d9712c06c2245b452039921093ca2624399cb1b2c29eb96a1f6c6b339233293c2e2af1b85c542519395617227c748270778c241b5976196923c2e27c2ba5fc4c49b6b75f582ca7ea3735ffffe0ab665746b4266378e2dfd7fffffffffce36c31231de4bfd191ff117fb8c19504f0c09013dcc8583304ca622984cb0e2c3cd17e039c8a86738190f763626173e280ca4e36eeb34d7401280e67a692ccc6a3708d58face8f60fa0b0e9df6268c2ee3714d7e9284d281eb4c64d280d7ecbbcac398c654a60c39c654c650e70d285280c650650cbbc650b032a63283286532530632a1ce61cc32a561cc61ce32863281ce612012061221206072070607207058038f2b03930390903d094d26834fa4ad216349a44a7a741e9d06952f95a42b485694b090ad2ff9a548695214492c25f34893cd3a62aa434a93cad29a548584869529e8485694d2a434890d22534a94b090b094d2242c2534a90d3252b4a5690b090d2a52b4a691215a534890d224f372e7fcb0e0b0e7ffcadc161c7fff95b92b73fffe56e3cadc7e5dffff372e3ffcb0e7cb0e3ffcb0e7fffcadc161cf95b82c382c382b70587058726e5c95b9ff370e3cdcb8f2b7058725873dff2c38ef9b871fd3a21dfffff65f302a03bf3183c6d2327a41d139209453312084833623919f370206d535458e2633ec4e26388c9fe23a48b6a13da898f333712b75337150153ed089223371145331208dc430be454831cd84203042842030be442035b23231156d2c15065408a685216685088685216568515a14685a1665408856541888549950229a1622959715bd15bd95bd9973d961eccbcb8cbcbcea510b08858452ba8345453444434444345a9345452c2296114d1114ad14d1110d1514d1110ad10d1514b08a575258442c549a2541a2221a2a29a22296110d1114b08868888584434fffbd2c46c83f3bd56de0ff77085de2a1ac1fe6e4054534445344452c2215a21a22215a29a22279a2221a2229d4a296110ad10b08a68a8a5844f345442ba82c2296113cd1110b08a568a68a8be58442b45f345452c22f9a2229a2a2f9a2a296110d1114d1514d1514b0886888a58442b44f345442b442c229a2a296117fcb089e68a8a5844f2b442b453454434545345443a844345453454434444344a834445345452b443a94534444344452c221a2221a25416114d1510ad10d1514b08868889fe568be68888568868b5256886888a568a68889fbf9dbbf45c58018cc0620d8cc4e31388c3620d88c5630d8ccde23388e1e2878ce6e33d88d1e32788d3e24f88c660a18cdae32788c9e2358cd7625d8ce1e2358cef62e58cd0e2438cc6e2358cd762438cc6e33588c9e31b8cc3620d8cc162178cb00b1182c60b1182c40b11f8dc456e33f1388b1e3371b88ad8cf8b88f8f8caf88d8f88f8d88b0c65862363e32c719b13195f196388f8d8fcf8988b1c65863363632c3195f115b196188ad88d898bcd8d88d898cb0c458e32be32c3195f19b1b19b1b19618cd898cb0c47c4c456c66c6c65862f36362363632c3115b115b115f11b1b19b1b115b11b1319618cd8d8cd8d88ad8cd898cad8cd8d88d8d88a310b0c46c7c66c4c456c66c6c47c6c66c6c7e6c6c458632b63362622b633636336363363e2f363623626336363ffd15b1f9558cb0c47c4c66c6c458632c31ff9b1b17f95b11b1b17f9618fcb0c458622b632c319b131f9b1b115b115b17ffff9b13196188d8988d8d88ad8ffcad8bffcb0c7fffa363622b622b62fecf95ff2aaf2c084258217cce061080c9c9655cd3ae3270dd952720e33eed24e068381cc4203dc0d957381cce0781a4e33eb494f70aed24cf704eb8cf701080cf702cc8c6f45a0cc2b7217cc9c81bd0c58b0ad8c58a0adcb02109829a2101829815b188400a61d6ca69a9b5b9554c35314c35314d2b3eccfa3e8cfa840e103ecb07d99f47d19f67d962102b3eccfa3e8cfb3ecacfa33e8fa2c1f6582efccba2e8b05d960ba32e8ba2b2e8acba32ecbb2b2ecb05d9597665d17665d177e582ecb05d19745d15974582e8cbb2e8acbbf32208832252f32208932252f32208932248834b88832252e2c11064411064491264425e64411206bfffbd2c47903eab9a2d20ff6b3471eaa5801ff5a38ac804576115d84577062ee0c5d81ae97606ba5d8457581ae976115d01ae9740c5d40df4fb037d3ec22fa063ef08bec22fb063e818fb063e818fae06fb7d01bedf606fa7d845f406fb7df06533c194cfae11a6ffffc234d81d369947ffffffffffff06110c1f907e0c1f81044d4c44abce14c8534d8f25314c1f820f0f62f7cd8ce8395f0d2af6c24df37e970f2038d90c413a6a0e14fc808e9a763d4f204c80ce3642950ce821038ce801044c4114abcc40e1898c4101040c1f91040d89f1acf1a9898c7e5898d89c7e4ae0f0f1aa0f0e0f5044ae0f0e0f5044d0420f0c7e5040c7e07e4b0823e63f282056c4e5541134101f834111f831f91f82b1f934114102b1f834114112aa08941f898fc2089607e4ac7e0d0407e7cc7e1044b03f05682056823e68203f0581f831f81f92c20818fc8fc98fc208f98fc0fc1a080fc98fc8fc95a0879607e4d0407e4c7e1040c7e47e4b03f263f03f0563f263f23f0563f0563f063f082063f03f063f03f063f23f263f23f0581f831f81f92c0fc1607e4b03f068223f263f23f268203f3e63f03f0584102c20898fc0fc019f93f00c3f2e113f2113f3033f27e0227e4187e4227e4227e4187e00e089f908c11061f9061f806410033f27e2067e0fc819f83f1819f93f0067e4fc830fc830fc419040187e3033f27e40cfc1f8061f9c227e00cfc9f9061f8061f8091f9033f27e4187e40cfc1f9033f27e2113f0067e2084187e2113f2113f00c823830fc830fc7f7061f8844fcaffffdc9d9fffffd75f317f31b37f117f34b7b29398c65434b665534da7572c30c9a6dbab1a6d12f1b2acc61b2ad949bf832a198d32a1b2a6629d947fe9b2a0bf98bf25b192f30c99ce12f989092f192f12f1612d8cc68c6cacc68cc6c5fccc685f8b06366636634663496e66362fc6bf2fc6bfe346bfafc6bf2fc6bf2fc585f8d20978ae5f3485202c4be690a406904bc5690f961213979212c24272f240690242569096121348521348521397d203481203485202c24258480ad203485212b484ad203485202c4bc56909a429095cbe5897cd21480d21484d21487cd20978e5f484d21480d20484ad203485202b480ad212c242569015a40690a40690a42690a4058484ad20ff348520348fffbd2c48183f27178ce0f76b545f6b61a01ee57205212c24258480ad213485212b480237e065f8237f81dfafc077fbf4237ec197e832fc0cbf832fc11bf611bf032fc11bf832fe0cbf832fc077fbfc237e065fc237fc197e03bfdf8237e832fe11bf01dfeff065f8237f832fd03bfdf8237e846fe11bf832fe11bf846ff065fa077ebf81dfefe0cbf832fdc0eff7f065f8197fc197f065fc237e08dfe0cbf60cbffffc197e2c0bf18bf0bf9bf859418bfa5b9d9418d15d941a6da6d9a6d44a18bf8bf1598d1961ad0986cad01890a6d9b0c9ce992f3ab9596198e69619a5606c18bf18d961954cc6d2dcb096c62fe2fc696c63462fe2fe62fe96e62fc96e696c2fc66342fe5663466342fe61b039865861b0561b261b239a63981b2581cc31201202b1202b1202c09018908909589015890992f0901f35b0586c1b65b26d86c9b61b06d86c95b63cadb26d96c1d72ba6a1ae95a87cd40a13aea80eb8a12b501a854275d5095a84d42a12b6c9b61b056d82b6c161b06d96c15f33cdb2d836c364db0d92b6c9b65b056d8390484e4120390c80ae427209095c83fcb120390c80b120390484e4121f2b901c86425890162405721390480e41202b90f95c80ae407209015c80ae405890f962425720390484ae40720901c86405720390c860cbf846ff846fe11bf846ff832fc11bfc237fc197e846ff81dfefe11bf832ff832fdc237e03bfdfbc197ef846fe11bf832fffc237fff832ff81dfefdfffff065fff08dfa0cbf2af2c1611a561619ad086c1bc6256986c0e698e61db186c2d0991503a991528199ca96bf995d8cc183a95d98cc883959ca996b0ae18500ae18ae8ae18ae10d99ca05098ae0ae158e6186c06c996186c186c06c186c86c1586c98e686c186c86c986c1611d71406a1501a86b858501a82ba56a02b501a854258509d71405850161426a0509a8543e6d86c161b256d836c363cb0d8ff2c363cace9e5883f99d0ea583a959d0cea7433a1d4cea7533a1d0ad43e585095a84d40a12c280b0a02b5095a83cad41e56a12c280d42a1350280d42a0350283cb0a0350a80b0a0350280d40a02c284b0a0350a87cd42a02c284b0a12b3a19d0ea7073a99d0e8583a99d0ea6743af99d4e86753a99d0ea567533a1d3cce8752b3a160e86743a160e9e6743ac1fffbd0c49001aae194d80f72b58554b59a95eed5a08d808b600db0d9c22d906367831b1c22d8c22d8fc18d808b620c6cf063660c6cf036cb66116c01b65b2116c7fff08b67831b3ffffc18d8720624024262422406caa96c696efe06634fe0696e2fe584b6f32c269733b61cd32c30d831cc2c2375639c339c120339d4da2bb08ec2364dcd360e5e480e5f978f9c97cd2197cb0901f3a909f39ce15cbc6904be7cef386904be572f1cbc909cbc909cbe90961202c24258480d21480232106484192108c80192008c800e4320064840db1cc036c36418d981b65b2116c7845b006d86c831b20c6c045b0116c81b65b2116c01f31b00c6c0339a0c6ce0c90046401190e0720900464184642119001c86400c6c831b2116c831b00ce6045b006d96c01b65b2116c81b61b006d86c831b006d86c031b206d86c81b65b006d96c045b00c6cc0db0d881b65b006d96c01b61b20c6c845b006d86cc0db2d90636606d86c031b308b6022d8036c363f06487fc1921846400c90c192084643e0c907c1921ff064842321fc2320c1921c2320e0c9083241c1920e1190ff0648383241ffe1190552b188b0719f7f4a1eb57c15bc66b19c46e821474a4645719988ab69bc4b11ac4311dc4b11cc47198c4b198882219502296045338ce33589622b388d62188c6338cc6318cc63588b071195222995222195022160a832a04532a0452b110ac4432a0442c08862208a78b1f95e23c58fcf1633c78bcae2162215c42c442b8a588a588be71221c58a716295c538b14b110b114e2442b8be5714e2c538b10e24538b10ae21c48871227f9c58a7162162216221c5885888712216229af5de585e6b9715ae2c2e35cbcd72e2c2e2c2f3f4b8b0b8ad715ae2c2e2b5e6bd715c42b885710b114ae29c48a588a588a58887122ff95c42c442c45f2b89e5710e2442b8bc238e11c611c5e11c5f08e3f83310331ffff8471047160cc708e3c198c238c19881988238c198e0cc7833103318471e0cc508e3f8331c0f1e3e0cc611c7847103314198e0cc5066308e3e0cc41f2c1e6a5119a1af08bc29b0f2a7b986cca7b194d8c3c98dd06f719b1a90d9a4346c69a4366c619b1a47f1ef71b39b74ef71ef76f71a08e3598fce351a08a081bc6bc61f9a79a953cd4de33cd7cde31e34a79a8de37cdfffbd2c4d083a94daee40eea974694295845ff597a0d1c3634ad1c0e3ff630e3f91c0d1c11c0dba0d98cd9a9b0cd98d98dba0d98cd9cd9ccd9cd98b0dd3e566cfe66cc6ce586e9f36e9367362741136271f831f81f9f34101f82c20898fc8fc1a080fc1a088fc18fc8fc04638846380323884638c191c0231c4191c40e38c71064700647108c7003530a640d4c29903530a600d4c54d08a9803532a6418a600d4c54d03532a600d4c29981a98532075314cc22d980db3367831b3831b381b666cc0c6cc06d9db381b666cc06d9db3045b3845b381b666cc116ce0c6ce06d9db3c0e384708463804638e118e0118e0118e2071c63881c718e0118e3f08c70038e11c00e38c7108c7008b66036ccd9c0db3b67c18d9822d980db336608b6608b6708b67036ccd9818d9818d9c0db3b670636706366036ced9c0db3b6606366845b381b676cfc191c2071c238f08c71f846380323801c718e384638c191c3c82bb45762bd6a189200a0f3144ca433d6cc69c36b368403455f43b3455ab8137c0e4323674ca4235040d5636b2cd573290d4a32a9ee6553dc8df03144ca294533f88be230f8d3e330f8c7e333dc8a4333dcd9d332908a4332908a423144ca423144ca433290851231448513314494a231448f7233dcc5133290c5122c0a24587e3d95bf1960f8ccf8cf88b07c4583e32b3e22b3e333e23e333e37e333e23e333e33e32c1f199f19f1160f8ccf88f88cf8cf8ccf8cf8cb07c4567c6583e333e23e237e23e284e898328981d13a2611a240ca2611a2508d1281d12a260744a8981be27c6117c4117c606f8df101be27c60c7c407f89f181be37c606f8df101be37c6117c6117c5063e208be281be37c5063e3037c6f8a117c581be27c7831f181be27c5063e2ff81be37c5f831f1781be27c4117c6117c40c7c4117c406f8df1c18f880df13e2063e2063e208be308be2845f1c0df13e2063e2037c4f8b08be3037c4f8fc1944c2344ffe11a27ff06513e11a270aa27fff08d1303a2544bff06512f065128468980001f961a0f32f89be330f8cbe22b674cd4a3528ccf727c08d4a25288c923183cc9221838b0ce9194867b9997c67f118fc69f198fc63f19b07b071c914919b07c91963f88a1f1cdf88f8cef88f8f46d3baae7aacd386d39aae6a254867487486fffbd2c4f0002ff59cc10ffad486bcb35849ff59b3574846a24a26574866fc67c667c67c667c6fc6583e233e23e22b3e332f82f832f92f9360f60f32f92f92c17c7960be3ccbe183cb05f265f2c1e65f25f065f0c1c56c1c582f832f860e32f82f932f82f8035f0be40d7ce0f035f0be7062f8062f9062f808af981af95f2115f006f8df1c22f8822f880df1be3037c4f8818f8c0df13e208be2037c6f880df13e2037c4f8822f8c18f8c22f8c0df1be3037c4f8a117c6117c40c7c60c7c708be208be208be2063e3063e308be208be3063e38317c8457c40d7c2f808af808af808af9062f9035f0be422be018be00d7caf9062f98457c81af85f1035f0be422be206f8df1031f1845f1045f1831f1045f101be27c7831f1031f101be27c7037c4f8c29f1818f8e06f89f1831f101be27c7037c4f8822f8c0df1be3ffc1944e0ca25f065120651284689fc1944cde666d451e74c692cb86aed3354ea7b2cc5691998436ef2c2dbe749e0b946bc1af0868cdd2784d19c1de4b1aa9bad88cd958dd05853d0c4716ce4cd8c23fcdd6d2ec8cbb275b4cbb31728c3671ba0c3671ba0c3661ba0c36545ccc36445ccd1731ba0c6e90d98b03c619e6a79a98f183c616078b2c2335af2a0b96565d91c7fa38144701611c0d1c51c3cd1c51c4d1c11c4ae3fb9e568e1fe58471336636636e9366e959b3f99b31b3959b399b31b3959b399b31b30323840e384700647108c700647006470c231c4231c606d99b3c0db3b6608b67036ccd9c0db336606367036ccd9c18d9c0db3366036ccd9c22d9c19ba40db3367064710647008c708323840e38c7081c718e0071c23803238832388463881c718e20c8e00c8e308c7108c7106470038e31c00e38471038e11c00e38c71038e31c60c8e20c8e0071c23881c708e0118e0118e20c8e0118e108c700647108c70038e31c70647108c7108c7008c710647106471064710647108c710647181c708e30647008c70c231c00e3847006470038e31c3065cafc1972ff832e5ff846e5419e3613f1bffffe11f19ffc19e33c23e340cf2c13a66bc22f044e35599b1a90d1bf8cb549bad85d91af091aa938d5665d997666b549b1866c6ad5268ce233468cd233651785150bb22b172cd19b5e10cf343cd4ad6de33cd4f3533cd078c2aa78064efffbd2c4f003b1c9a8c00ffad4867d2b97c9ff5eba9a783a34f013c12a93a6513c0993a64e9993a49e09549d32bbb235cbbb32b5ca2c2e515ae595ae59a38c7f1a382381a38a381c7fa381a38a389611c4a238fcb08e2584702c47f1a38a381a382389a38a3895a389c7f47f79a38238960a64ca61530ca65534ca64a60d531534b053058298354d29932982992b29932982992b2992b4712c2389611c4d1c11c0ad1c0d1c51c0d1c11c4ad1c4d1c11c0d1c51c4b08e068e28e268e28e0568e0568e068e28e2584702c2389a3823895a389611c4d1c51c7cd1c11c4b08e3e568e0584712b4702b47034714712b5ca35cb5ca2b5cb2b5cb35ca5ca2b5ca2b5cb35ca5cb2b5cbff2b5ca2c2e59ae52e57f95ae5161728b0b9456b9656b94585cbf2b5ca2b5ca2b5ca2b5ca2b5cb2b5cb35ca5ca35cb5cb2b5cb2b5cbff35cb5cbff2aae56cb0b95fe56b95fecaba05d4123552674e3bad48a9d373031554e1127497febaf30f887e332f18e2831290966285e38c9662f1cc5622b8ccae51ce0cc394994ac60e30e385623158838d3158c90e3243c90e31588563312904a53090c2422b1290c3e21f88c7e20f8cc3e33f8cc3e32f88b0307958c1c617c8c1c56307187c41f19607e230f8c3e230f883e32b0f88b01219848625215848658090cb0121160243f3e3db92c71e586e0db96e0adb936e38e2c371e56dc1b72dc1b72dc79b70dc15f1a586e4b0dc95b7056a69a9aa69a9b5b9a9aa69a98a61a9aa61614c3ad94d3532b63adab735314d3532b636e5b836e1b8f2c3706dcb706dc37056dcf9b72dc15b70586e4adb92b6e0b0dc1b72dc9b72dc95b726dc370586e0adb92b6e0b0dc95b73e6dcb706dcb726dc373e6dcb70586e7cb0dc1b70dc9b72dc15b73e56dc1b72dc7961b82c37256dc79b70dc161b82b6e4adb8f2c370586e4adb92b6e4db96e4adb82b6e4adb82c370586e0b0dc95b726dcb70586e0db86e3cadb92c3726dcb726dcb726dc37056dc1b72dc961b936e5b9f2c3706dc37256dc7fffffff063e30bcc78d1e34c5cca4f0c5cb8d54de87b760cf3598c4e3555e08dd6c172cd6dd3cd4de8698c0db374868c4716cdcc5ca75b0c5cb1728d19a4668cd8c23fca1b1b323fd6a932ecd19a2c0b946bc1233462e5233a71fc8e271fe8e268e11fc68e2fffbd2c4f081f03160cc0ff6d7863fb5d7d5ff5a2a8e27e69e6be56f1a7e69e69e6f1af1a57e6bc2b78dff3471471347147034704703471470347147134704703470471347147134714712c2389a38c7f1611c0d1c51c4b11fc68e28e0584712c2389a382381ae52e51ae5ae51ae5ae59ae5ae5945cb9ae52e596172cd729728d729728b0b9456b95e157280772ae5846e5046e5c1972c19728237281972bc0ee5dcb832388463881c708e2118e0071c23801c708e0071c63801c708e2071c23801c718e0118e00c8e2071c23801c718e2071c23804638e11f1bc19e330af1bee0cf1bc23e3423e31a0cb940cb95c23728197281972b03b9772ab065cb08dcb065cb708dcb08dca581dcab940cb940772ae57d5fe0cf1908f8de0cf1a15e3411f1a15e35fd55423e3611f1b5419e317f5e11f19f08f8d0678c833c6423e33f0678d81f8df1b5f33a38e8f3e1d21d43b49168319d0eceb83d0ece2c92270d155ae00e1856b28c69d355ccf736748c513290cda0f8b20eb808b24a844e99ee65219a9462891b3a65211c59044e9b41e44e96115532275155d151d3a33a38e8e33a3ce8f35a08b3232cccb3228599ccb322ccca8b419bf1df119f11f199f13f11bf13f1143e2161f88b113a5589d389c89d2c44e162270a44e3cae270da75a70da71a74b0d3a6d38d3a6d3ad386d3ad3856d3be56d3856d386d3baae56d39e56d386d38d386d3ad3a5355c56d386d38d39e6d38d3a5869d369c69cfef95b4e161a77a56d39e5869d28d3af2b69c2bd56f369c69d2b69c2b69d2ab4e1b4e34e1469c1b4e34e95b4e79b4eb4e961a77cda71a70da71a730369c69d2b69c2c34e7961a70b0d3851a706d3ad3a56d3a56d386d38d3a5869df2b69c3d5669c28d3b2c34e961a77ffcada73cada70a34ef45869c2b69cf2b69c2c34e95b4efe8ada70da71a74b0d3bb2c34ef961a77ca8d385869c2c34eecb0d3857665ffe58b322c599fecb16645766658b32ffe73fcb166657665e7665666766766458b32f2bb32e313316f31e1f6ee56bfff9beaf3144a96237c0851329f118e4335288e4333dccd9d35288d9d22908cc38248ccf4e183cd4a32908d4a3a588d4a33dc8c5132908c513528cca42528cca433dc8cf72290cca425288ca43290cdf03290cd4a2290cc5133dc8c512fffbd2c4ff03f49152ba0fffc5c651b59801ff5a901448cf72290ccf733dccb07b999484a511948428998a242891948628916144ce90e908ad448d44d44cd44d448ad448a2894b0a27e585123513a432ba42d95a8916144fcd44d448a8a246a24a266a24a2452909e58513f849f1c22f8a117c406f8df1831f1031f101be37c607f89f1845f1831f181be37c6117c606f89f101be37c606f8df1031f101be37c508be2037c4f8e117c6117c508d1308d1203a274482344b0651306513065138468941944c2344c2344a0ca260744a8901d12a270651383289c0e89d12f83289e0ca258468941944c1944a0ca2508d138468904689b8468941944e11a278328901d13a260ca2583289e11a2781d12a24f83289832890468984689032898328942344c1944e11a2706513f83289c2344f06512a8234481944a0ca260ca258468941944b8328976e11a2584689feae11a244c414d45332e313030aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaf2aa8207219b3a45243318a27c791a946a519a4c849198c1c7a7997c65f119fc47f19486126d651aae67f1a7c6517e21587c4617c1244661c9246661c124666ab9aac66ab0d3a66ab35966a082822634e2820566ab19aaca0896069d2b355cc69c5040acd563355cd562c0d3a574845144a56a24748748656a2658a4337e23e233e33e22c1f1159f119f11f1959f199f13f11bf13f11d21289161448b14847486a246a26a27e51449e585132c28981d13a2611a2411a260744e89832890328901d13a2708d1303a2544d82344e0ca240744e8981d13a2411a25846890328981d12a260744a890468903289e0ca2611a240ca2611a270651283289784689c2344c2344c234482344c1944c0e89513f8328981d13a2783289c0e89d1206512ef0669d8334e78474ec0f4e69de0cd3a11d3807a774ee11d3abc19a77ea7c19a760cd3bb419a7019a73ffff8474e8474effffc19a77ff08e9db3ffffd6bf9913a8aa1f9eb1631445566a510a2472198a24777c28226d65359675c09138644e11387163570651a0f9c59044e1a2a88aa14455e67b9948667b93e066ce98a26644ec592644e913a6d0722aa51a0f142274644e22aa644e913868aa1138644e341c644e113a552274aa44e1a2a844fffbd2c4e581eb5da6c00ffad4867d3597d5fb5f98e18d3834e19aac34e18d3834e18d3a34e958d3a581a74ac89c2b2274aa8aa9913a44e15913bfe644e113a634e0d3a634e0d38634e1aade5634e798d3834e158d3a581a70ac69d2c0a2662890a2456289958a245628998a2628998a24289958a27fe65210a27e0744e89046890468942344c2344c1944825448234481944c2344e11a2503a2544c234480e8951206512832898328901d12a240ca240ca270651306513065136e11d38c11d3811d390669c08e9c03d39a7019a7207a774ec23a740f4ee9cc19a7423a7607a734e0474e8334ee11d3a0cd3811d3a07a774e419a740f4ee9d03d39a7611d3bc19a7019a7023a7207a734e01e9cd3908e9cfe0c22742244ef83089c7089139f06113bf088d39fc1834e42234ebc1834e60c1a77f060d39e111a77c1834e84469df6c2244e550000001fcb08e06636ca8663496e6fe26366634fe069b4c32673aeae673a9b6586192b1cc33b73b63411a5531f94112b410383d62731f86263626626331b31a34b731a317e17e34b64b732982992c2a69594c194c94c795a089a0831318fca081a088fc9625e3979212b484ad2134825ef2be70ad203979203485203481213481203485212c24256d93e6b64db2d92c364db2d836c364af9856d82c360f9ad92b6c79b65b06d9e61b61b26d96c15f30db2d93e6b64db0d82b6c161b0589079c8243e7219015c80ae40720901c82407219079c8240720909c864056d92b6c1b65b056d8f36c360db0d836cb64b0d82c360adb056d82b6c9b6798586c961b056d92b9095c84e43202b9016243ffe589095c84e4121f2c480e4121390c84ae4057212c484b120ff2b907f95c87cb121390c84ae42589095c84ae425720390c80ae43e58909c86407219016240589095c87ce4320390484b120f2bbfff962fe577ef2c5ffcb17ef2c5f8aefc58bf9dfafde58bf962fde58bf1dfefe77ebf15dfcaefc577ef2c5fcb97d859c2ab88e7fa3cb0599194842891be04a51998724911aaf47a799fc43f19a7c4ff11978c122992ce71415948456a5119fc61f19553e232f8cbe232488c393248cc393183c60e31a70d5631a70d563355c69c3355cd573144c5123144851333dc8512314485122844e4d1554550a11383227089d2b2270afffbd2c4ff83f1c956d46f779446f42a9881ff7690d448d44e908d449448d44d44cd44d44cd44d448cf8df88cf8cf8ccf8cf8ccf8cf8cacf8ccf89f8cb07c6583e232f82f9360f2f92b2f832f92f932f92f82c17c960be4cbe4be0acbe3cef9be0ef8be4ef8be0ef9be0ef8be0ef8be4b17c15df258be0b17c1df37c1df17c9fc7f11fc5f115fc457f19fc7f1163e23f8fe2f2c7c47f1fc457f1963e32bf8fcaef82c5f277c5f277cdf277cdf058be4b17c79df17c15df077cdf077cdf058be4ef9be3cef8be4aef9f3f8be22c7c5e57f115fc457f1963e3f2bf8cfe2f8cb1f1163e33f8fe3f3f8fe33f8fe32bf88b1f115fc457f1963e32bf88afe22c7c458f8cfe3f8cb1f1795fc5e58f8cb1f115fc67f17c7e7f1fc458f8cb1f1163e22c7c657f179fc7f115fc457f17963e32bf8cb1f19fc5f19fc7f179fc5f1963e22c7c658f88b1f195fc47f17c457f115fc67f17c658f8bfcafe32c7c7e57f195fc658f8d5f2a2944630705f26c472af66abd8c1a661c9872693205f069320c1c510881978e4b3192463071a4ca49199e9e7a71987017c18c1e17c19c62b198dc2b118dcab11d21a891d2152179d21d2195df1160f88cf8cf88df89f88b14867ee4a25fe56a246a26a25e6a25485e6a26a27e67c47c5e67c47c667c67c6567c5e583e32b3e3324324232422432b243324324232422432c12199211219921252992112116090cac908c90c908c908908c90c908c90c90cac90cc90c90cc90c908c90c90cc90c908b048664844840c5f2115f00c5f108af8035f2be2115f18457c6115f20690d210452101a4294a1148406909218312140d21a4308a4208a420624281a424861148406909210452101a4348508af9c22be206be57c0317c8457c8457c422be60c5f2115f20c5f1035f0be418be2115f20690d2181a424840c4840c4840c4840690921e11486114841148606909210452181a43484114860c4870348490c229080d21a4208a430624208a4308a428317c0457c422be40d7caf9062f9062f9035f2be40d7caf8f062f98317c8457c0457c6115f3035f0be018be422be3fffff08d12f2c3d10653614da6a7ba2e442a7a1a9eea7b9a3362e518b971aa9445cc6374b0f2564019957055c1437be63748dd2653694d863c68f1863c6adbc6b6f8f1a53cdfffbd2c4f103f43180ca0ffacdc623b25881ff59f847e6be687e68f1a57e6857e687e6af187e6be687e69e6a6f1af145478a3f3578c378d78c378c78d378cf352c3c61478d1bc63c6961e34ade30adba4dba0d9bcaadd2566cc583672b36633676e834704712b8fe38fe4702c2389611c4ad1c4d1c11c0ad1c0d1c51c0ad1c0d1c11c0d1c51c0d1c11c4d1c11c4d1c11c7cb08e3e584702c2389a382389611c4b06cc583672c1b319b39b399b31b3f959b399b31b3959b3960d9ccd9cd98b06ce66cc6ce66ce6ce118e2071c238c191c4191c7038e11c40e38c70038e11c4191c4191c40e38c70064710647006470038e11c0191c40e3847084638e0c8e0118e00c8e00c8e20c8e308c718323804638046388463881c708e20c8e2118e20c8e2071c238c191c0191c0191c0231c40e38470c0e38c7008c708323804638c0e3847108c7108c7006470606470c231c60cf1bf57ffffdffffff846e5e0cb94a00002f30be4c3831084420332746f434224bc73259824431839265263070b039c183701c6961c14d2938a4eb9158cdce0e30eb95588eb8ce3cd58ce3cd589588cbe648cd83cbe0d83f0e0e48a48cc90c90cc909c14c909c14d295290cbe248ccbe1838d83cbe0cbe183cd83cbe0cbe1838cbe4be0cbe4be3cacbe0b05f2569485648664844845694a64864846486487fe6dc3706dc3706dcb706dc37256dc9638f2c370586e4db86e3cf8f6e0f8e6e4f8f6e4db96e7cb0dc1b72dc161b82b6e3cdb86e0db86e3cadb836e1b82b6e0b0dc9b72dc961b936e1b836e1b82b6e4db86e4db86e4b0dc1b71c71a9aa61d6ea615a9856a69d6ca61a9aa695a9856a69a9aa6f95d6e56a61a98a69a98a69614d2c29a56a67962432b90fffcb121f962422c485e572196242f2b908e43908b12115c87e572115c865890bcb121f95c845721ff9c8521162432b90bce4290ce4390bcb12116242f2b90cb12196243f2b90fce42908ae432b90ce4290cb1211c85211c87211c8721f95c85fe5890ce4390cae432c485e572115c87fe572195c87e58908e42908e43908ae43ffdbf587ccf8af88c7054224d7aa4ba8d7e30f8ccfe21f88d57a248cc2f80be4ce281294b04b319c5097518e0a4b3197cfa79fa7e1c197c97c9fa7307997c17c197c61c9df1df119f11f19df15fffbd2c4f303b38556ce4ffba9d6c3a41945eff822f199f15f199f1bf199f19f19df15f1160f8cdf8cf88ef8cf88cf88f8cb07c467c4fc66c1e5f065f05f265f0c1c6c1c5f265f25f265f05f265f05f065f25f065f25f26c1e5f256c1fe582f832f860f31b838d31b91b931b91b931b81b82b1b931b81b92b1b831b938e2c0dc18dc1c695a5279921921992112116090fcd295290c908908b048464864865824332434a531b81b831b81b931b81b92b38f2c1c7160e34b0372563705838f2b1b831b81b831b91b82c0dc9606e4c90c90bcb04845824232432432b24332422432b2422b2422b24332432432b2422c1219921121f960908c908908b04846484485e64864845648658242f2c121959211592116090bcac90cc90c90cb048664844866484486564866486484564846484484671c3706ac6371e637071c6372370637237063723726372372637237063723706370372581b931b81b82b1b82b1b831b91b82b1b92b1b82c0dc959c7158dc98dc8dc98dc8dc79606e7ffffeef34bdd4378ce2398c633b8a623188e23d8a62338ae23578c737dd5f2c1c65771985e3d98f6d59abc17163c634bd2f32248939ed2e32232137512e3751d5375488f34bdd534bd2f32208939e92f32212f32248934bc892b4bcc88224d2f220ac882c11269711058882c4495c41c44495c41c4c415c415c4162a0ea514ad14ad14b0887508a68a8bfe75088584434545344a8345a82c221a2a21a2a29a2229a2a29a2221d4a29d4229a2a21a2a29a2a215a21d4221a2a29a22295a279a2229a2229a2a29a22216114ad14ad10ad14d1114d1513cd1110ad14b15268a8a56885689e5844345442b442b4534544345452c229a2a29a2a296114d1517cd1110ad13cd1114ad14ad14b08a68a88568a568be68a885688588938988f2b88f2b88f2b892b89f2c447fff95c496220ae24ae23cae20e2624ae27cb11056c5e5863363622c3115b115b19b1319b13115b19b1b11b13195b116188b0c5e5863f36263f2c3195b11b1317f96188b0c60c44ffff84513fe0c4404513e0c44fc188908a2708a27cc484e74d866254aec44c97d36cd860484dd5ce74b073a64bf12a69b424265841b261ac9585825e312039c325e894339d757312025f2b619312139c3120120325f4db31201213121fffbd2c4e403eff9ace40eeeb7c67f361b01ee56f01203120120312125e3121120325e25f325e4da2c12f192f1ce18909ce996106c160730b01b063981b063981b0580d9f2b909c8240721909624058901c8640721901b679a586c1b61b056d92c363cb0d92b6c795b63cb120390484b121f2c484b121f2b9095c84ae4058901c86405721ff2c484e4121f390484b1212c484b120f2b909624056d82c364db2d936c360db2d92c360db0d936c364db2d82b6c95b64b0d8f2c360db0d92b6c95f34b0d82c360b0d82c364db0d936cb64db0d8f36cb64db0d82b6c7961b2586c15b60b0d92c360db0d936cb64adb2586c15b60db2d82b6c79b65b056d92b6c7fff961b3e56d936cb64db2d92c364b0d82b6c161b3fe6d96c95b60adb211907846400c90c192006482072190c232106484232006483e0c90c1921c0e4120064802321c19218464308c841920f846401190c1920064861190846400c9060c908324384641c192106483f08c842321af3210329369d2693340190343f32830fa66d366d89d35569b2332843e355643f35569b2389d66c327a1d4346c27a33c746c2882d31910ba2b26937840fa321055630fb210343f32832103292b3292b3292b32830fb210321043e3210211321121030fa0fb3843282b3e8f28840cfa3eccfb3eccfa840b10819f47d99f67d99f70899f47d19f67d15c2267d9f7e7081f467d1f5e567d99f47d159f667d9f6583ecacfaff2c1f4583ecae1133ecfa2c1f6567d159f467d9f667d9f6583efcafefcafecafe8b1f458fb2c7d9fd7d15fdf95fd163e8b1f457f657f657f7e57f658fb2c7d963e8b1f458fa2bfb2bfa2bfa2bfa2bfaff2c7d95fd95fd7ff95fd163e8febe8afe8afebcafecfebebfffcfebebfcfefebcb1f458fa2c7d15fd15fd1fd7dff9fd7d163e8fefecb1f458fb2c7d15fd163ebcfebeffffcafecfefe8afecfebecafecb1f658fb2bfbff2bfb2c7d95fd9fdfdff9fd7d1fd7d1fd7d95fdffffff95fdff9fdfd963ecafecafe8febebcafebfffcb1f657f47f5f5e7f5f7fe57f67f5f47f5f5e57f7e58fbff2c7d15fd163ebfcb1f657f7fe58fb2bfa2c7dffff9fdfd95fd985e171611230b82f3a39f7357a8e30b91337c8cc31649334495e331d13324c583248cd30bc7a37d8c630b8c73248cd33301d31fffbd2c4eb83f475b2d80f7774c5b935dd81dd66d8609331e8c630bd1230bc7b30b87a31ec2e2b578c7a44cd130bcb063985c3d9602f30bc2e2c05c63d8f666305e61705e563d985c17985e179aef456bcd7ae2bf46b97961795ae35eb8b070ec1d33a70b070b070b073cb070ced9ff2b5c56bcd7ae2b5c585c6bd7ff9af5c56bcb0b8ad796179617f95af35eb8d72e2c2e2c2f35eb8d72f2b5de6bbd962e3bae2c5e577f9df79dd7162f3bee3bee2bbbffffcefb8b17f9df779dd7962f2c5e577ffff9dd795de57715de57715de58b8eeb8eebcefb8aee2bbcefbbcb177f95de58b8efbceebbfcb1795dfe77dde77dc5777f962f2bb8b17162f2c5de77de775fe58bcaee2c5e77dc775c77de57715de5771dd7962e2c5e58bcaefff2c5e58bffcb17795ddfe58bffcefbfcb17f9dd715dde57715dfffffe58bcb177ffffffff95de5777ff95de577962f2c5c57715dff31a71aca3861eef93355daca37c0a43335288f7337c094a12b3dc8c2f91838c92255e8eef81a70d4118610c2f83d38cf4e248cd26530e4a0a27285214d9d22908a86ab1a822a08160d5636b28d5631a75acb3355d41033558d572b1a70c69c1a74d4111a74b034ef98d3a34e9d21289f9d21a891d212899a892899a89a89f99f11f1962f88cf88f88acf88cf88f8cadf8bfcdf8cf88cf8cf88acf88df88f88acf8ccf8df8bccf8cf8cacf8ccf8cf8ccf8cf88acf8ccf8df88cf8cf8bccf88f8fccf8cf8ccf8cf8cacf88cf8cf8e117c414f8a06f8bf101be37c6117c4137c4117c6117c7063e3063e2063e2037c4f8c23f8823f8e117c406f8df1845f1845f101be27c4117c40c7c508be2063e3037c4f8c19f8822f8c0df1be20651203a2744a0744a89c194480e89d13065130651203a2544c1944eb81d13a260ca240744e89f853e3418f8818f8818f8c22f8823f8c0df13e381be27c606f89f160c7c6117c7037c4f8c0df1be2037c6f8c0df1be281be27c606f89f1831f181be27c40ca2611a240744e8983289046898468903289419448194480e89513832890328983289c0e895120651281d13a240744a890468983289c23448234480e89d13d0eaf5c19a76dea8474e8334e2bffef0669dfffffd5e6498b0751af860e372684a86587c8ccdd48c59074cb41b8c6e358ccc160d08070fffbd0c4fa03fa5daac20ffad4c5bcb45e01dd62d0d43164ad433164933165092b24cd09248c58164c93420c59164c1c160d09160ac923420923164583074cc2c03860e0b2562c79601d3070593070932b074c1d070ac5839614d4282b506a029840a61429cb0a585264489608990225644c8bd32040c8912b206408991225644b0f4c81032240c81032240ac816081608191205640b044afa7de796387de7963be7de95f4af858e7f96225703840e302c44b11f38c3cb1038c4e312b8f962070895c4b1d3e70b1c3e74fbd3ef4fbc3e74b1c3e74b1d3e70f9dff2c73caf9e58e79f79e7def95f7cafa58e95f0b1d2be16387ce95f7cafbe58e95f4b1d2be163a7de7f9f3857d2be963a57c2be95f0afa7ce15f4afa7ce1f7857cff2bef9f3be57dff3ef0b1d2c74afa58e963858e963858e963857c2be1f7a57cfff2be95f0b1c2be1639e57c2c70b1cf3ef4afa58e95f0afa58e9639e7ce163858e963a7de15f4b1cf312012035a04ac34ad1cd31cd3b635a05a0322b47131991992c09a982989a960398c650398c3612b0cb08edcc730730cd34418c1d4660c1d4664c48097cce70e70ce74484c480480c360360c734364c730364b039a65841b265841b2561b0580d92b0d93831d4acea7063a19d0ea707cc99d4ea63948958e0c703831c39bcc723931c244c703832994cb05232994cb052ff2c14cca6c3f2b29160ea56742b3a19d0ea6753a159d0acea56752c1d4cea7533a9d0cea74fff2b5015a80ad41e5850f9a8541ffe5850959d4b074f2c1d4ce8752b3a99d0e8570633a9d0ace8583a959d7cce874f2b3a99d4ebe56ea6e8ea56ebe56e86e8e86e8e86eaea6eae9e587537474375752b7537575374742b742b74f375752c3a1babaf9baba95ba961d0dd1d0add4add7cb0e856e858752b742c3afff9ba3a1ba3a79baba9ba3a161d4add0e8280b1427434258a02ba02ba1f2c501d050796280b14058a03a1a12c50796284ae80e8687fcae83cb14058a0f2ba1fff2c5095d016287cae87fcb1405741e74343fe74143e5741e74141fe58a1ffff2c5095d0f96283cb143fe574258a1f2c28206c48311e6abd8c1e65f197c667f137c67e36a8226d65a82263f197c661f11fc667b99ee662899ee64d41099aaea089b5966ab98fc63f11a7c63f118fc4fffbd2c4f003f3f1a2e20f7375467ab55881ff5a685f198d3834e18d3ad6618d3ad6518d3a6ab99aae34e959aae66aba820634e1aac57aac58d57369cd56cca34e4b0d3856d386d3ad39fc2c34e1b07b07997cb07197c3071c91307997c17c160be0b05f2565f26a26a26585122c28915a89f95a896bfcd44d44cc90890cac90cc90c90cd294908b04865648456484648448656486582423242242324224333e33e233e33e32b3e32c1f119f11f1160f8cacf88cf8cf88cf88f8cacf8cb07c667c67c467c67c6583e3037c4f8c18f8a06f89f1031f101be27c6117c7063e2845f1418f8a06f89f101be37c4117c60744a890328960ca2411a240744a89046898328981d12a240744e8904689c0e89d1284689708d1308d1283289e0ca27c0e89d12c2344f8328984689032897f81be27c40c7c406f89f1845f1845f17063e308be3063e3037c6f8c18f8822f8818f8822f8818f8f063e3831f101be37c60c7c406f8df1611d3bff8474eefffff7fc23a77fff42af314d42032684ee3268340355666c332966d3328556332832830fb43e2c21f1a1f9081908a1f1a771a019341a01a7705d99348c898c80c819341341a1015b98a68a698a615b9ac515b190887d187d07d987d108190819479595b995b8a698a68a61595b15aecad746bb5d95aecd76ba2b5d9ae976585d1ae974579035d2e8d74bb35daecd74bb344220d112f344220b088344a20b088344220e5e89344a20d12893e2e22c311f1b11f1311b13195b196388f8b88d8d8cad8cd8d8cd8988e2624e2620e2624e2220b113e5710711127131271113e58893898838988388883888938989f2b88ff388882b89389882b89388882b8938889389882c449c4c415dd7962ebceeeecb17477776775747757658bb2bba2c5d1dddd15dd962efcb1745777e577458ba2c5d9ddddf9dd5d95dd95dd162e8eeae8b176577458bafff2bba2bbb3bbbb2c5d9dd5d795dd1dd5d1dd5df95dd162e8eeaebfcb17458ba2bba2bba3babb3baba2bbb2bbb3babb2c5d15dd962e8b17658baf2c5d15dd7962efffceeeebcc3e21f88ccb92b88d23a48e8c85e162ca10bc31838f4ed9a4ca17c9924617c987c67f119fc43f1187c63f11613e231f8cbe2309087042b259cc7050908cfe21f8cac7e230f883e332f88be230f8cbfffbd2c4e803f01956de0f73748691b259c1fedab8e231f887e32c07c6503e3987c63f1187c41f1987c41f1187c61f19587c7e7f17c657f19fc5f179fc7f115fc458f8bcafe22bf8bfcb1f11c852195c865890cb1211c872116242390a43390a42f390e432b90fcae42390e42f390a43390e42390a42f2c4865890ce43908b0dc961b836e1b836e5b92c370586e4db96e0adb936e5b92c37256dc1b72dc9b70dc161b836e5b836e5b82b6e0b0dc1b72dc161b92c372586e0db86e7cb0dc95b7056dc961b92c3726dcb70586e7cb121962422b90cae422b90cae43390e43390a432b90cb121f9c8521f9c87219c8521f95c86721487e572116243390a42f2c4865721ff95c8458908e4390bfcae43390a43390a432b90cb1211c872116242390a432c485e72148658908e4390c1890e0c48508a4284521c1890a0c484114840c484069092181a4348508a4383121422908189082290a0c4850624308af808af8ffe0c5f1fff8457c0457c5500002f317f4b633b769735a12c23ffd655317f7f1331bb28365417f312125f325e619317f98c331a17e317e31b3b294b62c18d19611611a5616199db0e698bf8bf9a5b8bf1a5b25b998d98d18bf0bf998da5b18bf18d98bf25b198d98d98bf18d1a5b18d958bf95a5b9afcbf9afcbf79617f2b5fcf1a5f8d7f5f8d7e5fcb0bf95afe6bfafe56bf1afebf1631b2b480b0901625f2c24269024072fa40690242690a42690a40690a406902406904bc58483cd2097cad202b483cd20484ad203481212b480d20484ad21f397920f2b487cb0909a429015a4256901a42901cbc901a429095b9be66c1b066c9b2566c19b0e6960d82b364cd9360dcd360cd8360b06c159b058364cd9363cb06cc237ec197ee11bf60cbf046fde11bf60cbf846401190846400c9081c86420c90046420721900464007219081c86400c9003243039048607219060720900464306484192106480237e832ff065fe11bf40efd7e08dfc0eff7f08dfc197f81dfefc0cbf81dfafc11bf40efd7f065fb065fc197fffffabfffff065f90403cc4102950c62707e0d6dd07e4c83d1044ce8107e0cc6a2954c6271898cc6a1044c41120f4c6541950c7f00c68c411189cc62620f4cc6b20f0d2ddfc4d9505f8cc68c68ad044c7e2950e0f47e4e0f20f0b0c4fffbd2c4ec813099a4d64f76b556e6315a95ff71bac56c4e56c4e63f23f25682068223f263f28226c4c3f2581f8341141131f91f92c0fc16189cc7e1040ac7e0ac7e4c7e07e0c7e07e7cb0821e563f0563f062422426240240624224256240581202b12131201212c090960480c480480ac484c484978c480484ac480c484978c484487cc480484b02425825ff2b1212bbff9dfefe77fbf95dfcb17e3bfdffcefd7f2c5ffcaefc77ebf1dfafe58909c824258907f9c86425720390c80ae4058901c86425720390480ae4057212b90f95c84e4321f2b90962427209095c80e41202b901c86427209016240720909c864257202b909c82405721390480b1212c480b17e2c5fcefd7f2bbf95dfceff7e2bbf162fe577eff2c5fbcefd7f2c5fcaeffe58bf95dfffcefd7e2c5f8b17e2bbf9c8243e589096241e5890962427209016240720901c864057202b9016243fe589096242721909c8642589095c83ce41212b9015c80e41212c7e3fcaff3fffffffffffe57f9ffffffff2c7e55f314d6f4319169c334141731d5320308946c341734134170ba33211d5332112f2c0b198f18711897990984413d984493d9a0b85d98c80c818c81349a995b1a98a69a98a6962b633ea1133ecfa2c1f467d9f458537cd4d534aeb62b534c894b8c894b8d2e4b8b0441a5c44f9b1b11b1311b13115b11b1f11b1b11b1f19b1711a2d41a2a279d42295a21a2a296110ea510ea510d1510d8d8cb0c4586336263363632c311b1319b13115b11618cd898bcae20ae27ffcae23fce2223ce2224b111e71311e577658baff2c5d95dd962ecb17458ba2c5d95ddf962e8aee8b17458bb363622b63362632b63362632b63362622b632b622c311b1b11b1b11f1b115b11b1b195b179b13196188b0c66c6c67131058892c44795c495c41c4c495c49c44496224ae23fce2623cb11258882b892b89ff2b88fff2c441c4441c4c416224e2624b112571057107131271311ffe5712571258883888938989f2b892b89ff38889389892c449c4c4f96119a39a1cdee361e4a6d3914c8ff336348ff31534d6c2b563cc6191d5cc4db0978ca5507e4d09920f0c8022ae4cd6c1534c2980a60cdef1ba0c3660d98c3671ba4de31e28aaf187e68f1a6f1af1a54a6d33663672b6e936e836734714712b8ff38fffbd2c4e483ecd556e20f776ec706aad981ff75f8ff47038ff4712c47f1594c194caa6194c94c994c14c194caa6194c94c15a08958fc18fc0fc1a080fc9b132089a08a081a088fc158fc98fc8fc98fc8fc98fc0fcf98fc8fc9607e4c7e07e4b03f0563f2581f934101f831f91f92b41031f841031f91f82c0fc1607e4c7e5044c7e47e4ac7e0ac7e0d0407e4c7e47e4d0447e7cd0447e0c7e07e0ac7e0c7e07e0c7e47e4b03f2563f263f23f063f03f0581f9ff2c3f2587e0adf82b7e7cdf97e0b0fc1bf0fc1bf0fc9bf2fc795bf056fc961f837e1f937e1f9f2c53258a64e99a67ce99a64ae992c53274c53258a64e99a64e99a60b14c1d314c95d3274c53074c53074cd32574c95d3274cd3258d9bcb1b3963672bd9fcaf662c6cc7b36ce7b3ece57b3ff9ecdb316367f2c6cc57b3795ecc58d98b1b315ece57b315ecc57b395ecc58d9cb1b3963672c6cc58d98b1b31ecfb3ff95ece58d98af66ff3d9f663d9b662c6ce58d9bcb1b395ecc58d9caf66f2bd995f31a74d5738745265324902f836f8cfe233f8d3e33674ca43367494a23248c2f930be02f831f893e334f8c7e232488c392a0c1c661c124657ee67484a267485ee46a25ee47ee4a2457484748548656fc667c6fc456fc4587e23512a422c5211a89d211a892899a89a8919f1bf1943e2f99f19f1160f88acf88df8df8fcb07c66fc47c7e583e22c1f1f9a52121192125219219219a5225299219211921a52f9a521219a521211a52121997c97c960be4cbe5838cbe0be4acbe4acbe0cbe4be4acbe0cbe4be0b05f265f05f3e577c1df17c1df37c15df1e77cdf058be7cef9be4ef9be4ef9be4b17c962f92c5f2577c95df058be4ef8be4b17c1df17c79df37c962f83be6f83be2f82bbe4b17c795df0577c962f8f2c7c47f17c7e58f8bcb1f115fc7e58f8bcafe22c7c47f1fc7fe7f1fc657f1f963e33f8be33f8fe22bf8cafe32bf8ffcfe2f88afe22bf8bcfe3f88fe3f8cfe2f88afe32bf8bcb1f1163e32bf88b1f17963e2fff3f8fe32bf8cb1f11fc7f1963e3ff2c7c5e7f17c5fffffe7f1fc7fe7f17c657f1f963e3ff2bf8cb1f179a08f40992f5881a6d30c9b137401a08a089545f8b131a56ca8731afe2696ecaa73182fe68234aa63f10787078c4e74a83f0563f063f0c4e70798d674a8820fffbd2c4e783f1f556c80ffbadc667b3da41ee572078d43f06822820682082056c4fe682082063f23f0584112c0fc158fcf98bf0bf18bf8bf198d8bf960c68acc6cac5fffcd0447e4c7e07e3fcc7e5044b03f27f8fc163f057f93fc7e7cb1f92bfcff9fe3f27f9fc9fe7f257f82c7e4b1f83fc7e0aff3ffe58fc1fe3f2577f2c5f8eff7f2c5f8efd7e3bf5f8eff7f3bfdffcb17f2c5fceff7f3bf5fbcff1f82bfc1fe7f258fc1fe3f058fc9fe7f07f8fc79fe3f3e7f8fc15fe0b1f92c7e3ffcb17f3bf5fcefd7e3bfdfceff7eff3bfdfceff7ef2c5f8efd7f3bf5f8aefc58bf162fc77ebf95dfcaefc58bf60cfc047f207f8fc833f1067e211fcc0ff3f9c23f9067e611fc033f011fcc19f808fe60cfc033f108fe419f9c0ff1f9847f007f8fc847f011fcc19f803fcfe419f8c0ff3f9c19f8067e60cfc047f303fcfe703fc7e607f8fc423f808fe3847f00cfc033f211fc047f007f9fc847f381fe3f3833f00cfc833f3c23f9833f103fcfe40ff1f85f34b617e36544b7317e7f1378c69630d95a03b2898d331b7f02b39c325e619325e121375712131cd3b732c20d931cc697315c0a02c16b990d8ae198da5b98bf25b998db2a18bf18d9a43ce9a432f9a40901a412f9f39ce9f3b2f9f392f1a42901612034839d2c24269024072fcbc690242690a406d96c9b65b26d86c95b60db0d836c360db2d92c360f98d82be695b60b1cd36cb63cb0d936cb64b0d82b6c1a814056a1350283cebaa12b5015d73cad426a0509a814275cae1624057212c483fcb1212c483cb121fff2c483cd42a0350a80d415d350a80d42a0350570b0a0f3ae574ad4258509a85426a15015a84d42a0350574b0a02c364db2d836c364db0d936c360db0d82b6c1b61b06d96c961b3e6d96c1b65b06d86cf95b64db0d836c360b0d836cb64adb258e6961b1e586c95b64db2d92b6c15b64adb26d86c961b26d96c95b64b0d92b6c961b06d86c795b60b0d92b6c961b2586c9b65b1e589016241e5720390480b1202c484e4120390c83cb120390c84b120390c80e43212c480b1202c484e43212b909c864057212c484b1212c483ce4321000fe62a690046401957256d7c1a044401990048111a046401158532620814aa56208987383ab184bc3ab986343f81931a32a9863432a98c4e41e9907fffbd2c4ea03b2f156da0f7790863b335a4dff5618a2081882220898a9a14c9900655c985328111853214cf9c014019aa694c994c94c194c14c994c14c1aa62a6194c94c960a64c7e47e4ac7e3fcd0447e4b08225825e325e121312025f2b121325f25f2c090960978c4844860cfc847f211fc01fe3f011fc81fe7f20cfc01fe7f00cfc047f20cfc01fe7f00cfc833f20cfc847f103fc7e60cfc047f207219001c86420721900324108c800e432108c84192006480232103904840e4121833f011fc01fe7f103fc7e3e0cfc033f007f9fc047f011fc01fe7f007f8fc419f908fe308fe211fc047f00cfc847f207f9fc847f20cfcc0ff3f8067e7067e023f808fe40ff1f9067e211fc033f011fc833f3833f303fcfe3067e00ff3f908fe019f9833f20cfcc23f903fc7e019f808fe023f8e07f8fc40ff3f8833f1067e423f9847f207f8fcc19f9847f207f8fc033f211fc847f00cfc033f1a99d67fa933ccc957f313fea3d51f6a55f31a7069c3183d26534990c3934f8d3e236f88fe235f8a7e232f88fe331ce038c31588cb934a59673bc724235635633739738338f90f34a470437054a5324324237e3be32b7e333e2be337e27e32b3e333e23e333e33e233e37e22c2899a895211a89d21f0b0a2456484648648456484648694a648648456484582422c1211921a52159211592199219211592119211211fc5f17f95fc457f195fc5fe7f1fc658f88ef9be0b17c1df37c1df37c1df17c9df17c15df2577c15df277cdf277c5f277cdf3e577c962f93be2f9fff2bbe4ef9be4aef93be2f8ff2bbe0db96e0adb836e5b836e38e36e78d36e1b82b6e4db96e3cdb86e4f8f6e4db96e4db96e4db96e0adb836e1b92b6e0e4390cb12115c84721c84572179c87211c852195c84721486721c86721486572195c865890cb12179c87219c87219c872115c8477c5f0577c15df2577c95df077cdf0577c95df258be7cef8be4ef8be7ffcaef83be2f9f3be6f82bbe4b17c962f82c5f1e577c15c867214845890bfce4290fce43908e4390ce4390cb1219c85219c85219c872116242390a43390a42f2b90bfcb121ff95c87e721487e62898a2462891ee462890a26541f88c3e27f88c5121444f3c2144ccf4f0be4c2f93d3ccf72674cc5133dccd57a4990b061c985f217c9ff1fffbd2c4ee03f47d56cc0ffba9c6beb5d901ff59b0bf19df11f11bf1df19c9117c94922997c97c1c91b07645144c74874847ee6a25c3a4251335125133a4251335135132c5f19bf1bf19bf11f199f11f11bf19f199f19f195b07997c17c997c97c9b07307960be0cbe0be0cbe4be0b05f3e67c47c467c47c6567c667c47c4583e22b3e32b3e22b3e333e33e28457cc22be40d7caf98457c01af85f211c1e115f0b062f903c1ebe018be418be00d7c2f8062f9035f2be018be40d7c2f908af908af8062f9062f881af85f0115f006be57c8317c01af85f2115f2115f20783d7c0317c0457c0317c8457cc198380d7caf9035f0be606be17c40df13e3063e2037c6f8f08be2c0df13e3037c6f8a0c7c406f89f1031f16117c5037c4f8818f8c0e89d12c2344819448194482344a11a260ca2411a260744a894234482344e11a240744a89f06512c1944e117c606f8df1845f1845f140df13e3063e2f063e308be3063e3037c4f8f063e2063e3063e2063e308be2831f1031f142344aaf83289ff06512846897fffff08d130651354c414d45332e313030555555f2c113a6ce9be046f81a9467a1d687668aaa2a87e79a2a86d07341e6491924469329244513e39afc65f199484f8199ee6a5118a262899a94428999ee628918a262891be062891a94452118a2452199486a51191388aa1913844e9a2aa44e9913844e9a2aa44e1a2a844e9913a44e9511542b2270a1f14aef8cacf88a1f17cb0fc4585122b5123a43a43f2b513f35125132c28981d13a240744a8904e8981d12a25c0e89d1308d1203a2744c2344c1944819448194480e89d1275c2344b03a2744c0e89d1208d120651284689e0ca2703a2544c1944a0744e89c1944c1944e11a240ca2411a260ca260744e894194482344a0ca2708d120651208d1206513df03a2544e0ca260ca2613a2508d1203a2544982344fc23449ffc19a770669ce11d3b08e9c08e9c08e9c8474ef68334e230669cf8334ee11d3bedfe0cd39ff84b4e0474e3c19a737fc19a774fb7ffd1a8ac5ca3172d7853ebdc5cb2b5e0cd19b4668a2f083bc90bb3285d90ca6d29b0d1730d98e3545e10d7855e08c47023f8db3711c4a11fc32ec8bb23466cbb234668bb23172978328bc20ad7853466d19d32eccbb334674bb22c233450bb2fffbd2c4d583e9c98ec40ffad44632b35881ff5a9879a3345d915a336562e5128b9671fc8e068e28e068e08e068e31fc568e271fe8e25836733666e82c1b3959b3159b3159b39b749b3160d9cacd9ccd9cd9fcb06cc566cc566cc66cc6cffe566ce566cc566cc66ce6ce5836633666e93366367336736636e83662b36636e86e82c1b3960d98231c4231c4231c0191c4191c4231c0191c4191c0231c58191c20c8e2118e20c8e00c8e1038e11c0231c4231c4231c40e38471c191c6071c638846388463840e38c70038e31c00e38c70038e11c0231c40e3847108c71c0e3847181c718e00c8e2e0c8e2118e00c8e18323881c708e0118e211b940cb97f03b9572c2372af065ca81dcab97f832e5f03b9572c0ee5dca08dca03b9772c2372f81dcbb9411b940cb97fc1972e11b940cb94e11b940cb95ededde0cb956846e5fff09dcae12b960000001fcc2994b64d58f35b0cd6f1530d2d835b0d0220a60c31b2ca4c17e05f8c4b605fcb00bf18c303ab18eac30c98822208960c6b31040a55319544b630c6831b3195031b3200c29831534ab830a648022a0532581534c2990a60ac54c2c0532562a69602982c0a98614c05305640116031b305fc4b72b0c68b018d16031b305fc17ff2b7e3cadf92c3f0587e0df87e4df87e4f1b5fcb0bf1afcbf79617eff2c2fe6bfafc56bf95a42690a4072fa4272fa40690242690a42690242690240572f9a40901a409015a42690a40690a40690cbe690a4269024256901a40901a40909a42909a412f1a41ce9a42909a4090961202c5f8aefc77ebff9dfafde577ff3bf5f8efd7e2c5fbcefd7f2c5f8b17ef2bbf15df8efd7f3bf5fbcb17e2c5f8eff7f3bfdfcaefe77fbf162fc77fbf1dfefc58bf795dfcaefe77ebf1dfafe77fbf9dfefc58fc1fe7f057f93fcfe4b1f82c7e4aff1fe58fc95fe0aff258fcf9fe3f258fcff95fe0aff1e58fc95fe0b1f92bfc1fe3f257f83fc7e0ff1f8f2bfc9fe7f3e58fc9fe7f257f82c7e3cff3f92c7e4b1f83fcfe7cb1f8f2c7e0ff3f82bfc9fe7f257f9ffffcbf79dde6bf76bb87ef58ffffef3cf9bfdd65909587c663f127c65455e4d2641838c9224994c9221830c66c0ca4c0fa0ca4cae20e34c5632438cbc71290cbc638a4ad2642c05f0617c8c1c787124465f2c1fe7485485d3f72fffbd2c4ff83b74592d26ff796ce783199c1ff75a8a433f73512314c4212c15b9a1095b195b15b960be4cbe0be4cbe5838d838be4d838be0c6e4e30ce386e4d58ce38b071e563706370372582422c252960908c90d297cac90cc908908ac90cadb936e1b936e38c36e1b82c37056dc1b71c61b72dc9b70dc9b70dc162f9f2bbe4ef9be7caef92c5f3e577c15df058be0aef8390a422b908ae422b90cb12196242f2c4845890fce43908e4390ce4290ce43908db86e0db96e4db86e4b0dc9b72dc161b936e5b836e5b936e5b936e1b92c370586e0b0dc1b72dc95b7256dc1b70dc1b72dc9b72dc1b70dc95b7056dc9b70dcff9b72dcf9b70dc9b72dc15b70586e0b0dc1b70dc95b726dcb71e586e4b0dc7fffffffff95fc658f8fffffffcafe2ffffff390a43390e42f2b90ce43908b12195c86721c86721c85e5721796243f2c4845890cae422b908e4390ce4290cae422b908e4390cb1217fffff962f92c5f3fffffffffe58be7ffffffffcb17cd5f2c0a266f813e066289b3a462529c5265e39c50512651a4ca61c96096631294bc632f1cbc731294bc630e30ae532b8c90f3158c38f32438ae33158c1b82b0e34a8491985f04929924630798c1e3079978c71498948121184847141589486289948665210a2462898a26581448aca432c0a2462890a2456289958a27e58144cb1f17ff963e23f8fe3f2c7c5e6dc3726dcb726dc370586e4db86e4db96e4b1c79b70dc9b72dc1b72dc1b72dc9b70dc1b72dc9b72dcf9b72dcf9b72dc95b70586e0db96e0b121162432b908b12115c865890cae43fff2c486572195c85e6dcb706dcb706dcb726dc37256dc15b7256dc9b70dc161b92c372586e4adb8ff36e1b936e5b8ff390a422b908ae422b908ae432b908e4390ce42908e4290ffcb1211c8521962422c484721486721c86572196242ff2bbe3cb17c15df058be4aef82bbe4b17c95df258be0b17c9df17c79df37c95df277cdf258be3fcef8be3caef82bbe7ce4390ce42908ae42390e43ff2c48457211c8721962432c485e721c845890bce43908e42908ae43f2b90cae422b908ae43f390e432b90cb121e11a244c8532310ce157e3496d8d93103fcc48c61f831931cad5270ae8192a1276cb51950b27064a9958b034403a095cd245b3b7114c8a46353c2ce1fffbd2c4ea83f37d5cce0ff6d7c60934de41cd6691444353298d52a832342b64c8a324908d5644353aa8444a1cf46b3f9a6506a968b563fea8af41bb1a648798f1e63c898c266f07155e133b3428486c913c33670cf9a295866cf19e39485681a081a081a1e129c677e57e1a07cacd338ad120ecd23499f1de8cc44d0f8ce46e19e819c990a0fe52909c5101a089f871a3e54287b64d19551340e34117fed19e91222672049f133f1b24748b928d4a8f709b9371d2478a3a26e891e375d22fc75f375b28f33ce909bd76cecbc9301f81dc82ceab0a9713b93676594f58edb49da3bef3c2f3bb03b6b1cbdf772e8cf0b4730257481e26ecdc70de789b62ab46d344ae916a6e3981b8f916a586c6b29d8d916c6f3a6eb84df9bed5b98379ee61f52c72bd3d3dc87e821ca177e00791c393b87227f2cd69c7ddc7a067703cc3b0ee47dafcbe61fbad63ee01800661f807c0111c7079e00600181e7819600647aa47e30c10cc641634bbb8df69a30a24cd04093289c8cae19347bb8e0aea368b28d8ea232684cca8573291ccd40a33350ecc624a30995cd890738837cd083103010c969c366b18d326230e03d1b0c1a1c317908ca25031f8502c0b2c898684248150e4120d48b4e061269366e3a6e4269a868803069b4e9c149d4e930374461238afa008c638402091a80889ac8840afd213404097154d5215a622b3ded69d6804b9a641a640282a5500d598d64c98100a470c870a802590fcd274de84d350cb014ba7df57e00281aa52ce5e2c55733dceccb1da81986f825237da3552354c4d752de4b60161a862611a68063251aa618a71c381bcaa78ad160060880a19d761ac460168cb38280a22ba4826407294a76971400b370db81204d8111b8f344f102a8e2e36a8dae0369545055d5692f2ca619932e67782e235a17eb5aa3a58661da90d3b4ca588b5d4e50214d093204b8ac74401342cd035225f635d0f3639a0ba51c4e648a6f9554c0b385ced7393cb8cf34a6970a6b5ba5a6ed5a5a5d534bad56954bad5594cb6f5694cb795a354dda58cd3674b19b3a954bad56954bad5594cb7095592028b51774bdc5f541a2a0287884f4281658d330cc64c37028f90c0237c00d19e686807c2e76e46b7a60fc415882830e5341837c7077c6a1e61ac1664858156418b18fffbd2c4f28234520cec0e67178619bf8c199c3fa82898c416f157c0b2aa1a08eb2a42498c798ab00190bb440d8a34055cca2823337443517315c0a3e43008df023463a6680c44a04145d541a56555050f50c51751550e50d5165655505575344d90148c4b04b844f2580cbc28c30941d0128808c0c28a9890e38611942802e5abb7325d56e5d9a765618b8414088443052520e8c4002e3913005532a0c5b0af083a29c02e4d0e01ac3546c3805c20892c065e166015260121a3178ad6bb7265da54a5c10a804031921214708210972048e1862c885c42852520e8c4422dda0115e3427f6028360882dea6429528dc91a8ec94a92891e98050305180050a985124a81d488085970e60634c20061c54c4871c3084a5a82dfa5123ea732c0a8f2db5805575e0d11b0ae972bcbb522ad2a5c49513d288a9280bb96c32d04749fc894c24d10a7523635c282d52c08ee9955ca55d2fae14ec0c70e94c414d45332e3130305555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555";
|
|
775
|
+
var sc = Object.defineProperty, oc = Object.getOwnPropertyDescriptor, Z = (a, t, c, i) => {
|
|
776
|
+
for (var n = i > 1 ? void 0 : i ? oc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
776
777
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
777
|
-
return i && n &&
|
|
778
|
+
return i && n && sc(t, c, n), n;
|
|
778
779
|
};
|
|
779
780
|
const q = ft.noConflict();
|
|
780
781
|
q.setLevel("info");
|
|
@@ -839,7 +840,7 @@ class W extends Ke {
|
|
|
839
840
|
}
|
|
840
841
|
clearConversation() {
|
|
841
842
|
this.wsClient && (this.wsClient.stop().then(() => {
|
|
842
|
-
}), this.wsClient = null), this.conversationId =
|
|
843
|
+
}), this.wsClient = null), this.conversationId = mt(), this.lastConversationUpdate = Date.now(), this.connectWs = "false", this.shouldEngage = "true", this.messages = [], this.actions = [], this.addMessage({
|
|
843
844
|
author: "assistant",
|
|
844
845
|
type: "text",
|
|
845
846
|
data: {
|
|
@@ -854,7 +855,7 @@ class W extends Ke {
|
|
|
854
855
|
return !this.prefilledFormValues || !(t in this.prefilledFormValues) ? null : this.prefilledFormValues[t];
|
|
855
856
|
}
|
|
856
857
|
initStartupForm() {
|
|
857
|
-
const t =
|
|
858
|
+
const t = pt(null, ["startupForm"], this.botSettings);
|
|
858
859
|
if (!t || !(t != null && t.name)) {
|
|
859
860
|
q.info("Startup form not present");
|
|
860
861
|
return;
|
|
@@ -862,10 +863,10 @@ class W extends Ke {
|
|
|
862
863
|
this.initForm(t);
|
|
863
864
|
}
|
|
864
865
|
initForm(t = null) {
|
|
865
|
-
const c = t, i =
|
|
866
|
+
const c = t, i = pt(null, ["name"], t);
|
|
866
867
|
if (!c || !i)
|
|
867
868
|
return;
|
|
868
|
-
const n =
|
|
869
|
+
const n = pt(null, ["fields"], t);
|
|
869
870
|
if (!Array.isArray(n) || n.length <= 0) {
|
|
870
871
|
q.info("form has no fields", t);
|
|
871
872
|
return;
|
|
@@ -900,7 +901,7 @@ class W extends Ke {
|
|
|
900
901
|
b[C] = parseInt(f.substr(C * 2, 2), 16);
|
|
901
902
|
return b;
|
|
902
903
|
};
|
|
903
|
-
let c = new Blob([t(
|
|
904
|
+
let c = new Blob([t(nc)], { type: "application/octet-stream" });
|
|
904
905
|
const i = URL.createObjectURL(c);
|
|
905
906
|
new Audio(i).play();
|
|
906
907
|
}
|
|
@@ -911,7 +912,7 @@ class W extends Ke {
|
|
|
911
912
|
if (this.wsClient)
|
|
912
913
|
return this.wsClient;
|
|
913
914
|
const c = `${this.setting.url.startsWith("localhost") ? "ws" : "wss"}://${this.setting.url}/api/bot/connect/${this.setting.orgId}/${this.setting.botId}/${this.conversationId}`;
|
|
914
|
-
return q.info(`Initiating ws connection to ${c} ...`), this.wsClient = new
|
|
915
|
+
return q.info(`Initiating ws connection to ${c} ...`), this.wsClient = new Wa({
|
|
915
916
|
url: c,
|
|
916
917
|
orgId: this.setting.orgId,
|
|
917
918
|
botId: this.setting.botId,
|
|
@@ -1044,7 +1045,7 @@ class W extends Ke {
|
|
|
1044
1045
|
// TODO revisit below
|
|
1045
1046
|
formatMessage(t) {
|
|
1046
1047
|
var c;
|
|
1047
|
-
return t.id || (t.id =
|
|
1048
|
+
return t.id || (t.id = mt()), t.timestamp = Date.now(), t.author === "assistant" && (t.replyId = (c = this.messages[this.messages.length - 1]) == null ? void 0 : c.id), t;
|
|
1048
1049
|
}
|
|
1049
1050
|
// add message
|
|
1050
1051
|
addMessage(t) {
|
|
@@ -1115,7 +1116,7 @@ Z([
|
|
|
1115
1116
|
], W.prototype, "connectWs", 2);
|
|
1116
1117
|
Z([
|
|
1117
1118
|
he({ prefix: oe }),
|
|
1118
|
-
X({ value:
|
|
1119
|
+
X({ value: mt() })
|
|
1119
1120
|
], W.prototype, "conversationId", 2);
|
|
1120
1121
|
Z([
|
|
1121
1122
|
he({ prefix: oe }),
|
|
@@ -1205,7 +1206,7 @@ Z([
|
|
|
1205
1206
|
}
|
|
1206
1207
|
})
|
|
1207
1208
|
], W.prototype, "setting", 2);
|
|
1208
|
-
const x = new W(),
|
|
1209
|
+
const x = new W(), rc = U`
|
|
1209
1210
|
${ue}
|
|
1210
1211
|
:host {
|
|
1211
1212
|
position: relative;
|
|
@@ -1263,10 +1264,10 @@ const x = new W(), sc = U`
|
|
|
1263
1264
|
display: inline;
|
|
1264
1265
|
}
|
|
1265
1266
|
`;
|
|
1266
|
-
var
|
|
1267
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
1267
|
+
var fc = Object.defineProperty, dc = Object.getOwnPropertyDescriptor, lc = (a, t, c, i) => {
|
|
1268
|
+
for (var n = i > 1 ? void 0 : i ? dc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
1268
1269
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
1269
|
-
return i && n &&
|
|
1270
|
+
return i && n && fc(t, c, n), n;
|
|
1270
1271
|
};
|
|
1271
1272
|
class Q extends rt {
|
|
1272
1273
|
constructor() {
|
|
@@ -1283,14 +1284,14 @@ class Q extends rt {
|
|
|
1283
1284
|
return this.dispatchEvent(i), i;
|
|
1284
1285
|
}
|
|
1285
1286
|
}
|
|
1286
|
-
|
|
1287
|
+
lc([
|
|
1287
1288
|
k({ type: String })
|
|
1288
1289
|
], Q.prototype, "lang", 2);
|
|
1289
1290
|
const et = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z"/></svg>';
|
|
1290
|
-
var
|
|
1291
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
1291
|
+
var bc = Object.defineProperty, hc = Object.getOwnPropertyDescriptor, ea = (a, t, c, i) => {
|
|
1292
|
+
for (var n = i > 1 ? void 0 : i ? hc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
1292
1293
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
1293
|
-
return i && n &&
|
|
1294
|
+
return i && n && bc(t, c, n), n;
|
|
1294
1295
|
};
|
|
1295
1296
|
let tt = class extends Q {
|
|
1296
1297
|
constructor() {
|
|
@@ -1333,14 +1334,14 @@ let tt = class extends Q {
|
|
|
1333
1334
|
});
|
|
1334
1335
|
}
|
|
1335
1336
|
};
|
|
1336
|
-
tt.styles =
|
|
1337
|
-
|
|
1337
|
+
tt.styles = rc;
|
|
1338
|
+
ea([
|
|
1338
1339
|
k({ type: String, attribute: "title" })
|
|
1339
1340
|
], tt.prototype, "title", 2);
|
|
1340
|
-
tt =
|
|
1341
|
+
tt = ea([
|
|
1341
1342
|
Y("cb-header")
|
|
1342
1343
|
], tt);
|
|
1343
|
-
const
|
|
1344
|
+
const uc = U`
|
|
1344
1345
|
${ue}
|
|
1345
1346
|
.cb-footer {
|
|
1346
1347
|
line-height: 60px;
|
|
@@ -1355,12 +1356,12 @@ const bc = U`
|
|
|
1355
1356
|
color: var(--primary-color);
|
|
1356
1357
|
}
|
|
1357
1358
|
`;
|
|
1358
|
-
var
|
|
1359
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
1359
|
+
var pc = Object.defineProperty, gc = Object.getOwnPropertyDescriptor, mc = (a, t, c, i) => {
|
|
1360
|
+
for (var n = i > 1 ? void 0 : i ? gc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
1360
1361
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
1361
|
-
return i && n &&
|
|
1362
|
+
return i && n && pc(t, c, n), n;
|
|
1362
1363
|
};
|
|
1363
|
-
let
|
|
1364
|
+
let yt = class extends Q {
|
|
1364
1365
|
constructor() {
|
|
1365
1366
|
super(...arguments), this.year = (/* @__PURE__ */ new Date()).getFullYear();
|
|
1366
1367
|
}
|
|
@@ -1395,11 +1396,11 @@ let mt = class extends Q {
|
|
|
1395
1396
|
`;
|
|
1396
1397
|
}
|
|
1397
1398
|
};
|
|
1398
|
-
|
|
1399
|
-
|
|
1399
|
+
yt.styles = uc;
|
|
1400
|
+
yt = mc([
|
|
1400
1401
|
Y("cb-footer")
|
|
1401
|
-
],
|
|
1402
|
-
const
|
|
1402
|
+
], yt);
|
|
1403
|
+
const yc = U`
|
|
1403
1404
|
${ue}
|
|
1404
1405
|
|
|
1405
1406
|
:host {
|
|
@@ -1527,11 +1528,11 @@ const gc = U`
|
|
|
1527
1528
|
transition: background 0s;
|
|
1528
1529
|
}
|
|
1529
1530
|
`;
|
|
1530
|
-
var
|
|
1531
|
+
var ta = { exports: {} };
|
|
1531
1532
|
(function(a, t) {
|
|
1532
1533
|
(function(c, i) {
|
|
1533
1534
|
a.exports = i();
|
|
1534
|
-
})(
|
|
1535
|
+
})(Gt, function() {
|
|
1535
1536
|
function c(r) {
|
|
1536
1537
|
return (c = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
1537
1538
|
return typeof e;
|
|
@@ -1566,8 +1567,8 @@ var Qt = { exports: {} };
|
|
|
1566
1567
|
return r;
|
|
1567
1568
|
}
|
|
1568
1569
|
function S(r, e) {
|
|
1569
|
-
if ((te(r) || r === window || r === document) && (r = [r]),
|
|
1570
|
-
if (
|
|
1570
|
+
if ((te(r) || r === window || r === document) && (r = [r]), Mt(r) || Le(r) || (r = [r]), Et(r) != 0) {
|
|
1571
|
+
if (Mt(r) && !Le(r))
|
|
1571
1572
|
for (var s = r.length, o = 0; o < s && e.call(r[o], r[o], o, r) !== !1; o++)
|
|
1572
1573
|
;
|
|
1573
1574
|
else if (Le(r)) {
|
|
@@ -1579,7 +1580,7 @@ var Qt = { exports: {} };
|
|
|
1579
1580
|
}
|
|
1580
1581
|
function V(r) {
|
|
1581
1582
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null, o = r[b] = r[b] || [], d = { all: o, evt: null, found: null };
|
|
1582
|
-
return e && s &&
|
|
1583
|
+
return e && s && Et(o) > 0 && S(o, function(l, h) {
|
|
1583
1584
|
if (l.eventName == e && l.fn.toString() == s.toString())
|
|
1584
1585
|
return d.found = !0, d.evt = h, !1;
|
|
1585
1586
|
}), d;
|
|
@@ -1730,7 +1731,7 @@ var Qt = { exports: {} };
|
|
|
1730
1731
|
function Ne(r) {
|
|
1731
1732
|
return Array.isArray(r);
|
|
1732
1733
|
}
|
|
1733
|
-
function
|
|
1734
|
+
function Mt(r) {
|
|
1734
1735
|
return r && r.length && isFinite(r.length);
|
|
1735
1736
|
}
|
|
1736
1737
|
function Le(r) {
|
|
@@ -1742,7 +1743,7 @@ var Qt = { exports: {} };
|
|
|
1742
1743
|
function N(r, e) {
|
|
1743
1744
|
return r !== null && hasOwnProperty.call(r, e);
|
|
1744
1745
|
}
|
|
1745
|
-
function
|
|
1746
|
+
function Et(r) {
|
|
1746
1747
|
if (Le(r)) {
|
|
1747
1748
|
if (r.keys)
|
|
1748
1749
|
return r.keys().length;
|
|
@@ -1756,7 +1757,7 @@ var Qt = { exports: {} };
|
|
|
1756
1757
|
function Ue(r) {
|
|
1757
1758
|
return !isNaN(parseFloat(r)) && isFinite(r);
|
|
1758
1759
|
}
|
|
1759
|
-
function
|
|
1760
|
+
function At() {
|
|
1760
1761
|
var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : -1, e = document.querySelectorAll(".gbtn[data-taborder]:not(.disabled)");
|
|
1761
1762
|
if (!e.length)
|
|
1762
1763
|
return !1;
|
|
@@ -1776,7 +1777,7 @@ var Qt = { exports: {} };
|
|
|
1776
1777
|
}), h = l.sort()[0];
|
|
1777
1778
|
return document.querySelector('.gbtn[data-taborder="'.concat(h, '"]'));
|
|
1778
1779
|
}
|
|
1779
|
-
function
|
|
1780
|
+
function la(r) {
|
|
1780
1781
|
if (r.events.hasOwnProperty("keyboard"))
|
|
1781
1782
|
return !1;
|
|
1782
1783
|
r.events.keyboard = L("keydown", { onElement: window, withCallback: function(e, s) {
|
|
@@ -1793,10 +1794,10 @@ var Qt = { exports: {} };
|
|
|
1793
1794
|
if (!h || h.length <= 0)
|
|
1794
1795
|
return;
|
|
1795
1796
|
if (!d) {
|
|
1796
|
-
var u =
|
|
1797
|
+
var u = At();
|
|
1797
1798
|
return void (u && (u.focus(), T(u, "focused")));
|
|
1798
1799
|
}
|
|
1799
|
-
var p =
|
|
1800
|
+
var p = At(d.getAttribute("data-taborder"));
|
|
1800
1801
|
A(d, "focused"), p && (p.focus(), T(p, "focused"));
|
|
1801
1802
|
}
|
|
1802
1803
|
o == 39 && r.nextSlide(), o == 37 && r.prevSlide(), o == 27 && r.close();
|
|
@@ -1805,7 +1806,7 @@ var Qt = { exports: {} };
|
|
|
1805
1806
|
function We(r) {
|
|
1806
1807
|
return Math.sqrt(r.x * r.x + r.y * r.y);
|
|
1807
1808
|
}
|
|
1808
|
-
function
|
|
1809
|
+
function ba(r, e) {
|
|
1809
1810
|
var s = function(o, d) {
|
|
1810
1811
|
var l = We(o) * We(d);
|
|
1811
1812
|
if (l === 0)
|
|
@@ -1819,7 +1820,7 @@ var Qt = { exports: {} };
|
|
|
1819
1820
|
return o.x * d.y - d.x * o.y;
|
|
1820
1821
|
}(r, e) > 0 && (s *= -1), 180 * s / Math.PI;
|
|
1821
1822
|
}
|
|
1822
|
-
var
|
|
1823
|
+
var ha = function() {
|
|
1823
1824
|
function r(e) {
|
|
1824
1825
|
i(this, r), this.handlers = [], this.el = e;
|
|
1825
1826
|
}
|
|
@@ -1837,10 +1838,10 @@ var Qt = { exports: {} };
|
|
|
1837
1838
|
} }]), r;
|
|
1838
1839
|
}();
|
|
1839
1840
|
function J(r, e) {
|
|
1840
|
-
var s = new
|
|
1841
|
+
var s = new ha(r);
|
|
1841
1842
|
return s.add(e), s;
|
|
1842
1843
|
}
|
|
1843
|
-
var
|
|
1844
|
+
var ua = function() {
|
|
1844
1845
|
function r(e, s) {
|
|
1845
1846
|
i(this, r), this.element = typeof e == "string" ? document.querySelector(e) : e, this.start = this.start.bind(this), this.move = this.move.bind(this), this.end = this.end.bind(this), this.cancel = this.cancel.bind(this), this.element.addEventListener("touchstart", this.start, !1), this.element.addEventListener("touchmove", this.move, !1), this.element.addEventListener("touchend", this.end, !1), this.element.addEventListener("touchcancel", this.cancel, !1), this.preV = { x: null, y: null }, this.pinchStartLen = null, this.zoom = 1, this.isDoubleTap = !1;
|
|
1846
1847
|
var o = function() {
|
|
@@ -1868,7 +1869,7 @@ var Qt = { exports: {} };
|
|
|
1868
1869
|
var s = this.preV, o = e.touches.length, d = e.touches[0].pageX, l = e.touches[0].pageY;
|
|
1869
1870
|
if (this.isDoubleTap = !1, o > 1) {
|
|
1870
1871
|
var h = e.touches[1].pageX, u = e.touches[1].pageY, p = { x: e.touches[1].pageX - d, y: e.touches[1].pageY - l };
|
|
1871
|
-
s.x !== null && (this.pinchStartLen > 0 && (e.zoom = We(p) / this.pinchStartLen, this.pinch.dispatch(e, this.element)), e.angle =
|
|
1872
|
+
s.x !== null && (this.pinchStartLen > 0 && (e.zoom = We(p) / this.pinchStartLen, this.pinch.dispatch(e, this.element)), e.angle = ba(p, s), this.rotate.dispatch(e, this.element)), s.x = p.x, s.y = p.y, this.x2 !== null && this.sx2 !== null ? (e.deltaX = (d - this.x2 + h - this.sx2) / 2, e.deltaY = (l - this.y2 + u - this.sy2) / 2) : (e.deltaX = 0, e.deltaY = 0), this.twoFingerPressMove.dispatch(e, this.element), this.sx2 = h, this.sy2 = u;
|
|
1872
1873
|
} else {
|
|
1873
1874
|
if (this.x2 !== null) {
|
|
1874
1875
|
e.deltaX = d - this.x2, e.deltaY = l - this.y2;
|
|
@@ -1921,12 +1922,12 @@ var Qt = { exports: {} };
|
|
|
1921
1922
|
A(o, "greset");
|
|
1922
1923
|
} }), o.style.opacity = "", l && (l.style.opacity = "");
|
|
1923
1924
|
}
|
|
1924
|
-
function
|
|
1925
|
+
function pa(r) {
|
|
1925
1926
|
if (r.events.hasOwnProperty("touch"))
|
|
1926
1927
|
return !1;
|
|
1927
|
-
var e, s, o, d = ee(), l = d.width, h = d.height, u = !1, p = null, v = null, g = null, m = !1, M = 1, _ = 1, j = !1, H = !1, I = null, re = null, ae = null, ve = null, we = 0, _e = 0, je = !1, ht = !1, Te = {}, Me = {},
|
|
1928
|
+
var e, s, o, d = ee(), l = d.width, h = d.height, u = !1, p = null, v = null, g = null, m = !1, M = 1, _ = 1, j = !1, H = !1, I = null, re = null, ae = null, ve = null, we = 0, _e = 0, je = !1, ht = !1, Te = {}, Me = {}, Pt = 0, zt = 0, Sa = document.getElementById("glightbox-slider"), Xe = document.querySelector(".goverlay"), _a = new ua(Sa, { touchStart: function(O) {
|
|
1928
1929
|
if (u = !0, (F(O.targetTouches[0].target, "ginner-container") || ce(O.targetTouches[0].target, ".gslide-desc") || O.targetTouches[0].target.nodeName.toLowerCase() == "a") && (u = !1), ce(O.targetTouches[0].target, ".gslide-inline") && !F(O.targetTouches[0].target.parentNode, "gslide-inline") && (u = !1), u) {
|
|
1929
|
-
if (Me = O.targetTouches[0], Te.pageX = O.targetTouches[0].pageX, Te.pageY = O.targetTouches[0].pageY,
|
|
1930
|
+
if (Me = O.targetTouches[0], Te.pageX = O.targetTouches[0].pageX, Te.pageY = O.targetTouches[0].pageY, Pt = O.targetTouches[0].clientX, zt = O.targetTouches[0].clientY, p = r.activeSlide, v = p.querySelector(".gslide-media"), o = p.querySelector(".gslide-inline"), g = null, F(v, "gslide-image") && (g = v.querySelector("img")), (window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) > 769 && (v = p.querySelector(".ginner-container")), A(Xe, "greset"), O.pageX > 20 && O.pageX < window.innerWidth - 20)
|
|
1930
1931
|
return;
|
|
1931
1932
|
O.preventDefault();
|
|
1932
1933
|
}
|
|
@@ -1938,8 +1939,8 @@ var Qt = { exports: {} };
|
|
|
1938
1939
|
return !1;
|
|
1939
1940
|
}
|
|
1940
1941
|
m = !0;
|
|
1941
|
-
var xe, Ze = O.targetTouches[0].clientX,
|
|
1942
|
-
if (Math.abs(
|
|
1942
|
+
var xe, Ze = O.targetTouches[0].clientX, Ta = O.targetTouches[0].clientY, Ma = Pt - Ze, Ea = zt - Ta;
|
|
1943
|
+
if (Math.abs(Ma) > Math.abs(Ea) ? (je = !1, ht = !0) : (ht = !1, je = !0), e = Me.pageX - Te.pageX, we = 100 * e / l, s = Me.pageY - Te.pageY, _e = 100 * s / h, je && g && (xe = 1 - Math.abs(s) / h, Xe.style.opacity = xe, r.settings.touchFollowAxis && (we = 0)), ht && (xe = 1 - Math.abs(e) / l, v.style.opacity = xe, r.settings.touchFollowAxis && (_e = 0)), !g)
|
|
1943
1944
|
return z(v, "translate3d(".concat(we, "%, 0, 0)"));
|
|
1944
1945
|
z(v, "translate3d(".concat(we, "%, ").concat(_e, "%, 0)"));
|
|
1945
1946
|
}
|
|
@@ -1990,9 +1991,9 @@ var Qt = { exports: {} };
|
|
|
1990
1991
|
}
|
|
1991
1992
|
}
|
|
1992
1993
|
} });
|
|
1993
|
-
r.events.touch =
|
|
1994
|
+
r.events.touch = _a;
|
|
1994
1995
|
}
|
|
1995
|
-
var
|
|
1996
|
+
var ga = function() {
|
|
1996
1997
|
function r(e, s) {
|
|
1997
1998
|
var o = this, d = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null;
|
|
1998
1999
|
if (i(this, r), this.img = e, this.slide = s, this.onclose = d, this.img.setZoomEvents)
|
|
@@ -2038,7 +2039,7 @@ var Qt = { exports: {} };
|
|
|
2038
2039
|
} }, { key: "widowWidth", value: function() {
|
|
2039
2040
|
return window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
|
|
2040
2041
|
} }]), r;
|
|
2041
|
-
}(),
|
|
2042
|
+
}(), $t = function() {
|
|
2042
2043
|
function r() {
|
|
2043
2044
|
var e = this, s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
2044
2045
|
i(this, r);
|
|
@@ -2095,13 +2096,13 @@ var Qt = { exports: {} };
|
|
|
2095
2096
|
e.style.transition = d ? "all .2s ease" : "", e.style.transform = "translate3d(".concat(s, "px, ").concat(o, "px, 0)");
|
|
2096
2097
|
} }]), r;
|
|
2097
2098
|
}();
|
|
2098
|
-
function
|
|
2099
|
+
function ma(r, e, s, o) {
|
|
2099
2100
|
var d = r.querySelector(".gslide-media"), l = new Image(), h = "gSlideTitle_" + s, u = "gSlideDesc_" + s;
|
|
2100
2101
|
l.addEventListener("load", function() {
|
|
2101
2102
|
y(o) && o();
|
|
2102
2103
|
}, !1), l.src = e.href, e.sizes != "" && e.srcset != "" && (l.sizes = e.sizes, l.srcset = e.srcset), l.alt = "", ne(e.alt) || e.alt === "" || (l.alt = e.alt), e.title !== "" && l.setAttribute("aria-labelledby", h), e.description !== "" && l.setAttribute("aria-describedby", u), e.hasOwnProperty("_hasCustomWidth") && e._hasCustomWidth && (l.style.width = e.width), e.hasOwnProperty("_hasCustomHeight") && e._hasCustomHeight && (l.style.height = e.height), d.insertBefore(l, d.firstChild);
|
|
2103
2104
|
}
|
|
2104
|
-
function
|
|
2105
|
+
function ya(r, e, s, o) {
|
|
2105
2106
|
var d = this, l = r.querySelector(".ginner-container"), h = "gvideo" + s, u = r.querySelector(".gslide-media"), p = this.getAllPlayers();
|
|
2106
2107
|
T(l, "gvideo-container"), u.insertBefore(le('<div class="gvideo-wrapper"></div>'), u.firstChild);
|
|
2107
2108
|
var v = r.querySelector(".gvideo-wrapper");
|
|
@@ -2122,14 +2123,14 @@ var Qt = { exports: {} };
|
|
|
2122
2123
|
return r.querySelector("iframe") && r.querySelector("iframe").dataset.ready == "true";
|
|
2123
2124
|
}, function() {
|
|
2124
2125
|
d.resize(r);
|
|
2125
|
-
}), I.on("enterfullscreen",
|
|
2126
|
+
}), I.on("enterfullscreen", It), I.on("exitfullscreen", It);
|
|
2126
2127
|
});
|
|
2127
2128
|
}
|
|
2128
|
-
function
|
|
2129
|
+
function It(r) {
|
|
2129
2130
|
var e = ce(r.target, ".gslide-media");
|
|
2130
2131
|
r.type === "enterfullscreen" && T(e, "fullscreen"), r.type === "exitfullscreen" && A(e, "fullscreen");
|
|
2131
2132
|
}
|
|
2132
|
-
function
|
|
2133
|
+
function va(r, e, s, o) {
|
|
2133
2134
|
var d, l = this, h = r.querySelector(".gslide-media"), u = !(!N(e, "href") || !e.href) && e.href.split("#").pop().trim(), p = !(!N(e, "content") || !e.content) && e.content;
|
|
2134
2135
|
if (p && (ie(p) && (d = le('<div class="ginlined-content">'.concat(p, "</div>"))), te(p))) {
|
|
2135
2136
|
p.style.display == "none" && (p.style.display = "block");
|
|
@@ -2149,7 +2150,7 @@ var Qt = { exports: {} };
|
|
|
2149
2150
|
M.preventDefault(), l.close();
|
|
2150
2151
|
} }), y(o) && o();
|
|
2151
2152
|
}
|
|
2152
|
-
function
|
|
2153
|
+
function wa(r, e, s, o) {
|
|
2153
2154
|
var d = r.querySelector(".gslide-media"), l = function(h) {
|
|
2154
2155
|
var u = h.url, p = h.allow, v = h.callback, g = h.appendTo, m = document.createElement("iframe");
|
|
2155
2156
|
return m.className = "vimeo-video gvideo", m.src = u, m.style.width = "100%", m.style.height = "100%", p && m.setAttribute("allow", p), m.onload = function() {
|
|
@@ -2158,7 +2159,7 @@ var Qt = { exports: {} };
|
|
|
2158
2159
|
}({ url: e.href, callback: o });
|
|
2159
2160
|
d.parentNode.style.maxWidth = e.width, d.parentNode.style.height = e.height, d.appendChild(l);
|
|
2160
2161
|
}
|
|
2161
|
-
var
|
|
2162
|
+
var xa = function() {
|
|
2162
2163
|
function r() {
|
|
2163
2164
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
2164
2165
|
i(this, r), this.defaults = { href: "", sizes: "", srcset: "", title: "", type: "", videoProvider: "", description: "", alt: "", descPosition: "bottom", effect: "", width: "", height: "", content: !1, zoomable: !0, draggable: !0 }, Le(e) && (this.defaults = C(this.defaults, e));
|
|
@@ -2237,15 +2238,15 @@ var Qt = { exports: {} };
|
|
|
2237
2238
|
y(o) && o(), d.afterSlideLoad({ index: e.index, slide: s, player: e.instance.getSlidePlayerInstance(e.index) });
|
|
2238
2239
|
}), l.title == "" && l.description == "" ? M && M.parentNode.parentNode.removeChild(M.parentNode) : (g && l.title !== "" ? (g.id = j, g.innerHTML = l.title) : g.parentNode.removeChild(g), m && l.description !== "" ? (m.id = H, h && d.moreLength > 0 ? (l.smallDescription = this.slideShortDesc(l.description, d.moreLength, d.moreText), m.innerHTML = l.smallDescription, this.descriptionEvents(m, l)) : m.innerHTML = l.description) : m.parentNode.removeChild(m), T(v.parentNode, "desc-".concat(p)), T(M.parentNode, "description-".concat(p))), T(v, "gslide-".concat(u)), T(s, "loaded"), u !== "video") {
|
|
2239
2240
|
if (u !== "external")
|
|
2240
|
-
return u === "inline" ? (
|
|
2241
|
+
return u === "inline" ? (va.apply(this.instance, [s, l, this.index, _]), void (l.draggable && new $t({ dragEl: s.querySelector(".gslide-inline"), toleranceX: d.dragToleranceX, toleranceY: d.dragToleranceY, slide: s, instance: this.instance }))) : void (u !== "image" ? y(_) && _() : ma(s, l, this.index, function() {
|
|
2241
2242
|
var I = s.querySelector("img");
|
|
2242
|
-
l.draggable && new
|
|
2243
|
+
l.draggable && new $t({ dragEl: I, toleranceX: d.dragToleranceX, toleranceY: d.dragToleranceY, slide: s, instance: e.instance }), l.zoomable && I.naturalWidth > I.offsetWidth && (T(I, "zoomable"), new ga(I, s, function() {
|
|
2243
2244
|
e.instance.resize();
|
|
2244
2245
|
})), y(_) && _();
|
|
2245
2246
|
}));
|
|
2246
|
-
|
|
2247
|
+
wa.apply(this, [s, l, this.index, _]);
|
|
2247
2248
|
} else
|
|
2248
|
-
|
|
2249
|
+
ya.apply(this.instance, [s, l, this.index, _]);
|
|
2249
2250
|
} }, { key: "slideShortDesc", value: function(e) {
|
|
2250
2251
|
var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 50, o = arguments.length > 2 && arguments[2] !== void 0 && arguments[2], d = document.createElement("div");
|
|
2251
2252
|
d.innerHTML = e;
|
|
@@ -2274,10 +2275,10 @@ var Qt = { exports: {} };
|
|
|
2274
2275
|
return le(this.instance.settings.slideHTML);
|
|
2275
2276
|
} }, { key: "getConfig", value: function() {
|
|
2276
2277
|
te(this.element) || this.element.hasOwnProperty("draggable") || (this.element.draggable = this.instance.settings.draggable);
|
|
2277
|
-
var e = new
|
|
2278
|
+
var e = new xa(this.instance.settings.slideExtraAttributes);
|
|
2278
2279
|
return this.slideConfig = e.parseConfig(this.element, this.instance.settings), this.slideConfig;
|
|
2279
2280
|
} }]), r;
|
|
2280
|
-
}(),
|
|
2281
|
+
}(), Lt = Se(), jt = Se() !== null || document.createTouch !== void 0 || "ontouchstart" in window || "onmsgesturechange" in window || navigator.msMaxTouchPoints, Ot = document.getElementsByTagName("html")[0], ka = { selector: ".glightbox", elements: null, skin: "clean", theme: "clean", closeButton: !0, startAt: null, autoplayVideos: !0, autofocusVideos: !0, descPosition: "bottom", width: "900px", height: "506px", videosWidth: "960px", beforeSlideChange: null, afterSlideChange: null, beforeSlideLoad: null, afterSlideLoad: null, slideInserted: null, slideRemoved: null, slideExtraAttributes: null, onOpen: null, onClose: null, loop: !1, zoomable: !0, draggable: !0, dragAutoSnap: !1, dragToleranceX: 40, dragToleranceY: 65, preload: !0, oneSlidePerOpen: !1, touchNavigation: !0, touchFollowAxis: !0, keyboardNavigation: !0, closeOnOutsideClick: !0, plugins: !1, plyr: { css: "https://cdn.plyr.io/3.6.12/plyr.css", js: "https://cdn.plyr.io/3.6.12/plyr.js", config: { ratio: "16:9", fullscreen: { enabled: !0, iosNative: !0 }, youtube: { noCookie: !0, rel: 0, showinfo: 0, iv_load_policy: 3 }, vimeo: { byline: !1, portrait: !1, title: !1, transparent: !1 } } }, openEffect: "zoom", closeEffect: "zoom", slideEffect: "slide", moreText: "See more", moreLength: 60, cssEfects: { fade: { in: "fadeIn", out: "fadeOut" }, zoom: { in: "zoomIn", out: "zoomOut" }, slide: { in: "slideInRight", out: "slideOutLeft" }, slideBack: { in: "slideInLeft", out: "slideOutRight" }, none: { in: "none", out: "none" } }, svg: { close: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><g><g><path d="M505.943,6.058c-8.077-8.077-21.172-8.077-29.249,0L6.058,476.693c-8.077,8.077-8.077,21.172,0,29.249C10.096,509.982,15.39,512,20.683,512c5.293,0,10.586-2.019,14.625-6.059L505.943,35.306C514.019,27.23,514.019,14.135,505.943,6.058z"/></g></g><g><g><path d="M505.942,476.694L35.306,6.059c-8.076-8.077-21.172-8.077-29.248,0c-8.077,8.076-8.077,21.171,0,29.248l470.636,470.636c4.038,4.039,9.332,6.058,14.625,6.058c5.293,0,10.587-2.019,14.624-6.057C514.018,497.866,514.018,484.771,505.942,476.694z"/></g></g></svg>', next: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 477.175 477.175" xml:space="preserve"> <g><path d="M360.731,229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1,0s-5.3,13.8,0,19.1l215.5,215.5l-215.5,215.5c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-4l225.1-225.1C365.931,242.875,365.931,234.275,360.731,229.075z"/></g></svg>', prev: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 477.175 477.175" xml:space="preserve"><g><path d="M145.188,238.575l215.5-215.5c5.3-5.3,5.3-13.8,0-19.1s-13.8-5.3-19.1,0l-225.1,225.1c-5.3,5.3-5.3,13.8,0,19.1l225.1,225c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1L145.188,238.575z"/></g></svg>' }, slideHTML: `<div class="gslide">
|
|
2281
2282
|
<div class="gslide-inner-content">
|
|
2282
2283
|
<div class="ginner-container">
|
|
2283
2284
|
<div class="gslide-media">
|
|
@@ -2299,10 +2300,10 @@ var Qt = { exports: {} };
|
|
|
2299
2300
|
<button class="gprev gbtn" aria-label="Previous" data-taborder="2">{prevSVG}</button>
|
|
2300
2301
|
<button class="gnext gbtn" aria-label="Next" data-taborder="1">{nextSVG}</button>
|
|
2301
2302
|
</div>
|
|
2302
|
-
</div>` },
|
|
2303
|
+
</div>` }, Ca = function() {
|
|
2303
2304
|
function r() {
|
|
2304
2305
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
2305
|
-
i(this, r), this.customOptions = e, this.settings = C(
|
|
2306
|
+
i(this, r), this.customOptions = e, this.settings = C(ka, e), this.effectsClasses = this.getAnimationClasses(), this.videoPlayers = {}, this.apiEvents = [], this.fullElementsList = !1;
|
|
2306
2307
|
}
|
|
2307
2308
|
return f(r, [{ key: "init", value: function() {
|
|
2308
2309
|
var e = this, s = this.getSelector();
|
|
@@ -2325,7 +2326,7 @@ var Qt = { exports: {} };
|
|
|
2325
2326
|
var u = document.createElement("style");
|
|
2326
2327
|
u.type = "text/css", u.className = "gcss-styles", u.innerText = ".gscrollbar-fixer {margin-right: ".concat(h, "px}"), document.head.appendChild(u), T(l, "gscrollbar-fixer");
|
|
2327
2328
|
}
|
|
2328
|
-
T(l, "glightbox-open"), T(
|
|
2329
|
+
T(l, "glightbox-open"), T(Ot, "glightbox-open"), Lt && (T(document.body, "glightbox-mobile"), this.settings.slideEffect = "slide"), this.showSlide(o, !0), this.elements.length === 1 ? (T(this.prevButton, "glightbox-button-hidden"), T(this.nextButton, "glightbox-button-hidden")) : (A(this.prevButton, "glightbox-button-hidden"), A(this.nextButton, "glightbox-button-hidden")), this.lightboxOpen = !0, this.trigger("open"), y(this.settings.onOpen) && this.settings.onOpen(), jt && this.settings.touchNavigation && pa(this), this.settings.keyboardNavigation && la(this);
|
|
2329
2330
|
} }, { key: "openAt", value: function() {
|
|
2330
2331
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0;
|
|
2331
2332
|
this.open(null, e);
|
|
@@ -2446,7 +2447,7 @@ var Qt = { exports: {} };
|
|
|
2446
2447
|
o && !o.playing && o.play();
|
|
2447
2448
|
} }, { key: "slidePlayerPlay", value: function(e) {
|
|
2448
2449
|
var s;
|
|
2449
|
-
if (!
|
|
2450
|
+
if (!Lt || (s = this.settings.plyr.config) !== null && s !== void 0 && s.muted) {
|
|
2450
2451
|
if (te(e)) {
|
|
2451
2452
|
var o = e.querySelector(".gvideo-wrapper");
|
|
2452
2453
|
o && (e = o.getAttribute("data-index"));
|
|
@@ -2523,7 +2524,7 @@ var Qt = { exports: {} };
|
|
|
2523
2524
|
e.preventOutsideClick || F(document.body, "glightbox-mobile") || ce(g.target, ".ginner-container") || ce(g.target, ".gbtn") || F(g.target, "gnext") || F(g.target, "gprev") || e.close();
|
|
2524
2525
|
} })), S(this.elements, function(g, m) {
|
|
2525
2526
|
e.slidesContainer.appendChild(g.instance.create()), g.slideNode = e.slidesContainer.querySelectorAll(".gslide")[m];
|
|
2526
|
-
}),
|
|
2527
|
+
}), jt && T(document.body, "glightbox-touch"), this.events.resize = L("resize", { onElement: window, withCallback: function() {
|
|
2527
2528
|
e.resize();
|
|
2528
2529
|
} }), this.built = !0;
|
|
2529
2530
|
} }, { key: "resize", value: function() {
|
|
@@ -2584,7 +2585,7 @@ var Qt = { exports: {} };
|
|
|
2584
2585
|
e.events = null;
|
|
2585
2586
|
}
|
|
2586
2587
|
var d = document.body;
|
|
2587
|
-
A(
|
|
2588
|
+
A(Ot, "glightbox-open"), A(d, "glightbox-open touching gdesc-open glightbox-touch glightbox-mobile gscrollbar-fixer"), e.modal.parentNode.removeChild(e.modal), e.trigger("close"), y(e.settings.onClose) && e.settings.onClose();
|
|
2588
2589
|
var l = document.querySelector(".gcss-styles");
|
|
2589
2590
|
l && l.parentNode.removeChild(l), e.lightboxOpen = !1, e.closing = null;
|
|
2590
2591
|
});
|
|
@@ -2612,24 +2613,24 @@ var Qt = { exports: {} };
|
|
|
2612
2613
|
} }]), r;
|
|
2613
2614
|
}();
|
|
2614
2615
|
return function() {
|
|
2615
|
-
var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = new
|
|
2616
|
+
var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = new Ca(r);
|
|
2616
2617
|
return e.init(), e;
|
|
2617
2618
|
};
|
|
2618
2619
|
});
|
|
2619
|
-
})(
|
|
2620
|
-
var
|
|
2621
|
-
const
|
|
2622
|
-
var
|
|
2623
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
2620
|
+
})(ta);
|
|
2621
|
+
var vc = ta.exports;
|
|
2622
|
+
const wc = /* @__PURE__ */ Jt(vc);
|
|
2623
|
+
var xc = Object.defineProperty, kc = Object.getOwnPropertyDescriptor, Cc = (a, t, c, i) => {
|
|
2624
|
+
for (var n = i > 1 ? void 0 : i ? kc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
2624
2625
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
2625
|
-
return i && n &&
|
|
2626
|
+
return i && n && xc(t, c, n), n;
|
|
2626
2627
|
};
|
|
2627
|
-
let
|
|
2628
|
+
let vt = class extends rt {
|
|
2628
2629
|
render() {
|
|
2629
2630
|
return w` <div class="cb-thinking" style="color: rgb(34, 34, 34);"><span></span><span></span><span></span></div>`;
|
|
2630
2631
|
}
|
|
2631
2632
|
};
|
|
2632
|
-
|
|
2633
|
+
vt.styles = U`
|
|
2633
2634
|
.cb-thinking {
|
|
2634
2635
|
text-align: center;
|
|
2635
2636
|
}
|
|
@@ -2667,13 +2668,13 @@ yt.styles = U`
|
|
|
2667
2668
|
}
|
|
2668
2669
|
}
|
|
2669
2670
|
`;
|
|
2670
|
-
|
|
2671
|
+
vt = Cc([
|
|
2671
2672
|
Y("cb-thinking")
|
|
2672
|
-
],
|
|
2673
|
-
var
|
|
2674
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
2673
|
+
], vt);
|
|
2674
|
+
var Sc = Object.defineProperty, _c = Object.getOwnPropertyDescriptor, aa = (a, t, c, i) => {
|
|
2675
|
+
for (var n = i > 1 ? void 0 : i ? _c(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
2675
2676
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
2676
|
-
return i && n &&
|
|
2677
|
+
return i && n && Sc(t, c, n), n;
|
|
2677
2678
|
};
|
|
2678
2679
|
let at = class extends Q {
|
|
2679
2680
|
constructor() {
|
|
@@ -2709,13 +2710,13 @@ at.styles = U`
|
|
|
2709
2710
|
margin-right: 5px;
|
|
2710
2711
|
}
|
|
2711
2712
|
`;
|
|
2712
|
-
|
|
2713
|
+
aa([
|
|
2713
2714
|
k({ type: Array })
|
|
2714
2715
|
], at.prototype, "files", 2);
|
|
2715
|
-
at =
|
|
2716
|
+
at = aa([
|
|
2716
2717
|
Y("cb-uploading")
|
|
2717
2718
|
], at);
|
|
2718
|
-
const
|
|
2719
|
+
const Tc = U`
|
|
2719
2720
|
${ue}
|
|
2720
2721
|
:host {
|
|
2721
2722
|
}
|
|
@@ -2736,10 +2737,10 @@ const Sc = U`
|
|
|
2736
2737
|
margin-right: 0.2em;
|
|
2737
2738
|
}
|
|
2738
2739
|
`;
|
|
2739
|
-
var
|
|
2740
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
2740
|
+
var Mc = Object.defineProperty, Ec = Object.getOwnPropertyDescriptor, St = (a, t, c, i) => {
|
|
2741
|
+
for (var n = i > 1 ? void 0 : i ? Ec(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
2741
2742
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
2742
|
-
return i && n &&
|
|
2743
|
+
return i && n && Mc(t, c, n), n;
|
|
2743
2744
|
};
|
|
2744
2745
|
let qe = class extends rt {
|
|
2745
2746
|
constructor() {
|
|
@@ -2786,29 +2787,29 @@ qe.styles = U`
|
|
|
2786
2787
|
text-decoration: underline;
|
|
2787
2788
|
}
|
|
2788
2789
|
`;
|
|
2789
|
-
|
|
2790
|
+
St([
|
|
2790
2791
|
k({ type: String })
|
|
2791
2792
|
], qe.prototype, "url", 2);
|
|
2792
|
-
|
|
2793
|
+
St([
|
|
2793
2794
|
k({ type: Boolean })
|
|
2794
2795
|
], qe.prototype, "inverse", 2);
|
|
2795
|
-
qe =
|
|
2796
|
+
qe = St([
|
|
2796
2797
|
Y("cb-external-link")
|
|
2797
2798
|
], qe);
|
|
2798
|
-
const
|
|
2799
|
-
var
|
|
2800
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
2799
|
+
const Ac = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.928 15.849v-3.337h1.136v-.662H0v.662h1.134v3.337zm4.689-3.999h-.894L4.9 13.289h-.035l-.832-1.439h-.932l1.228 1.983l-1.24 2.016h.862l.853-1.415h.035l.85 1.415h.907l-1.253-1.992zm1.93.662v3.337h-.794v-3.337H6.619v-.662h3.064v.662H8.546Z"/></svg>', $c = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173c.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38a.574.574 0 0 1-.238.241a.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181c.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084c0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592a1.14 1.14 0 0 1-.196.422a.8.8 0 0 1-.334.252a1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z"/></svg>', Ic = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H9v-1h3a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM.706 13.189v2.66H0V11.85h.806l1.14 2.596h.026l1.14-2.596h.8v3.999h-.716v-2.66h-.038l-.946 2.159h-.516l-.952-2.16H.706Zm3.919 2.66V11.85h1.459c.406 0 .741.078 1.005.234c.263.157.46.383.589.68c.13.297.196.655.196 1.075c0 .422-.066.784-.196 1.084c-.131.301-.33.53-.595.689c-.264.158-.597.237-1 .237H4.626Zm1.353-3.354h-.562v2.707h.562c.186 0 .347-.028.484-.082a.8.8 0 0 0 .334-.252a1.14 1.14 0 0 0 .196-.422c.045-.168.067-.365.067-.592a2.1 2.1 0 0 0-.117-.753a.89.89 0 0 0-.354-.454c-.159-.102-.362-.152-.61-.152Z"/></svg>', Lc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823c.13.108.289.192.478.252c.19.061.411.091.665.091c.338 0 .624-.053.859-.158c.236-.105.416-.252.539-.44c.125-.189.187-.408.187-.656c0-.224-.045-.41-.134-.56a1.001 1.001 0 0 0-.375-.357a2.027 2.027 0 0 0-.566-.21l-.621-.144a.97.97 0 0 1-.404-.176a.37.37 0 0 1-.144-.299c0-.156.062-.284.185-.384c.125-.101.296-.152.512-.152c.143 0 .266.023.37.068a.624.624 0 0 1 .246.181a.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.2-.566a1.21 1.21 0 0 0-.5-.41a1.813 1.813 0 0 0-.78-.152c-.293 0-.551.05-.776.15c-.225.099-.4.24-.527.421c-.127.182-.19.395-.19.639c0 .201.04.376.122.524c.082.149.2.27.352.367c.152.095.332.167.539.213l.618.144c.207.049.361.113.463.193a.387.387 0 0 1 .152.326a.505.505 0 0 1-.085.29a.559.559 0 0 1-.255.193c-.111.047-.249.07-.413.07c-.117 0-.223-.013-.32-.04a.838.838 0 0 1-.248-.115a.578.578 0 0 1-.255-.384h-.765ZM.806 13.693c0-.248.034-.46.102-.633a.868.868 0 0 1 .302-.399a.814.814 0 0 1 .475-.137c.15 0 .283.032.398.097a.7.7 0 0 1 .272.26a.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964a1.441 1.441 0 0 0-.489-.272a1.838 1.838 0 0 0-.606-.097c-.356 0-.66.074-.911.223c-.25.148-.44.359-.572.632c-.13.274-.196.6-.196.979v.498c0 .379.064.704.193.976c.131.271.322.48.572.626c.25.145.554.217.914.217c.293 0 .554-.055.785-.164c.23-.11.414-.26.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.799.799 0 0 1-.118.363a.7.7 0 0 1-.272.25a.874.874 0 0 1-.401.087a.845.845 0 0 1-.478-.132a.833.833 0 0 1-.299-.392a1.699 1.699 0 0 1-.102-.627v-.495Zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879l-1.327 4Z"/></svg>', jc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173c.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38a.574.574 0 0 1-.238.241a.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181c.123.122.185.296.185.522Zm2.817-1.333h-1.6v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173c.203-.117.358-.275.463-.474c.108-.201.161-.427.161-.677c0-.25-.052-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38a.574.574 0 0 1-.238.241a.793.793 0 0 1-.375.082H4.15V12.48h.66c.218 0 .389.06.512.181c.123.122.185.296.185.522Zm2.767-.67v3.336H7.48v-3.337H6.346v-.662h3.065v.662H8.274Z"/></svg>', Oc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-7.839 9.166v.522c0 .256-.039.47-.117.641a.861.861 0 0 1-.322.387a.877.877 0 0 1-.469.126a.883.883 0 0 1-.471-.126a.868.868 0 0 1-.32-.386a1.55 1.55 0 0 1-.117-.642v-.522c0-.257.04-.471.117-.641a.868.868 0 0 1 .32-.387a.868.868 0 0 1 .471-.129c.176 0 .332.043.469.13a.861.861 0 0 1 .322.386c.078.17.117.384.117.641Zm.803.519v-.513c0-.377-.068-.7-.205-.972a1.46 1.46 0 0 0-.589-.63c-.254-.147-.56-.22-.917-.22c-.355 0-.662.073-.92.22a1.441 1.441 0 0 0-.589.627c-.136.271-.205.596-.205.975v.513c0 .375.069.7.205.973c.137.271.333.48.59.627c.257.144.564.216.92.216c.357 0 .662-.072.916-.216c.256-.147.452-.356.59-.627c.136-.274.204-.598.204-.973ZM0 11.926v4h1.459c.402 0 .735-.08.999-.238a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084c0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.59-.68c-.263-.156-.598-.234-1.004-.234H0Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592a1.141 1.141 0 0 1-.196.422a.8.8 0 0 1-.334.252a1.298 1.298 0 0 1-.483.082H.79V12.57Zm7.422.483a1.732 1.732 0 0 0-.103.633v.495c0 .246.034.455.103.627a.834.834 0 0 0 .298.393a.845.845 0 0 0 .478.131a.868.868 0 0 0 .401-.088a.699.699 0 0 0 .273-.248a.8.8 0 0 0 .117-.364h.765v.076a1.268 1.268 0 0 1-.226.674c-.137.194-.32.345-.55.454a1.81 1.81 0 0 1-.786.164c-.36 0-.664-.072-.914-.216a1.424 1.424 0 0 1-.571-.627c-.13-.272-.194-.597-.194-.976v-.498c0-.379.066-.705.197-.978c.13-.274.321-.485.571-.633c.252-.149.556-.223.911-.223c.219 0 .421.032.607.097c.187.062.35.153.489.272a1.326 1.326 0 0 1 .466.964v.073H9.78a.85.85 0 0 0-.12-.38a.7.7 0 0 0-.273-.261a.802.802 0 0 0-.398-.097a.814.814 0 0 0-.475.138a.868.868 0 0 0-.301.398Z"/></svg>', Pc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-6.839 9.688v-.522a1.54 1.54 0 0 0-.117-.641a.861.861 0 0 0-.322-.387a.862.862 0 0 0-.469-.129a.868.868 0 0 0-.471.13a.868.868 0 0 0-.32.386a1.54 1.54 0 0 0-.117.641v.522c0 .256.04.47.117.641a.868.868 0 0 0 .32.387a.883.883 0 0 0 .471.126a.877.877 0 0 0 .469-.126a.861.861 0 0 0 .322-.386a1.55 1.55 0 0 0 .117-.642Zm.803-.516v.513c0 .375-.068.7-.205.973a1.47 1.47 0 0 1-.589.627c-.254.144-.56.216-.917.216a1.86 1.86 0 0 1-.92-.216a1.463 1.463 0 0 1-.589-.627a2.151 2.151 0 0 1-.205-.973v-.513c0-.379.069-.704.205-.975c.137-.274.333-.483.59-.627c.257-.147.564-.22.92-.22c.357 0 .662.073.916.22c.256.146.452.356.59.63c.136.271.204.595.204.972M1 15.925v-3.999h1.459c.406 0 .741.078 1.005.235c.264.156.46.382.589.68c.13.296.196.655.196 1.074c0 .422-.065.784-.196 1.084c-.131.301-.33.53-.595.689c-.264.158-.597.237-.999.237H1Zm1.354-3.354H1.79v2.707h.563c.185 0 .346-.028.483-.082a.8.8 0 0 0 .334-.252c.088-.114.153-.254.196-.422a2.3 2.3 0 0 0 .068-.592c0-.3-.04-.552-.118-.753a.89.89 0 0 0-.354-.454c-.158-.102-.361-.152-.61-.152Zm6.756 1.116c0-.248.034-.46.103-.633a.868.868 0 0 1 .301-.398a.814.814 0 0 1 .475-.138c.15 0 .283.032.398.097a.7.7 0 0 1 .273.26a.85.85 0 0 1 .12.381h.765v-.073a1.33 1.33 0 0 0-.466-.964a1.44 1.44 0 0 0-.49-.272a1.836 1.836 0 0 0-.606-.097c-.355 0-.66.074-.911.223c-.25.148-.44.359-.571.633c-.131.273-.197.6-.197.978v.498c0 .379.065.704.194.976c.13.271.321.48.571.627c.25.144.555.216.914.216c.293 0 .555-.054.785-.164c.23-.11.414-.26.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364a.699.699 0 0 1-.273.248a.874.874 0 0 1-.401.088a.845.845 0 0 1-.478-.131a.834.834 0 0 1-.298-.393a1.7 1.7 0 0 1-.103-.627v-.495Zm5.092-1.76h.894l-1.275 2.006l1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.015l-1.228-1.984h.932l.832 1.439h.035l.823-1.439Z"/></svg>';
|
|
2800
|
+
var zc = Object.defineProperty, Hc = Object.getOwnPropertyDescriptor, _t = (a, t, c, i) => {
|
|
2801
|
+
for (var n = i > 1 ? void 0 : i ? Hc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
2801
2802
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
2802
|
-
return i && n &&
|
|
2803
|
+
return i && n && zc(t, c, n), n;
|
|
2803
2804
|
};
|
|
2804
|
-
const
|
|
2805
|
-
pdf:
|
|
2806
|
-
txt:
|
|
2807
|
-
md:
|
|
2808
|
-
csv:
|
|
2809
|
-
ppd:
|
|
2810
|
-
doc:
|
|
2811
|
-
docx:
|
|
2805
|
+
const Bt = {
|
|
2806
|
+
pdf: $c,
|
|
2807
|
+
txt: Ac,
|
|
2808
|
+
md: Ic,
|
|
2809
|
+
csv: Lc,
|
|
2810
|
+
ppd: jc,
|
|
2811
|
+
doc: Oc,
|
|
2812
|
+
docx: Pc
|
|
2812
2813
|
};
|
|
2813
2814
|
let Re = class extends Q {
|
|
2814
2815
|
constructor() {
|
|
@@ -2835,1189 +2836,1239 @@ let Re = class extends Q {
|
|
|
2835
2836
|
return w`
|
|
2836
2837
|
<cb-icon
|
|
2837
2838
|
class="cb-file-icon"
|
|
2838
|
-
svg="${
|
|
2839
|
+
svg="${Bt[this.type] || Bt.txt}"
|
|
2839
2840
|
></cb-icon>
|
|
2840
2841
|
`;
|
|
2841
2842
|
}
|
|
2842
2843
|
};
|
|
2843
|
-
Re.styles =
|
|
2844
|
-
|
|
2844
|
+
Re.styles = Tc;
|
|
2845
|
+
_t([
|
|
2845
2846
|
k({ type: String })
|
|
2846
2847
|
], Re.prototype, "filename", 2);
|
|
2847
|
-
|
|
2848
|
+
_t([
|
|
2848
2849
|
k({ type: String })
|
|
2849
2850
|
], Re.prototype, "url", 2);
|
|
2850
|
-
Re =
|
|
2851
|
+
Re = _t([
|
|
2851
2852
|
Y("cb-file")
|
|
2852
2853
|
], Re);
|
|
2853
|
-
const
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
--color-prettylights-syntax-markup-bold: #c9d1d9;
|
|
3039
|
-
--color-prettylights-syntax-markup-deleted-text: #ffdcd7;
|
|
3040
|
-
--color-prettylights-syntax-markup-deleted-bg: #67060c;
|
|
3041
|
-
--color-prettylights-syntax-markup-inserted-text: #aff5b4;
|
|
3042
|
-
--color-prettylights-syntax-markup-inserted-bg: #033a16;
|
|
3043
|
-
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
|
3044
|
-
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
|
3045
|
-
--color-prettylights-syntax-markup-ignored-text: #c9d1d9;
|
|
3046
|
-
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
|
3047
|
-
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
|
3048
|
-
--color-prettylights-syntax-brackethighlighter-angle: #8b949e;
|
|
3049
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
|
|
3050
|
-
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
|
3051
|
-
--color-fg-default: #c9d1d9;
|
|
3052
|
-
--color-fg-muted: #8b949e;
|
|
3053
|
-
--color-fg-subtle: #6e7681;
|
|
3054
|
-
--color-canvas-default: #0d1117;
|
|
3055
|
-
--color-canvas-subtle: #161b22;
|
|
3056
|
-
--color-border-default: #30363d;
|
|
3057
|
-
--color-border-muted: #21262d;
|
|
3058
|
-
--color-neutral-muted: rgba(110, 118, 129, 0.4);
|
|
3059
|
-
--color-accent-fg: #58a6ff;
|
|
3060
|
-
--color-accent-emphasis: #1f6feb;
|
|
3061
|
-
--color-attention-subtle: rgba(187, 128, 9, 0.15);
|
|
3062
|
-
--color-danger-fg: #f85149;
|
|
3063
|
-
}
|
|
3064
|
-
.markdown-body {
|
|
3065
|
-
color-scheme: light;
|
|
3066
|
-
--color-prettylights-syntax-comment: #6e7781;
|
|
3067
|
-
--color-prettylights-syntax-constant: #0550ae;
|
|
3068
|
-
--color-prettylights-syntax-entity: #8250df;
|
|
3069
|
-
--color-prettylights-syntax-storage-modifier-import: #24292f;
|
|
3070
|
-
--color-prettylights-syntax-entity-tag: #116329;
|
|
3071
|
-
--color-prettylights-syntax-keyword: #cf222e;
|
|
3072
|
-
--color-prettylights-syntax-string: #0a3069;
|
|
3073
|
-
--color-prettylights-syntax-variable: #953800;
|
|
3074
|
-
--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
|
|
3075
|
-
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
3076
|
-
--color-prettylights-syntax-invalid-illegal-bg: #82071e;
|
|
3077
|
-
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
3078
|
-
--color-prettylights-syntax-carriage-return-bg: #cf222e;
|
|
3079
|
-
--color-prettylights-syntax-string-regexp: #116329;
|
|
3080
|
-
--color-prettylights-syntax-markup-list: #3b2300;
|
|
3081
|
-
--color-prettylights-syntax-markup-heading: #0550ae;
|
|
3082
|
-
--color-prettylights-syntax-markup-italic: #24292f;
|
|
3083
|
-
--color-prettylights-syntax-markup-bold: #24292f;
|
|
3084
|
-
--color-prettylights-syntax-markup-deleted-text: #82071e;
|
|
3085
|
-
--color-prettylights-syntax-markup-deleted-bg: #ffebe9;
|
|
3086
|
-
--color-prettylights-syntax-markup-inserted-text: #116329;
|
|
3087
|
-
--color-prettylights-syntax-markup-inserted-bg: #dafbe1;
|
|
3088
|
-
--color-prettylights-syntax-markup-changed-text: #953800;
|
|
3089
|
-
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
|
3090
|
-
--color-prettylights-syntax-markup-ignored-text: #eaeef2;
|
|
3091
|
-
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
|
|
3092
|
-
--color-prettylights-syntax-meta-diff-range: #8250df;
|
|
3093
|
-
--color-prettylights-syntax-brackethighlighter-angle: #57606a;
|
|
3094
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
|
|
3095
|
-
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
|
|
3096
|
-
--color-fg-default: #24292f;
|
|
3097
|
-
--color-fg-muted: #57606a;
|
|
3098
|
-
--color-fg-subtle: #6e7781;
|
|
3099
|
-
--color-canvas-default: #ffffff;
|
|
3100
|
-
--color-canvas-subtle: #f6f8fa;
|
|
3101
|
-
--color-border-default: #d0d7de;
|
|
3102
|
-
--color-border-muted: hsl(210, 18%, 87%);
|
|
3103
|
-
--color-neutral-muted: rgba(175, 184, 193, 0.2);
|
|
3104
|
-
--color-accent-fg: #0969da;
|
|
3105
|
-
--color-accent-emphasis: #0969da;
|
|
3106
|
-
--color-attention-subtle: #fff8c5;
|
|
3107
|
-
--color-danger-fg: #cf222e;
|
|
3108
|
-
}
|
|
3109
|
-
.markdown-body {
|
|
3110
|
-
-ms-text-size-adjust: 100%;
|
|
3111
|
-
-webkit-text-size-adjust: 100%;
|
|
3112
|
-
margin: 0;
|
|
3113
|
-
color: var(--color-fg-default);
|
|
3114
|
-
background-color: var(--color-canvas-default);
|
|
3115
|
-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans,
|
|
3116
|
-
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
3117
|
-
font-size: 16px;
|
|
3118
|
-
line-height: 1.5;
|
|
3119
|
-
word-wrap: break-word;
|
|
3120
|
-
}
|
|
3121
|
-
.markdown-body .octicon {
|
|
3122
|
-
display: inline-block;
|
|
3123
|
-
fill: currentColor;
|
|
3124
|
-
vertical-align: text-bottom;
|
|
3125
|
-
}
|
|
3126
|
-
.markdown-body h1:hover .anchor .octicon-link:before,
|
|
3127
|
-
.markdown-body h2:hover .anchor .octicon-link:before,
|
|
3128
|
-
.markdown-body h3:hover .anchor .octicon-link:before,
|
|
3129
|
-
.markdown-body h4:hover .anchor .octicon-link:before,
|
|
3130
|
-
.markdown-body h5:hover .anchor .octicon-link:before,
|
|
3131
|
-
.markdown-body h6:hover .anchor .octicon-link:before {
|
|
3132
|
-
width: 16px;
|
|
3133
|
-
height: 16px;
|
|
3134
|
-
content: ' ';
|
|
3135
|
-
display: inline-block;
|
|
3136
|
-
background-color: currentColor;
|
|
3137
|
-
-webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
|
|
3138
|
-
mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
|
|
3139
|
-
}
|
|
3140
|
-
.markdown-body details,
|
|
3141
|
-
.markdown-body figcaption,
|
|
3142
|
-
.markdown-body figure {
|
|
3143
|
-
display: block;
|
|
3144
|
-
}
|
|
3145
|
-
.markdown-body summary {
|
|
3146
|
-
display: list-item;
|
|
3147
|
-
}
|
|
3148
|
-
.markdown-body [hidden] {
|
|
3149
|
-
display: none !important;
|
|
3150
|
-
}
|
|
3151
|
-
.markdown-body a {
|
|
3152
|
-
background-color: transparent;
|
|
3153
|
-
color: var(--color-accent-fg);
|
|
3154
|
-
text-decoration: none;
|
|
3155
|
-
}
|
|
3156
|
-
.markdown-body abbr[title] {
|
|
3157
|
-
border-bottom: none;
|
|
3158
|
-
-webkit-text-decoration: underline dotted;
|
|
3159
|
-
text-decoration: underline dotted;
|
|
3160
|
-
}
|
|
3161
|
-
.markdown-body b,
|
|
3162
|
-
.markdown-body strong {
|
|
3163
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3164
|
-
}
|
|
3165
|
-
.markdown-body dfn {
|
|
3166
|
-
font-style: italic;
|
|
3167
|
-
}
|
|
3168
|
-
.markdown-body h1 {
|
|
3169
|
-
margin: 0.67em 0;
|
|
3170
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3171
|
-
padding-bottom: 0.3em;
|
|
3172
|
-
font-size: 2em;
|
|
3173
|
-
border-bottom: 1px solid var(--color-border-muted);
|
|
3174
|
-
}
|
|
3175
|
-
.markdown-body mark {
|
|
3176
|
-
background-color: var(--color-attention-subtle);
|
|
3177
|
-
color: var(--color-fg-default);
|
|
3178
|
-
}
|
|
3179
|
-
.markdown-body small {
|
|
3180
|
-
font-size: 90%;
|
|
3181
|
-
}
|
|
3182
|
-
.markdown-body sub,
|
|
3183
|
-
.markdown-body sup {
|
|
3184
|
-
font-size: 75%;
|
|
3185
|
-
line-height: 0;
|
|
3186
|
-
position: relative;
|
|
3187
|
-
vertical-align: baseline;
|
|
3188
|
-
}
|
|
3189
|
-
.markdown-body sub {
|
|
3190
|
-
bottom: -0.25em;
|
|
3191
|
-
}
|
|
3192
|
-
.markdown-body sup {
|
|
3193
|
-
top: -0.5em;
|
|
3194
|
-
}
|
|
3195
|
-
.markdown-body img {
|
|
3196
|
-
border-style: none;
|
|
3197
|
-
max-width: 100%;
|
|
3198
|
-
box-sizing: content-box;
|
|
3199
|
-
background-color: var(--color-canvas-default);
|
|
3200
|
-
}
|
|
3201
|
-
.markdown-body code,
|
|
3202
|
-
.markdown-body kbd,
|
|
3203
|
-
.markdown-body pre,
|
|
3204
|
-
.markdown-body samp {
|
|
3205
|
-
font-family: monospace;
|
|
3206
|
-
font-size: 1em;
|
|
3207
|
-
}
|
|
3208
|
-
.markdown-body figure {
|
|
3209
|
-
margin: 1em 40px;
|
|
3210
|
-
}
|
|
3211
|
-
.markdown-body hr {
|
|
3212
|
-
box-sizing: content-box;
|
|
3213
|
-
overflow: hidden;
|
|
3214
|
-
background: transparent;
|
|
3215
|
-
border-bottom: 1px solid var(--color-border-muted);
|
|
3216
|
-
height: 0.25em;
|
|
3217
|
-
padding: 0;
|
|
3218
|
-
margin: 24px 0;
|
|
3219
|
-
background-color: var(--color-border-default);
|
|
3220
|
-
border: 0;
|
|
3221
|
-
}
|
|
3222
|
-
.markdown-body input {
|
|
3223
|
-
font: inherit;
|
|
3224
|
-
margin: 0;
|
|
3225
|
-
overflow: visible;
|
|
3226
|
-
font-family: inherit;
|
|
3227
|
-
font-size: inherit;
|
|
3228
|
-
line-height: inherit;
|
|
3229
|
-
}
|
|
3230
|
-
.markdown-body [type='button'],
|
|
3231
|
-
.markdown-body [type='reset'],
|
|
3232
|
-
.markdown-body [type='submit'] {
|
|
3233
|
-
-webkit-appearance: button;
|
|
3234
|
-
}
|
|
3235
|
-
.markdown-body [type='checkbox'],
|
|
3236
|
-
.markdown-body [type='radio'] {
|
|
3237
|
-
box-sizing: border-box;
|
|
3238
|
-
padding: 0;
|
|
3239
|
-
}
|
|
3240
|
-
.markdown-body [type='number']::-webkit-inner-spin-button,
|
|
3241
|
-
.markdown-body [type='number']::-webkit-outer-spin-button {
|
|
3242
|
-
height: auto;
|
|
3243
|
-
}
|
|
3244
|
-
.markdown-body [type='search']::-webkit-search-cancel-button,
|
|
3245
|
-
.markdown-body [type='search']::-webkit-search-decoration {
|
|
3246
|
-
-webkit-appearance: none;
|
|
3247
|
-
}
|
|
3248
|
-
.markdown-body ::-webkit-input-placeholder {
|
|
3249
|
-
color: inherit;
|
|
3250
|
-
opacity: 0.54;
|
|
3251
|
-
}
|
|
3252
|
-
.markdown-body ::-webkit-file-upload-button {
|
|
3253
|
-
-webkit-appearance: button;
|
|
3254
|
-
font: inherit;
|
|
3255
|
-
}
|
|
3256
|
-
.markdown-body a:hover {
|
|
3257
|
-
text-decoration: underline;
|
|
3258
|
-
}
|
|
3259
|
-
.markdown-body ::-moz-placeholder {
|
|
3260
|
-
color: var(--color-fg-subtle);
|
|
3261
|
-
opacity: 1;
|
|
3262
|
-
}
|
|
3263
|
-
.markdown-body ::placeholder {
|
|
3264
|
-
color: var(--color-fg-subtle);
|
|
3265
|
-
opacity: 1;
|
|
3266
|
-
}
|
|
3267
|
-
.markdown-body hr:before {
|
|
3268
|
-
display: table;
|
|
3269
|
-
content: '';
|
|
3270
|
-
}
|
|
3271
|
-
.markdown-body hr:after {
|
|
3272
|
-
display: table;
|
|
3273
|
-
clear: both;
|
|
3274
|
-
content: '';
|
|
3275
|
-
}
|
|
3276
|
-
.markdown-body table {
|
|
3277
|
-
border-spacing: 0;
|
|
3278
|
-
border-collapse: collapse;
|
|
3279
|
-
display: block;
|
|
3280
|
-
width: -moz-max-content;
|
|
3281
|
-
width: max-content;
|
|
3282
|
-
max-width: 100%;
|
|
3283
|
-
overflow: auto;
|
|
3284
|
-
}
|
|
3285
|
-
.markdown-body td,
|
|
3286
|
-
.markdown-body th {
|
|
3287
|
-
padding: 0;
|
|
3288
|
-
}
|
|
3289
|
-
.markdown-body details summary {
|
|
3290
|
-
cursor: pointer;
|
|
3291
|
-
}
|
|
3292
|
-
.markdown-body details:not([open]) > *:not(summary) {
|
|
3293
|
-
display: none !important;
|
|
3294
|
-
}
|
|
3295
|
-
.markdown-body a:focus,
|
|
3296
|
-
.markdown-body [role='button']:focus,
|
|
3297
|
-
.markdown-body input[type='radio']:focus,
|
|
3298
|
-
.markdown-body input[type='checkbox']:focus {
|
|
3299
|
-
outline: 2px solid var(--color-accent-fg);
|
|
3300
|
-
outline-offset: -2px;
|
|
3301
|
-
box-shadow: none;
|
|
3302
|
-
}
|
|
3303
|
-
.markdown-body a:focus:not(:focus-visible),
|
|
3304
|
-
.markdown-body [role='button']:focus:not(:focus-visible),
|
|
3305
|
-
.markdown-body input[type='radio']:focus:not(:focus-visible),
|
|
3306
|
-
.markdown-body input[type='checkbox']:focus:not(:focus-visible) {
|
|
3307
|
-
outline: solid 1px transparent;
|
|
3308
|
-
}
|
|
3309
|
-
.markdown-body a:focus-visible,
|
|
3310
|
-
.markdown-body [role='button']:focus-visible,
|
|
3311
|
-
.markdown-body input[type='radio']:focus-visible,
|
|
3312
|
-
.markdown-body input[type='checkbox']:focus-visible {
|
|
3313
|
-
outline: 2px solid var(--color-accent-fg);
|
|
3314
|
-
outline-offset: -2px;
|
|
3315
|
-
box-shadow: none;
|
|
3316
|
-
}
|
|
3317
|
-
.markdown-body a:not([class]):focus,
|
|
3318
|
-
.markdown-body a:not([class]):focus-visible,
|
|
3319
|
-
.markdown-body input[type='radio']:focus,
|
|
3320
|
-
.markdown-body input[type='radio']:focus-visible,
|
|
3321
|
-
.markdown-body input[type='checkbox']:focus,
|
|
3322
|
-
.markdown-body input[type='checkbox']:focus-visible {
|
|
3323
|
-
outline-offset: 0;
|
|
3324
|
-
}
|
|
3325
|
-
.markdown-body kbd {
|
|
3326
|
-
display: inline-block;
|
|
3327
|
-
padding: 3px 5px;
|
|
3328
|
-
font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
|
|
3329
|
-
Liberation Mono, monospace;
|
|
3330
|
-
line-height: 10px;
|
|
3331
|
-
color: var(--color-fg-default);
|
|
3332
|
-
vertical-align: middle;
|
|
3333
|
-
background-color: var(--color-canvas-subtle);
|
|
3334
|
-
border: solid 1px var(--color-neutral-muted);
|
|
3335
|
-
border-bottom-color: var(--color-neutral-muted);
|
|
3336
|
-
border-radius: 6px;
|
|
3337
|
-
box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
|
|
3338
|
-
}
|
|
3339
|
-
.markdown-body h1,
|
|
3340
|
-
.markdown-body h2,
|
|
3341
|
-
.markdown-body h3,
|
|
3342
|
-
.markdown-body h4,
|
|
3343
|
-
.markdown-body h5,
|
|
3344
|
-
.markdown-body h6 {
|
|
3345
|
-
margin-top: 24px;
|
|
3346
|
-
margin-bottom: 16px;
|
|
3347
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3348
|
-
line-height: 1.25;
|
|
3349
|
-
}
|
|
3350
|
-
.markdown-body h2 {
|
|
3351
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3352
|
-
padding-bottom: 0.3em;
|
|
3353
|
-
font-size: 1.5em;
|
|
3354
|
-
border-bottom: 1px solid var(--color-border-muted);
|
|
3355
|
-
}
|
|
3356
|
-
.markdown-body h3 {
|
|
3357
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3358
|
-
font-size: 1.25em;
|
|
3359
|
-
}
|
|
3360
|
-
.markdown-body h4 {
|
|
3361
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3362
|
-
font-size: 1em;
|
|
3363
|
-
}
|
|
3364
|
-
.markdown-body h5 {
|
|
3365
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3366
|
-
font-size: 0.875em;
|
|
3367
|
-
}
|
|
3368
|
-
.markdown-body h6 {
|
|
3369
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3370
|
-
font-size: 0.85em;
|
|
3371
|
-
color: var(--color-fg-muted);
|
|
3372
|
-
}
|
|
3373
|
-
.markdown-body p {
|
|
3374
|
-
margin-top: 0;
|
|
3375
|
-
margin-bottom: 10px;
|
|
3376
|
-
}
|
|
3377
|
-
.markdown-body blockquote {
|
|
3378
|
-
margin: 0;
|
|
3379
|
-
padding: 0 1em;
|
|
3380
|
-
color: var(--color-fg-muted);
|
|
3381
|
-
border-left: 0.25em solid var(--color-border-default);
|
|
3382
|
-
}
|
|
3383
|
-
.markdown-body ul,
|
|
3384
|
-
.markdown-body ol {
|
|
3385
|
-
margin-top: 0;
|
|
3386
|
-
margin-bottom: 0;
|
|
3387
|
-
padding-left: 2em;
|
|
3388
|
-
}
|
|
3389
|
-
.markdown-body ol ol,
|
|
3390
|
-
.markdown-body ul ol {
|
|
3391
|
-
list-style-type: lower-roman;
|
|
3392
|
-
}
|
|
3393
|
-
.markdown-body ul ul ol,
|
|
3394
|
-
.markdown-body ul ol ol,
|
|
3395
|
-
.markdown-body ol ul ol,
|
|
3396
|
-
.markdown-body ol ol ol {
|
|
3397
|
-
list-style-type: lower-alpha;
|
|
3398
|
-
}
|
|
3399
|
-
.markdown-body dd {
|
|
3400
|
-
margin-left: 0;
|
|
3401
|
-
}
|
|
3402
|
-
.markdown-body tt,
|
|
3403
|
-
.markdown-body code,
|
|
3404
|
-
.markdown-body samp {
|
|
3405
|
-
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
|
|
3406
|
-
Liberation Mono, monospace;
|
|
3407
|
-
font-size: 12px;
|
|
3408
|
-
}
|
|
3409
|
-
.markdown-body pre {
|
|
3410
|
-
margin-top: 0;
|
|
3411
|
-
margin-bottom: 0;
|
|
3412
|
-
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
|
|
3413
|
-
Liberation Mono, monospace;
|
|
3414
|
-
font-size: 12px;
|
|
3415
|
-
word-wrap: normal;
|
|
3416
|
-
}
|
|
3417
|
-
.markdown-body .octicon {
|
|
3418
|
-
display: inline-block;
|
|
3419
|
-
overflow: visible !important;
|
|
3420
|
-
vertical-align: text-bottom;
|
|
3421
|
-
fill: currentColor;
|
|
3422
|
-
}
|
|
3423
|
-
.markdown-body input::-webkit-outer-spin-button,
|
|
3424
|
-
.markdown-body input::-webkit-inner-spin-button {
|
|
3425
|
-
margin: 0;
|
|
3426
|
-
-webkit-appearance: none;
|
|
3427
|
-
appearance: none;
|
|
3428
|
-
}
|
|
3429
|
-
.markdown-body:before {
|
|
3430
|
-
display: table;
|
|
3431
|
-
content: '';
|
|
3432
|
-
}
|
|
3433
|
-
.markdown-body:after {
|
|
3434
|
-
display: table;
|
|
3435
|
-
clear: both;
|
|
3436
|
-
content: '';
|
|
3437
|
-
}
|
|
3438
|
-
.markdown-body > *:first-child {
|
|
3439
|
-
margin-top: 0 !important;
|
|
3440
|
-
}
|
|
3441
|
-
.markdown-body > *:last-child {
|
|
3442
|
-
margin-bottom: 0 !important;
|
|
3443
|
-
}
|
|
3444
|
-
.markdown-body a:not([href]) {
|
|
3445
|
-
color: inherit;
|
|
3446
|
-
text-decoration: none;
|
|
3447
|
-
}
|
|
3448
|
-
.markdown-body .absent {
|
|
3449
|
-
color: var(--color-danger-fg);
|
|
3450
|
-
}
|
|
3451
|
-
.markdown-body .anchor {
|
|
3452
|
-
float: left;
|
|
3453
|
-
padding-right: 4px;
|
|
3454
|
-
margin-left: -20px;
|
|
3455
|
-
line-height: 1;
|
|
3456
|
-
}
|
|
3457
|
-
.markdown-body .anchor:focus {
|
|
3458
|
-
outline: none;
|
|
3459
|
-
}
|
|
3460
|
-
.markdown-body p,
|
|
3461
|
-
.markdown-body blockquote,
|
|
3462
|
-
.markdown-body ul,
|
|
3463
|
-
.markdown-body ol,
|
|
3464
|
-
.markdown-body dl,
|
|
3465
|
-
.markdown-body table,
|
|
3466
|
-
.markdown-body pre,
|
|
3467
|
-
.markdown-body details {
|
|
3468
|
-
margin-top: 0;
|
|
3469
|
-
margin-bottom: 16px;
|
|
3470
|
-
}
|
|
3471
|
-
.markdown-body blockquote > :first-child {
|
|
3472
|
-
margin-top: 0;
|
|
3473
|
-
}
|
|
3474
|
-
.markdown-body blockquote > :last-child {
|
|
3475
|
-
margin-bottom: 0;
|
|
3476
|
-
}
|
|
3477
|
-
.markdown-body h1 .octicon-link,
|
|
3478
|
-
.markdown-body h2 .octicon-link,
|
|
3479
|
-
.markdown-body h3 .octicon-link,
|
|
3480
|
-
.markdown-body h4 .octicon-link,
|
|
3481
|
-
.markdown-body h5 .octicon-link,
|
|
3482
|
-
.markdown-body h6 .octicon-link {
|
|
3483
|
-
color: var(--color-fg-default);
|
|
3484
|
-
vertical-align: middle;
|
|
3485
|
-
visibility: hidden;
|
|
3486
|
-
}
|
|
3487
|
-
.markdown-body h1:hover .anchor,
|
|
3488
|
-
.markdown-body h2:hover .anchor,
|
|
3489
|
-
.markdown-body h3:hover .anchor,
|
|
3490
|
-
.markdown-body h4:hover .anchor,
|
|
3491
|
-
.markdown-body h5:hover .anchor,
|
|
3492
|
-
.markdown-body h6:hover .anchor {
|
|
3493
|
-
text-decoration: none;
|
|
3494
|
-
}
|
|
3495
|
-
.markdown-body h1:hover .anchor .octicon-link,
|
|
3496
|
-
.markdown-body h2:hover .anchor .octicon-link,
|
|
3497
|
-
.markdown-body h3:hover .anchor .octicon-link,
|
|
3498
|
-
.markdown-body h4:hover .anchor .octicon-link,
|
|
3499
|
-
.markdown-body h5:hover .anchor .octicon-link,
|
|
3500
|
-
.markdown-body h6:hover .anchor .octicon-link {
|
|
3501
|
-
visibility: visible;
|
|
3502
|
-
}
|
|
3503
|
-
.markdown-body h1 tt,
|
|
3504
|
-
.markdown-body h1 code,
|
|
3505
|
-
.markdown-body h2 tt,
|
|
3506
|
-
.markdown-body h2 code,
|
|
3507
|
-
.markdown-body h3 tt,
|
|
3508
|
-
.markdown-body h3 code,
|
|
3509
|
-
.markdown-body h4 tt,
|
|
3510
|
-
.markdown-body h4 code,
|
|
3511
|
-
.markdown-body h5 tt,
|
|
3512
|
-
.markdown-body h5 code,
|
|
3513
|
-
.markdown-body h6 tt,
|
|
3514
|
-
.markdown-body h6 code {
|
|
3515
|
-
padding: 0 0.2em;
|
|
3516
|
-
font-size: inherit;
|
|
3517
|
-
}
|
|
3518
|
-
.markdown-body summary h1,
|
|
3519
|
-
.markdown-body summary h2,
|
|
3520
|
-
.markdown-body summary h3,
|
|
3521
|
-
.markdown-body summary h4,
|
|
3522
|
-
.markdown-body summary h5,
|
|
3523
|
-
.markdown-body summary h6 {
|
|
3524
|
-
display: inline-block;
|
|
3525
|
-
}
|
|
3526
|
-
.markdown-body summary h1 .anchor,
|
|
3527
|
-
.markdown-body summary h2 .anchor,
|
|
3528
|
-
.markdown-body summary h3 .anchor,
|
|
3529
|
-
.markdown-body summary h4 .anchor,
|
|
3530
|
-
.markdown-body summary h5 .anchor,
|
|
3531
|
-
.markdown-body summary h6 .anchor {
|
|
3532
|
-
margin-left: -40px;
|
|
3533
|
-
}
|
|
3534
|
-
.markdown-body summary h1,
|
|
3535
|
-
.markdown-body summary h2 {
|
|
3536
|
-
padding-bottom: 0;
|
|
3537
|
-
border-bottom: 0;
|
|
3538
|
-
}
|
|
3539
|
-
.markdown-body ul.no-list,
|
|
3540
|
-
.markdown-body ol.no-list {
|
|
3541
|
-
padding: 0;
|
|
3542
|
-
list-style-type: none;
|
|
3543
|
-
}
|
|
3544
|
-
.markdown-body ol[type='a'] {
|
|
3545
|
-
list-style-type: lower-alpha;
|
|
3546
|
-
}
|
|
3547
|
-
.markdown-body ol[type='A'] {
|
|
3548
|
-
list-style-type: upper-alpha;
|
|
3549
|
-
}
|
|
3550
|
-
.markdown-body ol[type='i'] {
|
|
3551
|
-
list-style-type: lower-roman;
|
|
3552
|
-
}
|
|
3553
|
-
.markdown-body ol[type='I'] {
|
|
3554
|
-
list-style-type: upper-roman;
|
|
3555
|
-
}
|
|
3556
|
-
.markdown-body ol[type='1'] {
|
|
3557
|
-
list-style-type: decimal;
|
|
3558
|
-
}
|
|
3559
|
-
.markdown-body div > ol:not([type]) {
|
|
3560
|
-
list-style-type: decimal;
|
|
3561
|
-
}
|
|
3562
|
-
.markdown-body ul ul,
|
|
3563
|
-
.markdown-body ul ol,
|
|
3564
|
-
.markdown-body ol ol,
|
|
3565
|
-
.markdown-body ol ul {
|
|
3566
|
-
margin-top: 0;
|
|
3567
|
-
margin-bottom: 0;
|
|
3568
|
-
}
|
|
3569
|
-
.markdown-body li > p {
|
|
3570
|
-
margin-top: 16px;
|
|
3571
|
-
}
|
|
3572
|
-
.markdown-body li + li {
|
|
3573
|
-
margin-top: 0.25em;
|
|
3574
|
-
}
|
|
3575
|
-
.markdown-body dl {
|
|
3576
|
-
padding: 0;
|
|
3577
|
-
}
|
|
3578
|
-
.markdown-body dl dt {
|
|
3579
|
-
padding: 0;
|
|
3580
|
-
margin-top: 16px;
|
|
3581
|
-
font-size: 1em;
|
|
3582
|
-
font-style: italic;
|
|
3583
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3584
|
-
}
|
|
3585
|
-
.markdown-body dl dd {
|
|
3586
|
-
padding: 0 16px;
|
|
3587
|
-
margin-bottom: 16px;
|
|
3588
|
-
}
|
|
3589
|
-
.markdown-body table th {
|
|
3590
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3591
|
-
}
|
|
3592
|
-
.markdown-body table th,
|
|
3593
|
-
.markdown-body table td {
|
|
3594
|
-
padding: 6px 13px;
|
|
3595
|
-
border: 1px solid var(--color-border-default);
|
|
3596
|
-
}
|
|
3597
|
-
.markdown-body table tr {
|
|
3598
|
-
background-color: var(--color-canvas-default);
|
|
3599
|
-
border-top: 1px solid var(--color-border-muted);
|
|
3600
|
-
}
|
|
3601
|
-
.markdown-body table tr:nth-child(2n) {
|
|
3602
|
-
background-color: var(--color-canvas-subtle);
|
|
3603
|
-
}
|
|
3604
|
-
.markdown-body table img {
|
|
3605
|
-
background-color: transparent;
|
|
3606
|
-
}
|
|
3607
|
-
.markdown-body img[align='right'] {
|
|
3608
|
-
padding-left: 20px;
|
|
3609
|
-
}
|
|
3610
|
-
.markdown-body img[align='left'] {
|
|
3611
|
-
padding-right: 20px;
|
|
3612
|
-
}
|
|
3613
|
-
.markdown-body .emoji {
|
|
3614
|
-
max-width: none;
|
|
3615
|
-
vertical-align: text-top;
|
|
3616
|
-
background-color: transparent;
|
|
3617
|
-
}
|
|
3618
|
-
.markdown-body span.frame {
|
|
3619
|
-
display: block;
|
|
3620
|
-
overflow: hidden;
|
|
3621
|
-
}
|
|
3622
|
-
.markdown-body span.frame > span {
|
|
3623
|
-
display: block;
|
|
3624
|
-
float: left;
|
|
3625
|
-
width: auto;
|
|
3626
|
-
padding: 7px;
|
|
3627
|
-
margin: 13px 0 0;
|
|
3628
|
-
overflow: hidden;
|
|
3629
|
-
border: 1px solid var(--color-border-default);
|
|
3630
|
-
}
|
|
3631
|
-
.markdown-body span.frame span img {
|
|
3632
|
-
display: block;
|
|
3633
|
-
float: left;
|
|
3634
|
-
}
|
|
3635
|
-
.markdown-body span.frame span span {
|
|
3636
|
-
display: block;
|
|
3637
|
-
padding: 5px 0 0;
|
|
3638
|
-
clear: both;
|
|
3639
|
-
color: var(--color-fg-default);
|
|
3640
|
-
}
|
|
3641
|
-
.markdown-body span.align-center {
|
|
3642
|
-
display: block;
|
|
3643
|
-
overflow: hidden;
|
|
3644
|
-
clear: both;
|
|
3645
|
-
}
|
|
3646
|
-
.markdown-body span.align-center > span {
|
|
3647
|
-
display: block;
|
|
3648
|
-
margin: 13px auto 0;
|
|
3649
|
-
overflow: hidden;
|
|
3650
|
-
text-align: center;
|
|
3651
|
-
}
|
|
3652
|
-
.markdown-body span.align-center span img {
|
|
3653
|
-
margin: 0 auto;
|
|
3654
|
-
text-align: center;
|
|
3655
|
-
}
|
|
3656
|
-
.markdown-body span.align-right {
|
|
3657
|
-
display: block;
|
|
3658
|
-
overflow: hidden;
|
|
3659
|
-
clear: both;
|
|
3660
|
-
}
|
|
3661
|
-
.markdown-body span.align-right > span {
|
|
3662
|
-
display: block;
|
|
3663
|
-
margin: 13px 0 0;
|
|
3664
|
-
overflow: hidden;
|
|
3665
|
-
text-align: right;
|
|
3666
|
-
}
|
|
3667
|
-
.markdown-body span.align-right span img {
|
|
3668
|
-
margin: 0;
|
|
3669
|
-
text-align: right;
|
|
3670
|
-
}
|
|
3671
|
-
.markdown-body span.float-left {
|
|
3672
|
-
display: block;
|
|
3673
|
-
float: left;
|
|
3674
|
-
margin-right: 13px;
|
|
3675
|
-
overflow: hidden;
|
|
3676
|
-
}
|
|
3677
|
-
.markdown-body span.float-left span {
|
|
3678
|
-
margin: 13px 0 0;
|
|
3679
|
-
}
|
|
3680
|
-
.markdown-body span.float-right {
|
|
3681
|
-
display: block;
|
|
3682
|
-
float: right;
|
|
3683
|
-
margin-left: 13px;
|
|
3684
|
-
overflow: hidden;
|
|
3685
|
-
}
|
|
3686
|
-
.markdown-body span.float-right > span {
|
|
3687
|
-
display: block;
|
|
3688
|
-
margin: 13px auto 0;
|
|
3689
|
-
overflow: hidden;
|
|
3690
|
-
text-align: right;
|
|
3691
|
-
}
|
|
3692
|
-
.markdown-body code,
|
|
3693
|
-
.markdown-body tt {
|
|
3694
|
-
padding: 0.2em 0.4em;
|
|
3695
|
-
margin: 0;
|
|
3696
|
-
font-size: 85%;
|
|
3697
|
-
white-space: break-spaces;
|
|
3698
|
-
background-color: var(--color-neutral-muted);
|
|
3699
|
-
border-radius: 6px;
|
|
3700
|
-
}
|
|
3701
|
-
.markdown-body code br,
|
|
3702
|
-
.markdown-body tt br {
|
|
3703
|
-
display: none;
|
|
3704
|
-
}
|
|
3705
|
-
.markdown-body del code {
|
|
3706
|
-
text-decoration: inherit;
|
|
3707
|
-
}
|
|
3708
|
-
.markdown-body samp {
|
|
3709
|
-
font-size: 85%;
|
|
3710
|
-
}
|
|
3711
|
-
.markdown-body pre code {
|
|
3712
|
-
font-size: 100%;
|
|
3713
|
-
}
|
|
3714
|
-
.markdown-body pre > code {
|
|
3715
|
-
padding: 0;
|
|
3716
|
-
margin: 0;
|
|
3717
|
-
word-break: normal;
|
|
3718
|
-
white-space: pre;
|
|
3719
|
-
background: transparent;
|
|
3720
|
-
border: 0;
|
|
3721
|
-
}
|
|
3722
|
-
.markdown-body .highlight {
|
|
3723
|
-
margin-bottom: 16px;
|
|
3724
|
-
}
|
|
3725
|
-
.markdown-body .highlight pre {
|
|
3726
|
-
margin-bottom: 0;
|
|
3727
|
-
word-break: normal;
|
|
3728
|
-
}
|
|
3729
|
-
.markdown-body .highlight pre,
|
|
3730
|
-
.markdown-body pre {
|
|
3731
|
-
padding: 16px;
|
|
3732
|
-
overflow: auto;
|
|
3733
|
-
font-size: 85%;
|
|
3734
|
-
line-height: 1.45;
|
|
3735
|
-
background-color: var(--color-canvas-subtle);
|
|
3736
|
-
border-radius: 6px;
|
|
3737
|
-
}
|
|
3738
|
-
.markdown-body pre code,
|
|
3739
|
-
.markdown-body pre tt {
|
|
3740
|
-
display: inline;
|
|
3741
|
-
max-width: auto;
|
|
3742
|
-
padding: 0;
|
|
3743
|
-
margin: 0;
|
|
3744
|
-
overflow: visible;
|
|
3745
|
-
line-height: inherit;
|
|
3746
|
-
word-wrap: normal;
|
|
3747
|
-
background-color: transparent;
|
|
3748
|
-
border: 0;
|
|
3749
|
-
}
|
|
3750
|
-
.markdown-body .csv-data td,
|
|
3751
|
-
.markdown-body .csv-data th {
|
|
3752
|
-
padding: 5px;
|
|
3753
|
-
overflow: hidden;
|
|
3754
|
-
font-size: 12px;
|
|
3755
|
-
line-height: 1;
|
|
3756
|
-
text-align: left;
|
|
3757
|
-
white-space: nowrap;
|
|
3758
|
-
}
|
|
3759
|
-
.markdown-body .csv-data .blob-num {
|
|
3760
|
-
padding: 10px 8px 9px;
|
|
3761
|
-
text-align: right;
|
|
3762
|
-
background: var(--color-canvas-default);
|
|
3763
|
-
border: 0;
|
|
3764
|
-
}
|
|
3765
|
-
.markdown-body .csv-data tr {
|
|
3766
|
-
border-top: 0;
|
|
3767
|
-
}
|
|
3768
|
-
.markdown-body .csv-data th {
|
|
3769
|
-
font-weight: var(--base-text-weight-semibold, 600);
|
|
3770
|
-
background: var(--color-canvas-subtle);
|
|
3771
|
-
border-top: 0;
|
|
3772
|
-
}
|
|
3773
|
-
.markdown-body [data-footnote-ref]:before {
|
|
3774
|
-
content: '[';
|
|
3775
|
-
}
|
|
3776
|
-
.markdown-body [data-footnote-ref]:after {
|
|
3777
|
-
content: ']';
|
|
3778
|
-
}
|
|
3779
|
-
.markdown-body .footnotes {
|
|
3780
|
-
font-size: 12px;
|
|
3781
|
-
color: var(--color-fg-muted);
|
|
3782
|
-
border-top: 1px solid var(--color-border-default);
|
|
3783
|
-
}
|
|
3784
|
-
.markdown-body .footnotes ol {
|
|
3785
|
-
padding-left: 16px;
|
|
3786
|
-
}
|
|
3787
|
-
.markdown-body .footnotes ol ul {
|
|
3788
|
-
display: inline-block;
|
|
3789
|
-
padding-left: 16px;
|
|
3790
|
-
margin-top: 16px;
|
|
3791
|
-
}
|
|
3792
|
-
.markdown-body .footnotes li {
|
|
3793
|
-
position: relative;
|
|
3794
|
-
}
|
|
3795
|
-
.markdown-body .footnotes li:target:before {
|
|
3796
|
-
position: absolute;
|
|
3797
|
-
top: -8px;
|
|
3798
|
-
right: -8px;
|
|
3799
|
-
bottom: -8px;
|
|
3800
|
-
left: -24px;
|
|
3801
|
-
pointer-events: none;
|
|
3802
|
-
content: '';
|
|
3803
|
-
border: 2px solid var(--color-accent-emphasis);
|
|
3804
|
-
border-radius: 6px;
|
|
3805
|
-
}
|
|
3806
|
-
.markdown-body .footnotes li:target {
|
|
3807
|
-
color: var(--color-fg-default);
|
|
3808
|
-
}
|
|
3809
|
-
.markdown-body .footnotes .data-footnote-backref g-emoji {
|
|
3810
|
-
font-family: monospace;
|
|
3811
|
-
}
|
|
3812
|
-
.markdown-body .pl-c {
|
|
3813
|
-
color: var(--color-prettylights-syntax-comment);
|
|
3814
|
-
}
|
|
3815
|
-
.markdown-body .pl-c1,
|
|
3816
|
-
.markdown-body .pl-s .pl-v {
|
|
3817
|
-
color: var(--color-prettylights-syntax-constant);
|
|
3818
|
-
}
|
|
3819
|
-
.markdown-body .pl-e,
|
|
3820
|
-
.markdown-body .pl-en {
|
|
3821
|
-
color: var(--color-prettylights-syntax-entity);
|
|
3822
|
-
}
|
|
3823
|
-
.markdown-body .pl-smi,
|
|
3824
|
-
.markdown-body .pl-s .pl-s1 {
|
|
3825
|
-
color: var(--color-prettylights-syntax-storage-modifier-import);
|
|
3826
|
-
}
|
|
3827
|
-
.markdown-body .pl-ent {
|
|
3828
|
-
color: var(--color-prettylights-syntax-entity-tag);
|
|
3829
|
-
}
|
|
3830
|
-
.markdown-body .pl-k {
|
|
3831
|
-
color: var(--color-prettylights-syntax-keyword);
|
|
3832
|
-
}
|
|
3833
|
-
.markdown-body .pl-s,
|
|
3834
|
-
.markdown-body .pl-pds,
|
|
3835
|
-
.markdown-body .pl-s .pl-pse .pl-s1,
|
|
3836
|
-
.markdown-body .pl-sr,
|
|
3837
|
-
.markdown-body .pl-sr .pl-cce,
|
|
3838
|
-
.markdown-body .pl-sr .pl-sre,
|
|
3839
|
-
.markdown-body .pl-sr .pl-sra {
|
|
3840
|
-
color: var(--color-prettylights-syntax-string);
|
|
3841
|
-
}
|
|
3842
|
-
.markdown-body .pl-v,
|
|
3843
|
-
.markdown-body .pl-smw {
|
|
3844
|
-
color: var(--color-prettylights-syntax-variable);
|
|
3845
|
-
}
|
|
3846
|
-
.markdown-body .pl-bu {
|
|
3847
|
-
color: var(--color-prettylights-syntax-brackethighlighter-unmatched);
|
|
3848
|
-
}
|
|
3849
|
-
.markdown-body .pl-ii {
|
|
3850
|
-
color: var(--color-prettylights-syntax-invalid-illegal-text);
|
|
3851
|
-
background-color: var(--color-prettylights-syntax-invalid-illegal-bg);
|
|
3852
|
-
}
|
|
3853
|
-
.markdown-body .pl-c2 {
|
|
3854
|
-
color: var(--color-prettylights-syntax-carriage-return-text);
|
|
3855
|
-
background-color: var(--color-prettylights-syntax-carriage-return-bg);
|
|
3856
|
-
}
|
|
3857
|
-
.markdown-body .pl-sr .pl-cce {
|
|
3858
|
-
font-weight: 700;
|
|
3859
|
-
color: var(--color-prettylights-syntax-string-regexp);
|
|
3860
|
-
}
|
|
3861
|
-
.markdown-body .pl-ml {
|
|
3862
|
-
color: var(--color-prettylights-syntax-markup-list);
|
|
3863
|
-
}
|
|
3864
|
-
.markdown-body .pl-mh,
|
|
3865
|
-
.markdown-body .pl-mh .pl-en,
|
|
3866
|
-
.markdown-body .pl-ms {
|
|
3867
|
-
font-weight: 700;
|
|
3868
|
-
color: var(--color-prettylights-syntax-markup-heading);
|
|
3869
|
-
}
|
|
3870
|
-
.markdown-body .pl-mi {
|
|
3871
|
-
font-style: italic;
|
|
3872
|
-
color: var(--color-prettylights-syntax-markup-italic);
|
|
3873
|
-
}
|
|
3874
|
-
.markdown-body .pl-mb {
|
|
3875
|
-
font-weight: 700;
|
|
3876
|
-
color: var(--color-prettylights-syntax-markup-bold);
|
|
3877
|
-
}
|
|
3878
|
-
.markdown-body .pl-md {
|
|
3879
|
-
color: var(--color-prettylights-syntax-markup-deleted-text);
|
|
3880
|
-
background-color: var(--color-prettylights-syntax-markup-deleted-bg);
|
|
3881
|
-
}
|
|
3882
|
-
.markdown-body .pl-mi1 {
|
|
3883
|
-
color: var(--color-prettylights-syntax-markup-inserted-text);
|
|
3884
|
-
background-color: var(--color-prettylights-syntax-markup-inserted-bg);
|
|
3885
|
-
}
|
|
3886
|
-
.markdown-body .pl-mc {
|
|
3887
|
-
color: var(--color-prettylights-syntax-markup-changed-text);
|
|
3888
|
-
background-color: var(--color-prettylights-syntax-markup-changed-bg);
|
|
3889
|
-
}
|
|
3890
|
-
.markdown-body .pl-mi2 {
|
|
3891
|
-
color: var(--color-prettylights-syntax-markup-ignored-text);
|
|
3892
|
-
background-color: var(--color-prettylights-syntax-markup-ignored-bg);
|
|
3893
|
-
}
|
|
3894
|
-
.markdown-body .pl-mdr {
|
|
3895
|
-
font-weight: 700;
|
|
3896
|
-
color: var(--color-prettylights-syntax-meta-diff-range);
|
|
3897
|
-
}
|
|
3898
|
-
.markdown-body .pl-ba {
|
|
3899
|
-
color: var(--color-prettylights-syntax-brackethighlighter-angle);
|
|
3900
|
-
}
|
|
3901
|
-
.markdown-body .pl-sg {
|
|
3902
|
-
color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
|
|
3903
|
-
}
|
|
3904
|
-
.markdown-body .pl-corl {
|
|
3905
|
-
text-decoration: underline;
|
|
3906
|
-
color: var(--color-prettylights-syntax-constant-other-reference-link);
|
|
3907
|
-
}
|
|
3908
|
-
.markdown-body g-emoji {
|
|
3909
|
-
display: inline-block;
|
|
3910
|
-
min-width: 1ch;
|
|
3911
|
-
font-family: 'Apple Color Emoji', 'Segoe UI Emoji', Segoe UI Symbol;
|
|
3912
|
-
font-size: 1em;
|
|
3913
|
-
font-style: normal !important;
|
|
3914
|
-
font-weight: var(--base-text-weight-normal, 400);
|
|
3915
|
-
line-height: 1;
|
|
3916
|
-
vertical-align: -0.075em;
|
|
3917
|
-
}
|
|
3918
|
-
.markdown-body g-emoji img {
|
|
3919
|
-
width: 1em;
|
|
3920
|
-
height: 1em;
|
|
3921
|
-
}
|
|
3922
|
-
.markdown-body .task-list-item {
|
|
3923
|
-
list-style-type: none;
|
|
3924
|
-
}
|
|
3925
|
-
.markdown-body .task-list-item label {
|
|
3926
|
-
font-weight: var(--base-text-weight-normal, 400);
|
|
3927
|
-
}
|
|
3928
|
-
.markdown-body .task-list-item.enabled label {
|
|
3929
|
-
cursor: pointer;
|
|
3930
|
-
}
|
|
3931
|
-
.markdown-body .task-list-item + .task-list-item {
|
|
3932
|
-
margin-top: 4px;
|
|
3933
|
-
}
|
|
3934
|
-
.markdown-body .task-list-item .handle {
|
|
3935
|
-
display: none;
|
|
3936
|
-
}
|
|
3937
|
-
.markdown-body .task-list-item-checkbox {
|
|
3938
|
-
margin: 0 0.2em 0.25em -1.4em;
|
|
3939
|
-
vertical-align: middle;
|
|
3940
|
-
}
|
|
3941
|
-
.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
|
|
3942
|
-
margin: 0 -1.6em 0.25em 0.2em;
|
|
3943
|
-
}
|
|
3944
|
-
.markdown-body .contains-task-list {
|
|
3945
|
-
position: relative;
|
|
3946
|
-
}
|
|
3947
|
-
.markdown-body .contains-task-list:hover .task-list-item-convert-container,
|
|
3948
|
-
.markdown-body
|
|
3949
|
-
.contains-task-list:focus-within
|
|
3950
|
-
.task-list-item-convert-container {
|
|
3951
|
-
display: block;
|
|
3952
|
-
width: auto;
|
|
3953
|
-
height: 24px;
|
|
3954
|
-
overflow: visible;
|
|
3955
|
-
clip: auto;
|
|
3956
|
-
}
|
|
3957
|
-
.markdown-body ::-webkit-calendar-picker-indicator {
|
|
3958
|
-
filter: invert(50%);
|
|
3959
|
-
}
|
|
2854
|
+
const Bc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><g fill="currentColor"><path d="M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z"/><path d="M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4L4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z"/></g></svg>', qc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" d="M8 8a3 3 0 1 0 0-6a3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1s1-4 6-4s6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z"/></svg>', Rc = U`
|
|
2855
|
+
pre code.hljs {
|
|
2856
|
+
display: block;
|
|
2857
|
+
overflow-x: auto;
|
|
2858
|
+
padding: 4px;
|
|
2859
|
+
background-color: #fff;
|
|
2860
|
+
}
|
|
2861
|
+
.highlight pre,
|
|
2862
|
+
pre {
|
|
2863
|
+
background-color: #fff;
|
|
2864
|
+
}
|
|
2865
|
+
.code-block-wrapper {
|
|
2866
|
+
position: relative;
|
|
2867
|
+
max-width: 300px;
|
|
2868
|
+
margin-top: 10px;
|
|
2869
|
+
}
|
|
2870
|
+
.code-block-header {
|
|
2871
|
+
/*
|
|
2872
|
+
position: absolute;
|
|
2873
|
+
top: 5px;
|
|
2874
|
+
left: 0;
|
|
2875
|
+
padding: 0 1rem;
|
|
2876
|
+
*/
|
|
2877
|
+
padding: 4px;
|
|
2878
|
+
display: flex;
|
|
2879
|
+
justify-content: flex-start;
|
|
2880
|
+
align-items: center;
|
|
2881
|
+
color: #b3b3b3;
|
|
2882
|
+
}
|
|
2883
|
+
.code-block-header__copy {
|
|
2884
|
+
cursor: pointer;
|
|
2885
|
+
margin-left: 0.5rem;
|
|
2886
|
+
-webkit-user-select: none;
|
|
2887
|
+
-moz-user-select: none;
|
|
2888
|
+
user-select: none;
|
|
2889
|
+
}
|
|
2890
|
+
.code-block-header__copy:hover {
|
|
2891
|
+
color: #65a665;
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
.hljs {
|
|
2895
|
+
color: #abb2bf;
|
|
2896
|
+
background: #282c34;
|
|
2897
|
+
}
|
|
2898
|
+
.hljs-keyword,
|
|
2899
|
+
.hljs-operator,
|
|
2900
|
+
.hljs-pattern-match {
|
|
2901
|
+
color: #f92672;
|
|
2902
|
+
}
|
|
2903
|
+
.hljs-function,
|
|
2904
|
+
.hljs-pattern-match .hljs-constructor {
|
|
2905
|
+
color: #61aeee;
|
|
2906
|
+
}
|
|
2907
|
+
.hljs-function .hljs-params {
|
|
2908
|
+
color: #a6e22e;
|
|
2909
|
+
}
|
|
2910
|
+
.hljs-function .hljs-params .hljs-typing {
|
|
2911
|
+
color: #fd971f;
|
|
2912
|
+
}
|
|
2913
|
+
.hljs-module-access .hljs-module {
|
|
2914
|
+
color: #7e57c2;
|
|
2915
|
+
}
|
|
2916
|
+
.hljs-constructor {
|
|
2917
|
+
color: #e2b93d;
|
|
2918
|
+
}
|
|
2919
|
+
.hljs-constructor .hljs-string {
|
|
2920
|
+
color: #9ccc65;
|
|
2921
|
+
}
|
|
2922
|
+
.hljs-comment,
|
|
2923
|
+
.hljs-quote {
|
|
2924
|
+
color: #b18eb1;
|
|
2925
|
+
font-style: italic;
|
|
2926
|
+
}
|
|
2927
|
+
.hljs-doctag,
|
|
2928
|
+
.hljs-formula {
|
|
2929
|
+
color: #c678dd;
|
|
2930
|
+
}
|
|
2931
|
+
.hljs-deletion,
|
|
2932
|
+
.hljs-name,
|
|
2933
|
+
.hljs-section,
|
|
2934
|
+
.hljs-selector-tag,
|
|
2935
|
+
.hljs-subst {
|
|
2936
|
+
color: #e06c75;
|
|
2937
|
+
}
|
|
2938
|
+
.hljs-literal {
|
|
2939
|
+
color: #56b6c2;
|
|
2940
|
+
}
|
|
2941
|
+
.hljs-addition,
|
|
2942
|
+
.hljs-attribute,
|
|
2943
|
+
.hljs-meta .hljs-string,
|
|
2944
|
+
.hljs-regexp,
|
|
2945
|
+
.hljs-string {
|
|
2946
|
+
color: #98c379;
|
|
2947
|
+
}
|
|
2948
|
+
.hljs-built_in,
|
|
2949
|
+
.hljs-class .hljs-title,
|
|
2950
|
+
.hljs-title.class_ {
|
|
2951
|
+
color: #e6c07b;
|
|
2952
|
+
}
|
|
2953
|
+
.hljs-attr,
|
|
2954
|
+
.hljs-number,
|
|
2955
|
+
.hljs-selector-attr,
|
|
2956
|
+
.hljs-selector-class,
|
|
2957
|
+
.hljs-selector-pseudo,
|
|
2958
|
+
.hljs-template-variable,
|
|
2959
|
+
.hljs-type,
|
|
2960
|
+
.hljs-variable {
|
|
2961
|
+
color: #d19a66;
|
|
2962
|
+
}
|
|
2963
|
+
.hljs-bullet,
|
|
2964
|
+
.hljs-link,
|
|
2965
|
+
.hljs-meta,
|
|
2966
|
+
.hljs-selector-id,
|
|
2967
|
+
.hljs-symbol,
|
|
2968
|
+
.hljs-title {
|
|
2969
|
+
color: #61aeee;
|
|
2970
|
+
}
|
|
2971
|
+
.hljs-emphasis {
|
|
2972
|
+
font-style: italic;
|
|
2973
|
+
}
|
|
2974
|
+
.hljs-strong {
|
|
2975
|
+
font-weight: 700;
|
|
2976
|
+
}
|
|
2977
|
+
.hljs-link {
|
|
2978
|
+
text-decoration: underline;
|
|
2979
|
+
}
|
|
2980
|
+
.hljs-comment,
|
|
2981
|
+
.hljs-quote {
|
|
2982
|
+
color: #a0a1a7;
|
|
2983
|
+
font-style: italic;
|
|
2984
|
+
}
|
|
2985
|
+
.hljs-doctag,
|
|
2986
|
+
.hljs-formula,
|
|
2987
|
+
.hljs-keyword {
|
|
2988
|
+
color: #a626a4;
|
|
2989
|
+
}
|
|
2990
|
+
.hljs-deletion,
|
|
2991
|
+
.hljs-name,
|
|
2992
|
+
.hljs-section,
|
|
2993
|
+
.hljs-selector-tag,
|
|
2994
|
+
.hljs-subst {
|
|
2995
|
+
color: #e45649;
|
|
2996
|
+
}
|
|
2997
|
+
.hljs-literal {
|
|
2998
|
+
color: #0184bb;
|
|
2999
|
+
}
|
|
3000
|
+
.hljs-addition,
|
|
3001
|
+
.hljs-attribute,
|
|
3002
|
+
.hljs-meta .hljs-string,
|
|
3003
|
+
.hljs-regexp,
|
|
3004
|
+
.hljs-string {
|
|
3005
|
+
color: #50a14f;
|
|
3006
|
+
}
|
|
3007
|
+
.hljs-attr,
|
|
3008
|
+
.hljs-number,
|
|
3009
|
+
.hljs-selector-attr,
|
|
3010
|
+
.hljs-selector-class,
|
|
3011
|
+
.hljs-selector-pseudo,
|
|
3012
|
+
.hljs-template-variable,
|
|
3013
|
+
.hljs-type,
|
|
3014
|
+
.hljs-variable {
|
|
3015
|
+
color: #986801;
|
|
3016
|
+
}
|
|
3017
|
+
.hljs-bullet,
|
|
3018
|
+
.hljs-link,
|
|
3019
|
+
.hljs-meta,
|
|
3020
|
+
.hljs-selector-id,
|
|
3021
|
+
.hljs-symbol,
|
|
3022
|
+
.hljs-title {
|
|
3023
|
+
color: #4078f2;
|
|
3024
|
+
}
|
|
3025
|
+
.hljs-built_in,
|
|
3026
|
+
.hljs-class .hljs-title,
|
|
3027
|
+
.hljs-title.class_ {
|
|
3028
|
+
color: #c18401;
|
|
3029
|
+
}
|
|
3030
|
+
.hljs-emphasis {
|
|
3031
|
+
font-style: italic;
|
|
3032
|
+
}
|
|
3033
|
+
.hljs-strong {
|
|
3034
|
+
font-weight: 700;
|
|
3035
|
+
}
|
|
3036
|
+
.hljs-link {
|
|
3037
|
+
text-decoration: underline;
|
|
3038
|
+
}
|
|
3960
3039
|
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
3040
|
+
.markdown-body {
|
|
3041
|
+
color-scheme: dark;
|
|
3042
|
+
--color-prettylights-syntax-comment: #8b949e;
|
|
3043
|
+
--color-prettylights-syntax-constant: #79c0ff;
|
|
3044
|
+
--color-prettylights-syntax-entity: #d2a8ff;
|
|
3045
|
+
--color-prettylights-syntax-storage-modifier-import: #c9d1d9;
|
|
3046
|
+
--color-prettylights-syntax-entity-tag: #7ee787;
|
|
3047
|
+
--color-prettylights-syntax-keyword: #ff7b72;
|
|
3048
|
+
--color-prettylights-syntax-string: #a5d6ff;
|
|
3049
|
+
--color-prettylights-syntax-variable: #ffa657;
|
|
3050
|
+
--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
|
|
3051
|
+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
3052
|
+
--color-prettylights-syntax-invalid-illegal-bg: #8e1519;
|
|
3053
|
+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
3054
|
+
--color-prettylights-syntax-carriage-return-bg: #b62324;
|
|
3055
|
+
--color-prettylights-syntax-string-regexp: #7ee787;
|
|
3056
|
+
--color-prettylights-syntax-markup-list: #f2cc60;
|
|
3057
|
+
--color-prettylights-syntax-markup-heading: #1f6feb;
|
|
3058
|
+
--color-prettylights-syntax-markup-italic: #c9d1d9;
|
|
3059
|
+
--color-prettylights-syntax-markup-bold: #c9d1d9;
|
|
3060
|
+
--color-prettylights-syntax-markup-deleted-text: #ffdcd7;
|
|
3061
|
+
--color-prettylights-syntax-markup-deleted-bg: #67060c;
|
|
3062
|
+
--color-prettylights-syntax-markup-inserted-text: #aff5b4;
|
|
3063
|
+
--color-prettylights-syntax-markup-inserted-bg: #033a16;
|
|
3064
|
+
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
|
3065
|
+
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
|
3066
|
+
--color-prettylights-syntax-markup-ignored-text: #c9d1d9;
|
|
3067
|
+
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
|
3068
|
+
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
|
3069
|
+
--color-prettylights-syntax-brackethighlighter-angle: #8b949e;
|
|
3070
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
|
|
3071
|
+
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
|
3072
|
+
--color-fg-default: #c9d1d9;
|
|
3073
|
+
--color-fg-muted: #8b949e;
|
|
3074
|
+
--color-fg-subtle: #6e7681;
|
|
3075
|
+
--color-canvas-default: #0d1117;
|
|
3076
|
+
--color-canvas-subtle: #161b22;
|
|
3077
|
+
--color-border-default: #30363d;
|
|
3078
|
+
--color-border-muted: #21262d;
|
|
3079
|
+
--color-neutral-muted: rgba(110, 118, 129, 0.4);
|
|
3080
|
+
--color-accent-fg: #58a6ff;
|
|
3081
|
+
--color-accent-emphasis: #1f6feb;
|
|
3082
|
+
--color-attention-subtle: rgba(187, 128, 9, 0.15);
|
|
3083
|
+
--color-danger-fg: #f85149;
|
|
3084
|
+
}
|
|
3085
|
+
.markdown-body {
|
|
3086
|
+
color-scheme: light;
|
|
3087
|
+
--color-prettylights-syntax-comment: #6e7781;
|
|
3088
|
+
--color-prettylights-syntax-constant: #0550ae;
|
|
3089
|
+
--color-prettylights-syntax-entity: #8250df;
|
|
3090
|
+
--color-prettylights-syntax-storage-modifier-import: #24292f;
|
|
3091
|
+
--color-prettylights-syntax-entity-tag: #116329;
|
|
3092
|
+
--color-prettylights-syntax-keyword: #cf222e;
|
|
3093
|
+
--color-prettylights-syntax-string: #0a3069;
|
|
3094
|
+
--color-prettylights-syntax-variable: #953800;
|
|
3095
|
+
--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
|
|
3096
|
+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
3097
|
+
--color-prettylights-syntax-invalid-illegal-bg: #82071e;
|
|
3098
|
+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
3099
|
+
--color-prettylights-syntax-carriage-return-bg: #cf222e;
|
|
3100
|
+
--color-prettylights-syntax-string-regexp: #116329;
|
|
3101
|
+
--color-prettylights-syntax-markup-list: #3b2300;
|
|
3102
|
+
--color-prettylights-syntax-markup-heading: #0550ae;
|
|
3103
|
+
--color-prettylights-syntax-markup-italic: #24292f;
|
|
3104
|
+
--color-prettylights-syntax-markup-bold: #24292f;
|
|
3105
|
+
--color-prettylights-syntax-markup-deleted-text: #82071e;
|
|
3106
|
+
--color-prettylights-syntax-markup-deleted-bg: #ffebe9;
|
|
3107
|
+
--color-prettylights-syntax-markup-inserted-text: #116329;
|
|
3108
|
+
--color-prettylights-syntax-markup-inserted-bg: #dafbe1;
|
|
3109
|
+
--color-prettylights-syntax-markup-changed-text: #953800;
|
|
3110
|
+
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
|
3111
|
+
--color-prettylights-syntax-markup-ignored-text: #eaeef2;
|
|
3112
|
+
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
|
|
3113
|
+
--color-prettylights-syntax-meta-diff-range: #8250df;
|
|
3114
|
+
--color-prettylights-syntax-brackethighlighter-angle: #57606a;
|
|
3115
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
|
|
3116
|
+
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
|
|
3117
|
+
--color-fg-default: #24292f;
|
|
3118
|
+
--color-fg-muted: #57606a;
|
|
3119
|
+
--color-fg-subtle: #6e7781;
|
|
3120
|
+
--color-canvas-default: #ffffff;
|
|
3121
|
+
--color-canvas-subtle: #f6f8fa;
|
|
3122
|
+
--color-border-default: #d0d7de;
|
|
3123
|
+
--color-border-muted: hsl(210, 18%, 87%);
|
|
3124
|
+
--color-neutral-muted: rgba(175, 184, 193, 0.2);
|
|
3125
|
+
--color-accent-fg: #0969da;
|
|
3126
|
+
--color-accent-emphasis: #0969da;
|
|
3127
|
+
--color-attention-subtle: #fff8c5;
|
|
3128
|
+
--color-danger-fg: #cf222e;
|
|
3129
|
+
}
|
|
3130
|
+
.markdown-body {
|
|
3131
|
+
-ms-text-size-adjust: 100%;
|
|
3132
|
+
-webkit-text-size-adjust: 100%;
|
|
3133
|
+
margin: 0;
|
|
3134
|
+
color: var(--color-fg-default);
|
|
3135
|
+
background-color: var(--color-canvas-default);
|
|
3136
|
+
font-family:
|
|
3137
|
+
-apple-system,
|
|
3138
|
+
BlinkMacSystemFont,
|
|
3139
|
+
Segoe UI,
|
|
3140
|
+
Noto Sans,
|
|
3141
|
+
Helvetica,
|
|
3142
|
+
Arial,
|
|
3143
|
+
sans-serif,
|
|
3144
|
+
'Apple Color Emoji',
|
|
3145
|
+
'Segoe UI Emoji';
|
|
3146
|
+
font-size: 16px;
|
|
3147
|
+
line-height: 1.5;
|
|
3148
|
+
word-wrap: break-word;
|
|
3149
|
+
}
|
|
3150
|
+
.markdown-body .octicon {
|
|
3151
|
+
display: inline-block;
|
|
3152
|
+
fill: currentColor;
|
|
3153
|
+
vertical-align: text-bottom;
|
|
3154
|
+
}
|
|
3155
|
+
.markdown-body h1:hover .anchor .octicon-link:before,
|
|
3156
|
+
.markdown-body h2:hover .anchor .octicon-link:before,
|
|
3157
|
+
.markdown-body h3:hover .anchor .octicon-link:before,
|
|
3158
|
+
.markdown-body h4:hover .anchor .octicon-link:before,
|
|
3159
|
+
.markdown-body h5:hover .anchor .octicon-link:before,
|
|
3160
|
+
.markdown-body h6:hover .anchor .octicon-link:before {
|
|
3161
|
+
width: 16px;
|
|
3162
|
+
height: 16px;
|
|
3163
|
+
content: ' ';
|
|
3164
|
+
display: inline-block;
|
|
3165
|
+
background-color: currentColor;
|
|
3166
|
+
-webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
|
|
3167
|
+
mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
|
|
3168
|
+
}
|
|
3169
|
+
.markdown-body details,
|
|
3170
|
+
.markdown-body figcaption,
|
|
3171
|
+
.markdown-body figure {
|
|
3172
|
+
display: block;
|
|
3173
|
+
}
|
|
3174
|
+
.markdown-body summary {
|
|
3175
|
+
display: list-item;
|
|
3176
|
+
}
|
|
3177
|
+
.markdown-body [hidden] {
|
|
3178
|
+
display: none !important;
|
|
3179
|
+
}
|
|
3180
|
+
.markdown-body a {
|
|
3181
|
+
background-color: transparent;
|
|
3182
|
+
color: var(--color-accent-fg);
|
|
3183
|
+
text-decoration: none;
|
|
3184
|
+
}
|
|
3185
|
+
.markdown-body abbr[title] {
|
|
3186
|
+
border-bottom: none;
|
|
3187
|
+
-webkit-text-decoration: underline dotted;
|
|
3188
|
+
text-decoration: underline dotted;
|
|
3189
|
+
}
|
|
3190
|
+
.markdown-body b,
|
|
3191
|
+
.markdown-body strong {
|
|
3192
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3193
|
+
}
|
|
3194
|
+
.markdown-body dfn {
|
|
3195
|
+
font-style: italic;
|
|
3196
|
+
}
|
|
3197
|
+
.markdown-body h1 {
|
|
3198
|
+
margin: 0.67em 0;
|
|
3199
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3200
|
+
padding-bottom: 0.3em;
|
|
3201
|
+
font-size: 2em;
|
|
3202
|
+
border-bottom: 1px solid var(--color-border-muted);
|
|
3203
|
+
}
|
|
3204
|
+
.markdown-body mark {
|
|
3205
|
+
background-color: var(--color-attention-subtle);
|
|
3206
|
+
color: var(--color-fg-default);
|
|
3207
|
+
}
|
|
3208
|
+
.markdown-body small {
|
|
3209
|
+
font-size: 90%;
|
|
3210
|
+
}
|
|
3211
|
+
.markdown-body sub,
|
|
3212
|
+
.markdown-body sup {
|
|
3213
|
+
font-size: 75%;
|
|
3214
|
+
line-height: 0;
|
|
3215
|
+
position: relative;
|
|
3216
|
+
vertical-align: baseline;
|
|
3217
|
+
}
|
|
3218
|
+
.markdown-body sub {
|
|
3219
|
+
bottom: -0.25em;
|
|
3220
|
+
}
|
|
3221
|
+
.markdown-body sup {
|
|
3222
|
+
top: -0.5em;
|
|
3223
|
+
}
|
|
3224
|
+
.markdown-body img {
|
|
3225
|
+
border-style: none;
|
|
3226
|
+
max-width: 100%;
|
|
3227
|
+
box-sizing: content-box;
|
|
3228
|
+
background-color: var(--color-canvas-default);
|
|
3229
|
+
}
|
|
3230
|
+
.markdown-body code,
|
|
3231
|
+
.markdown-body kbd,
|
|
3232
|
+
.markdown-body pre,
|
|
3233
|
+
.markdown-body samp {
|
|
3234
|
+
font-family: monospace;
|
|
3235
|
+
font-size: 1em;
|
|
3236
|
+
}
|
|
3237
|
+
.markdown-body figure {
|
|
3238
|
+
margin: 1em 40px;
|
|
3239
|
+
}
|
|
3240
|
+
.markdown-body hr {
|
|
3241
|
+
box-sizing: content-box;
|
|
3242
|
+
overflow: hidden;
|
|
3243
|
+
background: transparent;
|
|
3244
|
+
border-bottom: 1px solid var(--color-border-muted);
|
|
3245
|
+
height: 0.25em;
|
|
3246
|
+
padding: 0;
|
|
3247
|
+
margin: 24px 0;
|
|
3248
|
+
background-color: var(--color-border-default);
|
|
3249
|
+
border: 0;
|
|
3250
|
+
}
|
|
3251
|
+
.markdown-body input {
|
|
3252
|
+
font: inherit;
|
|
3253
|
+
margin: 0;
|
|
3254
|
+
overflow: visible;
|
|
3255
|
+
font-family: inherit;
|
|
3256
|
+
font-size: inherit;
|
|
3257
|
+
line-height: inherit;
|
|
3258
|
+
}
|
|
3259
|
+
.markdown-body [type='button'],
|
|
3260
|
+
.markdown-body [type='reset'],
|
|
3261
|
+
.markdown-body [type='submit'] {
|
|
3262
|
+
-webkit-appearance: button;
|
|
3263
|
+
}
|
|
3264
|
+
.markdown-body [type='checkbox'],
|
|
3265
|
+
.markdown-body [type='radio'] {
|
|
3266
|
+
box-sizing: border-box;
|
|
3267
|
+
padding: 0;
|
|
3268
|
+
}
|
|
3269
|
+
.markdown-body [type='number']::-webkit-inner-spin-button,
|
|
3270
|
+
.markdown-body [type='number']::-webkit-outer-spin-button {
|
|
3271
|
+
height: auto;
|
|
3272
|
+
}
|
|
3273
|
+
.markdown-body [type='search']::-webkit-search-cancel-button,
|
|
3274
|
+
.markdown-body [type='search']::-webkit-search-decoration {
|
|
3275
|
+
-webkit-appearance: none;
|
|
3276
|
+
}
|
|
3277
|
+
.markdown-body ::-webkit-input-placeholder {
|
|
3278
|
+
color: inherit;
|
|
3279
|
+
opacity: 0.54;
|
|
3280
|
+
}
|
|
3281
|
+
.markdown-body ::-webkit-file-upload-button {
|
|
3282
|
+
-webkit-appearance: button;
|
|
3283
|
+
font: inherit;
|
|
3284
|
+
}
|
|
3285
|
+
.markdown-body a:hover {
|
|
3286
|
+
text-decoration: underline;
|
|
3287
|
+
}
|
|
3288
|
+
.markdown-body ::-moz-placeholder {
|
|
3289
|
+
color: var(--color-fg-subtle);
|
|
3290
|
+
opacity: 1;
|
|
3291
|
+
}
|
|
3292
|
+
.markdown-body ::placeholder {
|
|
3293
|
+
color: var(--color-fg-subtle);
|
|
3294
|
+
opacity: 1;
|
|
3295
|
+
}
|
|
3296
|
+
.markdown-body hr:before {
|
|
3297
|
+
display: table;
|
|
3298
|
+
content: '';
|
|
3299
|
+
}
|
|
3300
|
+
.markdown-body hr:after {
|
|
3301
|
+
display: table;
|
|
3302
|
+
clear: both;
|
|
3303
|
+
content: '';
|
|
3304
|
+
}
|
|
3305
|
+
.markdown-body table {
|
|
3306
|
+
border-spacing: 0;
|
|
3307
|
+
border-collapse: collapse;
|
|
3308
|
+
display: block;
|
|
3309
|
+
width: -moz-max-content;
|
|
3310
|
+
width: max-content;
|
|
3311
|
+
max-width: 100%;
|
|
3312
|
+
overflow: auto;
|
|
3313
|
+
}
|
|
3314
|
+
.markdown-body td,
|
|
3315
|
+
.markdown-body th {
|
|
3316
|
+
padding: 0;
|
|
3317
|
+
}
|
|
3318
|
+
.markdown-body details summary {
|
|
3319
|
+
cursor: pointer;
|
|
3320
|
+
}
|
|
3321
|
+
.markdown-body details:not([open]) > *:not(summary) {
|
|
3322
|
+
display: none !important;
|
|
3323
|
+
}
|
|
3324
|
+
.markdown-body a:focus,
|
|
3325
|
+
.markdown-body [role='button']:focus,
|
|
3326
|
+
.markdown-body input[type='radio']:focus,
|
|
3327
|
+
.markdown-body input[type='checkbox']:focus {
|
|
3328
|
+
outline: 2px solid var(--color-accent-fg);
|
|
3329
|
+
outline-offset: -2px;
|
|
3330
|
+
box-shadow: none;
|
|
3331
|
+
}
|
|
3332
|
+
.markdown-body a:focus:not(:focus-visible),
|
|
3333
|
+
.markdown-body [role='button']:focus:not(:focus-visible),
|
|
3334
|
+
.markdown-body input[type='radio']:focus:not(:focus-visible),
|
|
3335
|
+
.markdown-body input[type='checkbox']:focus:not(:focus-visible) {
|
|
3336
|
+
outline: solid 1px transparent;
|
|
3337
|
+
}
|
|
3338
|
+
.markdown-body a:focus-visible,
|
|
3339
|
+
.markdown-body [role='button']:focus-visible,
|
|
3340
|
+
.markdown-body input[type='radio']:focus-visible,
|
|
3341
|
+
.markdown-body input[type='checkbox']:focus-visible {
|
|
3342
|
+
outline: 2px solid var(--color-accent-fg);
|
|
3343
|
+
outline-offset: -2px;
|
|
3344
|
+
box-shadow: none;
|
|
3345
|
+
}
|
|
3346
|
+
.markdown-body a:not([class]):focus,
|
|
3347
|
+
.markdown-body a:not([class]):focus-visible,
|
|
3348
|
+
.markdown-body input[type='radio']:focus,
|
|
3349
|
+
.markdown-body input[type='radio']:focus-visible,
|
|
3350
|
+
.markdown-body input[type='checkbox']:focus,
|
|
3351
|
+
.markdown-body input[type='checkbox']:focus-visible {
|
|
3352
|
+
outline-offset: 0;
|
|
3353
|
+
}
|
|
3354
|
+
.markdown-body kbd {
|
|
3355
|
+
display: inline-block;
|
|
3356
|
+
padding: 3px 5px;
|
|
3357
|
+
font:
|
|
3358
|
+
11px ui-monospace,
|
|
3359
|
+
SFMono-Regular,
|
|
3360
|
+
SF Mono,
|
|
3361
|
+
Menlo,
|
|
3362
|
+
Consolas,
|
|
3363
|
+
Liberation Mono,
|
|
3364
|
+
monospace;
|
|
3365
|
+
line-height: 10px;
|
|
3366
|
+
color: var(--color-fg-default);
|
|
3367
|
+
vertical-align: middle;
|
|
3368
|
+
background-color: var(--color-canvas-subtle);
|
|
3369
|
+
border: solid 1px var(--color-neutral-muted);
|
|
3370
|
+
border-bottom-color: var(--color-neutral-muted);
|
|
3371
|
+
border-radius: 6px;
|
|
3372
|
+
box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
|
|
3373
|
+
}
|
|
3374
|
+
.markdown-body h1,
|
|
3375
|
+
.markdown-body h2,
|
|
3376
|
+
.markdown-body h3,
|
|
3377
|
+
.markdown-body h4,
|
|
3378
|
+
.markdown-body h5,
|
|
3379
|
+
.markdown-body h6 {
|
|
3380
|
+
margin-top: 24px;
|
|
3381
|
+
margin-bottom: 16px;
|
|
3382
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3383
|
+
line-height: 1.25;
|
|
3384
|
+
}
|
|
3385
|
+
.markdown-body h2 {
|
|
3386
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3387
|
+
padding-bottom: 0.3em;
|
|
3388
|
+
font-size: 1.5em;
|
|
3389
|
+
border-bottom: 1px solid var(--color-border-muted);
|
|
3390
|
+
}
|
|
3391
|
+
.markdown-body h3 {
|
|
3392
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3393
|
+
font-size: 1.25em;
|
|
3394
|
+
}
|
|
3395
|
+
.markdown-body h4 {
|
|
3396
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3397
|
+
font-size: 1em;
|
|
3398
|
+
}
|
|
3399
|
+
.markdown-body h5 {
|
|
3400
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3401
|
+
font-size: 0.875em;
|
|
3402
|
+
}
|
|
3403
|
+
.markdown-body h6 {
|
|
3404
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3405
|
+
font-size: 0.85em;
|
|
3406
|
+
color: var(--color-fg-muted);
|
|
3407
|
+
}
|
|
3408
|
+
.markdown-body p {
|
|
3409
|
+
margin-top: 0;
|
|
3410
|
+
margin-bottom: 10px;
|
|
3411
|
+
}
|
|
3412
|
+
.markdown-body blockquote {
|
|
3413
|
+
margin: 0;
|
|
3414
|
+
padding: 0 1em;
|
|
3415
|
+
color: var(--color-fg-muted);
|
|
3416
|
+
border-left: 0.25em solid var(--color-border-default);
|
|
3417
|
+
}
|
|
3418
|
+
.markdown-body ul,
|
|
3419
|
+
.markdown-body ol {
|
|
3420
|
+
margin-top: 0;
|
|
3421
|
+
margin-bottom: 0;
|
|
3422
|
+
padding-left: 2em;
|
|
3423
|
+
}
|
|
3424
|
+
.markdown-body ol ol,
|
|
3425
|
+
.markdown-body ul ol {
|
|
3426
|
+
list-style-type: lower-roman;
|
|
3427
|
+
}
|
|
3428
|
+
.markdown-body ul ul ol,
|
|
3429
|
+
.markdown-body ul ol ol,
|
|
3430
|
+
.markdown-body ol ul ol,
|
|
3431
|
+
.markdown-body ol ol ol {
|
|
3432
|
+
list-style-type: lower-alpha;
|
|
3433
|
+
}
|
|
3434
|
+
.markdown-body dd {
|
|
3435
|
+
margin-left: 0;
|
|
3436
|
+
}
|
|
3437
|
+
.markdown-body tt,
|
|
3438
|
+
.markdown-body code,
|
|
3439
|
+
.markdown-body samp {
|
|
3440
|
+
font-family:
|
|
3441
|
+
ui-monospace,
|
|
3442
|
+
SFMono-Regular,
|
|
3443
|
+
SF Mono,
|
|
3444
|
+
Menlo,
|
|
3445
|
+
Consolas,
|
|
3446
|
+
Liberation Mono,
|
|
3447
|
+
monospace;
|
|
3448
|
+
font-size: 12px;
|
|
3449
|
+
}
|
|
3450
|
+
.markdown-body pre {
|
|
3451
|
+
margin-top: 0;
|
|
3452
|
+
margin-bottom: 0;
|
|
3453
|
+
font-family:
|
|
3454
|
+
ui-monospace,
|
|
3455
|
+
SFMono-Regular,
|
|
3456
|
+
SF Mono,
|
|
3457
|
+
Menlo,
|
|
3458
|
+
Consolas,
|
|
3459
|
+
Liberation Mono,
|
|
3460
|
+
monospace;
|
|
3461
|
+
font-size: 12px;
|
|
3462
|
+
word-wrap: normal;
|
|
3463
|
+
}
|
|
3464
|
+
.markdown-body .octicon {
|
|
3465
|
+
display: inline-block;
|
|
3466
|
+
overflow: visible !important;
|
|
3467
|
+
vertical-align: text-bottom;
|
|
3468
|
+
fill: currentColor;
|
|
3469
|
+
}
|
|
3470
|
+
.markdown-body input::-webkit-outer-spin-button,
|
|
3471
|
+
.markdown-body input::-webkit-inner-spin-button {
|
|
3472
|
+
margin: 0;
|
|
3473
|
+
-webkit-appearance: none;
|
|
3474
|
+
appearance: none;
|
|
3475
|
+
}
|
|
3476
|
+
.markdown-body:before {
|
|
3477
|
+
display: table;
|
|
3478
|
+
content: '';
|
|
3479
|
+
}
|
|
3480
|
+
.markdown-body:after {
|
|
3481
|
+
display: table;
|
|
3482
|
+
clear: both;
|
|
3483
|
+
content: '';
|
|
3484
|
+
}
|
|
3485
|
+
.markdown-body > *:first-child {
|
|
3486
|
+
margin-top: 0 !important;
|
|
3487
|
+
}
|
|
3488
|
+
.markdown-body > *:last-child {
|
|
3489
|
+
margin-bottom: 0 !important;
|
|
3490
|
+
}
|
|
3491
|
+
.markdown-body a:not([href]) {
|
|
3492
|
+
color: inherit;
|
|
3493
|
+
text-decoration: none;
|
|
3494
|
+
}
|
|
3495
|
+
.markdown-body .absent {
|
|
3496
|
+
color: var(--color-danger-fg);
|
|
3497
|
+
}
|
|
3498
|
+
.markdown-body .anchor {
|
|
3499
|
+
float: left;
|
|
3500
|
+
padding-right: 4px;
|
|
3501
|
+
margin-left: -20px;
|
|
3502
|
+
line-height: 1;
|
|
3503
|
+
}
|
|
3504
|
+
.markdown-body .anchor:focus {
|
|
3505
|
+
outline: none;
|
|
3506
|
+
}
|
|
3507
|
+
.markdown-body p,
|
|
3508
|
+
.markdown-body blockquote,
|
|
3509
|
+
.markdown-body ul,
|
|
3510
|
+
.markdown-body ol,
|
|
3511
|
+
.markdown-body dl,
|
|
3512
|
+
.markdown-body table,
|
|
3513
|
+
.markdown-body pre,
|
|
3514
|
+
.markdown-body details {
|
|
3515
|
+
margin-top: 0;
|
|
3516
|
+
margin-bottom: 16px;
|
|
3517
|
+
}
|
|
3518
|
+
.markdown-body blockquote > :first-child {
|
|
3519
|
+
margin-top: 0;
|
|
3520
|
+
}
|
|
3521
|
+
.markdown-body blockquote > :last-child {
|
|
3522
|
+
margin-bottom: 0;
|
|
3523
|
+
}
|
|
3524
|
+
.markdown-body h1 .octicon-link,
|
|
3525
|
+
.markdown-body h2 .octicon-link,
|
|
3526
|
+
.markdown-body h3 .octicon-link,
|
|
3527
|
+
.markdown-body h4 .octicon-link,
|
|
3528
|
+
.markdown-body h5 .octicon-link,
|
|
3529
|
+
.markdown-body h6 .octicon-link {
|
|
3530
|
+
color: var(--color-fg-default);
|
|
3531
|
+
vertical-align: middle;
|
|
3532
|
+
visibility: hidden;
|
|
3533
|
+
}
|
|
3534
|
+
.markdown-body h1:hover .anchor,
|
|
3535
|
+
.markdown-body h2:hover .anchor,
|
|
3536
|
+
.markdown-body h3:hover .anchor,
|
|
3537
|
+
.markdown-body h4:hover .anchor,
|
|
3538
|
+
.markdown-body h5:hover .anchor,
|
|
3539
|
+
.markdown-body h6:hover .anchor {
|
|
3540
|
+
text-decoration: none;
|
|
3541
|
+
}
|
|
3542
|
+
.markdown-body h1:hover .anchor .octicon-link,
|
|
3543
|
+
.markdown-body h2:hover .anchor .octicon-link,
|
|
3544
|
+
.markdown-body h3:hover .anchor .octicon-link,
|
|
3545
|
+
.markdown-body h4:hover .anchor .octicon-link,
|
|
3546
|
+
.markdown-body h5:hover .anchor .octicon-link,
|
|
3547
|
+
.markdown-body h6:hover .anchor .octicon-link {
|
|
3548
|
+
visibility: visible;
|
|
3549
|
+
}
|
|
3550
|
+
.markdown-body h1 tt,
|
|
3551
|
+
.markdown-body h1 code,
|
|
3552
|
+
.markdown-body h2 tt,
|
|
3553
|
+
.markdown-body h2 code,
|
|
3554
|
+
.markdown-body h3 tt,
|
|
3555
|
+
.markdown-body h3 code,
|
|
3556
|
+
.markdown-body h4 tt,
|
|
3557
|
+
.markdown-body h4 code,
|
|
3558
|
+
.markdown-body h5 tt,
|
|
3559
|
+
.markdown-body h5 code,
|
|
3560
|
+
.markdown-body h6 tt,
|
|
3561
|
+
.markdown-body h6 code {
|
|
3562
|
+
padding: 0 0.2em;
|
|
3563
|
+
font-size: inherit;
|
|
3564
|
+
}
|
|
3565
|
+
.markdown-body summary h1,
|
|
3566
|
+
.markdown-body summary h2,
|
|
3567
|
+
.markdown-body summary h3,
|
|
3568
|
+
.markdown-body summary h4,
|
|
3569
|
+
.markdown-body summary h5,
|
|
3570
|
+
.markdown-body summary h6 {
|
|
3571
|
+
display: inline-block;
|
|
3572
|
+
}
|
|
3573
|
+
.markdown-body summary h1 .anchor,
|
|
3574
|
+
.markdown-body summary h2 .anchor,
|
|
3575
|
+
.markdown-body summary h3 .anchor,
|
|
3576
|
+
.markdown-body summary h4 .anchor,
|
|
3577
|
+
.markdown-body summary h5 .anchor,
|
|
3578
|
+
.markdown-body summary h6 .anchor {
|
|
3579
|
+
margin-left: -40px;
|
|
3580
|
+
}
|
|
3581
|
+
.markdown-body summary h1,
|
|
3582
|
+
.markdown-body summary h2 {
|
|
3583
|
+
padding-bottom: 0;
|
|
3584
|
+
border-bottom: 0;
|
|
3585
|
+
}
|
|
3586
|
+
.markdown-body ul.no-list,
|
|
3587
|
+
.markdown-body ol.no-list {
|
|
3588
|
+
padding: 0;
|
|
3589
|
+
list-style-type: none;
|
|
3590
|
+
}
|
|
3591
|
+
.markdown-body ol[type='a'] {
|
|
3592
|
+
list-style-type: lower-alpha;
|
|
3593
|
+
}
|
|
3594
|
+
.markdown-body ol[type='A'] {
|
|
3595
|
+
list-style-type: upper-alpha;
|
|
3596
|
+
}
|
|
3597
|
+
.markdown-body ol[type='i'] {
|
|
3598
|
+
list-style-type: lower-roman;
|
|
3599
|
+
}
|
|
3600
|
+
.markdown-body ol[type='I'] {
|
|
3601
|
+
list-style-type: upper-roman;
|
|
3602
|
+
}
|
|
3603
|
+
.markdown-body ol[type='1'] {
|
|
3604
|
+
list-style-type: decimal;
|
|
3605
|
+
}
|
|
3606
|
+
.markdown-body div > ol:not([type]) {
|
|
3607
|
+
list-style-type: decimal;
|
|
3608
|
+
}
|
|
3609
|
+
.markdown-body ul ul,
|
|
3610
|
+
.markdown-body ul ol,
|
|
3611
|
+
.markdown-body ol ol,
|
|
3612
|
+
.markdown-body ol ul {
|
|
3613
|
+
margin-top: 0;
|
|
3614
|
+
margin-bottom: 0;
|
|
3615
|
+
}
|
|
3616
|
+
.markdown-body li > p {
|
|
3617
|
+
margin-top: 16px;
|
|
3618
|
+
}
|
|
3619
|
+
.markdown-body li + li {
|
|
3620
|
+
margin-top: 0.25em;
|
|
3621
|
+
}
|
|
3622
|
+
.markdown-body dl {
|
|
3623
|
+
padding: 0;
|
|
3624
|
+
}
|
|
3625
|
+
.markdown-body dl dt {
|
|
3626
|
+
padding: 0;
|
|
3627
|
+
margin-top: 16px;
|
|
3628
|
+
font-size: 1em;
|
|
3629
|
+
font-style: italic;
|
|
3630
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3631
|
+
}
|
|
3632
|
+
.markdown-body dl dd {
|
|
3633
|
+
padding: 0 16px;
|
|
3634
|
+
margin-bottom: 16px;
|
|
3635
|
+
}
|
|
3636
|
+
.markdown-body table th {
|
|
3637
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3638
|
+
}
|
|
3639
|
+
.markdown-body table th,
|
|
3640
|
+
.markdown-body table td {
|
|
3641
|
+
padding: 6px 13px;
|
|
3642
|
+
border: 1px solid var(--color-border-default);
|
|
3643
|
+
}
|
|
3644
|
+
.markdown-body table tr {
|
|
3645
|
+
background-color: var(--color-canvas-default);
|
|
3646
|
+
border-top: 1px solid var(--color-border-muted);
|
|
3647
|
+
}
|
|
3648
|
+
.markdown-body table tr:nth-child(2n) {
|
|
3649
|
+
background-color: var(--color-canvas-subtle);
|
|
3650
|
+
}
|
|
3651
|
+
.markdown-body table img {
|
|
3652
|
+
background-color: transparent;
|
|
3653
|
+
}
|
|
3654
|
+
.markdown-body img[align='right'] {
|
|
3655
|
+
padding-left: 20px;
|
|
3656
|
+
}
|
|
3657
|
+
.markdown-body img[align='left'] {
|
|
3658
|
+
padding-right: 20px;
|
|
3659
|
+
}
|
|
3660
|
+
.markdown-body .emoji {
|
|
3661
|
+
max-width: none;
|
|
3662
|
+
vertical-align: text-top;
|
|
3663
|
+
background-color: transparent;
|
|
3664
|
+
}
|
|
3665
|
+
.markdown-body span.frame {
|
|
3666
|
+
display: block;
|
|
3667
|
+
overflow: hidden;
|
|
3668
|
+
}
|
|
3669
|
+
.markdown-body span.frame > span {
|
|
3670
|
+
display: block;
|
|
3671
|
+
float: left;
|
|
3672
|
+
width: auto;
|
|
3673
|
+
padding: 7px;
|
|
3674
|
+
margin: 13px 0 0;
|
|
3675
|
+
overflow: hidden;
|
|
3676
|
+
border: 1px solid var(--color-border-default);
|
|
3677
|
+
}
|
|
3678
|
+
.markdown-body span.frame span img {
|
|
3679
|
+
display: block;
|
|
3680
|
+
float: left;
|
|
3681
|
+
}
|
|
3682
|
+
.markdown-body span.frame span span {
|
|
3683
|
+
display: block;
|
|
3684
|
+
padding: 5px 0 0;
|
|
3685
|
+
clear: both;
|
|
3686
|
+
color: var(--color-fg-default);
|
|
3687
|
+
}
|
|
3688
|
+
.markdown-body span.align-center {
|
|
3689
|
+
display: block;
|
|
3690
|
+
overflow: hidden;
|
|
3691
|
+
clear: both;
|
|
3692
|
+
}
|
|
3693
|
+
.markdown-body span.align-center > span {
|
|
3694
|
+
display: block;
|
|
3695
|
+
margin: 13px auto 0;
|
|
3696
|
+
overflow: hidden;
|
|
3697
|
+
text-align: center;
|
|
3698
|
+
}
|
|
3699
|
+
.markdown-body span.align-center span img {
|
|
3700
|
+
margin: 0 auto;
|
|
3701
|
+
text-align: center;
|
|
3702
|
+
}
|
|
3703
|
+
.markdown-body span.align-right {
|
|
3704
|
+
display: block;
|
|
3705
|
+
overflow: hidden;
|
|
3706
|
+
clear: both;
|
|
3707
|
+
}
|
|
3708
|
+
.markdown-body span.align-right > span {
|
|
3709
|
+
display: block;
|
|
3710
|
+
margin: 13px 0 0;
|
|
3711
|
+
overflow: hidden;
|
|
3712
|
+
text-align: right;
|
|
3713
|
+
}
|
|
3714
|
+
.markdown-body span.align-right span img {
|
|
3715
|
+
margin: 0;
|
|
3716
|
+
text-align: right;
|
|
3717
|
+
}
|
|
3718
|
+
.markdown-body span.float-left {
|
|
3719
|
+
display: block;
|
|
3720
|
+
float: left;
|
|
3721
|
+
margin-right: 13px;
|
|
3722
|
+
overflow: hidden;
|
|
3723
|
+
}
|
|
3724
|
+
.markdown-body span.float-left span {
|
|
3725
|
+
margin: 13px 0 0;
|
|
3726
|
+
}
|
|
3727
|
+
.markdown-body span.float-right {
|
|
3728
|
+
display: block;
|
|
3729
|
+
float: right;
|
|
3730
|
+
margin-left: 13px;
|
|
3731
|
+
overflow: hidden;
|
|
3732
|
+
}
|
|
3733
|
+
.markdown-body span.float-right > span {
|
|
3734
|
+
display: block;
|
|
3735
|
+
margin: 13px auto 0;
|
|
3736
|
+
overflow: hidden;
|
|
3737
|
+
text-align: right;
|
|
3738
|
+
}
|
|
3739
|
+
.markdown-body code,
|
|
3740
|
+
.markdown-body tt {
|
|
3741
|
+
padding: 0.2em 0.4em;
|
|
3742
|
+
margin: 0;
|
|
3743
|
+
font-size: 85%;
|
|
3744
|
+
white-space: break-spaces;
|
|
3745
|
+
background-color: var(--color-neutral-muted);
|
|
3746
|
+
border-radius: 6px;
|
|
3747
|
+
}
|
|
3748
|
+
.markdown-body code br,
|
|
3749
|
+
.markdown-body tt br {
|
|
3750
|
+
display: none;
|
|
3751
|
+
}
|
|
3752
|
+
.markdown-body del code {
|
|
3753
|
+
text-decoration: inherit;
|
|
3754
|
+
}
|
|
3755
|
+
.markdown-body samp {
|
|
3756
|
+
font-size: 85%;
|
|
3757
|
+
}
|
|
3758
|
+
.markdown-body pre code {
|
|
3759
|
+
font-size: 100%;
|
|
3760
|
+
}
|
|
3761
|
+
.markdown-body pre > code {
|
|
3762
|
+
padding: 0;
|
|
3763
|
+
margin: 0;
|
|
3764
|
+
word-break: normal;
|
|
3765
|
+
white-space: pre;
|
|
3766
|
+
background: transparent;
|
|
3767
|
+
border: 0;
|
|
3768
|
+
}
|
|
3769
|
+
.markdown-body .highlight {
|
|
3770
|
+
margin-bottom: 16px;
|
|
3771
|
+
}
|
|
3772
|
+
.markdown-body .highlight pre {
|
|
3773
|
+
margin-bottom: 0;
|
|
3774
|
+
word-break: normal;
|
|
3775
|
+
}
|
|
3776
|
+
.markdown-body .highlight pre,
|
|
3777
|
+
.markdown-body pre {
|
|
3778
|
+
padding: 16px;
|
|
3779
|
+
overflow: auto;
|
|
3780
|
+
font-size: 85%;
|
|
3781
|
+
line-height: 1.45;
|
|
3782
|
+
background-color: var(--color-canvas-subtle);
|
|
3783
|
+
border-radius: 6px;
|
|
3784
|
+
}
|
|
3785
|
+
.markdown-body pre code,
|
|
3786
|
+
.markdown-body pre tt {
|
|
3787
|
+
display: inline;
|
|
3788
|
+
max-width: auto;
|
|
3789
|
+
padding: 0;
|
|
3790
|
+
margin: 0;
|
|
3791
|
+
overflow: visible;
|
|
3792
|
+
line-height: inherit;
|
|
3793
|
+
word-wrap: normal;
|
|
3794
|
+
background-color: transparent;
|
|
3795
|
+
border: 0;
|
|
3796
|
+
}
|
|
3797
|
+
.markdown-body .csv-data td,
|
|
3798
|
+
.markdown-body .csv-data th {
|
|
3799
|
+
padding: 5px;
|
|
3800
|
+
overflow: hidden;
|
|
3801
|
+
font-size: 12px;
|
|
3802
|
+
line-height: 1;
|
|
3803
|
+
text-align: left;
|
|
3804
|
+
white-space: nowrap;
|
|
3805
|
+
}
|
|
3806
|
+
.markdown-body .csv-data .blob-num {
|
|
3807
|
+
padding: 10px 8px 9px;
|
|
3808
|
+
text-align: right;
|
|
3809
|
+
background: var(--color-canvas-default);
|
|
3810
|
+
border: 0;
|
|
3811
|
+
}
|
|
3812
|
+
.markdown-body .csv-data tr {
|
|
3813
|
+
border-top: 0;
|
|
3814
|
+
}
|
|
3815
|
+
.markdown-body .csv-data th {
|
|
3816
|
+
font-weight: var(--base-text-weight-semibold, 600);
|
|
3817
|
+
background: var(--color-canvas-subtle);
|
|
3818
|
+
border-top: 0;
|
|
3819
|
+
}
|
|
3820
|
+
.markdown-body [data-footnote-ref]:before {
|
|
3821
|
+
content: '[';
|
|
3822
|
+
}
|
|
3823
|
+
.markdown-body [data-footnote-ref]:after {
|
|
3824
|
+
content: ']';
|
|
3825
|
+
}
|
|
3826
|
+
.markdown-body .footnotes {
|
|
3827
|
+
font-size: 12px;
|
|
3828
|
+
color: var(--color-fg-muted);
|
|
3829
|
+
border-top: 1px solid var(--color-border-default);
|
|
3830
|
+
}
|
|
3831
|
+
.markdown-body .footnotes ol {
|
|
3832
|
+
padding-left: 16px;
|
|
3833
|
+
}
|
|
3834
|
+
.markdown-body .footnotes ol ul {
|
|
3835
|
+
display: inline-block;
|
|
3836
|
+
padding-left: 16px;
|
|
3837
|
+
margin-top: 16px;
|
|
3838
|
+
}
|
|
3839
|
+
.markdown-body .footnotes li {
|
|
3840
|
+
position: relative;
|
|
3841
|
+
}
|
|
3842
|
+
.markdown-body .footnotes li:target:before {
|
|
3843
|
+
position: absolute;
|
|
3844
|
+
top: -8px;
|
|
3845
|
+
right: -8px;
|
|
3846
|
+
bottom: -8px;
|
|
3847
|
+
left: -24px;
|
|
3848
|
+
pointer-events: none;
|
|
3849
|
+
content: '';
|
|
3850
|
+
border: 2px solid var(--color-accent-emphasis);
|
|
3851
|
+
border-radius: 6px;
|
|
3852
|
+
}
|
|
3853
|
+
.markdown-body .footnotes li:target {
|
|
3854
|
+
color: var(--color-fg-default);
|
|
3855
|
+
}
|
|
3856
|
+
.markdown-body .footnotes .data-footnote-backref g-emoji {
|
|
3857
|
+
font-family: monospace;
|
|
3858
|
+
}
|
|
3859
|
+
.markdown-body .pl-c {
|
|
3860
|
+
color: var(--color-prettylights-syntax-comment);
|
|
3861
|
+
}
|
|
3862
|
+
.markdown-body .pl-c1,
|
|
3863
|
+
.markdown-body .pl-s .pl-v {
|
|
3864
|
+
color: var(--color-prettylights-syntax-constant);
|
|
3865
|
+
}
|
|
3866
|
+
.markdown-body .pl-e,
|
|
3867
|
+
.markdown-body .pl-en {
|
|
3868
|
+
color: var(--color-prettylights-syntax-entity);
|
|
3869
|
+
}
|
|
3870
|
+
.markdown-body .pl-smi,
|
|
3871
|
+
.markdown-body .pl-s .pl-s1 {
|
|
3872
|
+
color: var(--color-prettylights-syntax-storage-modifier-import);
|
|
3873
|
+
}
|
|
3874
|
+
.markdown-body .pl-ent {
|
|
3875
|
+
color: var(--color-prettylights-syntax-entity-tag);
|
|
3876
|
+
}
|
|
3877
|
+
.markdown-body .pl-k {
|
|
3878
|
+
color: var(--color-prettylights-syntax-keyword);
|
|
3879
|
+
}
|
|
3880
|
+
.markdown-body .pl-s,
|
|
3881
|
+
.markdown-body .pl-pds,
|
|
3882
|
+
.markdown-body .pl-s .pl-pse .pl-s1,
|
|
3883
|
+
.markdown-body .pl-sr,
|
|
3884
|
+
.markdown-body .pl-sr .pl-cce,
|
|
3885
|
+
.markdown-body .pl-sr .pl-sre,
|
|
3886
|
+
.markdown-body .pl-sr .pl-sra {
|
|
3887
|
+
color: var(--color-prettylights-syntax-string);
|
|
3888
|
+
}
|
|
3889
|
+
.markdown-body .pl-v,
|
|
3890
|
+
.markdown-body .pl-smw {
|
|
3891
|
+
color: var(--color-prettylights-syntax-variable);
|
|
3892
|
+
}
|
|
3893
|
+
.markdown-body .pl-bu {
|
|
3894
|
+
color: var(--color-prettylights-syntax-brackethighlighter-unmatched);
|
|
3895
|
+
}
|
|
3896
|
+
.markdown-body .pl-ii {
|
|
3897
|
+
color: var(--color-prettylights-syntax-invalid-illegal-text);
|
|
3898
|
+
background-color: var(--color-prettylights-syntax-invalid-illegal-bg);
|
|
3899
|
+
}
|
|
3900
|
+
.markdown-body .pl-c2 {
|
|
3901
|
+
color: var(--color-prettylights-syntax-carriage-return-text);
|
|
3902
|
+
background-color: var(--color-prettylights-syntax-carriage-return-bg);
|
|
3903
|
+
}
|
|
3904
|
+
.markdown-body .pl-sr .pl-cce {
|
|
3905
|
+
font-weight: 700;
|
|
3906
|
+
color: var(--color-prettylights-syntax-string-regexp);
|
|
3907
|
+
}
|
|
3908
|
+
.markdown-body .pl-ml {
|
|
3909
|
+
color: var(--color-prettylights-syntax-markup-list);
|
|
3910
|
+
}
|
|
3911
|
+
.markdown-body .pl-mh,
|
|
3912
|
+
.markdown-body .pl-mh .pl-en,
|
|
3913
|
+
.markdown-body .pl-ms {
|
|
3914
|
+
font-weight: 700;
|
|
3915
|
+
color: var(--color-prettylights-syntax-markup-heading);
|
|
3916
|
+
}
|
|
3917
|
+
.markdown-body .pl-mi {
|
|
3918
|
+
font-style: italic;
|
|
3919
|
+
color: var(--color-prettylights-syntax-markup-italic);
|
|
3920
|
+
}
|
|
3921
|
+
.markdown-body .pl-mb {
|
|
3922
|
+
font-weight: 700;
|
|
3923
|
+
color: var(--color-prettylights-syntax-markup-bold);
|
|
3924
|
+
}
|
|
3925
|
+
.markdown-body .pl-md {
|
|
3926
|
+
color: var(--color-prettylights-syntax-markup-deleted-text);
|
|
3927
|
+
background-color: var(--color-prettylights-syntax-markup-deleted-bg);
|
|
3928
|
+
}
|
|
3929
|
+
.markdown-body .pl-mi1 {
|
|
3930
|
+
color: var(--color-prettylights-syntax-markup-inserted-text);
|
|
3931
|
+
background-color: var(--color-prettylights-syntax-markup-inserted-bg);
|
|
3932
|
+
}
|
|
3933
|
+
.markdown-body .pl-mc {
|
|
3934
|
+
color: var(--color-prettylights-syntax-markup-changed-text);
|
|
3935
|
+
background-color: var(--color-prettylights-syntax-markup-changed-bg);
|
|
3936
|
+
}
|
|
3937
|
+
.markdown-body .pl-mi2 {
|
|
3938
|
+
color: var(--color-prettylights-syntax-markup-ignored-text);
|
|
3939
|
+
background-color: var(--color-prettylights-syntax-markup-ignored-bg);
|
|
3940
|
+
}
|
|
3941
|
+
.markdown-body .pl-mdr {
|
|
3942
|
+
font-weight: 700;
|
|
3943
|
+
color: var(--color-prettylights-syntax-meta-diff-range);
|
|
3944
|
+
}
|
|
3945
|
+
.markdown-body .pl-ba {
|
|
3946
|
+
color: var(--color-prettylights-syntax-brackethighlighter-angle);
|
|
3947
|
+
}
|
|
3948
|
+
.markdown-body .pl-sg {
|
|
3949
|
+
color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
|
|
3950
|
+
}
|
|
3951
|
+
.markdown-body .pl-corl {
|
|
3952
|
+
text-decoration: underline;
|
|
3953
|
+
color: var(--color-prettylights-syntax-constant-other-reference-link);
|
|
3954
|
+
}
|
|
3955
|
+
.markdown-body g-emoji {
|
|
3956
|
+
display: inline-block;
|
|
3957
|
+
min-width: 1ch;
|
|
3958
|
+
font-family:
|
|
3959
|
+
'Apple Color Emoji',
|
|
3960
|
+
'Segoe UI Emoji',
|
|
3961
|
+
Segoe UI Symbol;
|
|
3962
|
+
font-size: 1em;
|
|
3963
|
+
font-style: normal !important;
|
|
3964
|
+
font-weight: var(--base-text-weight-normal, 400);
|
|
3965
|
+
line-height: 1;
|
|
3966
|
+
vertical-align: -0.075em;
|
|
3967
|
+
}
|
|
3968
|
+
.markdown-body g-emoji img {
|
|
3969
|
+
width: 1em;
|
|
3970
|
+
height: 1em;
|
|
3971
|
+
}
|
|
3972
|
+
.markdown-body .task-list-item {
|
|
3973
|
+
list-style-type: none;
|
|
3974
|
+
}
|
|
3975
|
+
.markdown-body .task-list-item label {
|
|
3976
|
+
font-weight: var(--base-text-weight-normal, 400);
|
|
3977
|
+
}
|
|
3978
|
+
.markdown-body .task-list-item.enabled label {
|
|
3979
|
+
cursor: pointer;
|
|
3980
|
+
}
|
|
3981
|
+
.markdown-body .task-list-item + .task-list-item {
|
|
3982
|
+
margin-top: 4px;
|
|
3983
|
+
}
|
|
3984
|
+
.markdown-body .task-list-item .handle {
|
|
3985
|
+
display: none;
|
|
3986
|
+
}
|
|
3987
|
+
.markdown-body .task-list-item-checkbox {
|
|
3988
|
+
margin: 0 0.2em 0.25em -1.4em;
|
|
3989
|
+
vertical-align: middle;
|
|
3990
|
+
}
|
|
3991
|
+
.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
|
|
3992
|
+
margin: 0 -1.6em 0.25em 0.2em;
|
|
3993
|
+
}
|
|
3994
|
+
.markdown-body .contains-task-list {
|
|
3995
|
+
position: relative;
|
|
3996
|
+
}
|
|
3997
|
+
.markdown-body .contains-task-list:hover .task-list-item-convert-container,
|
|
3998
|
+
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
|
|
3999
|
+
display: block;
|
|
4000
|
+
width: auto;
|
|
4001
|
+
height: 24px;
|
|
4002
|
+
overflow: visible;
|
|
4003
|
+
clip: auto;
|
|
4004
|
+
}
|
|
4005
|
+
.markdown-body ::-webkit-calendar-picker-indicator {
|
|
4006
|
+
filter: invert(50%);
|
|
4007
|
+
}
|
|
4008
|
+
|
|
4009
|
+
.markdown-body {
|
|
4010
|
+
background-color: transparent;
|
|
4011
|
+
font-size: 14px;
|
|
4012
|
+
}
|
|
4013
|
+
.markdown-body p {
|
|
4014
|
+
white-space: pre-wrap;
|
|
4015
|
+
}
|
|
4016
|
+
.markdown-body ol {
|
|
4017
|
+
list-style-type: decimal;
|
|
4018
|
+
}
|
|
4019
|
+
.markdown-body ul {
|
|
4020
|
+
list-style-type: disc;
|
|
4021
|
+
}
|
|
4022
|
+
.markdown-body pre code {
|
|
4023
|
+
line-height: 1.65;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
.markdown-body pre tt {
|
|
4027
|
+
line-height: 1.65;
|
|
4028
|
+
}
|
|
4029
|
+
.markdown-body .highlight pre,
|
|
4030
|
+
.markdown-body pre {
|
|
4031
|
+
background-color: #fff;
|
|
4032
|
+
}
|
|
4033
|
+
.markdown-body code.hljs {
|
|
4034
|
+
padding: 0;
|
|
4035
|
+
}
|
|
4036
|
+
.markdown-body .code-block-wrapper {
|
|
4037
|
+
position: relative;
|
|
4038
|
+
max-width: 300px;
|
|
4039
|
+
margin-top: 10px;
|
|
4040
|
+
padding: 4px 4px 4px 4px;
|
|
4041
|
+
}
|
|
4042
|
+
.markdown-body .code-block-header {
|
|
4043
|
+
/*
|
|
4044
|
+
position: absolute;
|
|
4045
|
+
top: 5px;
|
|
4046
|
+
left: 0;
|
|
4047
|
+
padding: 0 1rem;
|
|
4048
|
+
*/
|
|
4049
|
+
margin-bottom: 4px;
|
|
4050
|
+
display: flex;
|
|
4051
|
+
justify-content: flex-start;
|
|
4052
|
+
align-items: center;
|
|
4053
|
+
color: #b3b3b3;
|
|
4054
|
+
}
|
|
4055
|
+
.markdown-body .code-block-header__copy {
|
|
4056
|
+
cursor: pointer;
|
|
4057
|
+
margin-left: 0.5rem;
|
|
4058
|
+
-webkit-user-select: none;
|
|
4059
|
+
-moz-user-select: none;
|
|
4060
|
+
user-select: none;
|
|
4061
|
+
}
|
|
4062
|
+
.markdown-body .code-block-header__copy:hover {
|
|
4063
|
+
color: #65a665;
|
|
4064
|
+
}
|
|
4065
|
+
.message-reply .whitespace-pre-wrap {
|
|
4066
|
+
white-space: pre-wrap;
|
|
4067
|
+
color: var(--n-text-color);
|
|
4068
|
+
}
|
|
4069
|
+
`, Dc = U`
|
|
4019
4070
|
${ue}
|
|
4020
|
-
${
|
|
4071
|
+
${Rc}
|
|
4021
4072
|
|
|
4022
4073
|
.cb-message-row {
|
|
4023
4074
|
width: 100%;
|
|
@@ -4187,26 +4238,36 @@ const zc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><g fill="curr
|
|
|
4187
4238
|
font-size: 1em;
|
|
4188
4239
|
}
|
|
4189
4240
|
`;
|
|
4190
|
-
function
|
|
4191
|
-
|
|
4241
|
+
function qt(a, t) {
|
|
4242
|
+
return `<pre class="code-block-wrapper"><div class="code-block-header"><span class="code-block-header__lang">${t}</span><span class="code-block-header__copy">Copy</span></div><code class="hljs code-block-body ${t}">${a}</code></pre>`;
|
|
4243
|
+
}
|
|
4244
|
+
function Vc() {
|
|
4245
|
+
const a = new Ia({
|
|
4192
4246
|
html: !0,
|
|
4193
4247
|
breaks: !0,
|
|
4194
|
-
linkify: !0
|
|
4248
|
+
linkify: !0,
|
|
4249
|
+
highlight(t, c) {
|
|
4250
|
+
if (!!(c && ut.getLanguage(c))) {
|
|
4251
|
+
const n = c ?? "";
|
|
4252
|
+
return qt(ut.highlight(t, { language: n }).value, n);
|
|
4253
|
+
}
|
|
4254
|
+
return qt(ut.highlightAuto(t).value, "");
|
|
4255
|
+
}
|
|
4195
4256
|
});
|
|
4196
|
-
return a.use(
|
|
4257
|
+
return a.use(La, { attrs: { target: "_blank", rel: "noopener" } }), a;
|
|
4197
4258
|
}
|
|
4198
|
-
async function
|
|
4199
|
-
const c =
|
|
4259
|
+
async function Rt(a) {
|
|
4260
|
+
const c = Vc().render(a);
|
|
4200
4261
|
return w`${ke(c)}`;
|
|
4201
4262
|
}
|
|
4202
|
-
var
|
|
4203
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
4263
|
+
var Fc = Object.defineProperty, Nc = Object.getOwnPropertyDescriptor, Ve = (a, t, c, i) => {
|
|
4264
|
+
for (var n = i > 1 ? void 0 : i ? Nc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
4204
4265
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
4205
|
-
return i && n &&
|
|
4266
|
+
return i && n && Fc(t, c, n), n;
|
|
4206
4267
|
};
|
|
4207
4268
|
let $e = class extends Q {
|
|
4208
4269
|
constructor() {
|
|
4209
|
-
super(...arguments), this.type = "assistant", this.lightbox =
|
|
4270
|
+
super(...arguments), this.type = "assistant", this.lightbox = wc({
|
|
4210
4271
|
touchNavigation: !0,
|
|
4211
4272
|
loop: !0,
|
|
4212
4273
|
autoplayVideos: !0,
|
|
@@ -4272,7 +4333,7 @@ let $e = class extends Q {
|
|
|
4272
4333
|
a.addEventListener("click", () => {
|
|
4273
4334
|
var c, i;
|
|
4274
4335
|
const t = (i = (c = a.parentElement) == null ? void 0 : c.nextElementSibling) == null ? void 0 : i.textContent;
|
|
4275
|
-
t &&
|
|
4336
|
+
t && Na(t).then(() => {
|
|
4276
4337
|
a.textContent = "Success", setTimeout(() => {
|
|
4277
4338
|
a.textContent = "Copy";
|
|
4278
4339
|
}, 500);
|
|
@@ -4306,7 +4367,7 @@ let $e = class extends Q {
|
|
|
4306
4367
|
return w`<div class="cb-message__buttons ${a}">
|
|
4307
4368
|
<!-- delete button -->
|
|
4308
4369
|
<sl-button class="cb-message__delete-button" name="trash" @click=${this._removeMessageHandler} circle variant="text" size="small">
|
|
4309
|
-
<cb-icon svg="${
|
|
4370
|
+
<cb-icon svg="${Bc}" style="font-size: 1em !important;"></cb-icon>
|
|
4310
4371
|
</sl-button>
|
|
4311
4372
|
</div>`;
|
|
4312
4373
|
}
|
|
@@ -4324,7 +4385,7 @@ let $e = class extends Q {
|
|
|
4324
4385
|
`;
|
|
4325
4386
|
}
|
|
4326
4387
|
async _getMessageText(a) {
|
|
4327
|
-
return
|
|
4388
|
+
return Rt(a.data.text);
|
|
4328
4389
|
}
|
|
4329
4390
|
renderMessageContent(a) {
|
|
4330
4391
|
var t;
|
|
@@ -4334,7 +4395,7 @@ let $e = class extends Q {
|
|
|
4334
4395
|
() => w`<div style="font-size: 12px; color:#9ca3af">${a.data.userName}</div>`,
|
|
4335
4396
|
() => null
|
|
4336
4397
|
)}
|
|
4337
|
-
${
|
|
4398
|
+
${Ht(
|
|
4338
4399
|
this._getMessageText(a).then((c) => w`${c}`)
|
|
4339
4400
|
)}
|
|
4340
4401
|
</div>` : a.type === "file" ? w`${Je(
|
|
@@ -4342,8 +4403,8 @@ let $e = class extends Q {
|
|
|
4342
4403
|
(c) => c.id,
|
|
4343
4404
|
(c) => w`<cb-file filename="${c.name}" url="${c.url}"></cb-file>`
|
|
4344
4405
|
)}` : w`<div class="cb-message-text">
|
|
4345
|
-
${
|
|
4346
|
-
|
|
4406
|
+
${Ht(
|
|
4407
|
+
Rt(((t = a.data.text) == null ? void 0 : t.toString()) || "").then((c) => w`${c}`)
|
|
4347
4408
|
)}
|
|
4348
4409
|
</div>`;
|
|
4349
4410
|
}
|
|
@@ -4367,7 +4428,7 @@ let $e = class extends Q {
|
|
|
4367
4428
|
return w`
|
|
4368
4429
|
<div class="cb-message" part="cb-message" style="display: flex; justify-content: end;align-items: start;">
|
|
4369
4430
|
<!--<sl-avatar class="avatar user-avatar small" label="User">
|
|
4370
|
-
<cb-icon slot="icon" svg="${
|
|
4431
|
+
<cb-icon slot="icon" svg="${qc}" color="white"></cb-icon>
|
|
4371
4432
|
</sl-avatar>-->
|
|
4372
4433
|
<div class="avatar user-avatar">${ke(x.setting.userIconSvg)}</div>
|
|
4373
4434
|
${this.renderMessage(a)}
|
|
@@ -4375,7 +4436,7 @@ let $e = class extends Q {
|
|
|
4375
4436
|
`;
|
|
4376
4437
|
}
|
|
4377
4438
|
};
|
|
4378
|
-
$e.styles =
|
|
4439
|
+
$e.styles = Dc;
|
|
4379
4440
|
Ve([
|
|
4380
4441
|
k({ type: Object })
|
|
4381
4442
|
], $e.prototype, "message", 2);
|
|
@@ -4383,18 +4444,18 @@ Ve([
|
|
|
4383
4444
|
k({ type: String })
|
|
4384
4445
|
], $e.prototype, "type", 2);
|
|
4385
4446
|
Ve([
|
|
4386
|
-
|
|
4447
|
+
Wt(".code-block-header__copy")
|
|
4387
4448
|
], $e.prototype, "copyBtns", 2);
|
|
4388
4449
|
Ve([
|
|
4389
|
-
|
|
4450
|
+
Wt("img")
|
|
4390
4451
|
], $e.prototype, "glightboxImages", 2);
|
|
4391
4452
|
$e = Ve([
|
|
4392
4453
|
Y("cb-message")
|
|
4393
4454
|
], $e);
|
|
4394
|
-
var
|
|
4395
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
4455
|
+
var Uc = Object.defineProperty, Wc = Object.getOwnPropertyDescriptor, me = (a, t, c, i) => {
|
|
4456
|
+
for (var n = i > 1 ? void 0 : i ? Wc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
4396
4457
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
4397
|
-
return i && n &&
|
|
4458
|
+
return i && n && Uc(t, c, n), n;
|
|
4398
4459
|
};
|
|
4399
4460
|
const pe = ft.noConflict();
|
|
4400
4461
|
pe.setLevel("info");
|
|
@@ -4636,7 +4697,7 @@ let fe = class extends Q {
|
|
|
4636
4697
|
`;
|
|
4637
4698
|
}
|
|
4638
4699
|
};
|
|
4639
|
-
fe.styles =
|
|
4700
|
+
fe.styles = yc;
|
|
4640
4701
|
me([
|
|
4641
4702
|
k({ type: Array })
|
|
4642
4703
|
], fe.prototype, "messages", 2);
|
|
@@ -4653,18 +4714,18 @@ me([
|
|
|
4653
4714
|
De(".cb-input-form")
|
|
4654
4715
|
], fe.prototype, "_inputForm", 2);
|
|
4655
4716
|
me([
|
|
4656
|
-
|
|
4717
|
+
kt({ capture: !1, passive: !0 })
|
|
4657
4718
|
], fe.prototype, "invokeLinkAction", 1);
|
|
4658
4719
|
me([
|
|
4659
|
-
|
|
4720
|
+
kt({ capture: !1, passive: !0 })
|
|
4660
4721
|
], fe.prototype, "invokeCalendlyAction", 1);
|
|
4661
4722
|
me([
|
|
4662
|
-
|
|
4723
|
+
kt({ capture: !1, passive: !0 })
|
|
4663
4724
|
], fe.prototype, "invokeHubspotMeetingAction", 1);
|
|
4664
4725
|
fe = me([
|
|
4665
4726
|
Y("cb-message-list")
|
|
4666
4727
|
], fe);
|
|
4667
|
-
const
|
|
4728
|
+
const Yc = U`
|
|
4668
4729
|
${ue}
|
|
4669
4730
|
|
|
4670
4731
|
:host {
|
|
@@ -4707,11 +4768,11 @@ const Uc = U`
|
|
|
4707
4768
|
.cb-input-buttons {
|
|
4708
4769
|
padding: 0 5px;
|
|
4709
4770
|
}
|
|
4710
|
-
`,
|
|
4711
|
-
var
|
|
4712
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
4771
|
+
`, Xc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" d="M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576zm6.787-8.201L1.591 6.602l4.339 2.76l7.494-7.493Z"/></svg>', Zc = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" d="M4.5 3a2.5 2.5 0 0 1 5 0v9a1.5 1.5 0 0 1-3 0V5a.5.5 0 0 1 1 0v7a.5.5 0 0 0 1 0V3a1.5 1.5 0 1 0-3 0v9a2.5 2.5 0 0 0 5 0V5a.5.5 0 0 1 1 0v7a3.5 3.5 0 1 1-7 0z"/></svg>';
|
|
4772
|
+
var Gc = Object.defineProperty, Jc = Object.getOwnPropertyDescriptor, ye = (a, t, c, i) => {
|
|
4773
|
+
for (var n = i > 1 ? void 0 : i ? Jc(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
4713
4774
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
4714
|
-
return i && n &&
|
|
4775
|
+
return i && n && Gc(t, c, n), n;
|
|
4715
4776
|
};
|
|
4716
4777
|
let de = class extends Q {
|
|
4717
4778
|
constructor() {
|
|
@@ -4744,7 +4805,7 @@ let de = class extends Q {
|
|
|
4744
4805
|
});
|
|
4745
4806
|
}
|
|
4746
4807
|
async _sendFileHandler() {
|
|
4747
|
-
const a = await
|
|
4808
|
+
const a = await Ua();
|
|
4748
4809
|
this.emit("message:send:file", {
|
|
4749
4810
|
detail: {
|
|
4750
4811
|
files: a
|
|
@@ -4773,7 +4834,7 @@ let de = class extends Q {
|
|
|
4773
4834
|
this.enableFileUpload,
|
|
4774
4835
|
() => w`
|
|
4775
4836
|
<sl-button @click=${this._sendFileHandler} name="paperclip" label="Attachment" size="large" class="paperclip-button" variant="text" circle>
|
|
4776
|
-
<cb-icon svg="${
|
|
4837
|
+
<cb-icon svg="${Zc}"></cb-icon>
|
|
4777
4838
|
<!-- select file input -->
|
|
4778
4839
|
<input type="file" id="file" name="file" class="file-input" />
|
|
4779
4840
|
</sl-button>
|
|
@@ -4781,7 +4842,7 @@ let de = class extends Q {
|
|
|
4781
4842
|
() => w``
|
|
4782
4843
|
)}
|
|
4783
4844
|
<sl-button @click=${this._sendHandler} name="send" label="Send" size="small" class="send-button" variant="text" ?disabled=${this.value.length === 0} ?loading=${this.loading} circle>
|
|
4784
|
-
<cb-icon svg="${
|
|
4845
|
+
<cb-icon svg="${Xc}"></cb-icon>
|
|
4785
4846
|
</sl-button>
|
|
4786
4847
|
</span>
|
|
4787
4848
|
</div>
|
|
@@ -4791,7 +4852,7 @@ let de = class extends Q {
|
|
|
4791
4852
|
a.key === "Enter" && !a.shiftKey && this._sendHandler();
|
|
4792
4853
|
}
|
|
4793
4854
|
};
|
|
4794
|
-
de.styles =
|
|
4855
|
+
de.styles = Yc;
|
|
4795
4856
|
ye([
|
|
4796
4857
|
k({ type: String, attribute: "placeholder" })
|
|
4797
4858
|
], de.prototype, "placeholder", 2);
|
|
@@ -4819,7 +4880,7 @@ ye([
|
|
|
4819
4880
|
de = ye([
|
|
4820
4881
|
Y("cb-user-input")
|
|
4821
4882
|
], de);
|
|
4822
|
-
const
|
|
4883
|
+
const Kc = U`
|
|
4823
4884
|
${ue}
|
|
4824
4885
|
|
|
4825
4886
|
sl-dialog::part(base) {
|
|
@@ -4854,10 +4915,10 @@ const Gc = U`
|
|
|
4854
4915
|
gap: 8px;
|
|
4855
4916
|
}
|
|
4856
4917
|
`;
|
|
4857
|
-
var
|
|
4858
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
4918
|
+
var Qc = Object.defineProperty, ei = Object.getOwnPropertyDescriptor, dt = (a, t, c, i) => {
|
|
4919
|
+
for (var n = i > 1 ? void 0 : i ? ei(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
4859
4920
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
4860
|
-
return i && n &&
|
|
4921
|
+
return i && n && Qc(t, c, n), n;
|
|
4861
4922
|
};
|
|
4862
4923
|
let Oe = class extends Q {
|
|
4863
4924
|
constructor() {
|
|
@@ -4903,7 +4964,7 @@ let Oe = class extends Q {
|
|
|
4903
4964
|
</sl-dialog>`;
|
|
4904
4965
|
}
|
|
4905
4966
|
};
|
|
4906
|
-
Oe.styles =
|
|
4967
|
+
Oe.styles = Kc;
|
|
4907
4968
|
dt([
|
|
4908
4969
|
k({ type: Boolean })
|
|
4909
4970
|
], Oe.prototype, "open", 2);
|
|
@@ -4916,10 +4977,10 @@ dt([
|
|
|
4916
4977
|
Oe = dt([
|
|
4917
4978
|
Y("cb-dialog")
|
|
4918
4979
|
], Oe);
|
|
4919
|
-
var
|
|
4920
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
4980
|
+
var ti = Object.defineProperty, ai = Object.getOwnPropertyDescriptor, ca = (a, t, c, i) => {
|
|
4981
|
+
for (var n = i > 1 ? void 0 : i ? ai(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
4921
4982
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
4922
|
-
return i && n &&
|
|
4983
|
+
return i && n && ti(t, c, n), n;
|
|
4923
4984
|
};
|
|
4924
4985
|
let ct = class extends Q {
|
|
4925
4986
|
constructor() {
|
|
@@ -4963,13 +5024,13 @@ ct.styles = U`
|
|
|
4963
5024
|
z-index: 1000;
|
|
4964
5025
|
}
|
|
4965
5026
|
`;
|
|
4966
|
-
|
|
5027
|
+
ca([
|
|
4967
5028
|
k({ type: Boolean })
|
|
4968
5029
|
], ct.prototype, "open", 2);
|
|
4969
|
-
ct =
|
|
5030
|
+
ct = ca([
|
|
4970
5031
|
Y("cb-clear-message-dialog")
|
|
4971
5032
|
], ct);
|
|
4972
|
-
const
|
|
5033
|
+
const ci = U`
|
|
4973
5034
|
:host {
|
|
4974
5035
|
// width: 380px;
|
|
4975
5036
|
|
|
@@ -5029,10 +5090,10 @@ const ti = U`
|
|
|
5029
5090
|
grid-column-start: 2;
|
|
5030
5091
|
}
|
|
5031
5092
|
`;
|
|
5032
|
-
var
|
|
5033
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
5093
|
+
var ii = Object.defineProperty, ni = Object.getOwnPropertyDescriptor, Pe = (a, t, c, i) => {
|
|
5094
|
+
for (var n = i > 1 ? void 0 : i ? ni(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
5034
5095
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
5035
|
-
return i && n &&
|
|
5096
|
+
return i && n && ii(t, c, n), n;
|
|
5036
5097
|
};
|
|
5037
5098
|
let Ce = class extends Q {
|
|
5038
5099
|
constructor() {
|
|
@@ -5197,7 +5258,7 @@ let Ce = class extends Q {
|
|
|
5197
5258
|
});
|
|
5198
5259
|
}
|
|
5199
5260
|
};
|
|
5200
|
-
Ce.styles =
|
|
5261
|
+
Ce.styles = ci;
|
|
5201
5262
|
Pe([
|
|
5202
5263
|
k({ type: Boolean })
|
|
5203
5264
|
], Ce.prototype, "open", 2);
|
|
@@ -5216,7 +5277,7 @@ Pe([
|
|
|
5216
5277
|
Ce = Pe([
|
|
5217
5278
|
Y("cb-setting")
|
|
5218
5279
|
], Ce);
|
|
5219
|
-
const
|
|
5280
|
+
const si = U`
|
|
5220
5281
|
${ue}
|
|
5221
5282
|
:host {
|
|
5222
5283
|
--primary-color: var(--sl-color-primary-600);
|
|
@@ -5311,15 +5372,15 @@ const ii = U`
|
|
|
5311
5372
|
align-items: start;
|
|
5312
5373
|
gap: 10px;
|
|
5313
5374
|
}
|
|
5314
|
-
`,
|
|
5315
|
-
var
|
|
5316
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
5375
|
+
`, oi = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><path fill="currentColor" d="M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234c-.2.032-.352-.176-.273-.362c.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M5 8a1 1 0 1 0-2 0a1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>';
|
|
5376
|
+
var ri = Object.defineProperty, fi = Object.getOwnPropertyDescriptor, ia = (a, t, c, i) => {
|
|
5377
|
+
for (var n = i > 1 ? void 0 : i ? fi(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
5317
5378
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
5318
|
-
return i && n &&
|
|
5379
|
+
return i && n && ri(t, c, n), n;
|
|
5319
5380
|
};
|
|
5320
5381
|
let it = class extends Q {
|
|
5321
5382
|
constructor() {
|
|
5322
|
-
super(...arguments), this.store = new
|
|
5383
|
+
super(...arguments), this.store = new Xt(this, x), this.open = !1;
|
|
5323
5384
|
}
|
|
5324
5385
|
// handler click
|
|
5325
5386
|
_clickHandler() {
|
|
@@ -5341,7 +5402,7 @@ let it = class extends Q {
|
|
|
5341
5402
|
${ge(
|
|
5342
5403
|
this.open,
|
|
5343
5404
|
() => w`<cb-icon color="white" svg="${et}"></cb-icon>`,
|
|
5344
|
-
() => w`<cb-icon color="white" svg="${
|
|
5405
|
+
() => w`<cb-icon color="white" svg="${oi}"></cb-icon>`
|
|
5345
5406
|
)}
|
|
5346
5407
|
</sl-button>
|
|
5347
5408
|
<div class="cb-engage-popup">
|
|
@@ -5361,41 +5422,41 @@ let it = class extends Q {
|
|
|
5361
5422
|
`;
|
|
5362
5423
|
}
|
|
5363
5424
|
};
|
|
5364
|
-
it.styles =
|
|
5365
|
-
|
|
5425
|
+
it.styles = si;
|
|
5426
|
+
ia([
|
|
5366
5427
|
k({ type: Boolean })
|
|
5367
5428
|
], it.prototype, "open", 2);
|
|
5368
|
-
it =
|
|
5429
|
+
it = ia([
|
|
5369
5430
|
Y("cb-anchor")
|
|
5370
5431
|
], it);
|
|
5371
|
-
const
|
|
5432
|
+
const di = U`
|
|
5372
5433
|
${ue}
|
|
5373
|
-
`,
|
|
5374
|
-
var
|
|
5375
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
5434
|
+
`, Dt = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><g fill="currentColor"><path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1L1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z"/><path d="M7.002 11a1 1 0 1 1 2 0a1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/></g></svg>', li = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><g fill="currentColor"><path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016a.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06a.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017a.163.163 0 0 1-.054-.06a.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"/><path d="M7.002 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/></g></svg>', bi = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><g fill="currentColor"><path d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764a.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0a5.5 5.5 0 1 1-11 0"/><path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293L5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/></g></svg>', hi = '<svg viewBox="0 0 16 16" width="1.2em" height="1.2em" ><g fill="currentColor"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m8.93 6.588l-2.29.287l-.082.38l.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319c.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246c-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>';
|
|
5435
|
+
var ui = Object.defineProperty, pi = Object.getOwnPropertyDescriptor, na = (a, t, c, i) => {
|
|
5436
|
+
for (var n = i > 1 ? void 0 : i ? pi(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
5376
5437
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
5377
|
-
return i && n &&
|
|
5438
|
+
return i && n && ui(t, c, n), n;
|
|
5378
5439
|
};
|
|
5379
|
-
const
|
|
5440
|
+
const Vt = {
|
|
5380
5441
|
error: {
|
|
5381
5442
|
variant: "danger",
|
|
5382
|
-
icon:
|
|
5443
|
+
icon: Dt
|
|
5383
5444
|
},
|
|
5384
5445
|
danger: {
|
|
5385
5446
|
variant: "danger",
|
|
5386
|
-
icon:
|
|
5447
|
+
icon: Dt
|
|
5387
5448
|
},
|
|
5388
5449
|
warning: {
|
|
5389
5450
|
variant: "warning",
|
|
5390
|
-
icon:
|
|
5451
|
+
icon: li
|
|
5391
5452
|
},
|
|
5392
5453
|
success: {
|
|
5393
5454
|
variant: "success",
|
|
5394
|
-
icon:
|
|
5455
|
+
icon: bi
|
|
5395
5456
|
},
|
|
5396
5457
|
info: {
|
|
5397
5458
|
variant: "primary",
|
|
5398
|
-
icon:
|
|
5459
|
+
icon: hi
|
|
5399
5460
|
}
|
|
5400
5461
|
};
|
|
5401
5462
|
let nt = class extends Q {
|
|
@@ -5403,23 +5464,23 @@ let nt = class extends Q {
|
|
|
5403
5464
|
super(...arguments), this.status = "info";
|
|
5404
5465
|
}
|
|
5405
5466
|
render() {
|
|
5406
|
-
const { variant: a, icon: t } =
|
|
5467
|
+
const { variant: a, icon: t } = Vt[this.status] || Vt.info;
|
|
5407
5468
|
return w`<cb-icon svg=${t} color="${a}"></cb-icon>`;
|
|
5408
5469
|
}
|
|
5409
5470
|
};
|
|
5410
|
-
nt.styles =
|
|
5411
|
-
|
|
5471
|
+
nt.styles = Qt;
|
|
5472
|
+
na([
|
|
5412
5473
|
k({ type: String })
|
|
5413
5474
|
], nt.prototype, "status", 2);
|
|
5414
|
-
nt =
|
|
5475
|
+
nt = na([
|
|
5415
5476
|
Y("cb-status-icon")
|
|
5416
5477
|
], nt);
|
|
5417
|
-
var
|
|
5418
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
5478
|
+
var gi = Object.defineProperty, mi = Object.getOwnPropertyDescriptor, yi = (a, t, c, i) => {
|
|
5479
|
+
for (var n = i > 1 ? void 0 : i ? mi(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
5419
5480
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
5420
|
-
return i && n &&
|
|
5481
|
+
return i && n && gi(t, c, n), n;
|
|
5421
5482
|
};
|
|
5422
|
-
let
|
|
5483
|
+
let wt = class extends Q {
|
|
5423
5484
|
render() {
|
|
5424
5485
|
return w` <sl-alert variant="danger" open>
|
|
5425
5486
|
<cb-status-icon status="error" slot="icon"></cb-status-icon>
|
|
@@ -5435,11 +5496,11 @@ let vt = class extends Q {
|
|
|
5435
5496
|
this.emit("setting:show");
|
|
5436
5497
|
}
|
|
5437
5498
|
};
|
|
5438
|
-
|
|
5439
|
-
|
|
5499
|
+
wt.styles = di;
|
|
5500
|
+
wt = yi([
|
|
5440
5501
|
Y("cb-auth-alert")
|
|
5441
|
-
],
|
|
5442
|
-
class
|
|
5502
|
+
], wt);
|
|
5503
|
+
class Ft extends Error {
|
|
5443
5504
|
constructor(t, c, i) {
|
|
5444
5505
|
const n = t.status || t.status === 0 ? t.status : "", f = t.statusText || "", b = `${n} ${f}`.trim(), C = b ? `status code ${b}` : "an unknown error";
|
|
5445
5506
|
super(`Request failed with ${C}`), Object.defineProperty(this, "response", {
|
|
@@ -5460,7 +5521,7 @@ class Dt extends Error {
|
|
|
5460
5521
|
}), this.name = "HTTPError", this.response = t, this.request = c, this.options = i;
|
|
5461
5522
|
}
|
|
5462
5523
|
}
|
|
5463
|
-
class
|
|
5524
|
+
class sa extends Error {
|
|
5464
5525
|
constructor(t) {
|
|
5465
5526
|
super("Request timed out"), Object.defineProperty(this, "request", {
|
|
5466
5527
|
enumerable: !0,
|
|
@@ -5474,24 +5535,24 @@ const Qe = (a) => a !== null && typeof a == "object", Ge = (...a) => {
|
|
|
5474
5535
|
for (const t of a)
|
|
5475
5536
|
if ((!Qe(t) || Array.isArray(t)) && typeof t < "u")
|
|
5476
5537
|
throw new TypeError("The `options` argument must be an object");
|
|
5477
|
-
return
|
|
5478
|
-
},
|
|
5538
|
+
return Tt({}, ...a);
|
|
5539
|
+
}, oa = (a = {}, t = {}) => {
|
|
5479
5540
|
const c = new globalThis.Headers(a), i = t instanceof globalThis.Headers, n = new globalThis.Headers(t);
|
|
5480
5541
|
for (const [f, b] of n.entries())
|
|
5481
5542
|
i && b === "undefined" || b === void 0 ? c.delete(f) : c.set(f, b);
|
|
5482
5543
|
return c;
|
|
5483
|
-
},
|
|
5544
|
+
}, Tt = (...a) => {
|
|
5484
5545
|
let t = {}, c = {};
|
|
5485
5546
|
for (const i of a)
|
|
5486
5547
|
if (Array.isArray(i))
|
|
5487
5548
|
Array.isArray(t) || (t = []), t = [...t, ...i];
|
|
5488
5549
|
else if (Qe(i)) {
|
|
5489
5550
|
for (let [n, f] of Object.entries(i))
|
|
5490
|
-
Qe(f) && n in t && (f =
|
|
5491
|
-
Qe(i.headers) && (c =
|
|
5551
|
+
Qe(f) && n in t && (f = Tt(t[n], f)), t = { ...t, [n]: f };
|
|
5552
|
+
Qe(i.headers) && (c = oa(c, i.headers), t.headers = c);
|
|
5492
5553
|
}
|
|
5493
5554
|
return t;
|
|
5494
|
-
},
|
|
5555
|
+
}, vi = (() => {
|
|
5495
5556
|
let a = !1, t = !1;
|
|
5496
5557
|
const c = typeof globalThis.ReadableStream == "function", i = typeof globalThis.Request == "function";
|
|
5497
5558
|
return c && i && (t = new globalThis.Request("https://a.com", {
|
|
@@ -5502,23 +5563,23 @@ const Qe = (a) => a !== null && typeof a == "object", Ge = (...a) => {
|
|
|
5502
5563
|
return a = !0, "half";
|
|
5503
5564
|
}
|
|
5504
5565
|
}).headers.has("Content-Type")), a && !t;
|
|
5505
|
-
})(),
|
|
5566
|
+
})(), wi = typeof globalThis.AbortController == "function", xi = typeof globalThis.ReadableStream == "function", ki = typeof globalThis.FormData == "function", ra = ["get", "post", "put", "patch", "head", "delete"], Ci = {
|
|
5506
5567
|
json: "application/json",
|
|
5507
5568
|
text: "text/*",
|
|
5508
5569
|
formData: "multipart/form-data",
|
|
5509
5570
|
arrayBuffer: "*/*",
|
|
5510
5571
|
blob: "*/*"
|
|
5511
|
-
},
|
|
5572
|
+
}, gt = 2147483647, fa = Symbol("stop"), Si = (a) => ra.includes(a) ? a.toUpperCase() : a, _i = ["get", "put", "head", "delete", "options", "trace"], Ti = [408, 413, 429, 500, 502, 503, 504], da = [413, 429, 503], Nt = {
|
|
5512
5573
|
limit: 2,
|
|
5513
|
-
methods:
|
|
5514
|
-
statusCodes:
|
|
5515
|
-
afterStatusCodes:
|
|
5574
|
+
methods: _i,
|
|
5575
|
+
statusCodes: Ti,
|
|
5576
|
+
afterStatusCodes: da,
|
|
5516
5577
|
maxRetryAfter: Number.POSITIVE_INFINITY,
|
|
5517
5578
|
backoffLimit: Number.POSITIVE_INFINITY
|
|
5518
|
-
},
|
|
5579
|
+
}, Mi = (a = {}) => {
|
|
5519
5580
|
if (typeof a == "number")
|
|
5520
5581
|
return {
|
|
5521
|
-
...
|
|
5582
|
+
...Nt,
|
|
5522
5583
|
limit: a
|
|
5523
5584
|
};
|
|
5524
5585
|
if (a.methods && !Array.isArray(a.methods))
|
|
@@ -5526,39 +5587,39 @@ const Qe = (a) => a !== null && typeof a == "object", Ge = (...a) => {
|
|
|
5526
5587
|
if (a.statusCodes && !Array.isArray(a.statusCodes))
|
|
5527
5588
|
throw new Error("retry.statusCodes must be an array");
|
|
5528
5589
|
return {
|
|
5529
|
-
...
|
|
5590
|
+
...Nt,
|
|
5530
5591
|
...a,
|
|
5531
|
-
afterStatusCodes:
|
|
5592
|
+
afterStatusCodes: da
|
|
5532
5593
|
};
|
|
5533
5594
|
};
|
|
5534
|
-
async function
|
|
5595
|
+
async function Ei(a, t, c) {
|
|
5535
5596
|
return new Promise((i, n) => {
|
|
5536
5597
|
const f = setTimeout(() => {
|
|
5537
|
-
t && t.abort(), n(new
|
|
5598
|
+
t && t.abort(), n(new sa(a));
|
|
5538
5599
|
}, c.timeout);
|
|
5539
5600
|
c.fetch(a).then(i).catch(n).then(() => {
|
|
5540
5601
|
clearTimeout(f);
|
|
5541
5602
|
});
|
|
5542
5603
|
});
|
|
5543
5604
|
}
|
|
5544
|
-
const
|
|
5545
|
-
function
|
|
5546
|
-
if (
|
|
5605
|
+
const Ai = !!globalThis.DOMException;
|
|
5606
|
+
function Ut(a) {
|
|
5607
|
+
if (Ai)
|
|
5547
5608
|
return new DOMException((a == null ? void 0 : a.reason) ?? "The operation was aborted.", "AbortError");
|
|
5548
5609
|
const t = new Error((a == null ? void 0 : a.reason) ?? "The operation was aborted.");
|
|
5549
5610
|
return t.name = "AbortError", t;
|
|
5550
5611
|
}
|
|
5551
|
-
async function
|
|
5612
|
+
async function $i(a, { signal: t }) {
|
|
5552
5613
|
return new Promise((c, i) => {
|
|
5553
5614
|
if (t) {
|
|
5554
5615
|
if (t.aborted) {
|
|
5555
|
-
i(
|
|
5616
|
+
i(Ut(t));
|
|
5556
5617
|
return;
|
|
5557
5618
|
}
|
|
5558
5619
|
t.addEventListener("abort", n, { once: !0 });
|
|
5559
5620
|
}
|
|
5560
5621
|
function n() {
|
|
5561
|
-
i(
|
|
5622
|
+
i(Ut(t)), clearTimeout(f);
|
|
5562
5623
|
}
|
|
5563
5624
|
const f = setTimeout(() => {
|
|
5564
5625
|
t == null || t.removeEventListener("abort", n), c();
|
|
@@ -5569,8 +5630,8 @@ class st {
|
|
|
5569
5630
|
// eslint-disable-next-line @typescript-eslint/promise-function-async
|
|
5570
5631
|
static create(t, c) {
|
|
5571
5632
|
const i = new st(t, c), n = async () => {
|
|
5572
|
-
if (i._options.timeout >
|
|
5573
|
-
throw new RangeError(`The \`timeout\` option cannot be greater than ${
|
|
5633
|
+
if (i._options.timeout > gt)
|
|
5634
|
+
throw new RangeError(`The \`timeout\` option cannot be greater than ${gt}`);
|
|
5574
5635
|
await Promise.resolve();
|
|
5575
5636
|
let C = await i._fetch();
|
|
5576
5637
|
for (const S of i._options.hooks.afterResponse) {
|
|
@@ -5578,7 +5639,7 @@ class st {
|
|
|
5578
5639
|
V instanceof globalThis.Response && (C = V);
|
|
5579
5640
|
}
|
|
5580
5641
|
if (i._decorateResponse(C), !C.ok && i._options.throwHttpErrors) {
|
|
5581
|
-
let S = new
|
|
5642
|
+
let S = new Ft(C, i.request, i._options);
|
|
5582
5643
|
for (const V of i._options.hooks.beforeError)
|
|
5583
5644
|
S = await V(S);
|
|
5584
5645
|
throw S;
|
|
@@ -5586,13 +5647,13 @@ class st {
|
|
|
5586
5647
|
if (i._options.onDownloadProgress) {
|
|
5587
5648
|
if (typeof i._options.onDownloadProgress != "function")
|
|
5588
5649
|
throw new TypeError("The `onDownloadProgress` option must be a function");
|
|
5589
|
-
if (!
|
|
5650
|
+
if (!xi)
|
|
5590
5651
|
throw new Error("Streams are not supported in your environment. `ReadableStream` is missing.");
|
|
5591
5652
|
return i._stream(C.clone(), i._options.onDownloadProgress);
|
|
5592
5653
|
}
|
|
5593
5654
|
return C;
|
|
5594
5655
|
}, b = i._options.retry.methods.includes(i.request.method.toLowerCase()) ? i._retry(n) : n();
|
|
5595
|
-
for (const [C, S] of Object.entries(
|
|
5656
|
+
for (const [C, S] of Object.entries(Ci))
|
|
5596
5657
|
b[C] = async () => {
|
|
5597
5658
|
i.request.headers.set("accept", i.request.headers.get("accept") || S);
|
|
5598
5659
|
const L = (await b).clone();
|
|
@@ -5637,17 +5698,17 @@ class st {
|
|
|
5637
5698
|
// TODO: credentials can be removed when the spec change is implemented in all browsers. Context: https://www.chromestatus.com/feature/4539473312350208
|
|
5638
5699
|
credentials: this._input.credentials || "same-origin",
|
|
5639
5700
|
...c,
|
|
5640
|
-
headers:
|
|
5641
|
-
hooks:
|
|
5701
|
+
headers: oa(this._input.headers, c.headers),
|
|
5702
|
+
hooks: Tt({
|
|
5642
5703
|
beforeRequest: [],
|
|
5643
5704
|
beforeRetry: [],
|
|
5644
5705
|
beforeError: [],
|
|
5645
5706
|
afterResponse: []
|
|
5646
5707
|
}, c.hooks),
|
|
5647
|
-
method:
|
|
5708
|
+
method: Si(c.method ?? this._input.method),
|
|
5648
5709
|
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
|
|
5649
5710
|
prefixUrl: String(c.prefixUrl || ""),
|
|
5650
|
-
retry:
|
|
5711
|
+
retry: Mi(c.retry),
|
|
5651
5712
|
throwHttpErrors: c.throwHttpErrors !== !1,
|
|
5652
5713
|
timeout: typeof c.timeout > "u" ? 1e4 : c.timeout,
|
|
5653
5714
|
fetch: c.fetch ?? globalThis.fetch.bind(globalThis)
|
|
@@ -5658,7 +5719,7 @@ class st {
|
|
|
5658
5719
|
throw new Error("`input` must not begin with a slash when using `prefixUrl`");
|
|
5659
5720
|
this._options.prefixUrl.endsWith("/") || (this._options.prefixUrl += "/"), this._input = this._options.prefixUrl + this._input;
|
|
5660
5721
|
}
|
|
5661
|
-
if (
|
|
5722
|
+
if (wi) {
|
|
5662
5723
|
if (this.abortController = new globalThis.AbortController(), this._options.signal) {
|
|
5663
5724
|
const i = this._options.signal;
|
|
5664
5725
|
this._options.signal.addEventListener("abort", () => {
|
|
@@ -5667,15 +5728,15 @@ class st {
|
|
|
5667
5728
|
}
|
|
5668
5729
|
this._options.signal = this.abortController.signal;
|
|
5669
5730
|
}
|
|
5670
|
-
if (
|
|
5731
|
+
if (vi && (this._options.duplex = "half"), this.request = new globalThis.Request(this._input, this._options), this._options.searchParams) {
|
|
5671
5732
|
const n = "?" + (typeof this._options.searchParams == "string" ? this._options.searchParams.replace(/^\?/, "") : new URLSearchParams(this._options.searchParams).toString()), f = this.request.url.replace(/(?:\?.*?)?(?=#|$)/, n);
|
|
5672
|
-
(
|
|
5733
|
+
(ki && this._options.body instanceof globalThis.FormData || this._options.body instanceof URLSearchParams) && !(this._options.headers && this._options.headers["content-type"]) && this.request.headers.delete("content-type"), this.request = new globalThis.Request(new globalThis.Request(f, { ...this.request }), this._options);
|
|
5673
5734
|
}
|
|
5674
5735
|
this._options.json !== void 0 && (this._options.body = JSON.stringify(this._options.json), this.request.headers.set("content-type", this._options.headers.get("content-type") ?? "application/json"), this.request = new globalThis.Request(this.request, { body: this._options.body }));
|
|
5675
5736
|
}
|
|
5676
5737
|
_calculateRetryDelay(t) {
|
|
5677
|
-
if (this._retryCount++, this._retryCount < this._options.retry.limit && !(t instanceof
|
|
5678
|
-
if (t instanceof
|
|
5738
|
+
if (this._retryCount++, this._retryCount < this._options.retry.limit && !(t instanceof sa)) {
|
|
5739
|
+
if (t instanceof Ft) {
|
|
5679
5740
|
if (!this._options.retry.statusCodes.includes(t.response.status))
|
|
5680
5741
|
return 0;
|
|
5681
5742
|
const i = t.response.headers.get("Retry-After");
|
|
@@ -5698,16 +5759,16 @@ class st {
|
|
|
5698
5759
|
try {
|
|
5699
5760
|
return await t();
|
|
5700
5761
|
} catch (c) {
|
|
5701
|
-
const i = Math.min(this._calculateRetryDelay(c),
|
|
5762
|
+
const i = Math.min(this._calculateRetryDelay(c), gt);
|
|
5702
5763
|
if (i !== 0 && this._retryCount > 0) {
|
|
5703
|
-
await
|
|
5764
|
+
await $i(i, { signal: this._options.signal });
|
|
5704
5765
|
for (const n of this._options.hooks.beforeRetry)
|
|
5705
5766
|
if (await n({
|
|
5706
5767
|
request: this.request,
|
|
5707
5768
|
options: this._options,
|
|
5708
5769
|
error: c,
|
|
5709
5770
|
retryCount: this._retryCount
|
|
5710
|
-
}) ===
|
|
5771
|
+
}) === fa)
|
|
5711
5772
|
return;
|
|
5712
5773
|
return this._retry(t);
|
|
5713
5774
|
}
|
|
@@ -5724,7 +5785,7 @@ class st {
|
|
|
5724
5785
|
if (c instanceof Response)
|
|
5725
5786
|
return c;
|
|
5726
5787
|
}
|
|
5727
|
-
return this._options.timeout === !1 ? this._options.fetch(this.request.clone()) :
|
|
5788
|
+
return this._options.timeout === !1 ? this._options.fetch(this.request.clone()) : Ei(this.request.clone(), this.abortController, this._options);
|
|
5728
5789
|
}
|
|
5729
5790
|
/* istanbul ignore next */
|
|
5730
5791
|
_stream(t, c) {
|
|
@@ -5761,12 +5822,12 @@ class st {
|
|
|
5761
5822
|
}
|
|
5762
5823
|
}
|
|
5763
5824
|
/*! MIT License © Sindre Sorhus */
|
|
5764
|
-
const
|
|
5825
|
+
const xt = (a) => {
|
|
5765
5826
|
const t = (c, i) => st.create(c, Ge(a, i));
|
|
5766
|
-
for (const c of
|
|
5827
|
+
for (const c of ra)
|
|
5767
5828
|
t[c] = (i, n) => st.create(i, Ge(a, n, { method: c }));
|
|
5768
|
-
return t.create = (c) =>
|
|
5769
|
-
},
|
|
5829
|
+
return t.create = (c) => xt(Ge(c)), t.extend = (c) => xt(Ge(a, c)), t.stop = fa, t;
|
|
5830
|
+
}, Ii = xt(), Li = Ii, ji = Li.extend({
|
|
5770
5831
|
hooks: {
|
|
5771
5832
|
beforeRequest: [
|
|
5772
5833
|
() => {
|
|
@@ -5774,7 +5835,7 @@ const wt = (a) => {
|
|
|
5774
5835
|
]
|
|
5775
5836
|
}
|
|
5776
5837
|
});
|
|
5777
|
-
async function
|
|
5838
|
+
async function Oi(a, t) {
|
|
5778
5839
|
const { onmessage: c, onclose: i, ...n } = t, f = async (b, C) => {
|
|
5779
5840
|
const { value: S, done: V } = await C.read();
|
|
5780
5841
|
V ? (b.close(), i == null || i()) : (c == null || c(S), b.enqueue(S), f(b, C));
|
|
@@ -5795,11 +5856,11 @@ async function Li(a, t) {
|
|
|
5795
5856
|
}).text()
|
|
5796
5857
|
);
|
|
5797
5858
|
}
|
|
5798
|
-
async function
|
|
5859
|
+
async function Pi(a, t) {
|
|
5799
5860
|
const c = new FormData();
|
|
5800
5861
|
for (let n = 0; n < t.length; n++)
|
|
5801
5862
|
c.append("files", t[n]);
|
|
5802
|
-
const i = await
|
|
5863
|
+
const i = await ji.post(a, {
|
|
5803
5864
|
body: c
|
|
5804
5865
|
});
|
|
5805
5866
|
try {
|
|
@@ -5812,22 +5873,22 @@ async function ji(a, t) {
|
|
|
5812
5873
|
};
|
|
5813
5874
|
}
|
|
5814
5875
|
}
|
|
5815
|
-
var
|
|
5816
|
-
for (var n = i > 1 ? void 0 : i ?
|
|
5876
|
+
var zi = Object.defineProperty, Hi = Object.getOwnPropertyDescriptor, B = (a, t, c, i) => {
|
|
5877
|
+
for (var n = i > 1 ? void 0 : i ? Hi(t, c) : t, f = a.length - 1, b; f >= 0; f--)
|
|
5817
5878
|
(b = a[f]) && (n = (i ? b(t, c, n) : b(n)) || n);
|
|
5818
|
-
return i && n &&
|
|
5879
|
+
return i && n && zi(t, c, n), n;
|
|
5819
5880
|
};
|
|
5820
5881
|
const ze = ft.noConflict();
|
|
5821
5882
|
ze.setLevel("info");
|
|
5822
5883
|
let P = class extends Q {
|
|
5823
5884
|
constructor() {
|
|
5824
|
-
super(...arguments), this.store = new
|
|
5885
|
+
super(...arguments), this.store = new Xt(this, x), this.displayLicense = !1, this.name = "ChatBot", this.orgId = "", this.botId = "", this.url = "ws://localhost:3070", this.logoUrl = "", this.logoSvg = ` <svg width="24" height="24" viewBox="0 0 40 40">
|
|
5825
5886
|
<path
|
|
5826
5887
|
d="M34.728 0.275L2.245 15.267c-3.748 1.749 -2.498 7.246 1.499 7.246h13.743v13.743c0 3.998 5.497 5.248 7.246 1.499l14.992 -32.483c1.249 -2.999 -1.999 -6.248 -4.998 -4.998z"
|
|
5827
5888
|
fill="#E24D42"
|
|
5828
5889
|
></path>
|
|
5829
5890
|
</svg>
|
|
5830
|
-
`, this.popupLogoSvg = "", this.popupLogoUrl = "", this.botIconSvg = '<svg fill="currentColor" width="24" height="24" viewBox="0 0 24 24"> <path d="M16 17V19H2V17S2 13 9 13 16 17 16 17M12.5 7.5A3.5 3.5 0 1 0 9 11A3.5 3.5 0 0 0 12.5 7.5M15.94 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13M15 4A3.39 3.39 0 0 0 13.07 4.59A5 5 0 0 1 13.07 10.41A3.39 3.39 0 0 0 15 11A3.5 3.5 0 0 0 15 4Z" /></svg>', this.userIconSvg = '<svg fill="currentColor" viewBox="0 0 24 24" width="24" height="24"> <path d="M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4Z" /></svg>', this.systemIconSvg = '<svg fill="currentColor" width="24" height="24" viewBox="0 0 24 24"> <path d="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z"/></svg>', this.agentIconSvg = '<svg fill="currentColor" width="24" height="24" viewBox="0 0 24 24"> <path d="M18.72,14.76C19.07,13.91 19.26,13 19.26,12C19.26,11.28 19.15,10.59 18.96,9.95C18.31,10.1 17.63,10.18 16.92,10.18C13.86,10.18 11.15,8.67 9.5,6.34C8.61,8.5 6.91,10.26 4.77,11.22C4.73,11.47 4.73,11.74 4.73,12A7.27,7.27 0 0,0 12,19.27C13.05,19.27 14.06,19.04 14.97,18.63C15.54,19.72 15.8,20.26 15.78,20.26C14.14,20.81 12.87,21.08 12,21.08C9.58,21.08 7.27,20.13 5.57,18.42C4.53,17.38 3.76,16.11 3.33,14.73H2V10.18H3.09C3.93,6.04 7.6,2.92 12,2.92C14.4,2.92 16.71,3.87 18.42,5.58C19.69,6.84 20.54,8.45 20.89,10.18H22V14.67H22V14.69L22,14.73H21.94L18.38,18L13.08,17.4V15.73H17.91L18.72,14.76M9.27,11.77C9.57,11.77 9.86,11.89 10.07,12.11C10.28,12.32 10.4,12.61 10.4,12.91C10.4,13.21 10.28,13.5 10.07,13.71C9.86,13.92 9.57,14.04 9.27,14.04C8.64,14.04 8.13,13.54 8.13,12.91C8.13,12.28 8.64,11.77 9.27,11.77M14.72,11.77C15.35,11.77 15.85,12.28 15.85,12.91C15.85,13.54 15.35,14.04 14.72,14.04C14.09,14.04 13.58,13.54 13.58,12.91A1.14,1.14 0 0,1 14.72,11.77Z" /></svg>', this.stream = !1, this.customRequest = !1, this.enableFileUpload = !1, this.uploadFileUrl = "", this.open = !1, this.alwaysOpen = !1, this.prefilledFormFields = "{}", this.loading = !1, this.showSetting = !1, this.showAuthAlert = !1, this.fetchStream =
|
|
5891
|
+
`, this.popupLogoSvg = "", this.popupLogoUrl = "", this.botIconSvg = '<svg fill="currentColor" width="24" height="24" viewBox="0 0 24 24"> <path d="M16 17V19H2V17S2 13 9 13 16 17 16 17M12.5 7.5A3.5 3.5 0 1 0 9 11A3.5 3.5 0 0 0 12.5 7.5M15.94 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13M15 4A3.39 3.39 0 0 0 13.07 4.59A5 5 0 0 1 13.07 10.41A3.39 3.39 0 0 0 15 11A3.5 3.5 0 0 0 15 4Z" /></svg>', this.userIconSvg = '<svg fill="currentColor" viewBox="0 0 24 24" width="24" height="24"> <path d="M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4Z" /></svg>', this.systemIconSvg = '<svg fill="currentColor" width="24" height="24" viewBox="0 0 24 24"> <path d="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z"/></svg>', this.agentIconSvg = '<svg fill="currentColor" width="24" height="24" viewBox="0 0 24 24"> <path d="M18.72,14.76C19.07,13.91 19.26,13 19.26,12C19.26,11.28 19.15,10.59 18.96,9.95C18.31,10.1 17.63,10.18 16.92,10.18C13.86,10.18 11.15,8.67 9.5,6.34C8.61,8.5 6.91,10.26 4.77,11.22C4.73,11.47 4.73,11.74 4.73,12A7.27,7.27 0 0,0 12,19.27C13.05,19.27 14.06,19.04 14.97,18.63C15.54,19.72 15.8,20.26 15.78,20.26C14.14,20.81 12.87,21.08 12,21.08C9.58,21.08 7.27,20.13 5.57,18.42C4.53,17.38 3.76,16.11 3.33,14.73H2V10.18H3.09C3.93,6.04 7.6,2.92 12,2.92C14.4,2.92 16.71,3.87 18.42,5.58C19.69,6.84 20.54,8.45 20.89,10.18H22V14.67H22V14.69L22,14.73H21.94L18.38,18L13.08,17.4V15.73H17.91L18.72,14.76M9.27,11.77C9.57,11.77 9.86,11.89 10.07,12.11C10.28,12.32 10.4,12.61 10.4,12.91C10.4,13.21 10.28,13.5 10.07,13.71C9.86,13.92 9.57,14.04 9.27,14.04C8.64,14.04 8.13,13.54 8.13,12.91C8.13,12.28 8.64,11.77 9.27,11.77M14.72,11.77C15.35,11.77 15.85,12.28 15.85,12.91C15.85,13.54 15.35,14.04 14.72,14.04C14.09,14.04 13.58,13.54 13.58,12.91A1.14,1.14 0 0,1 14.72,11.77Z" /></svg>', this.stream = !1, this.customRequest = !1, this.enableFileUpload = !1, this.uploadFileUrl = "", this.open = !1, this.alwaysOpen = !1, this.prefilledFormFields = "{}", this.loading = !1, this.showSetting = !1, this.showAuthAlert = !1, this.fetchStream = Oi;
|
|
5831
5892
|
}
|
|
5832
5893
|
//HTMLElement;
|
|
5833
5894
|
/**
|
|
@@ -5946,7 +6007,7 @@ let P = class extends Q {
|
|
|
5946
6007
|
}
|
|
5947
6008
|
};
|
|
5948
6009
|
if (x.addMessage(i), this.uploadFileUrl) {
|
|
5949
|
-
const n = await
|
|
6010
|
+
const n = await Pi(this.uploadFileUrl, t.files);
|
|
5950
6011
|
n.code === 0 && n.data && (i.isUploading = !1, i.data = {
|
|
5951
6012
|
files: n.data
|
|
5952
6013
|
}, x.updateMessage(i));
|
|
@@ -5971,7 +6032,7 @@ let P = class extends Q {
|
|
|
5971
6032
|
(t = this._messageList) == null || t.scrollToBottom();
|
|
5972
6033
|
}
|
|
5973
6034
|
};
|
|
5974
|
-
P.styles =
|
|
6035
|
+
P.styles = Ha;
|
|
5975
6036
|
B([
|
|
5976
6037
|
k({ type: Boolean, attribute: "display-license" })
|
|
5977
6038
|
], P.prototype, "displayLicense", 2);
|