@enegelai/bot-widget 1.17.0 → 1.17.1
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 +4 -4
- package/dist/index.es.js +88 -87
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { css as J, LitElement as Fe, html as u, nothing as Ae, svg as pe } from "lit";
|
|
2
|
-
import { property as x, customElement as
|
|
2
|
+
import { property as x, customElement as K, query as xe, state as Va, queryAll as Na, eventOptions as na } from "lit/decorators.js";
|
|
3
3
|
import { when as W } from "lit/directives/when.js";
|
|
4
4
|
import { unsafeHTML as G } from "lit-html/directives/unsafe-html.js";
|
|
5
5
|
import { registerIconLibrary as qi } from "@shoelace-style/shoelace";
|
|
@@ -230,7 +230,7 @@ function Wi() {
|
|
|
230
230
|
return v(M) || w.apply(this, arguments);
|
|
231
231
|
}
|
|
232
232
|
function P(M, L) {
|
|
233
|
-
var C = this,
|
|
233
|
+
var C = this, Z, U, X, te = "loglevel";
|
|
234
234
|
typeof M == "string" ? te += ":" + M : typeof M == "symbol" && (te = void 0);
|
|
235
235
|
function He(H) {
|
|
236
236
|
var N = (s[H] || "silent").toUpperCase();
|
|
@@ -290,7 +290,7 @@ function Wi() {
|
|
|
290
290
|
ERROR: 4,
|
|
291
291
|
SILENT: 5
|
|
292
292
|
}, C.methodFactory = L || _, C.getLevel = function() {
|
|
293
|
-
return X ?? U ??
|
|
293
|
+
return X ?? U ?? Z;
|
|
294
294
|
}, C.setLevel = function(H, N) {
|
|
295
295
|
return X = ge(H), N !== !1 && He(X), k.call(C);
|
|
296
296
|
}, C.setDefaultLevel = function(H) {
|
|
@@ -302,10 +302,10 @@ function Wi() {
|
|
|
302
302
|
}, C.disableAll = function(H) {
|
|
303
303
|
C.setLevel(C.levels.SILENT, H);
|
|
304
304
|
}, C.rebuild = function() {
|
|
305
|
-
if (o !== C && (
|
|
305
|
+
if (o !== C && (Z = ge(o.getLevel())), k.call(C), o === C)
|
|
306
306
|
for (var H in r)
|
|
307
307
|
r[H].rebuild();
|
|
308
|
-
},
|
|
308
|
+
}, Z = ge(
|
|
309
309
|
o ? o.getLevel() : "WARN"
|
|
310
310
|
);
|
|
311
311
|
var j = ae();
|
|
@@ -684,9 +684,9 @@ ra([
|
|
|
684
684
|
x({ type: String })
|
|
685
685
|
], ut.prototype, "svg", 2);
|
|
686
686
|
ut = ra([
|
|
687
|
-
|
|
687
|
+
K("cb-icon")
|
|
688
688
|
], ut);
|
|
689
|
-
let
|
|
689
|
+
let Ki = (a) => crypto.getRandomValues(new Uint8Array(a)), Zi = (a, e, t) => {
|
|
690
690
|
let i = (2 << Math.log2(a.length - 1)) - 1, s = -~(1.6 * i * e / a.length);
|
|
691
691
|
return (r = e) => {
|
|
692
692
|
let o = "";
|
|
@@ -696,7 +696,7 @@ let Zi = (a) => crypto.getRandomValues(new Uint8Array(a)), Ki = (a, e, t) => {
|
|
|
696
696
|
if (o += a[f[p] & i] || "", o.length >= r) return o;
|
|
697
697
|
}
|
|
698
698
|
};
|
|
699
|
-
}, Qi = (a, e = 21) =>
|
|
699
|
+
}, Qi = (a, e = 21) => Zi(a, e | 0, Ki);
|
|
700
700
|
const es = Qi("1234567890abcdefghijklmnopqrstuvwxyz", 10);
|
|
701
701
|
function fe(a = 10) {
|
|
702
702
|
return es(a);
|
|
@@ -724,8 +724,9 @@ function Xa(a = !0, e = null) {
|
|
|
724
724
|
function Vt(a) {
|
|
725
725
|
if (!a || typeof a != "string")
|
|
726
726
|
return "";
|
|
727
|
-
|
|
728
|
-
|
|
727
|
+
const e = "__AMP__TOKEN__";
|
|
728
|
+
let i = a.replace(/https?:\/\/[^\s<]+/g, (s) => s.replace(/&/g, e)).replace(/&(?!lt;|gt;)/g, "&").replace(/</g, "<").replace(/>/g, ">");
|
|
729
|
+
return i = i.replace(/<br\s*\/?>/gi, "<br>"), i = i.replace(new RegExp(e, "g"), "&"), i;
|
|
729
730
|
}
|
|
730
731
|
const se = Je.noConflict();
|
|
731
732
|
se.setLevel("info");
|
|
@@ -929,7 +930,7 @@ class is {
|
|
|
929
930
|
}
|
|
930
931
|
}
|
|
931
932
|
}
|
|
932
|
-
class
|
|
933
|
+
class Ke {
|
|
933
934
|
/**
|
|
934
935
|
* Converts Float32Array of amplitude data to ArrayBuffer in Int16Array format
|
|
935
936
|
* @param {Float32Array} float32Array
|
|
@@ -1024,7 +1025,7 @@ class Ze {
|
|
|
1024
1025
|
};
|
|
1025
1026
|
}
|
|
1026
1027
|
}
|
|
1027
|
-
globalThis.WavPacker =
|
|
1028
|
+
globalThis.WavPacker = Ke;
|
|
1028
1029
|
const Ca = [
|
|
1029
1030
|
4186.01,
|
|
1030
1031
|
4434.92,
|
|
@@ -1077,10 +1078,10 @@ class lt {
|
|
|
1077
1078
|
if (s === "music" || s === "voice") {
|
|
1078
1079
|
const E = s === "voice" ? Aa : We, M = Array(E.length).fill(r);
|
|
1079
1080
|
for (let L = 0; L < i.length; L++) {
|
|
1080
|
-
const C = L * p,
|
|
1081
|
+
const C = L * p, Z = i[L];
|
|
1081
1082
|
for (let U = E.length - 1; U >= 0; U--)
|
|
1082
1083
|
if (C > E[U]) {
|
|
1083
|
-
M[U] = Math.max(M[U],
|
|
1084
|
+
M[U] = Math.max(M[U], Z);
|
|
1084
1085
|
break;
|
|
1085
1086
|
}
|
|
1086
1087
|
}
|
|
@@ -1553,8 +1554,8 @@ class Ya {
|
|
|
1553
1554
|
const p = navigator.userAgent || "", v = /iP(hone|ad|od)/.test(p), k = /CriOS/.test(p), w = /FxiOS/.test(p), _ = /EdgiOS/.test(p), P = /Safari/.test(p) && !/Chrome|Chromium|Edg/.test(p);
|
|
1554
1555
|
this._isSafariMobile = v && P && !k && !w && !_;
|
|
1555
1556
|
const E = !!(navigator.userAgentData && typeof navigator.userAgentData.mobile == "boolean" && navigator.userAgentData.mobile), M = /Android|iPhone|iPod|Mobile/.test(p), L = (() => {
|
|
1556
|
-
const
|
|
1557
|
-
return /iPad/.test(p) ||
|
|
1557
|
+
const Z = navigator.platform || "";
|
|
1558
|
+
return /iPad/.test(p) || Z === "MacIntel" && navigator.maxTouchPoints > 1;
|
|
1558
1559
|
})(), C = E || M || L;
|
|
1559
1560
|
this._firstTurnRampInMs = s ?? (this._isSafariMobile ? 140 : 0), this._primeMs = r ?? (this._isSafariMobile ? 220 : 0), this._requireGestureToUnlock = o != null ? !!o : !!this._isSafariMobile, this._enableLoopbackRef = f != null ? !!f : !!C, this.context = null, this.analyser = null, this._worklet = null, this._audibleGain = null, this._renderDest = null, this._pcSend = null, this._pcRecv = null, this._firstTurn = !0, this._unlocked = !this._requireGestureToUnlock, this.trackSampleOffsets = {}, this.interruptedTrackIds = {}, this._onGestureUnlock = this._onGestureUnlock.bind(this);
|
|
1560
1561
|
}
|
|
@@ -1958,13 +1959,13 @@ class gs {
|
|
|
1958
1959
|
throw new Error('Must specify "fromSampleRate" when reading from Float32Array, In16Array or Array');
|
|
1959
1960
|
if (i < 3e3)
|
|
1960
1961
|
throw new Error('Minimum "fromSampleRate" is 3000 (3kHz)');
|
|
1961
|
-
w || (w =
|
|
1962
|
+
w || (w = Ke.floatTo16BitPCM(k));
|
|
1962
1963
|
const _ = {
|
|
1963
1964
|
bitsPerSample: 16,
|
|
1964
1965
|
channels: [k],
|
|
1965
1966
|
data: w
|
|
1966
1967
|
};
|
|
1967
|
-
o = new
|
|
1968
|
+
o = new Ke().pack(i, _).blob, r = await o.arrayBuffer();
|
|
1968
1969
|
}
|
|
1969
1970
|
const f = await s.decodeAudioData(r), p = f.getChannelData(0), v = URL.createObjectURL(o);
|
|
1970
1971
|
return {
|
|
@@ -2137,8 +2138,8 @@ class gs {
|
|
|
2137
2138
|
if (this._chunkProcessorSize) {
|
|
2138
2139
|
const w = this._chunkProcessorBuffer;
|
|
2139
2140
|
this._chunkProcessorBuffer = {
|
|
2140
|
-
raw:
|
|
2141
|
-
mono:
|
|
2141
|
+
raw: Ke.mergeBuffers(w.raw, k.raw),
|
|
2142
|
+
mono: Ke.mergeBuffers(w.mono, k.mono)
|
|
2142
2143
|
}, this._chunkProcessorBuffer.mono.byteLength >= this._chunkProcessorSize && (this._chunkProcessor(this._chunkProcessorBuffer), this._chunkProcessorBuffer = {
|
|
2143
2144
|
raw: new ArrayBuffer(0),
|
|
2144
2145
|
mono: new ArrayBuffer(0)
|
|
@@ -2224,7 +2225,7 @@ use only for debugging`), o.connect(t.destination)), this.source = i, this.node
|
|
|
2224
2225
|
throw new Error("Currently recording: please call .pause() first, or call .save(true) to force");
|
|
2225
2226
|
this.log("Exporting ...");
|
|
2226
2227
|
const t = await this._event("export");
|
|
2227
|
-
return new
|
|
2228
|
+
return new Ke().pack(this.sampleRate, t.audio);
|
|
2228
2229
|
}
|
|
2229
2230
|
/**
|
|
2230
2231
|
* Ends the current recording session and saves the result
|
|
@@ -2236,7 +2237,7 @@ use only for debugging`), o.connect(t.destination)), this.source = i, this.node
|
|
|
2236
2237
|
const e = this.processor;
|
|
2237
2238
|
this.log("Stopping ..."), await this._event("stop"), this.recording = !1, this.stream.getTracks().forEach((o) => o.stop()), this.log("Exporting ...");
|
|
2238
2239
|
const i = await this._event("export", {}, e);
|
|
2239
|
-
return this.processor.disconnect(), this.source.disconnect(), this.node.disconnect(), this.analyser.disconnect(), this.stream = null, this.processor = null, this.source = null, this.node = null, new
|
|
2240
|
+
return this.processor.disconnect(), this.source.disconnect(), this.node.disconnect(), this.analyser.disconnect(), this.stream = null, this.processor = null, this.source = null, this.node = null, new Ke().pack(this.sampleRate, i.audio);
|
|
2240
2241
|
}
|
|
2241
2242
|
/**
|
|
2242
2243
|
* Performs a full cleanup of WavRecorder instance
|
|
@@ -2589,13 +2590,13 @@ class ys {
|
|
|
2589
2590
|
this.guardRemain > 0 && this.guardRemain--;
|
|
2590
2591
|
const M = e[E] / 32768, L = M * M;
|
|
2591
2592
|
f = f + (1 - this.alphaFast) * (L - f), p = p + (1 - this.alphaSlow) * (L - p), this.vadEnabled && (f / (p + _) >= P ? v < this.vadAttackSamples && v++ : v = 0, v >= this.vadAttackSamples ? (w = !0, k = this.vadHangSamples) : k > 0 ? (w = !0, k--) : w = !1), w && this._shieldActive && (this._shieldActive = !1, this.target = 1, o = this.escapeAttackSamples, r = o > 0 ? (1 - s) / o : 0);
|
|
2592
|
-
let C = 1,
|
|
2593
|
+
let C = 1, Z = 0, U = !1;
|
|
2593
2594
|
if (this.duckActive) {
|
|
2594
2595
|
const te = this.guardRemain > 0;
|
|
2595
|
-
te && this._shieldActive && !w ? (U = this._shieldHardMute, C = this._shieldHardMute ? 0 : this._shieldFloor,
|
|
2596
|
+
te && this._shieldActive && !w ? (U = this._shieldHardMute, C = this._shieldHardMute ? 0 : this._shieldFloor, Z = this.attackSamples, this.guardRemain === 0 && (this._shieldActive = !1, this._shieldHardMute = !1)) : w ? (C = 1, Z = this.escapeAttackSamples) : te ? (C = this.floor, Z = this.attackSamples) : (C = 1, Z = this.releaseSamples);
|
|
2596
2597
|
} else
|
|
2597
|
-
C = 1,
|
|
2598
|
-
Math.abs(C - this.target) > 1e-4 && (this.target = C, o =
|
|
2598
|
+
C = 1, Z = this.releaseSamples;
|
|
2599
|
+
Math.abs(C - this.target) > 1e-4 && (this.target = C, o = Z, r = o > 0 ? (C - s) / o : 0, o === 0 && (s = C)), o > 0 && (s += r, o--, o === 0 && (s = this.target, r = 0));
|
|
2599
2600
|
let X;
|
|
2600
2601
|
U && !w ? X = 0 : (X = e[E] * s, X > 32767 ? X = 32767 : X < -32768 && (X = -32768)), i[E] = X | 0;
|
|
2601
2602
|
}
|
|
@@ -2700,9 +2701,9 @@ class vs {
|
|
|
2700
2701
|
E += he * he;
|
|
2701
2702
|
}
|
|
2702
2703
|
E = Math.sqrt(E) + 1e-12;
|
|
2703
|
-
const M = this.sr / this.ds, L = (this.baseLatencySec + this.outputLatencySec) * 1e3 + this.latencyCompMs, C = Math.max(0, Math.round(L * M / 1e3)),
|
|
2704
|
+
const M = this.sr / this.ds, L = (this.baseLatencySec + this.outputLatencySec) * 1e3 + this.latencyCompMs, C = Math.max(0, Math.round(L * M / 1e3)), Z = Math.max(1, Math.round(this.windowMs * M / 1e3));
|
|
2704
2705
|
let U = 0, X = k;
|
|
2705
|
-
C > 0 && (U = Math.max(0, Math.min(k, C -
|
|
2706
|
+
C > 0 && (U = Math.max(0, Math.min(k, C - Z)), X = Math.max(U, Math.min(k, C + Z)));
|
|
2706
2707
|
const te = Math.max(1, Math.floor(this.hop / this.ds));
|
|
2707
2708
|
let He = -1;
|
|
2708
2709
|
for (let ae = U; ae <= X; ae += te) {
|
|
@@ -3385,7 +3386,7 @@ st([
|
|
|
3385
3386
|
x({ type: String })
|
|
3386
3387
|
], qe.prototype, "ariaLive", 2);
|
|
3387
3388
|
qe = st([
|
|
3388
|
-
|
|
3389
|
+
K("cb-toast")
|
|
3389
3390
|
], qe);
|
|
3390
3391
|
function Q(a) {
|
|
3391
3392
|
return a != null && typeof a == "object" && a["@@functional/placeholder"] === !0;
|
|
@@ -3395,7 +3396,7 @@ function tt(a) {
|
|
|
3395
3396
|
return arguments.length === 0 || Q(t) ? e : a.apply(this, arguments);
|
|
3396
3397
|
};
|
|
3397
3398
|
}
|
|
3398
|
-
function
|
|
3399
|
+
function Ze(a) {
|
|
3399
3400
|
return function e(t, i) {
|
|
3400
3401
|
switch (arguments.length) {
|
|
3401
3402
|
case 0:
|
|
@@ -3419,23 +3420,23 @@ function Cs(a) {
|
|
|
3419
3420
|
case 0:
|
|
3420
3421
|
return e;
|
|
3421
3422
|
case 1:
|
|
3422
|
-
return Q(t) ? e :
|
|
3423
|
+
return Q(t) ? e : Ze(function(r, o) {
|
|
3423
3424
|
return a(t, r, o);
|
|
3424
3425
|
});
|
|
3425
3426
|
case 2:
|
|
3426
|
-
return Q(t) && Q(i) ? e : Q(t) ?
|
|
3427
|
+
return Q(t) && Q(i) ? e : Q(t) ? Ze(function(r, o) {
|
|
3427
3428
|
return a(r, i, o);
|
|
3428
|
-
}) : Q(i) ?
|
|
3429
|
+
}) : Q(i) ? Ze(function(r, o) {
|
|
3429
3430
|
return a(t, r, o);
|
|
3430
3431
|
}) : tt(function(r) {
|
|
3431
3432
|
return a(t, i, r);
|
|
3432
3433
|
});
|
|
3433
3434
|
default:
|
|
3434
|
-
return Q(t) && Q(i) && Q(s) ? e : Q(t) && Q(i) ?
|
|
3435
|
+
return Q(t) && Q(i) && Q(s) ? e : Q(t) && Q(i) ? Ze(function(r, o) {
|
|
3435
3436
|
return a(r, o, s);
|
|
3436
|
-
}) : Q(t) && Q(s) ?
|
|
3437
|
+
}) : Q(t) && Q(s) ? Ze(function(r, o) {
|
|
3437
3438
|
return a(r, i, o);
|
|
3438
|
-
}) : Q(i) && Q(s) ?
|
|
3439
|
+
}) : Q(i) && Q(s) ? Ze(function(r, o) {
|
|
3439
3440
|
return a(t, r, o);
|
|
3440
3441
|
}) : Q(t) ? tt(function(r) {
|
|
3441
3442
|
return a(r, i, s);
|
|
@@ -3454,7 +3455,7 @@ function Ms(a, e) {
|
|
|
3454
3455
|
var t = a < 0 ? e.length + a : a;
|
|
3455
3456
|
return e[t];
|
|
3456
3457
|
}
|
|
3457
|
-
var Ts = /* @__PURE__ */
|
|
3458
|
+
var Ts = /* @__PURE__ */ Ze(function(e, t) {
|
|
3458
3459
|
return t == null || t !== t ? e : t;
|
|
3459
3460
|
});
|
|
3460
3461
|
function Is(a, e) {
|
|
@@ -4612,7 +4613,7 @@ class re extends Fe {
|
|
|
4612
4613
|
zs([
|
|
4613
4614
|
x({ type: String })
|
|
4614
4615
|
], re.prototype, "lang");
|
|
4615
|
-
var Os = Object.defineProperty, Bs = Object.getOwnPropertyDescriptor,
|
|
4616
|
+
var Os = Object.defineProperty, Bs = Object.getOwnPropertyDescriptor, Ka = (a, e, t, i) => {
|
|
4616
4617
|
for (var s = i > 1 ? void 0 : i ? Bs(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
4617
4618
|
(o = a[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
|
|
4618
4619
|
return i && s && Os(e, t, s), s;
|
|
@@ -4681,11 +4682,11 @@ let Ot = class extends re {
|
|
|
4681
4682
|
}
|
|
4682
4683
|
};
|
|
4683
4684
|
Ot.styles = Ls;
|
|
4684
|
-
|
|
4685
|
+
Ka([
|
|
4685
4686
|
x({ type: String, attribute: "title" })
|
|
4686
4687
|
], Ot.prototype, "title", 2);
|
|
4687
|
-
Ot =
|
|
4688
|
-
|
|
4688
|
+
Ot = Ka([
|
|
4689
|
+
K("cb-header")
|
|
4689
4690
|
], Ot);
|
|
4690
4691
|
const Ds = J`
|
|
4691
4692
|
${ke}
|
|
@@ -4707,7 +4708,7 @@ var Fs = Object.getOwnPropertyDescriptor, js = (a, e, t, i) => {
|
|
|
4707
4708
|
(o = a[r]) && (s = o(s) || s);
|
|
4708
4709
|
return s;
|
|
4709
4710
|
};
|
|
4710
|
-
let
|
|
4711
|
+
let Kt = class extends re {
|
|
4711
4712
|
constructor() {
|
|
4712
4713
|
super(...arguments), this.year = (/* @__PURE__ */ new Date()).getFullYear();
|
|
4713
4714
|
}
|
|
@@ -4742,10 +4743,10 @@ let Zt = class extends re {
|
|
|
4742
4743
|
`;
|
|
4743
4744
|
}
|
|
4744
4745
|
};
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
],
|
|
4746
|
+
Kt.styles = Ds;
|
|
4747
|
+
Kt = js([
|
|
4748
|
+
K("cb-footer")
|
|
4749
|
+
], Kt);
|
|
4749
4750
|
const Hs = J`
|
|
4750
4751
|
${ke}
|
|
4751
4752
|
|
|
@@ -4947,7 +4948,7 @@ const Hs = J`
|
|
|
4947
4948
|
background-size: 100%;
|
|
4948
4949
|
transition: background 0s;
|
|
4949
4950
|
}
|
|
4950
|
-
`,
|
|
4951
|
+
`, Za = J`
|
|
4951
4952
|
:host {
|
|
4952
4953
|
--primary-color: var(--sl-color-primary-600);
|
|
4953
4954
|
}
|
|
@@ -5289,7 +5290,7 @@ je([
|
|
|
5289
5290
|
x({ type: Number })
|
|
5290
5291
|
], gt.prototype, "minWidth", 2);
|
|
5291
5292
|
gt = je([
|
|
5292
|
-
|
|
5293
|
+
K("cb-split-menu")
|
|
5293
5294
|
], gt);
|
|
5294
5295
|
let Ge = class extends Fe {
|
|
5295
5296
|
constructor() {
|
|
@@ -5393,7 +5394,7 @@ je([
|
|
|
5393
5394
|
xe(".split-btn")
|
|
5394
5395
|
], Ge.prototype, "_btn", 2);
|
|
5395
5396
|
Ge = je([
|
|
5396
|
-
|
|
5397
|
+
K("cb-split-button")
|
|
5397
5398
|
], Ge);
|
|
5398
5399
|
var Us = Object.defineProperty, Ws = Object.getOwnPropertyDescriptor, wt = (a, e, t, i) => {
|
|
5399
5400
|
for (var s = i > 1 ? void 0 : i ? Ws(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
@@ -5512,12 +5513,12 @@ let Me = class extends Fe {
|
|
|
5512
5513
|
if (!i) return Ae;
|
|
5513
5514
|
const U = u`<img class="card__image" src=${i} alt=${s ?? e ?? "Image"} draggable="false" />`;
|
|
5514
5515
|
return p ? u`<a class="card__image-link" href=${o} target=${f || "_blank"} rel="noopener noreferrer" draggable="false" aria-label=${e ? `Open: ${e}` : "Open"}>${U}</a>` : U;
|
|
5515
|
-
},
|
|
5516
|
+
}, Z = () => e ? p && !i ? u`<h3 class="card__title"><a class="card__title-link" href=${o} target=${f || "_blank"} rel="noopener noreferrer" draggable="false">${e}</a></h3>` : u`<h3 class="card__title">${e}</h3>` : Ae;
|
|
5516
5517
|
return u`
|
|
5517
5518
|
<div class="card" role="group" aria-label=${e ? `Card: ${e}` : "Card"}>
|
|
5518
5519
|
${C()}
|
|
5519
5520
|
<div class="card__content">
|
|
5520
|
-
${
|
|
5521
|
+
${Z()}
|
|
5521
5522
|
${t ? u`<div class="card__subtitle">${t}</div>` : Ae}
|
|
5522
5523
|
${w || _ ? u`
|
|
5523
5524
|
<div class=${P}>
|
|
@@ -5731,7 +5732,7 @@ let Me = class extends Fe {
|
|
|
5731
5732
|
await o.json(), Tt.info("c7o: cart/add.js - cart updated"), Tt.info("c7o: reloading window after cart update"), window.location.reload();
|
|
5732
5733
|
}
|
|
5733
5734
|
};
|
|
5734
|
-
Me.styles = [Gs,
|
|
5735
|
+
Me.styles = [Gs, Za, Qa];
|
|
5735
5736
|
Me.DRAG_THRESHOLD_PX = 10;
|
|
5736
5737
|
wt([
|
|
5737
5738
|
x({ type: Object })
|
|
@@ -5746,7 +5747,7 @@ wt([
|
|
|
5746
5747
|
Va()
|
|
5747
5748
|
], Me.prototype, "_canNext", 2);
|
|
5748
5749
|
Me = wt([
|
|
5749
|
-
|
|
5750
|
+
K("cb-block")
|
|
5750
5751
|
], Me);
|
|
5751
5752
|
var Xs = Object.defineProperty, Ys = Object.getOwnPropertyDescriptor, ei = (a, e, t, i) => {
|
|
5752
5753
|
for (var s = i > 1 ? void 0 : i ? Ys(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
@@ -5780,10 +5781,10 @@ ei([
|
|
|
5780
5781
|
x({ type: Array })
|
|
5781
5782
|
], Bt.prototype, "blocks", 2);
|
|
5782
5783
|
Bt = ei([
|
|
5783
|
-
|
|
5784
|
+
K("cb-blocks")
|
|
5784
5785
|
], Bt);
|
|
5785
5786
|
var Rt = { exports: {} }, Js = Rt.exports, Pa;
|
|
5786
|
-
function
|
|
5787
|
+
function Ks() {
|
|
5787
5788
|
return Pa || (Pa = 1, (function(a, e) {
|
|
5788
5789
|
(function(t, i) {
|
|
5789
5790
|
a.exports = i();
|
|
@@ -5898,7 +5899,7 @@ function Zs() {
|
|
|
5898
5899
|
if (c === "") return n.style.webkitTransform = "", n.style.MozTransform = "", n.style.msTransform = "", n.style.OTransform = "", n.style.transform = "", !1;
|
|
5899
5900
|
n.style.webkitTransform = c, n.style.MozTransform = c, n.style.msTransform = c, n.style.OTransform = c, n.style.transform = c;
|
|
5900
5901
|
}
|
|
5901
|
-
function
|
|
5902
|
+
function Z(n) {
|
|
5902
5903
|
n.style.display = "block";
|
|
5903
5904
|
}
|
|
5904
5905
|
function U(n) {
|
|
@@ -6518,13 +6519,13 @@ function Zs() {
|
|
|
6518
6519
|
this.open(null, n);
|
|
6519
6520
|
} }, { key: "showSlide", value: function() {
|
|
6520
6521
|
var n = this, c = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, l = arguments.length > 1 && arguments[1] !== void 0 && arguments[1];
|
|
6521
|
-
|
|
6522
|
+
Z(this.loader), this.index = parseInt(c);
|
|
6522
6523
|
var d = this.slidesContainer.querySelector(".current");
|
|
6523
6524
|
d && P(d, "current"), this.slideAnimateOut();
|
|
6524
6525
|
var h = this.slidesContainer.querySelectorAll(".gslide")[c];
|
|
6525
6526
|
if (E(h, "loaded")) this.slideAnimateIn(h, l), U(this.loader);
|
|
6526
6527
|
else {
|
|
6527
|
-
|
|
6528
|
+
Z(this.loader);
|
|
6528
6529
|
var m = this.elements[c], g = { index: this.index, slide: h, slideNode: h, slideConfig: m.slideConfig, slideIndex: this.index, trigger: m.node, player: null };
|
|
6529
6530
|
this.trigger("slide_before_load", g), m.instance.setContent(h, (function() {
|
|
6530
6531
|
U(n.loader), n.resize(), n.slideAnimateIn(h, l), n.trigger("slide_after_load", g);
|
|
@@ -6787,19 +6788,19 @@ function Zs() {
|
|
|
6787
6788
|
}));
|
|
6788
6789
|
})(Rt)), Rt.exports;
|
|
6789
6790
|
}
|
|
6790
|
-
var
|
|
6791
|
-
const Qs = /* @__PURE__ */ Wa(
|
|
6791
|
+
var Zs = Ks();
|
|
6792
|
+
const Qs = /* @__PURE__ */ Wa(Zs);
|
|
6792
6793
|
var en = Object.getOwnPropertyDescriptor, tn = (a, e, t, i) => {
|
|
6793
6794
|
for (var s = i > 1 ? void 0 : i ? en(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
6794
6795
|
(o = a[r]) && (s = o(s) || s);
|
|
6795
6796
|
return s;
|
|
6796
6797
|
};
|
|
6797
|
-
let
|
|
6798
|
+
let Zt = class extends Fe {
|
|
6798
6799
|
render() {
|
|
6799
6800
|
return u` <div class="cb-thinking"><span></span><span></span><span></span></div>`;
|
|
6800
6801
|
}
|
|
6801
6802
|
};
|
|
6802
|
-
|
|
6803
|
+
Zt.styles = J`
|
|
6803
6804
|
.cb-thinking {
|
|
6804
6805
|
text-align: center;
|
|
6805
6806
|
}
|
|
@@ -6837,9 +6838,9 @@ Kt.styles = J`
|
|
|
6837
6838
|
}
|
|
6838
6839
|
}
|
|
6839
6840
|
`;
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
],
|
|
6841
|
+
Zt = tn([
|
|
6842
|
+
K("cb-thinking")
|
|
6843
|
+
], Zt);
|
|
6843
6844
|
var an = Object.defineProperty, sn = Object.getOwnPropertyDescriptor, ti = (a, e, t, i) => {
|
|
6844
6845
|
for (var s = i > 1 ? void 0 : i ? sn(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
6845
6846
|
(o = a[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
|
|
@@ -6883,7 +6884,7 @@ ti([
|
|
|
6883
6884
|
x({ type: Array })
|
|
6884
6885
|
], qt.prototype, "files", 2);
|
|
6885
6886
|
qt = ti([
|
|
6886
|
-
|
|
6887
|
+
K("cb-uploading")
|
|
6887
6888
|
], qt);
|
|
6888
6889
|
const nn = J`
|
|
6889
6890
|
${ke}
|
|
@@ -6963,7 +6964,7 @@ ca([
|
|
|
6963
6964
|
x({ type: Boolean })
|
|
6964
6965
|
], mt.prototype, "inverse", 2);
|
|
6965
6966
|
mt = ca([
|
|
6966
|
-
|
|
6967
|
+
K("cb-external-link")
|
|
6967
6968
|
], mt);
|
|
6968
6969
|
const cn = '<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>', ln = '<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.803q.43 0 .732-.173q.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38a.57.57 0 0 1-.238.241a.8.8 0 0 1-.375.082H.788V12.48h.66q.327 0 .512.181q.185.183.185.522m1.217-1.333v3.999h1.46q.602 0 .998-.237a1.45 1.45 0 0 0 .595-.689q.196-.45.196-1.084q0-.63-.196-1.075a1.43 1.43 0 0 0-.589-.68q-.396-.234-1.005-.234zm.791.645h.563q.371 0 .609.152a.9.9 0 0 1 .354.454q.118.302.118.753a2.3 2.3 0 0 1-.068.592a1.1 1.1 0 0 1-.196.422a.8.8 0 0 1-.334.252a1.3 1.3 0 0 1-.483.082h-.563zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638z"/></svg>', dn = '<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.459q.609 0 1.005.234t.589.68q.195.445.196 1.075q0 .634-.196 1.084q-.197.451-.595.689q-.396.237-1 .237H4.626Zm1.353-3.354h-.562v2.707h.562q.279 0 .484-.082a.8.8 0 0 0 .334-.252a1.1 1.1 0 0 0 .196-.422q.067-.252.067-.592a2.1 2.1 0 0 0-.117-.753a.9.9 0 0 0-.354-.454q-.238-.152-.61-.152"/></svg>', fn = '<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.823q.195.162.478.252q.284.091.665.091q.507 0 .859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1 1 0 0 0-.375-.357a2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176a.37.37 0 0 1-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214 0 .37.068a.6.6 0 0 1 .246.181a.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566a1.2 1.2 0 0 0-.5-.41a1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15q-.337.149-.527.421q-.19.273-.19.639q0 .302.122.524q.124.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326a.5.5 0 0 1-.085.29a.56.56 0 0 1-.255.193q-.167.07-.413.07q-.175 0-.32-.04a.8.8 0 0 1-.248-.115a.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399a.8.8 0 0 1 .475-.137q.225 0 .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.4 1.4 0 0 0-.489-.272a1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223q-.375.222-.572.632q-.195.41-.196.979v.498q0 .568.193.976q.197.407.572.626q.375.217.914.217q.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363a.7.7 0 0 1-.272.25a.9.9 0 0 1-.401.087a.85.85 0 0 1-.478-.132a.83.83 0 0 1-.299-.392a1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z"/></svg>', hn = '<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.803q.43 0 .732-.173q.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38a.57.57 0 0 1-.238.241a.8.8 0 0 1-.375.082H.788V12.48h.66q.327 0 .512.181q.185.183.185.522m2.817-1.333h-1.6v3.999h.791v-1.342h.803q.43 0 .732-.173q.305-.175.463-.474q.162-.302.161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38a.57.57 0 0 1-.238.241a.8.8 0 0 1-.375.082H4.15V12.48h.66q.327 0 .512.181q.185.183.185.522m2.767-.67v3.336H7.48v-3.337H6.346v-.662h3.065v.662z"/></svg>', bn = '<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.522q0 .384-.117.641a.86.86 0 0 1-.322.387a.9.9 0 0 1-.469.126a.9.9 0 0 1-.471-.126a.87.87 0 0 1-.32-.386a1.55 1.55 0 0 1-.117-.642v-.522q0-.386.117-.641a.87.87 0 0 1 .32-.387a.87.87 0 0 1 .471-.129q.264 0 .469.13a.86.86 0 0 1 .322.386q.117.255.117.641m.803.519v-.513q0-.565-.205-.972a1.46 1.46 0 0 0-.589-.63q-.381-.22-.917-.22q-.533 0-.92.22a1.44 1.44 0 0 0-.589.627q-.204.406-.205.975v.513q0 .563.205.973q.205.406.59.627q.386.216.92.216q.535 0 .916-.216q.383-.22.59-.627q.204-.41.204-.973M0 11.926v4h1.459q.603 0 .999-.238a1.45 1.45 0 0 0 .595-.689q.196-.45.196-1.084q0-.63-.196-1.075a1.43 1.43 0 0 0-.59-.68q-.395-.234-1.004-.234zm.791.645h.563q.371 0 .609.152a.9.9 0 0 1 .354.454q.118.302.118.753a2.3 2.3 0 0 1-.068.592a1.1 1.1 0 0 1-.196.422a.8.8 0 0 1-.334.252a1.3 1.3 0 0 1-.483.082H.79V12.57Zm7.422.483a1.7 1.7 0 0 0-.103.633v.495q0 .369.103.627a.83.83 0 0 0 .298.393a.85.85 0 0 0 .478.131a.9.9 0 0 0 .401-.088a.7.7 0 0 0 .273-.248a.8.8 0 0 0 .117-.364h.765v.076a1.27 1.27 0 0 1-.226.674q-.205.29-.55.454a1.8 1.8 0 0 1-.786.164q-.54 0-.914-.216a1.4 1.4 0 0 1-.571-.627q-.194-.408-.194-.976v-.498q0-.568.197-.978q.195-.411.571-.633q.378-.223.911-.223q.328 0 .607.097q.28.093.489.272a1.33 1.33 0 0 1 .466.964v.073H9.78a.85.85 0 0 0-.12-.38a.7.7 0 0 0-.273-.261a.8.8 0 0 0-.398-.097a.8.8 0 0 0-.475.138a.87.87 0 0 0-.301.398"/></svg>', un = '<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.5 1.5 0 0 0-.117-.641a.86.86 0 0 0-.322-.387a.86.86 0 0 0-.469-.129a.87.87 0 0 0-.471.13a.87.87 0 0 0-.32.386a1.5 1.5 0 0 0-.117.641v.522q0 .384.117.641a.87.87 0 0 0 .32.387a.9.9 0 0 0 .471.126a.9.9 0 0 0 .469-.126a.86.86 0 0 0 .322-.386a1.55 1.55 0 0 0 .117-.642m.803-.516v.513q0 .563-.205.973a1.47 1.47 0 0 1-.589.627q-.381.216-.917.216a1.86 1.86 0 0 1-.92-.216a1.46 1.46 0 0 1-.589-.627a2.15 2.15 0 0 1-.205-.973v-.513q0-.569.205-.975q.205-.411.59-.627q.386-.22.92-.22q.535 0 .916.22q.383.219.59.63q.204.406.204.972M1 15.925v-3.999h1.459q.609 0 1.005.235q.396.233.589.68q.196.445.196 1.074q0 .634-.196 1.084q-.197.451-.595.689q-.396.237-.999.237zm1.354-3.354H1.79v2.707h.563q.277 0 .483-.082a.8.8 0 0 0 .334-.252q.132-.17.196-.422a2.3 2.3 0 0 0 .068-.592q0-.45-.118-.753a.9.9 0 0 0-.354-.454q-.237-.152-.61-.152Zm6.756 1.116q0-.373.103-.633a.87.87 0 0 1 .301-.398a.8.8 0 0 1 .475-.138q.225 0 .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.4 1.4 0 0 0-.49-.272a1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223q-.375.222-.571.633q-.197.41-.197.978v.498q0 .568.194.976q.195.406.571.627q.375.216.914.216q.44 0 .785-.164t.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364a.7.7 0 0 1-.273.248a.9.9 0 0 1-.401.088a.85.85 0 0 1-.478-.131a.83.83 0 0 1-.298-.393a1.7 1.7 0 0 1-.103-.627zm5.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.035z"/></svg>';
|
|
6969
6970
|
var pn = Object.defineProperty, gn = Object.getOwnPropertyDescriptor, la = (a, e, t, i) => {
|
|
@@ -7017,7 +7018,7 @@ la([
|
|
|
7017
7018
|
x({ type: String })
|
|
7018
7019
|
], yt.prototype, "url", 2);
|
|
7019
7020
|
yt = la([
|
|
7020
|
-
|
|
7021
|
+
K("cb-file")
|
|
7021
7022
|
], yt);
|
|
7022
7023
|
const mn = '<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>', Ra = '<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 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z"/></svg>', ai = '<svg viewBox="0 0 24 24" width="1.2em" height="1.2em" ><path fill="currentColor" d="M5 9v12H1V9zm4 12a2 2 0 0 1-2-2V9c0-.55.22-1.05.59-1.41L14.17 1l1.06 1.06c.27.27.44.64.44 1.05l-.03.32L14.69 8H21a2 2 0 0 1 2 2v2c0 .26-.05.5-.14.73l-3.02 7.05C19.54 20.5 18.83 21 18 21zm0-2h9.03L21 12v-2h-8.79l1.13-5.32L9 9.03z"/></svg>', ii = '<svg viewBox="0 0 24 24" width="1.2em" height="1.2em" ><path fill="currentColor" d="M19 15V3h4v12zM15 3a2 2 0 0 1 2 2v10c0 .55-.22 1.05-.59 1.41L9.83 23l-1.06-1.06c-.27-.27-.44-.64-.44-1.06l.03-.31l.95-4.57H3a2 2 0 0 1-2-2v-2c0-.26.05-.5.14-.73l3.02-7.05C4.46 3.5 5.17 3 6 3zm0 2H5.97L3 12v2h8.78l-1.13 5.32L15 14.97z"/></svg>', yn = J`
|
|
7023
7024
|
pre code.hljs {
|
|
@@ -8782,7 +8783,7 @@ nt([
|
|
|
8782
8783
|
Na("img")
|
|
8783
8784
|
], De.prototype, "glightboxImages", 2);
|
|
8784
8785
|
De = nt([
|
|
8785
|
-
|
|
8786
|
+
K("cb-message")
|
|
8786
8787
|
], De);
|
|
8787
8788
|
var _n = Object.defineProperty, Sn = Object.getOwnPropertyDescriptor, Te = (a, e, t, i) => {
|
|
8788
8789
|
for (var s = i > 1 ? void 0 : i ? Sn(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
@@ -9130,7 +9131,7 @@ Te([
|
|
|
9130
9131
|
na({ capture: !1, passive: !0 })
|
|
9131
9132
|
], ye.prototype, "invokeHubspotMeetingAction", 1);
|
|
9132
9133
|
ye = Te([
|
|
9133
|
-
|
|
9134
|
+
K("cb-message-list")
|
|
9134
9135
|
], ye);
|
|
9135
9136
|
const Cn = J`
|
|
9136
9137
|
${ke}
|
|
@@ -9322,7 +9323,7 @@ Ie([
|
|
|
9322
9323
|
xe("sl-textarea")
|
|
9323
9324
|
], ve.prototype, "inputElement", 2);
|
|
9324
9325
|
ve = Ie([
|
|
9325
|
-
|
|
9326
|
+
K("cb-user-input")
|
|
9326
9327
|
], ve);
|
|
9327
9328
|
const Tn = J`
|
|
9328
9329
|
${ke}
|
|
@@ -9602,7 +9603,7 @@ Ee([
|
|
|
9602
9603
|
xe("sl-textarea")
|
|
9603
9604
|
], we.prototype, "inputElement", 2);
|
|
9604
9605
|
we = Ee([
|
|
9605
|
-
|
|
9606
|
+
K("cb-user-input-mm")
|
|
9606
9607
|
], we);
|
|
9607
9608
|
const oi = '<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>', Ln = J`
|
|
9608
9609
|
${ke}
|
|
@@ -9699,7 +9700,7 @@ Nt([
|
|
|
9699
9700
|
x({ type: Number })
|
|
9700
9701
|
], ct.prototype, "zindex", 2);
|
|
9701
9702
|
ct = Nt([
|
|
9702
|
-
|
|
9703
|
+
K("cb-dialog")
|
|
9703
9704
|
], ct);
|
|
9704
9705
|
var On = Object.defineProperty, Bn = Object.getOwnPropertyDescriptor, ci = (a, e, t, i) => {
|
|
9705
9706
|
for (var s = i > 1 ? void 0 : i ? Bn(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
@@ -9752,7 +9753,7 @@ ci([
|
|
|
9752
9753
|
x({ type: Boolean })
|
|
9753
9754
|
], Dt.prototype, "open", 2);
|
|
9754
9755
|
Dt = ci([
|
|
9755
|
-
|
|
9756
|
+
K("cb-clear-message-dialog")
|
|
9756
9757
|
], Dt);
|
|
9757
9758
|
const qn = J`
|
|
9758
9759
|
:host {
|
|
@@ -9955,7 +9956,7 @@ dt([
|
|
|
9955
9956
|
x({ type: Boolean })
|
|
9956
9957
|
], Xe.prototype, "customRequest", 2);
|
|
9957
9958
|
Xe = dt([
|
|
9958
|
-
|
|
9959
|
+
K("cb-setting")
|
|
9959
9960
|
], Xe);
|
|
9960
9961
|
const jn = J`
|
|
9961
9962
|
${ke}
|
|
@@ -9983,7 +9984,7 @@ const jn = J`
|
|
|
9983
9984
|
|
|
9984
9985
|
transition: all 0.3s ease-in-out;
|
|
9985
9986
|
|
|
9986
|
-
z-index:
|
|
9987
|
+
z-index: 99999;
|
|
9987
9988
|
}
|
|
9988
9989
|
|
|
9989
9990
|
.cb-anchor-icon {
|
|
@@ -10143,7 +10144,7 @@ li([
|
|
|
10143
10144
|
x({ type: Boolean })
|
|
10144
10145
|
], Ft.prototype, "open", 2);
|
|
10145
10146
|
Ft = li([
|
|
10146
|
-
|
|
10147
|
+
K("cb-anchor")
|
|
10147
10148
|
], Ft);
|
|
10148
10149
|
const Nn = J`
|
|
10149
10150
|
${ke}
|
|
@@ -10189,9 +10190,9 @@ di([
|
|
|
10189
10190
|
x({ type: String })
|
|
10190
10191
|
], jt.prototype, "status", 2);
|
|
10191
10192
|
jt = di([
|
|
10192
|
-
|
|
10193
|
+
K("cb-status-icon")
|
|
10193
10194
|
], jt);
|
|
10194
|
-
var Jn = Object.getOwnPropertyDescriptor,
|
|
10195
|
+
var Jn = Object.getOwnPropertyDescriptor, Kn = (a, e, t, i) => {
|
|
10195
10196
|
for (var s = i > 1 ? void 0 : i ? Jn(e, t) : e, r = a.length - 1, o; r >= 0; r--)
|
|
10196
10197
|
(o = a[r]) && (s = o(s) || s);
|
|
10197
10198
|
return s;
|
|
@@ -10213,10 +10214,10 @@ let ea = class extends re {
|
|
|
10213
10214
|
}
|
|
10214
10215
|
};
|
|
10215
10216
|
ea.styles = Nn;
|
|
10216
|
-
ea =
|
|
10217
|
-
|
|
10217
|
+
ea = Kn([
|
|
10218
|
+
K("cb-auth-alert")
|
|
10218
10219
|
], ea);
|
|
10219
|
-
const
|
|
10220
|
+
const Zn = J`
|
|
10220
10221
|
sl-dialog::part(base) {
|
|
10221
10222
|
z-index: 1000;
|
|
10222
10223
|
}
|
|
@@ -10369,7 +10370,7 @@ let Ye = class extends re {
|
|
|
10369
10370
|
this._comments.value = "", await b.submitFeedback(a, e, t);
|
|
10370
10371
|
}
|
|
10371
10372
|
};
|
|
10372
|
-
Ye.styles =
|
|
10373
|
+
Ye.styles = Zn;
|
|
10373
10374
|
ft([
|
|
10374
10375
|
x({ type: Number })
|
|
10375
10376
|
], Ye.prototype, "zindex", 2);
|
|
@@ -10386,7 +10387,7 @@ ft([
|
|
|
10386
10387
|
xe("#cb-feedback-email-el")
|
|
10387
10388
|
], Ye.prototype, "_email", 2);
|
|
10388
10389
|
Ye = ft([
|
|
10389
|
-
|
|
10390
|
+
K("cb-dialog-feedback")
|
|
10390
10391
|
], Ye);
|
|
10391
10392
|
const ar = J`
|
|
10392
10393
|
${ke}
|
|
@@ -11040,7 +11041,7 @@ let ta = class extends re {
|
|
|
11040
11041
|
};
|
|
11041
11042
|
ta.styles = ar;
|
|
11042
11043
|
ta = cr([
|
|
11043
|
-
|
|
11044
|
+
K("cb-audio-controls")
|
|
11044
11045
|
], ta);
|
|
11045
11046
|
class aa extends Error {
|
|
11046
11047
|
response;
|
|
@@ -11899,7 +11900,7 @@ let F = class extends re {
|
|
|
11899
11900
|
this._messageList?.scrollToBottom();
|
|
11900
11901
|
}
|
|
11901
11902
|
};
|
|
11902
|
-
F.styles = [Xi,
|
|
11903
|
+
F.styles = [Xi, Za];
|
|
11903
11904
|
V([
|
|
11904
11905
|
x({ type: Boolean, attribute: "display-license" })
|
|
11905
11906
|
], F.prototype, "displayLicense", 2);
|
|
@@ -11994,7 +11995,7 @@ V([
|
|
|
11994
11995
|
xe("cb-message-list")
|
|
11995
11996
|
], F.prototype, "_messageList", 2);
|
|
11996
11997
|
F = V([
|
|
11997
|
-
|
|
11998
|
+
K("enegelai-bot")
|
|
11998
11999
|
], F);
|
|
11999
12000
|
export {
|
|
12000
12001
|
F as default
|